Implementing Cisco Enterprise Advanced Routing and Services (ENARSI) — Question 360
An engineer notices that R1 does not hold enough log messages to identify the root cause during troubleshooting. Which command resolves this issue?
Answer options
- A. #logging buffered 4096 critical
- B. #logging buffered 16000 critical
- C. (config)#logging buffered 16000 informational
- D. (config)#logging buffered 4096 informational
Correct answer: C
Explanation
The correct answer, C, increases the buffer size to 16000 and sets the logging level to informational, which provides more detailed logs for troubleshooting. Options A and B set the logging level to critical, which captures fewer messages, while D uses a smaller buffer size of 4096, limiting the amount of log information available.