All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.snmp.common.SnmpDefinitions
- public interface SnmpDefinitions
An interface that contains SNMP constants related to command
and response codes.
All members are static and can be used by any application.
-
CtxtConsFlag
- ASN.1 prefix for encoding PDU types.
-
pduGetBulkRequestPdu
- Represents a GetBulkRequest PDU type (V2 only).
-
pduGetNextRequestPdu
- Represents a GetNextRequest PDU type (V1 or V2).
-
pduGetRequestPdu
- Represents a GetRequest PDU type (V1 or V2).
-
pduGetResponsePdu
- Represents a GetResponse PDU type (V1 or V2).
-
pduInformRequestPdu
- Represents a InformRequest PDU type (V2 only).
-
pduReportPdu
- Represents a Report PDU type (V2 only).
-
pduSetRequestPdu
- Represents a SetRequest PDU type (V1 or V2).
-
pduTrapPdu
- Represents a Trap PDU type (V1 or V2).
-
pduV2TrapPdu
- Represents a V2Trap PDU type (V2 only).
-
pduWalkRequest
- Represents a Walk request.
-
snmpReqAborted
-
-
snmpReqEncodingError
-
-
snmpReqHandleTooBig
-
-
snmpReqInternalError
-
-
snmpReqPacketOverflow
-
-
snmpReqRefireAfterVbFix
-
-
snmpReqSocketIOError
-
-
snmpReqTimeout
-
-
snmpReqTooBigImpossible
-
-
snmpReqUnknownError
-
-
snmpRspAuthorizationError
- Error code as defined in RFC 1902 for: authorizationError.
-
snmpRspBadValue
- Error code as defined in RFC 1155 for: badValue.
-
snmpRspCommitFailed
- Error code as defined in RFC 1902 for: commitFailed.
-
snmpRspDecodingError
-
-
snmpRspEndOfTable
-
-
snmpRspGenErr
- Error code as defined in RFC 1155 for: genError.
-
snmpRspInconsistentName
- Error code as defined in RFC 1902 for: inconsistentName.
-
snmpRspInconsistentValue
- Error code as defined in RFC 1902 for: inconsistentValue.
-
snmpRspNoAccess
- Error code as defined in RFC 1902 for: noAccess.
-
snmpRspNoCreation
- Error code as defined in RFC 1902 for: noCreation.
-
snmpRspNoError
- Error code as defined in RFC 1155 for: noError.
-
snmpRspNoSuchName
- Error code as defined in RFC 1155 for: noSuchName.
-
snmpRspNotWritable
- Error code as defined in RFC 1902 for: notWritable.
-
snmpRspReadOnly
- Error code as defined in RFC 1155 for: readOnly.
-
snmpRspResourceUnavailable
- Error code as defined in RFC 1902 for: resourceUnavailable.
-
snmpRspTooBig
- Error code as defined in RFC 1155 for: tooBig.
-
snmpRspUndoFailed
- Error code as defined in RFC 1902 for: undoFailed.
-
snmpRspWrongEncoding
- Error code as defined in RFC 1902 for: wrongEncoding.
-
snmpRspWrongLength
- Error code as defined in RFC 1902 for: wrongLength.
-
snmpRspWrongType
- Error code as defined in RFC 1902 for: wrongType.
-
snmpRspWrongValue
- Error code as defined in RFC 1902 for: wrongValue.
-
snmpVersionOne
- SNMP protocol version: SnmpV1
-
snmpVersionTwo
- SNMP protocol version: SnmpV2
-
snmpWrongSnmpVersion
-
-
trapAuthenticationFailure
- authenticationFailure for generic trap info in Trap-PDU as definied in RFC 1155.
-
trapColdStart
- coldStart for generic trap info in Trap-PDU as definied in RFC 1155.
-
trapEgpNeighborLoss
- egpNeighborLoss for generic trap info in Trap-PDU as definied in RFC 1155.
-
trapEnterpriseSpecific
- enterpriseSpecific for generic trap info in Trap-PDU as definied in RFC 1155.
-
trapLinkDown
- linkDown for generic trap info in Trap-PDU as definied in RFC 1155.
-
trapLinkUp
- linkUp for generic trap info in Trap-PDU as definied in RFC 1155.
-
trapWarmStart
- warmStart for generic trap info in Trap-PDU as definied in RFC 1155.
snmpVersionOne
public static final byte snmpVersionOne
- SNMP protocol version: SnmpV1
snmpVersionTwo
public static final byte snmpVersionTwo
- SNMP protocol version: SnmpV2
CtxtConsFlag
public static final int CtxtConsFlag
- ASN.1 prefix for encoding PDU types.
pduGetRequestPdu
public static final int pduGetRequestPdu
- Represents a GetRequest PDU type (V1 or V2).
pduGetNextRequestPdu
public static final int pduGetNextRequestPdu
- Represents a GetNextRequest PDU type (V1 or V2).
pduGetResponsePdu
public static final int pduGetResponsePdu
- Represents a GetResponse PDU type (V1 or V2).
pduSetRequestPdu
public static final int pduSetRequestPdu
- Represents a SetRequest PDU type (V1 or V2).
pduTrapPdu
public static final int pduTrapPdu
- Represents a Trap PDU type (V1 or V2).
pduGetBulkRequestPdu
public static final int pduGetBulkRequestPdu
- Represents a GetBulkRequest PDU type (V2 only).
pduInformRequestPdu
public static final int pduInformRequestPdu
- Represents a InformRequest PDU type (V2 only).
pduV2TrapPdu
public static final int pduV2TrapPdu
- Represents a V2Trap PDU type (V2 only).
pduReportPdu
public static final int pduReportPdu
- Represents a Report PDU type (V2 only).
pduWalkRequest
public static final int pduWalkRequest
- Represents a Walk request. A walk uses the getNext request to "walk" through a
given MIB.
trapColdStart
public static final int trapColdStart
- coldStart for generic trap info in Trap-PDU as definied in RFC 1155.
trapWarmStart
public static final int trapWarmStart
- warmStart for generic trap info in Trap-PDU as definied in RFC 1155.
trapLinkDown
public static final int trapLinkDown
- linkDown for generic trap info in Trap-PDU as definied in RFC 1155.
trapLinkUp
public static final int trapLinkUp
- linkUp for generic trap info in Trap-PDU as definied in RFC 1155.
trapAuthenticationFailure
public static final int trapAuthenticationFailure
- authenticationFailure for generic trap info in Trap-PDU as definied in RFC 1155.
trapEgpNeighborLoss
public static final int trapEgpNeighborLoss
- egpNeighborLoss for generic trap info in Trap-PDU as definied in RFC 1155.
trapEnterpriseSpecific
public static final int trapEnterpriseSpecific
- enterpriseSpecific for generic trap info in Trap-PDU as definied in RFC 1155.
snmpRspNoError
public static final int snmpRspNoError
- Error code as defined in RFC 1155 for: noError.
snmpRspTooBig
public static final int snmpRspTooBig
- Error code as defined in RFC 1155 for: tooBig.
snmpRspNoSuchName
public static final int snmpRspNoSuchName
- Error code as defined in RFC 1155 for: noSuchName.
snmpRspBadValue
public static final int snmpRspBadValue
- Error code as defined in RFC 1155 for: badValue.
snmpRspReadOnly
public static final int snmpRspReadOnly
- Error code as defined in RFC 1155 for: readOnly.
snmpRspGenErr
public static final int snmpRspGenErr
- Error code as defined in RFC 1155 for: genError.
snmpRspNoAccess
public static final int snmpRspNoAccess
- Error code as defined in RFC 1902 for: noAccess.
snmpRspWrongType
public static final int snmpRspWrongType
- Error code as defined in RFC 1902 for: wrongType.
snmpRspWrongLength
public static final int snmpRspWrongLength
- Error code as defined in RFC 1902 for: wrongLength.
snmpRspWrongEncoding
public static final int snmpRspWrongEncoding
- Error code as defined in RFC 1902 for: wrongEncoding.
snmpRspWrongValue
public static final int snmpRspWrongValue
- Error code as defined in RFC 1902 for: wrongValue.
snmpRspNoCreation
public static final int snmpRspNoCreation
- Error code as defined in RFC 1902 for: noCreation.
snmpRspInconsistentValue
public static final int snmpRspInconsistentValue
- Error code as defined in RFC 1902 for: inconsistentValue.
snmpRspResourceUnavailable
public static final int snmpRspResourceUnavailable
- Error code as defined in RFC 1902 for: resourceUnavailable.
snmpRspCommitFailed
public static final int snmpRspCommitFailed
- Error code as defined in RFC 1902 for: commitFailed.
snmpRspUndoFailed
public static final int snmpRspUndoFailed
- Error code as defined in RFC 1902 for: undoFailed.
snmpRspAuthorizationError
public static final int snmpRspAuthorizationError
- Error code as defined in RFC 1902 for: authorizationError.
snmpRspNotWritable
public static final int snmpRspNotWritable
- Error code as defined in RFC 1902 for: notWritable.
snmpRspInconsistentName
public static final int snmpRspInconsistentName
- Error code as defined in RFC 1902 for: inconsistentName.
snmpReqTimeout
public static final int snmpReqTimeout
snmpReqAborted
public static final int snmpReqAborted
snmpRspDecodingError
public static final int snmpRspDecodingError
snmpReqEncodingError
public static final int snmpReqEncodingError
snmpReqPacketOverflow
public static final int snmpReqPacketOverflow
snmpRspEndOfTable
public static final int snmpRspEndOfTable
snmpReqRefireAfterVbFix
public static final int snmpReqRefireAfterVbFix
snmpReqHandleTooBig
public static final int snmpReqHandleTooBig
snmpReqTooBigImpossible
public static final int snmpReqTooBigImpossible
snmpReqInternalError
public static final int snmpReqInternalError
snmpReqSocketIOError
public static final int snmpReqSocketIOError
snmpReqUnknownError
public static final int snmpReqUnknownError
snmpWrongSnmpVersion
public static final int snmpWrongSnmpVersion
All Packages Class Hierarchy This Package Previous Next Index