OSI/AS Configuration and Management Manual
Routine Management Tasks
OSI/AS Configuration and Management Manual—424119-001
5-18
Adding PROFILE Objects
Assigning Layer 3 Profiles
You assign Layer 3 PROFILE objects to SNPA addresses by altering or adding SNPA
ENTRY objects. (If your configuration allows APPL ENTRY objects, you can specify
L3PROFILES in APPL ENTRY objects instead. See Configuring Connections
on
page 4-20.) In the case where you add an SNPA ENTRY object, you also need to assign
the SNPA address to an NSAP ENTRY object. The following sequence of commands
illustrates the dependencies:
ADD PROFILE $OSIM.#L3.NPFILE1, X25DESTADDR “123402”
, X25PORT 02
ADD ENTRY $OSIM.#SNPA.1234 , L3SERVER $OSIM.#NSP.X25A &
, L3PROFILE $OSIM.#L3.NPFILE1
ADD ENTRY $OSIM.#NSAP.9A0001 , SNPA 1234 &
, L4SERVER $OSIM.#TSP.#X25A &
, NETADDR-MODE X25-1980
The first command configures the Layer 3 PROFILE object NPFILE1 with the X.25
destination address 123402 (the SNPA address concatenated with the port number).
The second command associates this PROFILE object with the SNPA address 1234. At
the same time, this command assigns the X25AM process $OSIM.#NSP.X25A to handle
connections through this SNPA. The effect is that subdevices that use SNPA 1234 send
all outgoing call requests to the X.25 destination address 123402.
The third command registers the NSAP address 9A0001 and associates this address with
SNPA 1234. At the same time, this command assigns the TSP process
$OSIM.#TSP.X25A to handle all connections that use this NSAP. The effect is that
applications that are assigned NSAP 9A0001 send all outgoing call requests to the X.25
destination address 123402. The command also specifies addressing for a network
implemented according to the 1980 X.25 standard.
Assigning Layer 4 Profiles
Assign Layer 4 PROFILE objects to NSAP addresses by altering or adding NSAP
ENTRY objects. (If your configuration allows APPL ENTRY objects, you can specify
L4PROFILES in APPL ENTRY objects instead. Configuring Connections on
page 4-20.) When adding an NSAP ENTRY object, you may also need to add or alter
APPL ENTRY objects to assign applications to the new NSAP address. (Note that
applications can specify NSAP addresses directly in session connection request
procedures. In this case, you do not need to add or alter APPL ENTRY objects.)
The following sequence of commands illustrates the dependencies:
ADD PROFILE $OSIM.#L4.TPFILE1, CLASS 3, MULTIPLEX ON
ADD ENTRY $OSIM.#NSAP.9B0001, L4SERVER $OSIM.#TSP.X25A &
, SNPA 1234 &
, L4PROFILE $OSIM.#L4.TPFILE1
ADD ENTRY $OSIM.#APPL.LOCAL1, NSAP 9B0001, TSEL 0002 &
, SSEL 0002, PSEL 0002