ntp-service unicast-server

Syntax

ntp-service unicast-server { ip-address | server-name } [ authentication-keyid keyid | priority | source-interface interface-type interface-number | version number ] *

undo ntp-service unicast-server { ip-address | server-name }

View

System view

Default level

3: Manage level

Parameters

server-name: Specifies a host name of the NTP server, a string of 1 to 20 characters.

authentication-keyid keyid: Specifies the key ID to be used for sending NTP messages to the NTP server, where keyid is in the range of 1 to 4294967295.

priority: Specifies this NTP server as the first choice under the same condition.

source-interface interface-type interface-number: Specifies the source interface for NTP messages. In an NTP message that the local device sends to the NTP server, the source IP address is the primary IP address of this interface.

version number: Specifies the NTP version. The value range for the number argument is 1 to 4, and the default is 3.

Description

Use ntp-service unicast-server to designate an NTP server for the device.

Use undo ntp-service unicast-server to remove an NTP server designated for the device.

By default, no NTP server is designated for the device.

Examples

# Designate NTP server 10.1.1.1 for the device, and configure the device to run NTP version 3.

<Sysname> system-view
[Sysname] ntp-service unicast-server 10.1.1.1 version 3