Avaya Writing Technician Interface Scripts Uživatelský manuál Strana 110

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 120
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 109
Writing Technician Interface Scripts
A-34
#
# Enable circuit...
#
:FI_ENBLC:
if $# != 3 then ; goto :FI_HELP_ENBL:
instenv list_ wfFddiEntry
if $list_0 = 0 then; goto :FI_ENBLNF:
setenv matchcct “$3”
if “$matchcct” = “” then ; goto :FI_END:
let i = 1
# Search for circuit with matching name
:FI_ENBLLP:
on error :FI_ENBLNXT:
if $i > $list_0 then; goto :FI_ENBLNF:
let cctnum = $(wfFddiEntry.wfFDDICct.${list_[$i]})
gosub :GETCCTNAME:
if -ic “$matchcct” != “$cctname” then ; goto :FI_ENBLNXT:
# Found it!
set wfFddiEntry.wfFDDIEnable.${list_[$i]} 1
echo “FDDI circuit $cctname enabled.”
commit
goto :FI_END:
:FI_ENBLNXT:
let i = $i + 1
goto :FI_ENBLLP:
:FI_ENBLNF:
echo “FDDI circuit $3 not found.”
goto :FI_END:
#
# Enable connector...
#
Zobrazit stránku 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 119 120

Komentáře k této Příručce

Žádné komentáře