Loading additional MIBS in Scotty/TKIned

Mark Shapiro (mark@axsamer.org)
Tue, 13 May 1997 14:33:22 -0400 (EDT)

I'm trying to dynamically load MIBs into tkined1.3.4/scotty2.0.2 (yes I
know they're a little old), and am having trouble. I added a section to
the Tools menu with a list of MIBs to load, and the routine attached to
each menu item executes the mib load command, as such:

lappend cmds "Load Mibs:Chassis"

proc "Chassis" { list } {
mib load Chs.mib
}

The item shows up in the menu properly, and as far as I can tell it executes
the Chassis procedure, but when I then load the SNMP Browser menu, the Chs
mib (enterprise USR) does not show up. If I load Chs.mib at run-time through
init.tcl or site/init.tcl it works, and if I load it at the very beginning
of snmp_browser.tcl, it works fine. Help?

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.