07-11-2018 10:17 PM - edited 03-08-2019 03:39 PM
Hi Everyone,
I just brought up a new pair of Nexus 7706. I went through and completed the initial setup but for some reason I am not seeing any CoPP policy in the running-config where I can it in the running-config on my Nexus 7010. Does Cisco stop showing the default CoPP policy in the running-config for Nexus 7700 series switches or do I need to configure the CoPP policy ?
I remember I didn't have to configure the CoPP policy when bring up the Nexus 7010 a few years ago.
Thanks in advance for any inputs / suggestions !!
Danny
07-11-2018 10:26 PM
Below is a snip of what I see in the running-config on my Nexus 7010
ip access-list copp-system-acl-bgp
10 permit tcp any gt 1024 any eq bgp
20 permit tcp any eq bgp any gt 1024
ipv6 access-list copp-system-acl-bgp6
10 permit tcp any gt 1024 any eq bgp
20 permit tcp any eq bgp any gt 1024
ip access-list copp-system-acl-cts
10 permit tcp any any eq 64999
20 permit tcp any eq 64999 any
ip access-list copp-system-acl-dhcp
10 permit udp any eq bootpc any
20 permit udp any eq bootps any
30 permit udp any any eq bootpc
40 permit udp any any eq bootps
ip access-list copp-system-acl-eigrp
10 permit eigrp any any
07-26-2018 10:33 PM
07-27-2018 03:07 AM - edited 07-27-2018 03:08 AM
Hello
Example:
sh copp status | in profile|control
Last Config Operation: copp profile strict
Policy-map attached to the control-plane: copp-system-p-policy-strict
sh policy-map type control-plane name copp-system-p-policy-strict
policy-map type control-plane copp-system-p-policy-strict
class copp-system-p-class-critical
set cos 7
police cir 36000 kbps bc 250 ms
conform transmit violate drop
class copp-system-p-class-important
set cos 6
police cir 1400 kbps bc 1500 ms
conform transmit violate drop
class copp-system-p-class-multicast-router
set cos 6
police cir 2600 kbps bc 1000 ms
conform transmit violate drop
class copp-system-p-class-management
set cos 2
police cir 10000 kbps bc 250 ms
conform transmit violate drop
class copp-system-p-class-multicast-host
set cos 1
police cir 1000 kbps bc 1000 ms
conform transmit violate drop
class copp-system-p-class-redirect
set cos 1
police cir 280 kbps bc 250 ms
conform transmit violate drop
class copp-system-p-class-normal
set cos 1
police cir 680 kbps bc 250 ms
conform transmit violate drop
class copp-system-p-class-ndp
set cos 6
police cir 680 kbps bc 250 ms
conform transmit violate drop
class copp-system-p-class-normal-dhcp
set cos 1
police cir 1500 kbps bc 250 ms
conform transmit violate drop
class copp-system-p-class-normal-dhcp-relay-response
set cos 1
police cir 1800 kbps bc 500 ms
conform transmit violate drop
class copp-system-p-class-exception
set cos 1
police cir 360 kbps bc 250 ms
conform transmit violate drop
class copp-system-p-class-monitoring
set cos 1
police cir 130 kbps bc 1000 ms
conform transmit violate drop
class copp-system-p-class-ecp-req
set cos 2
police cir 400 kbps bc 1000 ms
conform transmit violate drop
class copp-system-p-class-ecp-ack
set cos 6
police cir 100 kbps bc 1000 ms
conform transmit violate drop
class copp-system-p-class-l2-unpoliced
police cir 8 gbps bc 5 mbytes
conform transmit violate transmit
class copp-system-p-class-undesirable
set cos 0
police cir 32 kbps bc 250 ms
conform drop violate drop
class copp-system-p-class-fcoe
set cos 6
police cir 1060 kbps bc 1000 ms
conform transmit violate drop
class copp-system-p-class-l2-default
police cir 100 kbps bc 250 ms
conform transmit violate drop
class class-default
set cos 0
police cir 100 kbps bc 250 ms
conform transmit violate drop
conf t
copp profile ?
dense The Dense Profile
lenient The Lenient Profile
moderate The Moderate Profile
strict The Strict Profile
conf t
copp profile moderate
end
sh copp status | in profile|control
Last Config Operation: copp profile moderate
Policy-map attached to the control-plane: copp-system-p-policy-moderate
sh copp diff profile strict profile moderate
res
Paul
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide