set protocols vrrp interface vrid ipv6-nd suppress-ra


The set protocols vrrp interface vrid ipv6-nd suppress-ra command can be used to enable or disable sending Router Advertisement (RA) on specified VRRP interface. By default, PICOS do not send RA packets on VRRP interfaces.

The delete protocols vrrp interface vrid ipv6-nd suppress-ra command restores the default configuration.


Command Syntax

set protocols vrrp interface <interface-name> vrid <virtual-router-id> ipv6-nd suppress-ra <true | false>

delete protocols vrrp interface <interface-name> vrid <virtual-router-id> ipv6-nd suppress-ra


Parameter

Parameter

Description

interface <interface-name>

Specifies the Layer 3 interface name of VRRP device. The value could be the VLAN interface name, the routed interface or the sub-interface name. The value is a string.

vrid <virtual-router-id>

Specifies the VRID of a VRRP group. The value is an integer that ranges from 1 to 254.

<true | false>

Enable or disable sending RA packets on specified interface. The value could be true or false.

  • true: Disables sending RA packets.
  • false: Enables sending RA packets.

By default, PICOS do not send RA packets on VRRP interfaces.


Example

  • Enable sending RA packets on VLAN interface vlan10.
admin@Xorplus# set protocols vrrp interface vlan10 vrid 32 ipv6-nd suppress-ra false
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.