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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
|
NETGEAR-GREENETHERNET-PRIVATE-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Unsigned32, Integer32 FROM SNMPv2-SMI
TEXTUAL-CONVENTION FROM SNMPv2-TC
InterfaceIndexOrZero FROM IF-MIB
DisplayString FROM RFC1213-MIB
lb6m FROM QUANTA-LB6M-REF-MIB;
fastPathGreenEthernet MODULE-IDENTITY
LAST-UPDATED "201101260000Z" -- 26 Jan 2011 12:00:00 GMT
ORGANIZATION "Netgear Inc"
CONTACT-INFO ""
DESCRIPTION
"The MIB definitions for NETGEAR Green Ethernet Feature."
-- Revision history.
REVISION
"201101260000Z" -- 26 Jan 2011 12:00:00 GMT
DESCRIPTION
"Postal address updated."
::= { lb6m 55 }
--*********************************************************************
-- agentGreenEthernet
--
--*********************************************************************
agentGreenEthernet OBJECT IDENTIFIER ::= { fastPathGreenEthernet 1 }
-- Green Ethernet Configuration table (global and per-port)
agentGreenEthernetTable OBJECT-TYPE
SYNTAX SEQUENCE OF AgentGreenEthernetEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table providing configuration of green Ethernet features"
::= { agentGreenEthernet 1 }
agentGreenEthernetEntry OBJECT-TYPE
SYNTAX AgentGreenEthernetEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Green Ethernet features for a port."
INDEX { agentEthernetIntfIndex }
::= { agentGreenEthernetTable 1 }
AgentGreenEthernetEntry::= SEQUENCE {
agentEthernetIntfIndex
INTEGER,
agentGreenEnergyDetectMode
INTEGER,
agentGreenEnergyDetectOperStatus
INTEGER,
agentGreenEnergyDetectOperReason
DisplayString,
agentGreenEeeMode
INTEGER,
agentGreenEeeTxWakeTime
INTEGER,
agentGreenEeeTxIdleTime
Unsigned32,
agentGreenCumEnergySaving
INTEGER
}
agentEthernetIntfIndex OBJECT-TYPE
SYNTAX INTEGER (1..4096)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is a unique index for an entry in the agentGreenEthernetTable.
A non-zero value indicates the ifIndex for the corresponding interface
entry in the ifTable. A value of zero represents global configuration,
which in turn causes all interface entries to be updated for a set operation,
or reflects the most recent global setting for a get operation."
::= { agentGreenEthernetEntry 1 }
agentGreenEnergyDetectMode OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(0),
not-applicable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable or disable Energy Detect Mode. If Energy detect Mode is not supported
on a particular port then not-applicable is displayed. When user tries to set not-applicable(2) then it returns failure."
::= { agentGreenEthernetEntry 2 }
agentGreenEnergyDetectOperStatus OBJECT-TYPE
SYNTAX INTEGER {
active(1),
in-active(0)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This tells if energy detect operational status is currently active or inactive.
The energy detect mode may be administratively enabled, but the operational
status may be inactive."
::= { agentGreenEthernetEntry 3 }
agentGreenEnergyDetectOperReason OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The energy detect mode may be administratively enabled, but the operational
status may be inactive. The reasons for this may be that the Port is currently
operating in the fiber mode, the Link is up, or the Admin Mode is Down. If
the energy-detect operational status is active, then the reason field shows up
as No energy Detected"
::= { agentGreenEthernetEntry 4}
agentGreenEeeMode OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(0),
not-applicable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable or disable Energy Efficient Ethernet Mode. If EEE Mode is not supported
on a particular port then not-applicable is displayed. When user tries to set not-applicable(2) then it returns failure."
::= { agentGreenEthernetEntry 9 }
agentGreenEeeTxWakeTime OBJECT-TYPE
SYNTAX INTEGER (8..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Time for which MAC / switch has to wait to go back to ACTIVE state from LPI state when it receives packet for transmission."
::= { agentGreenEthernetEntry 10 }
agentGreenEeeTxIdleTime OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Time for which condition to move to LPI state is satisfied, at the end of which MAC TX transitions to LPI state. The value
of this object must be a positive integer in the range from 600 to 4294967295."
::= { agentGreenEthernetEntry 11 }
agentGreenCumEnergySaving OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated Cumulative Energy Saved on this port in (Watt*hours)."
::= { agentGreenEthernetEntry 12 }
--*********************************************************************
-- Green Ethernet Interface EEE LPI History table
--
--*********************************************************************
agentGreenIntfEeeLpiHistoryTable OBJECT-TYPE
SYNTAX SEQUENCE OF AgentGreenIntfEeeLpiHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table providing configuration and status of green Ethernet Power Saving History feature"
::= { agentGreenEthernet 2 }
agentGreenIntfEeeLpiHistoryEntry OBJECT-TYPE
SYNTAX AgentGreenIntfEeeLpiHistoryEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Green Ethernet features for a port."
INDEX { agentGreenEeeLpiHistoryIntfIndex, agentGreenEeeLpiHistoryIntfSampleIndex }
::= { agentGreenIntfEeeLpiHistoryTable 1 }
AgentGreenIntfEeeLpiHistoryEntry::=
SEQUENCE {
agentGreenEeeLpiHistoryIntfIndex
INTEGER,
agentGreenEeeLpiHistoryIntfSampleIndex
INTEGER,
agentGreenEeeLpiHistoryIntfSampleTime
DisplayString,
agentGreenEeeLpiHistoryIntfPercentLpiTime
INTEGER,
agentGreenEeeLpiHistoryIntfPercentLpiTimeTotal
INTEGER
}
agentGreenEeeLpiHistoryIntfIndex OBJECT-TYPE
SYNTAX INTEGER (1..4096)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is a unique index for an entry in the agentGreenEthernetTable.
A non-zero value indicates the ifIndex for the corresponding interface
entry in the ifTable."
::= { agentGreenIntfEeeLpiHistoryEntry 1 }
agentGreenEeeLpiHistoryIntfSampleIndex OBJECT-TYPE
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is a unique index for an entry in the agentGreenEthernetTable.
A non-zero value indicates the sampleIndex for the corresponding sample
entry in the Power Saving History Table."
::= { agentGreenIntfEeeLpiHistoryEntry 2 }
agentGreenEeeLpiHistoryIntfSampleTime OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time at which the Sample was collected."
::= { agentGreenIntfEeeLpiHistoryEntry 3}
agentGreenEeeLpiHistoryIntfPercentLpiTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Percentage of Time spent in LPI mode on this port since last sample."
::= { agentGreenIntfEeeLpiHistoryEntry 4 }
agentGreenEeeLpiHistoryIntfPercentLpiTimeTotal OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Percentage of Time spent in LPI mode on this port since last reset."
::= { agentGreenIntfEeeLpiHistoryEntry 5 }
-- scalars
-- Green Ethernet Interface EEE LPI History Configuration table
agentGreenEeeLpiHistoryIntfSampleInterval OBJECT-TYPE
SYNTAX INTEGER (30..36000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Interval at which power consumption data needs to be collected."
::= { agentGreenEthernet 4 }
agentGreenEeeLpiHistoryIntfMaxSamples OBJECT-TYPE
SYNTAX INTEGER (1..168)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Maximum number of samples to keep."
::= { agentGreenEthernet 5 }
--*********************************************************************
-- Green Ethernet Unit Feature Table
--
--*********************************************************************
agentGreenUnitFeatureTable OBJECT-TYPE
SYNTAX SEQUENCE OF AgentGreenUnitFeatureEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table providing configuration and status of green Ethernet Power Saving History feature"
::= { agentGreenEthernet 3 }
agentGreenUnitFeatureEntry OBJECT-TYPE
SYNTAX AgentGreenUnitFeatureEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Green Ethernet features for a port."
INDEX { agentGreenUnitIndex }
::= { agentGreenUnitFeatureTable 1 }
AgentGreenUnitFeatureEntry::=
SEQUENCE {
agentGreenUnitIndex
INTEGER,
agentGreenFeatureList
DisplayString
}
agentGreenUnitIndex OBJECT-TYPE
SYNTAX INTEGER (1..8)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This is a unique index for an entry in the agentGreenUnitFeatureTable.
A non-zero value indicates the unitIndex for the corresponding unit
entry in the Green Ethernet Unit Feature Table."
::= { agentGreenUnitFeatureEntry 1 }
agentGreenFeatureList OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"List of Green Features supported on the given unit which could be one or more of the following:
Energy-Detect (Energy Detect)
Short-Reach (Short Reach)
EEE (Energy Efficient Ethernet)
LPI-History (EEE Low Power Idle History)
LLDP-Cap-Exchg (EEE LLDP Capability Exchange)
Pwr-Usg-Est (Power Usage Estimates)."
::= { agentGreenUnitFeatureEntry 2}
--*********************************************************************
-- Green Ethernet stack status parameters
-- scalars
--
--*********************************************************************
agentGreenEeeLpiHistoryLpiTimePerChassis OBJECT-TYPE
SYNTAX INTEGER (1..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Percentage of LPI time per chassis."
::= { agentGreenEthernet 10 }
agentGreenChassisCumEnergySaving OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated Cumulative Energy Saving (Watts * Hours) per chassis."
::= { agentGreenEthernet 11 }
agentGreenChassisCurPowerConsumption OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated Current Power Consumption (mWatts) per chassis."
::= { agentGreenEthernet 12 }
agentGreenChassisPowerSaving OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated Percentage Power Saving per chassis."
::= { agentGreenEthernet 13 }
END
|