OSI/AS SCF Reference Manual

Table Of Contents
OSI/AS SCF Examples of Configuration Command
Files
OSI/AS SCF Reference Manual424121-001
C-5
OSI/AS on an X.25 Network
start process $OSIM.#taps.TAPS1
exit
=============================================================
== Define NSP, TSP, and TAPS processes.
=============================================================
add process $OSIM.#nsp.X251, name $X251
add process $OSIM.#tsp.TSP1, name $TSP1 &
, codefile $SYSTEM.SYS01.TSPOBJ
add process $OSIM.#taps.TAPS1, name $TAPS1 &
, codefile $SYSTEM.SYS01.TAPSOBJ
============================================================
== Define profiles. (If you want to configure VSN1 ON,
== then use the default #L5 service.)
============================================================
add profile $OSIM.#L5.L5p1, vsn1 off, vsn2 on
add profile $OSIM.#L4.L4p1, class 3, altclass 2, multiplex on
add profile $OSIM.#L3.L3p1, x25destaddr "1212566500" &
, x25port 3
============================================================
== Define entries.
============================================================
====
==== Assign NSP process and profile to SNPA.
====
add entry $OSIM.#snpa.a1b1 &
, server $OSIM.#nsp.x251 &
, profile $OSIM.#L3.L3p1
====
==== Add TSP process, SNPA, and profile to local NSAP.
====
add entry $OSIM.#nsap.33a1, server $OSIM.#tsp.TSP1 &
, snpa a1b1, profile $OSIM.#L4.L4p1
====
==== Add address information for remote NSAP.
==== (SNPA assignment is not needed for remote NSAPs.)
====
add entry $OSIM.#nsap.33b1
====
==== Add TSEL information for local TSEL.
====
add entry $OSIM.#tsel.44a1 &
, server $OSIM.#taps.TAPS1 &
, profile $OSIM.#L5.L5p1
====
==== Add address information for remote TSEL.
====
add entry $OSIM.#tsel.44b1
====
==== Add a name for the local application.
====
add entry $OSIM.#appl.apa1, aequalifier 12345678 &
, aptitle ( 1 5 99 ) &
, psel 66a1, ssel 55a1 &
, tsel 44a1, nsap 33a1