ipXtable not usable in 5.2.1

2005-07-28 Thread Javier Torres
I was hoping for some help on this one.  The release notes says this works in this release but the rpm I pulled down to work with my fc2 boxes does not have this available.  Although I see it in the MIB I cannot do a snmpwalk of the table nor can I do a get of the different oids.  Is there a

linear handling of oids in a set command?

2005-07-28 Thread Chris Cunningham
When several objects are set in a single command, I've noticed that the snmp agent groups sets of the same object together. It then processes all requests for that object and then moves on to the next object instead of simply marching down the list of oids and handling them in the order they were

logging with -LS

2005-07-28 Thread Victor Hiebert
Using net-snmp 5.2.1 on FreeBSD 4.10 and 5.4 installed from ports. I am trying to send snmpd logs to syslog using priority 4 (LOG_WARNING) and facility 4 (LOG_LOCAL4). I do this with the command: snmpd -LS 4 4 It doesnt give any errors, but continues to log to the default log file and not syslo

RE: snmptrapd Core Dump !

2005-07-28 Thread Wu, Lan, ALABS
Hi, The snmptrapd core dump again after bring up 8 days, the result is same as before, please see the attachment. Please advise. Lan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wu, Lan, ALABS Sent: Wednesday, July 20, 2005 11:29 AM To: net-snmp-use

SNMP Management to non-routable servers

2005-07-28 Thread Kevin Conway
Hi Net SNMP Users, I have a security applaince with two NIC cards installed, one attached directly to the corporate network, the other attached to a network which in turn has a number of security appliances connected (The NIC's have addresses on two diffrent subnets the "Corporate" network and

registered watcher reporting no such instance

2005-07-28 Thread Paul Davies
The following code snippet works and returns a valid oid value; netsnmp_register_read_only_ulong_instance("myVar", myVar_oid, OID_LENGTH(myVar_oid), &myVar, NULL); I then replaced it with a consolidated

RE: Compile issue net-snmp 5.1.3.1

2005-07-28 Thread Bruce Shaw
># make >make: Fatal error: No arguments to build Which make? Does "make clean" or "make distclean" do anything productive? Try a fresh configure. If that doesn't work "rm config.status". This communication is intended for the use of the recipient to which it is addressed, and may contain confid

Re: setting multiple columns in one command

2005-07-28 Thread Chris Cunningham
So, without changing any of the code, I moved the module back into the main snmpd agent and it worked fine. None of the previous unexpected results were seen. Are there any known bugs with using an agentx subagent and the dataset type tables/handlers or might it have something to do with the fact

Net-snmp

2005-07-28 Thread Bongani Malalane
Hi guys. I have a problem when monitoring processes with net-snmp. I've set snmpdconf as follows proc runmqlsr proc amqmqzxma0 proc tnslsnr proc ora_pmon_devmint proc MINTTEST The runmqlsr,amqmqzxma0 and ora_pmon_devmint are sending traps to my destination that they are not running, whereas

question regarding mib2c

2005-07-28 Thread Oz, Tal (Tal)
Title: question regarding mib2c I'm using net-snmp 5.1.3 I'm trying to to create template with minimal code using mib2c -  like the code of snmpTargetAddr.c. i.e. -  struct variable2 snmpTargetAddrEntry_variables[] = { ... } but all the options I used with mib2c didn't create such code.