set protocols vrrp interface vrid ipv6-nd router-preference


The set protocols vrrp interface vrid ipv6-nd router-preference command specifies the value that is set in the Default Router Preference (DRP) field of Router Advertisements (RAs) that the switch sends from an interface. An interface with a DRP value of high will be preferred by other devices on the network over interfaces with an RA value of medium or low.

The delete protocols vrrp interface vrid ipv6-nd router-preference command restores the default configuration.


Command Syntax

set protocols vrrp interface <interface-name> vrid <virtual-router-id> ipv6-nd router-preference <high | medium | low>


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.

router-preference <high | medium | low>

Specifies the value that is set in the Default Router Preference (DRP) field.

  • high: Sets DRP to high.
  • medium: Sets DRP to medium. Default.
  • low: Sets DRP to low.


Example

  • Configure the value that is set in the Default Router Preference (DRP) field of Router Advertisements (RAs).
admin@Xorplus# set protocols vrrp interface vlan100 vrid 2 ipv6-nd router-preference high
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.