03-12-2019 09:01 AM
I am tying to sync my nexus with ntp server. I am able to reach ntp server and also through management vrf but its not syncing.
Not sure if below config is ok or need to add any for nexus 5672
Do it also need to enable feature NTP or is it enabled by default.
please advise
# show running-config ntp
!Command: show running-config ntp
!Time: Thu Mar 7 11:37:01 2019
version 7.1(0)N1(1a)
ntp server 10.1.1.2 prefer use-vrf management
ntp server 10.1.1.3 use-vrf management
system: version 7.1(0)N1(1a)
# show ntp stat
# show ntp status
Distribution : Disabled
Last operational state: No session
# show ntp peers
--------------------------------------------------
Peer IP Address Serv/Peer
--------------------------------------------------
10.1.1.2 Server (configured)
10.1.1.3 Server (configured)
# 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
-------------------------------------------------------------------------------
*10.1.1.2 0.0.0.0 3 16 377 0.00069 management
=10.1.1.3 0.0.0.0 3 16 377 0.05183 management
03-12-2019 09:06 AM
Hello,
try something like it:
device(config)# ntp
device(config-ntp)# source-interface ve 20
device(config-ntp)# server 10.10.10.1
The following example configures NTP over management VRF on an NTP client including the initial VRF configuration.
03-12-2019 09:08 AM
- Try feature ntp anyways as you are in a problem faze and also try ntp enable ; then lookup the status of the ntp environment again.
M.
03-12-2019 09:38 AM
Nexus always need to enable the feature " by feature ntp" ( by default nothing enabled).
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