Hello,

I had defined a new MIB  and was able to query the managed object within my MIB 
using snmpget. However at this point I changed the name of the object in my MIB 
file and also added a few more objects (within the same MIB file). I followed 
the same procedure as I had done before for all the new modules (created new .c 
and .h files for the new as well as renamed modules). I started with a clean 
make, and ran the configure script with the new module names (using ./configure 
--with-mib-modules=...) I did a make and make install again. However, for some 
reason I am not able to query the new objects I created. I can continue to 
query the old object (which I am trying to remove since I have renamed it). 

If I do snmpget on the new objects that I have created I get " Unknown Object 
Identifier". Using the Dparse-mibs flag I got the following output

.......
parse-mibs: Processing IMPORTS for module 0 UCD-DEMO-MIB
parse-mibs:   Processing import: ucdavis
parse-mibs: Module CISCO-DMP-MIB already loaded
CISCO-DMP-MIB::ciscoDmpMIBBrowserURL.0: Unknown Object Identifier

Looks like the old MIB file is not getting reloaded. How can I reload it and 
get it to recognize the changes I made within the MIB? What am I missing?

Any help will be much appreciated.

Thanks and regards,
Mitul
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
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

Reply via email to