Thanks, sorry that my snmp knowledge is so young....

I put the edir.mib file in the \share\snmp\mibs folder and or in the bin folder and either case the following error is now being returned:

Cannot find module (edir): At line 0 in (none)
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.4.1.23.2.98.1.2.3.1.1.5


I can use a GUI program called "MG-SOFT MIB Browser" from MG-SOFT Corporation and things work. I did have to compile the edir.mib file from Novell with MG-SOFT's "MIB Complier" (which created a file called EDIRECTORY-MIB.smidb).


Is my issue now related to the fact that the edir.mib file from Novell need to be converted into a edir-mib.txt format like the other mibs in the \share\snmp\mibs folder? I have tried the syntax you recommended pointing to the mib in the following ways:

edir.mib file name (-m +edir)
edir.mib file name (-m +edir.mib)
edir.mib file name (-m edir)
edir.mib file name (-m edir.mib)
edir-mib.txt file renamed (-m +edir-mib)
edir-mib.txt file renamed (-m +edir-mib.txt)
edir-mib.txt file renamed (-m edir-mib)
edir-mib.txt file renamed (-m edir-mib.txt)

D

Thomas Anders wrote:
TheBatchMan wrote:

snmpget -v 1 -c xxx yyy.com -m edir-mib 1.3.6.1.4.1.23.2.98.1.2.3.1.1.5


Use

snmpget -v 1 -c xxx -m +edir-mib yyy.com 1.3.6.1.4.1.23.2.98.1.2.3.1.1.5

instead.


+Thomas


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users


-- Don Lohr

++ Bad command or file name  ++


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to