电脑技术学习

Cisco 2511路由器的PPP配置

dn001

  ____Route#sh conf
  
  ____Using 1390 out of 32762 bytes
  
  ____!
  
  ____version 11.1
  
  ____service udp-small-servers
  
  ____service tcp-small-servers
  
  ____!
  
  ____hostname Router
  
  ____!
  
  ____enable secret 5 $1$Mpdg$2GnR7b4wj1RAHky.tM51m/
  
  ____enable passWord Cisco
  
  ____!
  
  ____username user1 password 7 021606481857
  
  ____username user2 password 7 120904040159
  
  ____username user3 password 7 140713181F57
  
  ____username user4 password 7 105E080A1643
  
  ____username user5 password 7 105E080a1642
  
  ____username user6 password 7 044B0A151C77
  
  ____!
  
  ____interface Loopback1
  
  ____ip address 200.200.200.18 255.255.255.0
  
  ____!
  
  ____interface Ethernet0
  
  ____ip address 20.23.28.53 255.255.255.0
  
  ____!
  
  ____interface Seria10
  
  ____no ip address
  
  ____shutdown
  
  ____no fair-queue
  
  ____!
  
  ____interface Serial1
  
  ____no ip address
  
  ____shutdown
  
  ____!
  
  ____interface Group-Async1
  
  ____ip unnumbered Loopback1
  
  ____encapsulation ppp
  
  ____keepalive 10
  
  ____async default routing
  
  ____async dynamic routing
  
  ____async mode dedicated
  
  ____down-when-looped
  
  ____ppp authentication pap
  
  ____no cdp enable
  
  ____group-range 1 8
  
  ____!
  
  ____router eigrp 200
  
  ____redistribute connected
  
  ____redistribute rip
  
  ____network 20.0.0.0
  
  ____network 200.200.200.0
  
  ____passive-interface async1
  
  ____passive-interface async2
  
  ____no auto-summary
  
  ____!
  
  ____router rip
  
  ____version2
  
  ____redistribute connected
  
  ____network 20.0.0.0
  
  ____network 200.200.200.0
  
  ____passive-interface async1
  
  ____passive-interface async2
  
  ____no auto-summary
  
  ____!
  
  ____ip route 200.200.200.1 255.255.255.255 Async5
  
  ____ip route 200.200.200.2 255.255.255.255 Async4
  
  ____snmp-sever community public RO
  
  ____!

  
  ____line con 0
  
  ____line 1 8
  
  ____modem InOut
  
  ____transport input all
  
  ____stopbits 1
  
  ____rxspeed 19200
  
  ____txspeed 19200
  
  ____line aux 0
  
  ____exec-timeout 0 30
  
  ____password cisco
  
  ____login
  
  ____modem InOut
  
  ____transport input all
  
  ____stopbits 1
  
  ____line vty 0 4
  
  ____psaaword cisco
  
  ____login
  
  ____!
  
  ____end