HOME

com.ireasoning.protocol.snmp
Interface SnmpConst

All Superinterfaces:
Serializable

public interface SnmpConst
extends 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 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 String SHA
          SHA-1 with HMAC authentication algorithm
static String SHA224
          SHA-224 with HMAC authentication algorithm
static String SHA256
          SHA-256 with HMAC authentication algorithm
static String SHA384
          SHA-384 with HMAC authentication algorithm
static 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 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

public static final int GET
Snmp GET command

See Also:
Constant Field Values

GET_NEXT

public static final int GET_NEXT
Snmp GET_NEXT command

See Also:
Constant Field Values

RESPONSE

public static final int RESPONSE
Snmp RESPONSE command

See Also:
Constant Field Values

SET

public static final int SET
Snmp SET command

See Also:
Constant Field Values

V1TRAP

public static final int V1TRAP
Snmp V1 TRAP command

See Also:
Constant Field Values

GET_BULK

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

See Also:
Constant Field Values

INFORM

public static final int INFORM
Snmp INFORM command (SNMPV2+)

See Also:
Constant Field Values

V2TRAP

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

See Also:
Constant Field Values

REPORT

public static final int REPORT
Snmp REPORT command (SNMPV2+)

See Also:
Constant Field Values

SNMPV1

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

See Also:
Constant Field Values

SNMPV2

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

See Also:
Constant Field Values

SNMPV3

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

See Also:
Constant Field Values

DEFAULT_SNMP_MANAGER_PORT

public 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

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

See Also:
Constant Field Values

V1_SECURITY_MODEL

public static final int V1_SECURITY_MODEL
SNMPV3 's SNMPV1 security model

See Also:
Constant Field Values

V2C_SECURITY_MODEL

public static final int V2C_SECURITY_MODEL
SNMPV3's SNMPv2c security model

See Also:
Constant Field Values

USM_SECURITY_MODEL

public static final int USM_SECURITY_MODEL
SNMPV3's User based Security Model

See Also:
Constant Field Values

SHA

public static final String SHA
SHA-1 with HMAC authentication algorithm

See Also:
Constant Field Values

SHA224

public static final String SHA224
SHA-224 with HMAC authentication algorithm

See Also:
Constant Field Values

SHA256

public static final String SHA256
SHA-256 with HMAC authentication algorithm

See Also:
Constant Field Values

SHA384

public static final String SHA384
SHA-384 with HMAC authentication algorithm

See Also:
Constant Field Values

SHA512

public static final String SHA512
SHA-512 with HMAC authentication algorithm

See Also:
Constant Field Values

MD5

public static final String MD5
MD5 with HMAC authentication algorithm

See Also:
Constant Field Values

DES

public static final int DES
"DES" algorithm

See Also:
Constant Field Values

AES

public static final int AES
128-bit "AES" algorithm

See Also:
Constant Field Values

AES192

public static final int AES192
192-bit "AES" algorithm

See Also:
Constant Field Values

AES256

public static final int AES256
256-bit "AES" algorithm

See Also:
Constant Field Values

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.