All,
 
We are using Net-snmp-5.2.2 as Agentx master agent and subagent.
I have configured the agent to be SNMPv3 agent and created user, group
and access permissions with a non-null context name. But when snmp v3
request is sent with valid username, security level and context name,
SNMPD is responding with " No more variables left in this MIB View". I
am not sure where the configuration went wrong. However SNMPD is
responding when a null context name ( -n "" ) is given in the request.
 
Following are the directives/lines added in snmpd.conf for snmpv3
configuration.
 
#########################################
rwuser user1 noAuthNoPriv 1
createUser user1 MD5 user123 DES
 
group mygroup v1 user1
group mygroup v2c user1
group mygroup usm user1
view myview included .1.3.6.1
access mygroup context any noauth prefix myview myview myview
##########################################
 
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)
 
Did any of you encounter this kind of problem..? Can you please let me
know if there are any changes required in the configuration..?
Any help on this will be really appreciated.
 
Thanks & Regards,
Suresh.


 
 
-------------------------------------------------------------------------
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