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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 122
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 84
Sample Scripts
114089 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/91351/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 84
1 2 ... 80 81 82 83 84 85 86 87 88 89 90 ... 121 122

Comentários a estes Manuais

Sem comentários