cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1350
Views
0
Helpful
4
Replies

Any documentation to explain what UNKNOWN_L2_ON_L3_DISCARD and L3_NOT_MYMAC mean?

Jason Lixfeld
Level 1
Level 1

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!

4 Replies 4

Rivalino Tamaela
Cisco Employee
Cisco Employee

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

 

 

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

The capture requires Typhoon cards, correct?  My Trident's won't support that.

I see in my lab that description works on typhoon only, however the NP counter description should apply to trident as well.