cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
176
Views
0
Helpful
2
Replies

Looking NTP configuration on Cisco N540x router

poojaryp1974
Level 1
Level 1

Hi,

I am looking command to configure NTP on Cisco N540x router.If you can reply me today it will really help.

Thanks

Prashanth

2 Replies 2

liviu.gheorghe
Spotlight
Spotlight

Hello @poojaryp1974 ,

the following command will configure NTP on your router:

router#configure

router(config)#ntp server <IP address of NTP Server>

router(config-ntp)#commit

Regards, LG
*** Please Rate All Helpful Responses ***

Hello
You do not say if this rtr is to the an authoritative device (server) or it is a peer(client)

Server
=An authoritative server to you own rtr
Peer (client) = An non authoritative server that you can share and sync time with.

Ive never used a N54x however NTP is fairly straight forward from a cli perspective, but you should have two options <server/peer>   

Example below relates to a ntp client:
ntp server x.x.x.
ntp server x.x.x.x prefer
ntp peer x.x.x.x  

(optional)
access-list x permit <server/peer>  = limits the ntp devices you wish to communicate with
ntp access-group peer (access-list x)
ntp authenticate 
ntp trusted-key xx 
ntp authentication-key xx  <auth> <word>
ntp source <interface>


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card