- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dead gateway detection
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
тАО09-24-2002 04:16 AM
тАО09-24-2002 04:16 AM
Not sure whether HPUX 10.X and 11.X supports "Triggered Reselection method (RFC 816) " for dead gateway detection.
In Windows, it is supported and works fine when a default router goes down.
-singar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2002 04:20 AM
тАО09-24-2002 04:20 AM
Re: Dead gateway detection
you must connect the 9000 to a routing switch that speaks this routing protocols too...
this work better
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2002 04:23 AM
тАО09-24-2002 04:23 AM
Re: Dead gateway detection
As from hp-ux 11.00 dead gateway detection is used.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2002 04:24 AM
тАО09-24-2002 04:24 AM
Re: Dead gateway detection
This is to see how it's configured.
Usable commands:
Check the current value:
ndd -get /dev/ip ip_ire_gw_probe
Disable Dead Gateway Detection:
ndd -set /dev/ip ip_ire_gw_probe 0
Enable Dead Gateway Detection:
ndd -set /dev/ip ip_ire_gw_probe 1
nddconf entry example:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2002 04:31 AM
тАО09-24-2002 04:31 AM
Re: Dead gateway detection
if the command
# ndd -get /dev/ip ip_ire_gw_probe returns 1
then dead gateway detection is enabled.
This is enabled only in 11.x not in 10.x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2002 04:32 AM
тАО09-24-2002 04:32 AM
SolutionYes , HP-UX supports dead gateway detection like windows ( enabled by default ).
But there is a major difference in criteria of
failover to secondary route between HP-UX and
windows.
In windows , the secondary route is selected only when a TCP session times out trying the
primary gateway. ( health checking via TCP )
But in Hp-UX , the secondary route is selected
only when the primary gateway stops responding
to ICMP messages sent by HP-UX server for health checking. ( health checking via ICMP-udp)
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2002 04:32 AM
тАО09-24-2002 04:32 AM
Re: Dead gateway detection
dead gateway detection is working on HP-UX 11. But it 's using the round trip detection.
Consider this case :
define 2 default gateways : 1 for usual use, the other for exception.
All the packet will use the first gateway.
Your 1st gateway is falling :
Packets will go through the second which is what you want.
But when you first gateway goes back, it still use the backup gateway, which isn't what you want ....
In fact it works more like a load sharing than like a standby gateway. It depends of what you want.
For me the solution was to configure rip on the gateways and gated on the HP-UX.
And I agree with you that in Windows the dead gateway detection is working like a backup gateway - and not like load sharing....
hope that help
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2002 04:35 AM
тАО09-24-2002 04:35 AM
Re: Dead gateway detection
USika.. explain better than I did what I wanted to say !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2002 04:38 AM
тАО09-24-2002 04:38 AM
Re: Dead gateway detection
live free or die
harry