Package | Description |
---|---|
org.opennms.core.test.snmp | |
org.opennms.netmgt.alarmd.northbounder.snmptrap | |
org.opennms.netmgt.collectd | |
org.opennms.netmgt.collection.api | |
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
org.opennms.netmgt.enlinkd | |
org.opennms.netmgt.enlinkd.snmp | |
org.opennms.netmgt.provision.detector.snmp | |
org.opennms.netmgt.snmp |
Non-implementation-specific SNMP API.
|
org.opennms.netmgt.snmp.joesnmp |
Use JoeSNMP for SNMP support in OpenNMS.
|
org.opennms.netmgt.snmp.mock | |
org.opennms.netmgt.snmp.snmp4j |
Use SNMP4J for SNMP support in OpenNMS.
|
org.opennms.netmgt.snmpinterfacepoller | |
org.opennms.netmgt.snmpinterfacepoller.pollable | |
org.opennms.web.element | |
org.opennms.web.svclayer.model |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
ProxySnmpAgentConfigFactory.getAgentConfig(InetAddress address) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpTrapConfig.getAgentConfig()
Gets the SNMP agent configuration.
|
Modifier and Type | Method and Description |
---|---|
int |
SnmpTrapHelper.getEstimatedPacketSize(SnmpTrapConfig trapConfig,
SnmpAgentConfig agentConfig)
Gets the estimated packet size.
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
CollectionAgentService.getAgentConfig()
getAgentConfig
|
SnmpAgentConfig |
SnmpCollectionAgent.getAgentConfig()
getAgentConfig
|
SnmpAgentConfig |
DefaultCollectionAgent.getAgentConfig()
getAgentConfig
|
SnmpAgentConfig |
SnmpCollectionSet.getAgentConfig()
getAgentConfig
|
SnmpAgentConfig |
DefaultCollectionAgentService.getAgentConfig()
getAgentConfig
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
StorageStrategyService.getAgentConfig()
getAgentConfig
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpPeerFactory.getAgentConfig(InetAddress agentAddress)
getAgentConfig
|
SnmpAgentConfig |
SnmpConfigAccessService.getAgentConfig(InetAddress addr) |
SnmpAgentConfig |
SnmpPeerFactory.getAgentConfig(InetAddress agentInetAddress,
int requestedSnmpVersion) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
SnmpAgentConfigFactory.getAgentConfig(InetAddress address)
getAgentConfig
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
NodeDiscovery.getPeer()
getPeer
|
SnmpAgentConfig |
EnhancedLinkd.getSnmpAgentConfig(InetAddress ipaddr) |
Constructor and Description |
---|
CdpInterfacePortNameGetter(SnmpAgentConfig peer) |
Dot1dBasePortIfIndexGetter(SnmpAgentConfig peer) |
LldpLocPortGetter(SnmpAgentConfig peer) |
OspfIpAddrTableGetter(SnmpAgentConfig peer) |
Modifier and Type | Method and Description |
---|---|
protected void |
SnmpDetector.configureAgentPTR(SnmpAgentConfig agentConfig)
configureAgentPTR
|
protected void |
SnmpDetector.configureAgentVersion(SnmpAgentConfig agentConfig)
configureAgentVersion
|
protected static String |
SnmpDetector.getValue(SnmpAgentConfig agentConfig,
String oid,
boolean hex)
getValue
|
Modifier and Type | Method and Description |
---|---|
static SnmpAgentConfig |
SnmpAgentConfig.parseProtocolConfigurationString(String protocolConfigString) |
Modifier and Type | Method and Description |
---|---|
static SnmpWalker |
SnmpUtils.createWalker(SnmpAgentConfig agentConfig,
String name,
CollectionTracker... trackers) |
static SnmpWalker |
SnmpUtils.createWalker(SnmpAgentConfig agentConfig,
String name,
CollectionTracker tracker) |
SnmpWalker |
SnmpStrategy.createWalker(SnmpAgentConfig agentConfig,
String name,
CollectionTracker tracker) |
static SnmpValue |
SnmpUtils.get(SnmpAgentConfig agentConfig,
SnmpObjId oid) |
SnmpValue |
SnmpStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId oid) |
static SnmpValue[] |
SnmpUtils.get(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
SnmpStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
static SnmpValue[] |
SnmpUtils.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
SnmpStrategy.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
static List<SnmpValue> |
SnmpUtils.getColumns(SnmpAgentConfig agentConfig,
String name,
SnmpObjId oid) |
static SnmpValue |
SnmpUtils.getNext(SnmpAgentConfig agentConfig,
SnmpObjId oid) |
SnmpValue |
SnmpStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId oid) |
static SnmpValue[] |
SnmpUtils.getNext(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
SnmpStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
static Map<SnmpInstId,SnmpValue> |
SnmpUtils.getOidValues(SnmpAgentConfig agentConfig,
String name,
SnmpObjId oid) |
static SnmpValue[] |
SnmpUtils.set(SnmpAgentConfig agentConfig,
SnmpObjId[] oids,
SnmpValue[] values) |
SnmpValue[] |
SnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId[] oid,
SnmpValue[] value) |
static SnmpValue |
SnmpUtils.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value) |
SnmpValue |
SnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value) |
Modifier and Type | Method and Description |
---|---|
SnmpWalker |
JoeSnmpStrategy.createWalker(SnmpAgentConfig snmpAgentConfig,
String name,
CollectionTracker tracker) |
SnmpValue |
JoeSnmpStrategy.get(SnmpAgentConfig snmpAgentConfig,
SnmpObjId oid) |
SnmpValue[] |
JoeSnmpStrategy.get(SnmpAgentConfig snmpAgentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
JoeSnmpStrategy.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue |
JoeSnmpStrategy.getNext(SnmpAgentConfig snmpAgentConfig,
SnmpObjId oid) |
SnmpValue[] |
JoeSnmpStrategy.getNext(SnmpAgentConfig snmpAgentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
JoeSnmpStrategy.set(SnmpAgentConfig snmpAgentConfig,
SnmpObjId[] oids,
SnmpValue[] values) |
SnmpValue |
JoeSnmpStrategy.set(SnmpAgentConfig snmpAgentConfig,
SnmpObjId oid,
SnmpValue value) |
Constructor and Description |
---|
JoeSnmpAgentConfig(SnmpAgentConfig config) |
Modifier and Type | Method and Description |
---|---|
SnmpWalker |
MockSnmpStrategy.createWalker(SnmpAgentConfig agentConfig,
String name,
CollectionTracker tracker) |
SnmpValue |
MockSnmpStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId oid) |
SnmpValue[] |
MockSnmpStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue[] |
MockSnmpStrategy.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
SnmpValue |
MockSnmpStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId oid) |
SnmpValue[] |
MockSnmpStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId[] oids) |
protected PropertyOidContainer |
MockSnmpStrategy.getOidContainer(SnmpAgentConfig agentConfig) |
SnmpValue[] |
MockSnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId[] oids,
SnmpValue[] values) |
SnmpValue |
MockSnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value) |
Modifier and Type | Method and Description |
---|---|
protected SnmpAgentConfig |
Snmp4JStrategy.buildAgentConfig(String address,
int port,
int timeout,
int retries,
int securityLevel,
String securityName,
String authPassPhrase,
String authProtocol,
String privPassPhrase,
String privProtocol,
org.snmp4j.PDU pdu) |
protected SnmpAgentConfig |
Snmp4JStrategy.buildAgentConfig(String address,
int port,
int timeout,
int retries,
String community,
org.snmp4j.PDU pdu) |
protected SnmpAgentConfig |
Snmp4JStrategy.buildAgentConfig(String address,
int port,
int securityLevel,
String securityName,
String authPassPhrase,
String authProtocol,
String privPassPhrase,
String privProtocol,
org.snmp4j.PDU pdu) |
protected SnmpAgentConfig |
Snmp4JStrategy.buildAgentConfig(String address,
int port,
String community,
org.snmp4j.PDU pdu) |
Modifier and Type | Method and Description |
---|---|
SnmpWalker |
Snmp4JStrategy.createWalker(SnmpAgentConfig snmpAgentConfig,
String name,
CollectionTracker tracker)
SNMP4J createWalker implemenetation.
|
SnmpValue |
Snmp4JStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId oid)
SNMP4J get helper that takes a single SnmpObjId
and calls get with an array.lenght =1 and returns
the first element of the returned array of SnmpValue.
|
SnmpValue[] |
Snmp4JStrategy.get(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
SnmpGet implementation.
|
SnmpValue[] |
Snmp4JStrategy.getBulk(SnmpAgentConfig agentConfig,
SnmpObjId[] oid)
Not yet implemented.
|
SnmpValue |
Snmp4JStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId oid)
SNMP4J getNext implementation
|
SnmpValue[] |
Snmp4JStrategy.getNext(SnmpAgentConfig agentConfig,
SnmpObjId[] oids)
SNMP GetNext implementation.
|
SnmpValue[] |
Snmp4JStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId[] oids,
SnmpValue[] values) |
SnmpValue |
Snmp4JStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value) |
Constructor and Description |
---|
Snmp4JAgentConfig(SnmpAgentConfig config) |
Modifier and Type | Method and Description |
---|---|
List<PollableSnmpInterface.SnmpMinimalPollInterface> |
SnmpPollInterfaceMonitor.poll(SnmpAgentConfig agentConfig,
List<PollableSnmpInterface.SnmpMinimalPollInterface> mifaces)
poll
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
PollableSnmpInterface.getAgentConfig()
getAgentConfig
|
Modifier and Type | Method and Description |
---|---|
void |
PollableSnmpInterface.setAgentConfig(SnmpAgentConfig config)
setAgentConfig
|
Constructor and Description |
---|
SnmpIfAdmin(int nodeid,
SnmpAgentConfig agent)
Construct a SnmpIfAdmin object from a SnmpPeer object
|
Constructor and Description |
---|
SnmpInfo(SnmpAgentConfig config)
Constructor for SnmpInfo.
|
Copyright © 2017. All rights reserved.