class-map type control-plane
To create or specify a control plane class map and enter class map configuration mode, use the class-map
type control-plane command. To delete a control plane class map, use the no form of this command.
class-map type control-plane [match-all| match-any] class-map-name
no class-map type control-plane [match-all| match-any] class-map-name
Syntax Description
(Optional) Specifies to match all match conditions in
the class map.
match-all
(Optional) Specifies to match any match conditions
in the class map.
match-any
Name of the class map. The name is alphanumeric
and case-sensitive. The maximum length is 64
characters.
class-map-name
Command Default
match-any
Command Modes
Global configuration
Command History
ModificationRelease
This command was introduced.4.0(1)
Usage Guidelines
You cannot use match-all, match-any, or class-default as names for control plane class maps.
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 specify a control plane class map and enter class map configuration mode:
switch# configure terminal
switch(config)# class-map type control-plane ClassMapA
switch(config-cmap)#
This example shows how to delete a control plane class map:
switch# configure terminal
switch(config)# no class-map type control-plane ClassMapA
Cisco Nexus 7000 Series Security Command Reference
69
C Commands
class-map type control-plane