VRRP
7750 SR OS Router Configuration Guide Page 205
exit
exit
----------------------------------------------
A:SR2>config>vrrp>policy#
VRRP IES Service Parameters
VRRP parameters are configured within an IES service with two contexts, owner or non-
owner. The status is specified when the VRRP configuration is created. When configured as
owner, the virtual router instance owns the backup IP addresses. All other virtual router
instances participating in this message domain must have the same vrid configured and
cannot be configured as owner.
Up to 4 virtual routers IDs (vrid) can be configured on an IES service interface. Each virtual
router instance can manage up to 16 backup IP addresses, including up to 16 secondary IP
addresses. If there are multiple subnets configured on an Ethernet interface, you can configure
VRRP on each subnet.
VRRP parameters configured within an IES service must include the following:
•VRID
Backup IP address(es)
The following example displays a sample configuration of a IES service owner and non-owner
VRRP configurations.
A:SR2>config>service>ies# info
----------------------------------------------
interface "tuesday" create
address 10.10.36.2/24
vrrp 19 owner
backup 10.10.36.2
authentication-type password
authentication-key "testabc"
exit
exit
interface "testing" create
address 10.10.10.16/24
vrrp 12
backup 10.10.10.15
backup 10.10.10.17
policy 1
authentication-type password
authentication-key "testabc"
exit
exit
no shutdown
----------------------------------------------
A:SR2>config>service>ies#