- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Virtual IP and Gratuitous ARP
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
тАО03-23-2005 07:27 AM
тАО03-23-2005 07:27 AM
Virtual IP and Gratuitous ARP
I am running
1. HP PortAggregation software on
1000Base-T FC/GigE Combo card.
2. and a veritas cluster which migrates VIP from host a to host b in case of a failover.
Host c is the server that is trying to connect to the VIP ( either
on host a or host b ). Host a and host b are on the same subnet, and host c is behind a CISCO
Pix firewall. So, the problem I am having is :
whenever the VIP fails over from a to b, PIX
arp caches the failed card on host a, and doesn't update arp cache for VIP to point to host b's card.
Only when arp cache is cleared on PIX, will the
communication between b and c get restored.
The question I have is two-fold :
1. Does the HP interface send a gratuitous ARP when a virtual ( no unplumb/plumb ) IP is brought up on it ?
2. Except lowering arp cache expiration timeout on PIX, can I force the host b's HP card to send the gratuitous arp when VIP fails over?
I would appreciate if someone can help.
Thanks.
-dimitry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2005 07:42 AM
тАО03-23-2005 07:42 AM
Re: Virtual IP and Gratuitous ARP
I would expect VCS to do the same - have you spoken to Veritas?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2005 08:30 AM
тАО03-23-2005 08:30 AM
Re: Virtual IP and Gratuitous ARP
What I wanted to know if this is an expected networking behavior when VIP comes up to notify
others of it's existence.
On a side note, if nothing else works, I will have to write an c program to pick MAC up from a running machine and send broadcast ARP out every time the failover happens as a part of a
pre-exec, so to speak.
Thanks.
Dimitry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2005 01:26 PM
тАО03-23-2005 01:26 PM
Re: Virtual IP and Gratuitous ARP
Any chance you could manually do it by playing with the hpbtlanconf file?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2005 05:39 AM
тАО03-24-2005 05:39 AM
Re: Virtual IP and Gratuitous ARP
You can aslo add a "ifconfig lanX down" and "ifconfig lanX up" pair to force a ARP message.
Regards,
Xianjie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2005 05:45 AM
тАО03-24-2005 05:45 AM
Re: Virtual IP and Gratuitous ARP
I have dimm recollections of Cisco kit having very long ARP cache refresh times, and an unwillingness to update its ARP cache on the reciept of any-old ARP message. You might look into any ARP settings for the PIX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-24-2005 12:04 PM
тАО03-24-2005 12:04 PM
Re: Virtual IP and Gratuitous ARP
# ifconfig lan3 192.168.4.5
# ifconfig lan3:1 192.168.5.6
and this is what appeared in the tcpdump trace:
16:59:39.641958 arp who-has 192.168.4.5 (Broadcast) tell 192.168.4.5
16:59:49.445548 arp who-has 192.168.5.6 (Broadcast) tell 192.168.5.6
I then did an ifconfig lan3 0.0.0.0 and another ifconfig lan3:1:
# ifconfig lan3:1 0.0.0.0
# ifconfig lan3:1 192.168.6.7
and this line was added to the tcpdump output
17:02:14.261149 arp who-has 192.168.6.7 (Broadcast) tell 192.168.6.7
so, on 11.23 at least, when one ifconfig's a logical interface (lanN:M, no plumbing) there is indeed a gratuitous ARP emitted.
I suspect you may need to beat the PIX with a PIXie stick or something.