
23
CLI
QoS
Rate Limit
Table 19: Rate Limit
Function
Privilege
Description
Example
show rate-limit
User EXEC
Display rate-limit infor-
mation.
switch# show rate-limit
show rate-limit inter-
faces IF_NMLPORTS
User EXEC
Display rate-limit infor-
mation in specified inter-
face.
switch# show rate-limit
interfaces fa 5
rate-limit ingress <16-
1000000>
Admin EXEC
Set ingress rate-limit.
switch(config-if)# rate-
limit ingress 10000
no rate-limit ingress
Admin EXEC
No ingress rate-limit.
switch(config-if)# no
rate-limit ingress
rate-limit egress <16-
1000000>
Admin EXEC
Set egress rate-limit.
switch(config-if)# rate-
limit egress 10000
no rate-limit egress
Admin EXEC
No egress rate-limit.
switch(config-if)# no
rate-limit egress
rate-limit egress queue
<1-8> <16-1000000>
Admin EXEC
Set egress rate-limit in
queue.
switch(config-if)# rate-
limit egress queue 3
10000
no rate-limit egress
queue <1-8>
Admin EXEC
No egress rate-limit in
queue.
switch(config-if)# no
rate-limit egress queue 3
QoS
Table 20: QoS
Function
Privilege
Description
Example
show qos
User EXEC
Display qos state.
switch# show qos
show qos queueing
User EXEC
Display qos queueing state. switch# show qos queueing
show qos interfaces
IF_PORTS
User EXEC
Display qos state by inter-
face.
switch# show qos interface gi1
show qos map [(cos-
queue|dscp-queue|pre-
cedence-queue|queue-
cos|queue-dscp|queue-
precedence)]
User EXEC
Display qos map detail.
switch# show qos map
[no] qos
Admin EXEC
Enabled or disabled the
device to qos mode.
switch# configure
switch(config)# qos
switch(config)# exit
qos queue strict-priority-
num <0-8>
Admin EXEC
Specify the strict priority
queue number.
switch# configure
switch(config)# qos queue
strict-priority-num 1
switch(config)# exit
qos queue weight
SEQUENCE
Admin EXEC
Specify the non-strict prior-
ity queue weight value. The
valid queue weight value is
from 1 to 127.
switch# configure
switch(config)# qos queue
weight 3
switch(config)# exit