Reference Guide

Table Of Contents
These rules apply to virtual IP addresses:
The virtual IP addresses must be in the same subnet as the primary or secondary IP addresses configured on the interface.
Though a single VRRP group can contain virtual IP addresses belonging to multiple IP subnets configured on the interface,
Dell EMC recommends configuring virtual IP addresses belonging to the same IP subnet for any one VRRP group. An
interface on which you enable VRRP contains a primary IP address of 50.1.1.1/24 and a secondary IP address of 60.1.1.1/24.
The VRRP group (VRID 1) must contain virtual addresses belonging to subnet 50.1.1.0/24 or subnet 60.1.1.0/24.
If the virtual IP address and the interfaces primary/secondary IP address are the same, the priority of the VRRP group is
set to 255 by default. The interface then becomes the owner router of the VRRP group and the interfaces physical MAC
address changes to that of the owner VRRP groups MAC address.
If you configure multiple VRRP groups on an interface, only one of the VRRP groups can contain the interface primary or
secondary IP address.
Configure virtual IP address
Configure the virtual IP address the primary IP address and the virtual IP addresses must be on the same subnet.
1. Configure a VRRP group in INTERFACE mode (1 to 255).
vrrp-group vrrp-id
2. Configure virtual IP addresses for this VRRP ID in INTERFACE-VRRP mode (up to 10 IP addresses).
virtual-address ip-address1 [...ip-address12]
Configure virtual IP address
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# no switchport
OS10(conf-if-eth1/1/1)# ip address 10.1.1.1/24
OS10(conf-if-eth1/1/1)# vrrp-group 10
OS10(conf-eth1/1/1-vrid-10)# virtual-address 10.1.1.8
Verify virtual IP address
OS10# show running-configuration
! Version 10.1.9999P.2281
! Last configuration change at Jul 26 12:01:58 2016
!
aaa authentication system:local
!
interface ethernet1/1/1
ip address 10.1.1.1/24
no switchport
no shutdown
!
vrrp-group 10
virtual-address 10.1.1.8
!
interface ethernet1/1/2
switchport access vlan 1
no shutdown
!
interface ethernet1/1/3
switchport access vlan 1
no shutdown
!
interface ethernet1/1/4
switchport access vlan 1
--more--
View VRRP information
When the VRRP process completes initialization, the State field contains either master or backup.
OS10# show vrrp brief
Interface Group Priority Preemption State Master-addr Virtual addr(s)
448
Layer 3