From Internetworkpro
| This page or section provides device configuration instructions
Please note that the information on this page has not been checked for accuracy and is not intended as a replacement to documentation. Please ensure you understand your desired objectives before attempting to apply any examples listed. See more examples at Category:Configuration
|
[edit] Topology
- Two routers, R1 and R2, connected via their Serial 1/1 and Serial 1/2 interfaces. We'll combine the two to create a single logical connection.
[edit] Configuration
R1> enable
R1# configure terminal
R1(config)# interface multilink 1
R1(config-if)# ip address 192.168.242.13 255.255.255.252
R1(config-if)# ppp multilink
R1(config-if)# ppp multilink group 1
R1(config-if)# interface serial 1/1
R1(config-if)# encapsulation ppp
R1(config-if)# ppp multilink
R1(config-if)# ppp multilink group 1
R1(config-if)# no shutdown
R1(config-if)# interface serial 1/2
R1(config-if)# encapsulation ppp
R1(config-if)# ppp multilink
R1(config-if)# ppp multilink group 1
R1(config-if)# no shutdown
R1(config-if)# end
R1#
R2> enable
R2# configure terminal
R2(config)# interface multilink 1
R2(config-if)# ip address 192.168.242.14 255.255.255.252
R2(config-if)# ppp multilink
R2(config-if)# ppp multilink group 1
R2(config-if)# interface serial 1/1
R2(config-if)# encapsulation ppp
R2(config-if)# ppp multilink
R2(config-if)# ppp multilink group 1
R2(config-if)# no shutdown
R2(config-if)# interface serial 1/2
R2(config-if)# encapsulation ppp
R2(config-if)# ppp multilink
R2(config-if)# ppp multilink group 1
R2(config-if)# no shutdown
R2(config-if)# end
R2#
Video demonstration