How , implement the ATM-MIB.txt in net-snmp-x.x.x package

2005-06-27 Thread mehdi gholami
dear koders !! .. I"m trying to implement the ATM-MIB.txt , then import and register taht to net-snmp-5.2.1 (in linux suse 9.2 ) for my research.. but i have some problems ... where can i find atm.c that work with my requests... or it help me to simulate and extend my cod

Re: Issue while implementing POWER-ETHERNET-MIB.

2005-06-27 Thread aakansha rajvi
While doing set operation using our application with the simulated device, the save operation is not successful and I got an information like "SNMP Error with the agent". So I tried to capture packets during set operation. Set operation is done for only one scalar oid and its type is IPAddress.

net snmp table

2005-06-27 Thread kanda.samy
  Hi,    Will  the mib2c  compiler able to process Row Status, namely tables controlled  by a columnar object  obeying  the rowstatus convention, as defined in RFC 2579?  if not, what changes should we make in the generated code , and example code would  be helpf

snmpget vs snmpwalk

2005-06-27 Thread res0d1zz
Hi, Greetings, How does snmpd distinguish snmpget and snmpwalk requests, by GET and GETNEXT? In callback function varXXX(), does argument, "exact", indicate a request is from snmpget or snmpwalk? It seems even for walk request, "exact" still could be 1. Is there a way which I can know a requ

Re: automated build/testing?

2005-06-27 Thread Thomas Anders
Wes Hardaker wrote: On Tue, 14 Jun 2005 17:28:14 +0100, Dave Shield <[EMAIL PROTECTED]> said: Weighing in late: I'd vote for -testing with an auto-subscribe of everyone on admin. If they want to remove themselves, thats fine. I don't think forcing people on testing permanently is necessarily

Re: NETSNMP_DS_LIB_DONT_PERSIST_STATE?

2005-06-27 Thread Thomas Anders
Wes Hardaker wrote: SF> 1) disable load of config SF> 2) disable load of persistent state SF> 3) disable save of persistent state I can see usefulness in all of them independently actually. Not a normal case, sure, but I could envision scenarios where I'd want to do each one separately. Care

Re: rfc: ifSpeed fix

2005-06-27 Thread Wes Hardaker
> On Tue, 14 Jun 2005 09:43:09 -0400, Robert Story <[EMAIL PROTECTED]> said: Robert> On Fri, 10 Jun 2005 17:53:49 -0400 Robert wrote: RS> The fix is very easy, but it is a definite change in behaviour. I see it as RS> in-line with the MIB description (and it's how my gigabit switch works). RS>

Re: automated build/testing?

2005-06-27 Thread Wes Hardaker
> On Tue, 14 Jun 2005 17:28:14 +0100, Dave Shield <[EMAIL PROTECTED]> said: Weighing in late: I'd vote for -testing with an auto-subscribe of everyone on admin. If they want to remove themselves, thats fine. I don't think forcing people on testing permanently is necessarily right unless the

Re: versiontag

2005-06-27 Thread Wes Hardaker
> On Mon, 20 Jun 2005 16:08:33 -0400, Robert Story <[EMAIL PROTECTED]> said: Robert> So, for the ump-teenth time, I got bit by not setting CVSUSER Robert> while packaging a release, meaning I had to go back and do Robert> several steps by hand. Looking at the versiontag script, I Robert> don't

Re: For developing Net-snmp sub agent(dll/so) what are the libraries to link.

2005-06-27 Thread Wes Hardaker
> On Mon, 20 Jun 2005 21:55:49 -0700 (PDT), mahua dutta <[EMAIL PROTECTED]> > said: Change this: mahua> all:$(PROG) mahua> $(PROG): $(OBJS) mahua> $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) to this: all:$(PROG) $(PROG): $(OBJS) $(CC) $(LDFLAGS) $(LDLIBS) -G -o $@ $(OBJS) `net-snmp-con

Re: rfc: snmptrapd as sub-agent

2005-06-27 Thread Wes Hardaker
> On Mon, 13 Jun 2005 15:53:58 -0700 (PDT), "David T. Perkins" <[EMAIL > PROTECTED]> said: David> Please, re-engineer snmptrapd to not be a subagent at David> all! There are many reasons for having it be a subagent. the NLM mib is just one. Your issue is not whether or not its

Re: rfc: snmptrapd as sub-agent

2005-06-27 Thread Wes Hardaker
> On Tue, 21 Jun 2005 17:46:40 -0400, Robert Story <[EMAIL PROTECTED]> said: Robert> Turns out that this isn't as easy as I'd hoped. The only way Robert> to do this would be a command line option, since config file Robert> parsing happens *after* the sub-agent int needs to be Robert> called. S

Re: rfc: log handling

2005-06-27 Thread Wes Hardaker
> On Wed, 22 Jun 2005 12:42:58 -0400, Robert Story <[EMAIL PROTECTED]> said: DS> Check http://www.net-snmp.org/dev/schedule.html for the identity DS> of the 5.1.x release manager :-) Robert> I know I'm in charge of 5.1.3, but don't know that I should Robert> imply that I'm not in charge of th

Re: rfc: log handling

2005-06-27 Thread Wes Hardaker
> On Wed, 22 Jun 2005 09:40:06 -0400, Robert Story <[EMAIL PROTECTED]> said: Robert> Hmm.. I guess that would be Wes, who hasn't spoken up. He'd Robert> better speak up soon, or the 5.1.3 release engineer will make Robert> an executive decision. Robert> Anyone else care to weigh in on the iss

Re: Patch for receiving traps from perl module

2005-06-27 Thread Wes Hardaker
> On Wed, 22 Jun 2005 16:00:20 -0500, "Beattie, David" <[EMAIL PROTECTED]> > said: David> It's been exactly 2 years since I said I would produce a patch for David> receiving traps within the perl SNMP module distributed with David> net-snmp. Sounds like a good anniversary! David> Sorry

Re: SNMP for ISP link performance??????

2005-06-27 Thread Wes Hardaker
> On Thu, 23 Jun 2005 11:09:21 -0700 (PDT), Shantanu Kumar <[EMAIL > PROTECTED]> said: Shantanu> Can I use SNMP somehow to measure performance to a Shantanu> particular host. so that atleast I can have a Shantanu> rough idea abt the performance of ISP to that link We currently d

Re: NETSNMP_DS_LIB_DONT_PERSIST_STATE?

2005-06-27 Thread Wes Hardaker
> On Fri, 24 Jun 2005 15:32:27 -0400, Robert Story <[EMAIL PROTECTED]> said: SF> I think there might be three options here: SF> SF> 1) disable load of config SF> 2) disable load of persistent state SF> 3) disable save of persistent state SF> SF> It seems to me that #2 and #3 should go toghte

Re: about Sun unix mib problem

2005-06-27 Thread Wes Hardaker
> On Sun, 26 Jun 2005 18:09:50 +0800, ³¢§»¹F <[EMAIL PROTECTED]> said: honda007> The Sun unix mib is "mib-2" That's a very old copy of the mib tree. honda007> but Net-SNMP need "mib-2c" We don't provide any mib by that name. Maybe you mean you want to use SNMPv2c? In which case mibs have

Re: linking error while compiling sample file in linux

2005-06-27 Thread Wes Hardaker
> On Mon, 27 Jun 2005 06:02:40 -0700 (PDT), mahua dutta <[EMAIL PROTECTED]> > said: mahua> I am getting the following errors. What did you run to produce that? mib2c or snmpget? Do both exhibit the same behavior? mahua> 2. run ./configure it should have *not* detected openssl in th

linking error while compiling sample file in linux

2005-06-27 Thread mahua dutta
I am getting the following errors. /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o: In function `_start':/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o(.text+0x18): undefined reference to `main'/usr/local/lib/libnetsnmp.so: undefined reference to `EVP_DigestInit'/usr/local/lib/li

RE: snmpwalk failing to return info from lo

2005-06-27 Thread Dave Shield
On Fri, 2005-06-24 at 19:01, Licause, Al wrote: > I appreciate the attention, but this is the third time I've been sent > this same patch.Has the patch changed from e-mail to e-mail ? No. The message was sent to you, and Cc:ed to the list (which is presumably why you received two copies). C

SNMP perl module problem

2005-06-27 Thread 林嘉璋
Dear Sir, I got some problems while running SNMP perl module in WIN2K. Referring to the example async1.pl, I write a sample code to query a snmp agent in 100 seconds. It works well in my linux PC, but hangs up in the WIN2K platform. The program will enters an infinite loop when executin

about Sun unix mib problem

2005-06-27 Thread 郭宏達
Dear Sir, The Sun unix mib is "mib-2" but Net-SNMP need "mib-2c" how can I use "snmpwalk" command to query Sun unix mib value   thanks

I have a problem with using "snmpdelta" command in Windows platform(XP,2000).

2005-06-27 Thread 郭宏達
Dear Sir,   I have a problem with using "snmpdelta" command in Windows  platform(XP,2000). that is,display the message  " select: No such file or directory" when I use the command " snmpdelta -v1 -Os -Cf -Cs -CS -Cp 10 -CP 10 -CT  -c public localhost IF-MIB::ifInUcastPkts.1" but I can use

fyi...snmp::info

2005-06-27 Thread Martin Laflamme
This is a port install of snmp::info on FreeBSD 5.4-RC3 #0:   Module still works btw   Cheers,   configure: WARNING: ## ##configure: WARNING: ## Report this to [email protected] ##configure: WARNING: ## -

RE: snmpwalk failing to return info from lo

2005-06-27 Thread Licause, Al
I appreciate the attention, but this is the third time I've been sent this same patch.Has the patch changed from e-mail to e-mail ? Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Story Sent: Monday, June 20, 2005 12:20 To: Licause, Al Cc:

RE: snmpwalk failing to return info from lo

2005-06-27 Thread Licause, Al
Thanks very much.We're submitting this as an official elevation to Redhat on behalf of our customer in order to request that this fix be included in their disbributions. Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Story Sent: Monday, Ju