On 14/04/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi! I need to get access to SNMPv3 securityName and auth passphrase from
>  MFD code that i use to serve requests to my MIB table. Is it possible at
>  all to get this auth data?

You should be able to get hold of the SNMPv3 security name.
This is one of the fields in the request PDU.

You won't be able to get the authentication pass phrase - this isn't
stored anywhere within the agent (or the request).   The password
is used to generate a "localised key", specific to an individual
SNMP agent.  This key is what is used to digitally sign the request,
not the authentication password itself.

What exactly are you trying to do?

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to