Configuration Guide User guide

1700 FastIron Configuration Guide
53-1002494-02
Configuration examples
Syntax: router vrrp
Syntax: ip vrrp vrid <vrid>
Syntax: owner [track-priority <value>]
Syntax: backup [priority <value>] [track-priority <value>]
Syntax: track-port ethernet [<slotnum>/]<portnum> | ve <num>
Syntax: ip-address <ip-addr>
Syntax: activate
VRRP-E example
To implement the VRRP-E configuration shown in Figure 186 on page 1657, use the following CLI
method.
Configuring Switch 1
To configure VRRP Switch 1 in Figure 186 on page 1657, enter the following commands.
Brocade Switch1(config)#switch vrrp-extended
Brocade Switch1(config)#interface ethernet 1/6
Brocade Switch1(config-if-1/6)#ip-address 192.53.5.2/24
Brocade Switch1(config-if-1/6)#ip vrrp-extended vrid 1
Brocade Switch1(config-if-1/6-vrid-1)#backup priority 110 track-priority 20
Brocade Switch1(config-if-1/6-vrid-1)#track-port ethernet 2/4
Brocade Switch1(config-if-1/6-vrid-1)#ip-address 192.53.5.254
Brocade Switch1(config-if-1/6-vrid-1)#activate
VRRP Switch 1 for this interface is activating
Brocade Switch1(config-if-1/6-vrid-1)#exit
Brocade Switch1(config)#interface ethernet 1/6
Brocade Switch1(config-if-1/6)#ip vrrp-extended vrid 2
Brocade Switch1(config-if-1/6-vrid-1)#backup priority 100 track-priority 20
Brocade Switch1(config-if-1/6-vrid-1)#track-port ethernet 2/4
Brocade Switch1(config-if-1/6-vrid-1)#ip-address 192.53.5.253
Brocade Switch1(config-if-1/6-vrid-1)#activate
VRRP Switch 1 for this interface is activating
NOTE
The address you enter with the ip-address command cannot be the same as a real IP address
configured on the interface.
Configuring Switch 2
To configure Switch 2, enter the following commands.
Brocade Switch2(config)#switch vrrp-extended
Brocade Switch2(config)#interface ethernet 5/1
Brocade Switch2(config-if-5/1)#ip-address 192.53.5.3/24
Brocade Switch2(config-if-5/1)#ip vrrp-extended vrid 1
Brocade Switch2(config-if-5/1-vrid-1)#backup priority 100 track-priority 20
Brocade Switch2(config-if-5/1-vrid-1)#track-port ethernet 3/2
Brocade Switch2(config-if-5/1-vrid-1)#ip-address 192.53.5.254
Brocade Switch2(config-if-5/1-vrid-1)#activate
VRRP Switch 2 for this interface is activating