- 实验拓扑
- 实验需求
- R1和R2使用ppp链路直连,R2和R3把2条ppp链路捆绑为PPPMP直连
- 按照图示配置ip地址
- R2对R1的PPP进行单向chap验证
4、R2和R3的PPP进行双向chap验证
三、实验思路及步骤
1、配置IP地址部分 创建mp口
[R1]int s3/0/0
[R1-Serial3/0/0]ip add 192.168.1.1 24
[R1-Serial3/0/0]quit
[R2]int s3/0/0
[R2-Serial3/0/0]ip add 192.168.1.2 24
[R2]int Mp-group 0/0/0
[R2-Mp-group0/0/0]quit
[R2]int s3/0/1
[R2-Serial3/0/1]ppp mp
[R2-Serial3/0/1]ppp mp Mp-group 0/0/0
[R2-Serial3/0/1]int s4/0/0
[R2-Serial4/0/0]ppp mp Mp
[R2-Serial4/0/0]ppp mp Mp-group 0/0/0
[R3]int Serial 3/0/0
[R3-Serial3/0/0]ppp Mp
[R3-Serial3/0/0]ppp mp Mp
[R3-Serial3/0/0]ppp mp Mp-group 0/0/0
[R3-Serial3/0/0]int s3/0/1
[R3-Serial3/0/1]ppp mp
[R3-Serial3/0/1]ppp mp Mp
[R3-Serial3/0/1]ppp mp Mp-group 0/0/0
[R3]int Mp-group 0/0/0
[R3-Mp-group0/0/0]ip add 192.168.2.3 24
[R2]int Mp-group 0/0/0
[R2-Mp-group0/0/0]ip add 192.168.2.2 24
2.认证
[R2-aaa]lo
[R2-aaa]local-user wdy pa
[R2-aaa]local-user wdy password ci
[R2-aaa]local-user wdy password cipher wdy12345
[R2-aaa]lo
[R2-aaa]local-user se
[R2-aaa]local-user wdy se
[R2-aaa]local-user wdy service-type ppp
[R2-aaa]quit
[R2]int s3/0/0
[R2-Serial3/0/0]ppp authentication-mode chap
[R1]int s3/0/0
[R1-Serial3/0/0]ppp chap y
[R1-Serial3/0/0]ppp chap u
[R1-Serial3/0/0]ppp chap user wdy p
[R1-Serial3/0/0]ppp chap pa
[R1-Serial3/0/0]ppp chap password ci
[R1-Serial3/0/0]ppp chap password cipher wdy12345
[R1-Serial3/0/0]sh
[R1-Serial3/0/0]shutdown
[R3]int mp
[R3]int Mp-group 0/0/0
[R3-Mp-group0/0/0]ip add 192.168.2.3 24
[R3-Mp-group0/0/0]quit
[R3]dis ip int b
[R3]dis ip int brief
[R2]int s3/0/1
[R2-Serial3/0/1]ppp chap us
[R2-Serial3/0/1]ppp chap user ldy123456
[R2-Serial3/0/1]quit
[R2]int s4/0/0
[R2-Serial4/0/0]ppp chap us
[R2-Serial4/0/0]ppp chap user ldy
[R2-Serial4/0/0]ppp chap pa
[R2-Serial4/0/0]ppp chap password ci
[R2-Serial4/0/0]ppp chap password cipher 1dy123456
[R2-Serial4/0/0]quit