Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
QoS Policy Commands
OmniSwitch CLI Reference Guide
September 2009
page 53-135
policy action maximum depth
Configures the maximum queue depth assigned to this action, in bytes. The queue depth determines the 
amount of buffer allocated to each queue. When the queue depth is reached, the switch starts dropping 
packets. 
policy action action_name maximum depth bytes 
policy action action_name no maximum depth
Syntax Definitions
action_name
The name of the action.
bytes
The maximum queue depth, in bytes. The value may be entered as an 
integer (for example, 10000) or with abbreviated units (for example, 
10k). If the value is entered in bytes, the switch rounds the value up to 
the nearest thousand.
Defaults
N/A
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to remove a maximum depth value from a policy action.
• Note that the bandwidth may be entered in bytes. Alternatively, the bandwidth may be entered in 
abbreviated units (1k2k, etc). If the bandwidth value is entered in bytes, the switch rounds the value 
to the nearest thousand bytes. For example, if you enter 1 to 1024, the result is 1K. If you enter 1025 to 
2048, the result is 2K. 
Examples
-> policy action action2 maximum depth 100
-> policy action action2 no maximum depth
Release History
Release 6.1; command was introduced.