Command Reference Guide
Quality of Service Map Command Set
Usage Examples
The following example configures QoS for a network with the following needs:
Reserve 15 percent of the line rate for routing traffic and L2 protocol traffic (max-reserved-bandwidth =
85).
Line Rate = 512 kbps
Guaranteed 256 kbps for Voice
Guaranteed 96 kbps for Class 1
Guaranteed 52 kbps for Class 2
To configure this QoS policy, enter the following QoS map and interface commands:
1. Allocate low latency queuing (LLQ) priority voice traffic.
(config)#qos map MYMAP 10
(config-qos-map)#match ip list VOICE
(config-qos-map)#priority 256
2. Allocate the class-based weighted fair queuing (CBWFQ) data traffic bandwidth for CLASS 1 and
CLASS 2.
(config)#qos map MYMAP 20
(config-qos-map)#match ip list CLASS_1
(config-qos-map)#bandwidth 96
(config)#qos map MYMAP 30
(config-qos-map)#match ip list CLASS_2
(config-qos-map)#bandwidth 52
3. Specify the reserved bandwidth on the appropriate interface and apply the map.
(config-fr 1)#max-reserved-bandwidth 85
(config-fr 1)#qos-policy out MYMAP
60000CRG0-35E
Copyright © 2012 ADTRAN, Inc.
3287
Need help?
Do you have a question about the AOS Version R10.1.0 and is the answer not in the manual?
Questions and answers