Owner service VRRP example

Example

The following is a sample owner VRRP configuration output.

A:SR4>config>router# info
#------------------------------------------
echo "IP Configuration "
#------------------------------------------
...
        interface "test2"
            address 10.10.10.23/24
            vrrp 1 owner
                backup 10.10.10.23
  
                authentication-key "testabc"
            exit
        exit
#------------------------------------------
A:SR4>config>router#