PPP Multilink
PPP Mulitlink
One feature that PPP can offer is the posibility to bundle multiple physical links into one logical link, much like an EtherChannel interface available on the Ethernet Switches. Considering two routers connected back-to-back over more than one serial links. Each serial interface can be configured for PPP encapsulation and assigned to a Multilink Group:
Then, you can use the virtual Multilink interface to assign an IP Address:
By default the peer neighbor-route feature is eanbled, and we will see /32 routes in the routing table.
The link will be operational as long as one link is active. This behaviour can be changed using the command:
MIN specifies the minimum number of links needed to be up before the multilink interface goes up. When the mandatory keyowrd is used, if the number of active links goes below the number of minimum links, the multilink interface goes down. If mandatory is not used, the minimum links value is checked only when the interface first comes up. If the number of active links drops below minimum while the interface is up, the multilink will still remain up as long as one link is operational.
You can check the status of the multilink using:
PPP Multilink over Frame Relay
PPP Multilink over Frame Relay is configured similarly. The steps to enable it are: 1. Configure the Serial interfaces for Frame Relay encapsulation
2. Configure the Serial interfaces for PPP:
3. Configure the Virtual Template to be part of the Multilink Group
4. Configure the Multilink interface
Last updated