|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int GET
public static final int GET_NEXT
public static final int RESPONSE
public static final int SET
public static final int V1TRAP
public static final int GET_BULK
public static final int INFORM
public static final int V2TRAP
public static final int REPORT
public static final int SNMPV1
public static final int SNMPV2
public static final int SNMPV3
public static final int DEFAULT_SNMP_MANAGER_PORT
public static final int DEFAULT_SNMP_AGENT_PORT
public static final int V1_SECURITY_MODEL
public static final int V2C_SECURITY_MODEL
public static final int USM_SECURITY_MODEL
public static final String SHA
public static final String SHA224
public static final String SHA256
public static final String SHA384
public static final String SHA512
public static final String MD5
public static final int DES
public static final int AES
public static final int AES192
public static final int AES256
|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |