cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
414
Views
0
Helpful
3
Replies

NTP_SNTP Configuration

iholdings
Level 1
Level 1

Greetings,

I have a number of WAN routers spread across the country. I've set each via SNTP to sync time to an external stratum 2 server. I noticed that the time syncs to the eastern time of the server, so I set timezone and GMT offset to correct for local time. No problem. But, any log entries get timestamped with the current local time plus the offset - i.e., if the time is 10:00:00 it stamps 18:00:00.

What am I doing wrong?

Thanks

1 Accepted Solution

Accepted Solutions

GW6
Level 1
Level 1

You might want to look into these commands:

service timestamps debug datetime msec localtime show-timezone

service timestamps log datetime msec localtime show-timezone

View solution in original post

3 Replies 3

GW6
Level 1
Level 1

You might want to look into these commands:

service timestamps debug datetime msec localtime show-timezone

service timestamps log datetime msec localtime show-timezone

Worked like a charm.

Thanks

0tmoerbe
Level 1
Level 1

Try this:

service timestamps debug datetime msec localtime show-timezone

service timestamps log datetime msec localtime show-timezone

Good luck.