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.

Mọi người giúp em cấu hình Cisco Router 881 kết nối với Internet

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

  • Mọi người giúp em cấu hình Cisco Router 881 kết nối với Internet

    Xin chào mọi người,

    Em đang học quản trị mạng CCNA. Em chỉ mới biết về căn bản thôi . 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).

    Trong phần cài đặt của em còn có nhiều cái thiếu sót. Xin mọi người 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.




    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 ABCD
    ppp chap password 0 PaSSwOrd
    ppp pap sent-username ABCD 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




    Day la cau hinh tu Router Netgear cu:
Working...
X