[SNMP4J] (no subject)

Frank Fock fock at agentpp.com
Wed Feb 9 11:36:30 CET 2005


Hi Dan,

Please find my comments inline:


Daniel Bress wrote:

>I am interested in developing a java based snmp agent using snmp4j.  I
>am a little confused where to start.  I read on the news group that full
>agent support has not been implemented in snmp4j yet.  Is this correct?
>
>  
>
Yes and no. SNMP4J contains everything needed to implement a SNMP agent.
However, particularly if you want to implement a SNMPv3 agent there is
a lot of functionality that *you* will have to implement. Those 
functionality could
be implemented as an API (SDK) because any agent will need it. That's what
SNMP4JAgent will provide in the future.

> 
>
>To make sure I understand how snmp agent development is supposed to work
>can someone verify that these are the steps I would want to do
>
> 
>
>1)       define my agent mib
>
>2)       run a mib-compiler to convert the mib into java class stubs
>
>3)       implement my stubs to perform the appropriate
>instrumentation/configuration based on what that lead node is supposed
>to do.
>
> 
>
>Is this correct or am I missing something?
>
>  
>
This would be correct if SNMP4JAgent already exists. So either you write
something similar for SNMP4J or you wait until SNMP4JAgent is released.

Best regards,
Frank




More information about the SNMP4J mailing list