On 16/01/07, Hamid Taromian <[EMAIL PROTECTED]> wrote: > Can i build the mib tree dynamically? i mean the can the agent > configure my devices and add that node to the mib tree?
Yes. The MIB file(s) defining your MIB structure need to exist beforehand, but the agent can dynamically decide which portions of this to initialise. There's nothing wrong with that. > for example we have some devices on one system that we dont have on the > other system. but we want to use a uniqe mib for all the machines. That's perfectly normal. You can either define a common MIB structure that's applicable to all your systems, or have different MIB tables, etc for the different types of system. (Or a combination of the two). It might be worth looking over the Host Resources MIB, to get a feel for one (relatively complex/flexible) approach to this sort of requirement. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
