12-15-2023 02:50 AM
Hi Team,
We need to sync the time of our ASR 9000 router with our custom NTP server. We are able to ping the IP of NTP server from management VRF. Can anyone please share the commands/steps to configure router.
Thanks
12-15-2023 03:00 AM
Hi
Here's an example configuration for synchronizing the time of a Cisco ASR 9000 series router with a custom NTP server. This example assumes that your NTP server's IP address is 192.168.1.100
and you're using the management VRF named Mgmt-intf
configure terminal
ntp server 192.168.1.100 vrf Mgmt-intf
ntp source GigabitEthernet0
clock timezone EST -5
Verify NTP Configuration: After applying the configurations, you can check the NTP status:
show ntp status
show ntp associations
Best regards
12-15-2023 03:02 AM
follow below guide :
If you looking mgmt VRF you need to specify as source interface - example :
peer ip-address [version number] [key key-id] [minpoll interval] [maxpoll interval] [source type interface-path-id] [prefer]
12-15-2023 03:03 AM
Hello @rajangahlout
ntp server vrf <VRF NAME> <IP SERVER NTP #1> source <INTERFACE SOURCE> server vrf <VRF NAME> <IP SERVER NTP #2> source <INTERFACE SOURCE> update-calendar
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