This is a discussion on RE: "too many textual conventions" MIB error within the SNMP Coders forums, part of the Networking and Network Related category; Robert, Thanks! We found out that we had an earlier version of the code with 1024. We increased it to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Robert,
Thanks! We found out that we had an earlier version of the code with 1024. We increased it to 16384 to make sure we do not run out again. I appreciate a quick response. Thanks Boris -----Original Message----- From: Robert Story [mailto:rstory@freesnmp.com] Sent: Saturday, May 21, 2005 12:28 PM To: Friedman, Boris A (Boris) Cc: net-snmp-coders@lists.sourceforge.net; 'nba@users.sourceforge.net'; Nguyen, Nhan Luong Trong (Nhan) Subject: Re: "too many textual conventions" MIB error On Thu, 19 May 2005 19:37:56 -0400 Friedman, wrote: FBA> We are trying to get the Cisco MIBs compiled using net-snmp stack in order FBA> to have our management system support Cisco devices. [...] FBA> FBA> Too many textual conventions (INTEGER): At line 116 in [...] FBA> FBA> Someone with experience in MIB compilation using this stack thinks that FBA> there maybe a hard limit of 1000 textual conventions in the stack and we FBA> are exceeding that limit. Is it true? The limit is 4096, and it is defined in snmplib/parse.c. Increase MAXTC for a higher limit. Or, hack up the code to do dynamic allocation (and submit a patch). -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |