cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1841
Views
5
Helpful
3
Replies

NTP not sync nexus 5k

MCCIE
Level 1
Level 1

 

 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

3 Replies 3

Jaderson Pessoa
VIP Alumni
VIP Alumni

Hello,

 

try something like it:

  1. Enables the Network Time Protocol (NTP) client and server mode.
    device(config)# ntp
  2. Identifies the source interface for the NTP server.
    device(config-ntp)# source-interface ve 20
  3. Identifies the IP address of the VE interface through which the management VRF is running.
    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.

Jaderson Pessoa
*** Rate All Helpful Responses ***

Mark Elsen
Hall of Fame
Hall of Fame

 

 - 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.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

balaji.bandi
Hall of Fame
Hall of Fame

Nexus always need to enable the feature " by feature ntp" ( by default nothing enabled).

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help