OSI/AS Configuration and Management Manual

Installing and Configuring the Subsystem
OSI/AS Configuration and Management Manual424119-001
4-32
Adding TSEL ENTRY Objects
connections to the address are configured with protocol values associated with the
local NSAP address.
Register remote SNPA addresses at the same time that you register remote NSAP
addresses. You do not have to add remote SNPA addresses separately, as you do in
the case of local NSAP and SNPA addresses.
If you are using an X.25 network that implements the 1980 X.25 standard, you must
specify NETADDR-MODE X25-1980, as in the second example. If you are using an
X.25 network that implements the 1984 standard, or if you are using any LAN, you
can specify NETADDR-MODE NORMAL or you can let this parameter default to
NORMAL.
Adding TSEL ENTRY Objects
Add TSEL ENTRY objects to configure the Session Layer of your subsystem; TSEL
ENTRY objects specify the TAPS server and, optionally, specify the Session Layer
PROFILE.
Example 1: One TSEL to One TAPS Process
The following command adds a TSEL ENTRY object:
ADD ENTRY $OSIM.#TSEL.0002, L5SERVER $OSIM.#TAPS.TAPS1 &
, L5PROFILE $OSIM.#L5.L5VSN2
The command and object-spec register the TSEL 0002 with the OSI manager process
$OSIM:
ADD ENTRY $OSIM.#TSEL.0002
The first attribute-spec assigns the TAPS process $OSIM.#TAPS.TAPS1 as the
server process for the TSEL you identified in object-spec:
L5SERVER $OSIM.#TAPS.TAPS1
This means that this TAPS process handles all connections that use TSEL 0002.
The second attribute-spec associates an L5PROFILE object called L5VSN2 to
the local TSEL address 0002:
L5PROFILE $OSIM.#L5.L5VSN2
The OSI manager process uses the configuration values contained in this L5PROFILE
object to configure the Session Layer subdevice. (Although you can assign an
L5PROFILE object to a remote TSEL, the OSI manager process ignores it.)
Example 2: Two TSEL Selectors to One TAPS Process
The following two commands register two TSEL selectors and assign them to the same
TAPS process.
ADD ENTRY $OSIM.#TSEL.0001, L5SERVER $OSIM.#TAPS.OSI5A
ADD ENTRY $OSIM.#TSEL.0002, L5SERVER $OSIM.#TAPS.OSI5A