Reference Guide

990 | Virtual Router Redundancy Protocol (VRRP)
www.dell.com | support.dell.com
Creating a Virtual Router (mandatory)
Assigning Virtual IP addresses (mandatory)
Setting VRRP Group (Virtual Router) Priority (optional)
Configuring VRRP Authentication (optional)
Disabling Preempt (optional)
Changing the Advertisement interval (optional)
Tracking an Interface or Object (optional)
VRRP initialization delay
For a complete listing of all commands related to VRRP, refer to Dell networking OS Command Line
Interface.
Creating a Virtual Router
To enable VRRP, you must create a Virtual Router. In Dell networking OS, a VRRP Group is identified by
the Virtual Router Identifier (VRID).
To enable a Virtual Router, use the following command in the INTERFACE mode. To delete a VRRP
group, use the
no vrrp-group vrid command in the INTERFACE mode.
Figure 56-2. Command Example: vrrp-group
Figure 56-3. Command Example Display: show config for the Interface
Task Command Syntax Command Mode
Create a virtual router for that interface
with a VRID.
vrrp-group vrid
VRID Range: 1-255
INTERFACE
Note: The interface must already have a Primary IP Address defined, and
be enabled.
Dell(conf)#int te 1/1
Dell(conf-if-te-1/1)#vrrp-group 111
Dell(conf-if-te-1/1-vrid-111)#
Virtual Router ID
and VRRP Group identifier
Dell(conf-if-te-1/1)#show conf
!
interface TenGigabitEthernet 1/1
ip address 10.10.10.1/24
!
vrrp-group 111
no shutdown
Dell(conf-if-te-1/1)#
Note that the interface
has an IP Address and is enabled