On 28/03/2008, Padala <[EMAIL PROTECTED]> wrote:
> My Application using SNMP4J API  is to give response for snmp v3 requests.
>
> I have given the following netsnmp command from my linux box.
>
> snmpget -v 3 -a MD5 -A 'hello1234'  -l authPriv  -u 'snmpuser1' -x DES -X
> hello1234 annra01-xp1 1.3.6.1.2.1.2.2.1.2.1 -t 30 -d

It's probably worth trying with 'authNoPriv' and/or 'noAuthNoPriv',
to determine whether the problem lies with the encryption handling.
or with SNMPv3 requests in general.



> My Agent application is responding to snmp request and it is sending the
> response but NetSNMP Get command unable to decode the message.
>
> I also attaching netsnmp output.

Errr.... you don't seem to have included the Net-SNMP error message.
Just the SNMP4J code (which isn't a lot of use on this list!)

It might also be worth running the snmpget command using
the debug option   "-Drecv".   That might give a better indication
of what's happening.

Dave

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to