beautypg.com

Changing the time-to-live (ttl), Changing the hello interval – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 348

background image

314

Brocade TurboIron 24X Series Configuration Guide

53-1003053-01

Virtual Switch Redundancy Protocol (VSRP)

By default, each backup saves the configured timer values to its startup-config file when you save
the device configuration.

You can configure a backup to instead save the current timer values received from the master
when you save the configuration. Saving the current timer values instead of the configured ones
helps ensure consistent timer usage for all the VRID devices.

NOTE

The backups always use the value of the timer scale received from the master, regardless of whether
the timer values that are saved in the configuration are the values configured on the backup or the
values received from the master.

To configure a backup to save the VSRP timer values received from the master instead of the timer
values configured on the backup, enter the following command.

TurboIron(config-vlan-200-vrid-1)#save-current-values

Syntax: [no] save-current-values

Changing the Time-To-Live (TTL)

A VSRP hello packet TTL specifies how many hops the packet can traverse before being dropped. A
hop can be a Layer 3 Switch or a Layer 2 Switch. You can specify from 1 – 255. The default TTL is
2. When a VSRP device (master or backup) sends a VSRP HEllo packet, the device subtracts one
from the TTL. Thus, if the TTL is 2, the device that originates the hello packet sends it out with a
TTL of 1. Each subsequent device that receives the packet also subtracts one from the packet TTL.
When the packet has a TTL of 1, the receiving device subtracts 1 and then drops the packet
because the TTL is zero.

NOTE

An MRP ring is considered to be a single hop, regardless of the number of nodes in the ring.

To change the TTL for a VRID, enter a command such as the following at the configuration level for
the VRID.

TurboIron(config-vlan-200-vrid-1)#initial-ttl 5

Syntax: [no] initial-ttl

The parameter specifies the TTL and can be from 1 – 255. The default TTL is 2.

Changing the hello interval

The master periodically sends hello messages to the backups. To change the hello interval, enter a
command such as the following at the configuration level for the VRID.

TurboIron(config-vlan-200-vrid-1)#hello-interval 10

Syntax: [no] hello-interval

The parameter specifies the interval and can be from 1 – 84 seconds. The default is 1
second.

NOTE

The default dead interval is three times the hello interval plus one-half second. Generally, if you
change the hello interval, you also should change the dead interval on the backups.