Related Topics
Building MPLS-TE Topology, on page 213
Creating an MPLS-TE Tunnel, on page 216
How MPLS-TE Works, on page 166
Configure IETF DS-TE Tunnels: Example
The following example shows how to configure DS-TE:
rsvp
interface pos 0/6/0/0
bandwidth rdm 100 150 bc1 50
mpls traffic-eng
ds-te mode ietf
interface tunnel-te 1
bandwidth 10 class-type 1
commit
configure
rsvp interface 0/6/0/0
bandwidth mam max-reservable-bw 400 bc0 300 bc1 200
mpls traffic-eng
ds-te mode ietf
ds-te model mam
interface tunnel-te 1bandwidth 10 class-type 1
commit
Related Topics
Configuring a Prestandard DS-TE Tunnel, on page 231
Prestandard DS-TE Mode, on page 172
Configure MPLS-TE and Fast-Reroute on OSPF: Example
CSPF areas are configured on a per-path-option basis. The following example shows how to use the
traffic-engineering tunnels (tunnel-te) interface and the active path for the MPLS-TE tunnel:
configure
interface tunnel-te 0
path-option 1 explicit id 6 ospf 126 area 0
path-option 2 explicit name 234 ospf 3 area 7 verbatim
path-option 3 dynamic isis mtbf level 1 lockdown
commit
Related Topics
Configuring MPLS -TE and Fast-Reroute on OSPF, on page 238
Configure the Ignore IS-IS Overload Bit Setting in MPLS-TE: Example
This example shows how to configure the IS-IS overload bit setting in MPLS-TE:
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
344
Implementing MPLS Traffic Engineering
Configure IETF DS-TE Tunnels: Example