White Papers

Table Of Contents
Table 105. Recommended VRRP Advertise Intervals on the S5000
Recommended Advertise Interval Groups/Interface
Total VRRP Groups S5000 S5000
Less than 250 1 second 512
Between 250 and 450 2–3 seconds 512
Between 450 and 600 34 seconds 512
Between 600 and 800 4 seconds 512
Between 800 and 1000 5 seconds 512
Between 1000 and 1200 7 seconds 512
Between 1200 and 1500 8 seconds 512
VRRP Configuration
By default, VRRP is not configured.
Configuration Task List
The following list specifies the configuration tasks for VRRP.
Creating a Virtual Router
Configuring a Virtual IP Address
Setting VRRP Group (Virtual Router) Priority
Configuring VRRP Authentication
Disabling Preempt
Changing the Advertisement Interval
Track an Interface or Object
Setting VRRP Initialization Delay
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 Networking Operating System (OS), 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
The following examples how to configure VRRP.
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 Redundancy Protocol (VRRP)
979