Hi, I'm using the SNMP protocol. In my project I have about 3000 registers that I want to allow the user to read using SNMP. I can create in the MIB table 3000 entries - but it looks unlogic. Every MIB Entry must have a uniqe OID. If I have the option to create in the MIB table an address that cover (for ex.) OID from 1 to 100, then this entry will call (callback) one function with this OID and I can prepare the value for result..
Any suggestion? Thanks,