1156066Sharti--
2156066Sharti-- Copyright (c) 2006
3156066Sharti--	Hartmut Brandt
4156066Sharti--	All rights reserved.
5156066Sharti--
6156066Sharti-- Author: Harti Brandt <harti@freebsd.org>
7156066Sharti--
8156066Sharti-- Redistribution and use in source and binary forms, with or without
9156066Sharti-- modification, are permitted provided that the following conditions
10156066Sharti-- are met:
11156066Sharti-- 1. Redistributions of source code must retain the above copyright
12156066Sharti--    notice, this list of conditions and the following disclaimer.
13156066Sharti-- 2. Redistributions in binary form must reproduce the above copyright
14156066Sharti--    notice, this list of conditions and the following disclaimer in the
15156066Sharti--    documentation and/or other materials provided with the distribution.
16156066Sharti--
17156066Sharti-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18156066Sharti-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19156066Sharti-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20156066Sharti-- ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
21156066Sharti-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22156066Sharti-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23156066Sharti-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24156066Sharti-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25156066Sharti-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26156066Sharti-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27156066Sharti-- SUCH DAMAGE.
28156066Sharti--
29156066Sharti-- $Begemot: bsnmp/snmp_mibII/BEGEMOT-IP-MIB.txt,v 1.1 2006/02/14 09:04:18 brandt_h Exp $
30156066Sharti--
31156066Sharti-- Private MIB for IP stuff.
32156066Sharti--
33156066ShartiBEGEMOT-IP-MIB DEFINITIONS ::= BEGIN
34156066Sharti
35156066ShartiIMPORTS
36156066Sharti    MODULE-IDENTITY
37156066Sharti	FROM SNMPv2-SMI
38156066Sharti    begemot
39156066Sharti	FROM BEGEMOT-MIB;
40156066Sharti
41156066ShartibegemotIp MODULE-IDENTITY
42156066Sharti    LAST-UPDATED "200602130000Z"
43156066Sharti    ORGANIZATION "German Aerospace Center"
44156066Sharti    CONTACT-INFO
45156066Sharti	    "		Hartmut Brandt
46156066Sharti
47156066Sharti	     Postal:	German Aerospace Center
48156066Sharti			Oberpfaffenhofen
49156066Sharti			82234 Wessling
50156066Sharti			Germany
51156066Sharti
52156066Sharti	     Fax:	+49 8153 28 2843
53156066Sharti
54156066Sharti	     E-mail:	harti@freebsd.org"
55156066Sharti    DESCRIPTION
56156066Sharti	    "The MIB for IP stuff that is not in the official IP MIBs."
57312261Sngie    REVISION	"200602130000Z"
58312261Sngie    DESCRIPTION
59312261Sngie		"Initial revision."
60156066Sharti    ::= { begemot 3 }
61156066Sharti
62156066ShartibegemotIpObjects	OBJECT IDENTIFIER ::= { begemotIp 1 }
63156066Sharti
64156066ShartiEND
65