Add vrrp monitoredinterface – Allied Telesis AT-S63 User Manual
Page 607

AT-S63 Management Software Command Line User’s Guide
Section II: Advanced Operations
607
ADD VRRP MONITOREDINTERFACE
Syntax
add vrrp=
vrid
monitoredinterface=
interface
[newpriority=1...254]
Parameters
vrrp
Specifies the ID of the virtual router, a number
between 1 and 255.
monitoredinterface Specifies the name of the monitored interface from
where the host is reached. An interface name
consists of “VLAN” followed by the name or ID (VID)
of the VLAN and the interface number (e.g., vlan-
Sales-0 or vlan4-0).
The interface must already exist. A virtual router can
monitor up to 60 interfaces.
newpriority
Specifies the value that is to be used as the switch’s
priority if the interface specified by the
monitoredinterface parameter becomes inoperative.
The range is 1 to 254 and the default is 50.
Description
This command adds a new monitored interface to a virtual router. The
monitored interface is the one that the virtual router is dependent upon,
usually an interface that provides a WAN link to the switch. This interface
must not be the same interface that the virtual router is operating over, as
specified in the CREATE VRRP command.
Example
This example adds the VLAN2-2 interface to the group of interfaces
monitored by the virtual router with a VRID of 8, with a new priority of 30:
add vrrp=8 monitoredinterface=vlan2-2 newpriority=30