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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 122
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 111
Writing Technician Interface Scripts
A-34 114089 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 111
1 2 ... 107 108 109 110 111 112 113 114 115 116 117 ... 121 122

Comentários a estes Manuais

Sem comentários