- 10
- 0
- 约1.1千字
- 约 4页
- 2015-07-23 发布于河南
- 举报
CISCO PPP配置
2008-06-29 19:07
CISCO PPP配置
PPP的PAP认证配置
R1:(主认证方 同样也是 被认证方)
hostname r1
username r2 password yhp
int s0/0
ip add 192.200.10.1 255.255.255.0
encapsulation ppp
ppp authentication pap
ppp pap sent-username r1 password yhp
no shutdown
可选项
peer default ip address 192.200.10.2 ---------协商IP
compress {predictor | stac}
ip tcp header-compress
R2:(主认证方 同样也是 被认证方)
hostname r2
username r1 password yhp
int s0/0
ip add 192.200.10.2 255.255.255.0
encapsulation ppp
ppp authentication pap
ppp pap sent-username r2 password yhp
no shutdown
可选项
ip address nego-----------------------------------与同另一端
原创力文档

文档评论(0)