Command Reference VRRP Commands
Ruijie(config-if-GigabitEthernet 0/0)#vrrp 1 ip 10.0.1.20
Ruijie(config-if-GigabitEthernet 0/0)# vrrp 1 authentication x30dn78k
Use this command to set the reload latency of the VRRP group on the interface.
Use the no form of this command to restore the default setting.
vrrp delay { minimum min-seconds | reload reload-seconds }
When the interface is up, VRRP group shall be reloaded after at least
min-seconds.
The reload latency of the VRRP group. If the configured min-seconds
is more than reload-seconds, the actual reload latency of the VRRP
group will be min-seconds.
This function is disabled by default.
Interface configuration mode
Use this command to set the reload latency of the VRRP group on the interface, when it is required
that the VRRP group shall not be reloaded immediately after the system reloads or the interface is up.
The reload latency range is 0 to 60 seconds.
The following example sets the VRRP reload latency on E0 to 10 seconds. When E0 is up, VRRP
group 1 shall be reloaded in 10 seconds.
Ruijie#configure terminal
Ruijie(config)#interface GigabitEthernet 0/0
Ruijie(config-if-GigabitEthernet 0/0)#no switchport //used on the switch.
Ruijie(config-if-GigabitEthernet 0/0)#vrrp delay minimum 10 reload 10
Ruijie(config-if-GigabitEthernet 0/0)#ip address 10.0.1.1 255.255.255.0
Ruijie(config-if-GigabitEthernet 0/0)#vrrp 1 ip 10.0.1.20