OSI/AS Configuration and Management Manual

Examples of Configuration Command Files
OSI/AS Configuration and Management Manual424119-001
A-12
OSI/AS Over a LAN, Using IP null
add profile $OSIM.#L5.L5p1, vsn1 off, vsn2 on
add profile $OSIM.#L4.L4p1, class 4
add profile $OSIM.#L3.L3p1, ipnulllayer on
=============================================================
== Define entries.
=============================================================
====
==== Assign TLAM (PAM for G06 and above releases) NSP process to local SNPA.
add entry $OSIM.#snpa.fe08008e000010 &
, server $OSIM.#nsp.LAM1 &
, profile #L3.L3p1
====
==== Assign TLAM (PAM for G06 and above releases) NSP process to remote SNPA.
add entry $OSIM.#snpa.fe08008e000a3e
====
==== Add TSP process, SNPA, and profile to local NSAP.
add entry $OSIM.#nsap.fe08008e000010 &
, server $OSIM.#tsp.TSP1 &
, snpa fe08008e000010 &
, profile $OSIM.#L4.L4p1
====
==== Add address information for remote NSAP.
add entry $OSIM.#nsap.fe08008e000a3e, snpa fe08008e000a3e
====
==== 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 fe08008e000010
====
==== Add a name for the remote application.
add entry $OSIM.#appl.apb1 &
, psel 66b1, ssel 55b1 &
, tsel 44b1, nsap fe08008e000a3e
=============================================================
== Start the processes.
=============================================================
start process $OSIM.#tsp.TSP1
start process $OSIM.#taps.TAPS1
exit