home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20803 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!UH01.Colorado.EDU!DWING
  2. From: DWING@UH01.Colorado.EDU (Dan Wing)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Ethernet address (sans code) ?
  5. Message-ID: <01GTFCXB9CKY008O16@VAXF.COLORADO.EDU>
  6. Date: 12 Jan 93 16:25:22 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 20
  11.  
  12. David P. Morgan, david@ittpub.nl, writes:
  13.  
  14. >How can one find out the Ethernet address of a node ?
  15. >
  16. >It's VMS 5.5. I know you can do it with a little bit of code and that's
  17. >straightforward but how can you do it with NCP, for instance ?
  18.  
  19. The hardware address can be had with "NCP SHOW KNOWN LINE CHARACTERISTICS"
  20. and the DECnet address is computed based on your DECnet address:
  21.  
  22. For example, I'm 33.475.  33*1024 + 475 = 34267 = %X85DB, so my physical
  23. address is:  AA-00-04-00-DB-85  (you switch the hex digits around).  All
  24. VAXes have AA-00-04-00-xx-yy as their Ethernet address, and "xx" "yy" are
  25. computed based on your DECnet address.
  26.  
  27. This is supposed to change with DECnet Phase V.
  28.  
  29. -Dan Wing, dwing@uh01.colorado.edu or wing_d@ucolmcc.bitnet (DGW11)
  30.  Systems Administrator, University Hospital, Denver
  31.  
  32.