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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 122
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 88
Sample Scripts
114089 Rev. A A-11
################################################################
#
# Print header for base/alerts/disabled/enabled screens...
#
################################################################
:FI_BASEHDR:
echo
printf “%-4.4s %-4.4s %-8.8s %-8.8s %-17.17s %-4.4s %-4.4s \
%-8.8s\n” “” “” “” “” “” “BOFL” “” “HW”
printf “%-4.4s %-4.4s %-8.8s %-8.8s %-17.17s %-4.4s %-4.4s \
%-8.8s\n” “Slot” “Conn” “Circuit” “State” “MAC Address” \
“TMO” “MTU” “Filter”
printf “%-4.4s %-4.4s %-8.8s %-8.8s %-17.17s %-4.4s %-4.4s \
%-8.8s\n” “----” “----” “--------” “--------” \
“-----------------” “----” “----” “--------”
return
################################################################
#
# Print one line for base/alerts/disabled/enabled screens...
#
################################################################
:FI_ONELINE:
printf “%4d %4d” ${value[$Slot]} \
${value[$Node]}
printf “%-8.8s” “$cctname”
if ${value[$Enable]} = 2 then; \
printf “%-8s” “Disabled” ; goto :FI_STATE_ESC:
if ${value[$State]} = 4 then ; printf “%-8s” “Not Pres” ; goto
:FI_STATE_ESC:
if ${value[$State]} = 3 then ; printf “%-8s” “Init” ; goto
:FI_STATE_ESC:
if ${value[$State]} = 2 then ; printf “%-8s” “Down” ; goto
:FI_STATE_ESC:
if $(wfFddiSmtEntry.wfFddiSmtCfState.$nextid) = 1 then; \
printf “%-8s” “Down” ; goto :FI_STATE_ESC:
if $(wfFddiMacExtEntry.wfFddiMacMaUnitDataEnable.$nextid) = 2 \
then; printf “%-8s” “LLC Off” ; goto :FI_STATE_ESC:
printf “%-8s” “Up”
Vista de página 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 121 122

Comentários a estes Manuais

Sem comentários