Configuring VRRP Policy Components
Page 214 7750 SR OS Router Configuration Guide
Owner IES or VPRN VRRP

Use the CLI syntax displayed below to configure IES or VPRN service owner VRRP

parameters:
CLI Syntax: config>service# ies service-id [{customer customer-id }]
config>service# vprn service-id [customer customer-id ]
interface ip-int-name
address ip-addr/mask-length [broadcast {all-ones|host-
ones}]
no shutdown
vrrp vrid owner
authentication-type {password}
authentication-key [authentication-key | hash-key]
[hash|hash2]
backup ip-addr
init-delay seconds
mac ieee-mac-address
message-interval seconds

The following output displays an example of an owner IES VRRP configuration:

Example: config>service>ies# interface tuesday create
config>service>ies>if# address 10.10.36.2/24
config>service>ies>if# vrrp 2 owner
config>service>ies>if>vrrp# backup 10.10.36.2
config>service>ies>if>vrrp# authentication-type password
config>service>ies>if>vrrp# authentication-key testabc

The following example displays the owner VRRP configuration:

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
#------------------------------------------
A:SR2>config>service>ies#