Specifications

258 ExtremeWare XOS 11.0 Concepts Guide
Virtual Router Redundancy Protocol
VRRP Examples
This section provides the configuration syntax for the two VRRP networks discussed in this chapter.
Configuring the Simple VRRP Network
Figure 43 shows the simple VRRP network described in “Simple VRRP Network Configuration” section.
Figure 43: Simple VRRP network
The following examples assume that you have already created the VLAN named vlan1 on the switch.
The configuration commands for switch A are as follows:
configure vlan vlan1 ipaddress 192.168.1.3/24
create vrrp vlan vlan1 vrid 1
configure vrrp vlan vlan1 vrid 1 prioirty 255
configure vrrp vlan vlan1 vrid 1 add 192.168.1.3
enable vrrp
The configuration commands for switch B are as follows:
configure vlan vlan1 ipaddress 192.168.1.5/24
create vrrp vlan vlan1 vrid 1
configure vrrp vlan vlan1 vrid 1 add 192.168.1.3
enable vrrp
EX_068
Switch A
Switch A = Master
VRID = 1
Virtual router IP address = 192.168.1.3
MAC address = 00-00-5E-00-01-01
Priority = 255
Default Gateway = 192.168.1.3
192.168.1.3
Switch B
Switch B = Backup
VRID = 1
Virtual router IP address = 192.168.1.3
MAC address = 00-00-5E-00-01-01
Priority = 100
192.168.1.5