OSI/TS Configuration and Management Manual

Configuring the OSI/TS Subsystem
OSI/TS Configuration and Management Manual424831-001
3-29
Command File for Configuring OSI/TS Over a LAN,
Using ES-IS Routing Exchange Protocol
==
== 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
=============================================================
== Alter service to enable ES-IS routing exchange protocol.
==
== Even though ESISENABLE ON is the default, the parameter
== is specifically set to ON in this example to avoid
== confusion.
==
== NOTE: Since you must alter the service to enable ES-IS
== routing exchange protocol, you cannot simply add these
== SCF commands to the previous, generic, LAN example
== command file.
=============================================================
alter service ($tsp1.#L3, $tsp2.#L3), esisenable on
alter service ($tsp1.#L4, $tsp2.#L4), class 4
=============================================================
== Add local (initiating) subdevices.
== The MAC address of $lam1 is 08008e000018.
== The MAC address of $lam2 is 08008e0002e3.
==
== NOTE: Since you are using ES-IS routing exchange
== protocol, you don't need to hard code LANREMOTESNPA.
== In addition, the value for LANLOCALSNPA is automatically
== determined by OSI/TS.
=============================================================
add su $tsp1.#esis1a, nspdevice $lam1 &
, remotetsel "22aa" &
, localnsap "11aa", remotensap "22aa"
add su $tsp1.#esis1b, like $tsp1.#esis1a &
, remotetsel "22bb"
=============================================================
== Add remote (responding) subdevices.
== The MAC address of $lam1 is 08008e000018.
== The MAC address of $lam2 is 08008e0002e3.
==
== NOTE: Since you are using ES-IS routing exchange
== protocol, you don't need to hard code LANREMOTESNPA.
=============================================================
add su $tsp2.#esis2a, nspdevice $lam2 &
, localtsel "22aa" &
, localnsap "22aa"
add su $tsp2.#esis2b, like $tsp2.#esis2a &
, localtsel "22bb"
==
start su ($tsp1.*, $tsp2.*)