Command Reference QoS Commands
no set { ip dscp | cos | vid }
Configures the DSCP value for the traffic. The range is from 0 to 63.
Configures the CoS value for the traffic. The range is from 0 to 7.
Configures the CoS value only.
Configures the VID value for the traffic. The range is from 1 to 4094.
No CoS, DSCP or VID value is configured for the traffic in policy map class mode.
Policy map class configuration mode
The following example creates policy map “pmap1”, and adds a reference to class map “cmap1”.
Ruijie(config)# policy-map pmap1
Ruijie(config-pmap)# class cmap1
The following example modifies the CoS value of the traffic to 3.
Ruijie(config-pmap-c)# set cos 3
show
policy-map[ policy-map-name
[ class class-map-name ] ]
Displays the policy map configuration on the interface.
Use this command to display the class map.
show class-map [ class-map-name ]
Privileged EXEC mode, global configuration mode, interface configuration mode.