BEGEMOT-MIB2-MIB.txt revision 200063
177298Sobrien--
277298Sobrien-- Copyright (c) 2006
377298Sobrien--	Hartmut Brandt
477298Sobrien--	All rights reserved.
577298Sobrien--
677298Sobrien-- Author: Harti Brandt <harti@freebsd.org>
777298Sobrien--
877298Sobrien-- Redistribution and use in source and binary forms, with or without
977298Sobrien-- modification, are permitted provided that the following conditions
1077298Sobrien-- are met:
1177298Sobrien-- 1. Redistributions of source code must retain the above copyright
1277298Sobrien--    notice, this list of conditions and the following disclaimer.
1377298Sobrien-- 2. Redistributions in binary form must reproduce the above copyright
1477298Sobrien--    notice, this list of conditions and the following disclaimer in the
1577298Sobrien--    documentation and/or other materials provided with the distribution.
1677298Sobrien--
1777298Sobrien-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1877298Sobrien-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1977298Sobrien-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2077298Sobrien-- ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
2177298Sobrien-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2277298Sobrien-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2377298Sobrien-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2477298Sobrien-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2577298Sobrien-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2677298Sobrien-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2777298Sobrien-- SUCH DAMAGE.
2877298Sobrien--
2977298Sobrien-- $Begemot: bsnmp/snmp_mibII/BEGEMOT-MIB2-MIB.txt,v 1.1 2006/02/14 09:04:18 brandt_h Exp $
3077298Sobrien--
3177298Sobrien-- Private MIB for MIB2.
3277298Sobrien--
3377298SobrienBEGEMOT-MIB2-MIB DEFINITIONS ::= BEGIN
3477298Sobrien
3577298SobrienIMPORTS
3677298Sobrien    MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Counter64
3777298Sobrien	FROM SNMPv2-SMI
3877298Sobrien    begemotIp
3977298Sobrien	FROM BEGEMOT-IP-MIB;
4077298Sobrien
4177298SobrienbegemotMib2 MODULE-IDENTITY
4277298Sobrien    LAST-UPDATED "200908030000Z"
4377298Sobrien    ORGANIZATION "German Aerospace Center"
4477298Sobrien    CONTACT-INFO
4577298Sobrien	    "		Hartmut Brandt
4677298Sobrien
4777298Sobrien	     Postal:	German Aerospace Center
4877298Sobrien			Oberpfaffenhofen
4977298Sobrien			82234 Wessling
5077298Sobrien			Germany
5177298Sobrien
5277298Sobrien	     Fax:	+49 8153 28 2843
5377298Sobrien
5477298Sobrien	     E-mail:	harti@freebsd.org"
5577298Sobrien    DESCRIPTION
5677298Sobrien	    "The MIB for private mib2 stuff."
5777298Sobrien    REVISION	"200908030000Z"
5877298Sobrien    DESCRIPTION
5977298Sobrien		"Second edition adds begemotIfDataPoll object."
6077298Sobrien    REVISION	"200602130000Z"
6177298Sobrien    DESCRIPTION
6277298Sobrien		"Initial revision."
6377298Sobrien    ::= { begemotIp 1 }
6477298Sobrien
6577298SobrienbegemotIfMaxspeed OBJECT-TYPE
6677298Sobrien    SYNTAX	Counter64
6777298Sobrien    UNITS	"bps"
6877298Sobrien    MAX-ACCESS	read-only
6977298Sobrien    STATUS	current
7077298Sobrien    DESCRIPTION
7177298Sobrien	    "The speed of the fastest interface in ifTable in bps."
7277298Sobrien    ::= { begemotMib2 1 }
7377298Sobrien
7477298SobrienbegemotIfPoll OBJECT-TYPE
7577298Sobrien    SYNTAX	TimeTicks
7677298Sobrien    MAX-ACCESS	read-only
7777298Sobrien    STATUS	current
7877298Sobrien    DESCRIPTION
7977298Sobrien	    "The current polling rate for the HC 64-bit counters."
8077298Sobrien    ::= { begemotMib2 2 }
8177298Sobrien
8277298SobrienbegemotIfForcePoll OBJECT-TYPE
8377298Sobrien    SYNTAX	TimeTicks
8477298Sobrien    MAX-ACCESS	read-write
8577298Sobrien    STATUS	current
8677298Sobrien    DESCRIPTION
8777298Sobrien	    "The polling rate to be enforced for the HC 64-bit counters.
8877298Sobrien	     If this value is 0 the mib2 module computes a polling rate
8977298Sobrien	     depending on the value of begemotIfMaxspeed. If this value
9077298Sobrien	     turns out to be wrong, the polling rate can be force to an
9177298Sobrien	     arbitrary value by setting begemotIfForcePoll to a non-0
9277298Sobrien	     value. This may be necessary if an interface announces a wrong
9377298Sobrien	     bit rate in its MIB."
9477298Sobrien    ::= { begemotMib2 3 }
9577298Sobrien
9677298SobrienbegemotIfDataPoll OBJECT-TYPE
9777298Sobrien    SYNTAX	TimeTicks
9877298Sobrien    UNITS	"deciseconds"
9977298Sobrien    MAX-ACCESS	read-write
10077298Sobrien    STATUS	current
10177298Sobrien    DESCRIPTION
10277298Sobrien	    "The rate at which the mib2 module will poll interface data."
10377298Sobrien    DEFVAL	{ 100 }
10477298Sobrien    ::= { begemotMib2 4 }
10577298Sobrien
10677298SobrienEND
10777298Sobrien