OSI/AS Configuration and Management Manual

Examples of Configuration Command Files
OSI/AS Configuration and Management Manual424119-001
A-15
OSI/AS, Large Application, Over an X.25 Network
====
add entry $OSIM.#tsel.44b1
====
==== Add a name for each local application
specify servers
==== and profiles as required.
====
==== Note that the same address can be supported by
==== different servers. This allows many connections
==== to a single address.
====
==== Note also that the choice of L3, L4, and L5 profiles
==== in this example is not tied to address components
==== (for example, an L4 profile is not tied to the
==== NSAP). This is different from the other examples.
====
==== Because a server and profile are not specified in the
==== first appl entry, the server and profile will default
==== to that specified in the nsap 33a1 entry.
====
add entry $OSIM.#appl.apa1, aequalifier 12345678 &
, aptitle ( 1 5 99 ) &
, psel 66a1, ssel 55a1 &
, tsel 44a1 &
, nsap 33a1
add entry $OSIM.#appl.apa2, aequalifier 12345678 &
, aptitle ( 1 5 99 ) &
, psel 66a1, ssel 55a1 &
, L5server $OSIM.#taps.TAPS2 &
, L5profile $OSIM.#L5.L5prof2 &
, tsel 44a1 &
, L4server $OSIM.#tsp.TSP2 &
, L4profile $OSIM.#L4.L4prof2 &
, nsap 33a1 &
, L3server $OSIM.#nsp.X252 &
, L3profile $OSIM.#L3.L3prof2
add entry $OSIM.#appl.apa3, aequalifier 12345678 &
, aptitle ( 1 5 99 ) &
, psel 66a1, ssel 55a1 &
, L5server $OSIM.#taps.TAPS3 &
, L5profile $OSIM.#L5.L5prof2 &
, tsel 44a1 &
, L4server $OSIM.#tsp.TSP3 &
, L4profile $OSIM.#L4.L4prof2 &
, nsap 33a1 &
, L3server $OSIM.#nsp.X253 &
, L3profile $OSIM.#L3.L3prof2
====
==== Put entries for additional local applications here.
====
==== Add a name for each remote application; specify
==== profiles as required.
====
add entry $OSIM.#appl.apb1 &
, psel 66b1, ssel 55b1 &
, tsel 44b1, nsap 33b1
============================================================
== Start the processes.
============================================================
start process $OSIM.#tsp.TSP1
start process $OSIM.#tsp.TSP2
start process $OSIM.#tsp.TSP3
start process $OSIM.#taps.TAPS1
start process $OSIM.#taps.TAPS2