Q-Logic 59047-09 C Switch User Manual


 
5 – Fibre Alliance MIB Objects
Trap Table
59047-09 C 5-99
A
rowInactive
READ: Indicates that this row does exist, but that traps are not enabled
to be sent to the target.
WRITE: If the row does not exist, and the agent allows writes to the
trap table, then a new row is created. The values of the optional
columns will be set to default values. Traps are not enabled to be sent
to the target. If the row already existed, then traps are disabled from
being sent to the target.
rowActive
READ: Indicates that this row exists, and that traps are enabled to be
sent to the target.
WRITE: If the row does not exist, and the agent allows writes to the
trap table, then a new row is created. The values of the optional
columns will be set to default values. Traps are enabled to be sent to
the target. If the row already exists, then traps are enabled to be sent
to the target.
A value of “rowActive” or “rowInactive” must be specified to create a row in
the table.
Syntax
INTEGER {
rowDestroy(1), - Remove row from table.
rowInactive(2), - Row exists, but traps disabled
rowActive(3) - Row exists and is enabled for sending traps
}
Access
read-write
Status
mandatory
Return Value
Returns rowActive (3), if valid entry in trap table.