Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 748 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 748 Bytes

Forwarding_Engine_Drops

How to get forwarding engine drops for each port.

There are many reasons that forwarding engine drops are generated under a specific port:

  • Malformed IP header
  • IP SA or DA not valid
  • Service MTU exceeded
  • SAP or SDP or service disabled
  • Ethertype or PPP ID unknown
  • Interface disabled
  • MAC DA not our interface MAC
  • Same segment discard
  • Bad checksum
  • TTL expired

After the code runs:

Working_after_the_code_runs

Error_after_the_code_runs