Re: Fails:: SNMPGetNext and GetBulk has the IP Address Index reversed in the request.

2010-08-26 Thread Dave Shield
On 26 August 2010 12:10, wrote: > Any one else in the group, have faced this issue. it's extremely > high priority to get this issue resolved. > > Any help in this is highly appreciated. If you want a quick-n-dirty hack to get things working, you could always tweak the vplexDirectorFETable_entry

make just the binaries & man pages?

2010-08-26 Thread Lee
Is it possible to build just the snmpXXX programs and man pages? I fed this bit to configure: ./configure \ --disable-agent --disable-mibs \ --disable-embedded-perl --without-perl-modules \ --with-default-snmp-version="2" \ --with-libs="-lws2_32" and the "make && make install" di

Agent returns table index

2010-08-26 Thread Norasyikin MD Ali
Hi, I've a question regarding agent behaviour. I've built a table using mib2citerate.conf template in the agent and I would like the agent to return an available index of the table to the NMS for SET purposes without the manager polling it. Does the manager try to do a set without specifying th

RE: Fails:: SNMPGetNext and GetBulk has the IP Address Index reversed in the request.

2010-08-26 Thread anup.shankar
Any one else in the group, have faced this issue. it's extremely high priority to get this issue resolved. Any help in this is highly appreciated. Thanks, Anup -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Thursda

Re: Net-SNMP installation under XP Cygwin

2010-08-26 Thread Bart Van Assche
On Thu, Aug 26, 2010 at 3:27 AM, Leo Lin wrote: > I found out that the tarball I downloaded was corrupted. I downloaded > the net-snmp-5.5, and during the ./configure and ./make install, Gygwin did > not allow the install to copy several files > > the message posted: accessed_denied > > I finis

Re: trapsess problems

2010-08-26 Thread Markus Hofer
Ok, I think i finally found smthing to work with: First of all a msg from dave i found here " Msg from Dave http://www.mail-archive.com/net-snmp-users@lists.sourceforge.net/msg16507.html Bottom line: The username and engineID specified (either implicitly or explicitly) by the sending applica

snmpset problem

2010-08-26 Thread Shu Hung (Koala)
Hello, I'm trying to work something out with snmpset (Net-SNMP 5.5). I have added this line to my snmpd.conf rwcommunity public localhost And I did not set any restriction to the community 'public'. Then I try to set a dummy string to it with this command: snmpset -v 2c -c public localhost ucd

About the trap sending problems

2010-08-26 Thread Alexander King
1.it the subagent send it or the master agent send it ? or the two do the work? 2.Now I use polling strategy monitor the data and send the trap use the subagent( at least from the code to say), is there another way to send the trap quickly( reduce complicate middle steps ) when the device dat

Can the master agent bypass the subagent and get all the data definited by the subagent???

2010-08-26 Thread Alexander King
after the subagent loaded,is it feasible?-- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of specia

Re: trapsess problems

2010-08-26 Thread Markus Hofer
Hi again After a loot of testing ;) I understood that the agent, sending traps always takes the engineID of itself(so everytime you restart it a new one), never the engineID specified in the trapsess line... To monitor the traps by the trapagent on a remote host, i have to create the user in t

Re: Fails:: SNMPGetNext and GetBulk has the IP Address Index reversed in the request.

2010-08-26 Thread Dave Shield
On 26 August 2010 06:27, wrote: > Could you get a chance to look into this. I've managed to reproduce the problem, yes. (Once I'd stripped out all of the remaining C++ stuff from your example code!) Unfortunately I've only got one day before I leave for a week's holiday, so I'm not going

Re: netsnmp_udp_create_XXX Api

2010-08-26 Thread Dave Shield
On 26 August 2010 07:52, sanjaykumar wrote: > Could anyone explain under what condition below API will called: > > 1. netsnmp_udp_create_tstring > 2. netsnmp_udp_create_ostring I believe that the 'tstring' routine is used when an SNMP target is requested using a notation such as "udp:localhost:1

netsnmp_udp_create_XXX Api

2010-08-26 Thread sanjaykumar
Hi All, Could anyone explain under what condition below API will called: 1. netsnmp_udp_create_tstring 2. netsnmp_udp_create_ostring Rgds, Sanjay -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Progra