F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 72
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?
Answer options
- A. tmsh set /sys db log.tcpdump.level value informational
- B. tmsh set /sys db log.tcpdump.level status informational
- C. tmsh modify /sys db log.tcpdump.level value informational
- D. tmsh modify /sys db log.tcpdump.level status informational
Correct answer: C
Explanation
The correct answer is C because the 'modify' command is used to change the value of an existing setting in BigDB. Options A and B incorrectly use 'set', which is not appropriate for modifying existing keys. Option D uses 'status' instead of 'value', making it incorrect for changing the logging level.