Availability of agentx header files.

2005-05-19 Thread Kurapati M-G19456
Hi all, We are trying to install NET-SNMP-5.1.1 RPM. But when we install this we are not seeing the 'include' files not getting created in /usr/include/net-snmp. But, I observed that, when we did confiugre(--prefix=/usr), make, and make install we observed that /usr/include/net-snmp

Re: timeout except with mibbrowser

2005-05-19 Thread Dave Shield
On Wed, 2005-05-18 at 20:35, muzzol wrote: here goes: snmpget -d -c public 192.168.123.254 system.sysDescr.0 Sending 64 bytes to 192.168.123.254 : 30 3E 02 01 03 There's your problem. You haven't specified the SNMP version to use, so it's defaulting to SNMPv3. Try snmpget -v

Re: IANAifType-MIB Bad timestamp format (11 or 13 characters)

2005-05-19 Thread Dave Shield
On Wed, 2005-05-18 at 21:02, King, John (Greg) (LMIT-HOU) wrote: I get the message below when trying to load it with snmptrapd (-M /usr/share/snmp/mibs:/usr/share/snmp/mibs/Standard). Bad timestamp format (11 or 13 characters) (9806023Z): At line 10 in

Re: DHCP support

2005-05-19 Thread Dave Shield
On Thu, 2005-05-19 at 03:49, Paul Chen (QD/LJC) wrote: Does the DHCPD in Linux support SNMP? Ummm... probably not. I've had a quick scan through the latest ISC source for DHCP, and it doesn't mention SNMP or MIBs at all. There *is* a MIB for DHCP monitoring, but it doesn't look as if

Re: Availability of agentx header files.

2005-05-19 Thread Dave Shield
On Thu, 2005-05-19 at 08:21, Kurapati M-G19456 wrote: We are trying to install NET-SNMP-5.1.1 RPM. But when we install this we are not seeing the 'include' files not getting created in /usr/include/net-snmp. You probably need the 'net-snmp-devel' RPM. The main RPM is used for running a

RE: Availability of agentx header files.

2005-05-19 Thread Kurapati M-G19456
I tried to see the contents of net-snmp-devel-5.1.2-1.rh9.i386.rpm contents using rpm -qpl option. I could not find any of the agentx files in this rpm. (agentx_config.h, protocol.h, etc...) Please let me know, are they part of any other RPM? Thanks Mahesh -Original Message- From:

GET-NEXT with multiple varbinds results in a loop.

2005-05-19 Thread Pamidipati Suresh-G20238
Title: Message Hi Dave, GET-NEXT on last scalar object resulting in a loop is solvedwhen SNMP_ERR_GENERR is passed to netsnmp_set_request_error() api for the tables instead of SNMP_NOSUCHINSTANCE. Net-snmp library called the table handlers in the correct order without any

MIB Browsers

2005-05-19 Thread Steve Comfort
Hi all, There appear to be a plethora of MIB browsers (commercial and freeware) out there. Can anyone recommend any in particular? Ideally we'd like one that has a customizable look-and-feel, but that may be expecting a bit much? Thanks in advance Steve Comfort

Communication between Manager and Agent through a FW

2005-05-19 Thread Foppa Foppa
Hi guys, here is my problem I have a firewall between my Manager server and the server i want to monitor with net-snmp. IP manager : X IP Firewall : Y IP Agent : Z Z is answer well when i ask in localhost but when i tried to do it from the Manager here is what i see i do a snmpget -v 1

snmp + c api

2005-05-19 Thread Alaios
Hi i need a simple c program that can query a mib and get the value of only one mib. Plz help me starting doing that __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/

snmpv3?

2005-05-19 Thread noc-ops
Hi, Are folks starting to implement this version on their devices? What were some of your challenges in deploying them, if any? Any insight will be appreciated? regards, /virendra --- This SF.Net email is sponsored by Oracle Space Sweepstakes

Re: MIB Browsers

2005-05-19 Thread Vili Germic
Hi, I found a very useful and powerful tool: MG-SOFT's MIB Browser (www.mg-soft.com) You can download it from their home page... Steve Comfort wrote: Hi all, There appear to be a plethora of MIB browsers (commercial and freeware) out there. Can anyone recommend any in particular? Ideally we'd

RE: MIB Browsers

2005-05-19 Thread Andrews, Glenn J (Glenn)
I will second the MG-SOFT browser as well. Very versatile tool with many features. Its about $395.00 thru my software supplier. It comes in Browser, Compiler, Builder, Trap-Ringer With SNMPv1,2c 3 flavors. Glenn Andrews Premise Operations / Lucent Technologies -Original Message-

Basic MIB/OID questions

2005-05-19 Thread Saqib bin Sohail
Hopefully 1 of you big guns out there has a few minutes to spare. First of all I would like to know whats the difference between a MIB and OID .1.3.6.1.2.1.2.2.1.7.$if_index is a CISCO MIB/OID to get the admin status of a port. I am trying to figure out how this was generated so that I can

Re: register two table handers, only one invoked

2005-05-19 Thread Steve S. Law
Hi, The second table handler is now being invoked now. I do not remember exactly what has changed since I first posted the question but after I changed my sub-agent code from 1 table (I decided to combine the columns from 2 tables into 1 table because 1 table was working for me), back to 2 table

Adding values to a Table using netsnmp_table_data_set

2005-05-19 Thread W Raul S
Hello everyone, A mib table created with mib2c.create-dataset.conf (5.2.1.1) uses a netsnmp_table_data_set to manage the table, but the only fn to create entries using the snmp lib is netsnmp_set_row_column() which only takes a string when setting the value of the column of a particular row in