<?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: Retrieve Network Interface and Port Information in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978119#M34110</link>
    <description>This will be for a 7.3 system.  Looks like that will give me some of the NIC information I am looking for, anything similar for active ports?&lt;BR /&gt;&lt;BR /&gt;Thanks for the input.</description>
    <pubDate>Tue, 09 May 2006 16:21:07 GMT</pubDate>
    <dc:creator>cfili</dc:creator>
    <dc:date>2006-05-09T16:21:07Z</dc:date>
    <item>
      <title>Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978116#M34107</link>
      <description>I am trying to pull back network interface card information (name, mac, ip, packets in/out, bytes in/out) and network port information (type, process tied to the port). However, I am having a hard time finding answers on how to do so from a c/c++ application using system service calls.  If anyone could point me in the right direction, I would greatly appreciate it.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 09 May 2006 14:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978116#M34107</guid>
      <dc:creator>cfili</dc:creator>
      <dc:date>2006-05-09T14:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978117#M34108</link>
      <description>GETDVI I guess is the way to get some of this. I belive there are new item codes due in VMS V8.3 which will help.&lt;BR /&gt;&lt;BR /&gt;Existing ones will get you some of this information.</description>
      <pubDate>Tue, 09 May 2006 15:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978117#M34108</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-05-09T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978118#M34109</link>
      <description>Ian's right; $GETDVI is probably your best bet and some stuff being added for V8.3 will help.  However, there are no item codes being added for V8.3 that return any sort of counter or performance information.   That'll come later.&lt;BR /&gt;&lt;BR /&gt;LAN item codes being added for V8.3 are LAN_SPEED, LAN_LINK_UP, LAN_DEFAULT_MAC_ADDRESS, LAN_MAC_ADDRESS, LAN_FULL_DUPLEX, LAN_ALL_MULTICAST_MODE, LAN_PROMISCUOUS_MODE, LAN_JUMBO_FRAMES_ENABLED, LAN_AUTONEG_ENABLED, LAN_PROTOCOL_NAME, and LAN_PROTOCOL_TYPE.&lt;BR /&gt;&lt;BR /&gt;These are all prefixed with DVI$_ for SYS$GETDVI and LIB$GETDVI, of course.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SHOW DEVICE /FULL for LAN devices will make use of the above item codes.&lt;BR /&gt;&lt;BR /&gt;-- Rob (VMS Engineering)</description>
      <pubDate>Tue, 09 May 2006 16:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978118#M34109</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2006-05-09T16:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978119#M34110</link>
      <description>This will be for a 7.3 system.  Looks like that will give me some of the NIC information I am looking for, anything similar for active ports?&lt;BR /&gt;&lt;BR /&gt;Thanks for the input.</description>
      <pubDate>Tue, 09 May 2006 16:21:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978119#M34110</guid>
      <dc:creator>cfili</dc:creator>
      <dc:date>2006-05-09T16:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978120#M34111</link>
      <description>cfili,&lt;BR /&gt;&lt;BR /&gt;welcome to the OpenVMS ITRC forum.&lt;BR /&gt;&lt;BR /&gt;You seem to be mainly interested in TCPIP related information, this can generally not be obtained via OpenVMS system service calls, as it also depends on the TCPIP product being used.&lt;BR /&gt;&lt;BR /&gt;Port (in TCPIP speak) information can be obtained using $ TCPIP SHOW DEVICE/FULL and related process information with $ SHOW DEV/FULL bg-device (or GETDVI for BG-device).&lt;BR /&gt;&lt;BR /&gt;The most detailled information about network cards and all network protocols running on that card can be obtained with the SDA (no callable interface) command SDA&amp;gt; SHOW LAN and SDA&amp;gt; SHOW LAN/FULL.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 10 May 2006 00:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978120#M34111</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-05-10T00:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978121#M34112</link>
      <description>I'd also recommend '$ tcpip show int /ful' :-&lt;BR /&gt;&lt;BR /&gt;ALPHA_ROB$$ tcpip show int/ful&lt;BR /&gt;&lt;BR /&gt; Interface: WE0&lt;BR /&gt;   IP_Addr: xx.xx.xx.xx NETWRK: 255.255.248.0     BRDCST: xx.xx.xx.xx&lt;BR /&gt; Cluster  &lt;BR /&gt;    C_Addr: xx.xx.xx.xx   C_NETWRK: 255.255.248.0   C_BRDCST: xx.xx.xx.xx&lt;BR /&gt;                       Ethernet_Addr: AA-00-04-00-47-04    MTU:  1500&lt;BR /&gt;     Flags: UP BRDCST RUN MCAST SMPX&lt;BR /&gt;                                  RECEIVE        SEND&lt;BR /&gt;   Packets                      175797307   144832046&lt;BR /&gt;     Errors                             0           0&lt;BR /&gt;   Collisions:                          0&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 10 May 2006 03:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978121#M34112</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-05-10T03:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978122#M34113</link>
      <description>I realize these are not via a callable interface, but I've been using these from a perl script to scan for port settings/variants.&lt;BR /&gt;&lt;BR /&gt;You can also use LANCP to find out information about LAN interfaces:&lt;BR /&gt;&lt;BR /&gt;LANCP SHOW DEVICE/INTERNAL gives console settings and other interesting info(not documented)&lt;BR /&gt;as well as LANCP SHOW DEVICE/CHARACTERISTIC&lt;BR /&gt;and LANCP LIST DEVICE/CHARACTERISTIC.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 10 May 2006 07:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978122#M34113</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2006-05-10T07:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978123#M34114</link>
      <description>Ok, thanks to everyone who replied, your responses have been very helpful.</description>
      <pubDate>Wed, 10 May 2006 08:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978123#M34114</guid>
      <dc:creator>cfili</dc:creator>
      <dc:date>2006-05-10T08:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Network Interface and Port Information</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978124#M34115</link>
      <description>closing thread.</description>
      <pubDate>Wed, 10 May 2006 08:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/retrieve-network-interface-and-port-information/m-p/4978124#M34115</guid>
      <dc:creator>cfili</dc:creator>
      <dc:date>2006-05-10T08:03:10Z</dc:date>
    </item>
  </channel>
</rss>

