OSI/MHS Configuration and Management Manual

Examples of Configuration Files
OSI/MHS Configuration and Management Manual424827-003
A-40
OSI/AS and OSI/TS Configuration Command File for
MTA2
== ==
=============================================================
ASSUME PROCESS $VOSI
== assign X.25 IOPs
ADD #NSP.X25A, NAME $SX1
== define TSP
ADD #TSP.VTS1, NAME $VTS1, CPU 1, BACKUPCPU 0, &
CODEFILE TSPOBJ
== Define TAPS
ADD #TAPS.VAS1, NAME $VAS1, CPU 1, BACKUPCPU 0, &
CODEFILE TAPSOBJ
== Start TSP and TAPS
PARAM TSP^PROTO^ID ON
START PROCESS #TSP.VTS1
START PROCESS #TAPS.VAS1
=============================================================
== ==
============== Configure common PROFILE section ===========
== ==
=============================================================
== Define L4 profiles (class 0 for X.25, class 4 for LAN)
ADD PROFILE #L4.L4WAN, CLASS 0
=============================================================
== ==
================== Configure OSI addresses ================