ENARSI Exam QuestionsBrowse all questions from this exam

ENARSI Exam - Question 15


Refer to the exhibit. An engineer is troubleshooting BGP on a device but discovers that the clock on the device does not correspond to the time stamp of the log entries.

Which action ensures consistency between the two times?

Show Answer
Correct Answer: C

To ensure consistency between the device time and the time stamps of the log entries, configure the service timestamps log datetime localtime command in global configuration mode. This command ensures that the log entries use the device's local time for their timestamps, which aligns the log times with the system clock.

Discussion

35 comments
Sign in to comment
S_E_T
Jun 10, 2020

C is correct https://community.cisco.com/t5/networking-documents/router-log-timestamp-entries-are-different-from-the-system-clock/ta-p/3132258

Alex147Option: C
Dec 15, 2021

C should be correct

Rathana
Jun 8, 2020

The correct answer should be C https://www.cisco.com/E-Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/service_timestamps.htm

davdtech
Feb 25, 2022

I stick to D There is an asterisks in front of the time meaning that the device is not in sync with an NTP

default_route
Apr 9, 2024

the best response!

MWoods
Nov 25, 2020

The Time zone needs to be changed. default it UTC Central European Time (CET) C is correct

Malataw
Dec 15, 2020

By default, syslog and debug messages are stamped by UTC, regardless of the time zone that device configured. You should append localtime key word to "service timestamp {log | debug} datetime msec" global command to change that behavior.

Jenia1Option: C
Jan 27, 2022

The correct answer is C

Nhan
Jun 17, 2022

C and D are both correct answer for this scenario, i would like to go with D. NTP server provide much more accurate clock setting than local device clock.

anonymous1966
Jul 12, 2020

C is correct for me too.

Jack1188
Aug 7, 2020

c is correct answer.

Jack1188
Aug 11, 2020

c is the correct answer.

Fmz
Jan 28, 2021

Yes, C is correct

RS_nw
Aug 10, 2021

The answer is correct. Show Clock output shows Asterisk (*) which is indicator that clock is not Authoritive. https://www.cisco.com/c/en/us/td/docs/routers/xr12000/software/xr12k_r3-9/system_management/command/reference/yr39xr12k_chapter4.html#wp1784026936

spiderconnard
Aug 19, 2021

The question said "Which action ensures consistency between the two times?"

NetworkingguyOption: C
Jan 31, 2022

C looks to be correct here

Hack4
Feb 4, 2022

C is the right answer

xziomal9Option: C
Apr 25, 2022

The correct answer is: C

PbshahOption: C
Jul 17, 2022

Even we synchronize the clock but it may show different timezone so we should set the “localtime” keyword (which uses local time zone for timestamps) so that the time of logging messages is matched with our clock.

networkWizOption: C
Aug 8, 2022

C is the correct answer

_PrettyStupid_Option: C
Dec 5, 2022

I'm going with C Reference: https://community.cisco.com/t5/networking-knowledge-base/router-log-timestamp-entries-are-different-from-the-system-clock/ta-p/3132258 and https://conetrix.com/blog/timestamps-on-logs-of-cisco-devices-do-not-match-actual-time-on-device

KoumeOption: C
Jan 19, 2023

I vote C as the question is referring to the difference between log an the clock and this is fixed with service timestamp

ChiarettaOption: D
Jul 3, 2023

D is correct

DefiletOption: C
May 3, 2024

Should be C

tubirubsOption: C
Sep 23, 2024

The current timezone is CET, and the default timezone for logs is UTC

ZachTL11
Apr 22, 2021

C - adding keyword 'localtime' is what will fix this.

Chris_Li
Jul 4, 2021

the answer is C obviously

yoyo_simon
Sep 13, 2021

C should be correct

error_909
Sep 22, 2021

The correct answer is C

Nonono
Feb 5, 2022

C is correct

Nhan
Apr 13, 2022

D is the best answer, manually configure the clock is never can be as accurate as NTP server.

AlexlohOption: D
Jun 29, 2022

The answer is D

Nhan
Sep 7, 2022

Hey SET thank you for the link, you are the man, C is correct answer. Again thank you buddy

Malasxd
May 14, 2023

It does not say the device timer is incorrect. It's says the device time and log time are different and you need to resolve it.

Malasxd
May 14, 2023

C is correct

[Removed]Option: C
Jul 17, 2024

it´s C

bf10690Option: C
Aug 4, 2024

C is the correct answer. It makes it so that logs use the local time. Syncing the time with an NTP wouldn't help because the question is about the time stamp on the log not matching the clock on the device. The clock not being synchronized could be an issue, but it is not what the question asks us to fix. It just wants the time on the device to match the timestamp.

131dac4Option: C
Jan 27, 2025

log timestamps are updated to reflect local time, or the time that the 'show clock' command is displaying.