The ripng poison-reverse command enables poison reverse for RIPng.
The undo ripng poison-reverse command disables poison reverse for RIPng.
By default, poison reverse is disabled for RIPng.
After poison reverse is configured, the route learned from an interface is also sent to the neighboring device through the same interface. The metric of this route is set to 16, indicating that the route is unreachable.
When split horizon and poison reverse are configured on the same interface, only poison reverse takes effect.
Before running the ripng poison-reverse command on an interface, run the ipv6 enable command to enable IPv6 on the interface.
# Enable poison reverse for RIPng Update packets.
<HUAWEI> system-view
[HUAWEI] ipv6
[HUAWEI] interface vlanif 100
[HUAWEI-Vlanif100] ipv6 enable
[HUAWEI-Vlanif100] ripng poison-reverse
# Enable poison reverse for RIPng Update 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] ripng poison-reverse
# Disable poison reverse for RIPng Update packets.
<HUAWEI> system-view
[HUAWEI] ipv6
[HUAWEI] interface vlanif 100
[HUAWEI-Vlanif100] ipv6 enable
[HUAWEI-Vlanif100] undo ripng poison-reverse