To give more details:
I'm writing a SNMP agent. The agent is getting GET requests from
external 
SNMP compliant program. My agent should process the request (using the
OID) 
and call another external program (written in java) to fetch this
requested 
data. Then the agent should return this data to the SNMP compliant
program 
which requested the data, using the response process.
I am able to get the request forwarded to the TestAgent provided. I am
not able to figure out how to hook responder so that for particular
oid's I can use my code?
Please give me some pointers.

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Pankaj Arora
Sent: Friday, May 15, 2009 10:50 AM
To: [email protected]
Subject: [SNMP4J] SNMP agent implementation

Hi,

I am new to SNMP development. I have a requirement to create a proxy
agent which gets the requests forwarded from SNMP and replies to them. I
took the TestAgent example provided in snmp4j-agent package and ran it.
I am at stage where when I do snmpWalk the request are getting forwarded
to the TestAgent class, but I am not sure how to hook my code to reply
to those requests. Can anyone of you provide some tutorials or
instructions on how to proceed on this?

 

Thanks,

Pankaj Arora

_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to