F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 113
These log entries can have different root causes:
Jun 28 05:01:21 LTM_A notice mcpd[27545]: 0107143a:5: CMI reconnect timer: enabled
Jun 28 05:01:21 LTM_A notice mcpd[27545]: 01071431:5: Attempting to connect to CMI peer 1.1.1.2 port 6699
Jun 28 05:01:21 LTM_A notice mcpd[27545]: 01071432:5: CMI peer connection established to 1.1.1.2 port 6699
Jun 28 05:01:26 LTM_A notice mcpd[27545]: 0107143a:5: CMI reconnect timer: disabled, all peers are connected
Which two commands should be used to obtain additional information on these entries? (Choose two.)
Answer options
- A. tmsh show /sys mcpd
- B. bigstart status mcpd
- C. tmsh modify /sys db log.mcpd.level value debug
- D. tmsh modify /sys db log.cmi.level value debug
Correct answer: B, C
Explanation
Option B, 'bigstart status mcpd', gives the status of the mcpd process, which is relevant to the logs provided. Option C, 'tmsh modify /sys db log.mcpd.level value debug', changes the log level to debug for mcpd, allowing for more detailed logs related to the entries. Options A and D do not directly provide the necessary additional insights into the specific log entries presented.