1133488Sharti#
2133488Sharti# Copyright (c) 2000-2003
3133488Sharti#	Fraunhofer Institut for Open Communication Systems (FOKUS).
4133488Sharti#	All rights reserved.
5133488Sharti# Copyright (c) 2004
6133488Sharti#	Hartmut Brandt.
7133488Sharti#	All rights reserved.
8133488Sharti#
9133488Sharti# Author: Hartmut Brandt <harti@freebsd.org>
10133488Sharti#
11133488Sharti# Redistribution and use in source and binary forms, with or without
12133488Sharti# modification, are permitted provided that the following conditions
13133488Sharti# are met:
14133488Sharti# 1. Redistributions of source code must retain the above copyright
15133488Sharti#    notice, this list of conditions and the following disclaimer.
16133488Sharti# 2. Redistributions in binary form must reproduce the above copyright
17133488Sharti#    notice, this list of conditions and the following disclaimer in the
18133488Sharti#    documentation and/or other materials provided with the distribution.
19133488Sharti#
20133488Sharti# THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21133488Sharti# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22133488Sharti# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23133488Sharti# ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
24133488Sharti# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25133488Sharti# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26133488Sharti# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27133488Sharti# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28133488Sharti# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29133488Sharti# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30133488Sharti# SUCH DAMAGE.
31133488Sharti#
32133488Sharti# $Begemot: libunimsg/snmp_atm/atm_tree.def,v 1.3 2004/08/06 14:50:27 brandt Exp $
33133488Sharti#
34133488Sharti# SNMP module for ATM hardware interfaces.
35133488Sharti#
36133488Sharti# $Begemot: libunimsg/snmp_atm/atm_tree.def,v 1.3 2004/08/06 14:50:27 brandt Exp $
37133488Sharti#
38133488Sharti(1 internet
39133488Sharti  (4 private
40133488Sharti    (1 enterprises
41133488Sharti      (12325 fokus
42133488Sharti        (1 begemot
43133488Sharti          (101 begemotAtm
44133488Sharti            (1 begemotAtmObjects
45133488Sharti              (1 begemotAtmIfTable
46133488Sharti                (1 begemotAtmIfEntry : INTEGER op_atmif
47133488Sharti                  (1 begemotAtmIfName OCTETSTRING GET)
48133488Sharti                  (2 begemotAtmIfPcr UNSIGNED32 GET)
49133488Sharti                  (3 begemotAtmIfMedia INTEGER GET)
50133488Sharti                  (4 begemotAtmIfVpiBits UNSIGNED32 GET)
51133488Sharti                  (5 begemotAtmIfVciBits UNSIGNED32 GET)
52133488Sharti                  (6 begemotAtmIfMaxVpcs UNSIGNED32 GET)
53133488Sharti                  (7 begemotAtmIfMaxVccs UNSIGNED32 GET)
54133488Sharti                  (8 begemotAtmIfEsi OCTETSTRING GET)
55133488Sharti                  (9 begemotAtmIfCarrierStatus INTEGER GET)
56133488Sharti		  (10 begemotAtmIfMode INTEGER GET SET)
57133488Sharti              ))
58133488Sharti              (2 begemotAtmIfTableLastChange TIMETICKS op_atm GET)
59133488Sharti              (3 begemotAtmHWTable
60133488Sharti                (1 begemotAtmHWEntry : INTEGER op_atmhw
61133488Sharti                  (1 begemotAtmHWVendor OCTETSTRING GET)
62133488Sharti                  (2 begemotAtmHWDevice OCTETSTRING GET)
63133488Sharti                  (3 begemotAtmHWSerial UNSIGNED32 GET)
64133488Sharti                  (4 begemotAtmHWVersion UNSIGNED32 GET)
65133488Sharti                  (5 begemotAtmHWSoftVersion UNSIGNED32 GET)
66133488Sharti              ))
67133488Sharti              (4 begemotAtmSysGroup
68133488Sharti                (1 begemotAtmFreeBSDGroup
69133488Sharti                )
70133488Sharti              )
71133488Sharti            )
72133488Sharti        ))
73133488Sharti      )
74133488Sharti    )
75133488Sharti))
76