301b Exam QuestionsBrowse all questions from this exam

301b Exam - Question 39


An LTM Specialist is running the following packet capture on an LTM device: ssldump -Aed -ni vlan301 'port 443'

Which two SSL record message details will the ssldump utility display by default? (Choose two.)

Show Answer
Correct Answer: CD

The ssldump utility is commonly used to capture and decode SSL/TLS traffic. It provides detailed information about SSL handshake messages by default. Specifically, it will display the details of the ClientHello and ServerHello messages, which include the offered or chosen SSL/TLS versions, cipher suites, and other session parameters. HTTP Version, User-Agent, and Issuer are not details specifically related to SSL record messages by default.

Discussion

2 comments
Sign in to comment
GVKDOptions: CD
Feb 7, 2024

CD - Correct

GVKDOptions: CD
Feb 15, 2024

CD - Correct By default, the ssldump utility decodes and displays useful details of some SSL record messages. For example: ClientHello Details the version, offered cipher suites, and session id, if provided. ServerHello Details the version, session_id, chosen cipher suite, and compression method. Alert Details type and level, if provided. https://my.f5.com/manage/s/article/K10209