Alcatel-Lucent 6850-48 Guida Di Riferimento

Pagina di 3444
QoS Commands
page 52-48
OmniSwitch CLI Reference Guide
September 2009
qos port q minbw maxbw
Configures a minimum and maximum bandwidth for each of the 8 COS egress queues on the specified 
port. 
qos port slot/port qn {minbw | maxbw} kbps 
qos port slot/port no qn {minbw | maxbw} kbps 
Syntax Definitions
slot/port
The slot/port on which the COS min/max bandwidth is configured.
n
The number of the queue for the specified port. Range is 1 to 8.
kbps
The minimum or maximum bandwidth value (in Kbits per second). The 
value may be entered as an integer (for example, 10000) or with abbre-
viated units (for example, 10k10m10g, or 10t). If the value is entered 
in bits per second, the switch rounds the value up to the nearest thou-
sand.
Defaults
By default the minimum bandwidth value for each queue is set to zero (best effort), and the maximum 
bandwidth value for each queue is set to zero (port speed). 
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to return the minimum or maximum bandwidth value for the speci-
fied queue to the default value (zero).
• Note that configuring the minimum and maximum bandwidth for the same queue is allowed on the 
same command line (see the “Examples” section). 
• Configuring the bandwidth values for different queues requires a separate command for each queue.
Examples
-> qos port 1/3 q0 minbw 10 q0 maxbw 100
-> qos port 1/3 q1 minbw 100
-> qos port 1/3 q1 maxbw 10g
-> qos port 2/1 q7 minbw 5k q7 maxbw 50k
-> qos port 1/3 no q1 minbw
-> qos port 1/3 no q1 maxbw
Release History
Release 6.1.1; command was introduced.