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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 116
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 78
Sample Scripts
117382-A Rev. A A-7
: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
enum 1 Cct State Enable Slot i
enum $i Node Madr Bofl i
enum $i BoflTmo Mtu HwFilter
echo
echo “FDDI Modules:”
echo “-------------”
gosub :FI_BASEHDR:
let i = 0
:FI_LOOP:
mi/jointfilesconvert/97390/bget -n wfFddiEntry attr $nextid value nextid
if “$nextid” = “END” then; let i = $i + 1; goto :FOOTER_AND_END:
let cctnum = ${value[$Cct]}
gosub :GETCCTNAME:
if “$matchcct” = “” then ; goto :FI_PRNTB:
if -ic “$matchcct” != “$cctname” then ; goto :FI_BASE_NXT:
let match_entries = $match_entries + 1
:FI_PRNTB:
gosub :FI_ONELINE:
#
# Do next circuit...
#
:FI_BASE_NXT:
let i = $i + 1
goto :FI_LOOP:
Vista de página 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 115 116

Comentários a estes Manuais

Sem comentários