DGS-6604
m
vrrp shutdown
CLI Reference Guide
942
vrrp shutdown
This command is to disable the VRRP of a VRID on an interface. Use the no form
of the command to re-activate the VRRP.
vrrp
VRID
shutdown
no vrrp
VRID
shutdown
Default
None
Command Mode
Interface configuration
Usage Guideline
When a VRRP VRID is being configured using the
vrrp VRID ip
command, the
protocol will be fully operational. Using
vrrp shutdown
disables the protocol
operation for one VRID of an interface.
Examples
The following example shows how to disable one VRRP VRID 7 on interface
vlan1 while retaining the VRRP VRID 8.
The following example shows how to re-activate VRRP protocol on VRID 7 of
interface vlan1.
Syntax Description
VRID
Specifies the virtual router identifier, the number identifying the virtual router that
the shutdown is being configured for.
The virtual router identifier is configured with the command
"vrrp ip” on
page 937
.
Range is from 1 to 255.
Switch(config)#interface vlan1
Switch(config-if)#vrrp 7 ip 20.1.1.1
Switch(config-if)#vrrp 7 shutdown
Switch(config-if)#
Switch(config-if)#vrrp 8 ip 20.1.1.2
Switch(config-if)#
Switch(config)#interface vlan1
Switch(config-if)#no vrrp 7 shutdown