PurposeCommand or Action
Example:
Device(config-if)# mpls traffic-eng tunnels
•
MPLS TE tunnel should be enabled on the device before
enabling the signaling.
(Optional) Configures the physical interface to use a backup
tunnel in the event of a detected failure on that interface.
mpls traffic-eng backup-path tunnel
Example:
Device(config-if)# mpls traffic-eng
backup-path Tunnel120
Step 6
Specifies that a minimum number of bundled ports in an
EtherChannel is required before the channel can be active.
port-channel min-links min-num
Example:
Device(config-if)# port-channel min-links 2
Step 7
Enables RSVP for IP on an interface and specifies a percentage
of the total interface bandwidth as available in the RSVP
bandwidth pool.
ip rsvp bandwidth [interface-kbps] [single-flow-kbps]
Example:
Device(config-if)# ip rsvp bandwidth 100
Step 8
Exits interface configuration mode and returns to privileged
EXEC mode.
end
Example:
Device(config-if)# end
Step 9
Configuration Examples for MPLS TE Bundled Interface Support
Example: Configuring MPLS TE on an EtherChannel Interface
Device> enable
Device# configure terminal
Device(config)# interface port-channel 1
Device(config-if)# ip address 10.0.0.4 255.255.255.0
Device(config-if)# mpls traffic-eng tunnels
Device(config-if)# mpls traffic-eng backup-path Tunnel 120
Device(config-if)# port-channel min-links 2
Device(config-if)# ip rsvp bandwidth 100
Device(config-if)# end
MPLS Traffic Engineering Path Calculation and Setup Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR
920 Series)
5
MPLS Traffic Engineering – Bundled Interface Support
Configuration Examples for MPLS TE Bundled Interface Support