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

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!agate!ucbvax!WR-HITS.AF.MIL!ANDERSONH
  2. From: ANDERSONH@WR-HITS.AF.MIL ("Harry F. Anderson")
  3. Newsgroups: comp.os.vms
  4. Subject: (none)
  5. Message-ID: <9301121443.AA12731@unix.sri.com>
  6. Date: 12 Jan 93 14:32:00 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 42
  11.  
  12. >> How can one find out the Ethernet address of a node ?
  13. >> It's VMS 5.5. I know you can do it with a little bit of code and that's
  14. >> straightforward but how can you do it with NCP, for instance ?
  15.  
  16. >$ MC NCP SHOW NODE <node_name> CHARACTERISTICS
  17.  
  18.    This won't work, or at least grossly incomplete.
  19.                               
  20.   Here is my answer, it might
  21.   be more than requested but oh well.
  22.   I hope I haven't wrote up anything wrong. :-)
  23.  
  24. >How can one find out the Ethernet address of a node ?
  25.  
  26.   There are two ethernet addresses on a Vax running Decnet.
  27.   1. The actual hardware address , programed into a chip on the ethernet card,
  28.      You can see the hardware address as follows:
  29.  
  30.      MC NCP
  31.      NCP> show known line char
  32.  
  33.      this will show the address for each ethernet card.
  34.      Notice all DEC cards will start with 08-00-2B , that is one of DECs 
  35.      assigned ethernet prefixes.
  36.  
  37.   2. There is a DECNET address, that is dependent on the assigned DECNET
  38.      address.  This is calculated from the DECNET address (How to get this is
  39.      documented in the NETWORKING MANUAL page 3-14)
  40.      Decnet upon startup reprogram's the card and the DECNET address is used
  41.      from then on.  Notice that it starts with AA-00-04-00 which is assigned to 
  42.      DEC for all DECNET ethernet communications. Also because the DECNET
  43.      address is user settable, there will be duplication of DECNET ethernet
  44.      addresses in the world. Whereas all hardware address are unique to a
  45.      individual card and is unique in the world.
  46.  
  47.  
  48.   --------------------- GEEKS OF THE WORLD UNITE ! ! ! ! --------------
  49.   ANDERSONH@WR-HITS.AF.MIL 132.11.15.12  | Jesus Loves you 
  50.   Harry Andersonh, Robins AFB Georgia    | and died for You ! ! 
  51.   ---------------------------------------------------------------------
  52.  
  53.  
  54.