How to Configure MPLS TE – Bundled Interface Support
Configuring MPLS TE on an EtherChannel Interface
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface type number [name-tag]
4.
ip address ip-address mask [secondary]
5.
mpls traffic-eng tunnels
6.
mpls traffic-eng backup-path tunnel
7.
port-channel min-links min-num
8.
ip rsvp bandwidth [interface-kbps] [single-flow-kbps]
9.
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 an EtherChannel bundle, assigns a group number to
the bundle, and enters interface configuration mode.
interface type number [name-tag]
Example:
Device(config)# interface port-channel 1
Step 3
Specifies an IP address for the EtherChannel group.
ip address ip-address mask [secondary]
Example:
Device(config-if)# ip address 10.0.0.4
255.255.255.0
Step 4
Enables MPLS TE tunnel signaling on an interface.mpls traffic-eng tunnels
Step 5
MPLS Traffic Engineering Path Calculation and Setup Configuration Guide, Cisco IOS XE Release 3S (Cisco
ASR 920 Series)
4
MPLS Traffic Engineering – Bundled Interface Support
How to Configure MPLS TE – Bundled Interface Support