Controlling ping responses
Syntax:
Parameters virtual-ip-ping enabled
Enables or disables the response to a ping request to a specific VR. The command applies to all VIPs on the VR.
Must be executed in VRRP context (vlan vid vrrp vrid vrid
)
NOTE:
The VR should be configured as a backup.
Default: Enabled
Disabling a response to ping requests to a VIP
switch-Router1(config)# ip routing switch-Router1(config)# router vrrp switch-Router1(config)# router vrrp virtual-ip-ping switch-Router1(config)# vlan 2 vrrp vrid 1 switch-Router1(vlan-2-vrid-1)# virtual-ip-address 10.0.202.87 switch-Router1(vlan-2-vrid-1)# no virtual-ip-ping enable switch-Router1(vlan-2-vrid-1)# enable switch-Router1(vlan-2-vrid-1)# exit switch-Router1(vlan-2)# exit switch-Router1(config)#