The ntp-service discard command sets the minimum inter-packet interval and the average inter-packet interval of NTP.
The undo ntp-service discard command cancels the minimum inter-packet interval and the average inter-packet interval of NTP.
By default, the minimum inter-packet interval is set to the first power of 2 in seconds, namely, 2 seconds, and the average inter-packet interval is set to the fifth power of 2 in seconds, namely, 32 seconds.
ntp-service discard { min-interval min-interval-val | avg-interval avg-interval-val } *
undo ntp-service discard
Parameter | Description | Value |
---|---|---|
min-interval min-interval-val | Specifies the minimum inter-packet interval of NTP. The actual value of the minimum inter-packet interval of NTP is the value obtained by raising 2 to the power of min-interval-val, expressed in seconds. |
The value of min-interval-val is an integer that ranges from 1 to 8. |
avg-interval avg-interval-val | Specifies the average inter-packet interval of NTP. The actual value of the average inter-packet interval of NTP is the value obtained by raising 2 to the power of avg-interval-val, expressed in seconds. |
The value of avg-interval-val is an integer that ranges from 1 to 8. |