Re: Loading additional MIBS in Scotty/TKIned

Juergen Schoenwaelder (schoenw@gaertner.de)
Tue, 13 May 1997 20:40:01 +0200

Mark Shapiro <mark@axsamer.org> said:

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

Mark> lappend cmds "Load Mibs:Chassis"

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

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

The script for the Tools menu is used to launch scotty processes. All
SNMP processing happens in these new processes. It is not important
which MIBs you load into the process that starts a new scotty
processes. It is however important to which MIBs you load into the
processes that are doing SNMP operations.
Juergen

-- 
Juergen Schoenwaelder     <schoenw@gaertner.de>     (Tel: +49-531-23873-0)
Gaertner Datensysteme, Hamburger Strasse 273a, 38114 Braunschweig, Germany
--
!! 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.