200-101 · Question #98
What command instructs the device to timestamp Syslog debug messages in milliseconds?
The correct answer is B. service timestamps debug datetime msec. The command 'service timestamps debug datetime msec' configures the device to add timestamps to debug-level Syslog messages in the format 'datetime' (date and time), with 'msec' appending millisecond precision. The key distinction is the keyword 'debug' (targets debug messages…
Question
Exhibit
Options
- Aservice timestamps log datetime localtime
- Bservice timestamps debug datetime msec
- Cservice timestamps debug datetime localtime
- Dservice timestamps log datetime msec
How the community answered
(39 responses)- A3% (1)
- B90% (35)
- C5% (2)
- D3% (1)
Explanation
The command 'service timestamps debug datetime msec' configures the device to add timestamps to debug-level Syslog messages in the format 'datetime' (date and time), with 'msec' appending millisecond precision. The key distinction is the keyword 'debug' (targets debug messages specifically) combined with 'msec' (adds millisecond granularity). Option A and D use 'log' instead of 'debug' (which targets log messages rather than debug), and option C uses 'localtime' without 'msec', providing local time but not millisecond precision.
Topics
Community Discussion
No community discussion yet for this question.
