OSI/AS and OSI/TS Supplement (Includes RFC-1006 Support)

OSI/TS Configuration Example
RFC-1006 Configuration Command Files
4–6 107751 Tandem Computers Incorporated
== before you use the OBEY command to invoke this file.
==
== NOTE: Before using this command file, 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 0, pri 170/1
tspobj/name $tsp2, nowait, cpu 1, pri 170/0
confirm on
version process ($tsp1, $tsp2)
=============================================================
== Add local (initiating) subdevices.
== IP address can be entered in dotted decimal notation
== or in an eight-digit hex string.
=============================================================
add su $tsp1.#sub1 , class 0 &
, nspdevice $ztc0 &
, localtsel "505152" &
, remotetsel "404142" &
, localnsap "130.252.111.25" &
, remotensap "133.205.1.57" &
, tpdusize 1024
add su $tsp1.#sub2 , class 0 &
, nspdevice $ztc0 &
, localtsel "707172" &
, remotetsel "606162" &
, localnsap "130.252.111.32" &
, remotensap "133.205.1.64" &
, tpdusize 65531
=============================================================
== Add remote (responding) subdevices.
== IP address can be entered in dotted decimal notation
== or in an eight-digit hex string.
=============================================================
add su $tsp2.#sub1 , class 0 &