SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface multilink group-number
4.
ip address address mask [secondary]
5.
encapsulation encapsulation-type
6.
ppp multilink
7.
mpls ip
8.
end
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Creates a multilink bundle and enters multilink interface
configuration mode.
interface multilink group-number
Example:
Device(config)# interface multilink 1
Step 3
•
The group-number argument is the number of the multilink
bundle (a nonzero number).
Sets a primary or secondary IP address for an interface.
ip address address mask [secondary]
Step 4
Example:
Device(config-if)# ip address 10.0.0.0
255.255.0.0
•
The address argument is the IP address.
•
The mask argument is the mask for the associated IP subnet.
•
The secondary keyword specifies that the configured address
is a secondary IP address. If this keyword is omitted, the
configured address is the primary IP address.
This command is used to assign an IP address to the multilink
interface.
Sets the encapsulation method as PPP to be used by the interface.
encapsulation encapsulation-type
Step 5
Example:
Device(config-if)# encapsulation ppp
•
The encapsulation-type argument specifies the encapsulation
type.
MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)
52
MPLS Multilink PPP Support
Creating a Multilink Bundle