Another simple question: testing agent++

Jochen Katz katz____agentpp.com
Wed Sep 12 23:06:22 CEST 2001


Hi,

> I have now successfully built one of the example programs: the static_table
> agent.
> 
> I also have built the agent++ SNMP command line tools that support SNMPv3.
> 
> So now I want to make sure that everything is working OK. Once I have started up
> the static_table agent (listening on port 161), what command lines can I enter
> to interact with the agent?
> 
> I have tried several possible command lines for snmpWalk (and other) programs ,
> but I don't seem to be able to find the correct combination of options. It seems
> like the agent is sort-of responding, but snmpWalk always ends up complaining
> about one or another of the options. So one or more example command lines that
> should generate a valid (i.e., non-error) response from the static_table agent
> would be super-appreciated!

a valid command line would be:

AuthPriv: snmpNext localhost 1.3 -v3 -snMD5DES -md5 -des
-uaMD5DESUserAuthPassword -upMD5DESUserPrivPassword

AuthNoPriv: snmpNext localhost 1.3 -v3 -snMD5DES -md5 
-uaMD5DESUserAuthPassword -p4700 -sl2

NoAuthNoPriv: snmpNext localhost 1.3 -v3 -snMD5DES  -p4700 -sl1

Kind regards,
  Jochen





More information about the AGENTPP mailing list