1122394Sharti--
2122394Sharti-- Copyright (c) 2001-2003
3122394Sharti--	Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4122394Sharti--	All rights reserved.
5122394Sharti--
6122394Sharti-- Author: Harti Brandt <harti@freebsd.org>
7133211Sharti-- 
8133211Sharti-- Redistribution and use in source and binary forms, with or without
9133211Sharti-- modification, are permitted provided that the following conditions
10133211Sharti-- are met:
11133211Sharti-- 1. Redistributions of source code must retain the above copyright
12133211Sharti--    notice, this list of conditions and the following disclaimer.
13122394Sharti-- 2. Redistributions in binary form must reproduce the above copyright
14122394Sharti--    notice, this list of conditions and the following disclaimer in the
15122394Sharti--    documentation and/or other materials provided with the distribution.
16133211Sharti-- 
17133211Sharti-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18133211Sharti-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19133211Sharti-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20133211Sharti-- ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
21133211Sharti-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22133211Sharti-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23133211Sharti-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24133211Sharti-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25133211Sharti-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26133211Sharti-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27133211Sharti-- SUCH DAMAGE.
28122394Sharti--
29133211Sharti-- $Begemot: bsnmp/snmpd/BEGEMOT-MIB.txt,v 1.5 2004/08/06 08:47:07 brandt Exp $
30122394Sharti--
31122394Sharti-- Begemot private definitions and root.
32122394Sharti--
33122394ShartiBEGEMOT-MIB DEFINITIONS ::= BEGIN
34122394Sharti
35122394ShartiIMPORTS
36122394Sharti    MODULE-IDENTITY
37122394Sharti	FROM SNMPv2-SMI
38122394Sharti    fokus
39122394Sharti	FROM FOKUS-MIB;
40122394Sharti
41122394Shartibegemot MODULE-IDENTITY
42122394Sharti    LAST-UPDATED "200201300000Z"
43122394Sharti    ORGANIZATION "Fraunhofer FOKUS, CATS"
44122394Sharti    CONTACT-INFO
45122394Sharti	    "		Hartmut Brandt
46122394Sharti
47122394Sharti	     Postal:	Fraunhofer Institute for Open Communication Systems
48122394Sharti			Kaiserin-Augusta-Allee 31
49122394Sharti			10589 Berlin
50122394Sharti			Germany
51122394Sharti
52122394Sharti	     Fax:	+49 30 3463 7352
53122394Sharti
54122394Sharti	     E-mail:	harti@freebsd.org"
55122394Sharti    DESCRIPTION
56122394Sharti	    "The root of the Begemot subtree of the fokus tree."
57122394Sharti    ::= { fokus 1 }
58122394Sharti
59122394ShartiEND
60