FW 07.00.00/HAFM SW 08.06.00 McDATA E/OS SNMP Support Manual (620-000131-620, April 2005)

A
FA MIB
A-35
Fibre Alliance MIB
Status current
Description The table of connectivity unit events. Errors, warnings, and
information should be reported in this table.
Sequence
::= { fcMgmtConfig 7 }
fcConnUnitEventEntry
Syntax FcConnUnitEventEntry
Max-Access not-accessible
Status current
Description Each entry contains information on a specific event for the given
connectivity unit.
INDEX { fcConnUnitId, fcConnUnitEventIndex }
Sequence
::= { fcConnUnitEventTable 1 }
FcConnUnitEventEntry ::=
SEQUENCE {
fcConnUnitEventIndex
Syntax Unsigned32
Max-Access read-only
Status current
Description Each connectivity unit has its own event buffer. As it wraps, it may
write over previous events. This object is an index into the buffer. It is
recommended that this table be read using 'getNext's to retrieve the
initial table. The management application should read the event table
at periodic intervals and then determine if any new entries were
fcConnUnitEventIndex Unsigned32,
fcConnUnitREventTime DisplayString,
fcConnUnitSEventTime TimeTicks,
fcConnUnitEventSeverity FcEventSeverity,
fcConnUnitEventType INTEGER,
fcConnUnitEventObject OBJECT IDENTIFIER,
fcConnUnitEventDescr SnmpAdminString}