1、R1和R2使用PPP链路直连,R2和R3把2条PPP链路捆绑为PPP MP直连
2·按照照图示配置IP地址
3、R2对R1的PPP进行单向chap验证
4、R2和R3的PPP进行双向chap验证
1、R1和R2使用PPP链路直连,R2和R3把2条PPP链路捆绑为PPP MP直连
R1
[R1]int Serial 3/0/0
[R1-Serial3/0/0]ip add 19168.1.1 24
R2
[R2]int Mp-group 0/0/0
[R2-Mp-group0/0/0]q
[R2]int Serial 3/0/1
[R2-Serial3/0/1]ppp mp Mp-group 0/0/0
[R2-Serial4/0/0]int mp-group 0/0/0
[R2-Mp-group0/0/0]ip add 192.1608.2.2 24
R3
[R3]interface m
[R3]interface MFR
[R3]interface Mp-group 0/0/0
[R3-Mp-group0/0/0]q
[R3]int s 3/0/0
[R3-Serial3/0/0]ppp mp Mp-group 0/0/0
Mar 24 2024 16:50:29-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol PPP
on the interface Serial3/0/0 has entered the DOWN state.
[R3-Serial3/0/0]
[R3-Serial3/0/0]
Mar 24 2024 16:50:35-08:00 R3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol PPP
on the interface Serial3/0/0 has entered the UP state.
[R3-Serial3/0/0]
Mar 24 2024 16:50:35-08:00 R3 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol PPP
on the interface Mp-group0/0/0 has entered the UP state.
[R3-Serial3/0/0]ip add 192.168.2.2 24
3、R2对R1的PPP进行单向chap验证
[R2-aaa]local-user wangdaye password cipher wdy12345
Info: Add a new user.
[R2-aaa]local-user R1 service-type ppp
[R2-Serial3/0/0]ppp authentication-mode chap
R1
[R1-Serial3/0/0]ppp chap user wangdaye
[R1-Serial3/0/0]ppp chap password cipher wdy12345
4、R2和R3的PPP进行双向chap验证
[R2]aaa
[R2-aaa]local-user wangdaye password cipher wdy12345
[R2-aaa]local-user wangdaye service-type ppp
[R2-aaa]q
[R2]int s 3/0/1
[R2-Serial3/0/1]ppp a
[R2-Serial3/0/1]ppp authentication-mode chap
[R2-Serial3/0/1]
R3
[R3]int s 3/0/0
[R3-Serial3/0/0]ppp chap user wangdaye
[R3-Serial3/0/0]ppp chap password cipher wdy12345
[R3-Serial3/0/0]q
[R3]int s 3/0/1
[R3-Serial3/0/1]ppp chap user wangdaye
[R3-Serial3/0/1]ppp chap password cipher wdy12345
[R3-Serial3/0/1]q
R2
[R2]int s 3/0/1
[R2-Serial3/0/1]ppp cha
[R2-Serial3/0/1]ppp chap u
[R2-Serial3/0/1]ppp chap user wangdaye
[R2-Serial3/0/1]ppp cha
[R2-Serial3/0/1]ppp chap ps
[R2-Serial3/0/1]ppp chap pa
[R2-Serial3/0/1]ppp chap password c
[R2-Serial3/0/1]ppp chap password cipher wdy12345
[R2-Serial3/0/1]int s 4/0/0
[R2-Serial4/0/0]ppp chap pas
[R2-Serial4/0/0]ppp chap password c
[R2-Serial4/0/0]ppp chap password cipher wdy12345
[R2-Serial4/0/0]q
[R2]int s 3/0/1