View each Network Time Protocol (NTP) server configuration on the Sun Secure Application Switch. Creating an NTP server configuration allows synchronization of the Sun Secure Application Switch system clock with other network clocks. This helps ensure accurate data delivery through the network.
exec
show switchServices ntp server
Heading | Description | Filter |
---|---|---|
Server ID | A unique identifier, and priority, for this NTP server. A value of 1 is the highest priority. Valid values are from 1 to 5. |
id integer |
Server IP Address | The IP address for this NTP server. Use 4-byte dotted decimal format. | ipAddress ipAddress |
Preferred Server | Indicates whether this NTP server is the preferred server if two servers show different times. This argument is meaningful only when you configure two servers; if you configure three or more, the NTP function automatically finds the most reliable server. Valid values:
true , false
|
prefer enumeration |
Burst Mode | Indicates whether to send NTP requests to this server in burst mode; that is, transmit eight send/receive cycles over a 32-second interval. Burst mode is useful for initially and quickly calibrating a system clock, but it puts a heavy burden on the NTP server and network. Without burst mode, the system sends one NTP request per minPoll interval, and calibration usually occurs within 5 minutes; with burst mode, calibration takes a few seconds. Always set burst to false for normal system operation. Valid values:
true , false
|
burst enumeration |
Min. Poll Interval | The minimum time, in seconds, between time queries sent to this NTP server. Some NTP time servers restrict clients to no more than 500 requests per day (about one every 3 minutes). Set minPoll according to your server's rules. Valid values:
|
minPoll enumeration |
Max. Poll Interval | The maximum time, in seconds, between time queries sent to the NTP server. Valid values:
|
maxPoll enumeration |
NTP Version | The NTP version number, which is transmitted in the NTP packets. That is, the setting restricts NTP communication to servers that implement NTP at or below the configured version. The current NTP standard is version 3, but version 4 has been in development since 1994. Some public NTP servers are running version 4, so we suggest you accept the default, which allows all current and previous versions. You should set a lower version only if your NTP server requires it. Valid values are from 1 to 4. |
version integer |
Stratum | The stratum level of server. | stratum integer |
TX Packets | The number of transmitted packets. | txPkts counter32 |
RX Packets | The number of received packets. | rxPkts counter32 |
Timeouts | The number of response timeouts. | timeouts counter32 |
Dropped Packets | The number of packets dropped. | droppedPkts counter32 |
Oper Status | The status of the peer. Valid values:
|
operStatus enumeration |
You can do the following