Cisco CRS Configuration Manual page 237

Ios xr mpls configuration guide
Hide thumbs Also See for CRS:
Table of Contents

Advertisement

Implementing MPLS Traffic Engineering
SUMMARY STEPS
1. configure
2. interface tunnel-te tunnel-id
3. ipv4 unnumbered type interface-path-id
4. autoroute announce
5. exit
6. router static address-family ipv4 unicast prefix mask ip-address interface type
7. Use the commit or end command.
8. (Optional) ping {ip-address | hostname}
9. (Optional) show mpls traffic-eng autoroute
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Step 2
interface tunnel-te tunnel-id
Example:
RP/0/RP0/CPU0:router(config)# interface
tunnel-te 1
Step 3
ipv4 unnumbered type interface-path-id
Example:
RP/0/RP0/CPU0:router(config-if)# ipv4
unnumbered Loopback0
Step 4
autoroute announce
Example:
RP/0/RP0/CPU0:router(config-if)# autoroute
announce
Step 5
exit
Example:
RP/0/RP0/CPU0:router(config-if)# exit
Purpose
Enters global configuration mode.
Enters MPLS-TE interface configuration mode.
Assigns a source address so that forwarding can be performed
on the new tunnel.
Enables messages that notify the neighbor nodes about the routes
that are forwarding.
Exits the current configuration mode.
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
Configuring Forwarding over the MPLS-TE Tunnel
219

Advertisement

Table of Contents
loading

Table of Contents