Palo Alto Networks Certified Network Security Engineer (PCNSE) — Question 76
Which CLI command can be used to export the tcpdump capture?
Answer options
- A. scp export tcpdump from mgmt.pcap to < username@host:path>
- B. scp extract mgmt-pcap from mgmt.pcap to < username@host:path>
- C. scp export mgmt-pcap from mgmt.pcap to < username@host:path>
- D. download mgmt-pcap
Correct answer: C
Explanation
The correct command is C, as it correctly uses 'scp' to export the 'mgmt-pcap' from 'mgmt.pcap' to the specified destination. Options A and B are incorrect because they contain the wrong command structure or parameters, and option D is not a valid CLI command for exporting tcpdump captures.