Subject: Re: ds3100 ethernet address
To: emanuel stiebler <emu@ecubics.com>
From: Simon Burge <simonb@telstra.com.au>
List: port-pmax
Date: 07/15/1998 12:48:14
On Tue, 14 Jul 1998 20:39:05 -0600  "emanuel stiebler" wrote:

> Hi all,
> what is the console command, to find out the ethernet address of a DS3100 ?

It should appear when you turn it on.  I get the following:

	KN01 V7.03

	7..6..5..4..3..2..1..0

	24Mb..........0

	KN01 V7.03
	08-00-2b-24-39-71
	0x01800000
	>> _

The "08-00-2b-24-39-71" is the ethernet address.  Otherwise, use
"test -c" at the PROM's >> prompt:

	>> test -c
	MEM: 24Mbytes
	VIDEO: CLR
	ETHERNET STA ADDR: 08-00-2b-24-39-71
	SCSI DEVS:
	U[7]
	U[6]KN01--SII
	U[5]
	U[4]
	U[3]
	U[2]
	U[1]
	U[0]    Dev typ   0 RZ
		  RMB                      0x0
		  Vrs                      2
		  Format                   2
		  Add len                  31
		  Vndr                     DEV
		  PID                      RZ25    (C) DEC
		  Frevlvl                  0700
	>> _

Simon.