1350
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
VRRP C
OMMANDS
ROUTER
VRRP
(
INTERFACE
)
router vrrp (interface)
Overview
Use this command to configure VRRP IPv4 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 VRRP IPv4 configuration.
Disable the VRRP session before using the
no
variant of this command.
Syntax
router vrrp <
vrid
> <
interface>
no router 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 IPv4 configuration details.
Examples
The example below shows you how to enable a VRRP session with VR ID 5 on vlan1:
awplus#
configure terminal
awplus(config)#
router vrrp 5 vlan1
awplus(config-router)#
enable
awplus(config-router)#
The example below shows you how to disable a VRRP session with VR ID 5 on vlan1:
awplus(config-router)#
disable
awplus(config-router)#
exit
awplus(config)#
no router vrrp 5 vlan1
awplus(config)#
Related
Commands
advertisement-interval
circuit-failover
disable (VRRP)
enable (VRRP)
Parameter
Description
<vrid>
<
1-255
> The ID of the virtual router VRRP IPv4 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 VRRP IPv4 advertisement messages.