Vrrp-e example, Configuring switch 1, Configuring switch 2 – Brocade FastIron Ethernet Switch Layer 3 Routing Configuration Guide User Manual
Page 633
Syntax: ip vrrp vridvrid
Syntax: owner [ track-priorityvalue]
Syntax: backup [ priorityvalue][track-priorityvalue]
Syntax: track-port ethernet [slotnum/]portnum|venum
Syntax: ip-addressip-addr
Syntax: activate
VRRP-E example
To implement the VRRP-E configuration shown in "VRRP-E Overview," use the following CLI method.
Configuring Switch 1
To configure VRRP Switch 1 in "VRRP-E Overview," enter the following commands.
device Switch1(config)#router vrrp-extended
device Switch1(config)#interface ethernet 1/6
device Switch1(config-if-1/6)#ip address 192.53.5.2/24
device Switch1(config-if-1/6)#ip vrrp-extended vrid 1
device Switch1(config-if-1/6-vrid-1)#backup priority 110 track-priority 20
device Switch1(config-if-1/6-vrid-1)#track-port ethernet 2/4
device Switch1(config-if-1/6-vrid-1)#ip-address 192.53.5.254
device Switch1(config-if-1/6-vrid-1)#activate
VRRP Router 1 for this interface is activating
device Switch1(config-if-1/6-vrid-1)#exit
device Switch1(config)#interface ethernet 1/6
device Switch1(config-if-1/6)#ip vrrp-extended vrid 2
device Switch1(config-if-1/6-vrid-1)#backup priority 100 track-priority 20
device Switch1(config-if-1/6-vrid-1)#track-port ethernet 2/4
device Switch1(config-if-1/6-vrid-1)#ip-address 192.53.5.253
device Switch1(config-if-1/6-vrid-1)#activate
VRRP Router 2 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.
device Switch2(config)#router vrrp-extended
device Switch2(config)#interface ethernet 5/1
device Switch2(config-if-5/1)#ip address 192.53.5.3/24
device Switch2(config-if-5/1)#ip vrrp-extended vrid 1
device Switch2(config-if-5/1-vrid-1)#backup priority 100 track-priority 20
device Switch2(config-if-5/1-vrid-1)#track-port ethernet 3/2
device Switch2(config-if-5/1-vrid-1)#ip-address 192.53.5.254
device Switch2(config-if-5/1-vrid-1)#activate
VRRP Router 1 for this interface is activating
device Switch2(config-if-5/1-vrid-1)#exit
device Switch2(config)#interface ethernet 5/1
device Switch2(config-if-5/1)#ip vrrp-extended vrid 2
device Switch2(config-if-5/1-vrid-1)#backup priority 110 track-priority 20
device Switch2(config-if-5/1-vrid-1)#track-port ethernet 2/4
device Switch2(config-if-5/1-vrid-1)#ip-address 192.53.5.253
device Switch2(config-if-5/1-vrid-1)#activate
VRRP Router 2 for this interface is activating
VRRP-E example
FastIron Ethernet Switch Layer 3 Routing Configuration Guide
633
53-1003087-04