about rouser internal ?

"Leo Lei" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
hi, 
	using net-snmp-5.3.0.1
	configuration in snmpd.conf:
		rouser	nssro	
		createUser	nssro	MD5	authpass

with that configuration, i can snmpwalk the snmpVacmMIB and snmpUsmMIB using the SNMPv3 user nssro, as the following:
	snmpwalk -v 3 -u nssro -l authNoPriv -a MD5 -A authpass localhost snmpUsmMIB

and i get to know  how the snmpd operated(creating some conceptual rows) the tables defined in snmpUsmMIB and snmpVacmMIB,
so i want to obtain the same result using the view/group/access directives as the following:

	rwcommunity	nssrw
	createUser      nssro   MD5     authpass
	view   myiso   included        .1
	group  mygrp   usm     private
	access mygrp   ""      usm     auth    prefix  myiso   myiso   myiso

i can snmpwak the snmpUsmMIB and snmpVacmMIB using the following command:
	snmpwalk -v 2c -c nssrw localhost snmpUsmMIB

but i can get the same result when i used the following command:

[root@localhost sbin]# snmpwalk -v 3 -u nssro -l authNoPriv -a MD5 -A authpass localhost snmpUsmMIB 
Error in packet.
Reason: authorizationError (access denied to that object)	

and other questions:
	com2sec	is necessary for SNMPv3 VACM configuration? 

	why use COMMUNITY in the com2sec directive? it means that:
		for	security model v1/v2c,	community string;
		and
		for security model usm, SNMPv3 user
	right ?		

i am sorry asking for so many questions and thanks in advance.
 				
--------------
Leo Lei
2006-09-21



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.