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.


Variable Index

 o CtxtConsFlag
ASN.1 prefix for encoding PDU types.
 o pduGetBulkRequestPdu
Represents a GetBulkRequest PDU type (V2 only).
 o pduGetNextRequestPdu
Represents a GetNextRequest PDU type (V1 or V2).
 o pduGetRequestPdu
Represents a GetRequest PDU type (V1 or V2).
 o pduGetResponsePdu
Represents a GetResponse PDU type (V1 or V2).
 o pduInformRequestPdu
Represents a InformRequest PDU type (V2 only).
 o pduReportPdu
Represents a Report PDU type (V2 only).
 o pduSetRequestPdu
Represents a SetRequest PDU type (V1 or V2).
 o pduTrapPdu
Represents a Trap PDU type (V1 or V2).
 o pduV2TrapPdu
Represents a V2Trap PDU type (V2 only).
 o pduWalkRequest
Represents a Walk request.
 o snmpReqAborted
 o snmpReqEncodingError
 o snmpReqHandleTooBig
 o snmpReqInternalError
 o snmpReqPacketOverflow
 o snmpReqRefireAfterVbFix
 o snmpReqSocketIOError
 o snmpReqTimeout
 o snmpReqTooBigImpossible
 o snmpReqUnknownError
 o snmpRspAuthorizationError
Error code as defined in RFC 1902 for: authorizationError.
 o snmpRspBadValue
Error code as defined in RFC 1155 for: badValue.
 o snmpRspCommitFailed
Error code as defined in RFC 1902 for: commitFailed.
 o snmpRspDecodingError
 o snmpRspEndOfTable
 o snmpRspGenErr
Error code as defined in RFC 1155 for: genError.
 o snmpRspInconsistentName
Error code as defined in RFC 1902 for: inconsistentName.
 o snmpRspInconsistentValue
Error code as defined in RFC 1902 for: inconsistentValue.
 o snmpRspNoAccess
Error code as defined in RFC 1902 for: noAccess.
 o snmpRspNoCreation
Error code as defined in RFC 1902 for: noCreation.
 o snmpRspNoError
Error code as defined in RFC 1155 for: noError.
 o snmpRspNoSuchName
Error code as defined in RFC 1155 for: noSuchName.
 o snmpRspNotWritable
Error code as defined in RFC 1902 for: notWritable.
 o snmpRspReadOnly
Error code as defined in RFC 1155 for: readOnly.
 o snmpRspResourceUnavailable
Error code as defined in RFC 1902 for: resourceUnavailable.
 o snmpRspTooBig
Error code as defined in RFC 1155 for: tooBig.
 o snmpRspUndoFailed
Error code as defined in RFC 1902 for: undoFailed.
 o snmpRspWrongEncoding
Error code as defined in RFC 1902 for: wrongEncoding.
 o snmpRspWrongLength
Error code as defined in RFC 1902 for: wrongLength.
 o snmpRspWrongType
Error code as defined in RFC 1902 for: wrongType.
 o snmpRspWrongValue
Error code as defined in RFC 1902 for: wrongValue.
 o snmpVersionOne
SNMP protocol version: SnmpV1
 o snmpVersionTwo
SNMP protocol version: SnmpV2
 o snmpWrongSnmpVersion
 o trapAuthenticationFailure
authenticationFailure for generic trap info in Trap-PDU as definied in RFC 1155.
 o trapColdStart
coldStart for generic trap info in Trap-PDU as definied in RFC 1155.
 o trapEgpNeighborLoss
egpNeighborLoss for generic trap info in Trap-PDU as definied in RFC 1155.
 o trapEnterpriseSpecific
enterpriseSpecific for generic trap info in Trap-PDU as definied in RFC 1155.
 o trapLinkDown
linkDown for generic trap info in Trap-PDU as definied in RFC 1155.
 o trapLinkUp
linkUp for generic trap info in Trap-PDU as definied in RFC 1155.
 o trapWarmStart
warmStart for generic trap info in Trap-PDU as definied in RFC 1155.

Variables

 o snmpVersionOne
 public static final byte snmpVersionOne
SNMP protocol version: SnmpV1

 o snmpVersionTwo
 public static final byte snmpVersionTwo
SNMP protocol version: SnmpV2

 o CtxtConsFlag
 public static final int CtxtConsFlag
ASN.1 prefix for encoding PDU types.

 o pduGetRequestPdu
 public static final int pduGetRequestPdu
Represents a GetRequest PDU type (V1 or V2).

 o pduGetNextRequestPdu
 public static final int pduGetNextRequestPdu
Represents a GetNextRequest PDU type (V1 or V2).

 o pduGetResponsePdu
 public static final int pduGetResponsePdu
Represents a GetResponse PDU type (V1 or V2).

 o pduSetRequestPdu
 public static final int pduSetRequestPdu
Represents a SetRequest PDU type (V1 or V2).

 o pduTrapPdu
 public static final int pduTrapPdu
Represents a Trap PDU type (V1 or V2).

 o pduGetBulkRequestPdu
 public static final int pduGetBulkRequestPdu
Represents a GetBulkRequest PDU type (V2 only).

 o pduInformRequestPdu
 public static final int pduInformRequestPdu
Represents a InformRequest PDU type (V2 only).

 o pduV2TrapPdu
 public static final int pduV2TrapPdu
Represents a V2Trap PDU type (V2 only).

 o pduReportPdu
 public static final int pduReportPdu
Represents a Report PDU type (V2 only).

 o pduWalkRequest
 public static final int pduWalkRequest
Represents a Walk request. A walk uses the getNext request to "walk" through a given MIB.

 o trapColdStart
 public static final int trapColdStart
coldStart for generic trap info in Trap-PDU as definied in RFC 1155.

 o trapWarmStart
 public static final int trapWarmStart
warmStart for generic trap info in Trap-PDU as definied in RFC 1155.

 o trapLinkDown
 public static final int trapLinkDown
linkDown for generic trap info in Trap-PDU as definied in RFC 1155.

 o trapLinkUp
 public static final int trapLinkUp
linkUp for generic trap info in Trap-PDU as definied in RFC 1155.

 o trapAuthenticationFailure
 public static final int trapAuthenticationFailure
authenticationFailure for generic trap info in Trap-PDU as definied in RFC 1155.

 o trapEgpNeighborLoss
 public static final int trapEgpNeighborLoss
egpNeighborLoss for generic trap info in Trap-PDU as definied in RFC 1155.

 o trapEnterpriseSpecific
 public static final int trapEnterpriseSpecific
enterpriseSpecific for generic trap info in Trap-PDU as definied in RFC 1155.

 o snmpRspNoError
 public static final int snmpRspNoError
Error code as defined in RFC 1155 for: noError.

 o snmpRspTooBig
 public static final int snmpRspTooBig
Error code as defined in RFC 1155 for: tooBig.

 o snmpRspNoSuchName
 public static final int snmpRspNoSuchName
Error code as defined in RFC 1155 for: noSuchName.

 o snmpRspBadValue
 public static final int snmpRspBadValue
Error code as defined in RFC 1155 for: badValue.

 o snmpRspReadOnly
 public static final int snmpRspReadOnly
Error code as defined in RFC 1155 for: readOnly.

 o snmpRspGenErr
 public static final int snmpRspGenErr
Error code as defined in RFC 1155 for: genError.

 o snmpRspNoAccess
 public static final int snmpRspNoAccess
Error code as defined in RFC 1902 for: noAccess.

 o snmpRspWrongType
 public static final int snmpRspWrongType
Error code as defined in RFC 1902 for: wrongType.

 o snmpRspWrongLength
 public static final int snmpRspWrongLength
Error code as defined in RFC 1902 for: wrongLength.

 o snmpRspWrongEncoding
 public static final int snmpRspWrongEncoding
Error code as defined in RFC 1902 for: wrongEncoding.

 o snmpRspWrongValue
 public static final int snmpRspWrongValue
Error code as defined in RFC 1902 for: wrongValue.

 o snmpRspNoCreation
 public static final int snmpRspNoCreation
Error code as defined in RFC 1902 for: noCreation.

 o snmpRspInconsistentValue
 public static final int snmpRspInconsistentValue
Error code as defined in RFC 1902 for: inconsistentValue.

 o snmpRspResourceUnavailable
 public static final int snmpRspResourceUnavailable
Error code as defined in RFC 1902 for: resourceUnavailable.

 o snmpRspCommitFailed
 public static final int snmpRspCommitFailed
Error code as defined in RFC 1902 for: commitFailed.

 o snmpRspUndoFailed
 public static final int snmpRspUndoFailed
Error code as defined in RFC 1902 for: undoFailed.

 o snmpRspAuthorizationError
 public static final int snmpRspAuthorizationError
Error code as defined in RFC 1902 for: authorizationError.

 o snmpRspNotWritable
 public static final int snmpRspNotWritable
Error code as defined in RFC 1902 for: notWritable.

 o snmpRspInconsistentName
 public static final int snmpRspInconsistentName
Error code as defined in RFC 1902 for: inconsistentName.

 o snmpReqTimeout
 public static final int snmpReqTimeout
 o snmpReqAborted
 public static final int snmpReqAborted
 o snmpRspDecodingError
 public static final int snmpRspDecodingError
 o snmpReqEncodingError
 public static final int snmpReqEncodingError
 o snmpReqPacketOverflow
 public static final int snmpReqPacketOverflow
 o snmpRspEndOfTable
 public static final int snmpRspEndOfTable
 o snmpReqRefireAfterVbFix
 public static final int snmpReqRefireAfterVbFix
 o snmpReqHandleTooBig
 public static final int snmpReqHandleTooBig
 o snmpReqTooBigImpossible
 public static final int snmpReqTooBigImpossible
 o snmpReqInternalError
 public static final int snmpReqInternalError
 o snmpReqSocketIOError
 public static final int snmpReqSocketIOError
 o snmpReqUnknownError
 public static final int snmpReqUnknownError
 o snmpWrongSnmpVersion
 public static final int snmpWrongSnmpVersion

All Packages  Class Hierarchy  This Package  Previous  Next  Index