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 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 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

GET_NEXT

public static final int GET_NEXT
Snmp GET_NEXT command

RESPONSE

public static final int RESPONSE
Snmp RESPONSE command

SET

public static final int SET
Snmp SET command

V1TRAP

public static final int V1TRAP
Snmp V1 TRAP command

GET_BULK

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

INFORM

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

V2TRAP

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

REPORT

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

SNMPV1

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

SNMPV2

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

SNMPV3

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

DEFAULT_SNMP_MANAGER_PORT

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

DEFAULT_SNMP_AGENT_PORT

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

V1_SECURITY_MODEL

public static final int V1_SECURITY_MODEL
SNMPV3 's SNMPV1 security model

V2C_SECURITY_MODEL

public static final int V2C_SECURITY_MODEL
SNMPV3's SNMPv2c security model

USM_SECURITY_MODEL

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

SHA

public static final String SHA
SHA with HMAC authentication algorithm

MD5

public static final String MD5
MD5 with HMAC authentication algorithm

DES

public static final int DES
"DES" algorithm

AES

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

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.