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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
|
GBNDevicePoe-MIB DEFINITIONS ::= BEGIN
IMPORTS
Integer32 FROM SNMPv2-SMI
gbnDevice FROM ADMIN-MASTER-MIB
DisplayString FROM SNMPv2-TC;
gbnDevicePoe MODULE-IDENTITY
LAST-UPDATED "0011020000Z" -- November 2, 2000
ORGANIZATION "admin Systems, Inc."
CONTACT-INFO "admin Systems, Inc.
E-mail: support@admin.com.cn"
DESCRIPTION "Gbn Common Enterprise MIB definition."
REVISION "0011020000Z" -- November 2, 2000
DESCRIPTION "Initial MIB creation."
::= { gbnDevice 4 }
poePowerSupplyTable OBJECT-TYPE
SYNTAX SEQUENCE OF PoePowerSupplyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of power supply."
::= { gbnDevicePoe 2 }
poePowerSupplyEntry OBJECT-TYPE
SYNTAX PoePowerSupplyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of power supply."
INDEX { powerindex }
::= { poePowerSupplyTable 1 }
PoePowerSupplyEntry ::= SEQUENCE {
powerindex Integer32,
poeVersion DisplayString,
powerstatus DisplayString,
poeDevicePowerLimit Integer32,
poeDevicePowerConsume Integer32
}
powerindex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"unit index, start from 1 "
::= { poePowerSupplyEntry 1 }
poeVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A string of poe firmware."
::= { poePowerSupplyEntry 2 }
powerstatus OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"descriptions of power supply"
::= { poePowerSupplyEntry 3 }
poeDevicePowerLimit OBJECT-TYPE
SYNTAX Integer32(37..806)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"power limit of device.unit is Watt"
::= { poePowerSupplyEntry 4 }
poeDevicePowerConsume OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"power consumption of device.unit is Watt"
::= { poePowerSupplyEntry 5 }
poePortTable OBJECT-TYPE
SYNTAX SEQUENCE OF PoePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of poe port."
::= { gbnDevicePoe 4 }
poePortEntry OBJECT-TYPE
SYNTAX PoePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of poe port."
INDEX { portIndex }
::= { poePortTable 1 }
PoePortEntry ::= SEQUENCE {
portIndex
Integer32,
powerlimit
Integer32,
powerConsume
Integer32
}
portIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"port index, start from 1 "
::= { poePortEntry 1 }
powerlimit OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"power limit of port.unit is mW"
::= { poePortEntry 2 }
powerConsume OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"power consumption of port.unit is mW"
::= { poePortEntry 3 }
poePdPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF PoePdPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of poe port."
::= { gbnDevicePoe 5 }
poePdPortEntry OBJECT-TYPE
SYNTAX PoePdPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of poe port."
INDEX { portPdIndex }
::= { poePdPortTable 1 }
PoePdPortEntry ::= SEQUENCE {
portPdIndex
Integer32,
portPoePdEnable
Integer32,
portPoePdConfig
Integer32
}
portPdIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"port index, start from 1 "
::= { poePdPortEntry 1 }
portPoePdEnable OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"poe feedback real time port enable state.unit is mW"
::= { poePdPortEntry 2 }
portPoePdConfig OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"poe feedback config port enable.unit is mW"
::= { poePdPortEntry 3 }
poeFanControlTable OBJECT-TYPE
SYNTAX SEQUENCE OF PoeFanControlEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of poe fan set."
::= { gbnDevicePoe 6 }
poeFanControlEntry OBJECT-TYPE
SYNTAX PoeFanControlEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of poe fan set."
INDEX { poeFandefault }
::= { poeFanControlTable 1 }
PoeFanControlEntry ::= SEQUENCE {
poeFandefault
INTEGER,
poeFanlowVaule
Integer32,
poeFanmiddleVaule
Integer32,
poeFanhighVaule
Integer32,
poeFanModeSet
INTEGER,
poeFan1Speed
Integer32,
poeFan2Speed
Integer32,
poeTemperature
DisplayString
}
poeFandefault OBJECT-TYPE
SYNTAX INTEGER {
default(1),
user-defined(0)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"poe fans' mode set or get."
::= { poeFanControlEntry 1 }
poeFanlowVaule OBJECT-TYPE
SYNTAX Integer32(0..25)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"poe fan-control low-temperature"
::= { poeFanControlEntry 2 }
poeFanmiddleVaule OBJECT-TYPE
SYNTAX Integer32(26..60)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"poe fan-control middle-temperature"
::= { poeFanControlEntry 3 }
poeFanhighVaule OBJECT-TYPE
SYNTAX Integer32(61..70)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"poe fan-control high-temperature"
::= { poeFanControlEntry 4 }
poeFanModeSet OBJECT-TYPE
SYNTAX INTEGER {
default(0),
user-defined(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"poe fan-control user defined set"
::= { poeFanControlEntry 5 }
poeFan1Speed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"the fan1 speed of the switch"
::= { poeFanControlEntry 6 }
poeFan2Speed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"the fan2 speed of the switch"
::= { poeFanControlEntry 7 }
poeTemperature OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"the temperture of the switch"
::= { poeFanControlEntry 8 }
END
|