Avaya Writing Technician Interface Scripts Bedienungsanleitung Seite 50

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 122
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 49
Writing Technician Interface Scripts
2-16 114089 Rev. A
The following example is an excerpt from a script file showing how to use the
instenv command.
instenv ip_ wfIpInterfaceEntry
echo “Size of array :{ip_[0]}”
let i = 1
:LOOP:
if $i > ${ip_[0]} then; goto :DONE:
setenv ipstate wfIpInterfaceEntry.wfIpInterfaceState.${ip_[$i]}
setenv ipaddr wfIpInterfaceEntry.wfIpInterfaceAddr.${ip_[$i]}
echo “$i: IP Address: $($ipaddr) State: $($ipstate)”
let i = $i + 1
goto :LOOP:
:DONE:
Seitenansicht 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 121 122

Kommentare zu diesen Handbüchern

Keine Kommentare