Users Guide
First-hop interface is GigabitEthernet 1/3
Tracked by:
VRRP GigabitEthernet 1/8 IPv6 VRID 1
The following example shows verifying the VRRP status.
ON the MASTER
==========
Dell#show vrrp
------------------
TenGigabitEthernet 0/1, IPv4 VRID: 1, Version: 2, Net: 1.1.1.1
VRF: 0 default
State: Master, Priority: 100, Master: 1.1.1.1 (local)
Hold Down: 0 sec, Preempt: TRUE, AdvInt: 1 sec
Adv rcvd: 0, Bad pkts rcvd: 0, Adv sent: 36, Gratuitous ARP sent: 1
Virtual MAC address:
00:00:5e:00:01:01
Virtual IP address:
1.1.1.100
Authentication: (none)
Dell#
ON the STANDBY
===========
Dell#show vrrp
------------------
TenGigabitEthernet 0/1, IPv4 VRID: 1, Version: 2, Net: 1.1.1.2
VRF: 0 default
State: Backup, Priority: 100, Master: 1.1.1.1
Hold Down: 0 sec, Preempt: TRUE, AdvInt: 1 sec
Adv rcvd: 65, Bad pkts rcvd: 0, Adv sent: 0, Gratuitous ARP sent: 0
Virtual MAC address:
00:00:5e:00:01:01
Virtual IP address:
1.1.1.100
Authentication: (none)
Dell#
Tracking states for 2 resource Ids:
2 - Up IPv6 route, 2040::/64, priority-cost 20, 00:02:11
3 - Up IPv6 route, 2050::/64, priority-cost 30, 00:02:11
The following example shows verifying the VRRP configuration on an interface.
Dell#show running-config interface tengigabitethernet 1/8/1
interface TenGigabitEthernet 1/8/1
no ip address
ipv6 address 2007::30/64
vrrp-ipv6-group 1
track 2 priority-cost 20
track 3 priority-cost 30
virtual-address 2007::1
virtual-address fe80::1
no shutdown
Sample Configurations
Before you set up VRRP, review the following sample configurations.
VRRP for an IPv4 Configuration
The following configuration shows how to enable IPv4 VRRP. This example does not contain comprehensive directions and is
intended to provide guidance for only a typical VRRP configuration. You can copy and paste from the example to your CLI. To
Virtual Router Redundancy Protocol (VRRP) 1029