SUMMARY STEPS
1.
configure
2.
interface tunnel-te tunnel-id
3.
autoroute destination ip-address
4.
Use the commit or end command.
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure
Example:
RP/0/RP0/CPU0:router# configure
Step 1
Configures an MPLS-TE tunnel interface.
interface tunnel-te tunnel-id
Example:
RP/0/RP0/CPU0:router(config)#interface
tunnel-te 10
Step 2
Adds a route (ip-address) in RIB with TE tunnel as outgoing
interface. to the tunnel destination.
autoroute destination ip-address
Example:
RP/0/RP0/CPU0:router(config-if)#autoroute
Step 3
destination 192.168.1.2
RP/0/RP0/CPU0:router(config-if)#autoroute
destination 192.168.2.2
RP/0/RP0/CPU0:router(config-if)#autoroute
destination 192.168.3.2
RP/0/RP0/CPU0:router(config-if)#autoroute
destination 192.168.4.2
commit—Saves the configuration changes and remains within
the configuration session.
Use the commit or end command.
Step 4
end—Prompts user to take one of these actions:
• Yes— Saves configuration changes and exits the
configuration session.
• No—Exits the configuration session without committing
the configuration changes.
• Cancel—Remains in the configuration session, without
committing the configuration changes.
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
333
Implementing MPLS Traffic Engineering
Configuring VRF Redirection