If you issue the ppp fragmentation command or the ppp reassembly command in the context of an MLPPP bundle, the command affects all the current member links in the bundle. This enables you to issue a single command for the entire bundle instead of having to issue individual commands for each member link in the bundle.
For example, the following commands configure MLPPP fragmentation and reassembly for all member links in the bundle group1.
- host1(config)#interface mlppp group1
- host1(config-if)#ppp fragmentation 128
- host1(config-if)#ppp reassembly 1590
- host1(config-if)#exit
- host1(config)#
Any member links added to the bundle after you issue an MLPPP configuration command in the bundle context are not affected by the command. For example, if you add a member link to the group1 bundle after you issue the ppp fragmentation or ppp reassembly command, MLPPP fragmentation and reassembly for this link and any member links subsequently added to the bundle is not enabled.