OSI/AS SCF Reference Manual

Table Of Contents
OSI/AS SCF Examples of Configuration Command
Files
OSI/AS SCF Reference Manual424121-001
C-7
OSI/AS on an X.25 Network With SNDCF and
Full-IP
=============================================================
== Configure OSI manager process.
=============================================================
alter subsys $OSIM, mib ZOSIDB
start process $OSIM
version $OSIM
=============================================================
== 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.)
== Enable SNDCF.
============================================================
add profile $OSIM.#L5.L5p1, vsn1 off, vsn2 on
add profile $OSIM.#L4.L4p1, class 4
add profile $OSIM.#L3.L3p1, x25destaddr "1212566500" &
, x25port 9, ipx25sndcf on
============================================================
== Define entries.
============================================================
====
==== 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.