Specifications
230 ExtremeWare XOS 10.1 Command Reference Guide
QoS Commands
configure qosprofile
configure qosprofile <qosprofile> minbw <min_percent> maxbw <max_percent>
priority <level> <port_list>
Description
Modifies the default QoS profile parameters.
Syntax Description
Default
• Minimum bandwidth—0%
• Maximum bandwidth—100%
• Priority—By default, each qosprofile is assigned a different priority level:
— qp1 - low (the lowest priority)
— qp2 - lowhi
— qp3 - normal
— qp4 - normalHi
— qp5 - medium
— qp6 - mediumHi
— qp7 - high
— qp8 - highHi (highest priority)
Usage Guidelines
None.
Example
The following command configures the QoS profile parameters of QoS profile qp5 for specific ports:
configure qosprofile qp5 minbw 10% maxbw 80% priority highHi ports 5-7
The following command configures the QoS profile qp5 for all ports:
configure qosprofile qp5 minbw 10% maxbw 80% priority highhi
qosprofile Specifies a QoS profile name.
min_percent Specifies a minimum bandwidth percentage for this queue. The default setting
is 0.
max_percent Specifies the maximum bandwidth percentage this queue is permitted to use.
The default setting is 100.
level Specifies a service priority setting. Settings include low, lowHi, normal,
normalHi, medium, mediumHi, high, and highHi. Available in egress mode
only.
port_list Specifies a list of ports or slots and ports to which the parameters apply. May
be in the form 1, 2, 3-5, 2:5, 2:6-2:8.