User guide
7-10 B
LACK
D
IAMOND
U
SER
G
UIDE
Q
UALITY
OF
S
ERVICE
(Q
O
S)
S
AMPLE
E
GRESS
M
ODE
Q
O
S C
ONFIGURATION
This egress mode example does the following:
• Configures the QoS mode of the switch.
• Creates a QoS profile mktgqos, with the following characteristics:
— minimum bandwidth = 0%
— maximum bandwidth = 10%
— priority = low
• Applies the QoS profile mktgqos to a range of IP addresses.
The steps to configure this example are as follows:
1 Configure the switch for the egress mode, by typing the following:
config qosmode egress
2 Reboot the switch.
3 Create and configure the QoS profile mktgqos, by typing the following:
create qosprofile mktgqos
config qosprofile mktgqos minbw 0% maxbw 10% priority low
4 Apply the QoS profile to a range of IP addresses, by typing the following:
config ipqos add 128.1.0.0/16 qosprofile mktgqos
D
ISPLAYING
Q
O
S I
NFORMATION
To display QoS information on the switch, use the following command:
show qosprofile {<qosname> | all}
Information displayed includes:
• QoS profile name
• Minimum bandwidth
• Maximum bandwidth
• Priority
• A list of all traffic groups assigned to the QoS profile