fulltimes 发表于 2011-6-7 12:21:58

思科配置实例系列----PPP配置

思科配置实例系列,每天一贴,强壮鸿鹄人



   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


http://bbs.hh010.com/xwb/images/bgimg/icon_logo.png 该贴已经同步到 fulltimes的微博

iook163 发表于 2011-11-1 15:15:14

{:6_267:}

轩鹭煦宇 发表于 2012-4-16 22:49:07

{:6_267:}

nle20g 发表于 2019-2-19 14:10:55

感謝
页: [1]
查看完整版本: 思科配置实例系列----PPP配置