set precedence (policy map class)
Command History
Release
4.0(1)
Usage Guidelines
You can use this command only in the default virtual device context (VDC).
This command does not require a license.
Examples
This example shows how to configure the CoS value for a control plane policy map:
switch# configure terminal
switch(config)# policy-map type control-plane PolicyMapA
switch(config-pmap)# class ClassMapA
switch(config-pmap-c)# set precedence critical
This example shows how to revert to the default CoS value for a control plane policy map:
switch# configure terminal
switch(config)# policy-map type control-plane PolicyMapA
switch(config-pmap)# class ClassMapA
switch(config-pmap-c)# no set precedence critical
Related Commands
Command
class (policy map)
policy-map type control-plane
show policy-map type control-plane
Cisco Nexus 7000 Series Security Command Reference
660
Modification
This command was introduced.
Description
Specifies a control plane class map for a control plane
policy map and enters policy map class configuration
mode.
Specifies a control plane policy map and enters policy
map configuration mode.
Displays configuration information for control plane
policy maps.
S Commands