Exam PCNSE All QuestionsBrowse all questions from this exam
Question 344

An engineer needs to see how many existing SSL decryption sessions are traversing a firewall.

What command should be used?

    Correct Answer: C

    The correct command to see how many existing SSL decryption sessions are traversing a firewall is 'show dataplane pool statistics | match proxy'. This command examines the dataplane pool statistics and filters them to match SSL proxy sessions, allowing the engineer to see the required information.

Discussion
al12345Option: B

A - not exist B - correct https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClhdCAC C - not exist D - incorect - should be - show session all filter application ssl (but show all session, not a count number of sessions)

TAKUM1yOption: B

https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClhdCAC

mysteryzjokerOption: B

I agree b) show session all can be useful command, but on a production network with thousands of sessions it'd take a while to count how many there were.

secdaddyOption: B

Could be B as per al1234 Could be D as per mizuno92 except the full command required is 'show session all filter ssl-decrypt yes count yes' I'm going to guess B is 'better' between these two

MetgatzOption: B

B - correct https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClhdCAC

Sammy3637Option: B

https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClhdCAC

playthegamewithmeOption: B

B https://kb.itzecurity.com/2014/04/how-to-implement-ssl-decryption.html#:~:text=To%20see%20how%20many%20existing%20SSL%20decryption%20sessions,there%20are%205%20SSL%20sessions%20being%20decrypted%20%281024%E2%80%931019%3D5%29%3A

aatechlerOption: B

Helpful CLI Commands To see how many existing SSL decryption sessions are going through the device, use this CLI command: > debug dataplane pool statistics | match proxy https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClEZCA0

confusionOption: B

B is the most correct and exact answer

mizuno92Option: D

https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClsVCAS