Please help with enterprise MIB

Pete A. Zaitcev (zaitcev@lab.sun.mcst.ru)
Thu, 29 Aug 1996 19:44:14 +0400

Dear Collegues,

I obtained an enterprise MIB for my Ethernet swith NV7500 recently.
But I cannot use it with tkined.

My actions were:

- copied a MIB file into the /usr/local/lib/tnm2.1.1/mibs

- echo mib load multibri.mib > $HOME/.scottyrc

- scotty2.1.1 # This is for demostration of MIB correctness
% snmp session -community public -address lab-sw-0
snmp0
% snmp0 get mb_dot1dBaseBridgeAddress.1
{1.3.6.1.4.1.1011.1.3.2.1.2.1 {OCTET STRING} 00:C0:BA:00:17:F0}

- open a SNMP Browser, get a message:

multibri.mib:0: bad format in MIB header

Can somebody give me an advice, how to get my MIB working with tkined?
Alternatively, how to trace variable changes in scotty? I mean an
equivalent of write(2,"XX\n",3);.

Pete