
KSwitch D10 MMT Managed Time Sensitive Ethernet Switch - Preliminary User Guide, Rev. 0.99
// 68
9.5.5.
NTP (Network Time Protocol) – Configuration Commands
Configure the switch NTP Servers IP. The NTP Server updates the switch with the correct GMT (Greenwich Mean
Time).
9.5.5.1.
NTP Server - Configure NTP Server
Description- Enable or disable NTP server and specify the NTP server’s parameters. Up to five NTP servers can be
configured.
ntp no ntp
ntp server
<index_var> ip-address { <ipv4_var> | <ipv6_var> | <name_var> }
no ntp server
<index_var>
Parameter
Description
Parameter
<index_var>
NTP Server index (1-5)
<ipv4_var>
IPv4 address of NTP server
<ipv6_var>
IPv6 address of NTP server
<name_var>
Domain name of NTP server
Default
N.A
Mode
Global Configuration mode
Usage
Enable NTP server by entering ntp command. Use a no version of the command to disable it.
Specify the parameters of NTP server by entering ntp server command. Use a no version of the
command to delete the specified NTP server.
Examples
Example#1 (add NTP server 1 with IP address 192.168.1.2)
(config)#ntp server 1 ip-address 192.168.1.2
Example#2 ( add NTP server 2 with domain <any-ntp-server>)
(config)#ntp server 2 ip-address <any-ntp-server>
Example#3 (enable NTP server)
(config)#ntp
9.5.6.
NTP (Network Time Protocol) – View Commands
9.5.6.1.
Show NTP Status - View NTP Status
Description - View NTP status and all configured NTP servers.
show ntp status
Parameter
Description
Parameter
-
-
Default
N.A
Mode
EXEC mode
Usage
Use the command view status and configuration of NTP servers
Examples
Example#1
#show ntp status