Avaya Writing Technician Interface Scripts Manuale Utente Pagina 97

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 116
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 96
Sample Scripts
308660-14.00 Rev 00
A-23
################################################################
#
# MAC screen...
#
################################################################
:FI_MAC:
let i = 1
#
# check for circuit name to match on...
#
if $# = 2 then ; goto :FI_MAC_NM:
setenv cmd “$3”
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 $# != 4 then ; goto :FI_HELP_SHOW:
setenv matchcct “$4”
:FI_MAC_NM:
echo
echo “FDDI Modules MAC Parameters:”
echo “----------------------------”
echo
printf “%-4.4s %-4.4s %-8.8s %-17.17s %-17.17s %-4.4s %-9.9s \
%-10.10s\n” “” “” “” “ Upstream” “ Downstream” “TNeg” \
“Ring Mgmt” “ Ring Op”
printf “%-4.4s %-4.4s %-8.8s %-17.17s %-17.17s %-4.4s %-9.9s \
%-10.10s\n” “Slot” “Conn” “Circuit” “ Neighbor” \
“ Neighbor” “(ms)” “ State” “ Count”
printf “%-4.4s %-4.4s %-8.8s %-17.17s %-17.17s %-4.4s %-9.9s \
%-10.10s\n” “----” “----” “--------” “-----------------” \
“-----------------” “----” “---------” “----------”
instenv list_ wfFddiMacEntry
Vedere la pagina 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 115 116

Commenti su questo manuale

Nessun commento