System information
BSR 64000 Command Reference Guide
13-2
• Enabling VRRP
• Creating a Virtual Router
• Configuring a Virtual IP Address
• Specifying Authentication String
• Configuring Primary IP Address
• Enabling a Virtual Router
• Configuring Authentication Type
Enabling VRRP
To enable VRRP on all interfaces that are configured to run VRRP, use the ip vrrp
command in Global Configuration mode, as shown below. This command enables all
interfaces so that multiple virtual routers can be enabled or disabled at one time. Use
the no ip vrrp command to disable VRRP on all interfaces. VRRP is enabled by
default.
MOT(config)#ip vrrp
Creating a Virtual Router
To create a virtual router, use the ip vrrp command in Interface Configuration mode,
as shown below. Each virtual router selects its own master and backups, independent
of other virtual routers. Each virtual router has a unique virtual MAC address and
virtual IP address. Use the no ip vrrp command to delete a virtual router.
MOT(config-if)#ip vrrp <number>
where:
number is the VRID; valid values are 1 to 255.
Example
The following example configures a system to participate in two virtual routers, 1 and
2, on the Ethernet interface 7/0:
interface ethernet 7/0
ip vrrp 1
ip vrrp 2