Switch – What do input discards on switch ports indicate and how can one track down their cause

snmpswitchswitching

The conditions under which a switch will discard outbound packets on particular ports are fairly well established in many basic training materials, including those for CCNA. However, input discards are typically less well-documented. Some reasons I've found include:

Are there any other common reasons? How would one decide between these possibilities?

Best Answer

Unknown VLANs are the primary cause of Input Discards (ifInDiscards) in my environment; usually from inappropriate VLANs spanning a trunk port. Depending on the services active in the VLAN in question, those counters can increase exponentially over short periods of time.

Keep in mind that Input Discards are the result of valid frames being dropped due to an internal forwarding issue. Another thing to note: Input Discards encompass a drastically smaller amount of issues, most everything else results in an interface error.