Re: [tkined] how to include rfc2233 (IF-MIB) in scotty?

Benoit Papillault (papilla@cs.tamu.edu)
Fri, 29 May 1998 19:52:56 -0500 (CDT)

> Is there anyway to force scotty to replace rfc1213 interfaces groups with
> the rfc2233 objects? I am using Scotty 2.1.5, 2.1.6 and 2.1.9. Thanks.

There is one pretty simple way: prevent scotty from loading rfc1213 mib.
You can do this by "set tnm(mibs)" instead of "lappend tnm(mibs)". If this
doesn't work, try with "set tnm(mibs:core)" but inspect first what there
was in this list by doing the following:

> scotty
% puts $tnm(mibs)
% puts $tnm(mibs:core)

I don't know the difference between tnm(mibs) and tnm(mibs:core). But
perhaps someone else (the author of tkined?) could explain what is the
normal usage of this two variable?

Benoit Papillault

--
!! 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.