Hello,

I am currently trying to configure an snmpd.conf, but I can't manage
to obtain what I'm looking for. Could I please ask for help ? Here is
a (little) simplification of what I am trying to do -- of course I
changed the machine names and passwords.

Consider two hosts. The first one, call it myremotehost, is already
configured. I can perform read-write requests to this host with the
following command arguments:
  -v 3 -u user -l authPriv -a MD5 -A RemotePass -x DES -X RemotePass

Now I will configure the second host, call it mylocalhost, so that
the following command arguments give the following results:

  -v 1 -c public
  -v 2c -c public
     ==> read-only access to mylocalhost mib

  -v 3 -u privuser -l authPriv -a MD5 -A LocalPass -x DES -X LocalPass
     ==> read/write access to mylocalhost mib

  -v 1 -c remote
  -v 2c -c remote
     ==> read-only access to myremotehost mib via proxy

  -v 3 -u remoteuser -n remotectx -l authPriv -a MD5 -A ProxyPass \
                                              -x DES -X ProxyPass
     ==> read/write access to myremotehost mib via proxy

Note: the agent shall listen to udp port 161, both on IPv4 and IPv6,
so that the snmpd.conf begins with:
  agentaddress udp:161,udp6:161

About the views, I have no particular requirement, so that it contains:
  view allview included .1.3

But for the rest I'm puzzled between createUser, rocommunity and
rocommunity6, rwuser, com2sec and com2sec6, group, access, and proxy.
So any help would be highly appreciated.

Regards,
-- 
Olivier Miakinen

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
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