Specifications

224 Implementing IBM System Networking 10Gb Ethernet Switches
ACC-1(config)#router vrrp
ACC-1(config-vrrp)#virtual-router 1 virtual-router-id 10
ACC-1(config-vrrp)#
ACC-2#configure terminal
Enter configuration commands, one per line. End with Ctrl/Z.
ACC-2(config)#router vrrp
ACC-2(config-vrrp)#virtual-router 1 virtual-router-id 10
ACC-2(config-vrrp)#
b. Configure the Virtual router IP address (Example 5-68).
Run [no] virtual-router <1-15> address <IP address> to define an IP address for
this virtual router, using dotted decimal notation. This command is used in conjunction
with the VRID to configure the same virtual router on each participating VRRP device.
The default address is 0.0.0.0.
Example 5-68 Virtual router IP address configuration
ACC-1#configure terminal
Enter configuration commands, one per line. End with Ctrl/Z.
ACC-1(config)#router vrrp
ACC-1(config-vrrp)#virtual-router 1 address 10.0.10.1
ACC-1(config-vrrp)#
ACC-2#configure terminal
Enter configuration commands, one per line. End with Ctrl/Z.
ACC-2(config)#router vrrp
ACC-2(config-vrrp)#virtual-router 1 address 10.0.10.1
ACC-2(config-vrrp)#
c. Select a switch IP interface (Example 5-69).
Run virtual-router <1-15> interface <interface number> to select a switch IP
interface. If the IP interface has the same IP address as the addr option, this switch is
considered the “owner” of the defined virtual router. An owner has a special priority of
255 (highest) and always assumes the role of master router, even if it must pre-empt
another virtual router that assumed master routing authority. This preemption occurs
even if the preem option is disabled. The default value is 1.
Example 5-69 IP interface selection
ACC-1#configure terminal
Enter configuration commands, one per line. End with Ctrl/Z.
ACC-1(config)#router vrrp
ACC-1(config-vrrp)#virtual-router 1 interface 10
ACC-1(config-vrrp)#
ACC-2#configure terminal
Enter configuration commands, one per line. End with Ctrl/Z.
ACC-2(config)#router vrrp
ACC-2(config-vrrp)#virtual-router 1 interface 10
ACC-2(config-vrrp)#