Avaya Writing Technician Interface Scripts Manuel d'utilisateur Page 102

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 122
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 101
1 2 ... 97 98 99 100 101 102 103 104 105 106 107 ... 121 122

Commentaires sur ces manuels

Pas de commentaire