Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The set protocols vrrp interface vrid ipv6-nd home-agent-preference command sets the value to be placed in Home Agent Option, when Home Agent config flag is set, which indicates to hosts Home Agent preference.

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


Command Syntax

set protocols vrrp interface <interface-namevrid <virtual-router-id> ipv6-nd home-agent-preference <home-agent-preference>


Parameter

Parameter

Description

interface <interface-name>

Specifies the Layer 3 interface name of VRRP device. 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.

home-agent-preference <home-agent-preference>Specifies the preference of the home agent. The value is an integer, that ranges from 0 to 65535. The default value of 0 stands for the lowest preference possible. Default: 0.


Example

  • Configure the preference of the home agent to 100.
admin@Xorplus# set protocols vrrp interface vlan100 vrid 2 ipv6-nd home-agent-preference 100
admin@Xorplus# commit
  • No labels