|
Description:
|
s3AgentIpxTrapRcvrStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
valid(2),
invalid(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Action/status for the row. The values that can
be written are:
valid(2).....create row
invalid(3)...delete row
The values that can be read are:
other(1).....some unknown case
valid(2).....row is valid
invalid(3)...row is invalid
Setting this object to the value invalid(3) has the
effect of invalidating the corresponding entry in
the s3AgentIpxTrapReceiverTable. That is, it
effectively disassociates the address identified
with the entry by removing the entry from the table
On a read the value of valid(2) should be returned
if the entry contains a valid record, or invalid(3)
should be returned if the entry contains an invalid
record."
|
|
|