The following commands configure three T1 lines and aggregate them into a multilink bundle named group1.
- host1(config)#interface serial 2/0:1/1
- host1(config-if)#encapsulation mlppp
- host1(config-if)#exit
- host1(config)#interface serial 2/0:2/1
- host1(config-if)#encapsulation mlppp
- host1(config-if)#exit
- host1(config)#interface serial 2/0:3/1
- host1(config-if)#encapsulation mlppp
- host1(config-if)#ppp keepalive 50
- host1(config-if)#exit
- host1(config)#interface mlppp group1
- host1(config-if)#member-interface serial 2/0:1/1
- host1(config-if)#member-interface serial 2/0:2/1
- host1(config-if)#member-interface serial 2/0:3/1
- host1(config-if)#ppp authentication pap chap
- host1(config-if)#ppp hash-link-selection
- host1(config-if)#ip address 10.10.100.1 255.255.255.0