Palo Alto Networks Certified Network Security Engineer (PCNSE) — Question 188
Which of the following commands would you use to check the total number of the sessions that are currently going through SSL Decryption processing?
Answer options
- A. show session all filter ssl-decryption yes total-count yes
- B. show session all ssl-decrypt yes count yes
- C. show session all filter ssl-decrypt yes count yes
- D. show session filter ssl-decryption yes total-count yes
Correct answer: C
Explanation
The correct answer, C, is the appropriate command to filter and count sessions involved in SSL Decryption. Option A is incorrect because it uses 'total-count' instead of 'count', which is not suitable for the requirement. Option B omits the necessary filter, and option D uses 'total-count' without the correct filtering context.