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

2012-03-19 Thread Dave Shield
On 16 March 2012 22:03, Charlie Martin wrote: >  Now I try an snmpwalk > > 1006 $ snmpwalk -On -v 2c -c copan psmdev1 1.3.6.1.4.1.59.1.5.3.1.1.2 > .1.3.6.1.4.1.59.1.5.3.1.1.2 = STRING: "91" > > Observe that it gets back only one reply Yes - that is correct. Snmpwalk says "give me everything start

Multi homed host running snmpd

2012-03-19 Thread శ్రీధర్
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 agent address. I was expecting to see 10.10.1.10, is there a way to ensure that it used the ip a

Re: use of delayed_instance

2012-03-19 Thread Robert Story
On Wed, 14 Mar 2012 23:32:16 +0530 Ravi wrote: RK> Can any one explain me about delayed_instance.c RK> where it is being used.what is purpose of netSnmpExampleSleeper like RK> objects. Some agents must hand off work to other processes. A delayed instance lets the agent continue to process other ev

Re: mib2c tool

2012-03-19 Thread Robert Story
On Sat, 17 Mar 2012 09:29:43 +0530 Jasti wrote: JD> I am using mib2c tool for generating template code. My doubt is which JD> configuration file should be used. I mean UCD-SNMP style or NET-SNMP style. JD> If we use NET-SNMP style, which configuration to be used for tables? JD> If possible can yo

Re: "Unknown engine ID" error

2012-03-19 Thread Robert Story
On Sun, 18 Mar 2012 13:39:47 +0530 Ravi wrote: RK> Hi all, RK> RK> I have created snmpv3 user from the following command RK> RK> snmpget -v 3 -u ravi -l authNoPriv -a MD5 -A abcdefghij localhost RK> sysUpTime.0 RK> RK> when i try to snmpget after starting snmpd i found following unknown RK> e

Re: snmp_async_send blocks during snmpv3 probe

2012-03-19 Thread Robert Story
On Tue, 13 Mar 2012 07:22:16 +0100 Vincent wrote: VB> OoO En cette matinée pluvieuse du samedi 03 mars 2012, vers 10:53, je VB> disais: VB> VB> > Hi! VB> > I am hit by this annoying bug: VB> > https://sourceforge.net/tracker/?func=detail&aid=3446148&group_id=12694&atid=112694 VB> VB> > I am

Re: mib2c tool

2012-03-19 Thread Jasti Durgashree
no can u pls tell me ucd or net snmp to be used? On Sat, Mar 17, 2012 at 9:29 AM, Jasti Durgashree wrote: > Hi, > I am using mib2c tool for generating template code. My doubt is which > configuration file should be used. I mean UCD-SNMP style or NET-SNMP style. > If we use NET-SNMP style, which

Re: OID registration restriction

2012-03-19 Thread Robert Story
On Fri, 9 Mar 2012 14:30:26 +0800 (SGT) Sasikumar wrote: S> The directive in the snmpd.conf file is S> S> group alp1group usm alphion1user S> S> view   myiso included  .1 S> view    all included  .1.3.6.1.4.1.8742 S> view    all  included iso.3 S> S> S> access alp1group ""  usm   noauth  e

Re: Reg: snmptrapd using SNMPv3

2012-03-19 Thread Robert Story
On Mon, 12 Mar 2012 22:39:26 +0530 Biswajit wrote: BM> BM> Hi All, BM> I was trying to capture trap using snmptrapd for v3 traps, but I am not BM> able to see the traps, I have created user traptest with specicfic group BM> with v3 authentication with authpriv in snmp agent. BM> BM> Now did the b

Re: mib2c tool

2012-03-19 Thread Robert Story
On Mon, 19 Mar 2012 20:42:58 +0530 Jasti wrote: JD> no can u pls tell me ucd or net snmp to be used? We recommend the new style (net-snmp) handlers be used. -- This SF email is sponsosred by: Try Windows Azure free for 90

Re: OID registration restriction

2012-03-19 Thread Dave Shield
On 19 March 2012 15:17, Robert Story wrote: > So you've define a myiso view, but aren't using it anywhere.. Try:: > >  access alp1group ""  usm noauth  exact myiso all all >  access alp2group ""  usm auth    exact myiso all all >  access alp3group ""  usm auth    exact myiso all all That should

64-bit windows and winExtDLL

2012-03-19 Thread Bart Van Assche
On 03/19/12 16:16, Fulko Hew wrote: > C:\usr\bin>snmpd > -I-udp,udpTable,tcp,tcpTable,icmp,ip,interfaces,system_mib,sysORTable,snmp_mib > -DwinExtDll > registered debug token winExtDll, 1 > init_winExtDLL: initialization of DLL C:\Windows\System32\wow64mib.dll > failed. > init_winExtDLL: initializa

ipfilter MIBs not installed

2012-03-19 Thread metalliqaz
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/UCD-IPFILTER-MIB.txt so it isn't install

Re: 64-bit windows and winExtDLL

2012-03-19 Thread Fulko Hew
On Mon, Mar 19, 2012 at 1:07 PM, Bart Van Assche wrote: > On 03/19/12 16:16, Fulko Hew wrote: > > C:\usr\bin>snmpd > > > -I-udp,udpTable,tcp,tcpTable,icmp,ip,interfaces,system_mib,sysORTable,snmp_mib > > -DwinExtDll > > registered debug token winExtDll, 1 > > init_winExtDLL: initialization of DLL

Re: 64-bit windows and winExtDLL

2012-03-19 Thread Bart Van Assche
On 03/19/12 18:35, Fulko Hew wrote: > (Note: regardless of whether I run' vcvars32.bat x86' or choose 'x64', > the cl.exe command lines always show '/D "WIN32"' being used.) That's expected. A quote from http://msdn.microsoft.com/en-us/library/b0084kay.aspx: *_WIN32 - *Defined for applications fo

Re: 64-bit windows and winExtDLL

2012-03-19 Thread Dave Shield
On 19 March 2012 18:50, Bart Van Assche wrote: > Unfortunately the installer of the most recent Net-SNMP Windows binaries > contains some code that prevents the 32-bit binaries to be installed on > a 64-bit Windows system. Can you expand on that, please Bart? Although I've produced a couple of t

getting source code of a particular version

2012-03-19 Thread Ravi Kumar
Hi, How to get a source code of a particular version let us say net-snmp-5.3.0.1. I checked net-snmp repository and found only net-snmp-5.3.4 but could not get sub version of that (ie 5.3.0.1). Thanks... -- Thi