To configure fragmentation and reassembly on a static MLPPP link interface:
- host1(config)#interface serial 4/0:1/1/1/1/1
- host1(config-if)#encapsulation mlppp
- host1(config-if)#ppp fragmentation 128
![]() |
Note: You can specify the maximum fragment size for a link only when you use the ppp fragmentation command to enable fragmentation on that link. You cannot specify the maximum fragment size for a link when fragmentation is disabled. |
- host1(config-if)#ppp reassembly 1590
![]() |
Note: You can specify the administrative MRRU value for a link only when you use the ppp reassembly command to enable reassembly on that link. You cannot specify the administrative MRRU for a link when reassembly is disabled. |
- host1(config-if)#exit
- host1(config)#interface serial 4/0:1/1/1/1/2
- host1(config-if)#encapsulation mlppp
- host1(config-if)#ppp fragmentation 128
- host1(config-if)#ppp reassembly 1590
- host1(config-if)#exit
- host1(config)#interface mlppp group1
- host1(config-if)#member-interface serial 4/0:1/1/1/1/1
- host1(config-if)#member-interface serial 4/0:1/1/1/1/2
- host1(config-if)#ip address 10.10.100.1 255.255.255.0