04-05-2015 06:44 AM
I'm trying to find the source of some drops, but I can't find any documentation on what these mean from the output of show drops:
UNKNOWN_L2_ON_L3_DISCARD: Does this mean that it saw a tagged come in on the interface when the interface is not configured as a trunk?
L3_NOT_MYMAC: Does this mean that the packet which arrived on the interface had the incoming interface's IP as the destination IP, but not the incoming interface's MAC as the destination MAC?
The interface reporting these errors is connected to a public Internet Exchange, so it's possible that these errors are caused by the IX being laxed about what type of traffic is allowed to hit the switch fabric.
Thanks!
04-05-2015 07:52 AM
Hi Jason,
UNKNOWN_L2_ON_L3_DISCARD means L2 frames with unknown ether-type received on L3 interface dropped.
If the interface is not trunk interface and receive clan-tagged packet with Ethertype 0x8100, then the packet will be dropped and UNKNOWN_L2_ON_L3.
L3_NOT_MYMAC means Unicast frames dropped on layer3 ingress interface because they do not match the interface MAC address (packet not destined for this next-hop).
Yes, the port receives L3 packet with destination unicast MAC is not same with port's MAC address.
thanks,
Rivalino
04-08-2015 06:57 AM
the article that explains the np drop counters should be back online shortly. due to an unfortunate mishap it was taken offline.
also the show controller np description will provide similar detail (release dependent).
the unknown l2 on l3 discard is somewhat nasty and besdies the one that rivalino highlighted there are a couple of tother cases.
you can always capture the packets with the procedure to capture drop packets by setting a trap on that counter to see what is going on. generally it comes down to some interpretation or processing error between L2 and L3 domains. (like BD's, BVI's, routing and switching in the same feature path).
cheers
xander
04-08-2015 07:21 AM
The capture requires Typhoon cards, correct? My Trident's won't support that.
04-08-2015 08:11 AM
I see in my lab that description works on typhoon only, however the NP counter description should apply to trident as well.
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