connUnitEventIndex
FCMGMT-MIB ·
.1.3.6.1.3.94.1.11.1.2
Object
column
mandatory
Integer32
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 added by comparing the last known index value with the current highest index value. The management application should then update its copy of the event table. If the read interval is too long, it is possible that there may be events that may not be contained in the agent's internal event buffer. For example, an agent may read events 50-75. At the next read interval, connUnitEventCurrID is 189. If the management app tries to read event index 76, and the agent's internal buffer is 100 entries max, event index 76 will no longer be available. The index value is an incrementing integer starting from one every time there is a table reset. On table reset, all contents are emptied and all indeces are set to zero. When an event is added to the table, the event is assigned the next higher integer value than the last item entered into the table. If the index value reaches its maximum value, the next item entered will cause the index value to roll over and start at one again.
Context
- MIB
- FCMGMT-MIB
- OID
.1.3.6.1.3.94.1.11.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- connUnitEventEntry
- Table
- connUnitEventTable
- Siblings
- 8
Syntax
Integer32
Values & Constraints
Object Constraints
range: 1-2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| connUnitEventUnitId mandatory The connUnitId of the connectivity unit
that contains this event table. | column | FcGlobalId | .1.3.6.1.3.94.1.11.1.1 |
| connUnitEventId obsolete The internal event Id. Incremented for each
event, ranging between 1 and connUnitMaxEvents.
Not used as table index to simplify
the agent implementation. When this
reaches the e… | column | Integer32 | .1.3.6.1.3.94.1.11.1.3 |
| connUnitREventTime mandatory This is the real time when the event occurred.
It has the following format.
DDMMYYYY HHMMSS
DD=day number
MM=month number
YYYY=year number
HH=hour number
M… | column | OctetString | .1.3.6.1.3.94.1.11.1.4 |
| connUnitSEventTime mandatory This is the sysuptime timestamp when the
event occurred. | column | RFC1155-SMITimeTicks | .1.3.6.1.3.94.1.11.1.5 |
| connUnitEventSeverity mandatory The event severity level. | column | FcEventSeverity | .1.3.6.1.3.94.1.11.1.6 |
| connUnitEventType mandatory The type of this event. | column | Enumeration | .1.3.6.1.3.94.1.11.1.7 |
| connUnitEventObject mandatory This is used with the connUnitEventType
to identify which object the event refers to.
Examples are connUnitPortStatus.connUnitId.connUnitPortIndex,
connUnitStatus.connUnitId, etc. | column | ObjectIdentifier | .1.3.6.1.3.94.1.11.1.8 |
| connUnitEventDescr mandatory The description of the event. | column | RFC1213-MIBDisplayString | .1.3.6.1.3.94.1.11.1.9 |