This is a discussion on Re: snmp.conf + defSecurityLevel within the SNMP Users forums, part of the Networking and Network Related category; kanakamahesh.anasuri@wipro.com wrote: > I am trying to set the default security level for all usm users as &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
kanakamahesh.anasuri@wipro.com wrote:
> I am trying to set the default security level for all usm users as > “authPriv”. Hence I configured snmp.conf with defSecurityLevel authPriv > and set required ENV variables to point for config files. > > I could verify the following statements while running snmpd with > -Dread_config option > > read_config: Reading configuration /usr/local/share/snmp/snmp.conf > > read_config: /usr/local/share/snmp/snmp.conf:1 examining: > defSecurityLevel authPriv > > read_config: Found a parser. Calling it: defSecurityLevel / authPriv > > The above details can ensure that snmpd is reading snmp.conf & Setting "defSecurityLevel authPriv" will *not* cause the agent to only accept authPriv. Rather, you may want to use the rouser/rwuser config directives like this: rwuser xxx priv If you're trying to accomplish something else, please clarify. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ 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/...net-snmp-users |