An administrator is troubleshooting a connectivity issue between a host and a server across a Palo Alto Networks firewall. The administrator needs to verify whether the firewall is dropping the packets due to a security rule denial. Which CLI command should the administrator use to monitor packet drops in real time?
Trap 1: show system resources
This command displays CPU and memory utilization, not packet drops.
Trap 2: show session all
This command displays active sessions, not necessarily real-time dropped packets.
Trap 3: show interface all
This command displays interface status and error counters at the MAC/PHY layer, but not firewall security drop counters.
- A
show system resources
Why wrong: This command displays CPU and memory utilization, not packet drops.
- B
show session all
Why wrong: This command displays active sessions, not necessarily real-time dropped packets.
- C
show counter global filter packet-drop yes
This command correctly filters global counters to display only those related to packet drops.
- D
show interface all
Why wrong: This command displays interface status and error counters at the MAC/PHY layer, but not firewall security drop counters.