Command Reference QoS Commands
2 QoS Commands
2.1 class
Use this command to add reference to an existing class map. Use the no form of this command to
remove the class from the policy map.
Reference to a class map.
The function is disabled by default.
Policy configuration mode
The following example adds reference to the class map named cmap1.
Ruijie(config)# class-map cmap1
Ruijie(config-cmap)# match ip dscp 5
Ruijie(config-cmap)# exit
Ruijie(config)# policy-map pmap1
Ruijie(config-pmap)# class cmap1
Ruijie(config-pmap-c)# end
show policy-map [ policy-map-name [ class
class-map-name ] ]
Use this command to create a class map and enter class-map configuration mode. Use the no or
default form of this command to remove a class map.