Avaya Writing Technician Interface Scripts Manual do Utilizador Página 110

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 116
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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...
#
Vista de página 109

Comentários a estes Manuais

Sem comentários