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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 120
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 90
Sample Scripts
A-15
################################################################
#
# Receive Errors screen...
#
################################################################
:FI_RCV:
if $# < 3 then; goto :FI_Rx1:
let cmdlen = strlen(“$3”)
let i = strindex(“errors”, “$3”)
if $i = 1 then ; if $cmdlen >= 3 then ; goto :FI_Rx1:
goto :FI_HELP:
:FI_Rx1:
let i = 1
#
# check for circuit name to match on...
#
if $# <= 3 then ; goto :FI_RCV_NM:
setenv cmd “$4”
let len = strlen(cmd)
if $len < 3 then ; goto :FI_HELP_SHOW:
let j = strindex(“circuit”, cmd)
if $j != 1 then ; goto :FI_HELP_SHOW:
if $# != 5 then ; goto :FI_HELP_SHOW:
setenv matchcct “$5”
:FI_RCV_NM:
setenv nextflag “”
setenv pattern “”
setenv nextid “*”
array attr wfFDDICct wfFDDISlot wfFDDINode wfFDDICrcErrRx
array -a attr wfFDDIOverrunRx wfFDDIInvalidFrameStatusRx
array -a attr wfFDDIMacErrRx wfFDDIRxOversizedFrames
enum 1 Cct Slot Node CrcErrRx OverrunRx InvalidFrame MacErrRx i
enum $i RxOversized
echo
echo “FDDI Module Receive Errors:”
echo “---------------------------”
echo
Vista de página 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 119 120

Comentários a estes Manuais

Sem comentários