OSI/TS SCF Reference Manual
Examples of Command Files
OSI/TS SCF Reference Manual—424832-001
C-10
OSI/TS on a LAN with Full-IP and ES-IS
== previous, generic, LAN example command file.
=============================================================
alter service ($tsp1.#L3, $tsp2.#L3), ipnulllayer on &
, esisenable off
alter service ($tsp1.#L4, $tsp2.#L4), class 4
=============================================================
== Add and start local (initiating) subdevice.
== The MAC address of $lam1 is 08008e000018.
== The MAC address of $lam2 is 08008e0002e3.
=============================================================
add su $tsp1.#ipa000, nspdevice $lam1 &
, lanlocalsnpa "fe08008e000018" &
, lanremotesnpa "fe08008e0002e3" &
, localnsap "fe08008e000018" &
, remotensap "fe08008e0002e3" &
, remotetsel "4321"
start su $tsp1.#ipa000
=============================================================
== Add remote (responding) subdevice.
== The MAC address of $lam1 is 08008e000018.
== The MAC address of $lam2 is 08008e0002e3.
=============================================================
assume
add su $tsp2.#ipb000, nspdevice $lam2 &
, lanlocalsnpa "fe08008e0002e3" &
, localnsap "fe08008e0002e3" &
, localtsel "4321"
==
start su $tsp2.#ipb000