OSI/TS Configuration and Management Manual

Configuring the OSI/TS Subsystem
OSI/TS Configuration and Management Manual424831-001
3-30
Command File for Configuring OSI/TS Over a LAN,
Using IP null
Command File for Configuring OSI/TS Over a
LAN, Using IP null
This is an example of a command file to configure a loopback test over a LAN, using
the inactive subset of the IP. In this configuration, there are two TSP processes: $tsp1 is
the local process (the initiator), and $tsp2 is the remote process (the responder). Each
TSP process has ES-IS routing exchange protocol disabled and IP null enabled, and is
configured with one subdevice. Connections can be made between the two IP null
subdevices.
The source code file for this example is provided as part of the OSI/TS software. It
resides (by default) in the volume and subvolume $SYSTEM.ZOSITS. The source code
for this example is provided in the file EXCFG5, as follows:
=============================================================
== File: EXCFG5
==
== Example command file for configuring and starting
== processes and subdevices for OSI/TS over a LAN
== (using TLAM/PAM), using the inactive subset of the IP
== (IP null enabled). SCF must be running before you use
== the OBEY command to invoke this file.
==
== NOTE: To use this command file for your subsystem, you
== must supply names and addresses that reflect your
== environment.
=============================================================
==
allow all errors
==
== Abort any processes and subdevices that are running and
== that have the same name as you are configuring.
==
abort su ($tsp1.*, $tsp2.*)
== Allow time to clean up all SUs.
delay 10
abort process ($tsp1, $tsp2)
==
== Run TSPOBJ to create and start the TSP processes.
==
tspobj/name $tsp1, nowait, cpu 1, pri 170/2
tspobj/name $tsp2, nowait, cpu 1, pri 170/2
confirm on
=============================================================
== Alter service to enable IP null and disable ES-IS routing
== exchange protocol.
==
== NOTE: Since you must alter the service to enable IP
== null, you cannot simply add these SCF commands to the
== previous, generic, LAN example command file.
=============================================================
alter service ($tsp1.#L3, $tsp2.#L3), ipnulllayer on &
, esisenable off