On Fri, 19 Nov 2004 20:52:29 +0900 [EMAIL PROTECTED] wrote:
NNC> I'd like to use SNMPv3 (USM&VACM) in watching of server status.
NNC> So I have to set up SNMPv3 agent, but it doesn't work.
NNC> I think that USM works fine and VACM doesn't.
NNC> 
NNC> I want to restrict SNMP request that receiving only from localhost.

The best way to do that doesn't involve vacm or usm. Simply don't listen to
other interfaces. If you specify 'localhost' as the last argument to snmpd, it
will only bind to localhost, and will never receive SNMP packets from anywhere
else.

NNC> Please tell me how to implement USM and VACM in SNMPv3.

There are multiple sources of information for configuring access control,
including the FAQ and the snmpd.conf man pages. You can also use 'snmpconf -g
basic_setup' to guide you through the process.

-- 
Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
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

Reply via email to