1748b5b1eSHartmut Brandt-- 2748b5b1eSHartmut Brandt-- Copyright (c) 2006 3748b5b1eSHartmut Brandt-- Hartmut Brandt 4748b5b1eSHartmut Brandt-- All rights reserved. 5748b5b1eSHartmut Brandt-- 6748b5b1eSHartmut Brandt-- Author: Harti Brandt <harti@freebsd.org> 7748b5b1eSHartmut Brandt-- 8748b5b1eSHartmut Brandt-- Redistribution and use in source and binary forms, with or without 9748b5b1eSHartmut Brandt-- modification, are permitted provided that the following conditions 10748b5b1eSHartmut Brandt-- are met: 11748b5b1eSHartmut Brandt-- 1. Redistributions of source code must retain the above copyright 12748b5b1eSHartmut Brandt-- notice, this list of conditions and the following disclaimer. 13748b5b1eSHartmut Brandt-- 2. Redistributions in binary form must reproduce the above copyright 14748b5b1eSHartmut Brandt-- notice, this list of conditions and the following disclaimer in the 15748b5b1eSHartmut Brandt-- documentation and/or other materials provided with the distribution. 16748b5b1eSHartmut Brandt-- 17748b5b1eSHartmut Brandt-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND 18748b5b1eSHartmut Brandt-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19748b5b1eSHartmut Brandt-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20748b5b1eSHartmut Brandt-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE 21748b5b1eSHartmut Brandt-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22748b5b1eSHartmut Brandt-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 23748b5b1eSHartmut Brandt-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24748b5b1eSHartmut Brandt-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25748b5b1eSHartmut Brandt-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26748b5b1eSHartmut Brandt-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27748b5b1eSHartmut Brandt-- SUCH DAMAGE. 28748b5b1eSHartmut Brandt-- 29748b5b1eSHartmut Brandt-- $Begemot: bsnmp/snmp_mibII/BEGEMOT-MIB2-MIB.txt,v 1.1 2006/02/14 09:04:18 brandt_h Exp $ 30748b5b1eSHartmut Brandt-- 31748b5b1eSHartmut Brandt-- Private MIB for MIB2. 32748b5b1eSHartmut Brandt-- 33748b5b1eSHartmut BrandtBEGEMOT-MIB2-MIB DEFINITIONS ::= BEGIN 34748b5b1eSHartmut Brandt 35748b5b1eSHartmut BrandtIMPORTS 36748b5b1eSHartmut Brandt MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, Counter64 37748b5b1eSHartmut Brandt FROM SNMPv2-SMI 38748b5b1eSHartmut Brandt begemotIp 39748b5b1eSHartmut Brandt FROM BEGEMOT-IP-MIB; 40748b5b1eSHartmut Brandt 41748b5b1eSHartmut BrandtbegemotMib2 MODULE-IDENTITY 42bd96183dSShteryana Shopova LAST-UPDATED "200908030000Z" 43748b5b1eSHartmut Brandt ORGANIZATION "German Aerospace Center" 44748b5b1eSHartmut Brandt CONTACT-INFO 45748b5b1eSHartmut Brandt " Hartmut Brandt 46748b5b1eSHartmut Brandt 47748b5b1eSHartmut Brandt Postal: German Aerospace Center 48748b5b1eSHartmut Brandt Oberpfaffenhofen 49748b5b1eSHartmut Brandt 82234 Wessling 50748b5b1eSHartmut Brandt Germany 51748b5b1eSHartmut Brandt 52748b5b1eSHartmut Brandt Fax: +49 8153 28 2843 53748b5b1eSHartmut Brandt 54748b5b1eSHartmut Brandt E-mail: harti@freebsd.org" 55748b5b1eSHartmut Brandt DESCRIPTION 56748b5b1eSHartmut Brandt "The MIB for private mib2 stuff." 57bd96183dSShteryana Shopova REVISION "200908030000Z" 58bd96183dSShteryana Shopova DESCRIPTION 59bd96183dSShteryana Shopova "Second edition adds begemotIfDataPoll object." 60bd96183dSShteryana Shopova REVISION "200602130000Z" 61bd96183dSShteryana Shopova DESCRIPTION 62bd96183dSShteryana Shopova "Initial revision." 63748b5b1eSHartmut Brandt ::= { begemotIp 1 } 64748b5b1eSHartmut Brandt 65748b5b1eSHartmut BrandtbegemotIfMaxspeed OBJECT-TYPE 66748b5b1eSHartmut Brandt SYNTAX Counter64 67748b5b1eSHartmut Brandt UNITS "bps" 68748b5b1eSHartmut Brandt MAX-ACCESS read-only 69748b5b1eSHartmut Brandt STATUS current 70748b5b1eSHartmut Brandt DESCRIPTION 71748b5b1eSHartmut Brandt "The speed of the fastest interface in ifTable in bps." 72748b5b1eSHartmut Brandt ::= { begemotMib2 1 } 73748b5b1eSHartmut Brandt 74748b5b1eSHartmut BrandtbegemotIfPoll OBJECT-TYPE 75748b5b1eSHartmut Brandt SYNTAX TimeTicks 76748b5b1eSHartmut Brandt MAX-ACCESS read-only 77748b5b1eSHartmut Brandt STATUS current 78748b5b1eSHartmut Brandt DESCRIPTION 79748b5b1eSHartmut Brandt "The current polling rate for the HC 64-bit counters." 80748b5b1eSHartmut Brandt ::= { begemotMib2 2 } 81748b5b1eSHartmut Brandt 82748b5b1eSHartmut BrandtbegemotIfForcePoll OBJECT-TYPE 83748b5b1eSHartmut Brandt SYNTAX TimeTicks 84748b5b1eSHartmut Brandt MAX-ACCESS read-write 85748b5b1eSHartmut Brandt STATUS current 86748b5b1eSHartmut Brandt DESCRIPTION 87748b5b1eSHartmut Brandt "The polling rate to be enforced for the HC 64-bit counters. 88748b5b1eSHartmut Brandt If this value is 0 the mib2 module computes a polling rate 89748b5b1eSHartmut Brandt depending on the value of begemotIfMaxspeed. If this value 90748b5b1eSHartmut Brandt turns out to be wrong, the polling rate can be force to an 91748b5b1eSHartmut Brandt arbitrary value by setting begemotIfForcePoll to a non-0 92748b5b1eSHartmut Brandt value. This may be necessary if an interface announces a wrong 93748b5b1eSHartmut Brandt bit rate in its MIB." 94748b5b1eSHartmut Brandt ::= { begemotMib2 3 } 95748b5b1eSHartmut Brandt 96bd96183dSShteryana ShopovabegemotIfDataPoll OBJECT-TYPE 97bd96183dSShteryana Shopova SYNTAX TimeTicks 98bd96183dSShteryana Shopova UNITS "deciseconds" 99bd96183dSShteryana Shopova MAX-ACCESS read-write 100bd96183dSShteryana Shopova STATUS current 101bd96183dSShteryana Shopova DESCRIPTION 102bd96183dSShteryana Shopova "The rate at which the mib2 module will poll interface data." 103bd96183dSShteryana Shopova DEFVAL { 100 } 104bd96183dSShteryana Shopova ::= { begemotMib2 4 } 105bd96183dSShteryana Shopova 106748b5b1eSHartmut BrandtEND 107