40
unicast-server
or
ntp-service unicast-peer
command works as the source interface for NTP
messages.
•
If you have configured the
ntp-service
broadcast-server
or
ntp-service
multicast-server
command, the source interface for the broadcast or multicast NTP messages is the interface
configured with the respective command.
•
If the specified source interface is down, the device does not send NTP messages.
Examples
# Specify the source interface for NTP messages as VLAN-interface 1.
<Sysname> system-view
[Sysname] ntp-service source vlan-interface 1
ntp-service unicast-peer
Use
ntp-service
unicast-peer
to specify a symmetric-passive peer for the device.
Use
undo ntp-service
unicast-peer
to remove the symmetric-passive peer specified for the device.
Syntax
ntp-service
unicast-peer
{
peer-name
|
ip-address
} [
vpn-instance vpn-instance-name
]
[
authentication-keyid
keyid
|
priority
|
source
interface-type interface-number
|
version
number
]
*
undo
ntp-service
unicast-peer
{
peer-name
|
ip-address
} [
vpn-instance
vpn-instance-name
]
Default
No symmetric-passive peer is specified for the device.
Views
System view
Predefined user roles
network-admin
Parameters
peer-name
: Specifies the host name of the symmetric-passive peer, a case-insensitive string of 1 to
253 characters.
ip-address
: Specifies the IP address of the symmetric-passive peer. It must be a unicast address,
rather than a broadcast address, a multicast address, or the IP address of the local clock.
vpn-instance vpn-instance-name
: Specifies the MPLS L3VPN to which the symmetric-passive peer
belongs, where
vpn-instance-name
is a case-sensitive string of 1 to 31 characters. If the
symmetric-passive peer is on the public network, do not specify this option.
authentication-keyid keyid
: Specifies the key ID to be used for sending NTP messages to the peer,
where
keyid
is in the range of 1 to 4294967295. If this option is not specified, the local device and the
peer do not authenticate each other.
priority
: Specifies the peer specified by
ip-address
or
peer-name
as the first choice under the same
condition.
source interface-type interface-number
: Specifies the source interface for NTP messages. In an
NTP message the local device sends to its peer, the source IP address is the primary IP address of
this interface. The
interface-type interface-number
argument represents the interface type and
number.
version number
: Specifies the NTP version. The value range for the
number
argument is 1 to 4, and
the default is 4.