fddistat(1M) — ADMINISTRATOR COMMANDS
NAME
fddistat − FDDI Management Information Base (MIB) utility
SYNOPSIS
fddistat [ -h?bBLGqvV ][ -cseconds ][ -ddevice ]
fddistat [ -gatt_get ][ -Datt_set ] [ -cseconds ][ -ddevice ]
fddistat [ -satt_get ][ -Datt_set ] [ -ddevice ]
DESCRIPTION
The fddistat utility allows a system administrator to get or set any of the parameters in the Managment Information Base (MIB) which is a standard set of parameters/command options for an FDDI station. In addition, it provides the ability to retrieve version information about the hardware, firmware, and software.
MIB attributes
A list of the FDDI (SMT 6.2) MIB attributes can be obtained with the command fddistat -vvL. Each attribute is given a number and is followed by the name of the attribute, whether it is read/write, and a short description. The subsequent lines contain the parameters within each of the attributes. Listed for each parameter is a description, its type, range, and default value (if any) in brackets for writable parameters. If the parameter is a bit-string or an enumeration, all possible values of the parameter are listed.
OPTIONS
-b Output a vertical bar to be used as a seperator between parameters when using the -q option to display a line of raw information.
-c Display the information requested on the command line every seconds.
-ddevice Used to specify the special device file to access. The default is /dev/m385_c0d0.
-Datt_set This allows you to change the value of a global parameter. It is most useful when used to set an index: -DMACIndex=4
-gatt_get Retrieve and display a single of group of MIB attributes.
-G Retrieve and display all MIB attributes.
-h | -? This option displays the help screen. It is a short list of the options and their usage.
-lattrib Describe a single MIB attribute.
-L Describe all MIB attributes.
-sset_att Set a MIB attribute. (requires write access to device)
-v Specify one or more for increasingly detailed amounts of information.
-V Retrieve and display version information about the software, driver, firmware, and hardware in use.
EXAMPLES
fddistat
- help/usage listing
fddistat -V
- display all version information
fddistat -vvvL
- list all SMT mib attributes and descriptions
fddistat -G
- display all the SMT MIB attributes for this station
fddistat -g∗.MAC∗-Ct
- list only the Counter portions of all MAC counters
fddistat -gSMTU∗
- list the user defined data
fddistat -gSMTMan∗
- list the Manufacturer data
fddistat -gMAC∗
- display all MAC attributes
fddistat -gMAC∗-Ct
- display all MAC counters
fddistat -gMAC∗-Ct.∗-Ct
- display all MAC counters with no indesies
fddistat -gMACT-∗.MACT∗
- display all MAC timers with no indesies
fddistat -qgMACSMTAddress.MACSMTA∗
- returns only the value for the MACSMTAddress value, useful for scripts
fddistat -sMACT-Req=1,20
- set the T-Req value for a specific MACIndex
fddistat -sMACT-Req=1,$
- set the T-Req to its default value
fddistat -sSMTT-Notify=26
- set SMTT-Notify to 26 seconds
fddistat -sSMTT-Notify=0x10
- set SMTT-Notify to 16 seconds in hex
fddistat -sSMTT-Notify=$
- set SMTT-Notify to its default value
fddistat -gMACUpstreamNbr.MACU∗
- display MACUpstreamNbr only
fddistat -gMACUpstreamNbr
- display MACUpstreamNbr
fddistat -gSMTStationId
- get the station Id attributes and display
fddistat -DPORTIndex=2 -G
- display all the SMT MIB attributes using PORTIndex of 2 where called for
fddistat -qbgMACFrame-Ct.MACF∗ -b -gMACError-Ct.MACE∗ -b -gMACLost-Ct.MACL∗ -B
- list MAC |Frames|Errors|Lost| counters
SOFTWARE PREREQUISITES
The mvme385 driver must be installed or the utility will not be able to access the MIB.
SEE ALSO
smtd(1m), FDDI(7n), FDDI Station Management Specification 6.2
— FDDI MIB Utility