CCNA基础实验:配置PPP封装和认证
文章作者 100test 发表时间 2007:08:06 12:09:53
来源 100Test.Com百考试题网
实验9:配置PPP 封装和认证
SPOTO CCNA实验拓扑:
实验设备:
使用两台Cisco2500 系列路由器R4 和R5,路由器R4 的S0口连接R5的S0 口,R5的S0 做为DCE
端提供时钟信号。
IP地址表:
实验配置:
R4#conf t
R4(config)#int s0
R4(config-if)#encapsulation ppp
R4(config-if)#ip add 192.168.1.1 255.255.255.0
R4(config-if)#no shut
R4(config-if)#exit
R4(config)#username R5 password spoto \\对端路由器主机名和认证使用的密码
R4(config)#int s0
R4(config-if)#ppp authentication chap \\选择chap 认证类型
R5#conf t
R5(config)#int s0
R5(config-if)#encapsulation ppp
R5(config-if)#ip add 192.168.1.2 255.255.255.0
R5(config-if)#no shut
R5(config-if)#clockrate 64000
R5(config-if)#exit
R5(config)#username R4 password spoto \\认证使用的密码必须和R4上设置的相同
R5(config)#int s0
R5(config-if)#ppp authentication chap
R4#sh int serial 0
\\查看PPP状态,其中封装类型为PPP、LCP打开,会话以建立。
R5#sh int serial 0
R5#ping 192.168.1.1
R5#debug ppp packet
src="/cisco/js/wxgg_cisco.js">