This is a discussion on Re: starting snmpd with multiple configuration files within the SNMP Users forums, part of the Networking and Network Related category; On 09/02/07, Amita Mhaskar <amita.mhaskar@intransa.com> wrote: > I tried starting snmpd from net-...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 09/02/07, Amita Mhaskar <amita.mhaskar@intransa.com> wrote:
> I tried starting snmpd from net-snmp-5.3.1 by specifying multiple > configuration files. > 1) /opt/internal/bin/snmpd -p /opt/internal/var/run/snmpd.pid -c > /ffs/etc/snmpd.conf,/usr/local/share/snmp/snmpd_persistent.conf That would work - either as it stands, or with quotes around the filenames. The others (with spaces between the files) won't. > When I start snmpd with any of these syntaxes, it does not respond to any > commands like snmpwalk etc.. That's probably more to do with what access configuration you've got in these files, and how you are querying the agent. /opt/internal/bin/snmpd -p /opt/internal/var/run/snmpd.pid -c /ffs/etc/snmpd.conf,/usr/local/share/snmp/snmpd_persistent.conf -f -Le -Dread_config to see what configuration is actually being read in. Dave ------------------------------------------------------------------------- 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 |