System information

BSR 64000 Command Reference Guide
13-4
MOT(config-if)#ip vrrp <num:1,255> authentication key
<bounded-string:1,8>
num:1,255the identification of a configured virtual router
bounded-stringa string of up to 8 characters
Example
The following example shows how to specify the authentication string, text only. The
system is configured to use mot as the authentication key to operate between other
VRRP routers for virtual router 1 on the configured interface.
interface ethernet 1/0
ip vrrp 1 authentication key mot
Configuring Primary IP Address
To configure the the primary IP address for a virtual router, use the ip vrrp
primary-ip command in Interface Configuration mode, as shown below. Use the no
ip vrrp primary-ip command to reset the primary IP address to the smallest value
among all real interface addresses for the interface.
MOT(config-if)#ip vrrp <num:1,255> primary-ip <ip-address>
num:1,255the identification of a configured virtual router
ip-addressIP address to be set as source of outgoing IP packet
Example
This examples sets the primary IP address to 20.20.20.100.
interface ethernet 1/0
ip address 10.10.10.100 255.255.255.0
ip address 20.20.20.100 255.255.255.0 secondary
ip vrrp 1 primary-ip 20.20.20.100