mib parse output (fwd): NEVER MIND

Lee Slaughter (lees@rembrandt.nosc.mil)
Fri, 18 Apr 97 13:08:13 PDT

i had asked:

> ...
> I want to walk down the MIB itself. I don't
> want to query an agent, I want to load a MIB and then get the tree,
> e.g. output:
> ...

something like:
foreach i [mib successor mib-2] {
puts "[mib oid $i]: $i: [mib access $i]"
foreach j [mib successor $i] {
puts "[mib oid $j]: $j: [mib access $j] \
<...any other interesting stuff.....>"
}
}

works fine.

thanks....

lee

-- 
  Lee Slaughter, network management development - submarine stuff   
  Navy R & D, Point Loma, San Diego, CA 	     619-553-5486
  "Giving credence to his ramblings indicates a cognitive disorder..."
  				- Lee's psychiatrist, circa 1952
--
!! 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.