The ipv6 nd ra halt command disables the system from sending RA packets.
The undo ipv6 nd ra halt command enables the system to send RA packets.
By default, the system is disabled from sending RA packets.
Usage Scenario
Prerequisites
The IPv6 function has been enabled in the interface view using the ipv6 enable command.
Precautions
After the ipv6 nd ra halt command is run, the device does not send RA packets. In such a case, the hosts on the network cannot periodically receive information about updated IPv6 prefixes.
You can run the display icmpv6 statistics command to check whether a local device has sent RA packets.
# Disable VLANIF100 from sending RA packets.
<HUAWEI> system-view [HUAWEI] ipv6 [HUAWEI] interface vlanif 100 [HUAWEI-Vlanif100] ipv6 enable [HUAWEI-Vlanif100] ipv6 nd ra halt
# Disable GE0/0/1 from sending RA packets.
<HUAWEI> system-view [HUAWEI] ipv6 [HUAWEI] interface gigabitethernet 0/0/1 [HUAWEI-GigabitEthernet0/0/1] undo portswitch [HUAWEI-GigabitEthernet0/0/1] ipv6 enable [HUAWEI-GigabitEthernet0/0/1] ipv6 nd ra halt