White Papers

Table Of Contents
Table 115. Recommended VRRP Advertise Intervals
Recommended Advertise Interval Groups/Interface
Less than 250 1 second 255
Between 250 and 450 23 seconds 255
Between 450 and 600 34 seconds 255
VRRP Configuration
By default, VRRP is not configured.
Configuration Task List
The following list specifies the configuration tasks for VRRP.
Creating a Virtual Router (mandatory)
Configuring the VRRP Version for an IPv4 Group (optional)
Assign Virtual IP addresses (mandatory)
Setting VRRP Group (Virtual Router) Priority (optional)
Configuring VRRP Authentication (optional)
Disabling Preempt (optional)
Changing the Advertisement Interval (optional)
Track an Interface or Object (optional)
Setting VRRP Initialization Delay (optional)
For a complete listing of all commands related to VRRP, refer to Dell Networking OS Command Line Reference Guide.
Creating a Virtual Router
To enable VRRP, create a virtual router. In Dell, the virtual router identifier (VRID) identifies a VRRP group.
To enable or delete a virtual router, use the following commands.
Create a virtual router for that interface with a VRID.
INTERFACE mode
vrrp-group vrid
The VRID range is from 1 to 255.
NOTE: The interface must already have a primary IP address defined and be enabled, as shown in the second example.
Delete a VRRP group.
INTERFACE mode
no vrrp-group vrid
Example of Configuring VRRP
Dell(conf)#int tengig 1/1
Dell(conf-if-te-1/1)#vrrp-group 111
Dell(conf-if-te-1/1-vrid-111)#
Example of Verifying the VRRP Configuration
Dell(conf-if-te-1/1)#show conf
!
interface Tengigabitethernet 1/1
ip address 10.10.10.1/24
!
vrrp-group 111
Virtual Router Redundancy Protocol (VRRP)
889