|
Description:
|
trapStatusState OBJECT-TYPE
SYNTAX INTEGER {unacknowledged(1), acknowledged(2), timed-out(3)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The state of this trap. When the trap is sent, this object
is initialized to unacknowledged(1). This variable shall
be added to the varbind in the trap. When the management
station receives the trap with a non-zero sequence number,
it should set this object to acknowledged(2). This will
acknowledge the trap and end the retransmission process.
If the trap is retransmitted for trapMaxRetries times without
being acknowledged, the agent will set this object to timed-
out(3). The agent may delete any trapStatusEntries in the
acknowledged(2) or timed-out(3) states at any time."
|
|
|