What is the difference between normal discard and extended discard, as reported in the packet forwarding engine hardware discard statistics section of the show pfe statistics traffic output.
packet forwarding engine hardware discard statistics
show pfe statistics traffic
There are multiple types of packet discard statistics maintained in the Packet Forwarding Engine (PFE) as normal discard and extended discard:
user@host> show pfe statistics traffic [...]Packet Forwarding Engine hardware discard statistics: Timeout : 0 Truncated key : 0 Bits to test : 0 Data error : 0 Stack underflow : 0 Stack overflow : 0 Normal discard : 3077 Extended discard : 134 Invalid interface : 0 Info cell drops : 0 Fabric drops : 0
normal discard
discard
user@host# show firewall filter discard { term discard { from { source-address { 192.168.1.3/32; } } then { discard } } } }
user@host# show routing-options static { route 192.168.1.3/32 discard ; }
extended discard
log
user@host# show firewall filter discard { term discard { from { source-address { 192.168.1.3/32; } } then { log ; discard ; } } }
} In this case the host will log an entry into the firewall log:
user@host# run show firewall log Log : Time Filter Action Interface Protocol Src Addr Dest Addr 20:12:25 pfe D so-1/0/0.0 ICMP 192.168.1.3 192.168.1.1