changes to make mib.txt work with current net-snmp

From: Duane Wessels <wessels@dont-contact.us>
Date: Thu, 6 Feb 2003 22:50:40 -0700 (MST)

I find that a recent installation of net-snmp apparently does
not parse Squid's mib.txt file until I make this change:

--- SQUID-MIB.txt Tue May 16 01:06:05 2000
+++ SQUID-MIB.txt.new Thu Feb 6 22:40:59 2003
@@ -1,9 +1,14 @@
-SQUID-MIB { iso org(3) dod(6) internet(1) private(4) enterprises(1) 3495 }
-
-DEFINITIONS ::= BEGIN
+SQUID-MIB DEFINITIONS ::= BEGIN
 --
 -- $Id: mib.txt,v 1.25 2000/05/16 07:06:05 wessels Exp $
 --
+
+org OBJECT IDENTIFIER ::= { iso 3 } -- "iso" = 1
+dod OBJECT IDENTIFIER ::= { org 6 }
+internet OBJECT IDENTIFIER ::= { dod 1 }
+private OBJECT IDENTIFIER ::= { internet 4 }
+enterprises OBJECT IDENTIFIER ::= { private 1 }
+

 IMPORTS
        enterprises, Unsigned32, TimeTicks, Gauge32, Counter32,

Any SNMP-knowledgeable folks have an opinion on this change?
Received on Thu Feb 06 2003 - 22:50:44 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:14 MST