Mpls Basic Configuration Guide, Cisco Ios Xe Everest 16.5.1 (Cisco Asr 900 Series - Cisco ASR 900 Series Manual

Mpls basic configuration guide, cisco ios xe everest 16.5.1
Hide thumbs Also See for ASR 900 Series:
Table of Contents

Advertisement

Creating a Multilink Bundle
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
Command or Action
Step 1
enable
Example:
Device> enable
Step 2
configure terminal
Example:
Device# configure terminal
Step 3
interface multilink group-number
Example:
Device(config)# interface multilink 1
Step 4
ip address address mask [secondary]
Example:
Device(config-if)# ip address 10.0.0.0
255.255.0.0
Step 5
encapsulation encapsulation-type
Example:
Device(config-if)# encapsulation ppp

MPLS Basic Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 900 Series)

52
Purpose
Enables privileged EXEC mode.
• Enter your password if prompted.
Enters global configuration mode.
Creates a multilink bundle and enters multilink interface
configuration mode.
• The group-number argument is the number of the multilink
bundle (a nonzero number).
Sets a primary or secondary IP address for an interface.
• 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.
• The encapsulation-type argument specifies the encapsulation
type.
MPLS Multilink PPP Support

Advertisement

Table of Contents
loading

Table of Contents