Avaya Writing Technician Interface Scripts Instrukcja Użytkownika Strona 109

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 116
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 108
Sample Scripts
117382-A Rev. A A-37
#
# Disable circuit...
#
:FI_DSBLC:
if $# != 3 then ; goto :FI_HELP_DSBL:
instenv list_ wfFddiEntry
if $list_0 = 0 then; goto :FI_DSBLNF:
setenv matchcct “$3”
if “$matchcct” = “” then ; goto :FI_END:
let i = 1
# Search for circuit with matching name
:FI_DSBLLP:
on error :FI_DSBLNXT:
if $i > $list_0 then; goto :FI_DSBLNF:
let cctnum = $(wfFddiEntry.wfFDDICct.${list_[$i]})
gosub :GETCCTNAME:
if -ic “$matchcct” != “$cctname” then ; goto :FI_DSBLNXT:
# Found it!
set wfFddiEntry.wfFDDIEnable.${list_[$i]} 2
echo “FDDI circuit $cctname disabled.”
commit
goto :FI_END:
:FI_DSBLNXT:
let i = $i + 1
goto :FI_DSBLLP:
:FI_DSBLNF:
echo “FDDI circuit $3 not found.”
goto :FI_END:
#
# Disable connector...
#
Przeglądanie stron 108

Komentarze do niniejszej Instrukcji

Brak uwag