Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2007 22:10:19 -0200
From:      Ricardo Nabinger Sanchez <rnsanchez@wait4.org>
To:        syrinx@FreeBSD.org
Cc:        freebsd-net@freebsd.org
Subject:   Re: RFC: a MIB for a SNMP vlan monitoring module
Message-ID:  <20070109221019.7e0e3303.rnsanchez@wait4.org>
In-Reply-To: <61b573980701090838q415d6c6fx75b7de73eeace9fd@mail.gmail.com>
References:  <61b573980701090838q415d6c6fx75b7de73eeace9fd@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 Jan 2007 18:38:26 +0200
"Shteryana Shopova" <syrinx@FreeBSD.org> wrote:

> Work is about to start on a vlan monitoring module for bsnmpd(1) - I'm
> attaching the private BEGEMOT MIB that the module will implement. Any
> comments or suggestions are very welcome.

I missed a column to track errors/corrupted packets in the 
begemotVlanIfStatsTable.  :)

Other than that, it looks nice to me.

Some nits follow (mostly whitespace).  I'd rather read "VLAN" instead of
"vlan" throughout the descriptions, but I didn't change them.

--- BEGEMOT-VLAN-MIB.txt.orig   Tue Jan  9 21:48:51 2007
+++ BEGEMOT-VLAN-MIB.txt        Tue Jan  9 22:03:47 2007
@@ -179,7 +179,7 @@
 -- begemotVlanParentIfName object is redundant since its value can
 -- be obtained by a SNMP client by invoking a GET on the ifName
 -- object with an index of the corresponding value of
--- begemotVlanTrunkIndex, but is included for convenience. 
+-- begemotVlanTrunkIndex, but is included for convenience.
 
 begemotVlanParentIfName OBJECT-TYPE
     SYNTAX     OCTET STRING (SIZE(1..16))
@@ -280,7 +280,7 @@
     begemotVlanIfStatus                RowStatus,
     begemotVlanIfEncaplen      INTEGER,
     begemotVlanIfMtuFudge      INTEGER,
-    begemotVlanIfMinTU         INTEGER   
+    begemotVlanIfMinTU         INTEGER
 }
 
 begemotVlanIfName OBJECT-TYPE
@@ -333,7 +333,7 @@
     STATUS     current
     DESCRIPTION
        "The value by which the MTU is reduced on the parent
-       interface of this vlan interface." 
+       interface of this vlan interface."
     ::= { begemotVlanInterfaceEntry 6 }
 
 begemotVlanIfMinTU OBJECT-TYPE
@@ -341,7 +341,7 @@
     MAX-ACCESS read-write
     STATUS     current
     DESCRIPTION
-       "The minumum transmission unit of the vlan interface."
+       "The minimum transmission unit of the vlan interface."
     ::= { begemotVlanInterfaceEntry 7 }
 
 -- ---------------------------------------------------------- --



-- 
Ricardo Nabinger Sanchez     <rnsanchez@{gmail.com,wait4.org}>
Powered by FreeBSD

  "Left to themselves, things tend to go from bad to worse."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070109221019.7e0e3303.rnsanchez>