<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Routing tables are filling in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966757#M578001</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;Those entries are been created by any router in your network.&lt;BR /&gt;The routers uses icmp redirect to create these entries on HP-UX, when the router thinks there is a route better thant that the hp are using. You can disable icmp redirect on your router, so the entries will not be created any more. On a cisco router the command is "no ip redirect".&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
    <pubDate>Tue, 06 May 2003 17:19:09 GMT</pubDate>
    <dc:creator>LucianoCarvalho</dc:creator>
    <dc:date>2003-05-06T17:19:09Z</dc:date>
    <item>
      <title>Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966756#M578000</link>
      <description>I am having a major problem with the routing tables on two HP-UX servers, running 10.20 and 11.00.  The routing tables keep dynamically filling up with false UGHD or UGH flagged routes and it is causing clients to fail when attempting a connection.  I am constantly having to run &lt;BR /&gt;&lt;BR /&gt;netstat -rn | awk '$3=/UGHD/ {system ("route delete "$1" "$2" ")}'&lt;BR /&gt;&lt;BR /&gt;in order to clear the junk entries.&lt;BR /&gt;&lt;BR /&gt;Any ideas?  I looked through everywhere and I do not appear to be running any dynamic routing daemons like routed. Also only the HP-UX servers are having these issues on the network.  The Suns and Linux servers do not.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help, as I am getting frustrated.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 17:13:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966756#M578000</guid>
      <dc:creator>Mark Symmonds_1</dc:creator>
      <dc:date>2003-05-06T17:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966757#M578001</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Those entries are been created by any router in your network.&lt;BR /&gt;The routers uses icmp redirect to create these entries on HP-UX, when the router thinks there is a route better thant that the hp are using. You can disable icmp redirect on your router, so the entries will not be created any more. On a cisco router the command is "no ip redirect".&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 17:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966757#M578001</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-06T17:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966758#M578002</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Those entries are been created by any router in your network.&lt;BR /&gt;The routers uses icmp redirect to create these entries on HP-UX, when the router thinks there is a route better thant that the hp are using. You can disable icmp redirect on your router, so the entries will not be created any more. On a cisco router the command is "no ip redirect".&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 17:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966758#M578002</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-06T17:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966759#M578003</link>
      <description>Isn't there a way to stop the HP-UX servers from adding the entries?  Again the HP-UX servers are the only ones having this problem.</description>
      <pubDate>Tue, 06 May 2003 18:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966759#M578003</guid>
      <dc:creator>Mark Symmonds_1</dc:creator>
      <dc:date>2003-05-06T18:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966760#M578004</link>
      <description>there is no way to configure HP-UX to reject that, you have to configure the router to not send. But there is an IP Paremter that you can set up so the entries created by icmp redirect will be deleted in 5 seconds.&lt;BR /&gt;This is ip_ire_redirect_interval.&lt;BR /&gt;How To use:&lt;BR /&gt;&lt;BR /&gt;Verify the current value:&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_redirect_interval&lt;BR /&gt;&lt;BR /&gt;Set the redirect interval to 5 second &lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_redirect_interval 5000&lt;BR /&gt;&lt;BR /&gt;Additional Information&lt;BR /&gt;HP-UX 11.0 &lt;BR /&gt;Minimum 5000 (5sec)&lt;BR /&gt;Maximum 600000 (10min) &lt;BR /&gt;The values is given in milliseconds.&lt;BR /&gt;&lt;BR /&gt;best regards</description>
      <pubDate>Tue, 06 May 2003 18:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966760#M578004</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-06T18:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966761#M578005</link>
      <description>there is no way to configure HP-UX to reject that, you have to configure the router to not send. But there is an IP Paremter that you can set up so the entries created by icmp redirect will be deleted in 5 seconds.&lt;BR /&gt;This is ip_ire_redirect_interval.&lt;BR /&gt;How To use:&lt;BR /&gt;&lt;BR /&gt;Verify the current value:&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_redirect_interval&lt;BR /&gt;&lt;BR /&gt;Set the redirect interval to 5 second &lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_redirect_interval 5000&lt;BR /&gt;&lt;BR /&gt;Additional Information&lt;BR /&gt;HP-UX 11.0 &lt;BR /&gt;Minimum 5000 (5sec)&lt;BR /&gt;Maximum 600000 (10min) &lt;BR /&gt;The values is given in milliseconds.&lt;BR /&gt;&lt;BR /&gt;best regards</description>
      <pubDate>Tue, 06 May 2003 18:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966761#M578005</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-06T18:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966762#M578006</link>
      <description>When I try that I get:  &lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/ip ip_ire_redirect_interval 5000 &lt;BR /&gt;operation failed, Invalid argument&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!</description>
      <pubDate>Tue, 06 May 2003 18:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966762#M578006</guid>
      <dc:creator>Mark Symmonds_1</dc:creator>
      <dc:date>2003-05-06T18:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966763#M578007</link>
      <description>I got the same error too. I realized that the minimum value accepted is 60000 or 1 minute.&lt;BR /&gt;&lt;BR /&gt;I forgote to say about nddconf file. &lt;BR /&gt;You have to configure an entry in /etc/rc.config.d/nddconf file (if it doesn't existe you can copy from /usr/newconfig/etc/rc.config.d) or after reboot the value will come back to the default value.&lt;BR /&gt;Example of an entry:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_redirect_interval&lt;BR /&gt;NDD_VALUE[0]=6000&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 18:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966763#M578007</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-06T18:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966764#M578008</link>
      <description>Thank you.  That looks like it is helping a little, but I still think HP needs to create a patch to be able to turn this off.</description>
      <pubDate>Tue, 06 May 2003 19:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966764#M578008</guid>
      <dc:creator>Mark Symmonds_1</dc:creator>
      <dc:date>2003-05-06T19:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966765#M578009</link>
      <description>My networking folks say ICMP redirect is not turned on the routers.</description>
      <pubDate>Tue, 06 May 2003 19:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966765#M578009</guid>
      <dc:creator>Mark Symmonds_1</dc:creator>
      <dc:date>2003-05-06T19:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966766#M578010</link>
      <description>OK!. So I think it will be a good idea ask them to install a packet analyzer (tcpdump)and see where the icmp redirect is coming from.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 07 May 2003 10:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966766#M578010</guid>
      <dc:creator>LucianoCarvalho</dc:creator>
      <dc:date>2003-05-07T10:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Routing tables are filling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966767#M578011</link>
      <description>I would make sure that the HP-UX systems have the same defualt routers configured as the other systems on the network.  &lt;BR /&gt;&lt;BR /&gt;After that, the checking of the source of the ICMP redirect messages is a good idea - make sure to include the ethernet header in the tcpdump output and compare the source MAC address with that of the routers - do this in addition to the source IP address, lest there be something malicious out there generating the redirects.  Also, check the stats on your router(s) to see that they are indeed recording that they have send ICMP redirect messages.&lt;BR /&gt;&lt;BR /&gt;While there is no ndd tunable to sey "ignore redirects" (if there are such things on Solaris or Linux it would be worth filing an ER with the RC...) you could in theory install and configure ipfilter (&lt;A href="http://www.software.hp.com)" target="_blank"&gt;www.software.hp.com)&lt;/A&gt; to filter-out the redirects.&lt;BR /&gt;&lt;BR /&gt;One other possibility is that these are not triggered by ICMP redirects, but PathMTU entries (ICMP datagram too large messages).  You can disable pathMTU discovery by setting ip_pmtu_strategy to a value of 0.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 17:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables-are-filling/m-p/2966767#M578011</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-05-07T17:07:38Z</dc:date>
    </item>
  </channel>
</rss>

