|
Description:
|
trapDestDeliveryType OBJECT-TYPE
SYNTAX INTEGER
{ one-shot(1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If this object has the value one-shot(1), then the trap will
be sent only once to the primary address without requiring
acknowledgement. If this object has the value acknowleged(2),
then the trap will be sent to the primary address expecting
an acknowledgement. If the trap is not acknowledged within
the time specified by trapMaxTimeOut, then the trap is
retransmitted (with the same sequence number) to the primary
address. The trap is retransmitted at most trapMaxRetries
times until acknowledged. If the trap is still not
acknowleged and the alternate address is not 0.0.0.0, then
it is sent to the alternate address at most trapMaxRetries
plus one times until acknowledged.
This object may not be modifed if the associated trapDestStatus
object is equal to valid(1)."
DEFVAL { 1 }
|
|
|