OSI/AS Configuration and Management Manual

Examples of Configuration Command Files
OSI/AS Configuration and Management Manual424119-001
A-9
OSI/AS Over a LAN, Using ES-IS Routing Exchange
Protocol
OSI/AS Over a LAN, Using ES-IS Routing
Exchange Protocol
The source code file for this example is provided as part of the OSI/AS software. It
resides (by default) in $SYSTEM.ZOSIAS.EXCFG4.
=============================================================
== File: EXCFG4
==
== Example command file for configuring OSI/AS over a LAN,
== using ES-IS routing exchange protocol.
== SCF must be running before you use the SCF OBEY command
== to invoke this file.
==
== NOTE: To use this command file, you must put in names
== and addresses to reflect your environment.
=============================================================
== Guardian commands for preparing the subsystem:
=============================================================
==
== Clean up the OSI/AS subsystem!
==
stop process $OSIM
stop process $TAPS1
stop process $TSP1
==
== Create new MIB.
==
fup purge (ZOSIDB,ZOSIDB0) !
fup /in dbfup/
==
== Create new OSI manager process.
==
$SYSTEM.SYS01.OSIMGR/nowait, name $OSIM, swap $DISK1 &
, cpu 2/ 3
=============================================================
== 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.
=============================================================