C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1345
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
VRRP C
OMMANDS
ENABLE
(VRRP)
enable (VRRP)
Overview
Use this command to enable the VRRP session on the router to make it participate
in virtual routing. To make an changes to the VRRP configuration, first disable the
router from participating in virtual routing using the
disable (VRRP)
command.
Syntax
enable
Mode
Router Configuration
Usage
You must configure the virtual IP address and define the interface for the VRRP
session (using the
virtual-ip
or
virtual-ipv6
and the
router vrrp (interface)
or
router
ipv6 vrrp (interface)
commands) before using this command.
See the
VRRP Feature Overview and Configuration Guide
for more information
about VRRPv3 IPv4 and IPv6 configuration details.
Examples
The example below shows you how to enable the VRRP session for VRRP VR ID 5 on
vlan2:
awplus#
configure terminal
awplus(config)#
router vrrp 5 vlan2
awplus(config-router)#
enable
The example below shows you how to enable the VRRPv3 session for VRRPv3 VR ID
3 on vlan1:
awplus#
configure terminal
awplus(config)#
router ipv6 vrrp 3 vlan1
awplus(config-router)#
enable
Related
Commands
disable (VRRP)
router vrrp (interface)
router ipv6 vrrp (interface)
show vrrp
virtual-ip
virtual-ipv6