Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles:
|
This object specifies a Network Time Protocol (NTP) server that supplies local time to the
Spacevars | ||
---|---|---|
|
During the installation process, the NTP server and time zone information is input to the Active server only. Once the Standby server starts, this information is synced from the Active to Standby.
Note | ||||
---|---|---|---|---|
| ||||
The
|
Include Page | ||||
---|---|---|---|---|
|
The following CLI syntax is used to configure NTP server at system level.
Code Block | ||
---|---|---|
| ||
% set system ntp keys <key Id> keyType <MD5 | SHA1> keyValue <key value> serverAdmin <IP_address> authKey <key Id> maxPoll <10-17> minPoll <4-17> state <disabled | enabled> version <version3 | version4> timeZone <SYSTEM NAME> zone <zone> |
Warning | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changing the time zone forces a restart of the |
Div | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||
|
The following example enables NTP server version 4 at IP address 10.20.30.40, and sets time zone of the
Spacevars | ||
---|---|---|
|
Code Block | ||
---|---|---|
| ||
% set system ntp serverAdmin 10.20.30.40 version version4 % set system ntp serverAdmin 10.20.30.40 state enabled % set system ntp serverAdmin 10.1.1.1 authKey 6 % set system ntp timeZone SBC01 zone us-Samoa % show system ntp timeZone SBC01 { zone us-Samoa; } serverAdmin 10.160.20.53 { version version4; minPoll 4; maxPoll 10; state enabled; authKey 6; } |
Pagebreak |
---|