Configuring L2TP Client Access to Support MLPPP for Dynamic Subscribers
To enable support for MLPPP over LT2P network server
(LNS) you configure the family mlppp statement
in the dynamic profile name, which indicates
that MLPPP is supported for dynamic subscribers from a particular
L2TP client (LAC).
The multilink statement used
to enable MLPPP for static LNS subscribers is ignored for dynamic
LNS subscribers if it is configured.
You can configure a dynamic profile name for the LAC using access profile from the l2tp statement. If you specify a dynamic profile name in the L2TP client
access profile, it overrides the dynamic-profile name specified in the tunnel-group used to create the dynamic subscriber interface. If you do not configure
a dynamic profile name in the L2TP client access profile, then the dynamic-profile name specified
in the tunnel-group is used.
The following example shows an L2TP access profile configuration with a dynamic profile name for dynamic LNS subscribers.
To configure an L2TP access profile configuration with a dynamic profile name for dynamic LNS subscribers:
If the family mlppp statement is
configured in dynamic-profile, MLPPP is
negotiated first; otherwise, only PPP is negotiated. The following
shows sample output for an L2TP access profile configuration with
a dynamic profile name for dynamic LNS subscribers:
access profile {
ce-l2tp-profile2 {
client ce-lac-3 {
user-group-profile ce-lac-1-gp;
l2tp {
interface-id not-used;
maximum-sessions-per-tunnel 2000;
shared-secret "$9$2wgUHQF/9pB";
aaa-access-profile ce-aaa-profile;
dynamic-profile ml-lns-member-prof;
}
}
}
}