Hello all, I'm having problems creating large tables (500 columns) on an embedded system and I wondered if it might be possible to get around the problem by creating several smaller tables (5 x 100 columns) at the same OID but using different column numbers (so the full OID should still be unique).
The first registration works OK but the subsequent ones fail with MIB_DUPLICATE_REGISTRATION which is pretty reasonable. Does anybody know of a way around this? The only other way I could think of solving the problem was to create an int instance for each element of the table but this uses too much memory (400kB for 60 int instances). I wondered if anyone might have other suggestions. Thanks in advance Phil Mason ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
