首页 > 学院 > 网络管理 > 正文

Cisco网络教材 2511路由器的PPP配置

2020-03-15 01:06:04
字体:
来源:转载
供稿:网友

Cisco2511路由器的配置
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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表