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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 116
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 105
Writing Technician Interface Scripts
A-34 117382-A Rev. A
#
# 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...
#
Vista de página 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 115 116

Comentários a estes Manuais

Sem comentários