<?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: netstat flags in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175205#M570165</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think that you see that with UGH flags too.&lt;BR /&gt;From man netstat (documented in HP-UX 10.X only):&lt;BR /&gt;&lt;BR /&gt;*******************************&lt;BR /&gt;The routing table display indicates the available routes and their status. Each route consists of a destination host or network, a netmask and a gateway to use in forwarding packets. The Flags field shows whether the route is up (U), whether the route is to a gateway (G), whether the route is a host or network route (with or without H), whether the route was created dynamically (D) by a redirect or by Path MTU Discovery, and whether a gateway route has been modified (M), or it has been marked doubtful (?) due to the lack of a timely ARP response.&lt;BR /&gt;*******************************&lt;BR /&gt;&lt;BR /&gt;It is not documented anymore in HP-UX 11.X.&lt;BR /&gt;&lt;BR /&gt;There is a workaround to delete them:&lt;BR /&gt;&lt;BR /&gt;# netstat -rn | awk '$3=/UGHD/ {system ("route delete "$1" "$2" ")}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
    <pubDate>Tue, 27 Jan 2004 10:35:08 GMT</pubDate>
    <dc:creator>Fabio Ettore</dc:creator>
    <dc:date>2004-01-27T10:35:08Z</dc:date>
    <item>
      <title>netstat flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175203#M570163</link>
      <description>Could anyone please advise as to what the D flag means from the output of a 'netstta -rn' command</description>
      <pubDate>Tue, 27 Jan 2004 09:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175203#M570163</guid>
      <dc:creator>David Lewis_1</dc:creator>
      <dc:date>2004-01-27T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: netstat flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175204#M570164</link>
      <description>Actually the meaning of 'D' flag was there on 10.20 but not in 11.X. The man page says "If the flag field shows a D, then the route was created dynamically by a redirect or by Path MTU Discovery'</description>
      <pubDate>Tue, 27 Jan 2004 10:15:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175204#M570164</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2004-01-27T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: netstat flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175205#M570165</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think that you see that with UGH flags too.&lt;BR /&gt;From man netstat (documented in HP-UX 10.X only):&lt;BR /&gt;&lt;BR /&gt;*******************************&lt;BR /&gt;The routing table display indicates the available routes and their status. Each route consists of a destination host or network, a netmask and a gateway to use in forwarding packets. The Flags field shows whether the route is up (U), whether the route is to a gateway (G), whether the route is a host or network route (with or without H), whether the route was created dynamically (D) by a redirect or by Path MTU Discovery, and whether a gateway route has been modified (M), or it has been marked doubtful (?) due to the lack of a timely ARP response.&lt;BR /&gt;*******************************&lt;BR /&gt;&lt;BR /&gt;It is not documented anymore in HP-UX 11.X.&lt;BR /&gt;&lt;BR /&gt;There is a workaround to delete them:&lt;BR /&gt;&lt;BR /&gt;# netstat -rn | awk '$3=/UGHD/ {system ("route delete "$1" "$2" ")}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Tue, 27 Jan 2004 10:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175205#M570165</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-01-27T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: netstat flags</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175206#M570166</link>
      <description>route flags&lt;BR /&gt;&lt;BR /&gt;     1       RTF_PROTO1       Protocol specific routing flag #1&lt;BR /&gt;     2       RTF_PROTO2       Protocol specific routing flag #2&lt;BR /&gt;     3       RTF_PROTO3       Protocol specific routing flag #3&lt;BR /&gt;     B       RTF_BLACKHOLE    Just discard pkts (during updates)&lt;BR /&gt;     b       RTF_BROADCAST    The route represents a broadcast address&lt;BR /&gt;     C       RTF_CLONING      Generate new routes on use&lt;BR /&gt;     c       RTF_PRCLONING    Protocol-specified generate new routes on use&lt;BR /&gt;     D       RTF_DYNAMIC      Created dynamically (by redirect)&lt;BR /&gt;     G       RTF_GATEWAY      Destination requires forwarding by intermediary&lt;BR /&gt;     H       RTF_HOST         Host entry (net otherwise)&lt;BR /&gt;     L       RTF_LLINFO       Valid protocol to link address translation&lt;BR /&gt;     M       RTF_MODIFIED     Modified dynamically (by redirect)&lt;BR /&gt;     R       RTF_REJECT       Host or net unreachable&lt;BR /&gt;     S       RTF_STATIC       Manually added&lt;BR /&gt;     U       RTF_UP           Route usable&lt;BR /&gt;     W       RTF_WASCLONED    Route was generated as a result of cloning&lt;BR /&gt;     X       RTF_XRESOLVE     External daemon translates proto to link address&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Tue, 27 Jan 2004 10:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netstat-flags/m-p/3175206#M570166</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-01-27T10:38:28Z</dc:date>
    </item>
  </channel>
</rss>

