- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- MAC address
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 12:24 AM
10-03-2007 12:24 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 12:43 AM
10-03-2007 12:43 AM
Re: MAC address
$ mcr lancp show config/user
LAN Configuration:
Device Parent Medium/User Version Speed Size LAN Address
------ ------ ----------- ------- ----- ---- -----------------
EWA0 CSMA/CD 07030187 100 1500 00-00-F8-06-EA-E3
EWA4 60-03 DNA Routing 1498 AA-00-04-00-06-CC
EWA5 08:00 IP 1500 AA-00-04-00-06-CC
EWA6 08-06 ARP 1500 AA-00-04-00-06-CC
EWA7 80-35 1500 AA-00-04-00-06-CC
Or from the console prompt :
>>> show device
Cheers,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 12:46 AM
10-03-2007 12:46 AM
Re: MAC address
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:02 AM
10-03-2007 01:02 AM
Re: MAC address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:02 AM
10-03-2007 01:02 AM
Solution$ana/sys
show lan/full
to see which protocol uses which address (check for label "physical address").
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:08 AM
10-03-2007 01:08 AM
Re: MAC address
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 :
LAN Data Structures
-------------------
-- LAN Information Summary 3-OCT-2007 13:09:37 --
LAN flags: 0000000D REG_VCI,LAN_INIT,CNM_INIT
LAN block address 80E1AB80 Timer DELTA time 10000000
Number of stations 1 DAT sequence number 1
LAN module version 1 First SVAPTE FFE10DA8
LANIDEF version 33 Number of PTEs 2
LANUDEF version 16 SVA of first page 8436A000
First LSB address 80E1AE40
-- LAN CSMACD Network Management 3-OCT-2007 13:09:37 --
Creation time 23-SEP 12:59:51 Times created 1
Deletion time None Times deleted 0
Module EAB 80EDB2C0 Latest EIB 00000000
Port EAB 80EDB480
Station EAB 80EDBCC0
NM flags: 00000003 REG_EMAA,CREATED
Press RETURN for more.
SDA>
Which one is relevent ?
Regards,
Sanjoy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:20 AM
10-03-2007 01:20 AM
Re: MAC address
$ mcr lancp show config
LAN Configuration:
Device Medium Default LAN Address Version
------ ------ ------------------- -------
EZA0 CSMA/CD 00-0F-20-F8-96-A4 Not available
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:
http://www.powerdog.com/addrconv.cgi
Thanks "Power Dog"! Does Kevin Riddy (name at the bottom of the page) participate in this forum?
Cheers,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:29 AM
10-03-2007 01:29 AM
Re: MAC address
Or use
show lan/client=decnet|tcpip
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:31 AM
10-03-2007 01:31 AM
Re: MAC address
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.
Otherwise, you can get it using LANCP.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:38 AM
10-03-2007 01:38 AM
Re: MAC address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 01:40 AM
10-03-2007 01:40 AM