OSI/AS Configuration and Management Manual
Examples of Configuration Command Files
OSI/AS Configuration and Management Manual—424119-001
A-6
OSI/AS Over an X.25 Network, Using SNDCF
==== Assign X25AM 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
===
===== Add a name for the remote application.
====
add entry $OSIM.#appl.apb1 &
, psel 66b1, ssel 55b1 &
, tsel 44b1, nsap 33b1
============================================================
== Start the processes.
============================================================
start process $OSIM.#tsp.TSP1
start process $OSIM.#taps.TAPS1
exit