C613-50170-01 Rev B
Command Reference for x510 Series
2123
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VRRP C
OMMANDS
ROUTER
IPV
6
VRRP
(
INTERFACE
)
router ipv6 vrrp (interface)
Overview
Use this command to configure VRRPv3 for IPv6 and define the interface that will
participate in virtual routing to send and receive advertisement messages. This
command allows you to enter the Router Configuration mode.
Use the
no
variant of this command to remove the VRRPv3 for IPv6 configuration.
Disable the VRRP session before using the
no
variant of this command.
Syntax
router ipv6 vrrp <
vrid
> <
interface>
no router ipv6 vrrp <
vrid
> <
interface>
Mode
Global Configuration
Usage
Use the required
<interface>
placeholder to define the interface that will
participate in virtual routing. This interface is used for two purposes - to
send/receive advertisement messages and to forward on behalf of the virtual
router when in master state.
NOTE
:
Configuring a high number of instances may adversely affect the device's
performance, depending on the device CPU, the other protocols it is running, and
whether you set the advertisement interval to less than 1 second.
See the
VRRP Feature Overview and Configuration Guide
for more information
about VRRPv3 IPv6 configuration details.
Examples
The example below shows you how to enable a VRRPv3 session with VR ID 3 on
vlan2:
awplus#
configure terminal
awplus(config)#
router ipv6 vrrp 3 vlan2
awplus(config-router)#
enable
awplus(config-router)#
The example below shows you how to disable a VRRPv3 session with VR ID 3 on
vlan2:
awplus(config-router)#
disable
awplus(config-router)#
exit
awplus(config)#
no router ipv6 vrrp 3 vlan2
awplus(config)#
Parameter
Description
<vrid>
<
1-255
> The ID of the virtual router VRRPv3 IPv6 session to create.
<interface>
Specify the name of the interface that will participate in the virtual
routing. The interface must exist on the router. The interface
specified sends and receives VRRPv3 IPv6 advertisement messages.