Q:Unable to poll the SNMPAgent?

I’m new to SNMP and have been following the Sun Seebeyond “SNMP Agent User’s Guide” and “Alert Agent User’s Guide” tutorials with the aim of providing SNMP access to 3rd party client software (software currently unknown).

I’ve managed to generate and filter Alerts using Enterprise Manager and receive them as Emails (AlertAgent only) and as SNMP Traps, using “AdventNet SNMP Adaptor 5 MibBrowser” as client software for trap viewing and polling.

So far using MIB files “CAPS51-MIB.txt” and “EGATE50-SNMP-V2-MIB.txt” to generate my Polling requests I have only managed to get the following response:

====================

Sent get request to localhost : 16100

Request Failed: Error: Request Timed Out to 127.0.0.1

====================

Apart from using varying port numbers is there any special configuration options required or additional documentation available? Has anyone got Enterprise Manger/SNMPAgent Polling to work with any other SNMP management client software? Is there some software I should actually be using? Is SNMPAgent polling in SNMP V3 format?

Regards

M

[1215 byte] By [sdasasdasa] at [2007-11-26 16:05:32]
# 1

Issue resolved.

If anyone has this problem again, the solution is in two parts:

(1) SNMPAgents do not respond to incorrectly configured requests so disable the security to permit testing. For the SNMPAgent all useful setting seem to reside in the SimpleAgent.xml file, so find the SNMP "version" and set it to "1". So far I haven't been able to find any documentation for this component.

File: C:\JavaCAPS51\emanager\server\monitor\snmpagent\config\SnmpAgent.xml

<properties

...

version="3" -- Change to 1, available options (1|2|3)

...

/>

All polling requests should work now.

(2) The "AdventNet SNMP Adaptor 5 MibBrowser" doesn’t appear to support SNMP v3 security fully, or in a way compatible with the SNMPAgent implementation. The "iReasoning MIB Browser" (Professional Edition only with v3 support) works fine. Judging by the log files the CAPS SNMPAgent uses the iReasoning SNMP API.

sdasasdasa at 2007-7-8 22:27:33 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...