beautypg.com

Configuring basic vsrp parameters – Brocade BigIron RX Series Configuration Guide User Manual

Page 513

background image

BigIron RX Series Configuration Guide

435

53-1002484-04

Configuring basic VSRP parameters

15

If the port number is the same as the port that previously received a Hello message, the
VSRP-aware device assumes that the message came from the same VSRP Master that sent
the previous message.

If the port number does not match, the VSRP-aware device assumes that a VSRP failover has
occurred to a new Master, and moves the MAC addresses learned on the previous port to the
new port.

The VRID records age out if unused. This can occur if the VSRP-aware device becomes
disconnected from the Master. The VSRP-aware device will wait for a Hello message for the period
of time equal to the following.

VRID Age = (Dead Interval + Hold-down Interval + (3 x Hello Interval))/10

The values for these timers are determined by the VSRP device sending the Hello messages. If the
Master uses the default timer values, the age time for VRID records on the VSRP-aware devices is
as follows.

3 + 3 + (3 x 1)/10 = .9 seconds(900 milliseconds)

In this case, if the VSRP-aware device does not receive a new Hello message for a VRID in a given
VLAN, on any port, the device assumes the connection to the Master is unavailable and removes
the VRID record.

Configuring basic VSRP parameters

To configure VSRP, perform the following required tasks.

1. Configure a port-based VLAN containing the ports for which you want to provide VSRP service.

NOTE

If you already have a port-based VLAN but only want to use VSRP on a sub-set of the VLANs
ports, you can selectively remove ports from VSRP service in the VLAN. Refer to

“Adding or

removing a port from the VRID’s VLAN”

on page 437.

BigIron RX(config)# vlan 200

BigIron RX(config-vlan-200)# tag ethernet 1/1 to 1/8

2. Configure a VRID.

BigIron RX(config-vlan-200)# vsrp vrid 1

Syntax: [no] vsrp vrid <num>

The <num> parameter specifies the VRID and can be from 1 – 255.

3. Specify that the device is a backup. Since VSRP, like VRRPE, does not have an “owner”, all

VSRP devices are backups. The active device for a VRID is elected based on the VRID priority,
which is configurable.

BigIron RX(config-vlan-200-vrid-1)# backup

Syntax: [no] backup [priority <value>] [track-priority <value>]

The backup command is required. In VSRP, all devices on which a VRID are configured are
Backups. The Master is then elected based on the VSRP priority of each device. There is no
“owner” device as there is in VRRP.

4. Enable VSRP on the VRID.