Description:
|
lastSetError OBJECT-TYPE
SYNTAX INTEGER {
unexpectedError(100),
-- Couldn't get a packet buffer
resourceLimitExceeded(101),
-- See stpPortState
disallowedSTPPortState(102),
-- For Super objects
incompleteSetlet(103),
-- See evtObject
invalidEventObject(104),
disallowedRemoteDevice(105),
-- Local must not equal remote
disallowedLAPBAdrsPair(106),
-- addressChunk
adrsAlreadyPresent(107),
-- addressChunk
staticSectionFull(108),
-- addressChunk
cantDeletePermAdrs(109),
inconsistentValues(110),
downloadInProgress(111)
}
ACCESS read-only
STATUS obsolete
DESCRIPTION
"Provide more detailed, enterprise specific error
type. Any error resulting from a SET request will
cause this object to be updated, and the previous
value overwritten. A management entity may
retrieve more detailed error information than that
implied by the pdu's ErrorStatus, especially in
the case of a genErr.
In SNMPv2, there are several more error codes which
provide most of the information that is provided
by the above codes. Therefore, this object is now
obsolete."
|
|