Re: Q: Adding a MIB in scotty

Doug Hughes (Doug.Hughes@Eng.Auburn.EDU)
Wed, 26 Mar 1997 17:29:55 -0600

>
>First, I want to thank everyone who took the time to answer my last query.
>It helped. Thanks a lot: Doug, deepak, clau and others.
>
>Is there any other way to have all the mib files loaded without having to
>list each and every one of them in init.tcl file?? The mere existence of
>these mib files in ..../lib/tnm2.1.5/site will not do the trick??
>
>We have 39 files to date and are in the process of generating more. So I
>am looking for an easy way out.
>

How about this?

foreach file [glob $MIBDIR/*.mib] {
mib load $file
}

--
____________________________________________________________________________
Doug Hughes					Engineering Network Services
System/Net Admin  				Auburn University
			doug@eng.auburn.edu

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