Administrator Guide

S2(conf-if-vl-200)#ip address 10.10.1.2/24
S2(conf-if-vl-200)#tagged tengigabitethernet 2/4
S2(conf-if-vl-200)#vrrp-group 11
% Info: The VRID used by the VRRP group 11 in VRF 2 will be 178.
S2(conf-if-vl-200-vrid-101)#priority 255
S2(conf-if-vl-200-vrid-101)#virtual-address 10.10.1.2
S2(conf-if-vl-200)#no shutdown
!
S2(conf-if-te-2/4)#interface vlan 300
S2(conf-if-vl-300)#ip vrf forwarding VRF-3
S2(conf-if-vl-300)#ip address 20.1.1.6/24
S2(conf-if-vl-300)#tagged tengigabitethernet 2/4
S2(conf-if-vl-300)#vrrp-group 15
% Info: The VRID used by the VRRP group 15 in VRF 3 will be 243.
S2(conf-if-vl-300-vrid-101)#priority 100
S2(conf-if-vl-300-vrid-101)#virtual-address 20.1.1.5
S2(conf-if-vl-300)#no shutdown
Displaying VRRP in a VRF Configuration
To display information on a VRRP group that is configured on an interface that belongs to a VRF instance, use the following
commands.
Display information on a VRRP group that is configured on an interface that belongs to a VRF instance.
show running-config track [interface interface]
Display information on VRRP groups configured on interfaces that belong to a VRF instance.
show vrrp vrf [vrf instance]
The following example shows verifying a configuration on VRRP in a VRF interface.
Dell#show running-config track interface tengigabitethernet 1/4
interface TenGigabitEthernet 1/4
ip vrf forwarding red
ip address 192.168.0.1/24
vrrp-group 4
virtual-address 192.168.0.254
no shutdown
The following example shows viewing the status of VRRP in a global VRF configuration.
Dell#show vrrp vrf red
------------------
TenGigabitEthernet 1/4, IPv4 Vrrp-group: 4, VRID: 65, Version: 2, Net: 192.168.0.1
VRF: 1 red
State: Master, Priority: 100, Master: 192.168.0.1 (local)
Hold Down: 0 sec, Preempt: TRUE, AdvInt: 1 sec
Adv rcvd: 0, Bad pkts rcvd: 0, Adv sent: 9, Gratuitous ARP sent: 1
Virtual MAC address:
00:00:5e:00:01:04
Virtual IP address:
192.168.0.254
Authentication: (none)
Proxy Gateway with VRRP
VLT proxy gateway solves the inefficient traffic trombone problem when VLANs are extended between date centers and when
VMs are migrated between the two DCs. Starting from Dell EMC Networking OS 9.14.0.0, VRRP provides a much simpler
method to solve the traffic trombone problem.
This is achieved by configuring same VRRP group IDs to the extended L3 VLANs and VRRP stays active-active across all four
VLT nodes even though they are in two different VLT domains.
The following illustration shows a sample configuration with two data centers:
1082
Virtual Router Redundancy Protocol (VRRP)