C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
1339
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
VRRP C
OMMANDS
CIRCUIT
-
FAILOVER
circuit-failover
Overview
Use this command to enable the VRRP circuit failover feature. See the
VRRP Feature
Overview and Configuration Guide
for more information.
Use the
no
variant of this command to disable this feature.
Syntax
circuit-failover <
interface
> <
1-253
>
no circuit-failover [<
interface
> <
1-253
>]
Mode
Router Configuration
Examples
The example below shows you how to configure circuit failover on interface vlan2
for the VRRP IPv4 session with VR ID 1, where interface vlan2 is considered the
monitored interface:
awplus#
configure terminal
awplus(config)#
router vrrp 1 vlan2
awplus(config-router)#
circuit-failover vlan2 30
The example below shows you how to remove all configured circuit failovers for
the VRRP IPv4 session with VR ID 1 on interface vlan2:
awplus#
configure terminal
awplus(config)#
router vrrp 1 vlan2
awplus(config-router)#
no circuit-failover
The example below shows you how to configure circuit failover on interface vlan2
for the VRRPv3 IPv6 session with VR ID 2, where interface vlan2 is considered the
monitored interface:
awplus#
configure terminal
awplus(config)#
router ipv6 vrrp 2 vlan2
awplus(config-router)#
circuit-failover vlan2 30
Parameter
Description
<interface>
The interface of the router that is monitored. Interface must exist on
the router, and is usually an upstream interface. Should the interface
go down, then another router that is configured as a backup router
in the group takes over as the master. You should configure the
circuit failover on an interface other than the active VRRP interface.
<
1-253
>
Delta value. The value by which virtual routers decrement their
priority value during a circuit failover event. Configure this value to
be greater than the difference of priorities on the master and
backup routers. In the case of failover, this priority delta value is
subtracted from the current VR Master Router priority value.