Avaya Writing Technician Interface Scripts Manuel d'utilisateur Page 110

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 116
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 109
Writing Technician Interface Scripts
A-36
308660-14.00 Rev 00
#
# 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...
#
Vue de la page 109

Commentaires sur ces manuels

Pas de commentaire