blob: f184b72d09c87ee44a9ab773d4fae97ecc4bb508 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
-- This file is corresponding to Release 10.2.3.100 from 2018/07/18 00:00:00
---------------------------------------------------------------------------
-- (C)opyright 2004-2014 bintec elmeg GmbH
-- $RCSfile: mib-standards,v $
-- $Revision: 1.19 $
-- $Date: 2017-03-10 16:15:21 $
---------------------------------------------------------------------------
-- INFO for importing MIB files into SNMP manager
--
-- if MIBcompiler dont like multiple modules or redefinitions of standard MIBs
-- listed in this file, remove everything with except of last BINTEC-MIB:
-- keep only lines from:
-- from : BINTEC-MIB DEFINITIONS ::= BEGIN
-- to : END
BINTEC-MIB DEFINITIONS ::= BEGIN
IMPORTS enterprises FROM SNMPv2-SMI;
bintec OBJECT IDENTIFIER ::= { enterprises 272 }
bibo OBJECT IDENTIFIER ::= { bintec 4 }
isdn OBJECT IDENTIFIER
::= { bibo 2 }
biboip OBJECT IDENTIFIER
::= { bibo 5 }
atm OBJECT IDENTIFIER
::= { bibo 16 }
sys OBJECT IDENTIFIER
::= { bibo 17 }
admin-2 OBJECT IDENTIFIER
::= { bibo 22 }
vpn OBJECT IDENTIFIER
::= { bibo 23 }
ipsec OBJECT IDENTIFIER
::= { bibo 26 }
qos OBJECT IDENTIFIER
::= { bibo 27 }
adsl OBJECT IDENTIFIER
::= { bibo 30 }
voip OBJECT IDENTIFIER
::= { bibo 33 }
security OBJECT IDENTIFIER
::= { bibo 38 }
vif OBJECT IDENTIFIER
::= { bibo 39 }
tty OBJECT IDENTIFIER
::= { bibo 41 }
ssh OBJECT IDENTIFIER
::= { bibo 44 }
phy OBJECT IDENTIFIER
::= { bibo 45 }
wlan OBJECT IDENTIFIER
::= { bibo 46 }
ima OBJECT IDENTIFIER
::= { bibo 54 }
usb OBJECT IDENTIFIER
::= { bibo 55 }
resource OBJECT IDENTIFIER
::= { sys 4 }
gui OBJECT IDENTIFIER
::= { bibo 69 }
PhysAddress ::=
OCTET STRING (SIZE(6))
DisplayString ::=
OCTET STRING (SIZE(0..255))
MacAddress ::=
OCTET STRING (SIZE(6))
BridgeId ::=
OCTET STRING (SIZE(8))
Timeout ::=
INTEGER (0..4294967295)
Date ::=
INTEGER (0..4294967295)
HexValue ::=
INTEGER (0..4294967295)
BitValue ::=
INTEGER (0..4294967295)
-- dont use, only for internal signaling, use standard BITS
BitField ::= -- alias type to distinguish BITS from OCTET STR
BITS
InetAddressV6 ::= -- alias type to output in IPv6 ::-format
OCTET STRING (SIZE(0..16))
END
|