Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

How to Configure Virtual Router Redundancy Protocol (VRRP) on Dell Networking OS9 Switches

Summary: How to Configure Virtual Router Redundancy Protocol (VRRP) on Dell Networking OS9 Switches

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

This article explains how to configure Virtual Router Redundancy Protocol (VRRP) on Dell Networking OS9 switches.

 

 
 

Overview
 

VRRP allows multiple routers to provide active/passive redundancy for a routing IP address used by devices in a broadcast domain.

  • VRRP Primary - actively responds to the virtual IP address
  • VRRP Backup - elected as the primary if advertisements from the primary are no longer detected and begins responding to the virtual IP address
  • Virtual Router Identifier (VRID) - configured to match between VRRP routers
  


Configuration Overview
 

  1. Configure a VRRP group and specify a VRID on an interface (physical or VLAN) in L3 mode with an IP address assigned.
  2. Configure a virtual IP address for the VRRP group.
  3. Optional - Configure VRRP Priority.
 


Configuration


Router 1
 
Command Purpose
R1# configure
Enter configuration mode.
R1(conf)# interface VLAN 10
Enter an interface (physical or VLAN).
R1(conf-if-vl-10)#  ip address 10.10.10.2 /24
R1(conf-if-vl-10)#  no shutdown
Set an IP address on the interface and enable for L3 mode.
R1(conf-if-vl-10)#  vrrp-group 10
Set VRRP group ID (VRID).
R1(conf-if-vl-10-vrid-10)#  virtual-address 10.10.10.1
Set a Virtual IP address for the VRRP router. 
R1(conf-if-vl-10-vrid-10)#  priority 200
(Optional) Set priority for Primary election. The default is 100. Higher number takes priority. Range 1-255.


Router 2
 
Command Purpose
R2# configure
Enter configuration mode.
R2(conf)# interface VLAN 10
Enter an interface (physical or VLAN).
R2(conf-if-vl-10)#  ip address 10.10.10.3 /24
R2(conf-if-vl-10)#  no shutdown
Set an IP address on the interface and enable for L3 mode.
R2(conf-if-vl-10)#  vrrp-group 10
Set VRRP group ID (VRID)
R2(conf-if-vl-10-vrid-10)#  virtual-address 10.10.10.1
Set a Virtual IP address for the VRRP router. 
R2(conf-if-vl-10-vrid-10)#  priority 150
(Optional) Set priority for Primary election. The default is 100. Higher number takes priority.  Range 1-255
 

If two routers in a VRRP group come up simultaneously and have the same priority value, the interface's physical IP addresses are used as a tie-breaker to decide which is PRIMARY. The router with the higher IP address becomes PRIMARY.


Verify Configuration

R1# show vrrp
Vlan 10, IPv4 VRID: 10, Version: 2, Net: 10.10.10.2
VRF: 0 default
State: Primary, Priority: 200, Primary: 10.10.10.3
Hold Down: 0 sec, Preempt: TRUE, AdvInt: 1 sec
Adv rcvd: 0, Bad pkts rcvd: 0, Adv sent: 2434, Gratuitous ARP sent: 24
Virtual MAC address:
 00:00:5e:00:01:0a
Virtual IP address:
 10.10.10.1
Authentication: (none)
 

R2# show vrrp

Vlan 10, IPv4 VRID: 10, Version: 2, Net: 10.10.10.3
VRF: 0 default
State: Backup, Priority: 150, Primary: 10.10.10.3
Hold Down: 0 sec, Preempt: TRUE, AdvInt: 1 sec
Adv rcvd: 0, Bad pkts rcvd: 0, Adv sent: 2434, Gratuitous ARP sent: 24
Virtual MAC address:
 00:00:5e:00:01:0a
Virtual IP address:
 10.10.10.1
Authentication: (none)
 

Article Properties


Affected Product
OS9, Force10 S25N-S50N, Force10 S25-01-GE-24T, Force10 S25-01-GE-24V, Force10 S50-01-GE-48T-V, Force10 S50-01-GE-48T, PowerSwitch S3048-ON, PowerSwitch S4048-ON, PowerSwitch S4810P, PowerSwitch S4810-ON, Force10 S50P, PowerSwitch S6000 , PowerSwitch S6000 ON, Force10 Z9000, Dell Networking Z9500, PowerSwitch S4048T-ON, PowerSwitch S6010-ON, PowerSwitch S6100-ON, PowerSwitch Z9100-ON ...
Last Published Date

07 Mar 2024

Version

5

Article Type

How To