| Package | Description |
|---|---|
| com.h3c.util.snmp.command |
| Modifier and Type | Method and Description |
|---|---|
static SnmpCredentials |
SnmpCredentials.forSnmpV1V2(String readCommunityName,
String writeCommunityName)
Creates SNMP credentials for SNMP version 1 and 2.
|
static SnmpCredentials |
SnmpCredentials.forSnmpV3(String userName,
String authorizationPassword,
String privacyPassword)
Creates SNMP credentials for SNMP version 3.
|
| Constructor and Description |
|---|
SnmpCommandProcessor(IpAddress ipAddress,
SnmpCredentials credentials,
SnmpConnectionConfiguration connectionConfiguration,
ExecutorService taskExecutor)
Creates a SNMP Command Processor.
|
SnmpCommandProcessor(IpAddress ipAddress,
SnmpCredentials credentials,
SnmpConnectionConfiguration connectionConfiguration,
SnmpClient snmpClient)
Creates a SNMP Command Processor.
|
Copyright © 2014. All Rights Reserved.