Avaya Writing Technician Interface Scripts Manuale Utente Pagina 80

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 116
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 79
Writing Technician Interface Scripts
A-6
308660-14.00 Rev 00
:FI_HELP_SHOW:
echo “FDDI Show Command Help”
echo “----------------------”
echo
echo “show fddi <option>”
echo “ Where option is one of the following:”
echo “ ?”
echo “ alerts”
echo “ base [circuit <circuit name>]”
echo “ disabled”
echo “ enabled”
echo “ hwfilters”
echo “ mac [circuit <circuit name>]”
echo “ port”
echo “ receive errors [circuit <circuit name>]”
echo “ sample [<period in seconds>] [circuit <circuit name>]”
echo “ smt [circuit <circuit name>]”
echo “ stats [circuit <circuit name>]”
echo “ system errors [circuit <circuit name>]”
echo “ transmit errors [circuit <circuit name>]”
echo “ version”
goto :FI_END:
################################################################
#
# Base or Module screen...
#
################################################################
:FI_BASE:
#
# check for circuit name to match on...
#
if $# = 2 then ; goto :FI_BASE_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_BASE_NM:
setenv nextflag “”
setenv pattern “”
setenv nextid “*”
array attr wfFDDICct wfFDDIState wfFDDIEnable wfFDDISlot
array -a attr wfFDDINode wfFDDIMadr/MAC_ADDRESS wfFDDIBofl
array -a attr wfFDDIBoflTmo wfFDDIMtu wfFDDIHardwareFilter
Vedere la pagina 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 115 116

Commenti su questo manuale

Nessun commento