Cisco CRS Configuration Manual page 333

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-mte tunnel-id
3. ipv4 unnumbered type interface-path-id
4. destination ip-address
5. disable
6. path-option preference-priority dynamic
7. path-option preference-priority explicit name pathname
8. Use the commit or end command.
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Step 2
interface tunnel-mte tunnel-id
Example:
RP/0/RP0/CPU0:router(config)# interface tunnel-mte
101
RP/0/RP0/CPU0:router(config-if)#
Step 3
ipv4 unnumbered type interface-path-id
Example:
RP/0/RP0/CPU0:router(config-if)# ipv4 unnumbered
Loopback0
Step 4
destination ip-address
Example:
RP/0/RP0/CPU0:router(config-if)# destination
140.140.140.140
RP/0/RP0/CPU0:router(config-if-p2mp-dest)#
Step 5
disable
Example:
RP/0/RP0/CPU0:router(config-if-p2mp-dest)#disable
Purpose
Enters global configuration mode.
Configures an MPLS-TE P2MP tunnel interface.
Assigns a source address so that forwarding can be
performed on the new tunnel. Loopback is commonly
used as the interface type.
Sets the destination address for tunnel-mte 10 to
140.140.140.140.
Disables destination 140.140.140.140 for tunnel-mte
10.
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
Configuring Point-to-Multipoint TE
315

Advertisement

Table of Contents
loading

Table of Contents