Configuring Dynamic MLPPP
You can define a profile to dynamically create MLPPP bundles over L2TP on the LNS. The profile consists of commands to define the bundle attributes, just as you would for static configuration. For more information about profiles for dynamic interfaces, see Chapter 15, Configuring Dynamic Interfaces.
To configure a profile for dynamic MLPPP:
- Create a profile by assigning it a name.
host1(config)#profile dynmlppp- Enable creation of dynamic MLPPP interfaces.
host1(config-profile)#ppp multilink enable- Specify a virtual router to which dynamic IP interfaces created using this profile will be assigned.
host1(config-profile)#ip virtual-router egypt- Specify an IP loopback interface with which dynamic IP interfaces created using this profile will be associated.
host1(config-profile)#ip unnumbered loopback 0- (Optional) Set other desired PPP characteristics by using the ppp commands described in Configuring Authentication and Configuring Other PPP Attributes.
ppp multilink enable
host1(config-profile)#ppp multilink enableUse the no version to cause the LNS to reject any incoming requests to create dynamic MLPPP interfaces. profile
host1(config)#profile dynmlppp1Use the no version to remove a profile.