tags:

views:

12

answers:

0

I have an existing MIB which has multiple OBJECT IDENTIFIERs, many scalaras under these OBJECT IDENTIFIERs and multple tables. Now I have a requirement to move this entire subtree under a main table as we need to support a single MIB for multiple physical systems with each system implementing its own part of subtree. How will my MIB look like? I know that I can change the tables in subtree to index the index of main table. But I dont know how to move OBJECT IDENTIFIER indexing to main table?