Router interface VRRP non-owner

Example

The following is a sample non-owner interface VRRP configuration output.

A:SR2>config># info 
#------------------------------------------
interface "if-test"
            address 10.20.30.40/24
            secondary 10.10.50.1/24
            secondary 10.10.60.1/24
            secondary 10.10.70.1/24
            vrrp 1
                


                backup 10.20.30.41
                ping-reply
                telnet-reply
     
                authentication-key "testabc"
            exit
        exit
#------------------------------------------
A:SR2>config>#