Enterasys Networks XSR CLI Router User Manual


 
Virtual Router Redundancy Protocol Commands
XSR CLI Reference Guide 5-193
Syntax
vrrp group ip ipaddress
Syntax of the “no” Form
ThenoformofthiscommandremovesthevirtualIPaddressonaport:
no vrrp group ip ipaddress
Defaults
•NoVRconfigured
•Group:1
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Examples
Thefollowingexampleaddsandenablesvirtualgroup1onF1.TheVRRPgroupis1andIP
address10.0.1.20istheaddressofthevirtualrouter.
XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#vrrp 1 ip 10.0.1.20 or vrrp 1 ip 10.0.1.20
ThefollowingexampleremovesvirtualIPaddress10.0.1.20fromvirtualgroup1onF1.TheVRRP
groupis1andIPaddress10.0.1.20istheaddressofthevirtualrouter.
XSR(config-if<F1>)#no vrrp 1 ip 10.0.1.20 or vrrp ip 10.0.1.20
vrrp <group> master-respond-ping
ThiscommandallowstheVirtualRouter(VR)mastertorespondtoanICMPpingregardlessof
actualIPaddressownership.RFC2338specifiesthataVRmasterthatisnottheactualaddress
ownershouldnotrespondtoICMPpingassociatedwiththevirtualIPaddress.Thisconfiguration
shouldbeconsistent
onallinterfacesparticipatinginaVR.
Syntax
vrrp <group> master-respond-ping
Syntax of the “no” Form
Thenoformofthiscommanddisablesthefunctionality:
no vrrp group master-respond-ping
group
VRgroupnumber.Ifyoudonotspecifyaninputgroupnumber,thedefault
groupnumberwillbeused.Limit:11addressesperVR,44perrouter.
ipaddress
IPaddressoftheVR.
group
VRgroupnumber,rangingfrom1to255.