• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Lab ISCW: Cấu hình router Cisco chạy ADSL, dùng chế độ PPPoE.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Chao thay Minh,

    • [*=left]
      Em đang cố gắng cấu hình Cisco Router model 881 để kết nối với Internet thay thế cho cái router củ của em hiện tại (router NetGear).

      • [*=left]
        Trong phần cài đặt của em còn có nhiều cái thiếu sót. Xin giúp đở ah. Em chỉ cần cách làm nào đơn giản nhất để kết nối cái Router với Internet thôi.

        [*=left]




        Bên dưới là phần cấu hình của em. Các địa chỉ IP, Username và Password la em lấy từ router củ.

        Building configuration...


        Current configuration : 1763 bytes
        !
        ! Last configuration change at 04:37:21 UTC Tue Dec 17 2013
        version 15.2
        no service pad
        service timestamps debug datetime msec
        service timestamps log datetime msec
        no service password-encryption
        !
        hostname Router
        !
        boot-start-marker
        boot-end-marker
        !
        !
        !
        no aaa new-model
        memory-size iomem 10
        !
        !
        !
        !
        !
        !




        !
        !
        ip dhcp pool DSL_DHCP
        import all
        network 192.168.0.0 255.255.255.0
        dns-server 211.29.132.12
        default-router 192.168.0.1
        !
        !
        !
        ip name-server 211.29.132.12
        ip name-server 198.142.0.51
        ip cef
        no ipv6 cef
        !
        !
        multilink bundle-name authenticated
        license udi pid CISCO881-SEC-K9 sn FGL173420VX
        !
        !
        !
        !
        !
        !
        !
        !
        !
        !
        !
        !
        !
        !
        !
        !
        interface FastEthernet0
        no ip address
        !
        interface FastEthernet1
        no ip address
        !
        interface FastEthernet2
        no ip address
        !
        interface FastEthernet3
        no ip address
        !
        interface FastEthernet4
        description DSL INTERFACE
        no ip address
        duplex auto
        speed auto
        pppoe enable group global
        pppoe-client dial-pool-number 1
        !
        interface Vlan1
        description INTERNAL INTERFACE
        ip address 192.168.0.1 255.255.255.0
        ip nat inside
        ip virtual-reassembly in
        !
        interface Dialer1
        ip address negotiated
        ip mtu 1492
        ip nat outside
        ip virtual-reassembly in
        encapsulation ppp
        dialer pool 1
        ppp authentication chap pap callin
        ppp chap hostname tfrp.2@optusnet.com.au
        ppp chap password 0 PaSSwOrd
        ppp pap sent-username tfrp.2@optusnet.com.au password 0 PaSSwOrd
        !
        ip forward-protocol nd
        no ip http server
        no ip http secure-server
        !
        !
        ip nat inside source list DSL_ACCESSLIST interface Dialer1 overload
        ip route 0.0.0.0 0.0.0.0 Dialer1
        !
        ip access-list extended DSL_ACCESSLIST
        permit ip 10.10.10.0 0.0.0.255 any
        !
        !
        !
        control-plane
        !
        !
        !
        line con 0
        no modem enable
        line aux 0
        line vty 0 4
        login
        transport input all
        !
        !
        end



      Click image for larger version

Name:	Cisco 881 Router 1.jpg
Views:	2
Size:	498.7 KB
ID:	206559Click image for larger version

Name:	Cisco 881 Router.jpg
Views:	2
Size:	494.0 KB
ID:	206560


      [*=left]




    Day la cau hinh trong router Netgear
    • [*=left]Click image for larger version

Name:	Old Router Capture 1.JPG
Views:	2
Size:	271.1 KB
ID:	206561Click image for larger version

Name:	Old Router Capture.JPG
Views:	2
Size:	229.5 KB
ID:	206562


    Comment

    Working...
    X