20-25
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 20 Configuring Quality of Service for MPLS Traffic
MPLS Traffic Engineering—DiffServ Aware
Configuration Example for Configuring the Tunnel Interface
Example 20-3 configures DS-TE on the tunnel interface.
Example 20-3 Configuring Traffic Engineering on the Tunnel Interface
Router(config-if)# bandwidth 110000
Router(config-if)# ip unnumbered loopback0
Router(config-if)# tunnel destination 10.16.1.1
Router(config-if)# tunnel mode mpls traffic-eng
Router(config-if)# tunnel mpls traffic-eng bandwidth sub-pool 30000
Router(config-if)# tunnel mpls traffic-eng priority 0 0
Router(config-if)# tunnel mpls traffic-eng path-option 1 dynamic
Configuring Guaranteed Bandwidth Service
To configure guaranteed bandwidth service, perform the following required configuration tasks:
• Providing Strict QoS Guarantees Using DS-TE Sub-pool Tunnels, page 20-25
• Providing Differentiated Service Using DS-TE Global Pool Tunnels, page 20-26
• Providing Strict Guarantees and Differentiated Service in the Same Network, page 20-26
For guaranteed bandwidth service configuration examples, see the MPLS Traffic Engineering—DiffServ
Aware, Release 12.2(14)S feature module.
Providing Strict QoS Guarantees Using DS-TE Sub-pool Tunnels
To provide strict QoS guarantees using DS-TE sub-pool tunnels, do the following:
1. Select a queue (referred to as per-hop behavior (PHB) in DiffServ terminology) to be used
exclusively by the strict guarantee traffic. This queue is referred to as the guaranteed bandwidth
queue.
If you want to provide delay or jitter guarantees, use the DiffServ expedited forwarding queue (EF
PHB). On the Cisco
10000 series router, it is the absolute priority queue.
Step 6
Router(config-if)# tunnel mpls
traffic-eng path-option [protect] number
{dynamic | explicit {name path-name |
path-number}} [lockdown]
Configures the path (hops) that you want an MPLS traffic
engineering tunnel to use. You can configure many path options
for a single tunnel, including both dynamic and explicit path
options.
(Optional) protect indicates a backup label-switched path (LSP).
When you configure several path options, use lower numbered
options for number.
dynamic indicates that the router dynamically calculates the LSP
path.
explicit indicates that the LSP path is an IP explicit path.
name path-name specifies the path name of the IP explicit path.
This path name represents the specific IP addresses of the hops.
path-number is the path number of the IP explicit path.
lockdown indicates that the LSP cannot be reoptimized.
Command Purpose