Command Reference QoS Commands
The following example creates policy map “po”, and then adds a reference to class map “cmap1”.
Sets the rate limit value to 10 Mbps, the burst traffic limit value to 256 Kbps, and discard packets
which exceed the limit.
Ruijie(config)# policy-map po
Ruijie(config-pmap)# class cmaplRuijie(config-pmap-c)# police 10240 256
exceed-action drop
show policy-map [ policy-map-name [ class
class-map-name ] ]
Displays the policy map configuration.
Use this command to configure the output queue scheduling policy to SP. Use the no or default form
of this command to restore the default queue scheduling policy.
The default output queue scheduling policy is WRR.
Global configuration mode.
This command shares the same configuration with the mls qos scheduler sp. The show run
command displays this configuration in the mls qos scheduler sp item instead of priority-queue.
The following example configures the output queue scheduling policy to SP.
Ruijie(config)# priority-queue
Displays the output queue scheduling policy.