HOME

com.ireasoning.protocol.snmp
Interface SnmpConst

All Superinterfaces:
java.io.Serializable

public interface SnmpConst
extends java.io.Serializable

This class stores SNMP specific constants for user to use.


Field Summary
static int AES
          128-bit "AES" algorithm
static int AES192
          192-bit "AES" algorithm
static int AES256
          256-bit "AES" algorithm
static int DEFAULT_SNMP_AGENT_PORT
          Default port (161) for snmp agent
static int DEFAULT_SNMP_MANAGER_PORT
          Default port (162) for snmp manager to listen for traps
static int DES
          "DES" algorithm
static int GET
          Snmp GET command
static int GET_BULK
          Snmp GET BULK command (SNMPV2+)
static int GET_NEXT
          Snmp GET_NEXT command
static int INFORM
          Snmp INFORM command (SNMPV2+)
static java.lang.String MD5
          MD5 with HMAC authentication algorithm
static int REPORT
          Snmp REPORT command (SNMPV2+)
static int RESPONSE
          Snmp RESPONSE command
static int SET
          Snmp SET command
static java.lang.String SHA
          SHA-1 with HMAC authentication algorithm
static java.lang.String SHA224
          SHA-224 with HMAC authentication algorithm
static java.lang.String SHA256
          SHA-256 with HMAC authentication algorithm
static java.lang.String SHA384
          SHA-384 with HMAC authentication algorithm
static java.lang.String SHA512
          SHA-512 with HMAC authentication algorithm
static int SNMPV1
          Snmp v1 version number ( = 0 )
static int SNMPV2
          Snmp v2c version number ( = 1 )
static int SNMPV3
          Snmp v3 version number ( = 3 )
static int TRIPLE_DES
          "Triple-DES" algorithm
static int USM_SECURITY_MODEL
          SNMPV3's User based Security Model
static int V1_SECURITY_MODEL
          SNMPV3 's SNMPV1 security model
static int V1TRAP
          Snmp V1 TRAP command
static int V2C_SECURITY_MODEL
          SNMPV3's SNMPv2c security model
static int V2TRAP
          Snmp V2 TRAP command (SNMPV2+)
 

Field Detail

GET

static final int GET
Snmp GET command

See Also:
Constant Field Values

GET_NEXT

static final int GET_NEXT
Snmp GET_NEXT command

See Also:
Constant Field Values

RESPONSE

static final int RESPONSE
Snmp RESPONSE command

See Also:
Constant Field Values

SET

static final int SET
Snmp SET command

See Also:
Constant Field Values

V1TRAP

static final int V1TRAP
Snmp V1 TRAP command

See Also:
Constant Field Values

GET_BULK

static final int GET_BULK
Snmp GET BULK command (SNMPV2+)

See Also:
Constant Field Values

INFORM

static final int INFORM
Snmp INFORM command (SNMPV2+)

See Also:
Constant Field Values

V2TRAP

static final int V2TRAP
Snmp V2 TRAP command (SNMPV2+)

See Also:
Constant Field Values

REPORT

static final int REPORT
Snmp REPORT command (SNMPV2+)

See Also:
Constant Field Values

SNMPV1

static final int SNMPV1
Snmp v1 version number ( = 0 )

See Also:
Constant Field Values

SNMPV2

static final int SNMPV2
Snmp v2c version number ( = 1 )

See Also:
Constant Field Values

SNMPV3

static final int SNMPV3
Snmp v3 version number ( = 3 )

See Also:
Constant Field Values

DEFAULT_SNMP_MANAGER_PORT

static final int DEFAULT_SNMP_MANAGER_PORT
Default port (162) for snmp manager to listen for traps

See Also:
Constant Field Values

DEFAULT_SNMP_AGENT_PORT

static final int DEFAULT_SNMP_AGENT_PORT
Default port (161) for snmp agent

See Also:
Constant Field Values

V1_SECURITY_MODEL

static final int V1_SECURITY_MODEL
SNMPV3 's SNMPV1 security model

See Also:
Constant Field Values

V2C_SECURITY_MODEL

static final int V2C_SECURITY_MODEL
SNMPV3's SNMPv2c security model

See Also:
Constant Field Values

USM_SECURITY_MODEL

static final int USM_SECURITY_MODEL
SNMPV3's User based Security Model

See Also:
Constant Field Values

SHA

static final java.lang.String SHA
SHA-1 with HMAC authentication algorithm

See Also:
Constant Field Values

SHA224

static final java.lang.String SHA224
SHA-224 with HMAC authentication algorithm

See Also:
Constant Field Values

SHA256

static final java.lang.String SHA256
SHA-256 with HMAC authentication algorithm

See Also:
Constant Field Values

SHA384

static final java.lang.String SHA384
SHA-384 with HMAC authentication algorithm

See Also:
Constant Field Values

SHA512

static final java.lang.String SHA512
SHA-512 with HMAC authentication algorithm

See Also:
Constant Field Values

MD5

static final java.lang.String MD5
MD5 with HMAC authentication algorithm

See Also:
Constant Field Values

DES

static final int DES
"DES" algorithm

See Also:
Constant Field Values

AES

static final int AES
128-bit "AES" algorithm

See Also:
Constant Field Values

AES192

static final int AES192
192-bit "AES" algorithm

See Also:
Constant Field Values

AES256

static final int AES256
256-bit "AES" algorithm

See Also:
Constant Field Values

TRIPLE_DES

static final int TRIPLE_DES
"Triple-DES" algorithm

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.