<?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: MAC address in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072238#M86545</link>
    <description>Sanjoy,&lt;BR /&gt;&lt;BR /&gt;As has been noted, if you are using DECnet, the MAC address will be changed to an address in the range reserved for DECnet. It will be computed by adding the prefix (as has been noted) to the DECnet node number.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you can get it using LANCP.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Wed, 03 Oct 2007 08:31:53 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2007-10-03T08:31:53Z</dc:date>
    <item>
      <title>MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072230#M86537</link>
      <description>Can anyone please answer how to get the mac address of the network card(s) from the command prompt ?</description>
      <pubDate>Wed, 03 Oct 2007 07:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072230#M86537</guid>
      <dc:creator>Sanjoy Paul</dc:creator>
      <dc:date>2007-10-03T07:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072231#M86538</link>
      <description>&lt;!--!*#--&gt;One way can be:&lt;BR /&gt;&lt;BR /&gt;$ mcr lancp show config/user&lt;BR /&gt;&lt;BR /&gt;LAN Configuration:&lt;BR /&gt;  Device  Parent  Medium/User        Version   Speed  Size      LAN Address&lt;BR /&gt;  ------  ------  -----------        -------   -----  ----   -----------------&lt;BR /&gt;  EWA0               CSMA/CD         07030187   100   1500   00-00-F8-06-EA-E3&lt;BR /&gt;     EWA4     60-03 DNA Routing                       1498   AA-00-04-00-06-CC&lt;BR /&gt;     EWA5     08:00 IP                                1500   AA-00-04-00-06-CC&lt;BR /&gt;     EWA6     08-06 ARP                               1500   AA-00-04-00-06-CC&lt;BR /&gt;     EWA7     80-35                                   1500   AA-00-04-00-06-CC&lt;BR /&gt;&lt;BR /&gt;Or from the console prompt :&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; show device&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 03 Oct 2007 07:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072231#M86538</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2007-10-03T07:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072232#M86539</link>
      <description>On V8.3 and up, $ SHOW DEVICE &lt;ETHERNET device=""&gt; will display a lot of LAN-related information; MAC address is one of them.&lt;BR /&gt;&lt;BR /&gt;-- Rob&lt;/ETHERNET&gt;</description>
      <pubDate>Wed, 03 Oct 2007 07:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072232#M86539</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2007-10-03T07:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072233#M86540</link>
      <description>Thanks a lot ..........Sanjoy</description>
      <pubDate>Wed, 03 Oct 2007 08:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072233#M86540</guid>
      <dc:creator>Sanjoy Paul</dc:creator>
      <dc:date>2007-10-03T08:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072234#M86541</link>
      <description>But most of the time "what is your mac address" is asked by the network team to find out which traffic you are doing. And then the mac address of the card is not used but an address that DECNET generates (beginning with AA-). Use&lt;BR /&gt;$ana/sys&lt;BR /&gt;show lan/full&lt;BR /&gt;&lt;BR /&gt;to see which protocol uses which address (check for label "physical address").&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 03 Oct 2007 08:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072234#M86541</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-10-03T08:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072235#M86542</link>
      <description>Hi Wim , &lt;BR /&gt;&lt;BR /&gt;You are correct , I need it to give it to network people . But the command the version of VMS is 6.2 1H3 the the output what I am getting is :&lt;BR /&gt;&lt;BR /&gt;LAN Data Structures&lt;BR /&gt;-------------------&lt;BR /&gt;               -- LAN Information Summary  3-OCT-2007 13:09:37 --&lt;BR /&gt;&lt;BR /&gt;LAN flags:  0000000D REG_VCI,LAN_INIT,CNM_INIT&lt;BR /&gt;&lt;BR /&gt;LAN block address           80E1AB80    Timer DELTA time            10000000&lt;BR /&gt;Number of stations                 1    DAT sequence number                1&lt;BR /&gt;LAN module version                 1    First SVAPTE                FFE10DA8&lt;BR /&gt;LANIDEF version                   33    Number of PTEs                     2&lt;BR /&gt;LANUDEF version                   16    SVA of first page           8436A000&lt;BR /&gt;First LSB address           80E1AE40                                        &lt;BR /&gt;&lt;BR /&gt;            -- LAN CSMACD Network Management  3-OCT-2007 13:09:37 --&lt;BR /&gt;&lt;BR /&gt;Creation time        23-SEP 12:59:51    Times created                      1&lt;BR /&gt;Deletion time                   None    Times deleted                      0&lt;BR /&gt;Module EAB                  80EDB2C0    Latest EIB                  00000000&lt;BR /&gt;Port EAB                    80EDB480                                        &lt;BR /&gt;Station EAB                 80EDBCC0                                        &lt;BR /&gt;NM flags:   00000003 REG_EMAA,CREATED&lt;BR /&gt;&lt;BR /&gt;    Press RETURN for more.&lt;BR /&gt;SDA&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which one is relevent ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Sanjoy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072235#M86542</guid>
      <dc:creator>Sanjoy Paul</dc:creator>
      <dc:date>2007-10-03T08:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072236#M86543</link>
      <description>From a VAX/VMS v6.2 system it seems the /user switch does not work but you can at least get the physical mac:&lt;BR /&gt;&lt;BR /&gt;$ mcr lancp show config     &lt;BR /&gt;&lt;BR /&gt;LAN Configuration:&lt;BR /&gt;   Device   Medium      Default LAN Address   Version&lt;BR /&gt;   ------   ------      -------------------   -------&lt;BR /&gt;    EZA0    CSMA/CD      00-0F-20-F8-96-A4    Not available&lt;BR /&gt;&lt;BR /&gt;You can calculate the AA-00-04... mac address that will be created.  A quick Google to find out how, reveals that someone has actually written an "Internet application" to do it:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.powerdog.com/addrconv.cgi" target="_blank"&gt;http://www.powerdog.com/addrconv.cgi&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks "Power Dog"!  Does Kevin Riddy (name at the bottom of the page) participate in this forum?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 03 Oct 2007 08:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072236#M86543</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2007-10-03T08:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072237#M86544</link>
      <description>You have to type return (a lot).&lt;BR /&gt;&lt;BR /&gt;Or use&lt;BR /&gt;show lan/client=decnet|tcpip&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 03 Oct 2007 08:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072237#M86544</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-10-03T08:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072238#M86545</link>
      <description>Sanjoy,&lt;BR /&gt;&lt;BR /&gt;As has been noted, if you are using DECnet, the MAC address will be changed to an address in the range reserved for DECnet. It will be computed by adding the prefix (as has been noted) to the DECnet node number.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you can get it using LANCP.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072238#M86545</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-10-03T08:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072239#M86546</link>
      <description>Thanks Wim and all .... got the answer ... Sanjoy</description>
      <pubDate>Wed, 03 Oct 2007 08:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072239#M86546</guid>
      <dc:creator>Sanjoy Paul</dc:creator>
      <dc:date>2007-10-03T08:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072240#M86547</link>
      <description>Thanks</description>
      <pubDate>Wed, 03 Oct 2007 08:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mac-address/m-p/5072240#M86547</guid>
      <dc:creator>Sanjoy Paul</dc:creator>
      <dc:date>2007-10-03T08:40:45Z</dc:date>
    </item>
  </channel>
</rss>

