show copp-policy

Syntax

show copp-policy  [<NAME> | default] [commands] [configuration] [vsx-peer]

Description

Shows CoPP policy settings for a specific CoPP policy. When entered without specifying either a name or the default parameter, shows all the CoPP policy settings that are active on the switch and have successfully been programmed into the hardware.

A warning is displayed if:

  • The active and user-specified applications of a policy do not match.

  • The active and user-specified configurations of a policy do not match.

Command context

Operator (>) or Manager (#)

Parameters

<NAME>

Specifies the name of the policy for which to display settings. Length: 1 to 64 characters.

default

Displays CoPP settings for the default policy.

commands

Displays output as CLI commands.

configuration

Displays user-specified CoPP settings and not the active settings.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Example

Displaying the CoPP policies defined in the configuration and the active application:

switch# show copp-policy
applied copp_policy_name
------- ----------------
        My_CoppPolicy
applied default
switch#

Displaying the active configuration of all CoPP policies as CLI commands:

switch# show copp-policy commands
copp-policy My_CoppPolicy
    class igmp priority 6 rate 5000 burst 60
    class lacp priority 2 rate 2000 burst 1000
    default-class priority 1 rate 6000 burst 70
copp-policy default
    class acl-logging priority 0 rate 50 burst 50
    class arp-broadcast priority 3 rate 7000 burst 7000
    class arp-unicast priority 4 rate 2500 burst 2500
    class bfd priority 7 rate 1000 burst 1000
        <--OUTPUT OMITTED FOR BREVITY-->
    default-class priority 1 rate 1000 burst 500
apply copp-policy default
switch# 
		

Displaying the default policy:

switch# show copp-policy default
class                 drop priority rate pps burst pkts hardware rate pps
--------------------- ---- -------- -------- ---------- -----------------
acl-logging                0        50       50         50
arp-broadcast              3        7000     7000       7000
arp-unicast                4        2500     2500       2500
bfd                        7        1000     1000       1000
    <--OUTPUT OMITTED FOR BREVITY-->
default                    1        1000     500        1000