User guide

B
LACK
D
IAMOND
U
SER
G
UIDE
7-9
C
ONFIGURING
Q
O
S
S
AMPLE
I
NGRESS
M
ODE
Q
O
S C
ONFIGURATION
The following ingress mode example modifies an existing QoS profile and applies it to a
VLAN traffic grouping. The priority parameter, although required, is ignored when
configuring a default QoS profile in ingress mode.
config qosprofile qp4 minbw 15% maxbw 100% priority high
config vlan sales qosprofile qp4
config qosprofile <qosname> {minbw <percent>}
{maxbw <percent>} {priority <level>}
Configures a QoS profile. Specify:
minbw
— The minimum bandwidth
percentage guaranteed to be available
to this queue. The default setting is 0.
maxbw
— The maximum bandwidth
percentage this queue is permitted to
use. The default setting is 100.
priority
— The service priority for
this queue. Settings include low,
medium-low, medium, high. The default
setting is low. Available in egress mode,
only.
config port <slot:portlist> qosprofile <qosname> Allows you to configure one or more ports
to use a particular QoS profile. Available in
ingress mode, only.
config vlan <name> qosprofile <qosname> Allows you to configure a VLAN to use a
particular QoS profile.
disable pace Disables recognition of the PACE bit.
Available in ingress mode, only.
Table 7-4:
QoS Configuration Commands (continued)
Command Description