Re: ipfilter MIBs not installed

2012-03-20 Thread David Howland
On 3/20/2012 5:02 AM, Dave Shield wrote: ... > > The second is that this was a simple oversight. > Comparing the list of MIBs shipped with the distribution, versus > the list of MIBs actually installed - the following are currently omitted: > > DISMAN-{EXPRESSION,NSLOOKUP,PING,TRACEROUTE}-MIB.

Re: 64-bit windows and winExtDLL

2012-03-20 Thread Bart Van Assche
On 03/20/12 19:51, Fulko Hew wrote: > I did not test x86 with an x86build of openSLL, because the issue now > seems > to simply be winExtDll/Microsoft DLLs/Windows 7. > > I wish I had an older (pre Win 7) box to try to build on. > > Do any of these test results suggest anything? All tests I ran we

Re: 64-bit windows and winExtDLL

2012-03-20 Thread Fulko Hew
On Tue, Mar 20, 2012 at 3:23 PM, Bart Van Assche wrote: > On 03/20/12 13:30, Fulko Hew wrote: > > In the mean time, I thought I'd drop back (disable winExtDLL) and > > enable/build-with openSSL > > support. I downloaded openSSL 1.0.1 built it and installed it where I > > think it belongs > > as

Re: pass_persist agent doesn't work with snmpwalk (probable noob question)

2012-03-20 Thread Dave Shield
On 20 March 2012 16:58, Charlie Martin wrote: > Ah, hell.  You know, trying to figure this stuff out from a standing start > is like spending two months reading stereo instructions. Which is why I tend to encourage people to walk for a while (use the existing SNMP agent, and get a feel for how it

Re: Multi homed host running snmpd

2012-03-20 Thread శ్రీధర్
any one any suggestions will be much appreciated. Thanks S 2012/3/19 శ్రీధర్ > Hi, > I have an machine with a subinterface for eth0, as shown below. I've the > added > "agentaddress 10.10.1.10" to snmpd.conf file and when i run the agent i > get the > coldStart trap with 192.168.0.2 as the age

Re: "Unknown engine ID" error

2012-03-20 Thread Dave Shield
On 20 March 2012 18:47, Ravi Kumar wrote: > Used following to start snmpd after that. > > ./snmpd -c /usr/local/share/snmp/snmpd.conf,/var/net-snmp/snmpd.conf The agent ought to pick up the persistent config file automatically. You shoudn't need to specify this explicitly. (And that might well b

Re: 64-bit windows and winExtDLL

2012-03-20 Thread Bart Van Assche
On 03/20/12 13:30, Fulko Hew wrote: > In the mean time, I thought I'd drop back (disable winExtDLL) and > enable/build-with openSSL > support. I downloaded openSSL 1.0.1 built it and installed it where I > think it belongs > as per README.win32 (and my interpretation of VS10 directories). I haven

Re: "Unknown engine ID" error

2012-03-20 Thread Ravi Kumar
I am using root credential to do all these so no issues with permissions. I have changed these two files /usr/local/share/snmp/snmpd.conf ( added "rwuser ravi auth system" ) /var/net-snmp/snmpd.conf ( added "createUser ravi MD5 mypass123" and then started snmpd) The sn

Re: pass_persist agent doesn't work with snmpwalk (probable noob question)

2012-03-20 Thread Charlie Martin
On 03/19/2012 02:46 AM, Dave Shield wrote: > Though I'm not convinced that the MIB you are walking is valid. > If these are a series of scalar objects, then the OIDs should all end in .0 > If they are part of a table, then all the values for a particular column > object should be of the same type.

Re: ipfilter MIBs not installed

2012-03-20 Thread Dave Shield
On 20 March 2012 15:18, Robert Story wrote: > On Tue, 20 Mar 2012 09:02:53 + Dave wrote: > DS>     Comparing the list of MIBs shipped with the distribution, versus > DS> the list of MIBs actually installed - the following are currently omitted: > DS> > DS> DISMAN-{EXPRESSION,NSLOOKUP,PING,TRAC

Re: "Unknown engine ID" error

2012-03-20 Thread Robert Story
On Tue, 20 Mar 2012 14:12:41 +0530 Ravi wrote: RK> moreover createuser commands is not getting replaced by key in RK> persistent snmpd.conf after restarting snmpd (as per snmpv3 RK> documentation). RK> RK> createUser ravi MD5 mypass Are you stopping snmpd before editing the snmpd.conf file? If s

Re: ipfilter MIBs not installed

2012-03-20 Thread Robert Story
On Tue, 20 Mar 2012 09:02:53 + Dave wrote: DS> Comparing the list of MIBs shipped with the distribution, versus DS> the list of MIBs actually installed - the following are currently omitted: DS> DS> DISMAN-{EXPRESSION,NSLOOKUP,PING,TRACEROUTE}-MIB.txt DS> LM-SENSORS-MIB.txt DS> MTA-MIB.txt

Re: command snmptrap (a command line interface) using SNMP v2

2012-03-20 Thread Robert Story
On Tue, 20 Mar 2012 09:08:36 +0100 Zeljko wrote: ZM> On Thu, 1 Mar 2012 20:52 Robert wrote: ZM> RS> If it's a linux box with iptables, google for 'iptables packet mangle' ZM> RS> and you should get lots of good information. Since you've got a fixed ZM> RS> destination and multiple 'sources', what

Re: 64-bit windows and winExtDLL

2012-03-20 Thread Fulko Hew
On Mon, Mar 19, 2012 at 2:50 PM, Bart Van Assche wrote: > On 03/19/12 18:35, Fulko Hew wrote: > > > ... So I thought I'd compile with vcvarsall.bat x86 (expecting to see > > the 'other' 3 DLLs fail to load). > > Now I see (when using snmp -DALL) that snmpd sees only _5_ DLLs to load > > (it omitt

Re: getting source code of a particular version

2012-03-20 Thread Dave Shield
On 20 March 2012 05:53, Ravi Kumar wrote: > How to get a  source code of a particular version let us say net-snmp-5.3.0.1. Go to the GIT (or SVN) repository, and retrieve the relevant tag That would be 'v5.3.0.1' (git) or 'Ext-5-3-0-1' (svn) in this case, and the code can be browsed at http:/

Re: ipfilter MIBs not installed

2012-03-20 Thread Dave Shield
On 19 March 2012 18:06, wrote: > Using net-snmp on a NetBSD router using ipfilter (ipf).  I'd like to use > the agent to monitor the state of the firewall.  Now, net-snmp comes > with ipf-mod.pl to make it happen; so far, so good.  However, for some > reason mibs/Makefile.in does not include mibs

Re: "Unknown engine ID" error

2012-03-20 Thread Ravi Kumar
still it is not working. /root>snmpwalk -v 3 -u ravi -l authNoPriv -a MD5 -A mypass 192.168.2.11 .1.3.6.1.2.1.1 snmpwalk: Unknown engine ID moreover createuser commands is not getting replaced by key in persistent snmpd.conf after restarting snmpd (as per snmpv3 documentation). createUser

Re: OID registration restriction

2012-03-20 Thread Sasikumar
Thank you it worked   Regards, Sasikumar.B From: Robert Story To: Sasikumar Cc: [email protected] Sent: Monday, 19 March 2012 8:47 PM Subject: Re: OID registration restriction On Fri, 9 Mar 2012 14:30:26 +0800 (SGT) Sasikumar wrote: S>