switch(config)#interface vlanif1
switch(config-vlanif1)#no vrrp 1 preempt
4.11.4
vrrp preempt time
Command Description
vrrp<group> preempt time< 0-1000s>
//
This command is to set the current VRRP group delay.
Parameter
Time: Time range 0-1000s,Default 0s
Default
0
Command Mode
Interface configuration mode
Example
//This command is to set up 3 seconds after the preemption.
switch(config)#interface vlanif1
switch(config-vlanif1)# vrrp 1 preempt 3
4.11.5
vrrp priority
Command Description
vrrp<group> priority <priority>
//This command is to set up the gateway priority.
Parameter
priority:Priority range1-254,Default 100,
the greater the number, the higher the priority.
Default
Enable
Command Mode
Interface configuration mode
Example
//This command is to set priorities for 111.
switch(config)#interface vlan1
switch(config-vlanif1)# vrrp 1 ip 192.168.2.1
switch(config-vlanif1)#vrrp 1 priority 111