From:	SMTP%"system@kvark.volvo.se" 23-MAR-1995 10:31:38.72
To:	EVERHART
CC:	
Subj:	Re: Q: How do you connect to terminal servers with OSI NCL?

X-Newsgroups: comp.os.vms
From: system@kvark.volvo.se
Subject: Re: Q: How do you connect to terminal servers with OSI NCL?
Nntp-Posting-Host: kvark.volvo.se
Sender: news@volvo.se (News Pseudo user)
Organization: Volvo Data AB, Gotenburg, Sweden.
Date: Thu, 23 Mar 1995 12:33:21 GMT
Message-ID: <D5w87M.Iy4@volvo.se>
Reply-To: system@kvark.volvo.se
Lines: 65
To: Info-VAX@Mvb.Saic.Com
X-Gateway-Source-Info: USENET

In article <3kmi0a$7nh@oac4.hsc.uth.tmc.edu>, cooper@utsph.sph.uth.tmc.edu writes:
>Hi,
>      I recently upgrade to OSI and have been un-able to find the equilvalent
>NCP command CONNECT VIA MNA-0 ADDRESS aabbccddeeff
>
>Is there an equilvalent command for this under NCL and if so could someone
>provide it for me or point me as to where I can find out about it in the
>manual...I cannot find any reference but since NCL is so new to me I might
>not be interperting the manual correctly for this
>
>Thanks
>Charlie
>cooper@utsph.sph.uth.tmc.edu
>

Yes,
It's SET HOST/MOP name-of-node

First map name-of-node with name-of-node's ethernet address

mc ncl
NCL> CREATE NODE 0 MOP CLIENT name-of-node
NCL> SET NODE 0 MOP CLIENT name-of-node CIRCUIT CSMACD-0
NCL> SET NODE 0 MOP CLIENT name-of-node ADDRESS = {AA-00-04-00-44-08}
         Change to name-of-node's ethernet address ^^^^^^^^^^^^^^^^^
NCL> SET NODE 0 MOP CLIENT name-of-node VERIFICATION = %X0000000000000000
NCL> exit
Ready

Now try
$ SET HOST/MOP name-of-node

If you want this to be permanent, then edit
	SYS$SYSROOT:[SYSMGR]NET$MOP_CLIENT_LOCAL.NCL

Here is an example of my NET$MOP_CLIENT_LOCAL.NCL

CREATE NODE 0 MOP CLIENT SE_GOT_DA20
SET NODE 0 MOP CLIENT SE_GOT_DA20 CIRCUIT CSMACD-0
SET NODE 0 MOP CLIENT SE_GOT_DA20 ADDRESS = {AA-00-04-00-46-08}
SET NODE 0 MOP CLIENT SE_GOT_DA20 VERIFICATION = %X0000000000000000
!SET NODE 0 MOP CLIENT SE_GOT_DA20 PHASE IV HOST NAME KVARK
!SET NODE 0 MOP CLIENT SE_GOT_DA20 PHASE IV HOST ADDRESS 2.22
!
!
!*  MOP Client SE_GOT_DA16 added 20-OCT-1993 13:25:06.99 by SYSTEM
CREATE NODE 0 MOP CLIENT SE_GOT_DA16
SET NODE 0 MOP CLIENT SE_GOT_DA16 CIRCUIT CSMACD-0
SET NODE 0 MOP CLIENT SE_GOT_DA16 ADDRESSES = {AA-00-04-00-45-08}
SET NODE 0 MOP CLIENT SE_GOT_DA16 VERIFICATION = %X0000000000000000
SET NODE 0 MOP CLIENT SE_GOT_DA16 PHASE IV HOST NAME KVARK
SET NODE 0 MOP CLIENT SE_GOT_DA16 PHASE IV HOST ADDRESS 2.22
SET NODE 0 MOP CLIENT SE_GOT_DA16 PHASE IV CLIENT NAME DA16
SET NODE 0 MOP CLIENT SE_GOT_DA16 PHASE IV CLIENT ADDRESS 2.69
!

Mybe there are other way's to do'it, but this works fine

Regard Sven


	 !!!				Sven Sorquist, Volvo Data Corp
	/@ @\				E-mail	-> sven@kvark.volvo.se
	\ " /				Phone	-> +46 31 669619
	  ~				Fax	-> +46 31 662500
