Dear Community,
on our core-switch (which is doing all of the routing) we see a lot of copp drops on class ip-excption - constanty about +70%.
copp policy is default!
current statistics shown on cli:
Statistics for CoPP policy 'default':
Class: ip-exceptions
Description: Routable packets that would exceed the MTU for the
egress interface, packets that trigger ICMP redirects,
and packets with TTL/hop_limit=1 that are discarded
when routing through the switch.
priority : 0
rate (pps) : 100
burst size (pkts) : 100
packets passed : 672142289 packets dropped : 1915193307
A bit of detail about our Layout:
We do have a Core (which is doing routing) consisting of 2 8360 in an VSX-Pair. Here we see the copp drops!
We do have Top-of-Rack Switches (also 8360 as VSX Pairs) where our servers are connected.
Then we have Edge-Switches (6300M in VSF Stacks) where Client Devices are connected.
Here a scheme:
Software Version on all Switches is 10.13.1110
According to documentation the class ip-exceptions hits on:
Routable packets that would exceed the MTU for the egress interface, packets that trigger ICMP redirects,
packets with TTL/hop_limit=1 that are discarded when routing through the switch.
What I checked so far:
- I checked MTU Size: we use MTU size 9198 on physicle interfaces and ip mtu 9100 on VLAN Interfaces. So I think there should be no Problem.
- Since where using VSX icmp redirects is disabled (no icmp redirects)
- About the mentioned TTL/hop limit: I did Packet Capture on some Uplinks, but could not see many packets with TTL below 10 - except some multicast packets.
- show ip error is low:
--------------------------------------------------
Drop reason Packets
--------------------------------------------------
Malformed packets 0
IP address errors 367
- Checked Interface statistics for Drops: no TX and no RX drops
I´m trying to find the root cause of this, but by now I failed and would like to ask the community, if there are any hints on how to troubleshoot and find the root cause.
Is there any way of logging that I can turn on to see why the copp is hitting on ip-exceptions or where the source of the packets are?
If anyone has experience to share - you are very welcome!
Thank you,
Alex.
-------------------------------------------