01-23-2018 11:54 AM - edited 03-08-2019 01:32 PM
Hello!
I'm trying to make the NTP synchronisation work by the management interface and vrf.
Here's my config that does not work:
It doesn't even seem to get started at all...
clock protocol ntp vdc 1
ip access-list copp-system-acl-ntp
10 permit udp any any eq ntp
20 permit udp any eq ntp any
class-map type control-plane match-any copp-ntp
match access-group name copp-system-acl-ntp
class copp-ntp
ntp peer X.X.X.1 prefer use-vrf management
ntp peer X.X.X.2 prefer use-vrf management
ntp source-interface mgmt0
N2(config)# show ntp status
Distribution : Disabled
Last operational state: No session
N2(config)# show ntp peer-status
Total peers : 2
* - selected for sync, + - peer mode(active),
- - peer mode(passive), = - polled in client mode
remote local st poll reach delay vrf
-------------------------------------------------------------------------------
+Peer1 ManagementIP 16 64 0 0.00000 management
+Peer2 ManagementIP 16 64 0 0.00000 management
Thanks for your help
Solved! Go to Solution.
01-23-2018 12:25 PM
01-23-2018 12:14 PM
01-23-2018 12:22 PM
I tried both. When using ntp server instead, peers show in default vrf.
And yes, ntp feature is already on.
Thanks
01-23-2018 12:25 PM
01-23-2018 12:29 PM
hum yeah your right.
What do you get with show ntp status ?
01-23-2018 12:32 PM
01-23-2018 12:39 PM
Well it does seem to work. And I think somehow in my troubleshooting I was not looking at the good status.
Thanks for your help!
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