Router(config)# int s0/1
Router(config-if)# encapsulation hdlc
ověření:
Router# show int s0/1
Router# show controllers s0/1
Router(config)# int s0/1
Router(config-if)# encapsulation ppp
Router(config-if)# compress predictor
Router(config-if)# ppp quality 80
Router(config)# int Multilink 1
Router(config-if)# ip address 192.168.1.1 255.255.255.0
Router(config-if)# ppp multilink
Router(config-if)# ppp multilink group 1
Router(config-if)# int s0/0
Router(config-if)# ppp multilink
Router(config-if)# ppp multilink group 1
Router(config-if)# int s0/1
Router(config-if)# ppp multilink
Router(config-if)# ppp multilink group 1
ověření:
Router# show ppp multilink
R1(config)# username R2 password pwd2
R1(config)# int s0/1
R1(config-if)# encapsulation ppp
R1(config-if)# ppp auth pap
R1(config-if)# ppp pap sent-username R1 password pwd1
R2(config)# username R1 password pwd1
R2(config)# int s0/1
R2(config-if)# encapsulation ppp
R2(config-if)# ppp auth pap
R2(config-if)# ppp pap sent-username R2 password pwd2
R1(config)# username R2 password chapheslo
R1(config)# int s0/1
R1(config-if)# encapsulation ppp
R1(config-if)# ppp auth chap
R2(config)# username R1 password chapheslo
R2(config)# int s0/1
R2(config-if)# encapsulation ppp
R2(config-if)# ppp auth chap
R1#debug ppp