Send comments to nexus3k-docfeedback@cisco.com
-SM-142
Cisco Nexus 3000 Series NX-OS System Management Command Reference
OL-29557-04
Chapter System Management Commands
ntp master
ntp master
To configure the device to act as an authoritative Network Time Protocol (NTP) server, use the ntp
master command. To remove the device as an authoritative NTP server, use the no form of this
command.
ntp master [stratum]
no ntp master [stratum]
Syntax Description
Defaults None
Command Modes Global configuration mode
Command History
Usage Guidelines This command enables the device to distribute time even when it is not synchronized to an existing time
server.
This command does not require a license.
Examples This example shows how to configure the device to act as an authoritative NTP server:
switch# configure terminal
switch(config)# feature ntp
switch(config)# ntp master 5
This example shows how to remove a device as an authoritative NTP server:
switch# configure terminal
switch(config)# no ntp master 5
stratum (Optional) Stratum number. The range is from 1 to 15.
Release Modification
6.0(2)U(2)1 This command was introduced.