Avaya Writing Technician Interface Scripts Manuale Utente Pagina 89

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 122
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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”
Vedere la pagina 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 121 122

Commenti su questo manuale

Nessun commento