Exam 301b All QuestionsBrowse all questions from this exam
Question 37

An LTM Specialist needs to modify the logging level for tcpdump execution events. Checking the BigDB Key, the following is currently configured: sys db log.tcpdump.level { value "Notice"

}

Which command should the LTM Specialist execute on the LTM device to change the logging level to informational?

    Correct Answer: C

    To change the logging level on an LTM device using tmsh, the correct syntax is 'tmsh modify /sys db log.tcpdump.level value <new_value>'. The 'modify' command is used to change the configuration, and 'value' specifies the new value for the logging level. Therefore, 'tmsh modify /sys db log.tcpdump.level value informational' is the correct command.

Discussion
GVKDOption: C

C - Correct