<?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 Dynamic routing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444584#M8922</link>
    <description>On my D230, when a route goes down, my system builds an (unwanted) dynamic route ;&lt;BR /&gt;I then have to delete same before the real route can resume. Is there a way of stopping the system from building such dynamic routes (eg ; UGHD)</description>
    <pubDate>Tue, 12 Sep 2000 03:06:17 GMT</pubDate>
    <dc:creator>Greg Hall</dc:creator>
    <dc:date>2000-09-12T03:06:17Z</dc:date>
    <item>
      <title>Dynamic routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444584#M8922</link>
      <description>On my D230, when a route goes down, my system builds an (unwanted) dynamic route ;&lt;BR /&gt;I then have to delete same before the real route can resume. Is there a way of stopping the system from building such dynamic routes (eg ; UGHD)</description>
      <pubDate>Tue, 12 Sep 2000 03:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444584#M8922</guid>
      <dc:creator>Greg Hall</dc:creator>
      <dc:date>2000-09-12T03:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444585#M8923</link>
      <description>&lt;BR /&gt;This is indeed a tricky sort of problem. Thing to look for;&lt;BR /&gt;1. ensure yourenot running gated (see /etc/rc.config.d/netconf)&lt;BR /&gt;2. Add static routes into the same netconf file instead of letting dynamic routes be established, this way the static routes will stay on your HP, even if the route actually drops.&lt;BR /&gt;3. If you do get dynamic routes being added flush the entire routing table with route -f and then add in static ones using route add.</description>
      <pubDate>Tue, 12 Sep 2000 05:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444585#M8923</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-12T05:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444586#M8924</link>
      <description>This problem is caused by the router(s) issuing ICMP redirect messages. Have a look at this previous thread:-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x7e4b49c5ae73d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x7e4b49c5ae73d4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Tue, 12 Sep 2000 07:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444586#M8924</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-12T07:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444587#M8925</link>
      <description>Denis, as John has indicated, your routing tables are receiveing ICMP redirect messages from your routers.  When the primary gateway for a device is not longer able to pass the packet on to its destination, it will send an ICMP redirect message to your server suggesting another possible route to use.  If there is another router on your network that may be a candidate for the route, your routing tables will reflect that new route. &lt;BR /&gt;&lt;BR /&gt;You have a few choices here.  You can turn off ICMP redirects on your routers or handle the change in the tables yourself either automatically or manually with some notification.  Turning off ICMP redirects has its negative points as you can imagine. "Learning" routes is just what routers and level 3 switches are intended to do.&lt;BR /&gt;&lt;BR /&gt;What I did was to write a script that will detect when a dynamic change is made in the routing table. This is evident by the "M" flag set when you run netstat -nr.  Then I take action based on that notification.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Tue, 12 Sep 2000 13:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444587#M8925</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-09-12T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444588#M8926</link>
      <description>What type routers are you using?&lt;BR /&gt;Also, what routing protocol.</description>
      <pubDate>Tue, 12 Sep 2000 17:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444588#M8926</guid>
      <dc:creator>Edward D. Herring</dc:creator>
      <dc:date>2000-09-12T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444589#M8927</link>
      <description>John/Anthony,&lt;BR /&gt;Thanks for helping me understand this; particularly the previous discussion/link. One new awk script on its way ... cheers</description>
      <pubDate>Tue, 12 Sep 2000 18:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-routing/m-p/2444589#M8927</guid>
      <dc:creator>Greg Hall</dc:creator>
      <dc:date>2000-09-12T18:47:24Z</dc:date>
    </item>
  </channel>
</rss>

