- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Cisco HSRP and Procurve VRRP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2010 07:33 PM
тАО11-23-2010 07:33 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2010 11:16 PM
тАО11-23-2010 11:16 PM
Re: Cisco HSRP and Procurve VRRP
If you configure two switches as backup you can use any IP.
VRRP config:
vlan 10
ip address 10.1.10.2 255.255.255.0
tagged A3,A5
vrrp vrid 10
backup
virtual-ip-address 10.1.10.1 255.255.255.0
enable
exit
exit
vlan 20
ip address 10.1.20.2 255.255.255.0
tagged A1,A3
vrrp vrid 20
backup
virtual-ip-address 10.1.20.1 255.255.255.0
enable
exit
exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2010 08:30 AM
тАО11-24-2010 08:30 AM
Re: Cisco HSRP and Procurve VRRP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2010 11:40 PM
тАО11-24-2010 11:40 PM
Re: Cisco HSRP and Procurve VRRP
Mauro Furini - As for the "virtual-ip-ping", i can't find it at the CLI command pdf. When the master down, the slave will take over. But it seems that we can't ping the gateway anymore.. does the virtual-ip-ping command enable us to ping the virtual ip ? Please guide me to this command. Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2010 11:52 PM
тАО11-24-2010 11:52 PM
SolutionThis command was in release notes, but I don't see it in configuration guide for software 14.xx.
In docs for 15.xx software it already listed.
From release notes:
=====
Enables or disables the response to a ping request for the switch. When enabled, all
VRs that are not Owners and are not explicitly disabled (see virtual-ip-ping enabled command) respond to ping requests sent to the VIP when the Backup VR is acting
as Master.
Default: Response to Virtual IP ping is disabled.
=====
sw(config)# router vrrp virtual-ip-ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2010 11:52 PM
тАО11-24-2010 11:52 PM
Re: Cisco HSRP and Procurve VRRP
It is an enabled feature on each vrid, but you must enable it globally for it to work:
'router vrrp virtual-ip-ping'
hth...Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2010 01:42 AM
тАО11-25-2010 01:42 AM
Re: Cisco HSRP and Procurve VRRP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2010 05:01 AM
тАО11-29-2010 05:01 AM
Re: Cisco HSRP and Procurve VRRP
maybe i'm in confusion :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2010 05:57 AM
тАО11-29-2010 05:57 AM
Re: Cisco HSRP and Procurve VRRP
maybe i'm in confusion :)"
The feature has 2 components for it to work:
1) a global command to enable it (which is off by default)
2) a command to enable it for each VRID (which is on by default).
So, to be able to ping a virtual-IP address (VIP) when the "backup router" is sponsoring the VIP, you need the feature to be on globally and locally.
After you enable the global command, you can then disable the pinging of a specific VIP if needed.
This feature is similar to configuring routing: a global command to enable it, and a local (in a vlan) command to configure the network for routing.
hth...Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2010 12:43 AM
тАО11-30-2010 12:43 AM
Re: Cisco HSRP and Procurve VRRP
ok thanks, now is clear.
Another puzzle, while we're here: in your opinion, why is not possible to telnet the virtual ip but only the ip of the physic interface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2010 12:51 AM
тАО11-30-2010 12:51 AM
Re: Cisco HSRP and Procurve VRRP
Can't say, I've not tried to do that before, but probably why the special feature of pinging the VIP was added (which is not part of the VRRP spec and clearly stated as such in the docs).
Best practice, configure a loopback interface, that way there is always a known IP up and available on the switch, regardless of which interfaces are the active routed or not.
I generally configure the loopback interface and the router-id (OSPF) to be the same.
hth...Jeff