C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1351
AlliedWare Plus™ Operating System - Version 5.4.5-0.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.
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)#
Related
Commands
advertisement-interval
circuit-failover
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.