]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ngatm/snmp_atm/atm_tree.def
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ngatm / snmp_atm / atm_tree.def
1 #
2 # Copyright (c) 2000-2003
3 #       Fraunhofer Institut for Open Communication Systems (FOKUS).
4 #       All rights reserved.
5 # Copyright (c) 2004
6 #       Hartmut Brandt.
7 #       All rights reserved.
8 #
9 # Author: Hartmut Brandt <harti@freebsd.org>
10 #
11 # Redistribution and use in source and binary forms, with or without
12 # modification, are permitted provided that the following conditions
13 # are met:
14 # 1. Redistributions of source code must retain the above copyright
15 #    notice, this list of conditions and the following disclaimer.
16 # 2. Redistributions in binary form must reproduce the above copyright
17 #    notice, this list of conditions and the following disclaimer in the
18 #    documentation and/or other materials provided with the distribution.
19 #
20 # THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 # ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
24 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 # SUCH DAMAGE.
31 #
32 # $Begemot: libunimsg/snmp_atm/atm_tree.def,v 1.3 2004/08/06 14:50:27 brandt Exp $
33 #
34 # SNMP module for ATM hardware interfaces.
35 #
36 # $Begemot: libunimsg/snmp_atm/atm_tree.def,v 1.3 2004/08/06 14:50:27 brandt Exp $
37 #
38 (1 internet
39   (4 private
40     (1 enterprises
41       (12325 fokus
42         (1 begemot
43           (101 begemotAtm
44             (1 begemotAtmObjects
45               (1 begemotAtmIfTable
46                 (1 begemotAtmIfEntry : INTEGER op_atmif
47                   (1 begemotAtmIfName OCTETSTRING GET)
48                   (2 begemotAtmIfPcr UNSIGNED32 GET)
49                   (3 begemotAtmIfMedia INTEGER GET)
50                   (4 begemotAtmIfVpiBits UNSIGNED32 GET)
51                   (5 begemotAtmIfVciBits UNSIGNED32 GET)
52                   (6 begemotAtmIfMaxVpcs UNSIGNED32 GET)
53                   (7 begemotAtmIfMaxVccs UNSIGNED32 GET)
54                   (8 begemotAtmIfEsi OCTETSTRING GET)
55                   (9 begemotAtmIfCarrierStatus INTEGER GET)
56                   (10 begemotAtmIfMode INTEGER GET SET)
57               ))
58               (2 begemotAtmIfTableLastChange TIMETICKS op_atm GET)
59               (3 begemotAtmHWTable
60                 (1 begemotAtmHWEntry : INTEGER op_atmhw
61                   (1 begemotAtmHWVendor OCTETSTRING GET)
62                   (2 begemotAtmHWDevice OCTETSTRING GET)
63                   (3 begemotAtmHWSerial UNSIGNED32 GET)
64                   (4 begemotAtmHWVersion UNSIGNED32 GET)
65                   (5 begemotAtmHWSoftVersion UNSIGNED32 GET)
66               ))
67               (4 begemotAtmSysGroup
68                 (1 begemotAtmFreeBSDGroup
69                 )
70               )
71             )
72         ))
73       )
74     )
75 ))