Exam 300-410 All QuestionsBrowse all questions from this exam
Question 617

Refer to the exhibit. An engineer is troubleshooting an issue using the debug ip packet command and notices that no time stamps are shown on R4 to establish the event time. Which configuration resolves this issue by showing time stamps regardless of the time zone in R4 logs?

    Correct Answer: D

    To ensure that time stamps are shown during debugging regardless of the time zone, the command 'service timestamps debug datetime msec show-timezone' should be used. This command ensures that debug messages include time stamps with milliseconds and the time zone information, which will provide the necessary details for troubleshooting.

Discussion
PietjeplukgelukOption: B

B == correct. Note D is wrong cause you cannot set the msec command without using datetime first. WAN(config)#service timestamps debug ? datetime Timestamp with date and time uptime Timestamp with system uptime <cr>

kroboOption: B

The following example enables time stamps on logging messages, showing the current time and date relative to the local time zone, with the time zone name included: service timestamps log datetime localtime show-timezone

assotchetOption: B

for me the good answer is B one must pay attention to regardless of time zone in the question

dapardoOption: D

Agree on this since service timestamps log datetime msec is already applied in the configuration, the next step is to put service timestamps debug datetime msec. First step - log messages timestamp Second step - Debug messages timestamp By doing this all logs and debug messages will include timestamps.