PCNSE · Question #37
What can missing SSL packets when performing a packet capture on dataplane interfaces?
The correct answer is A. The packets are hardware offloaded to the offloaded processor on the dataplane. Missing SSL packets in a dataplane packet capture are often due to hardware offloading of SSL processing.
Question
What can missing SSL packets when performing a packet capture on dataplane interfaces?
Options
- AThe packets are hardware offloaded to the offloaded processor on the dataplane
- BThe missing packets are offloaded to the management plane CPU
- CThe packets are not captured because they are encrypted
- DThere is a hardware problem with offloading FPGA on the management plane
How the community answered
(35 responses)- A89% (31)
- B6% (2)
- C3% (1)
- D3% (1)
Why each option
Missing SSL packets in a dataplane packet capture are often due to hardware offloading of SSL processing.
Palo Alto Networks firewalls utilize dedicated hardware processors on the dataplane for accelerating specific tasks like SSL decryption and encryption. When SSL traffic is hardware offloaded, it bypasses the software path that standard packet capture mechanisms monitor, causing these packets to be 'missing' from the capture.
The management plane CPU handles administrative tasks and does not offload or process high-throughput data plane traffic such as SSL packets.
Packet capture tools record raw network packets regardless of whether their payload is encrypted; encryption itself does not prevent the capture of the packet, only the readability of its contents.
Hardware offloading, including FPGAs, occurs on the dataplane, not the management plane, and missing packets due to offloading is a design characteristic for performance, not necessarily a hardware problem.
Concept tested: Palo Alto Networks Dataplane offloading and packet capture
Source: https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-admin/troubleshooting/perform-a-packet-capture
Topics
Community Discussion
No community discussion yet for this question.