OSI/AS SCF Reference Manual

Table Of Contents
OSI/AS SCF Examples of Configuration Command
Files
OSI/AS SCF Reference Manual424121-001
C-11
OSI/AS on a LAN With Full-IP and ES-IS
== SCF commands for configuring the subsystem:
=============================================================
allow all errors
=============================================================
== Configure OSI manager process.
=============================================================
alter subsys $OSIM, mib ZOSIDB
start process $OSIM
version $OSIM
=============================================================
== Define NSP, TSP, and TAPS processes.
=============================================================
add process $OSIM.#nsp.LAM1, name $LAM1
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 ES-IS routing exchange protocol.
=============================================================
add profile $OSIM.#L5.L5p1, vsn1 off, vsn2 on
add profile $OSIM.#L4.L4p1, class 4
alter service $OSIM.#L3, esisenable on
=============================================================
== Define entries.
=============================================================
====
==== Assign TLAM (PAM for G06 and later) NSP process
==== to local SNPA.
add entry $OSIM.#snpa.fe08008e000010 &
, server $OSIM.#nsp.LAM1
====
==== Assign TLAM (PAM for G06 and later) NSP process
==== to remote SNPA. (This is not needed with ES-IS
==== routing exchange protocol.) Add TSP process, SNPA,
==== and profile to local NSAP>
add entry $OSIM.#nsap.33a1, server $OSIM.#tsp.TSP1 &
, snpa fe08008e000010 &
, profile $OSIM.#L4.L4p1
====
==== Add address information for remote NSAP. (Remote SNPA
==== is not needed with ES-IS routing exchange protocol.)
====
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.