nerdexam
Cisco

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…

Network Device Management

Question

What command instructs the device to timestamp Syslog debug messages in milliseconds?

Exhibit

200-101 question #98 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)
  • A
    3% (1)
  • B
    90% (35)
  • C
    5% (2)
  • D
    3% (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

#Syslog#timestamps#debug messages#milliseconds

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice