You are troubleshooting a connection that is being blocked despite a matching policy. Which tool is best for determining which specific rule is hitting the traffic?
Trap 1: Packet Capture (pcap)
Pcap shows the packet content, not necessarily the policy match logic.
Trap 2: GlobalProtect logs
This is for VPN logs only.
Trap 3: Traffic Monitor
Traffic monitor shows history, but the test command is the diagnostic tool.
- A
Packet Capture (pcap)
Why wrong: Pcap shows the packet content, not necessarily the policy match logic.
- B
GlobalProtect logs
Why wrong: This is for VPN logs only.
- C
Policy Test Tool (test security-policy-match)
This command simulates traffic and returns the matching rule.
- D
Traffic Monitor
Why wrong: Traffic monitor shows history, but the test command is the diagnostic tool.