On 07/01/2008, Pamidipati Suresh-G20238 <[EMAIL PROTECTED]> wrote:
> Following are the directives/lines added in snmpd.conf for snmpv3
> configuration.
>
> #########################################
> rwuser user1 noAuthNoPriv 1
> createUser user1 MD5 user123 DES

> access mygroup context any noauth prefix myview myview myview
> ##########################################

That config should allow access with any context of the form
        context{something}


> Following is the output of snmpwalk command.
>
> # snmpwalk -v 3 -u user1 -l noAuthNoPriv -r 0 -t 10 -n "context1" -m
> /usr/share/snmp/mibs/NET-SNMP-AGENT-MIB.txt localhost nsModuleEntry
> NET-SNMP-AGENT-MIB::nsModuleEntry = No more variables left
> in this MIB View (It is past the end of the MIB tree)

The agent is responding to the request.
That means that your access config settings are working correctly.
If the agent didn't recognise the context, it wouldn't report 'endOfMib'

It looks as if there isn't anything registered under that particular
subtree in this context.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to