
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?
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?
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.
C is correct https://community.cisco.com/t5/networking-documents/router-log-timestamp-entries-are-different-from-the-system-clock/ta-p/3132258
C should be correct
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
I stick to D There is an asterisks in front of the time meaning that the device is not in sync with an NTP
the best response!
The Time zone needs to be changed. default it UTC Central European Time (CET) C is correct
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.
The correct answer is C
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.
C is correct for me too.
c is correct answer.
c is the correct answer.
Yes, C is correct
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
The question said "Which action ensures consistency between the two times?"
C looks to be correct here
C is the right answer
The correct answer is: C
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.
C is the correct answer
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
I vote C as the question is referring to the difference between log an the clock and this is fixed with service timestamp
D is correct
Should be C
The current timezone is CET, and the default timezone for logs is UTC
C - adding keyword 'localtime' is what will fix this.
the answer is C obviously
C should be correct
The correct answer is C
C is correct
D is the best answer, manually configure the clock is never can be as accurate as NTP server.
The answer is D
Hey SET thank you for the link, you are the man, C is correct answer. Again thank you buddy
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.
C is correct
it´s C
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.
log timestamps are updated to reflect local time, or the time that the 'show clock' command is displaying.