Configuring VRRP on Dell Networking SmartFabric OS10

Summary: The following article explains how to set up Virtual Router Redundancy Protocol (VRRP) on OS10 switches.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions


Table of Contents


Overview

VRRP allows multiple routers to provide an active/passive redundancy for a routable IP address in a broadcast domain.

  • VIP - Virtual IP address
  • VRRP Primary - Actively responds to the VIP
  • VRRP Backup - Will become the primary if the advertisements from the active primary are no longer received and take over ownership of the VIP
  • VRID - the Virtual Router Identifier that contains the vrrp-group

 

Configuration Overview

  1. Configure the VRID and vrrp-group on either the physical or VLAN interface with an IP already assigned.
  2. Configure the VIP
  3. (Optional) - Configure the priority to influence the Primary Switch election.

 

NOTE:  If VRRP is configured in a Virtual Link Trunking (VLT) environment both switches act as active forwarders by default. Ensure that matching routing entries exist on each peer so that L3 reachability is the same.

To disable this behavior, run the following command on the VLAN interface of both peers:

OS10(conf-if-vl-10)# no vrrp mode active-active

 

Configuration Example

R1

Command Purpose
R1# config
 Enters global configuration mode.
R1(config)# interface vlan 10
 Enters interface vlan 10
R1(conf-if-vl-10)# ip address 10.10.10.2/24
 Assigns IP address to VLAN 10 SVI (switched virtual interface)
R1(conf-if-vl-10)# vrrp-group 10
 Creates and enters VRID 10 (vrrp-group)
R1(conf-vlan10-vrid-10)# virtual address 10.10.10.1
 Assigns Virtual IP address (VIP) to the VRRP group
R1(conf-vlan10-vrid-10)# priority 200
 (Optional) - Assigns priority to the Router for the VRRP group, with the higher number taking precedence (primary-state)


R2

Command Purpose
R2# config
 Enters global configuration mode
R2(config)# interface vlan 10
 Enters interface vlan 10
R2(config-if-vl-10)# ip address 10.10.10.3/24
 Assigns IP address to VLAN 10 SVI (switched virtual interface)
R2(conf-if-vl-10)# vrrp-group 10
 Creates and enters VRID 10 (vrrp-group)
R2(conf-vlan10-vrid10)# virtual address 10.10.10.1
 Assigns Virtual IP address (VIP) to the VRRP group
R1(conf-vlan10-vrid-10)# priority 150
 (Optional) - Assigns priority to the Router for the VRRP group, with the higher number taking precedence (primary-state)

 

Verification

R1# show vrrp brief
Interface        Group   Priority   Prempt       State        Version    Primary addr(s)                  Virtual addr
---------------------------------------------------------------------------------------------------------------------
vlan10           IPv4 10   200       true      primary-state     2         10.10.10.2                      10.10.10.1

R2# show vrrp brief
Interface        Group   Priority   Prempt       State        Version    Primary addr(s)                  Virtual addr
---------------------------------------------------------------------------------------------------------------------
vlan10           IPv4 10   150       true      backup-state     2         10.10.10.2                      10.10.10.1 
 

show vrrp <vrrp-id>

R1# show vrrp 10

Interface       : vlan10                                  IPv4 VRID            : 10
Version         : 2                                       State                : primary-state
Primary IP      : 10.10.10.1                              Primary IP            : 10.10.10.2
Virtual MAC     : 00:00:5e:00:01:0a                       Accept Mode          : true
Admin Priority  : 200                                     Operational Priority : 200
Advertise Interval(in secs)       : 1
Preempt Status  : true                                    Hold Time            : 0
Virtual IP address :
10.10.10.1
primary-transitions        : 0                             advertise-rcvd            : 8
advertise-interval-errors : 0                             ip-ttl-errors             : 0
priority-zero-pkts-rcvd   : 0                             priority-zero-pkts-sent   : 0
invalid-type-pkts-rcvd    : 0                             address-list-errors       : 0


R2# show vrrp 10

Interface       : vlan10                                  IPv4 VRID            : 10
Version         : 2                                       State                : backup-state
Primary IP      : 10.10.10.1                              Primary IP            : 10.10.10.2
Virtual MAC     : 00:00:5e:00:01:0a                       Accept Mode          : true
Admin Priority  : 150                                     Operational Priority : 150
Advertise Interval(in secs)       : 1
Preempt Status  : true                                    Hold Time            : 0
Virtual IP address :
10.10.10.1
primary-transitions        : 0                             advertise-rcvd            : 228
advertise-interval-errors : 0                             ip-ttl-errors             : 0
priority-zero-pkts-rcvd   : 0                             priority-zero-pkts-sent   : 0
invalid-type-pkts-rcvd    : 0                             address-list-errors       : 0
 

Affected Products

PowerSwitch S4048-ON, Dell EMC Networking N3200-ON, PowerSwitch S4048T-ON, PowerSwitch S4112F-ON/S4112T-ON, PowerSwitch S4128F-ON/S4128T-ON, PowerSwitch S4148F-ON/S4148T-ON/S4148FE-ON, PowerSwitch S4148U-ON, PowerSwitch S4248FB-ON /S4248FBL-ON , PowerSwitch S5212F-ON, PowerSwitch S5224F-ON, PowerSwitch S5232F-ON, PowerSwitch S5248F-ON, PowerSwitch S5296F-ON, PowerSwitch S5448F-ON, PowerSwitch Z9100-ON, PowerSwitch Z9264F-ON, PowerSwitch Z9332F-ON, PowerSwitch Z9432F-ON, SmartFabric OS10 Software ...
Article Properties
Article Number: 000223071
Article Type: How To
Last Modified: 15 Sept 2025
Version:  2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.