Purpose
Command or Action
(Optional)
Copies the running configuration to the startup
configuration.
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Step 10
Configuring a Control Plane Policy Map
You must configure a policy map for CoPP, which includes policing parameters. If you do not configure a
policer for a class, the following default is configured:
•
50 packets per second (pps) with a burst of 32 packets (for Cisco Nexus 9300 and 9500 Series and
3164Q, 31128PQ, 3232C, and 3264Q switches)
•
150 kilobits per second (kbps) with a burst of 32,000 bytes (for Cisco Nexus 9200 Series switches)
Before You Begin
Ensure that you have configured a control plane class map.
Procedure
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Specifies a control plane policy map and enters policy
map configuration mode. The policy map name can
have a maximum of 64 characters and is case sensitive.
policy-map type control-plane
policy-map-name
Example:
switch(config)# policy-map type
control-plane ClassMapA
switch(config-pmap)#
Step 2
Specifies a control plane class map name or the class
default and enters control plane class configuration
mode.
class
{
class-map-name
[
insert-before
class-map-name2
] |
class-default
}
Example:
switch(config-pmap)# class ClassMapA
switch(config-pmap-c)#
Step 3
The class-default class map is always at the end of the
class map list for a policy map.
Specifies the committed information rate (CIR). The
rate range is as follows:
Enter one of the following commands:
Step 4
•
police
[
cir
] {
cir-rate
[
rate-type
]}
Cisco Nexus 3600 NX-OS Security Configuration Guide, Release 7.x
129
Configuring Control Plane Policing
Configuring a Control Plane Policy Map
Содержание Nexus 3600 NX-OS
Страница 10: ...Cisco Nexus 3600 NX OS Security Configuration Guide Release 7 x x Contents ...
Страница 20: ...Cisco Nexus 3600 NX OS Security Configuration Guide Release 7 x 6 Overview IP ACLs ...
Страница 42: ...Cisco Nexus 3600 NX OS Security Configuration Guide Release 7 x 28 Configuring AAA Default AAA Settings ...