cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1152
Views
0
Helpful
7
Replies

different source addresses for getting and providing NTP

Michal Rzepecki
Level 1
Level 1

HI

How to configure one router to get time from NTP server using Lo1

and

provide time using Lo2 ?

1 Accepted Solution

Accepted Solutions

No, the router responds with the address that is used by the ntp-client (which will be Lo2 for your setup). The parameter "source Lo1" is only used for his own ntp-client-connectivity. And you don't need the command "ntp master" if your router has a valid time-source.

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

View solution in original post

7 Replies 7

With

rtr(config)#ntp server 192.53.103.104 source Loopback1

you tell the router to use a specific source-address. And if there is no access-control in place other systems can use any of the router-addresses (including L2 as you want) to get the time from the router.

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

So if other router (i.e. rtrB) starts synchronizing to rtr loopback2

rtr configuration

rtr(config)#ntp server 192.53.103.104 source Loopback1

rtr(config)#ntp master

doesn't mean that rtr have to respond using loopback1 source address ?

No, the router responds with the address that is used by the ntp-client (which will be Lo2 for your setup). The parameter "source Lo1" is only used for his own ntp-client-connectivity. And you don't need the command "ntp master" if your router has a valid time-source.

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

thanks for clarification

rtr(config)#ntp master

Avoid using this command.

why you suggest to avoid using "ntp master" command?

Cisco has recommend to avoid using "ntp master" because it tends to confuse peers.

Sent from Cisco Technical Support Nintendo App