4. (Optional) show policy-map interface control-plane
5. (Optional) copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Enters control plane configuration mode.control-plane
Example:
Step 2
switch(config)# control-plane
switch(config-cp)#
Configures the policer rate per line card. The allowed scale
factor value is from 0.10 to 2.00. When the scale factor
scale-factor value module multiple-module-range
Example:
Step 3
value is configured, the policing values are multiplied by
switch(config-cp)# scale-factor 1.10 module 1-2
the corresponding scale factor value of the module, and it
is programmed in the particular module.
To revert to the default scale factor value of 1.00, use the
no scale-factor value module multiple-module-range
command, or explicitly set the default scale factor value to
1.00 using the scale-factor 1 module
multiple-module-range command.
Displays the applied scale factor values when a CoPP policy
is applied.
(Optional) show policy-map interface control-plane
Example:
Step 4
switch(config-cp)# show policy-map interface
control-plane
Copies the running configuration to the startup
configuration.
(Optional) copy running-config startup-config
Example:
Step 5
switch(config)# copy running-config startup-config
Changing or Reapplying the Default CoPP Policy
You can change to a different default CoPP policy, or you can reapply the same default CoPP policy.
SUMMARY STEPS
1. [no] copp profile [strict | moderate | lenient | dense]
2. (Optional) show copp status
3. (Optional) show running-config copp
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
479
Configuring Control Plane Policing
Changing or Reapplying the Default CoPP Policy