[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

9768.0. "Token ring Address" by EDSCLU::KELLY () Fri May 09 1997 12:56

We have a customer which needs to set up an locally administered
token address on an Alpha 4100 running Dunix 3.2g.

ALPHA 4100
	The token ring hardware address is 00-00-93-08-52-9F
	and they want the local address to be 400000000004.


I have looked at notes 2065 and 3785 on setting the token ring address.
According to the notes (if I understood them right) they wrote
an ioctl program to change the MAC address.  Is this the way to do it ?
or is there an easier way to do this ?


Thanks,

Jim Kelly
T.RTitleUserPersonal
Name
DateLines
9768.1TOKEN RING ADDRESS (Is this the wrong notes file for this ???)EDSCLU::KELLYMon May 12 1997 11:056
Is this question in the wrong notes file ??


Thanks,

Jim Kelly
9768.2Token ring with what software?NNTPD::"[email protected]"markMon May 12 1997 11:4515
I assume you are driving this token ring card with some sort of LLC2 link
set up with NCL ?
	If yes then its a simple matter to :-

ncl set token ring station TRN-0 ring  station address 02-00-04-48-0E-80

Note that the address has to be re written, reverse the nibbles and
then the bits in each nibble.  ie 40 -> 02  00 -> 00 20 -> 04 12 -> 48
70 -> 0E  01 -> 80

otherwise look up the ioctl(...,SIOCSPHYSADDR,...)

	Cheers
		Mark :)
[Posted by WWW Notes gateway]
9768.3TOKEN RING ADDRESSEDSCLU::KELLYMon May 12 1997 13:0115
Mark,

I could not find an NCL command to set the ring station address.

Is this a valid option in NCL ?  Do I have an old release of NCL ?
Is it undocumented in the NCL HELP facility ?

> ncl set token ring station TRN-0 ring station address 02-00-04-48-0E-80


Thanks,

Jim Kelly


9768.4Trhat's the answer ! ! !VAXSPO::TONYAnd the winner is... WINDOWS NTMon May 12 1997 17:4419
Hi,

From DECnet/OSI conference...

--------------------------------------------------------------------------------
Note 1625.8           Set Token Ring Local Station Address?              8 of 8 
SEPPLT::MARK "Mark Garrett"                          10 lines  19-DEC-1996 23:21
                             -< thats the problem >-
--------------------------------------------------------------------------------
The bug in setting the token ring station address is fixed in DECNET_OSI
however the dna_ components that are installed by the peer server
are old, out of date and wont allow the station address to be set.

        Solution. Install the decnet components from a 3.2A or greater
decnet kit rather than from the peer server kits. Even copying the single
dna_dli.o file from the DECnet release will be sufficent.

        Cheers
--------------------------------------------------------------------------------
9768.5EDSCLU::KELLYMon May 12 1997 20:343
Thanks for the reply.  We will upgrade and try it again.

Jim Kelly
9768.6I think the problem is a little deeper than that!SEPPLT::MARKMark GarrettTue May 13 1997 00:1121
Interesting to be cross posted with the response originally from myself like
echos in the dark.

	Anyway: I initialy read your reply interpreting that you
did not have ncl. 
*********************************************************************
*	What are you running on this token ring?? IP or SNA what?   *
*********************************************************************
My echo from the OSI conference describe a problem where the 
set failed but I think was still valid syntax. I'm quite in the dark
as to what you have setup wise at your end.
	What happens when you   ncl show token ring
				ncl "show token ring station * all"

If you only have TCP/IP configured and no DECnet/OSI,SNA,X25 then all
of this ncl stuff is quite useless to you.

	Please say what your running protocol and software wise?

	Cheers
		Mark :)
9768.7SetupEDSCLU::KELLYTue May 13 1997 10:2972
Mark,

Thanks for the mail.  I was about to send an update to the customer.

The customer is running Peer Server 1.3xx using token ring as the transport.
It is true that if you install the full Peer Server kit you will install
DNADLI 321. I am not sure what version the customer is running.

The test machine I am using has DNADLI 321.  There is no "set token
ring ..." option in ncl for the version I have.  I can do a
"ncl < show token ring station * all" and get valid output.



From setld -i
--------------------------------------------
--
DNABASE320      installed       DECnet/OSI Base Components (DECnet/OSI Standard
Run-time Environment)

DNADLI321       installed       DECnet/OSI Datalink Components (DECnet/OSI Stand
ard Run-time Environment)

DNANETMAN321    installed       DECnet/OSI Network Management (DECnet/OSI Standa
rd Run-time Environment)


From NCL
---------------------------------------------
  
ncl> show token ring station * all

Node 0 TOKEN RING Station TRN-0
AT 1997-05-13-09:01:39.490-04:00I1.424

Identifiers

    Name                              = TRN-0

Status

    State                             = On
    Link State                        = Running
    Transparent Source Routing        = Enabled
    UID                               = 86FDCAE0-C916-11D0-800E-00009308529F
    ROM Address                       = 00-00-93-08-52-9f
    MAC Address                       = 00-00-93-08-52-9f
    Group Addresses                   =
        {
            00-00-93-08-52-9f ,
            cf-00-00-00-00-00 ,
            cf-00-00-00-00-00
        }

-----------------------------------------------------------------------



I was going to upgrade the test machine I am using to DecNet OSI 3.2B and then
test the "set token ring ..." option in ncl.

Will this allow us to use the "set token ring ..." command ?

If you need any other information let me know.

++++++++++++++++++++++++++++++++++++++++++++++++++++++



Thanks,

Jim Kelly