OSI/TS Configuration and Management Manual

Configuring the OSI/TS Subsystem
OSI/TS Configuration and Management Manual424831-001
3-34
Single TSP Process Supporting Multiple X25AM
Lines
abort su $tsp1.*
== Allow time to clean up all SUs.
delay 10
abort process $tsp1
==
== Run TSPOBJ to create and start the TSP processes.
==
tspobj/name $tsp1, nowait, cpu 0, pri 170/1
confirm on
=============================================================
== Configure and start X25AM lines.
=============================================================
assume line $x25a
abort,sub all
alter, framemode dce, svcrange (10,60), netid telenet, &
srcaddr "1234", pvcrange (1,9)
start
status $x25a, sub, detail
==
assume line $x25b
abort,sub all
alter, framemode dce, svcrange (10,60), netid telenet, &
srcaddr "4321", pvcrange (1,9)
start
status $x25b, sub, detail
==
assume line $x25c
abort,sub all
alter, framemode dce, svcrange (10,60), netid telenet, &
srcaddr "5678", pvcrange (1,9)
start
status $x25c, sub, detail
==
assume line $x25d
abort,sub all
alter, framemode dce, svcrange (10,60), netid telenet, &
srcaddr "8765", pvcrange (1,9)
start
status $x25d, sub, detail
==
version process $tsp1
=============================================================
== Add subdevices for line $X25A
=============================================================
add su $tsp1.#las01, nspdevice $x25a, x25port 01 &
, localtsel "31", class 3
add su $tsp1.#las02, like $tsp1.#las01
add su $tsp1.#las03, like $tsp1.#las01
=============================================================
== Add subdevices for line $X25B
=============================================================
add su $tsp1.#lbs01, like $tsp1.#las01, nspdevice $x25b
add su $tsp1.#lbs02, like $tsp1.#lbs01
add su $tsp1.#lbs03, like $tsp1.#lbs01
=============================================================