R0106-HP MSR Router Series Network Management and Monitoring Command Reference(V7)

102
You do not want the interface to synchronize the peer devices in the corresponding subnet.
You do not want the device to be synchronized by the peer devices in the subnet corresponding to
the interface.
Examples
# Disable GigabitEthernet 2/1/1 from processing IPv6 NTP messages.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] ntp-service ipv6 inbound disable
ntp-service ipv6 multicast-client
Use ntp-service ipv6 multicast-client to configure the device to operate in IPv6 NTP multicast client mode
and use the current interface to receive IPv6 NTP multicast packets.
Use undo ntp-service ipv6 multicast-client to remove the configuration.
Syntax
ntp-service ipv6 multicast-client ipv6-multicast-address
undo ntp-service ipv6 multicast-client ipv6-multicast-address
Default
The device does not operate in any NTP association mode.
Views
Interface view
Predefined user roles
network-admin
Parameters
ipv6-multicast-address: Specifies an IPv6 multicast address in the range of FFxy::/16, where x and y
represent any hexadecimal number from 0 through F. An IPv6 broadcast client and an IPv6 broadcast
server must be configured with the same multicast address.
Usage guidelines
After you configure this command, the device listens to IPv6 NTP messages using the specified multicast
address as the destination address. It is synchronized based on the received IPv6 NTP messages.
If you have configured the device to operate in IPv6 multicast client mode on an interface by using this
command, do not add the interface to any aggregate group. To add the interface to an aggregate group,
remove the configuration of the command.
Examples
# Configure the device to operate in IPv6 multicast client mode and receive IPv6 NTP multicast messages
with the destination FF21::1 on GigabitEthernet 2/1/1.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] ntp-service ipv6 multicast-client ff21::1
Related commands
ntp-service ipv6 multicast-server