Configuring VRRP Policy Components
Page 218 7750 SR OS Router Configuration Guide
Router Interface VRRP Owner

Use the CLI syntax displayed below to configure owner router interface VRRP parameters:

CLI Syntax: config>router
interface ip-int-name
address ip-addr/mask-length
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 example displays router interface owner VRRP configuration command usage:

Example: config>router# interface "vrrpowner"
config>router>if# address 10.10.10.23/24
config>router>if# vrrp 1 owner
config>router>if>vrrp# backup 10.10.10.23
config>router>if>vrrp# authentication-type password
config>router>if>vrrp# authentication-key "testabc"
config>router>if>vrrp# exit

The following example displays the router interface owner VRRP configuration:

A:SR2>config>router# info
#------------------------------------------
interface "vrrpowner"
address 10.10.10.23/24
vrrp 1 owner
backup 10.10.10.23
authentication-type password
authentication-key "testabc"
exit
exit
#------------------------------------------
A:SR2>config>router#