<?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: NDD - Network Tuning in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056487#M531585</link>
    <description>Looks good I believe.&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/ip ip_ire_status | grep -e IRE_GATEWAY -e flag&lt;BR /&gt;             IRE              rfq              stq addr            mask     src             gateway         mxfrg rtt   ref type               flag&lt;BR /&gt;e00000049936c688 0000000000000000 0000000000000000 000.000.000.000 00000000 172.021.062.022 172.021.062.001 01500 00000 000 IRE_GATEWAY</description>
    <pubDate>Wed, 13 Apr 2011 16:09:00 GMT</pubDate>
    <dc:creator>PW HP-UX Support Team</dc:creator>
    <dc:date>2011-04-13T16:09:00Z</dc:date>
    <item>
      <title>NDD - Network Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056484#M531582</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Would like to ask you all whether the ndd available in HPUX 10.20 cause I couldn't find it in 10.20 but I can find it in HPUX 11.00 onwards. Do I need to get ndd install in 10.20 or 10.20 doesn't need ndd at all? And in 11.11i, where can I see the ip_ire_gw_probe status in GUI? FYI,I couldn't see this parameter in the tunable parameter when I open SAM. &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Chin Soon</description>
      <pubDate>Tue, 26 Aug 2003 07:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056484#M531582</guid>
      <dc:creator>Ong Chin Soon</dc:creator>
      <dc:date>2003-08-26T07:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: NDD - Network Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056485#M531583</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;AFA I know, ndd appears in 11.00 In 10.20, use nettune.&lt;BR /&gt;&lt;BR /&gt;ip_ire_gw are accessible in shell, trhough ndd. Here's a short description from HP :&lt;BR /&gt;&lt;BR /&gt;Turns the Dead Gateway Detection on and off.&lt;BR /&gt;&lt;BR /&gt;IP periodically tests if the gateways are available. It not only probes the&lt;BR /&gt;active one, but also the "dead" gateways in case the came back to live in the&lt;BR /&gt;meantime. The default for this value is "1", so we probe the gateways.&lt;BR /&gt;&lt;BR /&gt;You could see which value is set by executing:&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;This results in "1" probing or "0" not probing.&lt;BR /&gt;&lt;BR /&gt;To see all gateways you could use ip_ire_status&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_status | grep -e IRE_GATEWAY -e flag&lt;BR /&gt;&lt;BR /&gt;This results in a list of all gateways, the flags will indicate a dead gateway.&lt;BR /&gt;Another option ip_ire_gw_probe_interval is available which changes the&lt;BR /&gt;frequency in which such probes will be performed.&lt;BR /&gt;&lt;BR /&gt;Why would this be used?&lt;BR /&gt;&lt;BR /&gt;The gateway probes are ICMP packets which await a proper reply.&lt;BR /&gt;&lt;BR /&gt;In cases where e.g. a firewall is used it could be wanted to turn off ICMP, so&lt;BR /&gt;nobody could ping the firewall but still it works for the desired protocols.&lt;BR /&gt;So turning it off would not compromise the work, because we would never send an&lt;BR /&gt;ICMP packet to test the machine. On the other hand we would only know if a&lt;BR /&gt;gateway is not operational if we try to use it. This results in long timeouts&lt;BR /&gt;during the detection.&lt;BR /&gt;&lt;BR /&gt;Usable commands:&lt;BR /&gt;&lt;BR /&gt;Check the current value:&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;Disable Dead Gateway Detection:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;Enable Dead Gateway Detection:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 1&lt;BR /&gt;&lt;BR /&gt;nddconf entry example:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can move this question to the HP UX forum if you need more details.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 26 Aug 2003 13:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056485#M531583</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-08-26T13:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: NDD - Network Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056486#M531584</link>
      <description>Thanks for the informative explaination!&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Chin Soon</description>
      <pubDate>Tue, 26 Aug 2003 23:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056486#M531584</guid>
      <dc:creator>Ong Chin Soon</dc:creator>
      <dc:date>2003-08-26T23:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: NDD - Network Tuning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056487#M531585</link>
      <description>Looks good I believe.&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/ip ip_ire_status | grep -e IRE_GATEWAY -e flag&lt;BR /&gt;             IRE              rfq              stq addr            mask     src             gateway         mxfrg rtt   ref type               flag&lt;BR /&gt;e00000049936c688 0000000000000000 0000000000000000 000.000.000.000 00000000 172.021.062.022 172.021.062.001 01500 00000 000 IRE_GATEWAY</description>
      <pubDate>Wed, 13 Apr 2011 16:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ndd-network-tuning/m-p/3056487#M531585</guid>
      <dc:creator>PW HP-UX Support Team</dc:creator>
      <dc:date>2011-04-13T16:09:00Z</dc:date>
    </item>
  </channel>
</rss>

