WRB - Problems compiling a .c produced by mib2c.

2004-07-23 Thread William R. Buckley
Working under RH9, with net-snmp-5.0.9, trying to implement 80211MIB, the following problems arises. The command line is gcc -g -O2 -Dlinux -x c ieee802dot11_oldapi.c I get errors having this form: var_ieee802dot11 undeclared here (not in a function) initialiser element is not constant (near in

configure

2004-07-23 Thread Carlos Cantu
had left out that my actual configure flag is --with-libwrap=/usr and the entire line of flags is --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin [EMAIL PROTECTED] '--with-mib-modules=host disman/event-mib' --with-persistent-directory=/var/ucd-snmp --with-sys-location=unknown --with-libwrap

Re: No Such Object available on this agent

2004-07-23 Thread Esteban Pizzini
On Fri, Jul 23, 2004 at 07:14:58AM -0600, [EMAIL PROTECTED] wrote: > On Fri, Jul 23, 2004 at 04:48:34AM -0600, [EMAIL PROTECTED] wrote: > > > > Hello! > > > > I've been able to integrate my MIB into the net-snmp agent, and the agent is > > running happily. > > > > Now when I do an snmpwalk

configure

2004-07-23 Thread Carlos Cantu
doing a configure with --with-libwrap getting: checking for tcpd.h... no Asked to use libwrap but couldn't find tcpd.h Help! My tcpd.h is in /usr/include/tcpd.h Thanks. Carlos --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE

Re: Agent Design Questions - TCP-MIB.txt

2004-07-23 Thread Dave Shield
> I have been perusing the source code of the tools agent, found in > the directory ./net-snmp-5.0.9/agent/.../mibII, and have noted some > characteristics that bear sharing with the users group. Fair enough. But you should be aware that this particular table was re-implemented in the 5.1.x line,

Agent Design Questions - TCP-MIB.txt

2004-07-23 Thread William R. Buckley
I have been perusing the source code of the tools agent, found in the directory ./net-snmp-5.0.9/agent/.../mibII, and have noted some characteristics that bear sharing with the users group. A few questions are posed, and the answers of others are most welcome, and desired. In that directory is th

Re: No Such Object available on this agent

2004-07-23 Thread haris_here
On Fri, Jul 23, 2004 at 04:48:34AM -0600, [EMAIL PROTECTED] wrote: Hello! I've been able to integrate my MIB into the net-snmp agent, and the agent is running happily. Now when I do an snmpwalk for the OID corresponding my MIB, the agent snmpwalk displays "No Such Object available on this a

Sub-agent not being "called"

2004-07-23 Thread Mark Hansen
Hi, I have implemented a stand alone SNMP agent similar to the example daemon provided at http://www.net-snmp.org/tutorial-5/toolkit/demon/index.html. The MIB I have implemented in this agent includes 1 scalar (enterprises.14010.1.1) and 1 table (enterprises.14010.1.2). The source code was orig

Re: No Such Object available on this agent

2004-07-23 Thread Esteban Pizzini
On Fri, Jul 23, 2004 at 04:48:34AM -0600, [EMAIL PROTECTED] wrote: > > Hello! > > I've been able to integrate my MIB into the net-snmp agent, and the agent is > running happily. > > Now when I do an snmpwalk for the OID corresponding my MIB, the agent > snmpwalk displays "No Such Object avai

No Such Object available on this agent

2004-07-23 Thread haris_here
Hello! I've been able to integrate my MIB into the net-snmp agent, and the agent is running happily. Now when I do an snmpwalk for the OID corresponding my MIB, the agent snmpwalk displays "No Such Object available on this agent". Where am I going wrong? Can anyone help me with this? Than