Avaya Writing Technician Interface Scripts Instrukcja Użytkownika Strona 102

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 122
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 101
Writing Technician Interface Scripts
A-24 114089 Rev. A
################################################################
#
# 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
Przeglądanie stron 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 121 122

Komentarze do niniejszej Instrukcji

Brak uwag