Configuring optional VSRP parameters

You can configure several optional VSRP parameters.

VSRP is configured and enabled.

VSRP is enabled after assigning a Virtual Routing ID (VRID) on specific ports in a port-based VLAN and setting a backup priority for the device. You can configure a number of optional parameters once VSRP is enabled.
NOTE
VSRP is enabled by default on Brocade devices, but may be disabled if Virtual Router Redundancy Protocol (VRRP) or VRRP Extended (VRRP-E) is currently enabled.
NOTE
All the steps in this section are optional.
  1. On any device on which you want to configure, from privileged EXEC mode, enter global configuration mode by issuing the configure terminal command.
    device# configure terminal
    
  2. Configure a VLAN by assigning an ID to the VLAN.
    device(config)# vlan 200
    
  3. Assign a VSRP VRID to the VLAN.
    device(config-vlan-200)# vsrp vrid 1
    
  4. Configure a Backup to save the VSRP timer values received from the Master instead of the timer values configured on the Backup.
    device(config-vlan-200-vrid-1)# save-current-values
    
  5. Configure how many hops the packet can traverse before being dropped.
    device(config-vlan-200-vrid-1)# initial-ttl 5
    
  6. Configure the number of seconds between hello messages from the master to the backups for a given VRID.
    device(config-vlan-200-vrid-1)# hello-interval 10
    
  7. Configure the number of seconds a Backup waits for a Hello message from the Master before determining that the Master is offline.
    device(config-vlan-200-vrid-1)# dead-interval 15
    
  8. Configure the interval for the backup to send hello messages to the master when the advertisement is enabled.
    device(config-vlan-200-vrid-1)# backup-hello-interval 180
    
  9. Change the hold-down time interval.
    The hold-down interval prevents Layer 2 loops from occurring during failover, by delaying the new Master from forwarding traffic long enough to ensure that the failed Master is really unavailable.
    device(config-vlan-200-vrid-1)# hold-down-interval 4