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

NTP server

amansoi_5
Level 1
Level 1

Can somebody guide me how NTP works & what are the commands to configure on Cisco router ..?

1 Accepted Solution

Accepted Solutions

mheusinger
Level 10
Level 10

Hello,

a complete description on how to configure NTP on a Cisco router can be found in "Configuring NTP" at

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a008030c799.html#wp1001170

The probably simplest method is to specify a NTP server with "ntp server ". NTP used UDP port 123 (source and destination), and you should enable connectivity for this type of communication.

Another good source of information would be http://www.eecis.udel.edu/~mills/ntp.html

and a list of public NTP servers on the internet can be found at http://ntp.isc.org/bin/view/Servers/WebHome

Hope this helps! Please rate all posts.

Regards, Martin

View solution in original post

2 Replies 2

mheusinger
Level 10
Level 10

Hello,

a complete description on how to configure NTP on a Cisco router can be found in "Configuring NTP" at

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a008030c799.html#wp1001170

The probably simplest method is to specify a NTP server with "ntp server ". NTP used UDP port 123 (source and destination), and you should enable connectivity for this type of communication.

Another good source of information would be http://www.eecis.udel.edu/~mills/ntp.html

and a list of public NTP servers on the internet can be found at http://ntp.isc.org/bin/view/Servers/WebHome

Hope this helps! Please rate all posts.

Regards, Martin

thanks ...