RE: mib2c does not like object syntax "IpAddress"

2010-09-23 Thread kavita raghunathan
Ok. I cant change templates so easily, but if that's the only way out, I would. Can you tell me why changing the configuration file will enable "in_addr_t" to be found ? I even tried editing net_snmp_config.h to HAVE_INADDR_T as 0 but still did not work. Kavita --- On Thu, 9/23/10, anup.shan.

mib2c does not like object syntax "IpAddress"

2010-09-23 Thread kavita raghunathan
Hello, even though I import IpAddress, I get an error while generating c files that looks like this: writing to defaults/table-sfOWBFarEndTable.m2d Starting MFD code generation... writing to sfOWBFarEndTable.h | +-> Processing table sfOWBFarEndTable writing to defaults/node-sfOWBifIndexNearEnd.m2

Sorted external table helper

2010-09-23 Thread Joshua Hoke
Hi, (Note: I am not subscribed to this list, so any replies should be CC'd to me.) A number of messages on this list have noted the inefficiency of the table iterator helper since it walks through every row in the table for every request. When it is expensive to retrieve rows this takes a long ti

How big can an SNMP request (or reply) be?

2010-09-23 Thread Connie Chan
Hi all, The FAQ reply netsnmp doesn't restricted by UCD fixed size buffer restriction. http://www.net-snmp.org/wiki/index.php/FAQ:Applications_24 What is the max request size that netsnmp will handle? We observed for any request > 4K willl, netsnmp agent won't send out any response. Thanks &

RE: mib2c does not like object syntax "IpAddress"

2010-09-23 Thread anup.shankar
Try using iterate / table.conf file in mib2c , this works.. -Original Message- From: kavita raghunathan [mailto:[email protected]] Sent: Thursday, September 23, 2010 2:07 AM To: [email protected] Cc: [email protected] Subject: mib2c does not lik