preempt delay minimum

Syntax

preempt delay minimum  no preempt delay minimum 

Description

集(1 - 3600)的时间间隔,以秒为单位的路由器will wait before taking control of the virtual IP and starting to route packets.

Thenoform of this command sets the preempt delay for the VRRP group to the default preempt delay of 0 seconds.

The VRRP Preempt Delay Timer (PDT) allows admin users to configure a period of time before the VR takes control of the virtual IP address. It does not transition to the Master state until the timer period expires.

The timer value configured should be long enough to allow upper layer protocol to converge. The PDT is applied only during initialization of the router.

Command context

config

Parameters

<DELAY-IN-SECONDS>

Selects the time in seconds (1-3600). Default is 0 seconds.

Authority

Administrators or local user group members with execution rights for this command.

Examples

switch(config)#interface 1/1/1switch(config-if)#vrrp 1 address-family ipv4switch(config-if-vrrp)#preempt delay minimum 30switch(config)#interface 1/1/1switch(config-if)#vrrp 1 address-family ipv4switch(config-if-vrrp)#no preempt delay