In order to be able to add this mib, I had to edit the mib file from : Code: 14 IMPORTS 15 Counter 16 FROM RFC1155-SMI 17 OBJECT-TYPE 18 FROM RFC-1212 19 DisplayString, ifIndex 20 FROM RFC1213-MIB 21 local 22 FROM CISCO-SMI;
to : Code: 14 IMPORTS 15 Counter 16 FROM RFC1155-SMI.txt 17 OBJECT-TYPE 18 FROM RFC-1212 19 DisplayString, ifIndex 20 FROM RFC1213-MIB.txt 21 local 22 FROM CISCO-SMI.mib; You may have to adapt the changes above depending on the mibs filenames Then run this as zenoss user : Code: zenmib run --debug RFC1155-SMI.txt CISCO-SMI.mib OLD-CISCO-INTERFACES-MIB.my And it should load flawlessly Hope that helps -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=28255#28255 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
