OSI/AS Configuration and Management Manual
Examples of Configuration Command Files
OSI/AS Configuration and Management Manual—424119-001
A-14
OSI/AS, Large Application, Over an X.25 Network
add process $OSIM.#tsp.TSP2, name $TSP2 &
, codefile $SYSTEM.SYS01.TSPOBJ
add process $OSIM.#tsp.TSP3, name $TSP3 &
, codefile $SYSTEM.SYS01.TSPOBJ
=============================================================
== Define TAPS processes.
=============================================================
add process $OSIM.#taps.TAPS1, name $TAPS1 &
, codefile $SYSTEM.SYS01.TAPSOBJ
add process $OSIM.#taps.TAPS2, name $TAPS2 &
, codefile $SYSTEM.SYS01.TAPSOBJ
add process $OSIM.#taps.TAPS3, name $TAPS3 &
, codefile $SYSTEM.SYS01.TAPSOBJ
============================================================
== Define profiles. (Set up several profiles you may want
== to use.)
============================================================
add profile $OSIM.#L5.L5prof1, vsn1 off, vsn2 on
add profile $OSIM.#L5.L5prof2, vsn1 on, vsn2 on
====
==== Put additional L5 profile variants here.
====
add profile $OSIM.#L4.L4prof1, class 3, altclass 2 &
, multiplex on
add profile $OSIM.#L4.L4prof2, class 4, altclass 2 &
, multiplex on
====
==== Put additional L4 profile variants here.
====
add profile $OSIM.#L3.L3prof1, x25destaddr "1212566500" &
, x25port 3
add profile $OSIM.#L3.L3prof2, x25destaddr "1212566500" &
, x25port 4
====
==== Put additional L3 profile variants here.
====
============================================================
== Define entries.
============================================================
====
==== Add local SNPA entry.
====
add entry $OSIM.#snpa.a1b1 &
, server $OSIM.#nsp.x251 &
, profile $OSIM.#L3.L3prof1
====
==== Assign SNPA to local NSAP address.
====
add entry $OSIM.#nsap.33a1, snpa a1b1 &
, server $OSIM.#tsp.TSP1 &
, profile $OSIM.#L4.L4prof1
====
==== Add address information for remote NSAP.
==== (SNPA assignment is not needed for remote NSAPs.)
====
add entry $OSIM.#nsap.33b1
====
==== Add entry for local TSEL.
====
add entry $OSIM.#tsel.44a1 &
, server $OSIM.#taps.TAPS1 &
, profile $OSIM.#L5.L5prof1
====
==== Add optional address information for remote TSEL
==== (necessary only when special profiles need to be
==== associated with those TSELs).