E-DOC-CTC-20061027-0003v2.0
SNTP Commands
666
sntp addAdd a Network Time Protocol (NTP) server to the NTP server list.
The internal Thomson ST real time clock (SNTP client) will be synchronized with the NTP server.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
sntp add [addr = <ip-address>]
[name = <string>]
[version = <number{1-4}>]
addr The IP address of the NTP server to add to the list.
Note This parameter is optional in this respect that either an IP
address or the name of an NTP server must be specified.
OPTIONAL
name The DNS name of NTP server to be added to list. If both the IP address
and the DNS name are provided, the IP address is ignored.
Note This parameter is optional in this respect that either an IP
address or the name of an NTP server must be specified
OPTIONAL
version The SNTP version of the NTP server.
Select either 1, 2, 3, or 4 following NTP server supported versions.
The default is 4.
OPTIONAL
=>sntp list
IP Address Version Status
100.101.110.113 4 Synchronized
=>sntp add addr=100.101.110.111
=>sntp list
IP Address Version Status
100.101.110.111 4 contacting ...
100.101.110.113 4 Synchronized
=>
sntp delete Delete an NTP server from the NTP server list.
sntp list List the NTP servers.