VRRP 
Router Configuration Guide 399
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#
Configuring Router Interface VRRP Parameters
VRRP parameters can be configured on an interface in an interface to provide virtual default 
router support which allows traffic to be routed without relying on a single router in case of 
failure.
VRRP can be configured the following ways:
• Router Interface VRRP Non-Owner
Router Interface VRRP Non-Owner 
The following displays a non-owner interface VRRP configuration example:
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.10.50.2
                backup 10.10.60.2
                backup 10.10.70.2
                backup 10.20.30.41
                ping-reply
                telnet-reply
                authentication-key "testabc"
            exit
        exit
#------------------------------------------
A:SR2>config>#