05-23-2013 02:25 PM - edited 03-03-2019 07:05 AM
HI
How to configure one router to get time from NTP server using Lo1
and
provide time using Lo2 ?
Solved! Go to Solution.
05-23-2013 03:10 PM
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
05-23-2013 02:52 PM
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
05-23-2013 03:00 PM
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 ?
05-23-2013 03:10 PM
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
05-23-2013 03:24 PM
thanks for clarification
05-23-2013 03:27 PM
rtr(config)#ntp master
Avoid using this command.
05-24-2013 12:15 AM
why you suggest to avoid using "ntp master" command?
05-25-2013 03:03 PM
Cisco has recommend to avoid using "ntp master" because it tends to confuse peers.
Sent from Cisco Technical Support Nintendo App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide