NTP configuration in NEXUS Switch
Posted
by
Pandi Durai
on Server Fault
See other posts from Server Fault
or by Pandi Durai
Published on 2012-12-18T08:37:23Z
Indexed on
2012/12/18
11:04 UTC
Read the original article
Hit count: 545
i'm planning to change the NTP peer to 172.29.100.44,but i'm unable to delete the existing and add new peer NTP peer IP in Nexus switch,Please suggest me in removing the existing configuration.
i have use the below commands to remove the peer,But still its not getting deleated from running configuration.Even if i add new peer,its not getting reflecting in running configuration.
no ntp peer 172.29.100.10 use-vrf management. ntp peer 172.29.100.44 use-vrf management
Existing configuration:
ntp distribute. ntp peer 172.29.100.10 use-vrf management. ntp source-interface mgmt0. ntp commit.
My another nexus is working fine with the below Configuration:
ntp peer 172.29.100.10 use-vrf management. ntp peer 172.29.100.44 use-vrf management. ntp source-interface mgmt0.
© Server Fault or respective owner