tree.def revision 216594
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#
29163820Sharti# $Begemot: tree.def 517 2006-10-31 08:52:04Z brandt_h $
30122394Sharti#
31122394Sharti# System group and private Begemot SNMPd MIB.
32122394Sharti#
33216594Ssyrinx
34216594Ssyrinxinclude "tc.def"
35216594Ssyrinx
36122394Sharti(1 internet
37122394Sharti  (2 mgmt
38122394Sharti    (1 mibII
39122394Sharti      (1 system
40122394Sharti#
41122394Sharti# The standard System group
42122394Sharti#	
43122394Sharti        (1 sysDescr OCTETSTRING op_system_group GET)
44122394Sharti        (2 sysObjectId OID op_system_group GET)
45122394Sharti        (3 sysUpTime TIMETICKS op_system_group GET)
46122394Sharti        (4 sysContact OCTETSTRING op_system_group GET SET)
47122394Sharti        (5 sysName OCTETSTRING op_system_group GET SET)
48122394Sharti        (6 sysLocation OCTETSTRING op_system_group GET SET)
49122394Sharti        (7 sysServices INTEGER op_system_group GET)
50122394Sharti        (8 sysORLastChange TIMETICKS op_system_group GET)
51122394Sharti        (9 sysORTable
52122394Sharti          (1 sysOREntry : INTEGER op_or_table
53122394Sharti            (1 sysORIndex INTEGER)
54122394Sharti            (2 sysORID OID GET)
55122394Sharti            (3 sysORDescr OCTETSTRING GET)
56122394Sharti            (4 sysORUpTime TIMETICKS GET)
57122394Sharti        ))
58122394Sharti      )
59122394Sharti      (11 snmp
60122394Sharti        (1 snmpInPkts COUNTER op_snmp GET)
61122394Sharti        (3 snmpInBadVersions COUNTER op_snmp GET)
62122394Sharti        (4 snmpInBadCommunityNames COUNTER op_snmp GET)
63122394Sharti        (5 snmpInBadCommunityUses COUNTER op_snmp GET)
64122394Sharti        (6 snmpInASNParseErrs COUNTER op_snmp GET)
65122394Sharti        (30 snmpEnableAuthenTraps INTEGER op_snmp GET SET)
66122394Sharti        (31 snmpSilentDrops COUNTER op_snmp GET)
67122394Sharti        (32 snmpProxyDrops COUNTER op_snmp GET)
68122394Sharti      )
69122394Sharti  ))
70163820Sharti
71163820Sharti  (4 private
72163820Sharti    (1 enterprises
73122394Sharti#
74163820Sharti# FreeBSD stuff
75163820Sharti#
76163820Sharti      (2238 freeBSD
77163820Sharti        (4 freeBSDVersion)
78163820Sharti      )
79163820Sharti
80163820Sharti#
81122394Sharti# Private Begemot Stuff
82122394Sharti#
83122394Sharti      (12325 fokus
84122394Sharti        (1 begemot
85122394Sharti
86122394Sharti#
87122394Sharti# Daemon infrastructure
88122394Sharti#
89122394Sharti          (1 begemotSnmpd
90122394Sharti            (1 begemotSnmpdObjects
91122394Sharti
92122394Sharti#
93122394Sharti# Configuration
94122394Sharti#
95122394Sharti              (1 begemotSnmpdConfig
96122394Sharti                (1 begemotSnmpdTransmitBuffer INTEGER op_snmpd_config GET SET)
97122394Sharti                (2 begemotSnmpdReceiveBuffer INTEGER op_snmpd_config GET SET)
98122394Sharti                (3 begemotSnmpdCommunityDisable INTEGER op_snmpd_config GET SET)
99122394Sharti                (4 begemotSnmpdTrap1Addr IPADDRESS op_snmpd_config GET SET)
100124861Sharti                (5 begemotSnmpdVersionEnable UNSIGNED32 op_snmpd_config GET SET)
101122394Sharti              )
102122394Sharti              (2 begemotTrapSinkTable
103122394Sharti                (1 begemotTrapSinkEntry : IPADDRESS INTEGER op_trapsink
104122394Sharti                  (1 begemotTrapSinkAddr IPADDRESS)
105122394Sharti                  (2 begemotTrapSinkPort INTEGER)
106122394Sharti                  (3 begemotTrapSinkStatus INTEGER GET SET)
107122394Sharti                  (4 begemotTrapSinkComm OCTETSTRING GET SET)
108122394Sharti                  (5 begemotTrapSinkVersion INTEGER GET SET)
109122394Sharti                )
110122394Sharti              )
111122394Sharti#
112122394Sharti#	Port table
113122394Sharti#
114122394Sharti              (4 begemotSnmpdPortTable
115122394Sharti                (1 begemotSnmpdPortEntry : IPADDRESS INTEGER op_snmp_port
116122394Sharti                  (1 begemotSnmpdPortAddress IPADDRESS)
117122394Sharti                  (2 begemotSnmpdPortPort UNSIGNED32)
118122394Sharti                  (3 begemotSnmpdPortStatus INTEGER GET SET)
119122394Sharti              ))
120122394Sharti#
121122394Sharti#	Community table
122122394Sharti#
123122394Sharti	      (5 begemotSnmpdCommunityTable
124122394Sharti                (1 begemotSnmpdCommunityEntry : OCTETSTRING UNSIGNED32 op_community
125122394Sharti                  (1 begemotSnmpdCommunityModule OCTETSTRING)
126122394Sharti                  (2 begemotSnmpdCommunityIndex UNSIGNED32)
127122394Sharti                  (3 begemotSnmpdCommunityString OCTETSTRING GET SET)
128122394Sharti                  (4 begemotSnmpdCommunityDescr OCTETSTRING GET)
129122394Sharti              ))
130122394Sharti#
131122394Sharti#	Module table
132122394Sharti#
133122394Sharti              (6 begemotSnmpdModuleTable
134122394Sharti                (1 begemotSnmpdModuleEntry : OCTETSTRING op_modules
135122394Sharti                  (1 begemotSnmpdModuleSection OCTETSTRING)
136122394Sharti                  (2 begemotSnmpdModulePath OCTETSTRING GET SET)
137122394Sharti                  (3 begemotSnmpdModuleComment OCTETSTRING GET)
138122394Sharti              ))
139122394Sharti#
140122394Sharti# 	Statistics
141122394Sharti#
142122394Sharti              (7 begemotSnmpdStats
143122394Sharti                (1 begemotSnmpdStatsNoRxBufs COUNTER op_snmpd_stats GET)
144122394Sharti                (2 begemotSnmpdStatsNoTxBufs COUNTER op_snmpd_stats GET)
145122394Sharti                (3 begemotSnmpdStatsInTooLongPkts COUNTER op_snmpd_stats GET)
146122394Sharti                (4 begemotSnmpdStatsInBadPduTypes COUNTER op_snmpd_stats GET))
147122394Sharti#
148122394Sharti#	Debugging
149122394Sharti#
150122394Sharti              (8 begemotSnmpdDebug
151122394Sharti                (1 begemotSnmpdDebugDumpPdus INTEGER op_debug GET SET)
152122394Sharti                (2 begemotSnmpdDebugSnmpTrace UNSIGNED32 op_debug GET SET)
153122394Sharti                (3 begemotSnmpdDebugSyslogPri INTEGER op_debug GET SET))
154122394Sharti
155122394Sharti#
156122394Sharti#	Local (UNIX domain) port table
157122394Sharti#
158122394Sharti              (9 begemotSnmpdLocalPortTable
159124861Sharti                (1 begemotSnmpdLocalPortEntry : OCTETSTRING op_lsock_port
160122394Sharti                  (1 begemotSnmpdLocalPortPath OCTETSTRING)
161122394Sharti                  (2 begemotSnmpdLocalPortStatus INTEGER GET SET)
162124861Sharti		  (3 begemotSnmpdLocalPortType INTEGER GET SET)
163122394Sharti              ))
164124861Sharti
165124861Sharti              (10 begemotSnmpdTransportMappings
166124861Sharti                (1 begemotSnmpdTransportTable
167124861Sharti                  (1 begemotSnmpdTransportEntry : OCTETSTRING op_transport_table
168124861Sharti                    (1 begemotSnmpdTransportName OCTETSTRING)
169124861Sharti                    (2 begemotSnmpdTransportStatus INTEGER GET)
170124861Sharti                    (3 begemotSnmpdTransportOid OID GET)
171124861Sharti                ))
172124861Sharti                (2 begemotSnmpdTransUdp OID op_transport_dummy)
173124861Sharti                (3 begemotSnmpdTransLsock OID op_transport_dummy)
174124861Sharti              )
175122394Sharti 	    )
176122394Sharti            (2 begemotSnmpdDefs
177122394Sharti              (1 begemotSnmpdAgent
178122394Sharti                (1 begemotSnmpdAgentFreeBSD OID op_dummy)
179122394Sharti              )
180122394Sharti            )
181122394Sharti          )
182122394Sharti      ))
183122394Sharti    )
184122394Sharti  )
185122394Sharti  (6 snmpV2
186122394Sharti    (3 snmpModules
187122394Sharti      (1 snmpMIB
188122394Sharti        (1 snmpMIBObjects
189122394Sharti          (4 snmpTrap
190122394Sharti            (1 snmpTrapOID OID op_snmp_trap)
191122394Sharti          )
192122394Sharti          (5 snmpTraps
193122394Sharti            (1 coldStart OID op_snmp_trap)
194122394Sharti            (2 warmStart OID op_snmp_trap)
195122394Sharti            (5 authenticationFailure OID op_snmp_trap)
196122394Sharti          )
197122394Sharti          (6 snmpSet
198122394Sharti            (1 snmpSetSerialNo INTEGER op_snmp_set GET SET)
199122394Sharti          )
200122394Sharti        )
201122394Sharti      )
202216294Ssyrinx      (10 snmpFrameworkMIB
203216294Ssyrinx        (2 snmpFrameworkMIBObjects
204216294Ssyrinx          (1 snmpEngine
205216294Ssyrinx            (1 snmpEngineID OCTETSTRING | SnmpEngineID op_snmp_engine GET)
206216294Ssyrinx            (2 snmpEngineBoots INTEGER op_snmp_engine GET)
207216294Ssyrinx            (3 snmpEngineTime INTEGER op_snmp_engine GET)
208216294Ssyrinx            (4 snmpEngineMaxMessageSize INTEGER op_snmp_engine GET)
209216294Ssyrinx          )
210216294Ssyrinx        )
211216294Ssyrinx      )
212122394Sharti  ))
213122394Sharti)
214