Operating System - HP-UX
1833758 Members
3317 Online
110063 Solutions
New Discussion

Default route lost , why?

 
manner
Occasional Contributor

Default route lost , why?

ENV:
N4000,HPUX-11.0
Routing Protocol:
1.default route
default route is configed in /etc/rc.config.d/netconf file.
2.gated
Q:when i reboot the box,the default route is there, after a moment ,the default route is lost.And so ,the others routes what ware configed in /etc/rc.config.d/netconf not available.
Thanks .
I have nothing but knowledge!
4 REPLIES 4
Steven Sim Kok Leong
Honored Contributor

Re: Default route lost , why?

Hi,

1) Is there a real need for you to run gated? Does it work when you disable gated?

2) Are you able to ping the default gateway/router? What is the value of ip_ire_gw_probe_interval?

# ndd -get /dev/ip ip_ire_gw_probe_interval

Hope this helps. Regards.

Steven Sim Kok Leong
manner
Occasional Contributor

Re: Default route lost , why?

1. I run gated because i have to change route information with my router rip 2 .
If i disable gated,some routes could not be found in HP .
2. I can ping default gateway.
The value of ip_ire_gw_probe_interval is 180000.

How can i do to resolve this problem?
Thank your help.
I have nothing but knowledge!
Steven Sim Kok Leong
Honored Contributor

Re: Default route lost , why?

Hi,

Can you show us your gated.conf? Have you checked your gated logs?

Perform a tcpdump on your outbound interface. Check that your RIP traffic is healthy. By any chance are you running a firewall on this gateway?

I used to run OSPF and IRDP discovery server (aka. RDPD server) on a firewall gateway on Solaris. There was no need to hardcode the default route. The OSPF protocol automatically identifies the correct default gateway/route to use in the routing table based on the advertisements.

Hope this helps. Regards.

Steven Sim Kok Leong
manner
Occasional Contributor

Re: Default route lost , why?

Thanks for your help!
Now , i add default route entry into route table ,and it is there , not lost.
I have nothing but knowledge!