ADTRAN AOS Version R10.1.0 Command Reference Manual page 3287

Adtran operating system (aos)
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Related Products for ADTRAN AOS Version R10.1.0

This manual is also suitable for:

Aos r10.1.0

Table of Contents