MIB Viewer

apexSntpServerSpecified

OBJECT-TYPE
1.3.6.1.4.1.1166.1.31.2.1.1.3
Access
read-write
Status
current
Source
APEX-MIB
Sub-identifiers
0
When the TimeSource is SNTP, this object specifies whether the APEX will only accept time for a single SNTP server or from any server that broadcasts time. When notSpecified, the APEX will accept time from any SNTP server. When specified, the APEX will poll for time from the address of the SNTP server specified by the SntpServerIP address object. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini')
INTEGER { notSpecified (1), specified (2) }