|
This appendix gives an overview of fddistat, the FDDI status utility, Cisco's monitoring tool for the CDDI and FDDI EISA HP adapters. This utility is a standalone application that works in conjunction with the FDDI driver. It supports SMT MIB and SNMP FDDI MIB specifications.
The fddistat utility was loaded into your system with the EISA HP adapter driver software. (See Chapter 3, "Installing the Workgroup EISA HP Adapter Software.")
The format of the fddistat command is as follows:
fddistat [-f fddiNum][-l] [-p] [-h]
-f fddiNum specifies the FDDI interface number of the EISA HP adapter you are gathering statistics for. The default is 1, or the first EISA HP adapter.
-l indicates that fddistat will display statistics in long form. The default is short. The long form displays a snapshot of statistics in the SMT and FDDI MIBs.
-p perpetually displays the short form of information. It provides continual updates to a basic set of data, which is useful for monitoring. This option will continue to display until you press Ctrl-c.
-h displays all fddistat options.
The short form provides you with most of the statistics you will need to monitor the FDDI EISA HP adapter.
Figure C-1 gives an example of the fddistat short form without additional usage commands.
root@console: cfddi => fddistat
__________________________________________________________
FDDI Adapter Statistics [2.1] (lan1)
__________________________________________________________
Serial Number 000103211
Model Number c321/3T
HW Rev 4.0
Main FW Rev 3.400
Boot FW Rev 3.0
Driver Rev 2.3
Upstream Nbr 00:02:d0:01:00:24 (00:40:0b:80:00:24) [ CISCO ]
Downstream Nbr 00:00:00:00:00:00 (00:00:00:00:00:00)
MAC Address 00:02:d0:02:23:3a (00:40:0b:40:c4:5c) [ CISCO ]
T-Neg 125000 (10.000 msec)
Frame Count 34851842
Error Count 0
Lost Count 0
Tvx Expired Count 116
Ring Op Count 118
RMT State ring-op
Ler Estimate 15
Lem Reject Count 0
Lem Count 0
Connect State active
Media Type FIBER
Attachment Class single
Adapter Diagnostics Pass
root@console: cfddi =>
The definitions of the short form fddistat parameters are as follows:
The fddistat long form displays the basic statistics, as well as statistics from several other groups including the following:
The parameters in these groups conform to the groupings in the Workgroup Director network management software. Refer to the Workgroup Director User Guide or the FDDI MIB, the SMT specification, and the MAC specification to learn more about these parameters.
The fddistat perpetual form displays the short form information and continually updates the counter until you press Ctrl-C. (See Figure C-2.)
root@console: cfddi => fddistat -p
Frame-Ct Error-Ct Lost-Ct Tvx-Exp-Ct Ring-Op-Ct Lem-Ct-s Ring
---------- --------- --------- ---------- ---------- ---------- ----
6193 0 0 4 7 0 up
6221 0 0 4 7 0 up
6233 0 0 4 7 0 up
6245 0 0 4 7 0 up
6273 0 0 4 7 0 up
root@console: cfddi =>
|