summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-11-30 14:02:39 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-11-30 14:02:39 +0100
commit03c515fa55657dafa41a6a0fe7bf806bd7521e87 (patch)
tree8072c7e70c041ca174077564eae75d38e6ac4391 /hosts/vidhar
parentcb5fb02e309f23c9bb0cfec41a1e6f5d4251a974 (diff)
downloadnixos-03c515fa55657dafa41a6a0fe7bf806bd7521e87.tar
nixos-03c515fa55657dafa41a6a0fe7bf806bd7521e87.tar.gz
nixos-03c515fa55657dafa41a6a0fe7bf806bd7521e87.tar.bz2
nixos-03c515fa55657dafa41a6a0fe7bf806bd7521e87.tar.xz
nixos-03c515fa55657dafa41a6a0fe7bf806bd7521e87.zip
...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/prometheus/default.nix10
-rw-r--r--hosts/vidhar/prometheus/snmp.yml54195
2 files changed, 9 insertions, 54196 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix
index 4589c1ea..c0c74f16 100644
--- a/hosts/vidhar/prometheus/default.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -37,7 +37,7 @@ in {
37 }; 37 };
38 snmp = { 38 snmp = {
39 enable = true; 39 enable = true;
40 configurationPath = ./snmp.yml; 40 configurationPath = pkgs.copyPathToStore "${pkgs.prometheus-snmp-exporter.src}/snmp.yml";
41 }; 41 };
42 unbound = { 42 unbound = {
43 enable = true; 43 enable = true;
@@ -132,6 +132,7 @@ in {
132 ]; 132 ];
133 metrics_path = "/snmp"; 133 metrics_path = "/snmp";
134 params = { 134 params = {
135 auth = ["public_v2"];
135 module = ["if_mib"]; 136 module = ["if_mib"];
136 }; 137 };
137 relabel_configs = [ 138 relabel_configs = [
@@ -145,6 +146,13 @@ in {
145 ]; 146 ];
146 scrape_interval = "15s"; 147 scrape_interval = "15s";
147 } 148 }
149 { job_name = "snmp_exporter";
150 static_configs = [
151 { targets = ["localhost:${toString config.services.prometheus.exporters.snmp.port}"]; }
152 ];
153 relabel_configs = relabelHosts;
154 scrape_interval = "1s";
155 }
148 { job_name = "zte"; 156 { job_name = "zte";
149 static_configs = [ 157 static_configs = [
150 { targets = ["localhost:9900"]; } 158 { targets = ["localhost:9900"]; }
diff --git a/hosts/vidhar/prometheus/snmp.yml b/hosts/vidhar/prometheus/snmp.yml
deleted file mode 100644
index 4a63ef9d..00000000
--- a/hosts/vidhar/prometheus/snmp.yml
+++ /dev/null
@@ -1,54195 +0,0 @@
1# WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost.
2auths:
3 v1:
4 version: 1
5modules:
6 apcups:
7 walk:
8 - 1.3.6.1.2.1.2
9 - 1.3.6.1.4.1.318.1.1.1.12
10 - 1.3.6.1.4.1.318.1.1.1.2
11 - 1.3.6.1.4.1.318.1.1.1.3
12 - 1.3.6.1.4.1.318.1.1.1.4
13 - 1.3.6.1.4.1.318.1.1.1.7.2
14 - 1.3.6.1.4.1.318.1.1.10.2.3.2
15 - 1.3.6.1.4.1.318.1.1.26.10.2.2
16 - 1.3.6.1.4.1.318.1.1.26.4.3
17 - 1.3.6.1.4.1.318.1.1.26.6.3
18 - 1.3.6.1.4.1.318.1.1.26.8.3
19 get:
20 - 1.3.6.1.2.1.1.3.0
21 - 1.3.6.1.4.1.318.1.1.1.8.1.0
22 metrics:
23 - name: sysUpTime
24 oid: 1.3.6.1.2.1.1.3
25 type: gauge
26 help: The time (in hundredths of a second) since the network management portion
27 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
28 - name: ifNumber
29 oid: 1.3.6.1.2.1.2.1
30 type: gauge
31 help: The number of network interfaces (regardless of their current state) present
32 on this system. - 1.3.6.1.2.1.2.1
33 - name: ifIndex
34 oid: 1.3.6.1.2.1.2.2.1.1
35 type: gauge
36 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
37 indexes:
38 - labelname: ifIndex
39 type: gauge
40 - name: ifDescr
41 oid: 1.3.6.1.2.1.2.2.1.2
42 type: DisplayString
43 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
44 indexes:
45 - labelname: ifIndex
46 type: gauge
47 - name: ifType
48 oid: 1.3.6.1.2.1.2.2.1.3
49 type: EnumAsInfo
50 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
51 indexes:
52 - labelname: ifIndex
53 type: gauge
54 enum_values:
55 1: other
56 2: regular1822
57 3: hdh1822
58 4: ddnX25
59 5: rfc877x25
60 6: ethernetCsmacd
61 7: iso88023Csmacd
62 8: iso88024TokenBus
63 9: iso88025TokenRing
64 10: iso88026Man
65 11: starLan
66 12: proteon10Mbit
67 13: proteon80Mbit
68 14: hyperchannel
69 15: fddi
70 16: lapb
71 17: sdlc
72 18: ds1
73 19: e1
74 20: basicISDN
75 21: primaryISDN
76 22: propPointToPointSerial
77 23: ppp
78 24: softwareLoopback
79 25: eon
80 26: ethernet3Mbit
81 27: nsip
82 28: slip
83 29: ultra
84 30: ds3
85 31: sip
86 32: frameRelay
87 33: rs232
88 34: para
89 35: arcnet
90 36: arcnetPlus
91 37: atm
92 38: miox25
93 39: sonet
94 40: x25ple
95 41: iso88022llc
96 42: localTalk
97 43: smdsDxi
98 44: frameRelayService
99 45: v35
100 46: hssi
101 47: hippi
102 48: modem
103 49: aal5
104 50: sonetPath
105 51: sonetVT
106 52: smdsIcip
107 53: propVirtual
108 54: propMultiplexor
109 55: ieee80212
110 56: fibreChannel
111 57: hippiInterface
112 58: frameRelayInterconnect
113 59: aflane8023
114 60: aflane8025
115 61: cctEmul
116 62: fastEther
117 63: isdn
118 64: v11
119 65: v36
120 66: g703at64k
121 67: g703at2mb
122 68: qllc
123 69: fastEtherFX
124 70: channel
125 71: ieee80211
126 72: ibm370parChan
127 73: escon
128 74: dlsw
129 75: isdns
130 76: isdnu
131 77: lapd
132 78: ipSwitch
133 79: rsrb
134 80: atmLogical
135 81: ds0
136 82: ds0Bundle
137 83: bsc
138 84: async
139 85: cnr
140 86: iso88025Dtr
141 87: eplrs
142 88: arap
143 89: propCnls
144 90: hostPad
145 91: termPad
146 92: frameRelayMPI
147 93: x213
148 94: adsl
149 95: radsl
150 96: sdsl
151 97: vdsl
152 98: iso88025CRFPInt
153 99: myrinet
154 100: voiceEM
155 101: voiceFXO
156 102: voiceFXS
157 103: voiceEncap
158 104: voiceOverIp
159 105: atmDxi
160 106: atmFuni
161 107: atmIma
162 108: pppMultilinkBundle
163 109: ipOverCdlc
164 110: ipOverClaw
165 111: stackToStack
166 112: virtualIpAddress
167 113: mpc
168 114: ipOverAtm
169 115: iso88025Fiber
170 116: tdlc
171 117: gigabitEthernet
172 118: hdlc
173 119: lapf
174 120: v37
175 121: x25mlp
176 122: x25huntGroup
177 123: transpHdlc
178 124: interleave
179 125: fast
180 126: ip
181 127: docsCableMaclayer
182 128: docsCableDownstream
183 129: docsCableUpstream
184 130: a12MppSwitch
185 131: tunnel
186 132: coffee
187 133: ces
188 134: atmSubInterface
189 135: l2vlan
190 136: l3ipvlan
191 137: l3ipxvlan
192 138: digitalPowerline
193 139: mediaMailOverIp
194 140: dtm
195 141: dcn
196 142: ipForward
197 143: msdsl
198 144: ieee1394
199 145: if-gsn
200 146: dvbRccMacLayer
201 147: dvbRccDownstream
202 148: dvbRccUpstream
203 149: atmVirtual
204 150: mplsTunnel
205 151: srp
206 152: voiceOverAtm
207 153: voiceOverFrameRelay
208 154: idsl
209 155: compositeLink
210 156: ss7SigLink
211 157: propWirelessP2P
212 158: frForward
213 159: rfc1483
214 160: usb
215 161: ieee8023adLag
216 162: bgppolicyaccounting
217 163: frf16MfrBundle
218 164: h323Gatekeeper
219 165: h323Proxy
220 166: mpls
221 167: mfSigLink
222 168: hdsl2
223 169: shdsl
224 170: ds1FDL
225 171: pos
226 172: dvbAsiIn
227 173: dvbAsiOut
228 174: plc
229 175: nfas
230 176: tr008
231 177: gr303RDT
232 178: gr303IDT
233 179: isup
234 180: propDocsWirelessMaclayer
235 181: propDocsWirelessDownstream
236 182: propDocsWirelessUpstream
237 183: hiperlan2
238 184: propBWAp2Mp
239 185: sonetOverheadChannel
240 186: digitalWrapperOverheadChannel
241 187: aal2
242 188: radioMAC
243 189: atmRadio
244 190: imt
245 191: mvl
246 192: reachDSL
247 193: frDlciEndPt
248 194: atmVciEndPt
249 195: opticalChannel
250 196: opticalTransport
251 197: propAtm
252 198: voiceOverCable
253 199: infiniband
254 200: teLink
255 201: q2931
256 202: virtualTg
257 203: sipTg
258 204: sipSig
259 205: docsCableUpstreamChannel
260 206: econet
261 207: pon155
262 208: pon622
263 209: bridge
264 210: linegroup
265 211: voiceEMFGD
266 212: voiceFGDEANA
267 213: voiceDID
268 214: mpegTransport
269 215: sixToFour
270 216: gtp
271 217: pdnEtherLoop1
272 218: pdnEtherLoop2
273 219: opticalChannelGroup
274 220: homepna
275 221: gfp
276 222: ciscoISLvlan
277 223: actelisMetaLOOP
278 224: fcipLink
279 225: rpr
280 226: qam
281 227: lmp
282 228: cblVectaStar
283 229: docsCableMCmtsDownstream
284 230: adsl2
285 231: macSecControlledIF
286 232: macSecUncontrolledIF
287 233: aviciOpticalEther
288 234: atmbond
289 235: voiceFGDOS
290 236: mocaVersion1
291 237: ieee80216WMAN
292 238: adsl2plus
293 239: dvbRcsMacLayer
294 240: dvbTdm
295 241: dvbRcsTdma
296 242: x86Laps
297 243: wwanPP
298 244: wwanPP2
299 245: voiceEBS
300 246: ifPwType
301 247: ilan
302 248: pip
303 249: aluELP
304 250: gpon
305 251: vdsl2
306 252: capwapDot11Profile
307 253: capwapDot11Bss
308 254: capwapWtpVirtualRadio
309 255: bits
310 256: docsCableUpstreamRfPort
311 257: cableDownstreamRfPort
312 258: vmwareVirtualNic
313 259: ieee802154
314 260: otnOdu
315 261: otnOtu
316 262: ifVfiType
317 263: g9981
318 264: g9982
319 265: g9983
320 266: aluEpon
321 267: aluEponOnu
322 268: aluEponPhysicalUni
323 269: aluEponLogicalLink
324 270: aluGponOnu
325 271: aluGponPhysicalUni
326 272: vmwareNicTeam
327 277: docsOfdmDownstream
328 278: docsOfdmaUpstream
329 279: gfast
330 280: sdci
331 281: xboxWireless
332 282: fastdsl
333 283: docsCableScte55d1FwdOob
334 284: docsCableScte55d1RetOob
335 285: docsCableScte55d2DsOob
336 286: docsCableScte55d2UsOob
337 287: docsCableNdf
338 288: docsCableNdr
339 289: ptm
340 290: ghn
341 291: otnOtsi
342 292: otnOtuc
343 293: otnOduc
344 294: otnOtsig
345 295: microwaveCarrierTermination
346 296: microwaveRadioLinkTerminal
347 297: ieee8021axDrni
348 298: ax25
349 299: ieee19061nanocom
350 300: cpri
351 301: omni
352 302: roe
353 303: p2pOverLan
354 - name: ifMtu
355 oid: 1.3.6.1.2.1.2.2.1.4
356 type: gauge
357 help: The size of the largest packet which can be sent/received on the interface,
358 specified in octets - 1.3.6.1.2.1.2.2.1.4
359 indexes:
360 - labelname: ifIndex
361 type: gauge
362 - name: ifSpeed
363 oid: 1.3.6.1.2.1.2.2.1.5
364 type: gauge
365 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
366 indexes:
367 - labelname: ifIndex
368 type: gauge
369 - name: ifPhysAddress
370 oid: 1.3.6.1.2.1.2.2.1.6
371 type: PhysAddress48
372 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
373 indexes:
374 - labelname: ifIndex
375 type: gauge
376 - name: ifAdminStatus
377 oid: 1.3.6.1.2.1.2.2.1.7
378 type: gauge
379 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
380 indexes:
381 - labelname: ifIndex
382 type: gauge
383 enum_values:
384 1: up
385 2: down
386 3: testing
387 - name: ifOperStatus
388 oid: 1.3.6.1.2.1.2.2.1.8
389 type: gauge
390 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
391 indexes:
392 - labelname: ifIndex
393 type: gauge
394 enum_values:
395 1: up
396 2: down
397 3: testing
398 4: unknown
399 5: dormant
400 6: notPresent
401 7: lowerLayerDown
402 - name: ifLastChange
403 oid: 1.3.6.1.2.1.2.2.1.9
404 type: gauge
405 help: The value of sysUpTime at the time the interface entered its current operational
406 state - 1.3.6.1.2.1.2.2.1.9
407 indexes:
408 - labelname: ifIndex
409 type: gauge
410 - name: ifInOctets
411 oid: 1.3.6.1.2.1.2.2.1.10
412 type: counter
413 help: The total number of octets received on the interface, including framing
414 characters - 1.3.6.1.2.1.2.2.1.10
415 indexes:
416 - labelname: ifIndex
417 type: gauge
418 - name: ifInUcastPkts
419 oid: 1.3.6.1.2.1.2.2.1.11
420 type: counter
421 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
422 which were not addressed to a multicast or broadcast address at this sub-layer
423 - 1.3.6.1.2.1.2.2.1.11
424 indexes:
425 - labelname: ifIndex
426 type: gauge
427 - name: ifInNUcastPkts
428 oid: 1.3.6.1.2.1.2.2.1.12
429 type: counter
430 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
431 which were addressed to a multicast or broadcast address at this sub-layer -
432 1.3.6.1.2.1.2.2.1.12
433 indexes:
434 - labelname: ifIndex
435 type: gauge
436 - name: ifInDiscards
437 oid: 1.3.6.1.2.1.2.2.1.13
438 type: counter
439 help: The number of inbound packets which were chosen to be discarded even though
440 no errors had been detected to prevent their being deliverable to a higher-layer
441 protocol - 1.3.6.1.2.1.2.2.1.13
442 indexes:
443 - labelname: ifIndex
444 type: gauge
445 - name: ifInErrors
446 oid: 1.3.6.1.2.1.2.2.1.14
447 type: counter
448 help: For packet-oriented interfaces, the number of inbound packets that contained
449 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
450 indexes:
451 - labelname: ifIndex
452 type: gauge
453 - name: ifInUnknownProtos
454 oid: 1.3.6.1.2.1.2.2.1.15
455 type: counter
456 help: For packet-oriented interfaces, the number of packets received via the interface
457 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
458 indexes:
459 - labelname: ifIndex
460 type: gauge
461 - name: ifOutOctets
462 oid: 1.3.6.1.2.1.2.2.1.16
463 type: counter
464 help: The total number of octets transmitted out of the interface, including framing
465 characters - 1.3.6.1.2.1.2.2.1.16
466 indexes:
467 - labelname: ifIndex
468 type: gauge
469 - name: ifOutUcastPkts
470 oid: 1.3.6.1.2.1.2.2.1.17
471 type: counter
472 help: The total number of packets that higher-level protocols requested be transmitted,
473 and which were not addressed to a multicast or broadcast address at this sub-layer,
474 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
475 indexes:
476 - labelname: ifIndex
477 type: gauge
478 - name: ifOutNUcastPkts
479 oid: 1.3.6.1.2.1.2.2.1.18
480 type: counter
481 help: The total number of packets that higher-level protocols requested be transmitted,
482 and which were addressed to a multicast or broadcast address at this sub-layer,
483 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
484 indexes:
485 - labelname: ifIndex
486 type: gauge
487 - name: ifOutDiscards
488 oid: 1.3.6.1.2.1.2.2.1.19
489 type: counter
490 help: The number of outbound packets which were chosen to be discarded even though
491 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
492 indexes:
493 - labelname: ifIndex
494 type: gauge
495 - name: ifOutErrors
496 oid: 1.3.6.1.2.1.2.2.1.20
497 type: counter
498 help: For packet-oriented interfaces, the number of outbound packets that could
499 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
500 indexes:
501 - labelname: ifIndex
502 type: gauge
503 - name: ifOutQLen
504 oid: 1.3.6.1.2.1.2.2.1.21
505 type: gauge
506 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
507 indexes:
508 - labelname: ifIndex
509 type: gauge
510 - name: ifSpecific
511 oid: 1.3.6.1.2.1.2.2.1.22
512 type: OctetString
513 help: A reference to MIB definitions specific to the particular media being used
514 to realize the interface - 1.3.6.1.2.1.2.2.1.22
515 indexes:
516 - labelname: ifIndex
517 type: gauge
518 - name: upsOutletGroupStatusTableSize
519 oid: 1.3.6.1.4.1.318.1.1.1.12.1.1
520 type: gauge
521 help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.1.1
522 - name: upsOutletGroupStatusIndex
523 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.1
524 type: gauge
525 help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.1
526 indexes:
527 - labelname: upsOutletGroupStatusIndex
528 type: gauge
529 lookups:
530 - labels:
531 - upsOutletGroupStatusIndex
532 labelname: upsOutletGroupStatusName
533 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
534 type: DisplayString
535 - labels: []
536 labelname: upsOutletGroupStatusIndex
537 - name: upsOutletGroupStatusName
538 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
539 type: DisplayString
540 help: The name of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
541 indexes:
542 - labelname: upsOutletGroupStatusIndex
543 type: gauge
544 lookups:
545 - labels:
546 - upsOutletGroupStatusIndex
547 labelname: upsOutletGroupStatusName
548 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
549 type: DisplayString
550 - labels: []
551 labelname: upsOutletGroupStatusIndex
552 - name: upsOutletGroupStatusGroupState
553 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.3
554 type: gauge
555 help: Getting this variable will return the outlet group state - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.3
556 indexes:
557 - labelname: upsOutletGroupStatusIndex
558 type: gauge
559 lookups:
560 - labels:
561 - upsOutletGroupStatusIndex
562 labelname: upsOutletGroupStatusName
563 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
564 type: DisplayString
565 - labels: []
566 labelname: upsOutletGroupStatusIndex
567 enum_values:
568 1: upsOutletGroupStatusOn
569 2: upsOutletGroupStatusOff
570 3: upsOutletGroupStatusUnknown
571 - name: upsOutletGroupStatusCommandPending
572 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.4
573 type: gauge
574 help: Getting this variable will return the command pending state of the outlet
575 group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.4
576 indexes:
577 - labelname: upsOutletGroupStatusIndex
578 type: gauge
579 lookups:
580 - labels:
581 - upsOutletGroupStatusIndex
582 labelname: upsOutletGroupStatusName
583 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
584 type: DisplayString
585 - labels: []
586 labelname: upsOutletGroupStatusIndex
587 enum_values:
588 1: upsOutletGroupCommandPending
589 2: upsOutletGroupNoCommandPending
590 - name: upsOutletGroupStatusOutletType
591 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.5
592 type: gauge
593 help: Getting this variable will return the type of outlet group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.5
594 indexes:
595 - labelname: upsOutletGroupStatusIndex
596 type: gauge
597 lookups:
598 - labels:
599 - upsOutletGroupStatusIndex
600 labelname: upsOutletGroupStatusName
601 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
602 type: DisplayString
603 - labels: []
604 labelname: upsOutletGroupStatusIndex
605 enum_values:
606 1: upsSwitchedOutletGroup
607 2: upsMainOutletGroup
608 - name: upsOutletGroupStatusGroupFullState
609 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.6
610 type: DisplayString
611 help: An ASCII string containing the 32 flags representing the current state(s)
612 of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.6
613 indexes:
614 - labelname: upsOutletGroupStatusIndex
615 type: gauge
616 lookups:
617 - labels:
618 - upsOutletGroupStatusIndex
619 labelname: upsOutletGroupStatusName
620 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
621 type: DisplayString
622 - labels: []
623 labelname: upsOutletGroupStatusIndex
624 - name: upsOutletGroupConfigTableSize
625 oid: 1.3.6.1.4.1.318.1.1.1.12.2.1
626 type: gauge
627 help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.2.1
628 - name: upsOutletGroupConfigIndex
629 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.1
630 type: gauge
631 help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.1
632 indexes:
633 - labelname: upsOutletGroupConfigIndex
634 type: gauge
635 - name: upsOutletGroupConfigName
636 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.2
637 type: DisplayString
638 help: The name of the outlet group. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.2
639 indexes:
640 - labelname: upsOutletGroupConfigIndex
641 type: gauge
642 - name: upsOutletGroupConfigPowerOnDelay
643 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.3
644 type: gauge
645 help: The amount of time (seconds) the outlet group will delay powering on when
646 the delayed on, reboot, or shutdown command is applied - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.3
647 indexes:
648 - labelname: upsOutletGroupConfigIndex
649 type: gauge
650 - name: upsOutletGroupConfigPowerOffDelay
651 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.4
652 type: gauge
653 help: The amount of time (seconds) the outlet group will delay powering off when
654 the delayed off, reboot, or shutdown command is applied - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.4
655 indexes:
656 - labelname: upsOutletGroupConfigIndex
657 type: gauge
658 - name: upsOutletGroupConfigRebootDuration
659 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.5
660 type: gauge
661 help: During a reboot sequence, power is turned off and then back on - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.5
662 indexes:
663 - labelname: upsOutletGroupConfigIndex
664 type: gauge
665 - name: upsOutletGroupConfigMinReturnRuntime
666 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.6
667 type: gauge
668 help: In an Outlet Group shutdown sequence, the Outlet Group cycles power off
669 then on - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.6
670 indexes:
671 - labelname: upsOutletGroupConfigIndex
672 type: gauge
673 - name: upsOutletGroupConfigOutletType
674 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.7
675 type: gauge
676 help: Getting this variable will return the type of outlet group - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.7
677 indexes:
678 - labelname: upsOutletGroupConfigIndex
679 type: gauge
680 enum_values:
681 1: upsSwitchedOutletGroup
682 2: upsMainOutletGroup
683 - name: upsOutletGroupConfigLoadShedControlSkipOffDelay
684 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.8
685 type: gauge
686 help: Configures whether the outlet group's off delay setting (upsOutletGroupConfigPowerOffDelay)
687 will be used in a load shedding situation, where applicable. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.8
688 indexes:
689 - labelname: upsOutletGroupConfigIndex
690 type: gauge
691 enum_values:
692 1: upsOutletGroupConfigSkipOffDelay
693 2: upsOutletGroupConfigUseOffDelay
694 - name: upsOutletGroupConfigLoadShedControlAutoRestart
695 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.9
696 type: gauge
697 help: Configures whether the outlet group will automatically restart after a load
698 shedding situation, where applicable. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.9
699 indexes:
700 - labelname: upsOutletGroupConfigIndex
701 type: gauge
702 enum_values:
703 1: upsOutletGroupConfigAutoRestart
704 2: upsOutletGroupConfigManualRestart
705 - name: upsOutletGroupConfigLoadShedControlTimeOnBattery
706 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.10
707 type: gauge
708 help: Configures whether the outlet group will load shed (turn off) after the
709 UPS's time on battery has exceeded the upsOutletGroupConfigLoadShedTimeOnBattery
710 OID setting - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.10
711 indexes:
712 - labelname: upsOutletGroupConfigIndex
713 type: gauge
714 enum_values:
715 1: upsOutletGroupConfigDisableTimeOnBatteryLoadShed
716 2: upsOutletGroupConfigEnableTimeOnBatteryLoadShed
717 - name: upsOutletGroupConfigLoadShedControlRuntimeRemaining
718 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.11
719 type: gauge
720 help: Configures whether the outlet group will load shed (turn off) when the UPS
721 is on battery and the remaining runtime is less than the upsOutletGroupConfigLoadShedRuntimeRemaining
722 OID setting - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.11
723 indexes:
724 - labelname: upsOutletGroupConfigIndex
725 type: gauge
726 enum_values:
727 1: upsOutletGroupConfigDisableRuntimeRemainingLoadShed
728 2: upsOutletGroupConfigEnableRuntimeRemainingLoadShed
729 - name: upsOutletGroupConfigLoadShedControlInOverload
730 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.12
731 type: gauge
732 help: Configures whether the outlet group will load shed (turn off) when the UPS
733 is in an overload condition - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.12
734 indexes:
735 - labelname: upsOutletGroupConfigIndex
736 type: gauge
737 enum_values:
738 1: upsOutletGroupConfigDisableInOverloadLoadShed
739 2: upsOutletGroupConfigEnableInOverloadLoadShed
740 - name: upsOutletGroupConfigLoadShedTimeOnBattery
741 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.13
742 type: gauge
743 help: When the UPS has been on battery for more time than this value, the outlet
744 group will turn off if this condition is enabled by the upsOutletGroupConfigLoadShedControlTimeOnBattery
745 OID - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.13
746 indexes:
747 - labelname: upsOutletGroupConfigIndex
748 type: gauge
749 - name: upsOutletGroupConfigLoadShedRuntimeRemaining
750 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.14
751 type: gauge
752 help: When the runtime remaining is less than this value, the outlet group will
753 turn off if this condition is enabled by the upsOutletGroupConfigLoadShedControlRuntimeRemaining
754 OID - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.14
755 indexes:
756 - labelname: upsOutletGroupConfigIndex
757 type: gauge
758 - name: upsOutletGroupControlTableSize
759 oid: 1.3.6.1.4.1.318.1.1.1.12.3.1
760 type: gauge
761 help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.3.1
762 - name: upsOutletGroupControlIndex
763 oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.1
764 type: gauge
765 help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.1
766 indexes:
767 - labelname: upsOutletGroupControlIndex
768 type: gauge
769 - name: upsOutletGroupControlName
770 oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.2
771 type: DisplayString
772 help: The name of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.2
773 indexes:
774 - labelname: upsOutletGroupControlIndex
775 type: gauge
776 - name: upsOutletGroupControlCommand
777 oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.3
778 type: gauge
779 help: Getting this variable will return the outlet group state - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.3
780 indexes:
781 - labelname: upsOutletGroupControlIndex
782 type: gauge
783 enum_values:
784 1: upsOutletGroupImmediateOn
785 2: upsOutletGroupImmediateOff
786 3: upsOutletGroupImmediateRebootWithOrWithoutAC
787 4: upsOutletGroupDelayedOn
788 5: upsOutletGroupDelayedOff
789 6: upsOutletGroupDelayedRebootWithOrWithoutAC
790 7: upsOutletGroupCancelPendingCommand
791 8: upsOutletGroupControlUnknown
792 9: upsOutletGroupImmediateRebootShutdown
793 10: upsOutletGroupDelayedRebootShutdown
794 - name: upsOutletGroupControlOutletType
795 oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.4
796 type: gauge
797 help: Getting this variable will return the type of outlet group - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.4
798 indexes:
799 - labelname: upsOutletGroupControlIndex
800 type: gauge
801 enum_values:
802 1: upsSwitchedOutletGroup
803 2: upsMainOutletGroup
804 - name: upsBasicBatteryStatus
805 oid: 1.3.6.1.4.1.318.1.1.1.2.1.1
806 type: gauge
807 help: The status of the UPS batteries - 1.3.6.1.4.1.318.1.1.1.2.1.1
808 enum_values:
809 1: unknown
810 2: batteryNormal
811 3: batteryLow
812 4: batteryInFaultCondition
813 - name: upsBasicBatteryTimeOnBattery
814 oid: 1.3.6.1.4.1.318.1.1.1.2.1.2
815 type: gauge
816 help: The elapsed time since the UPS has switched to battery power. - 1.3.6.1.4.1.318.1.1.1.2.1.2
817 - name: upsBasicBatteryLastReplaceDate
818 oid: 1.3.6.1.4.1.318.1.1.1.2.1.3
819 type: DisplayString
820 help: The date when the UPS system's batteries were last replaced in mm/dd/yy
821 (or yyyy) format - 1.3.6.1.4.1.318.1.1.1.2.1.3
822 - name: upsAdvBatteryCapacity
823 oid: 1.3.6.1.4.1.318.1.1.1.2.2.1
824 type: gauge
825 help: The remaining battery capacity expressed in percent of full capacity. -
826 1.3.6.1.4.1.318.1.1.1.2.2.1
827 - name: upsAdvBatteryTemperature
828 oid: 1.3.6.1.4.1.318.1.1.1.2.2.2
829 type: gauge
830 help: The current internal UPS temperature expressed in Celsius - 1.3.6.1.4.1.318.1.1.1.2.2.2
831 - name: upsAdvBatteryRunTimeRemaining
832 oid: 1.3.6.1.4.1.318.1.1.1.2.2.3
833 type: gauge
834 help: The UPS battery run time remaining before battery exhaustion. - 1.3.6.1.4.1.318.1.1.1.2.2.3
835 - name: upsAdvBatteryReplaceIndicator
836 oid: 1.3.6.1.4.1.318.1.1.1.2.2.4
837 type: gauge
838 help: Indicates whether the UPS batteries need replacing. - 1.3.6.1.4.1.318.1.1.1.2.2.4
839 enum_values:
840 1: noBatteryNeedsReplacing
841 2: batteryNeedsReplacing
842 - name: upsAdvBatteryNumOfBattPacks
843 oid: 1.3.6.1.4.1.318.1.1.1.2.2.5
844 type: gauge
845 help: The number of external battery packs connected to the UPS - 1.3.6.1.4.1.318.1.1.1.2.2.5
846 - name: upsAdvBatteryNumOfBadBattPacks
847 oid: 1.3.6.1.4.1.318.1.1.1.2.2.6
848 type: gauge
849 help: The number of external battery packs connected to the UPS that are defective
850 - 1.3.6.1.4.1.318.1.1.1.2.2.6
851 - name: upsAdvBatteryNominalVoltage
852 oid: 1.3.6.1.4.1.318.1.1.1.2.2.7
853 type: gauge
854 help: The nominal battery voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.2.2.7
855 - name: upsAdvBatteryActualVoltage
856 oid: 1.3.6.1.4.1.318.1.1.1.2.2.8
857 type: gauge
858 help: The actual battery bus voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.2.2.8
859 - name: upsAdvBatteryCurrent
860 oid: 1.3.6.1.4.1.318.1.1.1.2.2.9
861 type: gauge
862 help: The battery current in Amps. - 1.3.6.1.4.1.318.1.1.1.2.2.9
863 - name: upsAdvTotalDCCurrent
864 oid: 1.3.6.1.4.1.318.1.1.1.2.2.10
865 type: gauge
866 help: The total DC current in Amps. - 1.3.6.1.4.1.318.1.1.1.2.2.10
867 - name: upsAdvBatteryFullCapacity
868 oid: 1.3.6.1.4.1.318.1.1.1.2.2.11
869 type: gauge
870 help: The full chargeable capacity of the battery which is expressed in percentage.
871 - 1.3.6.1.4.1.318.1.1.1.2.2.11
872 - name: upsAdvBatteryActualVoltageTableIndex
873 oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.1
874 type: gauge
875 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.1
876 indexes:
877 - labelname: upsAdvBatteryActualVoltageTableIndex
878 type: gauge
879 - name: upsAdvBatteryActualVoltagePolarity
880 oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.2
881 type: gauge
882 help: The selected Battery Voltage Polarity - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.2
883 indexes:
884 - labelname: upsAdvBatteryActualVoltageTableIndex
885 type: gauge
886 enum_values:
887 0: positive
888 1: negative
889 - name: upsAdvBatteryFrameActualVoltage
890 oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.3
891 type: gauge
892 help: The actual battery bus voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.3
893 indexes:
894 - labelname: upsAdvBatteryActualVoltageTableIndex
895 type: gauge
896 - name: upsAdvTotalDCCurrentTableIndex
897 oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.1
898 type: gauge
899 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.1
900 indexes:
901 - labelname: upsAdvTotalDCCurrentTableIndex
902 type: gauge
903 - name: upsAdvTotalDCCurrentPolarity
904 oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.2
905 type: gauge
906 help: The selected Battery Current Polarity - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.2
907 indexes:
908 - labelname: upsAdvTotalDCCurrentTableIndex
909 type: gauge
910 enum_values:
911 0: positive
912 1: negative
913 - name: upsAdvTotalFrameDCCurrent
914 oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.3
915 type: gauge
916 help: The Total DC Current of battery in Amperes. - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.3
917 indexes:
918 - labelname: upsAdvTotalDCCurrentTableIndex
919 type: gauge
920 - name: upsAdvBatteryCurrentTableIndex
921 oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.1
922 type: gauge
923 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.1
924 indexes:
925 - labelname: upsAdvBatteryCurrentTableIndex
926 type: gauge
927 - labelname: upsAdvBatteryCurrentIndex
928 type: gauge
929 - name: upsAdvBatteryCurrentIndex
930 oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.2
931 type: gauge
932 help: The battery frame identifier. - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.2
933 indexes:
934 - labelname: upsAdvBatteryCurrentTableIndex
935 type: gauge
936 - labelname: upsAdvBatteryCurrentIndex
937 type: gauge
938 - name: upsAdvBatteryCurrentPolarity
939 oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.3
940 type: gauge
941 help: The selected Battery current polarity - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.3
942 indexes:
943 - labelname: upsAdvBatteryCurrentTableIndex
944 type: gauge
945 - labelname: upsAdvBatteryCurrentIndex
946 type: gauge
947 enum_values:
948 0: positive
949 1: negative
950 - name: upsAdvBatteryFrameCurrent
951 oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.4
952 type: gauge
953 help: The Battery current measured in Amperes - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.4
954 indexes:
955 - labelname: upsAdvBatteryCurrentTableIndex
956 type: gauge
957 - labelname: upsAdvBatteryCurrentIndex
958 type: gauge
959 - name: upsAdvBatteryEstimatedChargeTime
960 oid: 1.3.6.1.4.1.318.1.1.1.2.2.15
961 type: gauge
962 help: The estimated remaining time required to charge the UPS to a full state
963 of charge. - 1.3.6.1.4.1.318.1.1.1.2.2.15
964 - name: upsAdvBatteryPower
965 oid: 1.3.6.1.4.1.318.1.1.1.2.2.16
966 type: gauge
967 help: The measured battery power in kW. - 1.3.6.1.4.1.318.1.1.1.2.2.16
968 - name: upsAdvBatteryChargerStatus
969 oid: 1.3.6.1.4.1.318.1.1.1.2.2.17
970 type: EnumAsStateSet
971 help: The status of the battery charger - 1.3.6.1.4.1.318.1.1.1.2.2.17
972 enum_values:
973 1: unknown
974 2: ok
975 3: inFaultCondition
976 4: floatCharging
977 5: boostCharging
978 6: resting
979 7: notCharging
980 8: equalizationCharging
981 9: testInProgress
982 10: cyclicFloatCharging
983 - name: upsAdvBatteryInternalSKU
984 oid: 1.3.6.1.4.1.318.1.1.1.2.2.19
985 type: DisplayString
986 help: The SKU of the internal battery. - 1.3.6.1.4.1.318.1.1.1.2.2.19
987 - name: upsAdvBatteryExternalSKU
988 oid: 1.3.6.1.4.1.318.1.1.1.2.2.20
989 type: DisplayString
990 help: The SKU of the external battery. - 1.3.6.1.4.1.318.1.1.1.2.2.20
991 - name: upsAdvBatteryRecommendedReplaceDate
992 oid: 1.3.6.1.4.1.318.1.1.1.2.2.21
993 type: DisplayString
994 help: The recommended replacement date for the battery based on the UPS internal
995 battery life algorithm. - 1.3.6.1.4.1.318.1.1.1.2.2.21
996 - name: upsAdvBatteryNominalBackupTime
997 oid: 1.3.6.1.4.1.318.1.1.1.2.2.22
998 type: gauge
999 help: Defines the runtime of the user supplied battery in minutes, when battery
1000 is new. - 1.3.6.1.4.1.318.1.1.1.2.2.22
1001 - name: upsAdvBatteryCondition
1002 oid: 1.3.6.1.4.1.318.1.1.1.2.2.23
1003 type: EnumAsStateSet
1004 help: Health of the battries based on the battery test. - 1.3.6.1.4.1.318.1.1.1.2.2.23
1005 enum_values:
1006 1: unknown
1007 2: ok
1008 3: weak
1009 4: poor
1010 - name: upsAdvBatteryChargingCurrentRestricted
1011 oid: 1.3.6.1.4.1.318.1.1.1.2.2.24
1012 type: EnumAsStateSet
1013 help: Indicates whether battery charging current is restricted or not - 1.3.6.1.4.1.318.1.1.1.2.2.24
1014 enum_values:
1015 1: "yes"
1016 2: "no"
1017 - name: upsAdvBatteryTotalCapacity
1018 oid: 1.3.6.1.4.1.318.1.1.1.2.2.25
1019 type: gauge
1020 help: The actual available battery capacity of the system expressed in ampere
1021 hours (Ah) - 1.3.6.1.4.1.318.1.1.1.2.2.25
1022 - name: upsAdvBatteryFuseStatus
1023 oid: 1.3.6.1.4.1.318.1.1.1.2.2.26
1024 type: gauge
1025 help: If battery system has one common fuse for the battery system, the status
1026 is given by this value - 1.3.6.1.4.1.318.1.1.1.2.2.26
1027 enum_values:
1028 1: fuseOpen
1029 2: fuseOk
1030 3: notPresent
1031 - name: upsAdvBatteryBreakerStatus
1032 oid: 1.3.6.1.4.1.318.1.1.1.2.2.27
1033 type: gauge
1034 help: The value indicates the aggregated status of the battery breakers in the
1035 system - 1.3.6.1.4.1.318.1.1.1.2.2.27
1036 enum_values:
1037 1: disconnected
1038 2: closed
1039 3: notPresent
1040 - name: upsAdvBatteryWiringConfiguration
1041 oid: 1.3.6.1.4.1.318.1.1.1.2.2.28
1042 type: gauge
1043 help: The value indicates the wiring configuration, whether the battery is 2-wire
1044 or 3-wire - 1.3.6.1.4.1.318.1.1.1.2.2.28
1045 enum_values:
1046 1: twoWire
1047 2: threeWire
1048 - name: upsHighPrecBatteryCapacity
1049 oid: 1.3.6.1.4.1.318.1.1.1.2.3.1
1050 type: gauge
1051 help: The remaining battery capacity expressed in tenths of percent of full capacity.
1052 - 1.3.6.1.4.1.318.1.1.1.2.3.1
1053 - name: upsHighPrecBatteryTemperature
1054 oid: 1.3.6.1.4.1.318.1.1.1.2.3.2
1055 type: gauge
1056 help: The current internal UPS temperature expressed in tenths of degrees Celsius
1057 - 1.3.6.1.4.1.318.1.1.1.2.3.2
1058 - name: upsHighPrecBatteryNominalVoltage
1059 oid: 1.3.6.1.4.1.318.1.1.1.2.3.3
1060 type: gauge
1061 help: The nominal battery voltage in tenths of Volts. - 1.3.6.1.4.1.318.1.1.1.2.3.3
1062 - name: upsHighPrecBatteryActualVoltage
1063 oid: 1.3.6.1.4.1.318.1.1.1.2.3.4
1064 type: gauge
1065 help: The actual battery bus voltage in tenths of Volts. - 1.3.6.1.4.1.318.1.1.1.2.3.4
1066 - name: upsHighPrecBatteryCurrent
1067 oid: 1.3.6.1.4.1.318.1.1.1.2.3.5
1068 type: gauge
1069 help: The battery current in tenths of Amps. - 1.3.6.1.4.1.318.1.1.1.2.3.5
1070 - name: upsHighPrecTotalDCCurrent
1071 oid: 1.3.6.1.4.1.318.1.1.1.2.3.6
1072 type: gauge
1073 help: The total DC current in tenths of Amps. - 1.3.6.1.4.1.318.1.1.1.2.3.6
1074 - name: upsHighPrecBatteryActualVoltageTableIndex
1075 oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.1
1076 type: gauge
1077 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.7.1.1
1078 indexes:
1079 - labelname: upsHighPrecBatteryActualVoltageTableIndex
1080 type: gauge
1081 - name: upsHighPrecBatteryActualVoltagePolarity
1082 oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.2
1083 type: gauge
1084 help: The selected Battery Voltage polarity - 1.3.6.1.4.1.318.1.1.1.2.3.7.1.2
1085 indexes:
1086 - labelname: upsHighPrecBatteryActualVoltageTableIndex
1087 type: gauge
1088 enum_values:
1089 0: positive
1090 1: negative
1091 - name: upsHighPrecBatteryVoltage
1092 oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.3
1093 type: gauge
1094 help: The actual battery bus voltage expressed as tenths of Volts. - 1.3.6.1.4.1.318.1.1.1.2.3.7.1.3
1095 indexes:
1096 - labelname: upsHighPrecBatteryActualVoltageTableIndex
1097 type: gauge
1098 - name: upsHighPrecTotalDCCurrentTableIndex
1099 oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.1
1100 type: gauge
1101 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.1
1102 indexes:
1103 - labelname: upsHighPrecTotalDCCurrentTableIndex
1104 type: gauge
1105 - name: upsHighPrecTotalDCCurrentPolarity
1106 oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.2
1107 type: gauge
1108 help: The selected Battery Current polarity - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.2
1109 indexes:
1110 - labelname: upsHighPrecTotalDCCurrentTableIndex
1111 type: gauge
1112 enum_values:
1113 0: positive
1114 1: negative
1115 - name: upsHighPrecTotalDCFrameCurrent
1116 oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.3
1117 type: gauge
1118 help: The total DC current in tenths of Amperes. - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.3
1119 indexes:
1120 - labelname: upsHighPrecTotalDCCurrentTableIndex
1121 type: gauge
1122 - name: upsHighPrecBatteryCurrentTableIndex
1123 oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.1
1124 type: gauge
1125 help: The Battery frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.1
1126 indexes:
1127 - labelname: upsHighPrecBatteryCurrentTableIndex
1128 type: gauge
1129 - labelname: upsHighPrecBatteryCurrentIndex
1130 type: gauge
1131 - name: upsHighPrecBatteryCurrentIndex
1132 oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.2
1133 type: gauge
1134 help: The Battery frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.2
1135 indexes:
1136 - labelname: upsHighPrecBatteryCurrentTableIndex
1137 type: gauge
1138 - labelname: upsHighPrecBatteryCurrentIndex
1139 type: gauge
1140 - name: upsHighPrecBatteryCurrentPolarity
1141 oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.3
1142 type: gauge
1143 help: The selected Battery Current polarity - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.3
1144 indexes:
1145 - labelname: upsHighPrecBatteryCurrentTableIndex
1146 type: gauge
1147 - labelname: upsHighPrecBatteryCurrentIndex
1148 type: gauge
1149 enum_values:
1150 0: positive
1151 1: negative
1152 - name: upsHighPrecBatteryFrameCurrent
1153 oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.4
1154 type: gauge
1155 help: The Battery current in tenths of Amperes. - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.4
1156 indexes:
1157 - labelname: upsHighPrecBatteryCurrentTableIndex
1158 type: gauge
1159 - labelname: upsHighPrecBatteryCurrentIndex
1160 type: gauge
1161 - name: upsHighPrecBatteryPackTableSize
1162 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.1
1163 type: gauge
1164 help: The number of entries in the upsHighPrecBatteryPacks. - 1.3.6.1.4.1.318.1.1.1.2.3.10.1
1165 - name: upsHighPrecBatteryPackIndex
1166 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.1
1167 type: gauge
1168 help: The battery pack identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.1
1169 indexes:
1170 - labelname: upsHighPrecBatteryPackIndex
1171 type: gauge
1172 - labelname: upsHighPrecBatteryCartridgeIndex
1173 type: gauge
1174 - name: upsHighPrecBatteryCartridgeIndex
1175 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.2
1176 type: gauge
1177 help: The battery cartridge identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.2
1178 indexes:
1179 - labelname: upsHighPrecBatteryPackIndex
1180 type: gauge
1181 - labelname: upsHighPrecBatteryCartridgeIndex
1182 type: gauge
1183 - name: upsHighPrecBatteryPackFirmwareRevision
1184 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.3
1185 type: DisplayString
1186 help: The battery pack firmware revision. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.3
1187 indexes:
1188 - labelname: upsHighPrecBatteryPackIndex
1189 type: gauge
1190 - labelname: upsHighPrecBatteryCartridgeIndex
1191 type: gauge
1192 - name: upsHighPrecBatteryPackSerialNumber
1193 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.4
1194 type: DisplayString
1195 help: The battery pack serial number. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.4
1196 indexes:
1197 - labelname: upsHighPrecBatteryPackIndex
1198 type: gauge
1199 - labelname: upsHighPrecBatteryCartridgeIndex
1200 type: gauge
1201 - name: upsHighPrecBatteryPackTemperature
1202 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.5
1203 type: gauge
1204 help: The battery pack temperature measured in 10ths of degree Celcius - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.5
1205 indexes:
1206 - labelname: upsHighPrecBatteryPackIndex
1207 type: gauge
1208 - labelname: upsHighPrecBatteryCartridgeIndex
1209 type: gauge
1210 - name: upsHighPrecBatteryPackStatus
1211 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.6
1212 type: OctetString
1213 help: The battery status for the pack only - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.6
1214 indexes:
1215 - labelname: upsHighPrecBatteryPackIndex
1216 type: gauge
1217 - labelname: upsHighPrecBatteryCartridgeIndex
1218 type: gauge
1219 - name: upsHighPrecBatteryPackCartridgeHealth
1220 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.7
1221 type: OctetString
1222 help: The battery cartridge health - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.7
1223 indexes:
1224 - labelname: upsHighPrecBatteryPackIndex
1225 type: gauge
1226 - labelname: upsHighPrecBatteryCartridgeIndex
1227 type: gauge
1228 - name: upsHighPrecBatteryPackCartridgeReplaceDate
1229 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.8
1230 type: DisplayString
1231 help: The battery cartridge estimated battery replace date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.8
1232 indexes:
1233 - labelname: upsHighPrecBatteryPackIndex
1234 type: gauge
1235 - labelname: upsHighPrecBatteryCartridgeIndex
1236 type: gauge
1237 - name: upsHighPrecBatteryPackCartridgeInstallDate
1238 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.9
1239 type: DisplayString
1240 help: The battery cartridge install date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.9
1241 indexes:
1242 - labelname: upsHighPrecBatteryPackIndex
1243 type: gauge
1244 - labelname: upsHighPrecBatteryCartridgeIndex
1245 type: gauge
1246 - name: upsHighPrecBatteryPackCartridgeStatus
1247 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.10
1248 type: OctetString
1249 help: The battery cartridge status - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.10
1250 indexes:
1251 - labelname: upsHighPrecBatteryPackIndex
1252 type: gauge
1253 - labelname: upsHighPrecBatteryCartridgeIndex
1254 type: gauge
1255 - name: upsHighPrecBatteryPackOnlyTableSize
1256 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.3
1257 type: gauge
1258 help: The number of entries in the upsHighPrecBatteryPacks. - 1.3.6.1.4.1.318.1.1.1.2.3.10.3
1259 - name: upsHighPrecBatteryPackOnlyIndex
1260 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.1
1261 type: gauge
1262 help: The battery pack identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.1
1263 indexes:
1264 - labelname: upsHighPrecBatteryPackOnlyIndex
1265 type: gauge
1266 - name: upsHighPrecBatteryPackOnlyFirmwareRevision
1267 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.2
1268 type: DisplayString
1269 help: The battery pack firmware revision. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.2
1270 indexes:
1271 - labelname: upsHighPrecBatteryPackOnlyIndex
1272 type: gauge
1273 - name: upsHighPrecBatteryPackOnlySerialNumber
1274 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.3
1275 type: DisplayString
1276 help: The battery pack serial number. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.3
1277 indexes:
1278 - labelname: upsHighPrecBatteryPackOnlyIndex
1279 type: gauge
1280 - name: upsHighPrecBatteryPackOnlyTemperature
1281 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.4
1282 type: gauge
1283 help: The battery pack temperature measured in 10ths of degree Celcius - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.4
1284 indexes:
1285 - labelname: upsHighPrecBatteryPackOnlyIndex
1286 type: gauge
1287 - name: upsHighPrecBatteryPackOnlyStatus
1288 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.5
1289 type: OctetString
1290 help: The battery status for the pack only - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.5
1291 indexes:
1292 - labelname: upsHighPrecBatteryPackOnlyIndex
1293 type: gauge
1294 - name: upsHighPrecBatteryPackOnlyHealth
1295 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.6
1296 type: OctetString
1297 help: The battery pack health - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.6
1298 indexes:
1299 - labelname: upsHighPrecBatteryPackOnlyIndex
1300 type: gauge
1301 - name: upsHighPrecBatteryPackOnlyReplaceDate
1302 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.7
1303 type: DisplayString
1304 help: The battery pack estimated battery replace date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.7
1305 indexes:
1306 - labelname: upsHighPrecBatteryPackOnlyIndex
1307 type: gauge
1308 - name: upsHighPrecBatteryPackOnlyInstallDate
1309 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.8
1310 type: DisplayString
1311 help: The battery pack install date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.8
1312 indexes:
1313 - labelname: upsHighPrecBatteryPackOnlyIndex
1314 type: gauge
1315 - name: upsHighPrecBatteryHealth
1316 oid: 1.3.6.1.4.1.318.1.1.1.2.3.11
1317 type: OctetString
1318 help: The battery health - 1.3.6.1.4.1.318.1.1.1.2.3.11
1319 - name: upsHighPrecActivePower
1320 oid: 1.3.6.1.4.1.318.1.1.1.2.3.12
1321 type: gauge
1322 help: Active Power of Battery in tenths of kW - 1.3.6.1.4.1.318.1.1.1.2.3.12
1323 - name: upsHighPrecExtdBatteryTemperature
1324 oid: 1.3.6.1.4.1.318.1.1.1.2.3.13
1325 type: gauge
1326 help: The current internal UPS temperature expressed in tenths of degrees Celsius
1327 - 1.3.6.1.4.1.318.1.1.1.2.3.13
1328 - name: upsBatteryNumberOfCabinets
1329 oid: 1.3.6.1.4.1.318.1.1.1.2.4
1330 type: gauge
1331 help: The value indicates the number of battery cabinets in total, internal and
1332 external - 1.3.6.1.4.1.318.1.1.1.2.4
1333 - name: upsBatteryCabinetIndex
1334 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.1
1335 type: gauge
1336 help: The Battery Cabinet identifier - 1.3.6.1.4.1.318.1.1.1.2.5.1.1
1337 indexes:
1338 - labelname: upsBatteryCabinetIndex
1339 type: gauge
1340 - name: upsBatteryCabinetLocalIndex
1341 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.2
1342 type: gauge
1343 help: The identification number for the actual battery cabinet in the system -
1344 1.3.6.1.4.1.318.1.1.1.2.5.1.2
1345 indexes:
1346 - labelname: upsBatteryCabinetIndex
1347 type: gauge
1348 - name: upsBatteryCabinetWiringConfiguration
1349 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.3
1350 type: gauge
1351 help: The value indicates the wiring configuration, whether the battery is 2-wire
1352 or 3-wire - 1.3.6.1.4.1.318.1.1.1.2.5.1.3
1353 indexes:
1354 - labelname: upsBatteryCabinetIndex
1355 type: gauge
1356 enum_values:
1357 1: twoWire
1358 2: threeWire
1359 - name: upsBatteryCabinetVoltagePolarity1
1360 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.4
1361 type: gauge
1362 help: The battery voltage - 1.3.6.1.4.1.318.1.1.1.2.5.1.4
1363 indexes:
1364 - labelname: upsBatteryCabinetIndex
1365 type: gauge
1366 - name: upsBatteryCabinetVoltagePolarity2
1367 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.5
1368 type: gauge
1369 help: The voltage for the second side/half of the battery in a split battery system
1370 - 1.3.6.1.4.1.318.1.1.1.2.5.1.5
1371 indexes:
1372 - labelname: upsBatteryCabinetIndex
1373 type: gauge
1374 - name: upsBatteryCabinetCurrentPolarity1
1375 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.6
1376 type: gauge
1377 help: The battery current - 1.3.6.1.4.1.318.1.1.1.2.5.1.6
1378 indexes:
1379 - labelname: upsBatteryCabinetIndex
1380 type: gauge
1381 - name: upsBatteryCabinetCurrentPolarity2
1382 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.7
1383 type: gauge
1384 help: The current for the second side/half of the battery in a split battery system
1385 - 1.3.6.1.4.1.318.1.1.1.2.5.1.7
1386 indexes:
1387 - labelname: upsBatteryCabinetIndex
1388 type: gauge
1389 - name: upsBatteryCabinetTemperature
1390 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.8
1391 type: gauge
1392 help: The measured temperature of the battery cabinet in tenths of degrees Celcius
1393 - 1.3.6.1.4.1.318.1.1.1.2.5.1.8
1394 indexes:
1395 - labelname: upsBatteryCabinetIndex
1396 type: gauge
1397 - name: upsBatteryCabinetMaxTemperature
1398 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.9
1399 type: gauge
1400 help: The highest temperature measured for the battery in the battery cabinet
1401 in tenths of degrees Celcius - 1.3.6.1.4.1.318.1.1.1.2.5.1.9
1402 indexes:
1403 - labelname: upsBatteryCabinetIndex
1404 type: gauge
1405 - name: upsBatteryCabinetMinTemperature
1406 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.10
1407 type: gauge
1408 help: The lowest temperature measured for the battery in the battery cabinet in
1409 tenths of degrees Celcius - 1.3.6.1.4.1.318.1.1.1.2.5.1.10
1410 indexes:
1411 - labelname: upsBatteryCabinetIndex
1412 type: gauge
1413 - name: upsBatteryCabinetAverageTemperature
1414 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.11
1415 type: gauge
1416 help: The average temperature for all the battery sensors in the battery cabinet
1417 and for the battery strings, if battery strings are present - 1.3.6.1.4.1.318.1.1.1.2.5.1.11
1418 indexes:
1419 - labelname: upsBatteryCabinetIndex
1420 type: gauge
1421 - name: upsBatteryCabinetFuse
1422 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.12
1423 type: gauge
1424 help: If the battery cabinet has a common fuse, the status is given by this value
1425 - 1.3.6.1.4.1.318.1.1.1.2.5.1.12
1426 indexes:
1427 - labelname: upsBatteryCabinetIndex
1428 type: gauge
1429 enum_values:
1430 1: fuseOpen
1431 2: fuseOk
1432 3: notPresent
1433 - name: upsBatteryCabinetBreaker
1434 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.13
1435 type: gauge
1436 help: The value indicates the battery cabinet breaker status - 1.3.6.1.4.1.318.1.1.1.2.5.1.13
1437 indexes:
1438 - labelname: upsBatteryCabinetIndex
1439 type: gauge
1440 enum_values:
1441 1: noBreaker
1442 2: unknown
1443 3: breakerOpen
1444 4: breakerClosed
1445 - name: upsBatteryCabinetNumberOfStrings
1446 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.14
1447 type: gauge
1448 help: The number of battery strings in the battery cabinet - 1.3.6.1.4.1.318.1.1.1.2.5.1.14
1449 indexes:
1450 - labelname: upsBatteryCabinetIndex
1451 type: gauge
1452 - name: upsBatteryCabinetNumberOfVerticalPositions
1453 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.15
1454 type: gauge
1455 help: The number of vertical levels or shelves for battery blocks/modules - 1.3.6.1.4.1.318.1.1.1.2.5.1.15
1456 indexes:
1457 - labelname: upsBatteryCabinetIndex
1458 type: gauge
1459 - name: upsBatteryCabinetNumberOfHorizontalPositions
1460 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.16
1461 type: gauge
1462 help: The number of horizontal positions for battery blocks/modules - 1.3.6.1.4.1.318.1.1.1.2.5.1.16
1463 indexes:
1464 - labelname: upsBatteryCabinetIndex
1465 type: gauge
1466 - name: upsBatteryCabStringIndex
1467 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.1
1468 type: gauge
1469 help: The battery cabinet string identifier - 1.3.6.1.4.1.318.1.1.1.2.6.1.1
1470 indexes:
1471 - labelname: upsBatteryCabStringIndex
1472 type: gauge
1473 - name: upsBatteryCabStringCabReference
1474 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.2
1475 type: gauge
1476 help: Reference to the global battery cabinet index where the battery string is
1477 placed. - 1.3.6.1.4.1.318.1.1.1.2.6.1.2
1478 indexes:
1479 - labelname: upsBatteryCabStringIndex
1480 type: gauge
1481 - name: upsBatteryCabStringLocalIndex
1482 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.3
1483 type: gauge
1484 help: Local battery string identification index in the actual battery cabinet
1485 (E.g - 1.3.6.1.4.1.318.1.1.1.2.6.1.3
1486 indexes:
1487 - labelname: upsBatteryCabStringIndex
1488 type: gauge
1489 - name: upsBatteryCabStringCurrent
1490 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.4
1491 type: gauge
1492 help: The current in a battery string or battery halfstring, in tenths of Amps.
1493 - 1.3.6.1.4.1.318.1.1.1.2.6.1.4
1494 indexes:
1495 - labelname: upsBatteryCabStringIndex
1496 type: gauge
1497 - name: upsBatteryCabStringAverageTemperature
1498 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.5
1499 type: gauge
1500 help: Temperature of the battery string or the average of the aggregated temperature
1501 of each battery block/module (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.5
1502 indexes:
1503 - labelname: upsBatteryCabStringIndex
1504 type: gauge
1505 - name: upsBatteryCabStringMaxTemperature
1506 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.6
1507 type: gauge
1508 help: The actual highest battery temperature measurement for the battery blocks/modules
1509 (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.6
1510 indexes:
1511 - labelname: upsBatteryCabStringIndex
1512 type: gauge
1513 - name: upsBatteryCabStringMinTemperature
1514 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.7
1515 type: gauge
1516 help: The actual lowest battery temperature measurement for the battery blocks/modules
1517 (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.7
1518 indexes:
1519 - labelname: upsBatteryCabStringIndex
1520 type: gauge
1521 - name: upsBatteryCabStringFuseStatus
1522 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.8
1523 type: gauge
1524 help: If the battery string has a common fuse, the status is given by this value
1525 - 1.3.6.1.4.1.318.1.1.1.2.6.1.8
1526 indexes:
1527 - labelname: upsBatteryCabStringIndex
1528 type: gauge
1529 enum_values:
1530 1: fuseOpen
1531 2: fuseOk
1532 3: notPresent
1533 - name: upsBatteryCabStringNumberOfBlocks
1534 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.9
1535 type: gauge
1536 help: The number of battery blocks/modules in a battery string - 1.3.6.1.4.1.318.1.1.1.2.6.1.9
1537 indexes:
1538 - labelname: upsBatteryCabStringIndex
1539 type: gauge
1540 - name: upsBatteryCabBlockIndex
1541 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.1
1542 type: gauge
1543 help: The battery cabinet block identifier - 1.3.6.1.4.1.318.1.1.1.2.7.1.1
1544 indexes:
1545 - labelname: upsBatteryCabBlockIndex
1546 type: gauge
1547 - name: upsBatteryCabBlockStringReference
1548 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.2
1549 type: gauge
1550 help: Reference to the specific global battery string index - 1.3.6.1.4.1.318.1.1.1.2.7.1.2
1551 indexes:
1552 - labelname: upsBatteryCabBlockIndex
1553 type: gauge
1554 - name: upsBatteryCabBlockLocalIndex
1555 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.3
1556 type: gauge
1557 help: Local battery block/module identification index in the actual battery string
1558 (E.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.3
1559 indexes:
1560 - labelname: upsBatteryCabBlockIndex
1561 type: gauge
1562 - name: upsBatteryCabBlockPresent
1563 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.4
1564 type: gauge
1565 help: Value indicates if battery block/module is present in the system - 1.3.6.1.4.1.318.1.1.1.2.7.1.4
1566 indexes:
1567 - labelname: upsBatteryCabBlockIndex
1568 type: gauge
1569 enum_values:
1570 1: present
1571 2: notPresent
1572 3: notAvailable
1573 - name: upsBatteryCabBlockType
1574 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.5
1575 type: DisplayString
1576 help: Text string value, showing the vendor and model of the battery in the battery
1577 block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.5
1578 indexes:
1579 - labelname: upsBatteryCabBlockIndex
1580 type: gauge
1581 - name: upsBatteryCabBlockTemperature
1582 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.6
1583 type: gauge
1584 help: The temperature for the battery block/module in tenths of degrees Celcius
1585 - 1.3.6.1.4.1.318.1.1.1.2.7.1.6
1586 indexes:
1587 - labelname: upsBatteryCabBlockIndex
1588 type: gauge
1589 - name: upsBatteryCabBlockFuseStatus
1590 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.7
1591 type: gauge
1592 help: If the battery module has a fuse, the status is given by this value - 1.3.6.1.4.1.318.1.1.1.2.7.1.7
1593 indexes:
1594 - labelname: upsBatteryCabBlockIndex
1595 type: gauge
1596 enum_values:
1597 1: fuseOpen
1598 2: fuseOk
1599 3: notPresent
1600 - name: upsBatteryCabBlockVoltage
1601 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.8
1602 type: gauge
1603 help: The voltage of the battery block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.8
1604 indexes:
1605 - labelname: upsBatteryCabBlockIndex
1606 type: gauge
1607 - name: upsBatteryCabBlockNumberOfCells
1608 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.9
1609 type: gauge
1610 help: The number of cells in the battery block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.9
1611 indexes:
1612 - labelname: upsBatteryCabBlockIndex
1613 type: gauge
1614 - name: upsBatteryCabBlockVerticalPosition
1615 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.10
1616 type: gauge
1617 help: The vertical position of the battery block/module in the actual battery
1618 cabinet (E.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.10
1619 indexes:
1620 - labelname: upsBatteryCabBlockIndex
1621 type: gauge
1622 - name: upsBatteryCabBlockHorizontalPosition
1623 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.11
1624 type: gauge
1625 help: The horizontal position of the battery block/module in the actual battery
1626 cabinet (E.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.11
1627 indexes:
1628 - labelname: upsBatteryCabBlockIndex
1629 type: gauge
1630 - name: upsBatteryCabBlockCellIndex
1631 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.1
1632 type: gauge
1633 help: The battery block cell identifier - 1.3.6.1.4.1.318.1.1.1.2.8.1.1
1634 indexes:
1635 - labelname: upsBatteryCabBlockCellIndex
1636 type: gauge
1637 - name: upsBatteryCabBlockCellReference
1638 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.2
1639 type: gauge
1640 help: Reference to the specific global battery block/module index. - 1.3.6.1.4.1.318.1.1.1.2.8.1.2
1641 indexes:
1642 - labelname: upsBatteryCabBlockCellIndex
1643 type: gauge
1644 - name: upsBatteryCabBlockCellLocalIndex
1645 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.3
1646 type: gauge
1647 help: Local battery block/module identification index in the actual battery block
1648 (E.g - 1.3.6.1.4.1.318.1.1.1.2.8.1.3
1649 indexes:
1650 - labelname: upsBatteryCabBlockCellIndex
1651 type: gauge
1652 - name: upsBatteryCabBlockCellVoltage
1653 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.4
1654 type: gauge
1655 help: The measured battery cell voltage - 1.3.6.1.4.1.318.1.1.1.2.8.1.4
1656 indexes:
1657 - labelname: upsBatteryCabBlockCellIndex
1658 type: gauge
1659 - name: upsBatteryCabBlockCellTemperature
1660 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.5
1661 type: gauge
1662 help: The temperature for the battery cell in tenths of degrees Celcius - 1.3.6.1.4.1.318.1.1.1.2.8.1.5
1663 indexes:
1664 - labelname: upsBatteryCabBlockCellIndex
1665 type: gauge
1666 - name: upsBasicInputPhase
1667 oid: 1.3.6.1.4.1.318.1.1.1.3.1.1
1668 type: gauge
1669 help: The current AC input phase. - 1.3.6.1.4.1.318.1.1.1.3.1.1
1670 - name: upsAdvInputLineVoltage
1671 oid: 1.3.6.1.4.1.318.1.1.1.3.2.1
1672 type: gauge
1673 help: The current utility line voltage in VAC. - 1.3.6.1.4.1.318.1.1.1.3.2.1
1674 - name: upsAdvInputMaxLineVoltage
1675 oid: 1.3.6.1.4.1.318.1.1.1.3.2.2
1676 type: gauge
1677 help: The maximum utility line voltage in VAC over the previous 1 minute period.
1678 - 1.3.6.1.4.1.318.1.1.1.3.2.2
1679 - name: upsAdvInputMinLineVoltage
1680 oid: 1.3.6.1.4.1.318.1.1.1.3.2.3
1681 type: gauge
1682 help: The minimum utility line voltage in VAC over the previous 1 minute period.
1683 - 1.3.6.1.4.1.318.1.1.1.3.2.3
1684 - name: upsAdvInputFrequency
1685 oid: 1.3.6.1.4.1.318.1.1.1.3.2.4
1686 type: gauge
1687 help: The current input frequency to the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.3.2.4
1688 - name: upsAdvInputLineFailCause
1689 oid: 1.3.6.1.4.1.318.1.1.1.3.2.5
1690 type: gauge
1691 help: The reason for the occurrence of the last transfer to UPS battery power
1692 - 1.3.6.1.4.1.318.1.1.1.3.2.5
1693 enum_values:
1694 1: noTransfer
1695 2: highLineVoltage
1696 3: brownout
1697 4: blackout
1698 5: smallMomentarySag
1699 6: deepMomentarySag
1700 7: smallMomentarySpike
1701 8: largeMomentarySpike
1702 9: selfTest
1703 10: rateOfVoltageChange
1704 - name: upsAdvInputNominalFrequency
1705 oid: 1.3.6.1.4.1.318.1.1.1.3.2.6
1706 type: gauge
1707 help: The nominal input frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.3.2.6
1708 - name: upsAdvInputNominalVoltage
1709 oid: 1.3.6.1.4.1.318.1.1.1.3.2.7
1710 type: gauge
1711 help: The nominal input voltage of the UPS system in VAC. - 1.3.6.1.4.1.318.1.1.1.3.2.7
1712 - name: upsAdvInputBypassNominalFrequency
1713 oid: 1.3.6.1.4.1.318.1.1.1.3.2.8
1714 type: gauge
1715 help: The nominal bypass input frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.3.2.8
1716 - name: upsAdvInputBypassNominalVoltage
1717 oid: 1.3.6.1.4.1.318.1.1.1.3.2.9
1718 type: gauge
1719 help: The nominal bypass input voltage of the UPS system in VAC. - 1.3.6.1.4.1.318.1.1.1.3.2.9
1720 - name: upsAdvInputStatisticsIndex
1721 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.1
1722 type: gauge
1723 help: The input identifier. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.1
1724 indexes:
1725 - labelname: upsAdvInputStatisticsIndex
1726 type: gauge
1727 - name: upsAdvInputApparentPower
1728 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.2
1729 type: gauge
1730 help: The input apparent power(sum of all of the three phases) measured in kVA.
1731 - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.2
1732 indexes:
1733 - labelname: upsAdvInputStatisticsIndex
1734 type: gauge
1735 - name: upsAdvInputVoltageTHD
1736 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.3
1737 type: gauge
1738 help: The input voltage Total Harmonic Distortion in percent. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.3
1739 indexes:
1740 - labelname: upsAdvInputStatisticsIndex
1741 type: gauge
1742 - name: upsAdvInputBypassVoltageTHD
1743 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.4
1744 type: gauge
1745 help: The bypass input voltage Total Harmonic Distortion in percent. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.4
1746 indexes:
1747 - labelname: upsAdvInputStatisticsIndex
1748 type: gauge
1749 - name: upsAdvInputPeakCurrent
1750 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.5
1751 type: gauge
1752 help: The input peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.5
1753 indexes:
1754 - labelname: upsAdvInputStatisticsIndex
1755 type: gauge
1756 - name: upsAdvInputBypassPeakCurrent
1757 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.6
1758 type: gauge
1759 help: The bypass input peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.6
1760 indexes:
1761 - labelname: upsAdvInputStatisticsIndex
1762 type: gauge
1763 - name: upsAdvInputActivePower
1764 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.7
1765 type: gauge
1766 help: The input active power measured in kW. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.7
1767 indexes:
1768 - labelname: upsAdvInputStatisticsIndex
1769 type: gauge
1770 - name: upsAdvInputTotalApparentPower
1771 oid: 1.3.6.1.4.1.318.1.1.1.3.2.11
1772 type: gauge
1773 help: The input total apparent power(sum of all three phases) of the UPS system
1774 in kVA. - 1.3.6.1.4.1.318.1.1.1.3.2.11
1775 - name: upsAdvInputTotalActivePower
1776 oid: 1.3.6.1.4.1.318.1.1.1.3.2.12
1777 type: gauge
1778 help: The input total active power(sum of all three phases) of the UPS system
1779 in kW. - 1.3.6.1.4.1.318.1.1.1.3.2.12
1780 - name: upsAdvInputBypassTotalApparentPower
1781 oid: 1.3.6.1.4.1.318.1.1.1.3.2.13
1782 type: gauge
1783 help: The input bypass total apparent power(sum of all three phases) of the UPS
1784 system in kVA. - 1.3.6.1.4.1.318.1.1.1.3.2.13
1785 - name: upsAdvInputBypassTotalActivePower
1786 oid: 1.3.6.1.4.1.318.1.1.1.3.2.14
1787 type: gauge
1788 help: The input bypass total active power(sum of all three phases) of the UPS
1789 system in kW. - 1.3.6.1.4.1.318.1.1.1.3.2.14
1790 - name: upsAdvInputEnergyUsage
1791 oid: 1.3.6.1.4.1.318.1.1.1.3.2.15
1792 type: gauge
1793 help: The input energy usage of the UPS in kWh. - 1.3.6.1.4.1.318.1.1.1.3.2.15
1794 - name: upsAdvInputDCVoltage
1795 oid: 1.3.6.1.4.1.318.1.1.1.3.2.16
1796 type: gauge
1797 help: The DC input voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.3.2.16
1798 - name: upsAdvInputDCCurrent
1799 oid: 1.3.6.1.4.1.318.1.1.1.3.2.17
1800 type: gauge
1801 help: The DC input current in Amps. - 1.3.6.1.4.1.318.1.1.1.3.2.17
1802 - name: upsHighPrecInputLineVoltage
1803 oid: 1.3.6.1.4.1.318.1.1.1.3.3.1
1804 type: gauge
1805 help: The current utility line voltage in tenths of VAC. - 1.3.6.1.4.1.318.1.1.1.3.3.1
1806 - name: upsHighPrecInputMaxLineVoltage
1807 oid: 1.3.6.1.4.1.318.1.1.1.3.3.2
1808 type: gauge
1809 help: The maximum utility line voltage in tenths of VAC over the previous 1 minute
1810 period. - 1.3.6.1.4.1.318.1.1.1.3.3.2
1811 - name: upsHighPrecInputMinLineVoltage
1812 oid: 1.3.6.1.4.1.318.1.1.1.3.3.3
1813 type: gauge
1814 help: The minimum utility line voltage in tenths of VAC over the previous 1 minute
1815 period. - 1.3.6.1.4.1.318.1.1.1.3.3.3
1816 - name: upsHighPrecInputFrequency
1817 oid: 1.3.6.1.4.1.318.1.1.1.3.3.4
1818 type: gauge
1819 help: The current input frequency to the UPS system in tenths of Hz. - 1.3.6.1.4.1.318.1.1.1.3.3.4
1820 - name: upsHighPrecInputEnergyUsage
1821 oid: 1.3.6.1.4.1.318.1.1.1.3.3.5
1822 type: gauge
1823 help: The input energy usage of the UPS in hundredths of kWh. - 1.3.6.1.4.1.318.1.1.1.3.3.5
1824 - name: upsHighPrecInputBypassVoltage
1825 oid: 1.3.6.1.4.1.318.1.1.1.3.3.6
1826 type: gauge
1827 help: The current bypass line voltage in tenths of VAC. - 1.3.6.1.4.1.318.1.1.1.3.3.6
1828 - name: upsHighPrecInputBypassFrequency
1829 oid: 1.3.6.1.4.1.318.1.1.1.3.3.7
1830 type: gauge
1831 help: The current input bypass frequency to the UPS system in tenths of Hz. -
1832 1.3.6.1.4.1.318.1.1.1.3.3.7
1833 - name: upsBasicOutputStatus
1834 oid: 1.3.6.1.4.1.318.1.1.1.4.1.1
1835 type: gauge
1836 help: The current state of the UPS - 1.3.6.1.4.1.318.1.1.1.4.1.1
1837 enum_values:
1838 1: unknown
1839 2: onLine
1840 3: onBattery
1841 4: onSmartBoost
1842 5: timedSleeping
1843 6: softwareBypass
1844 7: "off"
1845 8: rebooting
1846 9: switchedBypass
1847 10: hardwareFailureBypass
1848 11: sleepingUntilPowerReturn
1849 12: onSmartTrim
1850 13: ecoMode
1851 14: hotStandby
1852 15: onBatteryTest
1853 16: emergencyStaticBypass
1854 17: staticBypassStandby
1855 18: powerSavingMode
1856 19: spotMode
1857 20: eConversion
1858 21: chargerSpotmode
1859 22: inverterSpotmode
1860 23: activeLoad
1861 24: batteryDischargeSpotmode
1862 25: inverterStandby
1863 26: chargerOnly
1864 - name: upsBasicOutputPhase
1865 oid: 1.3.6.1.4.1.318.1.1.1.4.1.2
1866 type: gauge
1867 help: The actual number of output phases in a UPS - 1.3.6.1.4.1.318.1.1.1.4.1.2
1868 - name: upsBasicSystemStatus
1869 oid: 1.3.6.1.4.1.318.1.1.1.4.1.3
1870 type: gauge
1871 help: Current state for the whole system (UPS and surrounding breakers) - 1.3.6.1.4.1.318.1.1.1.4.1.3
1872 enum_values:
1873 1: unknown
1874 2: onLine
1875 3: onBattery
1876 4: onSmartBoost
1877 5: timedSleeping
1878 6: softwareBypass
1879 7: "off"
1880 8: rebooting
1881 9: switchedBypass
1882 10: hardwareFailureBypass
1883 11: sleepingUntilPowerReturn
1884 12: onSmartTrim
1885 13: ecoMode
1886 14: inverter
1887 15: eConversion
1888 16: staticBypassStandby
1889 17: efficiencyBoosterMode
1890 - name: upsBasicSystemInternalTemperature
1891 oid: 1.3.6.1.4.1.318.1.1.1.4.1.4
1892 type: gauge
1893 help: The actual internal temperature of the UPS system in Celsius. - 1.3.6.1.4.1.318.1.1.1.4.1.4
1894 - name: upsBasicSystemInverterStatus
1895 oid: 1.3.6.1.4.1.318.1.1.1.4.1.5
1896 type: gauge
1897 help: The current state of the UPS inverter - 1.3.6.1.4.1.318.1.1.1.4.1.5
1898 enum_values:
1899 1: unknown
1900 2: ok
1901 3: inFaultCondition
1902 - name: upsBasicSystemPFCStatus
1903 oid: 1.3.6.1.4.1.318.1.1.1.4.1.6
1904 type: gauge
1905 help: The general status of the power factor correction (AC input stage of the
1906 UPS) - 1.3.6.1.4.1.318.1.1.1.4.1.6
1907 enum_values:
1908 1: unknown
1909 2: ok
1910 3: inFaultCondition
1911 - name: upsBasicOutputACwiringConfiguration
1912 oid: 1.3.6.1.4.1.318.1.1.1.4.1.7
1913 type: gauge
1914 help: Indicates if neutral wire on output side of the UPS is used (load wired
1915 line to neutral) - 1.3.6.1.4.1.318.1.1.1.4.1.7
1916 enum_values:
1917 1: unknown
1918 2: noNeutralWiredonSystem
1919 3: neutralUsedforSupplyingLoad
1920 - name: upsAdvOutputVoltage
1921 oid: 1.3.6.1.4.1.318.1.1.1.4.2.1
1922 type: gauge
1923 help: The output voltage of the UPS system in VAC. - 1.3.6.1.4.1.318.1.1.1.4.2.1
1924 - name: upsAdvOutputFrequency
1925 oid: 1.3.6.1.4.1.318.1.1.1.4.2.2
1926 type: gauge
1927 help: The current output frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.4.2.2
1928 - name: upsAdvOutputLoad
1929 oid: 1.3.6.1.4.1.318.1.1.1.4.2.3
1930 type: gauge
1931 help: The current UPS load expressed in percent of rated capacity. - 1.3.6.1.4.1.318.1.1.1.4.2.3
1932 - name: upsAdvOutputCurrent
1933 oid: 1.3.6.1.4.1.318.1.1.1.4.2.4
1934 type: gauge
1935 help: The current in amperes drawn by the load on the UPS. - 1.3.6.1.4.1.318.1.1.1.4.2.4
1936 - name: upsAdvOutputRedundancy
1937 oid: 1.3.6.1.4.1.318.1.1.1.4.2.5
1938 type: gauge
1939 help: The number of power modules which can fail or be removed without causing
1940 the UPS to generate a Minimum Redundancy Lost event. - 1.3.6.1.4.1.318.1.1.1.4.2.5
1941 - name: upsAdvOutputKVACapacity
1942 oid: 1.3.6.1.4.1.318.1.1.1.4.2.6
1943 type: gauge
1944 help: The maximum load that this UPS can support - 1.3.6.1.4.1.318.1.1.1.4.2.6
1945 - name: upsAdvOutputNominalFrequency
1946 oid: 1.3.6.1.4.1.318.1.1.1.4.2.7
1947 type: gauge
1948 help: The nominal output frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.4.2.7
1949 - name: upsAdvOutputActivePower
1950 oid: 1.3.6.1.4.1.318.1.1.1.4.2.8
1951 type: gauge
1952 help: The total output active power of the UPS system in W - 1.3.6.1.4.1.318.1.1.1.4.2.8
1953 - name: upsAdvOutputApparentPower
1954 oid: 1.3.6.1.4.1.318.1.1.1.4.2.9
1955 type: gauge
1956 help: The total output apparent power of all phases of the UPS system in VA. -
1957 1.3.6.1.4.1.318.1.1.1.4.2.9
1958 - name: upsAdvOutputStatisticsIndex
1959 oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.1
1960 type: gauge
1961 help: The output identifier. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.1
1962 indexes:
1963 - labelname: upsAdvOutputStatisticsIndex
1964 type: gauge
1965 - name: upsAdvOutputPeakCurrent
1966 oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.2
1967 type: gauge
1968 help: The output peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.2
1969 indexes:
1970 - labelname: upsAdvOutputStatisticsIndex
1971 type: gauge
1972 - name: upsAdvOutputCurrentTHD
1973 oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.3
1974 type: gauge
1975 help: The output current Total Harmonic Distortion in percent. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.3
1976 indexes:
1977 - labelname: upsAdvOutputStatisticsIndex
1978 type: gauge
1979 - name: upsAdvOutputCrestFactor
1980 oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.4
1981 type: gauge
1982 help: The output current crest factor expressed in tenths. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.4
1983 indexes:
1984 - labelname: upsAdvOutputStatisticsIndex
1985 type: gauge
1986 - name: upsAdvOutputNeutralCurrent
1987 oid: 1.3.6.1.4.1.318.1.1.1.4.2.11
1988 type: gauge
1989 help: The neutral current in amperes. - 1.3.6.1.4.1.318.1.1.1.4.2.11
1990 - name: upsAdvOutputEnergyUsage
1991 oid: 1.3.6.1.4.1.318.1.1.1.4.2.12
1992 type: gauge
1993 help: The output energy usage of the UPS in kWh. - 1.3.6.1.4.1.318.1.1.1.4.2.12
1994 - name: upsAdvOutputSourceSynchronization
1995 oid: 1.3.6.1.4.1.318.1.1.1.4.2.13
1996 type: gauge
1997 help: Indicates the synchronization source for the inverter output frequency -
1998 1.3.6.1.4.1.318.1.1.1.4.2.13
1999 - name: upsAdvOutputInverterFrequency
2000 oid: 1.3.6.1.4.1.318.1.1.1.4.2.14
2001 type: gauge
2002 help: Output frequency in Hz measured at the output of inverter. - 1.3.6.1.4.1.318.1.1.1.4.2.14
2003 - name: upsHighPrecOutputVoltage
2004 oid: 1.3.6.1.4.1.318.1.1.1.4.3.1
2005 type: gauge
2006 help: The output voltage of the UPS system in tenths of VAC. - 1.3.6.1.4.1.318.1.1.1.4.3.1
2007 - name: upsHighPrecOutputFrequency
2008 oid: 1.3.6.1.4.1.318.1.1.1.4.3.2
2009 type: gauge
2010 help: The current output frequency of the UPS system in tenths of Hz. - 1.3.6.1.4.1.318.1.1.1.4.3.2
2011 - name: upsHighPrecOutputLoad
2012 oid: 1.3.6.1.4.1.318.1.1.1.4.3.3
2013 type: gauge
2014 help: The current UPS load expressed in tenths of percent of rated capacity. -
2015 1.3.6.1.4.1.318.1.1.1.4.3.3
2016 - name: upsHighPrecOutputCurrent
2017 oid: 1.3.6.1.4.1.318.1.1.1.4.3.4
2018 type: gauge
2019 help: The current in tenths of amperes drawn by the load on the UPS. - 1.3.6.1.4.1.318.1.1.1.4.3.4
2020 - name: upsHighPrecOutputEfficiency
2021 oid: 1.3.6.1.4.1.318.1.1.1.4.3.5
2022 type: gauge
2023 help: The positive values represent efficiency of the UPS in tenths of percent
2024 - 1.3.6.1.4.1.318.1.1.1.4.3.5
2025 - name: upsHighPrecOutputEnergyUsage
2026 oid: 1.3.6.1.4.1.318.1.1.1.4.3.6
2027 type: gauge
2028 help: The output energy usage of the UPS in hundredths of kWh. - 1.3.6.1.4.1.318.1.1.1.4.3.6
2029 - name: upsAdvTestDiagnosticSchedule
2030 oid: 1.3.6.1.4.1.318.1.1.1.7.2.1
2031 type: gauge
2032 help: The UPS system's automatic battery test schedule. - 1.3.6.1.4.1.318.1.1.1.7.2.1
2033 enum_values:
2034 1: unknown
2035 2: biweekly
2036 3: weekly
2037 4: atTurnOn
2038 5: never
2039 6: fourWeeks
2040 7: twelveWeeks
2041 8: biweeklySinceLastTest
2042 9: weeklySinceLastTest
2043 10: eightWeeks
2044 11: twentysixWeeks
2045 12: fiftytwoWeeks
2046 - name: upsAdvTestDiagnostics
2047 oid: 1.3.6.1.4.1.318.1.1.1.7.2.2
2048 type: gauge
2049 help: Setting this variable to testDiagnostics(2) causes the UPS to perform a
2050 diagnostic self test - 1.3.6.1.4.1.318.1.1.1.7.2.2
2051 enum_values:
2052 1: noTestDiagnostics
2053 2: testDiagnostics
2054 - name: upsAdvTestDiagnosticsResults
2055 oid: 1.3.6.1.4.1.318.1.1.1.7.2.3
2056 type: gauge
2057 help: The results of the last UPS diagnostics test performed. - 1.3.6.1.4.1.318.1.1.1.7.2.3
2058 enum_values:
2059 1: ok
2060 2: failed
2061 3: invalidTest
2062 4: testInProgress
2063 - name: upsAdvTestLastDiagnosticsDate
2064 oid: 1.3.6.1.4.1.318.1.1.1.7.2.4
2065 type: DisplayString
2066 help: The date the last UPS diagnostics test was performed in mm/dd/yy format.
2067 - 1.3.6.1.4.1.318.1.1.1.7.2.4
2068 - name: upsAdvTestRuntimeCalibration
2069 oid: 1.3.6.1.4.1.318.1.1.1.7.2.5
2070 type: gauge
2071 help: Setting this variable to performCalibration(2) causes the UPS to discharge
2072 to calibrate the UPS - 1.3.6.1.4.1.318.1.1.1.7.2.5
2073 enum_values:
2074 1: noPerformCalibration
2075 2: performCalibration
2076 3: cancelCurrentCalibration
2077 - name: upsAdvTestCalibrationResults
2078 oid: 1.3.6.1.4.1.318.1.1.1.7.2.6
2079 type: gauge
2080 help: The results of the last runtime calibration - 1.3.6.1.4.1.318.1.1.1.7.2.6
2081 enum_values:
2082 1: ok
2083 2: invalidCalibration
2084 3: calibrationInProgress
2085 4: refused
2086 5: aborted
2087 6: pending
2088 - name: upsAdvTestCalibrationDate
2089 oid: 1.3.6.1.4.1.318.1.1.1.7.2.7
2090 type: DisplayString
2091 help: The date the last UPS runtime calibration was performed in mm/dd/yy format.
2092 - 1.3.6.1.4.1.318.1.1.1.7.2.7
2093 - name: upsAdvTestDiagnosticTime
2094 oid: 1.3.6.1.4.1.318.1.1.1.7.2.8
2095 type: DisplayString
2096 help: The time of the day to perform automatic battery test - 1.3.6.1.4.1.318.1.1.1.7.2.8
2097 - name: upsAdvTestDiagnosticDay
2098 oid: 1.3.6.1.4.1.318.1.1.1.7.2.9
2099 type: gauge
2100 help: The day of the week to perform automatic battery test. - 1.3.6.1.4.1.318.1.1.1.7.2.9
2101 enum_values:
2102 1: monday
2103 2: tuesday
2104 3: wednesday
2105 4: thursday
2106 5: friday
2107 6: saturday
2108 7: sunday
2109 - name: upsAdvTestBatteryInterval
2110 oid: 1.3.6.1.4.1.318.1.1.1.7.2.10
2111 type: DisplayString
2112 help: The UPS system's automatic battery test period. - 1.3.6.1.4.1.318.1.1.1.7.2.10
2113 - name: upsCommStatus
2114 oid: 1.3.6.1.4.1.318.1.1.1.8.1
2115 type: gauge
2116 help: The status of agent's communication with UPS. - 1.3.6.1.4.1.318.1.1.1.8.1
2117 enum_values:
2118 1: ok
2119 2: noComm
2120 - name: iemStatusProbeNumber
2121 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.1
2122 type: gauge
2123 help: The index of the probe. - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.1
2124 indexes:
2125 - labelname: iemStatusProbeNumber
2126 type: gauge
2127 - name: iemStatusProbeName
2128 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.2
2129 type: DisplayString
2130 help: A descriptive name for the probe set by the user. - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.2
2131 indexes:
2132 - labelname: iemStatusProbeNumber
2133 type: gauge
2134 - name: iemStatusProbeStatus
2135 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.3
2136 type: gauge
2137 help: The connected status of the probe, either disconnected(1) or connected(2).
2138 - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.3
2139 indexes:
2140 - labelname: iemStatusProbeNumber
2141 type: gauge
2142 enum_values:
2143 1: disconnected
2144 2: connected
2145 - name: iemStatusProbeCurrentTemp
2146 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.4
2147 type: gauge
2148 help: The current temperature reading from the probe displayed in the units shown
2149 in the 'iemStatusProbeTempUnits' OID (Celsius or Fahrenheit). - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.4
2150 indexes:
2151 - labelname: iemStatusProbeNumber
2152 type: gauge
2153 - name: iemStatusProbeTempUnits
2154 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.5
2155 type: gauge
2156 help: The temperature scale used to display the temperature thresholds of the
2157 probe, Celsius(1) or Fahrenheit(2) - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.5
2158 indexes:
2159 - labelname: iemStatusProbeNumber
2160 type: gauge
2161 enum_values:
2162 1: celsius
2163 2: fahrenheit
2164 - name: iemStatusProbeCurrentHumid
2165 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.6
2166 type: gauge
2167 help: The current humidity reading from the probe in percent relative humidity.
2168 - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.6
2169 indexes:
2170 - labelname: iemStatusProbeNumber
2171 type: gauge
2172 - name: iemStatusProbeHighTempViolation
2173 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.7
2174 type: gauge
2175 help: The high temperature violation status of the probe temperature reading -
2176 1.3.6.1.4.1.318.1.1.10.2.3.2.1.7
2177 indexes:
2178 - labelname: iemStatusProbeNumber
2179 type: gauge
2180 enum_values:
2181 1: noViolation
2182 2: highTempViolation
2183 3: disabled
2184 - name: iemStatusProbeLowTempViolation
2185 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.8
2186 type: gauge
2187 help: The high temperature violation status of the probe temperature reading -
2188 1.3.6.1.4.1.318.1.1.10.2.3.2.1.8
2189 indexes:
2190 - labelname: iemStatusProbeNumber
2191 type: gauge
2192 enum_values:
2193 1: noViolation
2194 2: lowTempViolation
2195 3: disabled
2196 - name: iemStatusProbeHighHumidViolation
2197 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.9
2198 type: gauge
2199 help: The high humidity violation status of the probe humidity reading - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.9
2200 indexes:
2201 - labelname: iemStatusProbeNumber
2202 type: gauge
2203 enum_values:
2204 1: noViolation
2205 2: highHumidViolation
2206 3: disabled
2207 - name: iemStatusProbeLowHumidViolation
2208 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.10
2209 type: gauge
2210 help: The low humidity violation status of the probe humidity reading - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.10
2211 indexes:
2212 - labelname: iemStatusProbeNumber
2213 type: gauge
2214 enum_values:
2215 1: noViolation
2216 2: lowHumidViolation
2217 3: disabled
2218 - name: iemStatusProbeMaxTempViolation
2219 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.11
2220 type: gauge
2221 help: The max temperature violation status of the probe temperature reading -
2222 1.3.6.1.4.1.318.1.1.10.2.3.2.1.11
2223 indexes:
2224 - labelname: iemStatusProbeNumber
2225 type: gauge
2226 enum_values:
2227 1: noViolation
2228 2: maxTempViolation
2229 3: disabled
2230 - name: iemStatusProbeMinTempViolation
2231 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.12
2232 type: gauge
2233 help: The minimum temperature violation status of the probe temperature reading
2234 - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.12
2235 indexes:
2236 - labelname: iemStatusProbeNumber
2237 type: gauge
2238 enum_values:
2239 1: noViolation
2240 2: minTempViolation
2241 3: disabled
2242 - name: iemStatusProbeMaxHumidViolation
2243 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.13
2244 type: gauge
2245 help: The maximum humidity violation status of the probe humidity reading - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.13
2246 indexes:
2247 - labelname: iemStatusProbeNumber
2248 type: gauge
2249 enum_values:
2250 1: noViolation
2251 2: maxHumidViolation
2252 3: disabled
2253 - name: iemStatusProbeMinHumidViolation
2254 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.14
2255 type: gauge
2256 help: The minimum humidity violation status of the probe humidity reading - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.14
2257 indexes:
2258 - labelname: iemStatusProbeNumber
2259 type: gauge
2260 enum_values:
2261 1: noViolation
2262 2: minHumidViolation
2263 3: disabled
2264 - name: iemStatusProbeLocation
2265 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.15
2266 type: DisplayString
2267 help: A descriptive location for the probe set by the user. - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.15
2268 indexes:
2269 - labelname: iemStatusProbeNumber
2270 type: gauge
2271 - name: rPDU2SensorTempHumidityStatusIndex
2272 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.1
2273 type: gauge
2274 help: The index to the temperature-humidity status data table entry - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.1
2275 indexes:
2276 - labelname: rPDU2SensorTempHumidityStatusIndex
2277 type: gauge
2278 - name: rPDU2SensorTempHumidityStatusModule
2279 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.2
2280 type: gauge
2281 help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.2
2282 indexes:
2283 - labelname: rPDU2SensorTempHumidityStatusIndex
2284 type: gauge
2285 - name: rPDU2SensorTempHumidityStatusName
2286 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.3
2287 type: DisplayString
2288 help: The user-defined temperature-humidity sensor ID string - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.3
2289 indexes:
2290 - labelname: rPDU2SensorTempHumidityStatusIndex
2291 type: gauge
2292 - name: rPDU2SensorTempHumidityStatusNumber
2293 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.4
2294 type: gauge
2295 help: The temperature-humidity sensor numeric ID - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.4
2296 indexes:
2297 - labelname: rPDU2SensorTempHumidityStatusIndex
2298 type: gauge
2299 - name: rPDU2SensorTempHumidityStatusType
2300 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.5
2301 type: gauge
2302 help: The type of the sensor - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.5
2303 indexes:
2304 - labelname: rPDU2SensorTempHumidityStatusIndex
2305 type: gauge
2306 enum_values:
2307 1: temperatureOnly
2308 2: temperatureHumidity
2309 3: commsLost
2310 4: notInstalled
2311 - name: rPDU2SensorTempHumidityStatusCommStatus
2312 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.6
2313 type: gauge
2314 help: The communications status of the sensor - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.6
2315 indexes:
2316 - labelname: rPDU2SensorTempHumidityStatusIndex
2317 type: gauge
2318 enum_values:
2319 1: notInstalled
2320 2: commsOK
2321 3: commsLost
2322 - name: rPDU2SensorTempHumidityStatusTempF
2323 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.7
2324 type: gauge
2325 help: Sensor temperature reading in tenths of degrees Fahrenheit - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.7
2326 indexes:
2327 - labelname: rPDU2SensorTempHumidityStatusIndex
2328 type: gauge
2329 - name: rPDU2SensorTempHumidityStatusTempC
2330 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8
2331 type: gauge
2332 help: Sensor temperature reading in tenths of degrees Celsius - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8
2333 indexes:
2334 - labelname: rPDU2SensorTempHumidityStatusIndex
2335 type: gauge
2336 - name: rPDU2SensorTempHumidityStatusTempStatus
2337 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.9
2338 type: gauge
2339 help: This OID reports the current state of the temperature probe - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.9
2340 indexes:
2341 - labelname: rPDU2SensorTempHumidityStatusIndex
2342 type: gauge
2343 enum_values:
2344 1: notPresent
2345 2: belowMin
2346 3: belowLow
2347 4: normal
2348 5: aboveHigh
2349 6: aboveMax
2350 - name: rPDU2SensorTempHumidityStatusRelativeHumidity
2351 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.10
2352 type: gauge
2353 help: Sensor humidity reading in percent relative humidity - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.10
2354 indexes:
2355 - labelname: rPDU2SensorTempHumidityStatusIndex
2356 type: gauge
2357 - name: rPDU2SensorTempHumidityStatusHumidityStatus
2358 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.11
2359 type: gauge
2360 help: This OID reports the current state of the humidity probe - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.11
2361 indexes:
2362 - labelname: rPDU2SensorTempHumidityStatusIndex
2363 type: gauge
2364 enum_values:
2365 1: notPresent
2366 2: belowMin
2367 3: belowLow
2368 4: normal
2369 5: aboveHigh
2370 6: aboveMax
2371 - name: rPDU2SensorTempHumidityStatusTempPeakF
2372 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.12
2373 type: gauge
2374 help: Sensor peak temperature in tenths of degrees Fahrenheit - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.12
2375 indexes:
2376 - labelname: rPDU2SensorTempHumidityStatusIndex
2377 type: gauge
2378 - name: rPDU2SensorTempHumidityStatusTempPeakC
2379 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.13
2380 type: gauge
2381 help: Sensor peak temperature in tenths of degrees Celsius - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.13
2382 indexes:
2383 - labelname: rPDU2SensorTempHumidityStatusIndex
2384 type: gauge
2385 - name: rPDU2SensorTempHumidityStatusTempPeakTimestamp
2386 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.14
2387 type: DisplayString
2388 help: Indicates the date and time that the peak temperature occurred - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.14
2389 indexes:
2390 - labelname: rPDU2SensorTempHumidityStatusIndex
2391 type: gauge
2392 - name: rPDU2SensorTempHumidityStatusTempPeakStartTime
2393 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.15
2394 type: DisplayString
2395 help: Indicates the date and time of the last temperature peak reset - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.15
2396 indexes:
2397 - labelname: rPDU2SensorTempHumidityStatusIndex
2398 type: gauge
2399 - name: rPDU2DeviceStatusIndex
2400 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.1
2401 type: gauge
2402 help: The index to the Rack PDU status table entry - 1.3.6.1.4.1.318.1.1.26.4.3.1.1
2403 indexes:
2404 - labelname: rPDU2DeviceStatusIndex
2405 type: gauge
2406 - name: rPDU2DeviceStatusModule
2407 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.2
2408 type: gauge
2409 help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.4.3.1.2
2410 indexes:
2411 - labelname: rPDU2DeviceStatusIndex
2412 type: gauge
2413 - name: rPDU2DeviceStatusName
2414 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.3
2415 type: DisplayString
2416 help: A user-defined string identifying the Rack PDU - 1.3.6.1.4.1.318.1.1.26.4.3.1.3
2417 indexes:
2418 - labelname: rPDU2DeviceStatusIndex
2419 type: gauge
2420 - name: rPDU2DeviceStatusLoadState
2421 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.4
2422 type: gauge
2423 help: Indicates the present load status of the Rack PDU - 1.3.6.1.4.1.318.1.1.26.4.3.1.4
2424 indexes:
2425 - labelname: rPDU2DeviceStatusIndex
2426 type: gauge
2427 enum_values:
2428 1: lowLoad
2429 2: normal
2430 3: nearOverload
2431 4: overload
2432 5: notsupported
2433 - name: rPDU2DeviceStatusPower
2434 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.5
2435 type: gauge
2436 help: The power consumption of the Rack PDU load in hundredths of kilowatts -
2437 1.3.6.1.4.1.318.1.1.26.4.3.1.5
2438 indexes:
2439 - labelname: rPDU2DeviceStatusIndex
2440 type: gauge
2441 - name: rPDU2DeviceStatusPeakPower
2442 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.6
2443 type: gauge
2444 help: The peak power consumption of the Rack PDU load in hundredths of kilowatts
2445 - 1.3.6.1.4.1.318.1.1.26.4.3.1.6
2446 indexes:
2447 - labelname: rPDU2DeviceStatusIndex
2448 type: gauge
2449 - name: rPDU2DeviceStatusPeakPowerTimestamp
2450 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.7
2451 type: DisplayString
2452 help: Indicates the date and time that peak power consumption occurred - 1.3.6.1.4.1.318.1.1.26.4.3.1.7
2453 indexes:
2454 - labelname: rPDU2DeviceStatusIndex
2455 type: gauge
2456 - name: rPDU2DeviceStatusPeakPowerStartTime
2457 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.8
2458 type: DisplayString
2459 help: Indicates the date and time of the last device peak power reset - 1.3.6.1.4.1.318.1.1.26.4.3.1.8
2460 indexes:
2461 - labelname: rPDU2DeviceStatusIndex
2462 type: gauge
2463 - name: rPDU2DeviceStatusEnergy
2464 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.9
2465 type: gauge
2466 help: A user resettable energy meter measuring Rack PDU load energy consumption
2467 in tenths of kilowatt-hours - 1.3.6.1.4.1.318.1.1.26.4.3.1.9
2468 indexes:
2469 - labelname: rPDU2DeviceStatusIndex
2470 type: gauge
2471 - name: rPDU2DeviceStatusEnergyStartTime
2472 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.10
2473 type: DisplayString
2474 help: Indicates the date and time of the last device energy meter reset - 1.3.6.1.4.1.318.1.1.26.4.3.1.10
2475 indexes:
2476 - labelname: rPDU2DeviceStatusIndex
2477 type: gauge
2478 - name: rPDU2DeviceStatusCommandPending
2479 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.11
2480 type: gauge
2481 help: Indicates whether or not the device is processing a pending command - 1.3.6.1.4.1.318.1.1.26.4.3.1.11
2482 indexes:
2483 - labelname: rPDU2DeviceStatusIndex
2484 type: gauge
2485 enum_values:
2486 1: commandPending
2487 2: noCommandPending
2488 3: commandPendingUnknown
2489 - name: rPDU2DeviceStatusPowerSupplyAlarm
2490 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.12
2491 type: gauge
2492 help: Indicates a power supply alarm is active when value equals alarm (2) - 1.3.6.1.4.1.318.1.1.26.4.3.1.12
2493 indexes:
2494 - labelname: rPDU2DeviceStatusIndex
2495 type: gauge
2496 enum_values:
2497 1: normal
2498 2: alarm
2499 - name: rPDU2DeviceStatusPowerSupply1Status
2500 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.13
2501 type: gauge
2502 help: Indicates whether or not an alarm is active in Power Supply 1 - 1.3.6.1.4.1.318.1.1.26.4.3.1.13
2503 indexes:
2504 - labelname: rPDU2DeviceStatusIndex
2505 type: gauge
2506 enum_values:
2507 1: normal
2508 2: alarm
2509 3: notInstalled
2510 - name: rPDU2DeviceStatusPowerSupply2Status
2511 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.14
2512 type: gauge
2513 help: Indicates whether or not an alarm is active in Power Supply 2 - 1.3.6.1.4.1.318.1.1.26.4.3.1.14
2514 indexes:
2515 - labelname: rPDU2DeviceStatusIndex
2516 type: gauge
2517 enum_values:
2518 1: normal
2519 2: alarm
2520 3: notInstalled
2521 - name: rPDU2DeviceStatusOutletsEnergyStartTime
2522 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.15
2523 type: DisplayString
2524 help: Indicates the date and time of the last outlets energy meter reset - 1.3.6.1.4.1.318.1.1.26.4.3.1.15
2525 indexes:
2526 - labelname: rPDU2DeviceStatusIndex
2527 type: gauge
2528 - name: rPDU2DeviceStatusApparentPower
2529 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.16
2530 type: gauge
2531 help: The apparent power consumption of the Rack PDU load in hundredths of kiloVoltAmps
2532 (kVA) - 1.3.6.1.4.1.318.1.1.26.4.3.1.16
2533 indexes:
2534 - labelname: rPDU2DeviceStatusIndex
2535 type: gauge
2536 - name: rPDU2DeviceStatusPowerFactor
2537 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.17
2538 type: gauge
2539 help: The power factor of the Rack PDU load in hundredths - 1.3.6.1.4.1.318.1.1.26.4.3.1.17
2540 indexes:
2541 - labelname: rPDU2DeviceStatusIndex
2542 type: gauge
2543 - name: rPDU2DeviceStatusNPSType
2544 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.18
2545 type: gauge
2546 help: 'The device NPS status: notNPS (1) indicates the Rack PDU is not in an NPS
2547 group - 1.3.6.1.4.1.318.1.1.26.4.3.1.18'
2548 indexes:
2549 - labelname: rPDU2DeviceStatusIndex
2550 type: gauge
2551 enum_values:
2552 1: notNPS
2553 2: host
2554 3: guest
2555 - name: rPDU2PhaseStatusIndex
2556 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.1
2557 type: gauge
2558 help: The index to the Rack PDU phase status table entry - 1.3.6.1.4.1.318.1.1.26.6.3.1.1
2559 indexes:
2560 - labelname: rPDU2PhaseStatusIndex
2561 type: gauge
2562 - name: rPDU2PhaseStatusModule
2563 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.2
2564 type: gauge
2565 help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.6.3.1.2
2566 indexes:
2567 - labelname: rPDU2PhaseStatusIndex
2568 type: gauge
2569 - name: rPDU2PhaseStatusNumber
2570 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.3
2571 type: gauge
2572 help: The numeric phase ID - 1.3.6.1.4.1.318.1.1.26.6.3.1.3
2573 indexes:
2574 - labelname: rPDU2PhaseStatusIndex
2575 type: gauge
2576 - name: rPDU2PhaseStatusLoadState
2577 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.4
2578 type: gauge
2579 help: Indicates the present load status of the Rack PDU phase being queried -
2580 1.3.6.1.4.1.318.1.1.26.6.3.1.4
2581 indexes:
2582 - labelname: rPDU2PhaseStatusIndex
2583 type: gauge
2584 enum_values:
2585 1: lowLoad
2586 2: normal
2587 3: nearOverload
2588 4: overload
2589 - name: rPDU2PhaseStatusCurrent
2590 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.5
2591 type: gauge
2592 help: Indicates the current draw, in tenths of Amps, of the load on the Rack PDU
2593 phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.5
2594 indexes:
2595 - labelname: rPDU2PhaseStatusIndex
2596 type: gauge
2597 - name: rPDU2PhaseStatusVoltage
2598 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.6
2599 type: gauge
2600 help: Indicates the Voltage, in Volts, of the Rack PDU phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.6
2601 indexes:
2602 - labelname: rPDU2PhaseStatusIndex
2603 type: gauge
2604 - name: rPDU2PhaseStatusPower
2605 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.7
2606 type: gauge
2607 help: Indicates the load power, in hundredths of kilowatts (kW), consumed on the
2608 Rack PDU phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.7
2609 indexes:
2610 - labelname: rPDU2PhaseStatusIndex
2611 type: gauge
2612 - name: rPDU2PhaseStatusApparentPower
2613 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.8
2614 type: gauge
2615 help: Indicates the load apparent power, in hundredths of kiloVoltAmps (kVA),
2616 consumed on the Rack PDU phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.8
2617 indexes:
2618 - labelname: rPDU2PhaseStatusIndex
2619 type: gauge
2620 - name: rPDU2PhaseStatusPowerFactor
2621 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.9
2622 type: gauge
2623 help: Indicates the load power factor, in hundredths, of the Rack PDU phase being
2624 queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.9
2625 indexes:
2626 - labelname: rPDU2PhaseStatusIndex
2627 type: gauge
2628 - name: rPDU2PhaseStatusPeakCurrent
2629 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.10
2630 type: gauge
2631 help: The peak current of the Rack PDU phase load in tenths of Amps - 1.3.6.1.4.1.318.1.1.26.6.3.1.10
2632 indexes:
2633 - labelname: rPDU2PhaseStatusIndex
2634 type: gauge
2635 - name: rPDU2PhaseStatusPeakCurrentTimestamp
2636 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.11
2637 type: DisplayString
2638 help: Indicates the date and time that the peak current occurred - 1.3.6.1.4.1.318.1.1.26.6.3.1.11
2639 indexes:
2640 - labelname: rPDU2PhaseStatusIndex
2641 type: gauge
2642 - name: rPDU2PhaseStatusPeakCurrentStartTime
2643 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.12
2644 type: DisplayString
2645 help: Indicates the date and time of the last phase peak current reset - 1.3.6.1.4.1.318.1.1.26.6.3.1.12
2646 indexes:
2647 - labelname: rPDU2PhaseStatusIndex
2648 type: gauge
2649 - name: rPDU2BankStatusIndex
2650 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.1
2651 type: gauge
2652 help: The index to the Rack PDU bank status table entry - 1.3.6.1.4.1.318.1.1.26.8.3.1.1
2653 indexes:
2654 - labelname: rPDU2BankStatusIndex
2655 type: gauge
2656 - name: rPDU2BankStatusModule
2657 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.2
2658 type: gauge
2659 help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.8.3.1.2
2660 indexes:
2661 - labelname: rPDU2BankStatusIndex
2662 type: gauge
2663 - name: rPDU2BankStatusNumber
2664 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.3
2665 type: gauge
2666 help: The numeric bank ID - 1.3.6.1.4.1.318.1.1.26.8.3.1.3
2667 indexes:
2668 - labelname: rPDU2BankStatusIndex
2669 type: gauge
2670 - name: rPDU2BankStatusLoadState
2671 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.4
2672 type: EnumAsStateSet
2673 help: Indicates the present load status of the Rack PDU bank being queried - 1.3.6.1.4.1.318.1.1.26.8.3.1.4
2674 indexes:
2675 - labelname: rPDU2BankStatusIndex
2676 type: gauge
2677 enum_values:
2678 1: lowLoad
2679 2: normal
2680 3: nearOverload
2681 4: overload
2682 - name: rPDU2BankStatusCurrent
2683 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.5
2684 type: gauge
2685 help: Indicates the current draw, in tenths of Amps, of the load on the Rack PDU
2686 bank being queried - 1.3.6.1.4.1.318.1.1.26.8.3.1.5
2687 indexes:
2688 - labelname: rPDU2BankStatusIndex
2689 type: gauge
2690 - name: rPDU2BankStatusPeakCurrent
2691 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.6
2692 type: gauge
2693 help: The peak current of the Rack PDU bank load in tenths of Amps - 1.3.6.1.4.1.318.1.1.26.8.3.1.6
2694 indexes:
2695 - labelname: rPDU2BankStatusIndex
2696 type: gauge
2697 - name: rPDU2BankStatusPeakCurrentTimestamp
2698 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.7
2699 type: DisplayString
2700 help: Indicates the date and time the bank peak current occurred - 1.3.6.1.4.1.318.1.1.26.8.3.1.7
2701 indexes:
2702 - labelname: rPDU2BankStatusIndex
2703 type: gauge
2704 - name: rPDU2BankStatusPeakCurrentStartTime
2705 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.8
2706 type: DisplayString
2707 help: Indicates the date and time of the last bank peak current reset - 1.3.6.1.4.1.318.1.1.26.8.3.1.8
2708 indexes:
2709 - labelname: rPDU2BankStatusIndex
2710 type: gauge
2711 arista_sw:
2712 walk:
2713 - 1.3.6.1.2.1.2
2714 - 1.3.6.1.2.1.25.2.3.1.6
2715 - 1.3.6.1.2.1.25.3.3.1.2
2716 - 1.3.6.1.2.1.31.1.1
2717 - 1.3.6.1.4.1.30065.3.1.1
2718 get:
2719 - 1.3.6.1.2.1.1.3.0
2720 metrics:
2721 - name: sysUpTime
2722 oid: 1.3.6.1.2.1.1.3
2723 type: gauge
2724 help: The time (in hundredths of a second) since the network management portion
2725 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
2726 - name: ifNumber
2727 oid: 1.3.6.1.2.1.2.1
2728 type: gauge
2729 help: The number of network interfaces (regardless of their current state) present
2730 on this system. - 1.3.6.1.2.1.2.1
2731 - name: ifIndex
2732 oid: 1.3.6.1.2.1.2.2.1.1
2733 type: gauge
2734 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
2735 indexes:
2736 - labelname: ifIndex
2737 type: gauge
2738 - name: ifDescr
2739 oid: 1.3.6.1.2.1.2.2.1.2
2740 type: DisplayString
2741 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
2742 indexes:
2743 - labelname: ifIndex
2744 type: gauge
2745 - name: ifType
2746 oid: 1.3.6.1.2.1.2.2.1.3
2747 type: EnumAsInfo
2748 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
2749 indexes:
2750 - labelname: ifIndex
2751 type: gauge
2752 enum_values:
2753 1: other
2754 2: regular1822
2755 3: hdh1822
2756 4: ddnX25
2757 5: rfc877x25
2758 6: ethernetCsmacd
2759 7: iso88023Csmacd
2760 8: iso88024TokenBus
2761 9: iso88025TokenRing
2762 10: iso88026Man
2763 11: starLan
2764 12: proteon10Mbit
2765 13: proteon80Mbit
2766 14: hyperchannel
2767 15: fddi
2768 16: lapb
2769 17: sdlc
2770 18: ds1
2771 19: e1
2772 20: basicISDN
2773 21: primaryISDN
2774 22: propPointToPointSerial
2775 23: ppp
2776 24: softwareLoopback
2777 25: eon
2778 26: ethernet3Mbit
2779 27: nsip
2780 28: slip
2781 29: ultra
2782 30: ds3
2783 31: sip
2784 32: frameRelay
2785 33: rs232
2786 34: para
2787 35: arcnet
2788 36: arcnetPlus
2789 37: atm
2790 38: miox25
2791 39: sonet
2792 40: x25ple
2793 41: iso88022llc
2794 42: localTalk
2795 43: smdsDxi
2796 44: frameRelayService
2797 45: v35
2798 46: hssi
2799 47: hippi
2800 48: modem
2801 49: aal5
2802 50: sonetPath
2803 51: sonetVT
2804 52: smdsIcip
2805 53: propVirtual
2806 54: propMultiplexor
2807 55: ieee80212
2808 56: fibreChannel
2809 57: hippiInterface
2810 58: frameRelayInterconnect
2811 59: aflane8023
2812 60: aflane8025
2813 61: cctEmul
2814 62: fastEther
2815 63: isdn
2816 64: v11
2817 65: v36
2818 66: g703at64k
2819 67: g703at2mb
2820 68: qllc
2821 69: fastEtherFX
2822 70: channel
2823 71: ieee80211
2824 72: ibm370parChan
2825 73: escon
2826 74: dlsw
2827 75: isdns
2828 76: isdnu
2829 77: lapd
2830 78: ipSwitch
2831 79: rsrb
2832 80: atmLogical
2833 81: ds0
2834 82: ds0Bundle
2835 83: bsc
2836 84: async
2837 85: cnr
2838 86: iso88025Dtr
2839 87: eplrs
2840 88: arap
2841 89: propCnls
2842 90: hostPad
2843 91: termPad
2844 92: frameRelayMPI
2845 93: x213
2846 94: adsl
2847 95: radsl
2848 96: sdsl
2849 97: vdsl
2850 98: iso88025CRFPInt
2851 99: myrinet
2852 100: voiceEM
2853 101: voiceFXO
2854 102: voiceFXS
2855 103: voiceEncap
2856 104: voiceOverIp
2857 105: atmDxi
2858 106: atmFuni
2859 107: atmIma
2860 108: pppMultilinkBundle
2861 109: ipOverCdlc
2862 110: ipOverClaw
2863 111: stackToStack
2864 112: virtualIpAddress
2865 113: mpc
2866 114: ipOverAtm
2867 115: iso88025Fiber
2868 116: tdlc
2869 117: gigabitEthernet
2870 118: hdlc
2871 119: lapf
2872 120: v37
2873 121: x25mlp
2874 122: x25huntGroup
2875 123: transpHdlc
2876 124: interleave
2877 125: fast
2878 126: ip
2879 127: docsCableMaclayer
2880 128: docsCableDownstream
2881 129: docsCableUpstream
2882 130: a12MppSwitch
2883 131: tunnel
2884 132: coffee
2885 133: ces
2886 134: atmSubInterface
2887 135: l2vlan
2888 136: l3ipvlan
2889 137: l3ipxvlan
2890 138: digitalPowerline
2891 139: mediaMailOverIp
2892 140: dtm
2893 141: dcn
2894 142: ipForward
2895 143: msdsl
2896 144: ieee1394
2897 145: if-gsn
2898 146: dvbRccMacLayer
2899 147: dvbRccDownstream
2900 148: dvbRccUpstream
2901 149: atmVirtual
2902 150: mplsTunnel
2903 151: srp
2904 152: voiceOverAtm
2905 153: voiceOverFrameRelay
2906 154: idsl
2907 155: compositeLink
2908 156: ss7SigLink
2909 157: propWirelessP2P
2910 158: frForward
2911 159: rfc1483
2912 160: usb
2913 161: ieee8023adLag
2914 162: bgppolicyaccounting
2915 163: frf16MfrBundle
2916 164: h323Gatekeeper
2917 165: h323Proxy
2918 166: mpls
2919 167: mfSigLink
2920 168: hdsl2
2921 169: shdsl
2922 170: ds1FDL
2923 171: pos
2924 172: dvbAsiIn
2925 173: dvbAsiOut
2926 174: plc
2927 175: nfas
2928 176: tr008
2929 177: gr303RDT
2930 178: gr303IDT
2931 179: isup
2932 180: propDocsWirelessMaclayer
2933 181: propDocsWirelessDownstream
2934 182: propDocsWirelessUpstream
2935 183: hiperlan2
2936 184: propBWAp2Mp
2937 185: sonetOverheadChannel
2938 186: digitalWrapperOverheadChannel
2939 187: aal2
2940 188: radioMAC
2941 189: atmRadio
2942 190: imt
2943 191: mvl
2944 192: reachDSL
2945 193: frDlciEndPt
2946 194: atmVciEndPt
2947 195: opticalChannel
2948 196: opticalTransport
2949 197: propAtm
2950 198: voiceOverCable
2951 199: infiniband
2952 200: teLink
2953 201: q2931
2954 202: virtualTg
2955 203: sipTg
2956 204: sipSig
2957 205: docsCableUpstreamChannel
2958 206: econet
2959 207: pon155
2960 208: pon622
2961 209: bridge
2962 210: linegroup
2963 211: voiceEMFGD
2964 212: voiceFGDEANA
2965 213: voiceDID
2966 214: mpegTransport
2967 215: sixToFour
2968 216: gtp
2969 217: pdnEtherLoop1
2970 218: pdnEtherLoop2
2971 219: opticalChannelGroup
2972 220: homepna
2973 221: gfp
2974 222: ciscoISLvlan
2975 223: actelisMetaLOOP
2976 224: fcipLink
2977 225: rpr
2978 226: qam
2979 227: lmp
2980 228: cblVectaStar
2981 229: docsCableMCmtsDownstream
2982 230: adsl2
2983 231: macSecControlledIF
2984 232: macSecUncontrolledIF
2985 233: aviciOpticalEther
2986 234: atmbond
2987 235: voiceFGDOS
2988 236: mocaVersion1
2989 237: ieee80216WMAN
2990 238: adsl2plus
2991 239: dvbRcsMacLayer
2992 240: dvbTdm
2993 241: dvbRcsTdma
2994 242: x86Laps
2995 243: wwanPP
2996 244: wwanPP2
2997 245: voiceEBS
2998 246: ifPwType
2999 247: ilan
3000 248: pip
3001 249: aluELP
3002 250: gpon
3003 251: vdsl2
3004 252: capwapDot11Profile
3005 253: capwapDot11Bss
3006 254: capwapWtpVirtualRadio
3007 255: bits
3008 256: docsCableUpstreamRfPort
3009 257: cableDownstreamRfPort
3010 258: vmwareVirtualNic
3011 259: ieee802154
3012 260: otnOdu
3013 261: otnOtu
3014 262: ifVfiType
3015 263: g9981
3016 264: g9982
3017 265: g9983
3018 266: aluEpon
3019 267: aluEponOnu
3020 268: aluEponPhysicalUni
3021 269: aluEponLogicalLink
3022 270: aluGponOnu
3023 271: aluGponPhysicalUni
3024 272: vmwareNicTeam
3025 277: docsOfdmDownstream
3026 278: docsOfdmaUpstream
3027 279: gfast
3028 280: sdci
3029 281: xboxWireless
3030 282: fastdsl
3031 283: docsCableScte55d1FwdOob
3032 284: docsCableScte55d1RetOob
3033 285: docsCableScte55d2DsOob
3034 286: docsCableScte55d2UsOob
3035 287: docsCableNdf
3036 288: docsCableNdr
3037 289: ptm
3038 290: ghn
3039 291: otnOtsi
3040 292: otnOtuc
3041 293: otnOduc
3042 294: otnOtsig
3043 295: microwaveCarrierTermination
3044 296: microwaveRadioLinkTerminal
3045 297: ieee8021axDrni
3046 298: ax25
3047 299: ieee19061nanocom
3048 300: cpri
3049 301: omni
3050 302: roe
3051 303: p2pOverLan
3052 - name: ifMtu
3053 oid: 1.3.6.1.2.1.2.2.1.4
3054 type: gauge
3055 help: The size of the largest packet which can be sent/received on the interface,
3056 specified in octets - 1.3.6.1.2.1.2.2.1.4
3057 indexes:
3058 - labelname: ifIndex
3059 type: gauge
3060 - name: ifSpeed
3061 oid: 1.3.6.1.2.1.2.2.1.5
3062 type: gauge
3063 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
3064 indexes:
3065 - labelname: ifIndex
3066 type: gauge
3067 - name: ifPhysAddress
3068 oid: 1.3.6.1.2.1.2.2.1.6
3069 type: PhysAddress48
3070 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
3071 indexes:
3072 - labelname: ifIndex
3073 type: gauge
3074 - name: ifAdminStatus
3075 oid: 1.3.6.1.2.1.2.2.1.7
3076 type: gauge
3077 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
3078 indexes:
3079 - labelname: ifIndex
3080 type: gauge
3081 enum_values:
3082 1: up
3083 2: down
3084 3: testing
3085 - name: ifOperStatus
3086 oid: 1.3.6.1.2.1.2.2.1.8
3087 type: gauge
3088 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
3089 indexes:
3090 - labelname: ifIndex
3091 type: gauge
3092 enum_values:
3093 1: up
3094 2: down
3095 3: testing
3096 4: unknown
3097 5: dormant
3098 6: notPresent
3099 7: lowerLayerDown
3100 - name: ifLastChange
3101 oid: 1.3.6.1.2.1.2.2.1.9
3102 type: gauge
3103 help: The value of sysUpTime at the time the interface entered its current operational
3104 state - 1.3.6.1.2.1.2.2.1.9
3105 indexes:
3106 - labelname: ifIndex
3107 type: gauge
3108 - name: ifInOctets
3109 oid: 1.3.6.1.2.1.2.2.1.10
3110 type: counter
3111 help: The total number of octets received on the interface, including framing
3112 characters - 1.3.6.1.2.1.2.2.1.10
3113 indexes:
3114 - labelname: ifIndex
3115 type: gauge
3116 - name: ifInUcastPkts
3117 oid: 1.3.6.1.2.1.2.2.1.11
3118 type: counter
3119 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3120 which were not addressed to a multicast or broadcast address at this sub-layer
3121 - 1.3.6.1.2.1.2.2.1.11
3122 indexes:
3123 - labelname: ifIndex
3124 type: gauge
3125 - name: ifInNUcastPkts
3126 oid: 1.3.6.1.2.1.2.2.1.12
3127 type: counter
3128 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3129 which were addressed to a multicast or broadcast address at this sub-layer -
3130 1.3.6.1.2.1.2.2.1.12
3131 indexes:
3132 - labelname: ifIndex
3133 type: gauge
3134 - name: ifInDiscards
3135 oid: 1.3.6.1.2.1.2.2.1.13
3136 type: counter
3137 help: The number of inbound packets which were chosen to be discarded even though
3138 no errors had been detected to prevent their being deliverable to a higher-layer
3139 protocol - 1.3.6.1.2.1.2.2.1.13
3140 indexes:
3141 - labelname: ifIndex
3142 type: gauge
3143 - name: ifInErrors
3144 oid: 1.3.6.1.2.1.2.2.1.14
3145 type: counter
3146 help: For packet-oriented interfaces, the number of inbound packets that contained
3147 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
3148 indexes:
3149 - labelname: ifIndex
3150 type: gauge
3151 - name: ifInUnknownProtos
3152 oid: 1.3.6.1.2.1.2.2.1.15
3153 type: counter
3154 help: For packet-oriented interfaces, the number of packets received via the interface
3155 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
3156 indexes:
3157 - labelname: ifIndex
3158 type: gauge
3159 - name: ifOutOctets
3160 oid: 1.3.6.1.2.1.2.2.1.16
3161 type: counter
3162 help: The total number of octets transmitted out of the interface, including framing
3163 characters - 1.3.6.1.2.1.2.2.1.16
3164 indexes:
3165 - labelname: ifIndex
3166 type: gauge
3167 - name: ifOutUcastPkts
3168 oid: 1.3.6.1.2.1.2.2.1.17
3169 type: counter
3170 help: The total number of packets that higher-level protocols requested be transmitted,
3171 and which were not addressed to a multicast or broadcast address at this sub-layer,
3172 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
3173 indexes:
3174 - labelname: ifIndex
3175 type: gauge
3176 - name: ifOutNUcastPkts
3177 oid: 1.3.6.1.2.1.2.2.1.18
3178 type: counter
3179 help: The total number of packets that higher-level protocols requested be transmitted,
3180 and which were addressed to a multicast or broadcast address at this sub-layer,
3181 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
3182 indexes:
3183 - labelname: ifIndex
3184 type: gauge
3185 - name: ifOutDiscards
3186 oid: 1.3.6.1.2.1.2.2.1.19
3187 type: counter
3188 help: The number of outbound packets which were chosen to be discarded even though
3189 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
3190 indexes:
3191 - labelname: ifIndex
3192 type: gauge
3193 - name: ifOutErrors
3194 oid: 1.3.6.1.2.1.2.2.1.20
3195 type: counter
3196 help: For packet-oriented interfaces, the number of outbound packets that could
3197 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
3198 indexes:
3199 - labelname: ifIndex
3200 type: gauge
3201 - name: ifOutQLen
3202 oid: 1.3.6.1.2.1.2.2.1.21
3203 type: gauge
3204 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
3205 indexes:
3206 - labelname: ifIndex
3207 type: gauge
3208 - name: ifSpecific
3209 oid: 1.3.6.1.2.1.2.2.1.22
3210 type: OctetString
3211 help: A reference to MIB definitions specific to the particular media being used
3212 to realize the interface - 1.3.6.1.2.1.2.2.1.22
3213 indexes:
3214 - labelname: ifIndex
3215 type: gauge
3216 - name: hrStorageUsed
3217 oid: 1.3.6.1.2.1.25.2.3.1.6
3218 type: gauge
3219 help: The amount of the storage represented by this entry that is allocated, in
3220 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
3221 indexes:
3222 - labelname: hrStorageIndex
3223 type: gauge
3224 - name: hrProcessorLoad
3225 oid: 1.3.6.1.2.1.25.3.3.1.2
3226 type: gauge
3227 help: The average, over the last minute, of the percentage of time that this processor
3228 was not idle - 1.3.6.1.2.1.25.3.3.1.2
3229 indexes:
3230 - labelname: hrDeviceIndex
3231 type: gauge
3232 - name: ifName
3233 oid: 1.3.6.1.2.1.31.1.1.1.1
3234 type: DisplayString
3235 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
3236 indexes:
3237 - labelname: ifIndex
3238 type: gauge
3239 - name: ifInMulticastPkts
3240 oid: 1.3.6.1.2.1.31.1.1.1.2
3241 type: counter
3242 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3243 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
3244 indexes:
3245 - labelname: ifIndex
3246 type: gauge
3247 - name: ifInBroadcastPkts
3248 oid: 1.3.6.1.2.1.31.1.1.1.3
3249 type: counter
3250 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3251 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
3252 indexes:
3253 - labelname: ifIndex
3254 type: gauge
3255 - name: ifOutMulticastPkts
3256 oid: 1.3.6.1.2.1.31.1.1.1.4
3257 type: counter
3258 help: The total number of packets that higher-level protocols requested be transmitted,
3259 and which were addressed to a multicast address at this sub-layer, including
3260 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
3261 indexes:
3262 - labelname: ifIndex
3263 type: gauge
3264 - name: ifOutBroadcastPkts
3265 oid: 1.3.6.1.2.1.31.1.1.1.5
3266 type: counter
3267 help: The total number of packets that higher-level protocols requested be transmitted,
3268 and which were addressed to a broadcast address at this sub-layer, including
3269 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
3270 indexes:
3271 - labelname: ifIndex
3272 type: gauge
3273 - name: ifHCInOctets
3274 oid: 1.3.6.1.2.1.31.1.1.1.6
3275 type: counter
3276 help: The total number of octets received on the interface, including framing
3277 characters - 1.3.6.1.2.1.31.1.1.1.6
3278 indexes:
3279 - labelname: ifIndex
3280 type: gauge
3281 - name: ifHCInUcastPkts
3282 oid: 1.3.6.1.2.1.31.1.1.1.7
3283 type: counter
3284 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3285 which were not addressed to a multicast or broadcast address at this sub-layer
3286 - 1.3.6.1.2.1.31.1.1.1.7
3287 indexes:
3288 - labelname: ifIndex
3289 type: gauge
3290 - name: ifHCInMulticastPkts
3291 oid: 1.3.6.1.2.1.31.1.1.1.8
3292 type: counter
3293 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3294 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
3295 indexes:
3296 - labelname: ifIndex
3297 type: gauge
3298 - name: ifHCInBroadcastPkts
3299 oid: 1.3.6.1.2.1.31.1.1.1.9
3300 type: counter
3301 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3302 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
3303 indexes:
3304 - labelname: ifIndex
3305 type: gauge
3306 - name: ifHCOutOctets
3307 oid: 1.3.6.1.2.1.31.1.1.1.10
3308 type: counter
3309 help: The total number of octets transmitted out of the interface, including framing
3310 characters - 1.3.6.1.2.1.31.1.1.1.10
3311 indexes:
3312 - labelname: ifIndex
3313 type: gauge
3314 - name: ifHCOutUcastPkts
3315 oid: 1.3.6.1.2.1.31.1.1.1.11
3316 type: counter
3317 help: The total number of packets that higher-level protocols requested be transmitted,
3318 and which were not addressed to a multicast or broadcast address at this sub-layer,
3319 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
3320 indexes:
3321 - labelname: ifIndex
3322 type: gauge
3323 - name: ifHCOutMulticastPkts
3324 oid: 1.3.6.1.2.1.31.1.1.1.12
3325 type: counter
3326 help: The total number of packets that higher-level protocols requested be transmitted,
3327 and which were addressed to a multicast address at this sub-layer, including
3328 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
3329 indexes:
3330 - labelname: ifIndex
3331 type: gauge
3332 - name: ifHCOutBroadcastPkts
3333 oid: 1.3.6.1.2.1.31.1.1.1.13
3334 type: counter
3335 help: The total number of packets that higher-level protocols requested be transmitted,
3336 and which were addressed to a broadcast address at this sub-layer, including
3337 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
3338 indexes:
3339 - labelname: ifIndex
3340 type: gauge
3341 - name: ifLinkUpDownTrapEnable
3342 oid: 1.3.6.1.2.1.31.1.1.1.14
3343 type: gauge
3344 help: Indicates whether linkUp/linkDown traps should be generated for this interface
3345 - 1.3.6.1.2.1.31.1.1.1.14
3346 indexes:
3347 - labelname: ifIndex
3348 type: gauge
3349 enum_values:
3350 1: enabled
3351 2: disabled
3352 - name: ifHighSpeed
3353 oid: 1.3.6.1.2.1.31.1.1.1.15
3354 type: gauge
3355 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
3356 per second - 1.3.6.1.2.1.31.1.1.1.15
3357 indexes:
3358 - labelname: ifIndex
3359 type: gauge
3360 - name: ifPromiscuousMode
3361 oid: 1.3.6.1.2.1.31.1.1.1.16
3362 type: gauge
3363 help: This object has a value of false(2) if this interface only accepts packets/frames
3364 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
3365 indexes:
3366 - labelname: ifIndex
3367 type: gauge
3368 enum_values:
3369 1: "true"
3370 2: "false"
3371 - name: ifConnectorPresent
3372 oid: 1.3.6.1.2.1.31.1.1.1.17
3373 type: gauge
3374 help: This object has the value 'true(1)' if the interface sublayer has a physical
3375 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
3376 indexes:
3377 - labelname: ifIndex
3378 type: gauge
3379 enum_values:
3380 1: "true"
3381 2: "false"
3382 - name: ifAlias
3383 oid: 1.3.6.1.2.1.31.1.1.1.18
3384 type: DisplayString
3385 help: This object is an 'alias' name for the interface as specified by a network
3386 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
3387 indexes:
3388 - labelname: ifIndex
3389 type: gauge
3390 - name: ifCounterDiscontinuityTime
3391 oid: 1.3.6.1.2.1.31.1.1.1.19
3392 type: gauge
3393 help: The value of sysUpTime on the most recent occasion at which any one or more
3394 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
3395 indexes:
3396 - labelname: ifIndex
3397 type: gauge
3398 - name: aristaSwFwdIpStatsIPVersion
3399 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.1
3400 type: gauge
3401 help: The IP version of this row. - 1.3.6.1.4.1.30065.3.1.1.1.1.1
3402 indexes:
3403 - labelname: aristaSwFwdIpStatsIPVersion
3404 type: gauge
3405 enum_values:
3406 0: unknown
3407 1: ipv4
3408 2: ipv6
3409 enum_values:
3410 0: unknown
3411 1: ipv4
3412 2: ipv6
3413 - name: aristaSwFwdIpStatsInReceives
3414 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.3
3415 type: counter
3416 help: The total number of input IP datagrams received in software, including those
3417 received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.3
3418 indexes:
3419 - labelname: aristaSwFwdIpStatsIPVersion
3420 type: gauge
3421 enum_values:
3422 0: unknown
3423 1: ipv4
3424 2: ipv6
3425 - name: aristaSwFwdIpStatsHCInReceives
3426 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.4
3427 type: counter
3428 help: The total number of input IP datagrams received in software, including those
3429 received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.4
3430 indexes:
3431 - labelname: aristaSwFwdIpStatsIPVersion
3432 type: gauge
3433 enum_values:
3434 0: unknown
3435 1: ipv4
3436 2: ipv6
3437 - name: aristaSwFwdIpStatsInOctets
3438 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.5
3439 type: counter
3440 help: The total number of octets received in software in input IP datagrams, including
3441 those received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.5
3442 indexes:
3443 - labelname: aristaSwFwdIpStatsIPVersion
3444 type: gauge
3445 enum_values:
3446 0: unknown
3447 1: ipv4
3448 2: ipv6
3449 - name: aristaSwFwdIpStatsHCInOctets
3450 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.6
3451 type: counter
3452 help: The total number of octets received in software in input IP datagrams, including
3453 those received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.6
3454 indexes:
3455 - labelname: aristaSwFwdIpStatsIPVersion
3456 type: gauge
3457 enum_values:
3458 0: unknown
3459 1: ipv4
3460 2: ipv6
3461 - name: aristaSwFwdIpStatsInHdrErrors
3462 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.7
3463 type: counter
3464 help: The number of input IP datagrams discarded in software due to errors in
3465 their IP headers, including version number mismatch, other format errors, hop
3466 count exceeded, errors discovered in processing their IP options, etc - 1.3.6.1.4.1.30065.3.1.1.1.1.7
3467 indexes:
3468 - labelname: aristaSwFwdIpStatsIPVersion
3469 type: gauge
3470 enum_values:
3471 0: unknown
3472 1: ipv4
3473 2: ipv6
3474 - name: aristaSwFwdIpStatsInNoRoutes
3475 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.8
3476 type: counter
3477 help: The number of input IP datagrams discarded in software because no route
3478 could be found to transmit them to their destination - 1.3.6.1.4.1.30065.3.1.1.1.1.8
3479 indexes:
3480 - labelname: aristaSwFwdIpStatsIPVersion
3481 type: gauge
3482 enum_values:
3483 0: unknown
3484 1: ipv4
3485 2: ipv6
3486 - name: aristaSwFwdIpStatsInAddrErrors
3487 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.9
3488 type: counter
3489 help: The number of input IP datagrams discarded in software because the IP address
3490 in their IP header's destination field was not a valid address to be received
3491 at this entity - 1.3.6.1.4.1.30065.3.1.1.1.1.9
3492 indexes:
3493 - labelname: aristaSwFwdIpStatsIPVersion
3494 type: gauge
3495 enum_values:
3496 0: unknown
3497 1: ipv4
3498 2: ipv6
3499 - name: aristaSwFwdIpStatsInUnknownProtos
3500 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.10
3501 type: counter
3502 help: The number of locally-addressed IP datagrams received successfully in software
3503 but discarded because of an unknown or unsupported protocol - 1.3.6.1.4.1.30065.3.1.1.1.1.10
3504 indexes:
3505 - labelname: aristaSwFwdIpStatsIPVersion
3506 type: gauge
3507 enum_values:
3508 0: unknown
3509 1: ipv4
3510 2: ipv6
3511 - name: aristaSwFwdIpStatsInTruncatedPkts
3512 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.11
3513 type: counter
3514 help: The number of input IP datagrams discarded in software because the datagram
3515 frame didn't carry enough data - 1.3.6.1.4.1.30065.3.1.1.1.1.11
3516 indexes:
3517 - labelname: aristaSwFwdIpStatsIPVersion
3518 type: gauge
3519 enum_values:
3520 0: unknown
3521 1: ipv4
3522 2: ipv6
3523 - name: aristaSwFwdIpStatsInForwDatagrams
3524 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.12
3525 type: counter
3526 help: The number of input datagrams for which this entity was not their final
3527 IP destination and for which this entity attempted in software to find a route
3528 to forward them to that final destination - 1.3.6.1.4.1.30065.3.1.1.1.1.12
3529 indexes:
3530 - labelname: aristaSwFwdIpStatsIPVersion
3531 type: gauge
3532 enum_values:
3533 0: unknown
3534 1: ipv4
3535 2: ipv6
3536 - name: aristaSwFwdIpStatsHCInForwDatagrams
3537 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.13
3538 type: counter
3539 help: The number of input datagrams for which this entity was not their final
3540 IP destination and for which this entity attempted in software to find a route
3541 to forward them to that final destination - 1.3.6.1.4.1.30065.3.1.1.1.1.13
3542 indexes:
3543 - labelname: aristaSwFwdIpStatsIPVersion
3544 type: gauge
3545 enum_values:
3546 0: unknown
3547 1: ipv4
3548 2: ipv6
3549 - name: aristaSwFwdIpStatsReasmReqds
3550 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.14
3551 type: counter
3552 help: The number of IP fragments received that needed to be reassembled at this
3553 interface - 1.3.6.1.4.1.30065.3.1.1.1.1.14
3554 indexes:
3555 - labelname: aristaSwFwdIpStatsIPVersion
3556 type: gauge
3557 enum_values:
3558 0: unknown
3559 1: ipv4
3560 2: ipv6
3561 - name: aristaSwFwdIpStatsReasmOKs
3562 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.15
3563 type: counter
3564 help: The number of IP datagrams successfully reassembled - 1.3.6.1.4.1.30065.3.1.1.1.1.15
3565 indexes:
3566 - labelname: aristaSwFwdIpStatsIPVersion
3567 type: gauge
3568 enum_values:
3569 0: unknown
3570 1: ipv4
3571 2: ipv6
3572 - name: aristaSwFwdIpStatsReasmFails
3573 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.16
3574 type: counter
3575 help: 'The number of failures detected by the IP re-assembly algorithm (for whatever
3576 reason: timed out, errors, etc.) - 1.3.6.1.4.1.30065.3.1.1.1.1.16'
3577 indexes:
3578 - labelname: aristaSwFwdIpStatsIPVersion
3579 type: gauge
3580 enum_values:
3581 0: unknown
3582 1: ipv4
3583 2: ipv6
3584 - name: aristaSwFwdIpStatsInDiscards
3585 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.17
3586 type: counter
3587 help: The number of input IP datagrams received in software for which no problems
3588 were encountered to prevent their continued processing, but were discarded (e.g.,
3589 for lack of buffer space) - 1.3.6.1.4.1.30065.3.1.1.1.1.17
3590 indexes:
3591 - labelname: aristaSwFwdIpStatsIPVersion
3592 type: gauge
3593 enum_values:
3594 0: unknown
3595 1: ipv4
3596 2: ipv6
3597 - name: aristaSwFwdIpStatsInDelivers
3598 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.18
3599 type: counter
3600 help: The total number of datagrams successfully delivered to IP user-protocols
3601 (including ICMP) - 1.3.6.1.4.1.30065.3.1.1.1.1.18
3602 indexes:
3603 - labelname: aristaSwFwdIpStatsIPVersion
3604 type: gauge
3605 enum_values:
3606 0: unknown
3607 1: ipv4
3608 2: ipv6
3609 - name: aristaSwFwdIpStatsHCInDelivers
3610 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.19
3611 type: counter
3612 help: The total number of datagrams successfully delivered to IP user-protocols
3613 (including ICMP) - 1.3.6.1.4.1.30065.3.1.1.1.1.19
3614 indexes:
3615 - labelname: aristaSwFwdIpStatsIPVersion
3616 type: gauge
3617 enum_values:
3618 0: unknown
3619 1: ipv4
3620 2: ipv6
3621 - name: aristaSwFwdIpStatsOutRequests
3622 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.20
3623 type: counter
3624 help: The total number of IP datagrams that local IP user- protocols (including
3625 ICMP) supplied to IP in requests for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.20
3626 indexes:
3627 - labelname: aristaSwFwdIpStatsIPVersion
3628 type: gauge
3629 enum_values:
3630 0: unknown
3631 1: ipv4
3632 2: ipv6
3633 - name: aristaSwFwdIpStatsHCOutRequests
3634 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.21
3635 type: counter
3636 help: The total number of IP datagrams that local IP user- protocols (including
3637 ICMP) supplied to IP in requests for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.21
3638 indexes:
3639 - labelname: aristaSwFwdIpStatsIPVersion
3640 type: gauge
3641 enum_values:
3642 0: unknown
3643 1: ipv4
3644 2: ipv6
3645 - name: aristaSwFwdIpStatsOutNoRoutes
3646 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.22
3647 type: counter
3648 help: The number of locally generated IP datagrams discarded because no route
3649 could be found to transmit them to their destination - 1.3.6.1.4.1.30065.3.1.1.1.1.22
3650 indexes:
3651 - labelname: aristaSwFwdIpStatsIPVersion
3652 type: gauge
3653 enum_values:
3654 0: unknown
3655 1: ipv4
3656 2: ipv6
3657 - name: aristaSwFwdIpStatsOutForwDatagrams
3658 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.23
3659 type: counter
3660 help: The number of datagrams for which this entity was not their final IP destination
3661 and for which it was successful in finding a path to their final destination
3662 in software - 1.3.6.1.4.1.30065.3.1.1.1.1.23
3663 indexes:
3664 - labelname: aristaSwFwdIpStatsIPVersion
3665 type: gauge
3666 enum_values:
3667 0: unknown
3668 1: ipv4
3669 2: ipv6
3670 - name: aristaSwFwdIpStatsHCOutForwDatagrams
3671 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.24
3672 type: counter
3673 help: The number of datagrams for which this entity was not their final IP destination
3674 and for which it was successful in finding a path to their final destination
3675 in software - 1.3.6.1.4.1.30065.3.1.1.1.1.24
3676 indexes:
3677 - labelname: aristaSwFwdIpStatsIPVersion
3678 type: gauge
3679 enum_values:
3680 0: unknown
3681 1: ipv4
3682 2: ipv6
3683 - name: aristaSwFwdIpStatsOutDiscards
3684 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.25
3685 type: counter
3686 help: The number of output IP datagrams for which no problem was encountered to
3687 prevent their transmission to their destination, but were discarded in software
3688 (e.g., for lack of buffer space) - 1.3.6.1.4.1.30065.3.1.1.1.1.25
3689 indexes:
3690 - labelname: aristaSwFwdIpStatsIPVersion
3691 type: gauge
3692 enum_values:
3693 0: unknown
3694 1: ipv4
3695 2: ipv6
3696 - name: aristaSwFwdIpStatsOutFragReqds
3697 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.26
3698 type: counter
3699 help: The number of IP datagrams that would require fragmentation in order to
3700 be transmitted - 1.3.6.1.4.1.30065.3.1.1.1.1.26
3701 indexes:
3702 - labelname: aristaSwFwdIpStatsIPVersion
3703 type: gauge
3704 enum_values:
3705 0: unknown
3706 1: ipv4
3707 2: ipv6
3708 - name: aristaSwFwdIpStatsOutFragOKs
3709 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.27
3710 type: counter
3711 help: The number of IP datagrams that have been successfully fragmented - 1.3.6.1.4.1.30065.3.1.1.1.1.27
3712 indexes:
3713 - labelname: aristaSwFwdIpStatsIPVersion
3714 type: gauge
3715 enum_values:
3716 0: unknown
3717 1: ipv4
3718 2: ipv6
3719 - name: aristaSwFwdIpStatsOutFragFails
3720 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.28
3721 type: counter
3722 help: The number of IP datagrams that have been discarded because they needed
3723 to be fragmented but could not be - 1.3.6.1.4.1.30065.3.1.1.1.1.28
3724 indexes:
3725 - labelname: aristaSwFwdIpStatsIPVersion
3726 type: gauge
3727 enum_values:
3728 0: unknown
3729 1: ipv4
3730 2: ipv6
3731 - name: aristaSwFwdIpStatsOutFragCreates
3732 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.29
3733 type: counter
3734 help: The number of output datagram fragments that have been generated as a result
3735 of IP fragmentation - 1.3.6.1.4.1.30065.3.1.1.1.1.29
3736 indexes:
3737 - labelname: aristaSwFwdIpStatsIPVersion
3738 type: gauge
3739 enum_values:
3740 0: unknown
3741 1: ipv4
3742 2: ipv6
3743 - name: aristaSwFwdIpStatsOutTransmits
3744 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.30
3745 type: counter
3746 help: The total number of IP datagrams that this entity supplied by software to
3747 the lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.30
3748 indexes:
3749 - labelname: aristaSwFwdIpStatsIPVersion
3750 type: gauge
3751 enum_values:
3752 0: unknown
3753 1: ipv4
3754 2: ipv6
3755 - name: aristaSwFwdIpStatsHCOutTransmits
3756 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.31
3757 type: counter
3758 help: The total number of IP datagrams that this entity supplied by software to
3759 the lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.31
3760 indexes:
3761 - labelname: aristaSwFwdIpStatsIPVersion
3762 type: gauge
3763 enum_values:
3764 0: unknown
3765 1: ipv4
3766 2: ipv6
3767 - name: aristaSwFwdIpStatsOutOctets
3768 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.32
3769 type: counter
3770 help: The total number of octets in IP datagrams delivered by software to the
3771 lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.32
3772 indexes:
3773 - labelname: aristaSwFwdIpStatsIPVersion
3774 type: gauge
3775 enum_values:
3776 0: unknown
3777 1: ipv4
3778 2: ipv6
3779 - name: aristaSwFwdIpStatsHCOutOctets
3780 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.33
3781 type: counter
3782 help: The total number of octets in IP datagrams delivered by software to the
3783 lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.33
3784 indexes:
3785 - labelname: aristaSwFwdIpStatsIPVersion
3786 type: gauge
3787 enum_values:
3788 0: unknown
3789 1: ipv4
3790 2: ipv6
3791 - name: aristaSwFwdIpStatsInMcastPkts
3792 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.34
3793 type: counter
3794 help: The number of IP multicast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.34
3795 indexes:
3796 - labelname: aristaSwFwdIpStatsIPVersion
3797 type: gauge
3798 enum_values:
3799 0: unknown
3800 1: ipv4
3801 2: ipv6
3802 - name: aristaSwFwdIpStatsHCInMcastPkts
3803 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.35
3804 type: counter
3805 help: The number of IP multicast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.35
3806 indexes:
3807 - labelname: aristaSwFwdIpStatsIPVersion
3808 type: gauge
3809 enum_values:
3810 0: unknown
3811 1: ipv4
3812 2: ipv6
3813 - name: aristaSwFwdIpStatsInMcastOctets
3814 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.36
3815 type: counter
3816 help: The total number of octets received by software in IP multicast datagrams
3817 - 1.3.6.1.4.1.30065.3.1.1.1.1.36
3818 indexes:
3819 - labelname: aristaSwFwdIpStatsIPVersion
3820 type: gauge
3821 enum_values:
3822 0: unknown
3823 1: ipv4
3824 2: ipv6
3825 - name: aristaSwFwdIpStatsHCInMcastOctets
3826 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.37
3827 type: counter
3828 help: The total number of octets received by software in IP multicast datagrams
3829 - 1.3.6.1.4.1.30065.3.1.1.1.1.37
3830 indexes:
3831 - labelname: aristaSwFwdIpStatsIPVersion
3832 type: gauge
3833 enum_values:
3834 0: unknown
3835 1: ipv4
3836 2: ipv6
3837 - name: aristaSwFwdIpStatsOutMcastPkts
3838 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.38
3839 type: counter
3840 help: The number of IP multicast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.38
3841 indexes:
3842 - labelname: aristaSwFwdIpStatsIPVersion
3843 type: gauge
3844 enum_values:
3845 0: unknown
3846 1: ipv4
3847 2: ipv6
3848 - name: aristaSwFwdIpStatsHCOutMcastPkts
3849 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.39
3850 type: counter
3851 help: The number of IP multicast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.39
3852 indexes:
3853 - labelname: aristaSwFwdIpStatsIPVersion
3854 type: gauge
3855 enum_values:
3856 0: unknown
3857 1: ipv4
3858 2: ipv6
3859 - name: aristaSwFwdIpStatsOutMcastOctets
3860 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.40
3861 type: counter
3862 help: The total number of octets transmitted by software in IP multicast datagrams
3863 - 1.3.6.1.4.1.30065.3.1.1.1.1.40
3864 indexes:
3865 - labelname: aristaSwFwdIpStatsIPVersion
3866 type: gauge
3867 enum_values:
3868 0: unknown
3869 1: ipv4
3870 2: ipv6
3871 - name: aristaSwFwdIpStatsHCOutMcastOctets
3872 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.41
3873 type: counter
3874 help: The total number of octets transmitted by software in IP multicast datagrams
3875 - 1.3.6.1.4.1.30065.3.1.1.1.1.41
3876 indexes:
3877 - labelname: aristaSwFwdIpStatsIPVersion
3878 type: gauge
3879 enum_values:
3880 0: unknown
3881 1: ipv4
3882 2: ipv6
3883 - name: aristaSwFwdIpStatsInBcastPkts
3884 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.42
3885 type: counter
3886 help: The number of IP broadcast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.42
3887 indexes:
3888 - labelname: aristaSwFwdIpStatsIPVersion
3889 type: gauge
3890 enum_values:
3891 0: unknown
3892 1: ipv4
3893 2: ipv6
3894 - name: aristaSwFwdIpStatsHCInBcastPkts
3895 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.43
3896 type: counter
3897 help: The number of IP broadcast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.43
3898 indexes:
3899 - labelname: aristaSwFwdIpStatsIPVersion
3900 type: gauge
3901 enum_values:
3902 0: unknown
3903 1: ipv4
3904 2: ipv6
3905 - name: aristaSwFwdIpStatsOutBcastPkts
3906 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.44
3907 type: counter
3908 help: The number of IP broadcast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.44
3909 indexes:
3910 - labelname: aristaSwFwdIpStatsIPVersion
3911 type: gauge
3912 enum_values:
3913 0: unknown
3914 1: ipv4
3915 2: ipv6
3916 - name: aristaSwFwdIpStatsHCOutBcastPkts
3917 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.45
3918 type: counter
3919 help: The number of IP broadcast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.45
3920 indexes:
3921 - labelname: aristaSwFwdIpStatsIPVersion
3922 type: gauge
3923 enum_values:
3924 0: unknown
3925 1: ipv4
3926 2: ipv6
3927 - name: aristaSwFwdIpStatsDiscontinuityTime
3928 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.46
3929 type: gauge
3930 help: The value of sysUpTime on the most recent occasion at which any one or more
3931 of this entry's counters suffered a discontinuity - 1.3.6.1.4.1.30065.3.1.1.1.1.46
3932 indexes:
3933 - labelname: aristaSwFwdIpStatsIPVersion
3934 type: gauge
3935 enum_values:
3936 0: unknown
3937 1: ipv4
3938 2: ipv6
3939 - name: aristaSwFwdIpStatsRefreshRate
3940 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.47
3941 type: gauge
3942 help: The minimum reasonable polling interval for this entry - 1.3.6.1.4.1.30065.3.1.1.1.1.47
3943 indexes:
3944 - labelname: aristaSwFwdIpStatsIPVersion
3945 type: gauge
3946 enum_values:
3947 0: unknown
3948 1: ipv4
3949 2: ipv6
3950 cisco_wlc:
3951 walk:
3952 - 1.3.6.1.2.1.2
3953 - 1.3.6.1.2.1.31.1.1
3954 - 1.3.6.1.4.1.14179.2.1.1.1.2
3955 - 1.3.6.1.4.1.14179.2.1.1.1.38
3956 - 1.3.6.1.4.1.14179.2.2.1.1.3
3957 - 1.3.6.1.4.1.14179.2.2.13.1.3
3958 - 1.3.6.1.4.1.14179.2.2.15.1.21
3959 - 1.3.6.1.4.1.14179.2.2.2.1.15
3960 - 1.3.6.1.4.1.14179.2.2.2.1.2
3961 - 1.3.6.1.4.1.14179.2.2.2.1.4
3962 - 1.3.6.1.4.1.14179.2.2.6.1
3963 metrics:
3964 - name: ifNumber
3965 oid: 1.3.6.1.2.1.2.1
3966 type: gauge
3967 help: The number of network interfaces (regardless of their current state) present
3968 on this system. - 1.3.6.1.2.1.2.1
3969 - name: ifIndex
3970 oid: 1.3.6.1.2.1.2.2.1.1
3971 type: gauge
3972 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
3973 indexes:
3974 - labelname: ifIndex
3975 type: gauge
3976 - name: ifDescr
3977 oid: 1.3.6.1.2.1.2.2.1.2
3978 type: DisplayString
3979 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
3980 indexes:
3981 - labelname: ifIndex
3982 type: gauge
3983 - name: ifType
3984 oid: 1.3.6.1.2.1.2.2.1.3
3985 type: EnumAsInfo
3986 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
3987 indexes:
3988 - labelname: ifIndex
3989 type: gauge
3990 enum_values:
3991 1: other
3992 2: regular1822
3993 3: hdh1822
3994 4: ddnX25
3995 5: rfc877x25
3996 6: ethernetCsmacd
3997 7: iso88023Csmacd
3998 8: iso88024TokenBus
3999 9: iso88025TokenRing
4000 10: iso88026Man
4001 11: starLan
4002 12: proteon10Mbit
4003 13: proteon80Mbit
4004 14: hyperchannel
4005 15: fddi
4006 16: lapb
4007 17: sdlc
4008 18: ds1
4009 19: e1
4010 20: basicISDN
4011 21: primaryISDN
4012 22: propPointToPointSerial
4013 23: ppp
4014 24: softwareLoopback
4015 25: eon
4016 26: ethernet3Mbit
4017 27: nsip
4018 28: slip
4019 29: ultra
4020 30: ds3
4021 31: sip
4022 32: frameRelay
4023 33: rs232
4024 34: para
4025 35: arcnet
4026 36: arcnetPlus
4027 37: atm
4028 38: miox25
4029 39: sonet
4030 40: x25ple
4031 41: iso88022llc
4032 42: localTalk
4033 43: smdsDxi
4034 44: frameRelayService
4035 45: v35
4036 46: hssi
4037 47: hippi
4038 48: modem
4039 49: aal5
4040 50: sonetPath
4041 51: sonetVT
4042 52: smdsIcip
4043 53: propVirtual
4044 54: propMultiplexor
4045 55: ieee80212
4046 56: fibreChannel
4047 57: hippiInterface
4048 58: frameRelayInterconnect
4049 59: aflane8023
4050 60: aflane8025
4051 61: cctEmul
4052 62: fastEther
4053 63: isdn
4054 64: v11
4055 65: v36
4056 66: g703at64k
4057 67: g703at2mb
4058 68: qllc
4059 69: fastEtherFX
4060 70: channel
4061 71: ieee80211
4062 72: ibm370parChan
4063 73: escon
4064 74: dlsw
4065 75: isdns
4066 76: isdnu
4067 77: lapd
4068 78: ipSwitch
4069 79: rsrb
4070 80: atmLogical
4071 81: ds0
4072 82: ds0Bundle
4073 83: bsc
4074 84: async
4075 85: cnr
4076 86: iso88025Dtr
4077 87: eplrs
4078 88: arap
4079 89: propCnls
4080 90: hostPad
4081 91: termPad
4082 92: frameRelayMPI
4083 93: x213
4084 94: adsl
4085 95: radsl
4086 96: sdsl
4087 97: vdsl
4088 98: iso88025CRFPInt
4089 99: myrinet
4090 100: voiceEM
4091 101: voiceFXO
4092 102: voiceFXS
4093 103: voiceEncap
4094 104: voiceOverIp
4095 105: atmDxi
4096 106: atmFuni
4097 107: atmIma
4098 108: pppMultilinkBundle
4099 109: ipOverCdlc
4100 110: ipOverClaw
4101 111: stackToStack
4102 112: virtualIpAddress
4103 113: mpc
4104 114: ipOverAtm
4105 115: iso88025Fiber
4106 116: tdlc
4107 117: gigabitEthernet
4108 118: hdlc
4109 119: lapf
4110 120: v37
4111 121: x25mlp
4112 122: x25huntGroup
4113 123: transpHdlc
4114 124: interleave
4115 125: fast
4116 126: ip
4117 127: docsCableMaclayer
4118 128: docsCableDownstream
4119 129: docsCableUpstream
4120 130: a12MppSwitch
4121 131: tunnel
4122 132: coffee
4123 133: ces
4124 134: atmSubInterface
4125 135: l2vlan
4126 136: l3ipvlan
4127 137: l3ipxvlan
4128 138: digitalPowerline
4129 139: mediaMailOverIp
4130 140: dtm
4131 141: dcn
4132 142: ipForward
4133 143: msdsl
4134 144: ieee1394
4135 145: if-gsn
4136 146: dvbRccMacLayer
4137 147: dvbRccDownstream
4138 148: dvbRccUpstream
4139 149: atmVirtual
4140 150: mplsTunnel
4141 151: srp
4142 152: voiceOverAtm
4143 153: voiceOverFrameRelay
4144 154: idsl
4145 155: compositeLink
4146 156: ss7SigLink
4147 157: propWirelessP2P
4148 158: frForward
4149 159: rfc1483
4150 160: usb
4151 161: ieee8023adLag
4152 162: bgppolicyaccounting
4153 163: frf16MfrBundle
4154 164: h323Gatekeeper
4155 165: h323Proxy
4156 166: mpls
4157 167: mfSigLink
4158 168: hdsl2
4159 169: shdsl
4160 170: ds1FDL
4161 171: pos
4162 172: dvbAsiIn
4163 173: dvbAsiOut
4164 174: plc
4165 175: nfas
4166 176: tr008
4167 177: gr303RDT
4168 178: gr303IDT
4169 179: isup
4170 180: propDocsWirelessMaclayer
4171 181: propDocsWirelessDownstream
4172 182: propDocsWirelessUpstream
4173 183: hiperlan2
4174 184: propBWAp2Mp
4175 185: sonetOverheadChannel
4176 186: digitalWrapperOverheadChannel
4177 187: aal2
4178 188: radioMAC
4179 189: atmRadio
4180 190: imt
4181 191: mvl
4182 192: reachDSL
4183 193: frDlciEndPt
4184 194: atmVciEndPt
4185 195: opticalChannel
4186 196: opticalTransport
4187 197: propAtm
4188 198: voiceOverCable
4189 199: infiniband
4190 200: teLink
4191 201: q2931
4192 202: virtualTg
4193 203: sipTg
4194 204: sipSig
4195 205: docsCableUpstreamChannel
4196 206: econet
4197 207: pon155
4198 208: pon622
4199 209: bridge
4200 210: linegroup
4201 211: voiceEMFGD
4202 212: voiceFGDEANA
4203 213: voiceDID
4204 214: mpegTransport
4205 215: sixToFour
4206 216: gtp
4207 217: pdnEtherLoop1
4208 218: pdnEtherLoop2
4209 219: opticalChannelGroup
4210 220: homepna
4211 221: gfp
4212 222: ciscoISLvlan
4213 223: actelisMetaLOOP
4214 224: fcipLink
4215 225: rpr
4216 226: qam
4217 227: lmp
4218 228: cblVectaStar
4219 229: docsCableMCmtsDownstream
4220 230: adsl2
4221 231: macSecControlledIF
4222 232: macSecUncontrolledIF
4223 233: aviciOpticalEther
4224 234: atmbond
4225 235: voiceFGDOS
4226 236: mocaVersion1
4227 237: ieee80216WMAN
4228 238: adsl2plus
4229 239: dvbRcsMacLayer
4230 240: dvbTdm
4231 241: dvbRcsTdma
4232 242: x86Laps
4233 243: wwanPP
4234 244: wwanPP2
4235 245: voiceEBS
4236 246: ifPwType
4237 247: ilan
4238 248: pip
4239 249: aluELP
4240 250: gpon
4241 251: vdsl2
4242 252: capwapDot11Profile
4243 253: capwapDot11Bss
4244 254: capwapWtpVirtualRadio
4245 255: bits
4246 256: docsCableUpstreamRfPort
4247 257: cableDownstreamRfPort
4248 258: vmwareVirtualNic
4249 259: ieee802154
4250 260: otnOdu
4251 261: otnOtu
4252 262: ifVfiType
4253 263: g9981
4254 264: g9982
4255 265: g9983
4256 266: aluEpon
4257 267: aluEponOnu
4258 268: aluEponPhysicalUni
4259 269: aluEponLogicalLink
4260 270: aluGponOnu
4261 271: aluGponPhysicalUni
4262 272: vmwareNicTeam
4263 277: docsOfdmDownstream
4264 278: docsOfdmaUpstream
4265 279: gfast
4266 280: sdci
4267 281: xboxWireless
4268 282: fastdsl
4269 283: docsCableScte55d1FwdOob
4270 284: docsCableScte55d1RetOob
4271 285: docsCableScte55d2DsOob
4272 286: docsCableScte55d2UsOob
4273 287: docsCableNdf
4274 288: docsCableNdr
4275 289: ptm
4276 290: ghn
4277 291: otnOtsi
4278 292: otnOtuc
4279 293: otnOduc
4280 294: otnOtsig
4281 295: microwaveCarrierTermination
4282 296: microwaveRadioLinkTerminal
4283 297: ieee8021axDrni
4284 298: ax25
4285 299: ieee19061nanocom
4286 300: cpri
4287 301: omni
4288 302: roe
4289 303: p2pOverLan
4290 - name: ifMtu
4291 oid: 1.3.6.1.2.1.2.2.1.4
4292 type: gauge
4293 help: The size of the largest packet which can be sent/received on the interface,
4294 specified in octets - 1.3.6.1.2.1.2.2.1.4
4295 indexes:
4296 - labelname: ifIndex
4297 type: gauge
4298 - name: ifSpeed
4299 oid: 1.3.6.1.2.1.2.2.1.5
4300 type: gauge
4301 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
4302 indexes:
4303 - labelname: ifIndex
4304 type: gauge
4305 - name: ifPhysAddress
4306 oid: 1.3.6.1.2.1.2.2.1.6
4307 type: PhysAddress48
4308 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
4309 indexes:
4310 - labelname: ifIndex
4311 type: gauge
4312 - name: ifAdminStatus
4313 oid: 1.3.6.1.2.1.2.2.1.7
4314 type: gauge
4315 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
4316 indexes:
4317 - labelname: ifIndex
4318 type: gauge
4319 enum_values:
4320 1: up
4321 2: down
4322 3: testing
4323 - name: ifOperStatus
4324 oid: 1.3.6.1.2.1.2.2.1.8
4325 type: gauge
4326 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
4327 indexes:
4328 - labelname: ifIndex
4329 type: gauge
4330 enum_values:
4331 1: up
4332 2: down
4333 3: testing
4334 4: unknown
4335 5: dormant
4336 6: notPresent
4337 7: lowerLayerDown
4338 - name: ifLastChange
4339 oid: 1.3.6.1.2.1.2.2.1.9
4340 type: gauge
4341 help: The value of sysUpTime at the time the interface entered its current operational
4342 state - 1.3.6.1.2.1.2.2.1.9
4343 indexes:
4344 - labelname: ifIndex
4345 type: gauge
4346 - name: ifInOctets
4347 oid: 1.3.6.1.2.1.2.2.1.10
4348 type: counter
4349 help: The total number of octets received on the interface, including framing
4350 characters - 1.3.6.1.2.1.2.2.1.10
4351 indexes:
4352 - labelname: ifIndex
4353 type: gauge
4354 - name: ifInUcastPkts
4355 oid: 1.3.6.1.2.1.2.2.1.11
4356 type: counter
4357 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4358 which were not addressed to a multicast or broadcast address at this sub-layer
4359 - 1.3.6.1.2.1.2.2.1.11
4360 indexes:
4361 - labelname: ifIndex
4362 type: gauge
4363 - name: ifInNUcastPkts
4364 oid: 1.3.6.1.2.1.2.2.1.12
4365 type: counter
4366 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4367 which were addressed to a multicast or broadcast address at this sub-layer -
4368 1.3.6.1.2.1.2.2.1.12
4369 indexes:
4370 - labelname: ifIndex
4371 type: gauge
4372 - name: ifInDiscards
4373 oid: 1.3.6.1.2.1.2.2.1.13
4374 type: counter
4375 help: The number of inbound packets which were chosen to be discarded even though
4376 no errors had been detected to prevent their being deliverable to a higher-layer
4377 protocol - 1.3.6.1.2.1.2.2.1.13
4378 indexes:
4379 - labelname: ifIndex
4380 type: gauge
4381 - name: ifInErrors
4382 oid: 1.3.6.1.2.1.2.2.1.14
4383 type: counter
4384 help: For packet-oriented interfaces, the number of inbound packets that contained
4385 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
4386 indexes:
4387 - labelname: ifIndex
4388 type: gauge
4389 - name: ifInUnknownProtos
4390 oid: 1.3.6.1.2.1.2.2.1.15
4391 type: counter
4392 help: For packet-oriented interfaces, the number of packets received via the interface
4393 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
4394 indexes:
4395 - labelname: ifIndex
4396 type: gauge
4397 - name: ifOutOctets
4398 oid: 1.3.6.1.2.1.2.2.1.16
4399 type: counter
4400 help: The total number of octets transmitted out of the interface, including framing
4401 characters - 1.3.6.1.2.1.2.2.1.16
4402 indexes:
4403 - labelname: ifIndex
4404 type: gauge
4405 - name: ifOutUcastPkts
4406 oid: 1.3.6.1.2.1.2.2.1.17
4407 type: counter
4408 help: The total number of packets that higher-level protocols requested be transmitted,
4409 and which were not addressed to a multicast or broadcast address at this sub-layer,
4410 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
4411 indexes:
4412 - labelname: ifIndex
4413 type: gauge
4414 - name: ifOutNUcastPkts
4415 oid: 1.3.6.1.2.1.2.2.1.18
4416 type: counter
4417 help: The total number of packets that higher-level protocols requested be transmitted,
4418 and which were addressed to a multicast or broadcast address at this sub-layer,
4419 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
4420 indexes:
4421 - labelname: ifIndex
4422 type: gauge
4423 - name: ifOutDiscards
4424 oid: 1.3.6.1.2.1.2.2.1.19
4425 type: counter
4426 help: The number of outbound packets which were chosen to be discarded even though
4427 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
4428 indexes:
4429 - labelname: ifIndex
4430 type: gauge
4431 - name: ifOutErrors
4432 oid: 1.3.6.1.2.1.2.2.1.20
4433 type: counter
4434 help: For packet-oriented interfaces, the number of outbound packets that could
4435 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
4436 indexes:
4437 - labelname: ifIndex
4438 type: gauge
4439 - name: ifOutQLen
4440 oid: 1.3.6.1.2.1.2.2.1.21
4441 type: gauge
4442 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
4443 indexes:
4444 - labelname: ifIndex
4445 type: gauge
4446 - name: ifSpecific
4447 oid: 1.3.6.1.2.1.2.2.1.22
4448 type: OctetString
4449 help: A reference to MIB definitions specific to the particular media being used
4450 to realize the interface - 1.3.6.1.2.1.2.2.1.22
4451 indexes:
4452 - labelname: ifIndex
4453 type: gauge
4454 - name: ifName
4455 oid: 1.3.6.1.2.1.31.1.1.1.1
4456 type: DisplayString
4457 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
4458 indexes:
4459 - labelname: ifIndex
4460 type: gauge
4461 - name: ifInMulticastPkts
4462 oid: 1.3.6.1.2.1.31.1.1.1.2
4463 type: counter
4464 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4465 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
4466 indexes:
4467 - labelname: ifIndex
4468 type: gauge
4469 - name: ifInBroadcastPkts
4470 oid: 1.3.6.1.2.1.31.1.1.1.3
4471 type: counter
4472 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4473 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
4474 indexes:
4475 - labelname: ifIndex
4476 type: gauge
4477 - name: ifOutMulticastPkts
4478 oid: 1.3.6.1.2.1.31.1.1.1.4
4479 type: counter
4480 help: The total number of packets that higher-level protocols requested be transmitted,
4481 and which were addressed to a multicast address at this sub-layer, including
4482 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
4483 indexes:
4484 - labelname: ifIndex
4485 type: gauge
4486 - name: ifOutBroadcastPkts
4487 oid: 1.3.6.1.2.1.31.1.1.1.5
4488 type: counter
4489 help: The total number of packets that higher-level protocols requested be transmitted,
4490 and which were addressed to a broadcast address at this sub-layer, including
4491 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
4492 indexes:
4493 - labelname: ifIndex
4494 type: gauge
4495 - name: ifHCInOctets
4496 oid: 1.3.6.1.2.1.31.1.1.1.6
4497 type: counter
4498 help: The total number of octets received on the interface, including framing
4499 characters - 1.3.6.1.2.1.31.1.1.1.6
4500 indexes:
4501 - labelname: ifIndex
4502 type: gauge
4503 - name: ifHCInUcastPkts
4504 oid: 1.3.6.1.2.1.31.1.1.1.7
4505 type: counter
4506 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4507 which were not addressed to a multicast or broadcast address at this sub-layer
4508 - 1.3.6.1.2.1.31.1.1.1.7
4509 indexes:
4510 - labelname: ifIndex
4511 type: gauge
4512 - name: ifHCInMulticastPkts
4513 oid: 1.3.6.1.2.1.31.1.1.1.8
4514 type: counter
4515 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4516 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
4517 indexes:
4518 - labelname: ifIndex
4519 type: gauge
4520 - name: ifHCInBroadcastPkts
4521 oid: 1.3.6.1.2.1.31.1.1.1.9
4522 type: counter
4523 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4524 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
4525 indexes:
4526 - labelname: ifIndex
4527 type: gauge
4528 - name: ifHCOutOctets
4529 oid: 1.3.6.1.2.1.31.1.1.1.10
4530 type: counter
4531 help: The total number of octets transmitted out of the interface, including framing
4532 characters - 1.3.6.1.2.1.31.1.1.1.10
4533 indexes:
4534 - labelname: ifIndex
4535 type: gauge
4536 - name: ifHCOutUcastPkts
4537 oid: 1.3.6.1.2.1.31.1.1.1.11
4538 type: counter
4539 help: The total number of packets that higher-level protocols requested be transmitted,
4540 and which were not addressed to a multicast or broadcast address at this sub-layer,
4541 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
4542 indexes:
4543 - labelname: ifIndex
4544 type: gauge
4545 - name: ifHCOutMulticastPkts
4546 oid: 1.3.6.1.2.1.31.1.1.1.12
4547 type: counter
4548 help: The total number of packets that higher-level protocols requested be transmitted,
4549 and which were addressed to a multicast address at this sub-layer, including
4550 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
4551 indexes:
4552 - labelname: ifIndex
4553 type: gauge
4554 - name: ifHCOutBroadcastPkts
4555 oid: 1.3.6.1.2.1.31.1.1.1.13
4556 type: counter
4557 help: The total number of packets that higher-level protocols requested be transmitted,
4558 and which were addressed to a broadcast address at this sub-layer, including
4559 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
4560 indexes:
4561 - labelname: ifIndex
4562 type: gauge
4563 - name: ifLinkUpDownTrapEnable
4564 oid: 1.3.6.1.2.1.31.1.1.1.14
4565 type: gauge
4566 help: Indicates whether linkUp/linkDown traps should be generated for this interface
4567 - 1.3.6.1.2.1.31.1.1.1.14
4568 indexes:
4569 - labelname: ifIndex
4570 type: gauge
4571 enum_values:
4572 1: enabled
4573 2: disabled
4574 - name: ifHighSpeed
4575 oid: 1.3.6.1.2.1.31.1.1.1.15
4576 type: gauge
4577 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
4578 per second - 1.3.6.1.2.1.31.1.1.1.15
4579 indexes:
4580 - labelname: ifIndex
4581 type: gauge
4582 - name: ifPromiscuousMode
4583 oid: 1.3.6.1.2.1.31.1.1.1.16
4584 type: gauge
4585 help: This object has a value of false(2) if this interface only accepts packets/frames
4586 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
4587 indexes:
4588 - labelname: ifIndex
4589 type: gauge
4590 enum_values:
4591 1: "true"
4592 2: "false"
4593 - name: ifConnectorPresent
4594 oid: 1.3.6.1.2.1.31.1.1.1.17
4595 type: gauge
4596 help: This object has the value 'true(1)' if the interface sublayer has a physical
4597 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
4598 indexes:
4599 - labelname: ifIndex
4600 type: gauge
4601 enum_values:
4602 1: "true"
4603 2: "false"
4604 - name: ifAlias
4605 oid: 1.3.6.1.2.1.31.1.1.1.18
4606 type: DisplayString
4607 help: This object is an 'alias' name for the interface as specified by a network
4608 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
4609 indexes:
4610 - labelname: ifIndex
4611 type: gauge
4612 - name: ifCounterDiscontinuityTime
4613 oid: 1.3.6.1.2.1.31.1.1.1.19
4614 type: gauge
4615 help: The value of sysUpTime on the most recent occasion at which any one or more
4616 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
4617 indexes:
4618 - labelname: ifIndex
4619 type: gauge
4620 - name: bsnDot11EssNumberOfMobileStations
4621 oid: 1.3.6.1.4.1.14179.2.1.1.1.38
4622 type: counter
4623 help: No of Mobile Stations currently associated with the WLAN. - 1.3.6.1.4.1.14179.2.1.1.1.38
4624 indexes:
4625 - labelname: bsnDot11EssIndex
4626 type: gauge
4627 lookups:
4628 - labels:
4629 - bsnDot11EssIndex
4630 labelname: bsnDot11EssSsid
4631 oid: 1.3.6.1.4.1.14179.2.1.1.1.2
4632 type: DisplayString
4633 - labels: []
4634 labelname: bsnDot11EssIndex
4635 - name: bsnAPIfLoadChannelUtilization
4636 oid: 1.3.6.1.4.1.14179.2.2.13.1.3
4637 type: gauge
4638 help: Channel Utilization - 1.3.6.1.4.1.14179.2.2.13.1.3
4639 indexes:
4640 - labelname: bsnAPDot3MacAddress
4641 type: PhysAddress48
4642 fixed_size: 6
4643 - labelname: bsnAPIfSlotId
4644 type: gauge
4645 lookups:
4646 - labels:
4647 - bsnAPDot3MacAddress
4648 labelname: bsnAPName
4649 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4650 type: OctetString
4651 - labels: []
4652 labelname: bsnAPDot3MacAddress
4653 - name: bsnAPIfDBNoisePower
4654 oid: 1.3.6.1.4.1.14179.2.2.15.1.21
4655 type: gauge
4656 help: This is the average noise power in dBm on each channel that is available
4657 to Airespace AP - 1.3.6.1.4.1.14179.2.2.15.1.21
4658 indexes:
4659 - labelname: bsnAPDot3MacAddress
4660 type: PhysAddress48
4661 fixed_size: 6
4662 - labelname: bsnAPIfSlotId
4663 type: gauge
4664 - labelname: bsnAPIfNoiseChannelNo
4665 type: gauge
4666 lookups:
4667 - labels:
4668 - bsnAPDot3MacAddress
4669 labelname: bsnAPName
4670 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4671 type: OctetString
4672 - labels: []
4673 labelname: bsnAPDot3MacAddress
4674 - name: bsnApIfNoOfUsers
4675 oid: 1.3.6.1.4.1.14179.2.2.2.1.15
4676 type: counter
4677 help: No of Users associated with this radio. - 1.3.6.1.4.1.14179.2.2.2.1.15
4678 indexes:
4679 - labelname: bsnAPDot3MacAddress
4680 type: PhysAddress48
4681 fixed_size: 6
4682 - labelname: bsnAPIfSlotId
4683 type: gauge
4684 lookups:
4685 - labels:
4686 - bsnAPDot3MacAddress
4687 labelname: bsnAPName
4688 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4689 type: OctetString
4690 - labels: []
4691 labelname: bsnAPDot3MacAddress
4692 - name: bsnAPIfType
4693 oid: 1.3.6.1.4.1.14179.2.2.2.1.2
4694 type: gauge
4695 help: The type of this interface - 1.3.6.1.4.1.14179.2.2.2.1.2
4696 indexes:
4697 - labelname: bsnAPDot3MacAddress
4698 type: PhysAddress48
4699 fixed_size: 6
4700 - labelname: bsnAPIfSlotId
4701 type: gauge
4702 lookups:
4703 - labels:
4704 - bsnAPDot3MacAddress
4705 labelname: bsnAPName
4706 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4707 type: OctetString
4708 - labels: []
4709 labelname: bsnAPDot3MacAddress
4710 enum_values:
4711 1: dot11b
4712 2: dot11a
4713 4: uwb
4714 - name: bsnAPIfPhyChannelNumber
4715 oid: 1.3.6.1.4.1.14179.2.2.2.1.4
4716 type: gauge
4717 help: Current channel number of the AP Interface - 1.3.6.1.4.1.14179.2.2.2.1.4
4718 indexes:
4719 - labelname: bsnAPDot3MacAddress
4720 type: PhysAddress48
4721 fixed_size: 6
4722 - labelname: bsnAPIfSlotId
4723 type: gauge
4724 lookups:
4725 - labels:
4726 - bsnAPDot3MacAddress
4727 labelname: bsnAPName
4728 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4729 type: OctetString
4730 - labels: []
4731 labelname: bsnAPDot3MacAddress
4732 enum_values:
4733 1: ch1
4734 2: ch2
4735 3: ch3
4736 4: ch4
4737 5: ch5
4738 6: ch6
4739 7: ch7
4740 8: ch8
4741 9: ch9
4742 10: ch10
4743 11: ch11
4744 12: ch12
4745 13: ch13
4746 14: ch14
4747 20: ch20
4748 21: ch21
4749 22: ch22
4750 23: ch23
4751 24: ch24
4752 25: ch25
4753 26: ch26
4754 34: ch34
4755 36: ch36
4756 38: ch38
4757 40: ch40
4758 42: ch42
4759 44: ch44
4760 46: ch46
4761 48: ch48
4762 52: ch52
4763 56: ch56
4764 60: ch60
4765 64: ch64
4766 100: ch100
4767 104: ch104
4768 108: ch108
4769 112: ch112
4770 116: ch116
4771 120: ch120
4772 124: ch124
4773 128: ch128
4774 132: ch132
4775 136: ch136
4776 140: ch140
4777 149: ch149
4778 153: ch153
4779 157: ch157
4780 161: ch161
4781 165: ch165
4782 169: ch169
4783 - name: bsnAPIfDot11TransmittedFragmentCount
4784 oid: 1.3.6.1.4.1.14179.2.2.6.1.1
4785 type: counter
4786 help: This counter shall be incremented for an acknowledged MPDU with an individual
4787 address in the address 1 field or an MPDU with a multicast address in the address
4788 1 field of type Data or Management. - 1.3.6.1.4.1.14179.2.2.6.1.1
4789 indexes:
4790 - labelname: bsnAPDot3MacAddress
4791 type: PhysAddress48
4792 fixed_size: 6
4793 - labelname: bsnAPIfSlotId
4794 type: gauge
4795 lookups:
4796 - labels:
4797 - bsnAPDot3MacAddress
4798 labelname: bsnAPName
4799 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4800 type: OctetString
4801 - labels: []
4802 labelname: bsnAPDot3MacAddress
4803 - name: bsnAPIfDot11MulticastTransmittedFrameCount
4804 oid: 1.3.6.1.4.1.14179.2.2.6.1.2
4805 type: counter
4806 help: This counter shall increment only when the multicast bit is set in the destination
4807 MAC address of a successfully transmitted MSDU - 1.3.6.1.4.1.14179.2.2.6.1.2
4808 indexes:
4809 - labelname: bsnAPDot3MacAddress
4810 type: PhysAddress48
4811 fixed_size: 6
4812 - labelname: bsnAPIfSlotId
4813 type: gauge
4814 lookups:
4815 - labels:
4816 - bsnAPDot3MacAddress
4817 labelname: bsnAPName
4818 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4819 type: OctetString
4820 - labels: []
4821 labelname: bsnAPDot3MacAddress
4822 - name: bsnAPIfDot11RetryCount
4823 oid: 1.3.6.1.4.1.14179.2.2.6.1.3
4824 type: counter
4825 help: This counter shall increment when an MSDU is successfully transmitted after
4826 one or more retransmissions. - 1.3.6.1.4.1.14179.2.2.6.1.3
4827 indexes:
4828 - labelname: bsnAPDot3MacAddress
4829 type: PhysAddress48
4830 fixed_size: 6
4831 - labelname: bsnAPIfSlotId
4832 type: gauge
4833 lookups:
4834 - labels:
4835 - bsnAPDot3MacAddress
4836 labelname: bsnAPName
4837 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4838 type: OctetString
4839 - labels: []
4840 labelname: bsnAPDot3MacAddress
4841 - name: bsnAPIfDot11MultipleRetryCount
4842 oid: 1.3.6.1.4.1.14179.2.2.6.1.4
4843 type: counter
4844 help: This counter shall increment when an MSDU is successfully transmitted after
4845 more than one retransmission. - 1.3.6.1.4.1.14179.2.2.6.1.4
4846 indexes:
4847 - labelname: bsnAPDot3MacAddress
4848 type: PhysAddress48
4849 fixed_size: 6
4850 - labelname: bsnAPIfSlotId
4851 type: gauge
4852 lookups:
4853 - labels:
4854 - bsnAPDot3MacAddress
4855 labelname: bsnAPName
4856 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4857 type: OctetString
4858 - labels: []
4859 labelname: bsnAPDot3MacAddress
4860 - name: bsnAPIfDot11FrameDuplicateCount
4861 oid: 1.3.6.1.4.1.14179.2.2.6.1.5
4862 type: counter
4863 help: This counter shall increment when a frame is received that the Sequence
4864 Control field indicates is a duplicate. - 1.3.6.1.4.1.14179.2.2.6.1.5
4865 indexes:
4866 - labelname: bsnAPDot3MacAddress
4867 type: PhysAddress48
4868 fixed_size: 6
4869 - labelname: bsnAPIfSlotId
4870 type: gauge
4871 lookups:
4872 - labels:
4873 - bsnAPDot3MacAddress
4874 labelname: bsnAPName
4875 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4876 type: OctetString
4877 - labels: []
4878 labelname: bsnAPDot3MacAddress
4879 - name: bsnAPIfDot11RTSSuccessCount
4880 oid: 1.3.6.1.4.1.14179.2.2.6.1.6
4881 type: counter
4882 help: This counter shall increment when a CTS is received in response to an RTS.
4883 - 1.3.6.1.4.1.14179.2.2.6.1.6
4884 indexes:
4885 - labelname: bsnAPDot3MacAddress
4886 type: PhysAddress48
4887 fixed_size: 6
4888 - labelname: bsnAPIfSlotId
4889 type: gauge
4890 lookups:
4891 - labels:
4892 - bsnAPDot3MacAddress
4893 labelname: bsnAPName
4894 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4895 type: OctetString
4896 - labels: []
4897 labelname: bsnAPDot3MacAddress
4898 - name: bsnAPIfDot11RTSFailureCount
4899 oid: 1.3.6.1.4.1.14179.2.2.6.1.7
4900 type: counter
4901 help: This counter shall increment when a CTS is not received in response to an
4902 RTS. - 1.3.6.1.4.1.14179.2.2.6.1.7
4903 indexes:
4904 - labelname: bsnAPDot3MacAddress
4905 type: PhysAddress48
4906 fixed_size: 6
4907 - labelname: bsnAPIfSlotId
4908 type: gauge
4909 lookups:
4910 - labels:
4911 - bsnAPDot3MacAddress
4912 labelname: bsnAPName
4913 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4914 type: OctetString
4915 - labels: []
4916 labelname: bsnAPDot3MacAddress
4917 - name: bsnAPIfDot11ACKFailureCount
4918 oid: 1.3.6.1.4.1.14179.2.2.6.1.8
4919 type: counter
4920 help: This counter shall increment when an ACK is not received when expected.
4921 - 1.3.6.1.4.1.14179.2.2.6.1.8
4922 indexes:
4923 - labelname: bsnAPDot3MacAddress
4924 type: PhysAddress48
4925 fixed_size: 6
4926 - labelname: bsnAPIfSlotId
4927 type: gauge
4928 lookups:
4929 - labels:
4930 - bsnAPDot3MacAddress
4931 labelname: bsnAPName
4932 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4933 type: OctetString
4934 - labels: []
4935 labelname: bsnAPDot3MacAddress
4936 - name: bsnAPIfDot11ReceivedFragmentCount
4937 oid: 1.3.6.1.4.1.14179.2.2.6.1.9
4938 type: counter
4939 help: This counter shall be incremented for each successfully received MPDU of
4940 type Data or Management. - 1.3.6.1.4.1.14179.2.2.6.1.9
4941 indexes:
4942 - labelname: bsnAPDot3MacAddress
4943 type: PhysAddress48
4944 fixed_size: 6
4945 - labelname: bsnAPIfSlotId
4946 type: gauge
4947 lookups:
4948 - labels:
4949 - bsnAPDot3MacAddress
4950 labelname: bsnAPName
4951 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4952 type: OctetString
4953 - labels: []
4954 labelname: bsnAPDot3MacAddress
4955 - name: bsnAPIfDot11MulticastReceivedFrameCount
4956 oid: 1.3.6.1.4.1.14179.2.2.6.1.10
4957 type: counter
4958 help: This counter shall increment when a MSDU is received with the multicast
4959 bit set in the destination MAC address. - 1.3.6.1.4.1.14179.2.2.6.1.10
4960 indexes:
4961 - labelname: bsnAPDot3MacAddress
4962 type: PhysAddress48
4963 fixed_size: 6
4964 - labelname: bsnAPIfSlotId
4965 type: gauge
4966 lookups:
4967 - labels:
4968 - bsnAPDot3MacAddress
4969 labelname: bsnAPName
4970 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4971 type: OctetString
4972 - labels: []
4973 labelname: bsnAPDot3MacAddress
4974 - name: bsnAPIfDot11FCSErrorCount
4975 oid: 1.3.6.1.4.1.14179.2.2.6.1.11
4976 type: counter
4977 help: This counter shall increment when an FCS error is detected in a received
4978 MPDU. - 1.3.6.1.4.1.14179.2.2.6.1.11
4979 indexes:
4980 - labelname: bsnAPDot3MacAddress
4981 type: PhysAddress48
4982 fixed_size: 6
4983 - labelname: bsnAPIfSlotId
4984 type: gauge
4985 lookups:
4986 - labels:
4987 - bsnAPDot3MacAddress
4988 labelname: bsnAPName
4989 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4990 type: OctetString
4991 - labels: []
4992 labelname: bsnAPDot3MacAddress
4993 - name: bsnAPIfDot11TransmittedFrameCount
4994 oid: 1.3.6.1.4.1.14179.2.2.6.1.12
4995 type: counter
4996 help: This counter shall increment for each successfully transmitted MSDU. - 1.3.6.1.4.1.14179.2.2.6.1.12
4997 indexes:
4998 - labelname: bsnAPDot3MacAddress
4999 type: PhysAddress48
5000 fixed_size: 6
5001 - labelname: bsnAPIfSlotId
5002 type: gauge
5003 lookups:
5004 - labels:
5005 - bsnAPDot3MacAddress
5006 labelname: bsnAPName
5007 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
5008 type: OctetString
5009 - labels: []
5010 labelname: bsnAPDot3MacAddress
5011 - name: bsnAPIfDot11WEPUndecryptableCount
5012 oid: 1.3.6.1.4.1.14179.2.2.6.1.13
5013 type: counter
5014 help: This counter shall increment when a frame is received with the WEP subfield
5015 of the Frame Control field set to one and the WEPOn value for the key mapped
5016 to the TA's MAC address indicates that the frame should not have been encrypted
5017 or that frame is discarded due to the receiving STA not implementing the privacy
5018 option. - 1.3.6.1.4.1.14179.2.2.6.1.13
5019 indexes:
5020 - labelname: bsnAPDot3MacAddress
5021 type: PhysAddress48
5022 fixed_size: 6
5023 - labelname: bsnAPIfSlotId
5024 type: gauge
5025 lookups:
5026 - labels:
5027 - bsnAPDot3MacAddress
5028 labelname: bsnAPName
5029 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
5030 type: OctetString
5031 - labels: []
5032 labelname: bsnAPDot3MacAddress
5033 - name: bsnAPIfDot11FailedCount
5034 oid: 1.3.6.1.4.1.14179.2.2.6.1.33
5035 type: counter
5036 help: This counter shall increment when an MSDU is not transmitted successfully
5037 due to the number of transmit attempts exceeding either the bsnAPIfDot11ShortRetryLimit
5038 or dot11LongRetryLimit. - 1.3.6.1.4.1.14179.2.2.6.1.33
5039 indexes:
5040 - labelname: bsnAPDot3MacAddress
5041 type: PhysAddress48
5042 fixed_size: 6
5043 - labelname: bsnAPIfSlotId
5044 type: gauge
5045 lookups:
5046 - labels:
5047 - bsnAPDot3MacAddress
5048 labelname: bsnAPName
5049 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
5050 type: OctetString
5051 - labels: []
5052 labelname: bsnAPDot3MacAddress
5053 ddwrt:
5054 walk:
5055 - 1.3.6.1.2.1.2
5056 - 1.3.6.1.2.1.25.2
5057 - 1.3.6.1.2.1.31.1.1
5058 - 1.3.6.1.4.1.2021.10.1.1
5059 - 1.3.6.1.4.1.2021.10.1.2
5060 - 1.3.6.1.4.1.2021.10.1.5
5061 - 1.3.6.1.4.1.2021.11
5062 - 1.3.6.1.4.1.2021.4
5063 get:
5064 - 1.3.6.1.2.1.1.3.0
5065 metrics:
5066 - name: sysUpTime
5067 oid: 1.3.6.1.2.1.1.3
5068 type: gauge
5069 help: The time (in hundredths of a second) since the network management portion
5070 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
5071 - name: ifNumber
5072 oid: 1.3.6.1.2.1.2.1
5073 type: gauge
5074 help: The number of network interfaces (regardless of their current state) present
5075 on this system. - 1.3.6.1.2.1.2.1
5076 - name: ifIndex
5077 oid: 1.3.6.1.2.1.2.2.1.1
5078 type: gauge
5079 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
5080 indexes:
5081 - labelname: ifIndex
5082 type: gauge
5083 lookups:
5084 - labels:
5085 - ifIndex
5086 labelname: ifDescr
5087 oid: 1.3.6.1.2.1.2.2.1.2
5088 type: DisplayString
5089 - labels: []
5090 labelname: ifIndex
5091 - name: ifDescr
5092 oid: 1.3.6.1.2.1.2.2.1.2
5093 type: DisplayString
5094 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
5095 indexes:
5096 - labelname: ifIndex
5097 type: gauge
5098 lookups:
5099 - labels:
5100 - ifIndex
5101 labelname: ifDescr
5102 oid: 1.3.6.1.2.1.2.2.1.2
5103 type: DisplayString
5104 - labels: []
5105 labelname: ifIndex
5106 - name: ifType
5107 oid: 1.3.6.1.2.1.2.2.1.3
5108 type: EnumAsInfo
5109 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
5110 indexes:
5111 - labelname: ifIndex
5112 type: gauge
5113 lookups:
5114 - labels:
5115 - ifIndex
5116 labelname: ifDescr
5117 oid: 1.3.6.1.2.1.2.2.1.2
5118 type: DisplayString
5119 - labels: []
5120 labelname: ifIndex
5121 enum_values:
5122 1: other
5123 2: regular1822
5124 3: hdh1822
5125 4: ddnX25
5126 5: rfc877x25
5127 6: ethernetCsmacd
5128 7: iso88023Csmacd
5129 8: iso88024TokenBus
5130 9: iso88025TokenRing
5131 10: iso88026Man
5132 11: starLan
5133 12: proteon10Mbit
5134 13: proteon80Mbit
5135 14: hyperchannel
5136 15: fddi
5137 16: lapb
5138 17: sdlc
5139 18: ds1
5140 19: e1
5141 20: basicISDN
5142 21: primaryISDN
5143 22: propPointToPointSerial
5144 23: ppp
5145 24: softwareLoopback
5146 25: eon
5147 26: ethernet3Mbit
5148 27: nsip
5149 28: slip
5150 29: ultra
5151 30: ds3
5152 31: sip
5153 32: frameRelay
5154 33: rs232
5155 34: para
5156 35: arcnet
5157 36: arcnetPlus
5158 37: atm
5159 38: miox25
5160 39: sonet
5161 40: x25ple
5162 41: iso88022llc
5163 42: localTalk
5164 43: smdsDxi
5165 44: frameRelayService
5166 45: v35
5167 46: hssi
5168 47: hippi
5169 48: modem
5170 49: aal5
5171 50: sonetPath
5172 51: sonetVT
5173 52: smdsIcip
5174 53: propVirtual
5175 54: propMultiplexor
5176 55: ieee80212
5177 56: fibreChannel
5178 57: hippiInterface
5179 58: frameRelayInterconnect
5180 59: aflane8023
5181 60: aflane8025
5182 61: cctEmul
5183 62: fastEther
5184 63: isdn
5185 64: v11
5186 65: v36
5187 66: g703at64k
5188 67: g703at2mb
5189 68: qllc
5190 69: fastEtherFX
5191 70: channel
5192 71: ieee80211
5193 72: ibm370parChan
5194 73: escon
5195 74: dlsw
5196 75: isdns
5197 76: isdnu
5198 77: lapd
5199 78: ipSwitch
5200 79: rsrb
5201 80: atmLogical
5202 81: ds0
5203 82: ds0Bundle
5204 83: bsc
5205 84: async
5206 85: cnr
5207 86: iso88025Dtr
5208 87: eplrs
5209 88: arap
5210 89: propCnls
5211 90: hostPad
5212 91: termPad
5213 92: frameRelayMPI
5214 93: x213
5215 94: adsl
5216 95: radsl
5217 96: sdsl
5218 97: vdsl
5219 98: iso88025CRFPInt
5220 99: myrinet
5221 100: voiceEM
5222 101: voiceFXO
5223 102: voiceFXS
5224 103: voiceEncap
5225 104: voiceOverIp
5226 105: atmDxi
5227 106: atmFuni
5228 107: atmIma
5229 108: pppMultilinkBundle
5230 109: ipOverCdlc
5231 110: ipOverClaw
5232 111: stackToStack
5233 112: virtualIpAddress
5234 113: mpc
5235 114: ipOverAtm
5236 115: iso88025Fiber
5237 116: tdlc
5238 117: gigabitEthernet
5239 118: hdlc
5240 119: lapf
5241 120: v37
5242 121: x25mlp
5243 122: x25huntGroup
5244 123: transpHdlc
5245 124: interleave
5246 125: fast
5247 126: ip
5248 127: docsCableMaclayer
5249 128: docsCableDownstream
5250 129: docsCableUpstream
5251 130: a12MppSwitch
5252 131: tunnel
5253 132: coffee
5254 133: ces
5255 134: atmSubInterface
5256 135: l2vlan
5257 136: l3ipvlan
5258 137: l3ipxvlan
5259 138: digitalPowerline
5260 139: mediaMailOverIp
5261 140: dtm
5262 141: dcn
5263 142: ipForward
5264 143: msdsl
5265 144: ieee1394
5266 145: if-gsn
5267 146: dvbRccMacLayer
5268 147: dvbRccDownstream
5269 148: dvbRccUpstream
5270 149: atmVirtual
5271 150: mplsTunnel
5272 151: srp
5273 152: voiceOverAtm
5274 153: voiceOverFrameRelay
5275 154: idsl
5276 155: compositeLink
5277 156: ss7SigLink
5278 157: propWirelessP2P
5279 158: frForward
5280 159: rfc1483
5281 160: usb
5282 161: ieee8023adLag
5283 162: bgppolicyaccounting
5284 163: frf16MfrBundle
5285 164: h323Gatekeeper
5286 165: h323Proxy
5287 166: mpls
5288 167: mfSigLink
5289 168: hdsl2
5290 169: shdsl
5291 170: ds1FDL
5292 171: pos
5293 172: dvbAsiIn
5294 173: dvbAsiOut
5295 174: plc
5296 175: nfas
5297 176: tr008
5298 177: gr303RDT
5299 178: gr303IDT
5300 179: isup
5301 180: propDocsWirelessMaclayer
5302 181: propDocsWirelessDownstream
5303 182: propDocsWirelessUpstream
5304 183: hiperlan2
5305 184: propBWAp2Mp
5306 185: sonetOverheadChannel
5307 186: digitalWrapperOverheadChannel
5308 187: aal2
5309 188: radioMAC
5310 189: atmRadio
5311 190: imt
5312 191: mvl
5313 192: reachDSL
5314 193: frDlciEndPt
5315 194: atmVciEndPt
5316 195: opticalChannel
5317 196: opticalTransport
5318 197: propAtm
5319 198: voiceOverCable
5320 199: infiniband
5321 200: teLink
5322 201: q2931
5323 202: virtualTg
5324 203: sipTg
5325 204: sipSig
5326 205: docsCableUpstreamChannel
5327 206: econet
5328 207: pon155
5329 208: pon622
5330 209: bridge
5331 210: linegroup
5332 211: voiceEMFGD
5333 212: voiceFGDEANA
5334 213: voiceDID
5335 214: mpegTransport
5336 215: sixToFour
5337 216: gtp
5338 217: pdnEtherLoop1
5339 218: pdnEtherLoop2
5340 219: opticalChannelGroup
5341 220: homepna
5342 221: gfp
5343 222: ciscoISLvlan
5344 223: actelisMetaLOOP
5345 224: fcipLink
5346 225: rpr
5347 226: qam
5348 227: lmp
5349 228: cblVectaStar
5350 229: docsCableMCmtsDownstream
5351 230: adsl2
5352 231: macSecControlledIF
5353 232: macSecUncontrolledIF
5354 233: aviciOpticalEther
5355 234: atmbond
5356 235: voiceFGDOS
5357 236: mocaVersion1
5358 237: ieee80216WMAN
5359 238: adsl2plus
5360 239: dvbRcsMacLayer
5361 240: dvbTdm
5362 241: dvbRcsTdma
5363 242: x86Laps
5364 243: wwanPP
5365 244: wwanPP2
5366 245: voiceEBS
5367 246: ifPwType
5368 247: ilan
5369 248: pip
5370 249: aluELP
5371 250: gpon
5372 251: vdsl2
5373 252: capwapDot11Profile
5374 253: capwapDot11Bss
5375 254: capwapWtpVirtualRadio
5376 255: bits
5377 256: docsCableUpstreamRfPort
5378 257: cableDownstreamRfPort
5379 258: vmwareVirtualNic
5380 259: ieee802154
5381 260: otnOdu
5382 261: otnOtu
5383 262: ifVfiType
5384 263: g9981
5385 264: g9982
5386 265: g9983
5387 266: aluEpon
5388 267: aluEponOnu
5389 268: aluEponPhysicalUni
5390 269: aluEponLogicalLink
5391 270: aluGponOnu
5392 271: aluGponPhysicalUni
5393 272: vmwareNicTeam
5394 277: docsOfdmDownstream
5395 278: docsOfdmaUpstream
5396 279: gfast
5397 280: sdci
5398 281: xboxWireless
5399 282: fastdsl
5400 283: docsCableScte55d1FwdOob
5401 284: docsCableScte55d1RetOob
5402 285: docsCableScte55d2DsOob
5403 286: docsCableScte55d2UsOob
5404 287: docsCableNdf
5405 288: docsCableNdr
5406 289: ptm
5407 290: ghn
5408 291: otnOtsi
5409 292: otnOtuc
5410 293: otnOduc
5411 294: otnOtsig
5412 295: microwaveCarrierTermination
5413 296: microwaveRadioLinkTerminal
5414 297: ieee8021axDrni
5415 298: ax25
5416 299: ieee19061nanocom
5417 300: cpri
5418 301: omni
5419 302: roe
5420 303: p2pOverLan
5421 - name: ifMtu
5422 oid: 1.3.6.1.2.1.2.2.1.4
5423 type: gauge
5424 help: The size of the largest packet which can be sent/received on the interface,
5425 specified in octets - 1.3.6.1.2.1.2.2.1.4
5426 indexes:
5427 - labelname: ifIndex
5428 type: gauge
5429 lookups:
5430 - labels:
5431 - ifIndex
5432 labelname: ifDescr
5433 oid: 1.3.6.1.2.1.2.2.1.2
5434 type: DisplayString
5435 - labels: []
5436 labelname: ifIndex
5437 - name: ifSpeed
5438 oid: 1.3.6.1.2.1.2.2.1.5
5439 type: gauge
5440 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
5441 indexes:
5442 - labelname: ifIndex
5443 type: gauge
5444 lookups:
5445 - labels:
5446 - ifIndex
5447 labelname: ifDescr
5448 oid: 1.3.6.1.2.1.2.2.1.2
5449 type: DisplayString
5450 - labels: []
5451 labelname: ifIndex
5452 - name: ifPhysAddress
5453 oid: 1.3.6.1.2.1.2.2.1.6
5454 type: PhysAddress48
5455 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
5456 indexes:
5457 - labelname: ifIndex
5458 type: gauge
5459 lookups:
5460 - labels:
5461 - ifIndex
5462 labelname: ifDescr
5463 oid: 1.3.6.1.2.1.2.2.1.2
5464 type: DisplayString
5465 - labels: []
5466 labelname: ifIndex
5467 - name: ifAdminStatus
5468 oid: 1.3.6.1.2.1.2.2.1.7
5469 type: gauge
5470 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
5471 indexes:
5472 - labelname: ifIndex
5473 type: gauge
5474 lookups:
5475 - labels:
5476 - ifIndex
5477 labelname: ifDescr
5478 oid: 1.3.6.1.2.1.2.2.1.2
5479 type: DisplayString
5480 - labels: []
5481 labelname: ifIndex
5482 enum_values:
5483 1: up
5484 2: down
5485 3: testing
5486 - name: ifOperStatus
5487 oid: 1.3.6.1.2.1.2.2.1.8
5488 type: gauge
5489 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
5490 indexes:
5491 - labelname: ifIndex
5492 type: gauge
5493 lookups:
5494 - labels:
5495 - ifIndex
5496 labelname: ifDescr
5497 oid: 1.3.6.1.2.1.2.2.1.2
5498 type: DisplayString
5499 - labels: []
5500 labelname: ifIndex
5501 enum_values:
5502 1: up
5503 2: down
5504 3: testing
5505 4: unknown
5506 5: dormant
5507 6: notPresent
5508 7: lowerLayerDown
5509 - name: ifLastChange
5510 oid: 1.3.6.1.2.1.2.2.1.9
5511 type: gauge
5512 help: The value of sysUpTime at the time the interface entered its current operational
5513 state - 1.3.6.1.2.1.2.2.1.9
5514 indexes:
5515 - labelname: ifIndex
5516 type: gauge
5517 lookups:
5518 - labels:
5519 - ifIndex
5520 labelname: ifDescr
5521 oid: 1.3.6.1.2.1.2.2.1.2
5522 type: DisplayString
5523 - labels: []
5524 labelname: ifIndex
5525 - name: ifInOctets
5526 oid: 1.3.6.1.2.1.2.2.1.10
5527 type: counter
5528 help: The total number of octets received on the interface, including framing
5529 characters - 1.3.6.1.2.1.2.2.1.10
5530 indexes:
5531 - labelname: ifIndex
5532 type: gauge
5533 lookups:
5534 - labels:
5535 - ifIndex
5536 labelname: ifDescr
5537 oid: 1.3.6.1.2.1.2.2.1.2
5538 type: DisplayString
5539 - labels: []
5540 labelname: ifIndex
5541 - name: ifInUcastPkts
5542 oid: 1.3.6.1.2.1.2.2.1.11
5543 type: counter
5544 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5545 which were not addressed to a multicast or broadcast address at this sub-layer
5546 - 1.3.6.1.2.1.2.2.1.11
5547 indexes:
5548 - labelname: ifIndex
5549 type: gauge
5550 lookups:
5551 - labels:
5552 - ifIndex
5553 labelname: ifDescr
5554 oid: 1.3.6.1.2.1.2.2.1.2
5555 type: DisplayString
5556 - labels: []
5557 labelname: ifIndex
5558 - name: ifInNUcastPkts
5559 oid: 1.3.6.1.2.1.2.2.1.12
5560 type: counter
5561 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5562 which were addressed to a multicast or broadcast address at this sub-layer -
5563 1.3.6.1.2.1.2.2.1.12
5564 indexes:
5565 - labelname: ifIndex
5566 type: gauge
5567 lookups:
5568 - labels:
5569 - ifIndex
5570 labelname: ifDescr
5571 oid: 1.3.6.1.2.1.2.2.1.2
5572 type: DisplayString
5573 - labels: []
5574 labelname: ifIndex
5575 - name: ifInDiscards
5576 oid: 1.3.6.1.2.1.2.2.1.13
5577 type: counter
5578 help: The number of inbound packets which were chosen to be discarded even though
5579 no errors had been detected to prevent their being deliverable to a higher-layer
5580 protocol - 1.3.6.1.2.1.2.2.1.13
5581 indexes:
5582 - labelname: ifIndex
5583 type: gauge
5584 lookups:
5585 - labels:
5586 - ifIndex
5587 labelname: ifDescr
5588 oid: 1.3.6.1.2.1.2.2.1.2
5589 type: DisplayString
5590 - labels: []
5591 labelname: ifIndex
5592 - name: ifInErrors
5593 oid: 1.3.6.1.2.1.2.2.1.14
5594 type: counter
5595 help: For packet-oriented interfaces, the number of inbound packets that contained
5596 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
5597 indexes:
5598 - labelname: ifIndex
5599 type: gauge
5600 lookups:
5601 - labels:
5602 - ifIndex
5603 labelname: ifDescr
5604 oid: 1.3.6.1.2.1.2.2.1.2
5605 type: DisplayString
5606 - labels: []
5607 labelname: ifIndex
5608 - name: ifInUnknownProtos
5609 oid: 1.3.6.1.2.1.2.2.1.15
5610 type: counter
5611 help: For packet-oriented interfaces, the number of packets received via the interface
5612 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
5613 indexes:
5614 - labelname: ifIndex
5615 type: gauge
5616 lookups:
5617 - labels:
5618 - ifIndex
5619 labelname: ifDescr
5620 oid: 1.3.6.1.2.1.2.2.1.2
5621 type: DisplayString
5622 - labels: []
5623 labelname: ifIndex
5624 - name: ifOutOctets
5625 oid: 1.3.6.1.2.1.2.2.1.16
5626 type: counter
5627 help: The total number of octets transmitted out of the interface, including framing
5628 characters - 1.3.6.1.2.1.2.2.1.16
5629 indexes:
5630 - labelname: ifIndex
5631 type: gauge
5632 lookups:
5633 - labels:
5634 - ifIndex
5635 labelname: ifDescr
5636 oid: 1.3.6.1.2.1.2.2.1.2
5637 type: DisplayString
5638 - labels: []
5639 labelname: ifIndex
5640 - name: ifOutUcastPkts
5641 oid: 1.3.6.1.2.1.2.2.1.17
5642 type: counter
5643 help: The total number of packets that higher-level protocols requested be transmitted,
5644 and which were not addressed to a multicast or broadcast address at this sub-layer,
5645 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
5646 indexes:
5647 - labelname: ifIndex
5648 type: gauge
5649 lookups:
5650 - labels:
5651 - ifIndex
5652 labelname: ifDescr
5653 oid: 1.3.6.1.2.1.2.2.1.2
5654 type: DisplayString
5655 - labels: []
5656 labelname: ifIndex
5657 - name: ifOutNUcastPkts
5658 oid: 1.3.6.1.2.1.2.2.1.18
5659 type: counter
5660 help: The total number of packets that higher-level protocols requested be transmitted,
5661 and which were addressed to a multicast or broadcast address at this sub-layer,
5662 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
5663 indexes:
5664 - labelname: ifIndex
5665 type: gauge
5666 lookups:
5667 - labels:
5668 - ifIndex
5669 labelname: ifDescr
5670 oid: 1.3.6.1.2.1.2.2.1.2
5671 type: DisplayString
5672 - labels: []
5673 labelname: ifIndex
5674 - name: ifOutDiscards
5675 oid: 1.3.6.1.2.1.2.2.1.19
5676 type: counter
5677 help: The number of outbound packets which were chosen to be discarded even though
5678 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
5679 indexes:
5680 - labelname: ifIndex
5681 type: gauge
5682 lookups:
5683 - labels:
5684 - ifIndex
5685 labelname: ifDescr
5686 oid: 1.3.6.1.2.1.2.2.1.2
5687 type: DisplayString
5688 - labels: []
5689 labelname: ifIndex
5690 - name: ifOutErrors
5691 oid: 1.3.6.1.2.1.2.2.1.20
5692 type: counter
5693 help: For packet-oriented interfaces, the number of outbound packets that could
5694 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
5695 indexes:
5696 - labelname: ifIndex
5697 type: gauge
5698 lookups:
5699 - labels:
5700 - ifIndex
5701 labelname: ifDescr
5702 oid: 1.3.6.1.2.1.2.2.1.2
5703 type: DisplayString
5704 - labels: []
5705 labelname: ifIndex
5706 - name: ifOutQLen
5707 oid: 1.3.6.1.2.1.2.2.1.21
5708 type: gauge
5709 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
5710 indexes:
5711 - labelname: ifIndex
5712 type: gauge
5713 lookups:
5714 - labels:
5715 - ifIndex
5716 labelname: ifDescr
5717 oid: 1.3.6.1.2.1.2.2.1.2
5718 type: DisplayString
5719 - labels: []
5720 labelname: ifIndex
5721 - name: ifSpecific
5722 oid: 1.3.6.1.2.1.2.2.1.22
5723 type: OctetString
5724 help: A reference to MIB definitions specific to the particular media being used
5725 to realize the interface - 1.3.6.1.2.1.2.2.1.22
5726 indexes:
5727 - labelname: ifIndex
5728 type: gauge
5729 lookups:
5730 - labels:
5731 - ifIndex
5732 labelname: ifDescr
5733 oid: 1.3.6.1.2.1.2.2.1.2
5734 type: DisplayString
5735 - labels: []
5736 labelname: ifIndex
5737 - name: hrMemorySize
5738 oid: 1.3.6.1.2.1.25.2.2
5739 type: gauge
5740 help: The amount of physical read-write main memory, typically RAM, contained
5741 by the host. - 1.3.6.1.2.1.25.2.2
5742 - name: hrStorageIndex
5743 oid: 1.3.6.1.2.1.25.2.3.1.1
5744 type: gauge
5745 help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1
5746 indexes:
5747 - labelname: hrStorageIndex
5748 type: gauge
5749 lookups:
5750 - labels:
5751 - hrStorageIndex
5752 labelname: hrStorageDescr
5753 oid: 1.3.6.1.2.1.25.2.3.1.3
5754 type: DisplayString
5755 - labels: []
5756 labelname: hrStorageIndex
5757 - name: hrStorageType
5758 oid: 1.3.6.1.2.1.25.2.3.1.2
5759 type: OctetString
5760 help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2
5761 indexes:
5762 - labelname: hrStorageIndex
5763 type: gauge
5764 lookups:
5765 - labels:
5766 - hrStorageIndex
5767 labelname: hrStorageDescr
5768 oid: 1.3.6.1.2.1.25.2.3.1.3
5769 type: DisplayString
5770 - labels: []
5771 labelname: hrStorageIndex
5772 - name: hrStorageDescr
5773 oid: 1.3.6.1.2.1.25.2.3.1.3
5774 type: DisplayString
5775 help: A description of the type and instance of the storage described by this
5776 entry. - 1.3.6.1.2.1.25.2.3.1.3
5777 indexes:
5778 - labelname: hrStorageIndex
5779 type: gauge
5780 lookups:
5781 - labels:
5782 - hrStorageIndex
5783 labelname: hrStorageDescr
5784 oid: 1.3.6.1.2.1.25.2.3.1.3
5785 type: DisplayString
5786 - labels: []
5787 labelname: hrStorageIndex
5788 - name: hrStorageAllocationUnits
5789 oid: 1.3.6.1.2.1.25.2.3.1.4
5790 type: gauge
5791 help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4
5792 indexes:
5793 - labelname: hrStorageIndex
5794 type: gauge
5795 lookups:
5796 - labels:
5797 - hrStorageIndex
5798 labelname: hrStorageDescr
5799 oid: 1.3.6.1.2.1.25.2.3.1.3
5800 type: DisplayString
5801 - labels: []
5802 labelname: hrStorageIndex
5803 - name: hrStorageSize
5804 oid: 1.3.6.1.2.1.25.2.3.1.5
5805 type: gauge
5806 help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
5807 - 1.3.6.1.2.1.25.2.3.1.5
5808 indexes:
5809 - labelname: hrStorageIndex
5810 type: gauge
5811 lookups:
5812 - labels:
5813 - hrStorageIndex
5814 labelname: hrStorageDescr
5815 oid: 1.3.6.1.2.1.25.2.3.1.3
5816 type: DisplayString
5817 - labels: []
5818 labelname: hrStorageIndex
5819 - name: hrStorageUsed
5820 oid: 1.3.6.1.2.1.25.2.3.1.6
5821 type: gauge
5822 help: The amount of the storage represented by this entry that is allocated, in
5823 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
5824 indexes:
5825 - labelname: hrStorageIndex
5826 type: gauge
5827 lookups:
5828 - labels:
5829 - hrStorageIndex
5830 labelname: hrStorageDescr
5831 oid: 1.3.6.1.2.1.25.2.3.1.3
5832 type: DisplayString
5833 - labels: []
5834 labelname: hrStorageIndex
5835 - name: hrStorageAllocationFailures
5836 oid: 1.3.6.1.2.1.25.2.3.1.7
5837 type: counter
5838 help: The number of requests for storage represented by this entry that could
5839 not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7
5840 indexes:
5841 - labelname: hrStorageIndex
5842 type: gauge
5843 lookups:
5844 - labels:
5845 - hrStorageIndex
5846 labelname: hrStorageDescr
5847 oid: 1.3.6.1.2.1.25.2.3.1.3
5848 type: DisplayString
5849 - labels: []
5850 labelname: hrStorageIndex
5851 - name: ifName
5852 oid: 1.3.6.1.2.1.31.1.1.1.1
5853 type: DisplayString
5854 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
5855 indexes:
5856 - labelname: ifIndex
5857 type: gauge
5858 lookups:
5859 - labels:
5860 - ifIndex
5861 labelname: ifDescr
5862 oid: 1.3.6.1.2.1.2.2.1.2
5863 type: DisplayString
5864 - labels: []
5865 labelname: ifIndex
5866 - name: ifInMulticastPkts
5867 oid: 1.3.6.1.2.1.31.1.1.1.2
5868 type: counter
5869 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5870 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
5871 indexes:
5872 - labelname: ifIndex
5873 type: gauge
5874 lookups:
5875 - labels:
5876 - ifIndex
5877 labelname: ifDescr
5878 oid: 1.3.6.1.2.1.2.2.1.2
5879 type: DisplayString
5880 - labels: []
5881 labelname: ifIndex
5882 - name: ifInBroadcastPkts
5883 oid: 1.3.6.1.2.1.31.1.1.1.3
5884 type: counter
5885 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5886 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
5887 indexes:
5888 - labelname: ifIndex
5889 type: gauge
5890 lookups:
5891 - labels:
5892 - ifIndex
5893 labelname: ifDescr
5894 oid: 1.3.6.1.2.1.2.2.1.2
5895 type: DisplayString
5896 - labels: []
5897 labelname: ifIndex
5898 - name: ifOutMulticastPkts
5899 oid: 1.3.6.1.2.1.31.1.1.1.4
5900 type: counter
5901 help: The total number of packets that higher-level protocols requested be transmitted,
5902 and which were addressed to a multicast address at this sub-layer, including
5903 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
5904 indexes:
5905 - labelname: ifIndex
5906 type: gauge
5907 lookups:
5908 - labels:
5909 - ifIndex
5910 labelname: ifDescr
5911 oid: 1.3.6.1.2.1.2.2.1.2
5912 type: DisplayString
5913 - labels: []
5914 labelname: ifIndex
5915 - name: ifOutBroadcastPkts
5916 oid: 1.3.6.1.2.1.31.1.1.1.5
5917 type: counter
5918 help: The total number of packets that higher-level protocols requested be transmitted,
5919 and which were addressed to a broadcast address at this sub-layer, including
5920 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
5921 indexes:
5922 - labelname: ifIndex
5923 type: gauge
5924 lookups:
5925 - labels:
5926 - ifIndex
5927 labelname: ifDescr
5928 oid: 1.3.6.1.2.1.2.2.1.2
5929 type: DisplayString
5930 - labels: []
5931 labelname: ifIndex
5932 - name: ifHCInOctets
5933 oid: 1.3.6.1.2.1.31.1.1.1.6
5934 type: counter
5935 help: The total number of octets received on the interface, including framing
5936 characters - 1.3.6.1.2.1.31.1.1.1.6
5937 indexes:
5938 - labelname: ifIndex
5939 type: gauge
5940 lookups:
5941 - labels:
5942 - ifIndex
5943 labelname: ifDescr
5944 oid: 1.3.6.1.2.1.2.2.1.2
5945 type: DisplayString
5946 - labels: []
5947 labelname: ifIndex
5948 - name: ifHCInUcastPkts
5949 oid: 1.3.6.1.2.1.31.1.1.1.7
5950 type: counter
5951 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5952 which were not addressed to a multicast or broadcast address at this sub-layer
5953 - 1.3.6.1.2.1.31.1.1.1.7
5954 indexes:
5955 - labelname: ifIndex
5956 type: gauge
5957 lookups:
5958 - labels:
5959 - ifIndex
5960 labelname: ifDescr
5961 oid: 1.3.6.1.2.1.2.2.1.2
5962 type: DisplayString
5963 - labels: []
5964 labelname: ifIndex
5965 - name: ifHCInMulticastPkts
5966 oid: 1.3.6.1.2.1.31.1.1.1.8
5967 type: counter
5968 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5969 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
5970 indexes:
5971 - labelname: ifIndex
5972 type: gauge
5973 lookups:
5974 - labels:
5975 - ifIndex
5976 labelname: ifDescr
5977 oid: 1.3.6.1.2.1.2.2.1.2
5978 type: DisplayString
5979 - labels: []
5980 labelname: ifIndex
5981 - name: ifHCInBroadcastPkts
5982 oid: 1.3.6.1.2.1.31.1.1.1.9
5983 type: counter
5984 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5985 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
5986 indexes:
5987 - labelname: ifIndex
5988 type: gauge
5989 lookups:
5990 - labels:
5991 - ifIndex
5992 labelname: ifDescr
5993 oid: 1.3.6.1.2.1.2.2.1.2
5994 type: DisplayString
5995 - labels: []
5996 labelname: ifIndex
5997 - name: ifHCOutOctets
5998 oid: 1.3.6.1.2.1.31.1.1.1.10
5999 type: counter
6000 help: The total number of octets transmitted out of the interface, including framing
6001 characters - 1.3.6.1.2.1.31.1.1.1.10
6002 indexes:
6003 - labelname: ifIndex
6004 type: gauge
6005 lookups:
6006 - labels:
6007 - ifIndex
6008 labelname: ifDescr
6009 oid: 1.3.6.1.2.1.2.2.1.2
6010 type: DisplayString
6011 - labels: []
6012 labelname: ifIndex
6013 - name: ifHCOutUcastPkts
6014 oid: 1.3.6.1.2.1.31.1.1.1.11
6015 type: counter
6016 help: The total number of packets that higher-level protocols requested be transmitted,
6017 and which were not addressed to a multicast or broadcast address at this sub-layer,
6018 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
6019 indexes:
6020 - labelname: ifIndex
6021 type: gauge
6022 lookups:
6023 - labels:
6024 - ifIndex
6025 labelname: ifDescr
6026 oid: 1.3.6.1.2.1.2.2.1.2
6027 type: DisplayString
6028 - labels: []
6029 labelname: ifIndex
6030 - name: ifHCOutMulticastPkts
6031 oid: 1.3.6.1.2.1.31.1.1.1.12
6032 type: counter
6033 help: The total number of packets that higher-level protocols requested be transmitted,
6034 and which were addressed to a multicast address at this sub-layer, including
6035 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
6036 indexes:
6037 - labelname: ifIndex
6038 type: gauge
6039 lookups:
6040 - labels:
6041 - ifIndex
6042 labelname: ifDescr
6043 oid: 1.3.6.1.2.1.2.2.1.2
6044 type: DisplayString
6045 - labels: []
6046 labelname: ifIndex
6047 - name: ifHCOutBroadcastPkts
6048 oid: 1.3.6.1.2.1.31.1.1.1.13
6049 type: counter
6050 help: The total number of packets that higher-level protocols requested be transmitted,
6051 and which were addressed to a broadcast address at this sub-layer, including
6052 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
6053 indexes:
6054 - labelname: ifIndex
6055 type: gauge
6056 lookups:
6057 - labels:
6058 - ifIndex
6059 labelname: ifDescr
6060 oid: 1.3.6.1.2.1.2.2.1.2
6061 type: DisplayString
6062 - labels: []
6063 labelname: ifIndex
6064 - name: ifLinkUpDownTrapEnable
6065 oid: 1.3.6.1.2.1.31.1.1.1.14
6066 type: gauge
6067 help: Indicates whether linkUp/linkDown traps should be generated for this interface
6068 - 1.3.6.1.2.1.31.1.1.1.14
6069 indexes:
6070 - labelname: ifIndex
6071 type: gauge
6072 lookups:
6073 - labels:
6074 - ifIndex
6075 labelname: ifDescr
6076 oid: 1.3.6.1.2.1.2.2.1.2
6077 type: DisplayString
6078 - labels: []
6079 labelname: ifIndex
6080 enum_values:
6081 1: enabled
6082 2: disabled
6083 - name: ifHighSpeed
6084 oid: 1.3.6.1.2.1.31.1.1.1.15
6085 type: gauge
6086 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
6087 per second - 1.3.6.1.2.1.31.1.1.1.15
6088 indexes:
6089 - labelname: ifIndex
6090 type: gauge
6091 lookups:
6092 - labels:
6093 - ifIndex
6094 labelname: ifDescr
6095 oid: 1.3.6.1.2.1.2.2.1.2
6096 type: DisplayString
6097 - labels: []
6098 labelname: ifIndex
6099 - name: ifPromiscuousMode
6100 oid: 1.3.6.1.2.1.31.1.1.1.16
6101 type: gauge
6102 help: This object has a value of false(2) if this interface only accepts packets/frames
6103 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
6104 indexes:
6105 - labelname: ifIndex
6106 type: gauge
6107 lookups:
6108 - labels:
6109 - ifIndex
6110 labelname: ifDescr
6111 oid: 1.3.6.1.2.1.2.2.1.2
6112 type: DisplayString
6113 - labels: []
6114 labelname: ifIndex
6115 enum_values:
6116 1: "true"
6117 2: "false"
6118 - name: ifConnectorPresent
6119 oid: 1.3.6.1.2.1.31.1.1.1.17
6120 type: gauge
6121 help: This object has the value 'true(1)' if the interface sublayer has a physical
6122 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
6123 indexes:
6124 - labelname: ifIndex
6125 type: gauge
6126 lookups:
6127 - labels:
6128 - ifIndex
6129 labelname: ifDescr
6130 oid: 1.3.6.1.2.1.2.2.1.2
6131 type: DisplayString
6132 - labels: []
6133 labelname: ifIndex
6134 enum_values:
6135 1: "true"
6136 2: "false"
6137 - name: ifAlias
6138 oid: 1.3.6.1.2.1.31.1.1.1.18
6139 type: DisplayString
6140 help: This object is an 'alias' name for the interface as specified by a network
6141 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
6142 indexes:
6143 - labelname: ifIndex
6144 type: gauge
6145 lookups:
6146 - labels:
6147 - ifIndex
6148 labelname: ifDescr
6149 oid: 1.3.6.1.2.1.2.2.1.2
6150 type: DisplayString
6151 - labels: []
6152 labelname: ifIndex
6153 - name: ifCounterDiscontinuityTime
6154 oid: 1.3.6.1.2.1.31.1.1.1.19
6155 type: gauge
6156 help: The value of sysUpTime on the most recent occasion at which any one or more
6157 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
6158 indexes:
6159 - labelname: ifIndex
6160 type: gauge
6161 lookups:
6162 - labels:
6163 - ifIndex
6164 labelname: ifDescr
6165 oid: 1.3.6.1.2.1.2.2.1.2
6166 type: DisplayString
6167 - labels: []
6168 labelname: ifIndex
6169 - name: laIndex
6170 oid: 1.3.6.1.4.1.2021.10.1.1
6171 type: gauge
6172 help: reference index/row number for each observed loadave. - 1.3.6.1.4.1.2021.10.1.1
6173 indexes:
6174 - labelname: laIndex
6175 type: gauge
6176 lookups:
6177 - labels:
6178 - laIndex
6179 labelname: laNames
6180 oid: 1.3.6.1.4.1.2021.10.1.2
6181 type: DisplayString
6182 - labels: []
6183 labelname: laIndex
6184 - name: laNames
6185 oid: 1.3.6.1.4.1.2021.10.1.2
6186 type: DisplayString
6187 help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2
6188 indexes:
6189 - labelname: laIndex
6190 type: gauge
6191 lookups:
6192 - labels:
6193 - laIndex
6194 labelname: laNames
6195 oid: 1.3.6.1.4.1.2021.10.1.2
6196 type: DisplayString
6197 - labels: []
6198 labelname: laIndex
6199 - name: laLoadInt
6200 oid: 1.3.6.1.4.1.2021.10.1.5
6201 type: gauge
6202 help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5
6203 indexes:
6204 - labelname: laIndex
6205 type: gauge
6206 lookups:
6207 - labels:
6208 - laIndex
6209 labelname: laNames
6210 oid: 1.3.6.1.4.1.2021.10.1.2
6211 type: DisplayString
6212 - labels: []
6213 labelname: laIndex
6214 - name: ssIndex
6215 oid: 1.3.6.1.4.1.2021.11.1
6216 type: gauge
6217 help: Bogus Index - 1.3.6.1.4.1.2021.11.1
6218 - name: ssErrorName
6219 oid: 1.3.6.1.4.1.2021.11.2
6220 type: DisplayString
6221 help: Bogus Name - 1.3.6.1.4.1.2021.11.2
6222 - name: ssSwapIn
6223 oid: 1.3.6.1.4.1.2021.11.3
6224 type: gauge
6225 help: The average amount of memory swapped in from disk, calculated over the last
6226 minute. - 1.3.6.1.4.1.2021.11.3
6227 - name: ssSwapOut
6228 oid: 1.3.6.1.4.1.2021.11.4
6229 type: gauge
6230 help: The average amount of memory swapped out to disk, calculated over the last
6231 minute. - 1.3.6.1.4.1.2021.11.4
6232 - name: ssIOSent
6233 oid: 1.3.6.1.4.1.2021.11.5
6234 type: gauge
6235 help: The average amount of data written to disk or other block device, calculated
6236 over the last minute - 1.3.6.1.4.1.2021.11.5
6237 - name: ssIOReceive
6238 oid: 1.3.6.1.4.1.2021.11.6
6239 type: gauge
6240 help: The average amount of data read from disk or other block device, calculated
6241 over the last minute - 1.3.6.1.4.1.2021.11.6
6242 - name: ssSysInterrupts
6243 oid: 1.3.6.1.4.1.2021.11.7
6244 type: gauge
6245 help: The average rate of interrupts processed (including the clock) calculated
6246 over the last minute - 1.3.6.1.4.1.2021.11.7
6247 - name: ssSysContext
6248 oid: 1.3.6.1.4.1.2021.11.8
6249 type: gauge
6250 help: The average rate of context switches, calculated over the last minute -
6251 1.3.6.1.4.1.2021.11.8
6252 - name: ssCpuUser
6253 oid: 1.3.6.1.4.1.2021.11.9
6254 type: gauge
6255 help: The percentage of CPU time spent processing user-level code, calculated
6256 over the last minute - 1.3.6.1.4.1.2021.11.9
6257 - name: ssCpuSystem
6258 oid: 1.3.6.1.4.1.2021.11.10
6259 type: gauge
6260 help: The percentage of CPU time spent processing system-level code, calculated
6261 over the last minute - 1.3.6.1.4.1.2021.11.10
6262 - name: ssCpuIdle
6263 oid: 1.3.6.1.4.1.2021.11.11
6264 type: gauge
6265 help: The percentage of processor time spent idle, calculated over the last minute
6266 - 1.3.6.1.4.1.2021.11.11
6267 - name: ssCpuRawUser
6268 oid: 1.3.6.1.4.1.2021.11.50
6269 type: counter
6270 help: The number of 'ticks' (typically 1/100s) spent processing user-level code
6271 - 1.3.6.1.4.1.2021.11.50
6272 - name: ssCpuRawNice
6273 oid: 1.3.6.1.4.1.2021.11.51
6274 type: counter
6275 help: The number of 'ticks' (typically 1/100s) spent processing reduced-priority
6276 code - 1.3.6.1.4.1.2021.11.51
6277 - name: ssCpuRawSystem
6278 oid: 1.3.6.1.4.1.2021.11.52
6279 type: counter
6280 help: The number of 'ticks' (typically 1/100s) spent processing system-level code
6281 - 1.3.6.1.4.1.2021.11.52
6282 - name: ssCpuRawIdle
6283 oid: 1.3.6.1.4.1.2021.11.53
6284 type: counter
6285 help: The number of 'ticks' (typically 1/100s) spent idle - 1.3.6.1.4.1.2021.11.53
6286 - name: ssCpuRawWait
6287 oid: 1.3.6.1.4.1.2021.11.54
6288 type: counter
6289 help: The number of 'ticks' (typically 1/100s) spent waiting for IO - 1.3.6.1.4.1.2021.11.54
6290 - name: ssCpuRawKernel
6291 oid: 1.3.6.1.4.1.2021.11.55
6292 type: counter
6293 help: The number of 'ticks' (typically 1/100s) spent processing kernel-level code
6294 - 1.3.6.1.4.1.2021.11.55
6295 - name: ssCpuRawInterrupt
6296 oid: 1.3.6.1.4.1.2021.11.56
6297 type: counter
6298 help: The number of 'ticks' (typically 1/100s) spent processing hardware interrupts
6299 - 1.3.6.1.4.1.2021.11.56
6300 - name: ssIORawSent
6301 oid: 1.3.6.1.4.1.2021.11.57
6302 type: counter
6303 help: Number of blocks sent to a block device - 1.3.6.1.4.1.2021.11.57
6304 - name: ssIORawReceived
6305 oid: 1.3.6.1.4.1.2021.11.58
6306 type: counter
6307 help: Number of blocks received from a block device - 1.3.6.1.4.1.2021.11.58
6308 - name: ssRawInterrupts
6309 oid: 1.3.6.1.4.1.2021.11.59
6310 type: counter
6311 help: Number of interrupts processed - 1.3.6.1.4.1.2021.11.59
6312 - name: ssRawContexts
6313 oid: 1.3.6.1.4.1.2021.11.60
6314 type: counter
6315 help: Number of context switches - 1.3.6.1.4.1.2021.11.60
6316 - name: ssCpuRawSoftIRQ
6317 oid: 1.3.6.1.4.1.2021.11.61
6318 type: counter
6319 help: The number of 'ticks' (typically 1/100s) spent processing software interrupts
6320 - 1.3.6.1.4.1.2021.11.61
6321 - name: ssRawSwapIn
6322 oid: 1.3.6.1.4.1.2021.11.62
6323 type: counter
6324 help: Number of blocks swapped in - 1.3.6.1.4.1.2021.11.62
6325 - name: ssRawSwapOut
6326 oid: 1.3.6.1.4.1.2021.11.63
6327 type: counter
6328 help: Number of blocks swapped out - 1.3.6.1.4.1.2021.11.63
6329 - name: ssCpuRawSteal
6330 oid: 1.3.6.1.4.1.2021.11.64
6331 type: counter
6332 help: The number of 'ticks' (typically 1/100s) spent by the hypervisor code to
6333 run other VMs even though the CPU in the current VM had something runnable -
6334 1.3.6.1.4.1.2021.11.64
6335 - name: ssCpuRawGuest
6336 oid: 1.3.6.1.4.1.2021.11.65
6337 type: counter
6338 help: The number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual
6339 CPU (guest) - 1.3.6.1.4.1.2021.11.65
6340 - name: ssCpuRawGuestNice
6341 oid: 1.3.6.1.4.1.2021.11.66
6342 type: counter
6343 help: The number of 'ticks' (typically 1/100s) spent by the CPU to run a niced
6344 virtual CPU (guest) - 1.3.6.1.4.1.2021.11.66
6345 - name: ssCpuNumCpus
6346 oid: 1.3.6.1.4.1.2021.11.67
6347 type: gauge
6348 help: The number of processors, as counted by the agent - 1.3.6.1.4.1.2021.11.67
6349 - name: memIndex
6350 oid: 1.3.6.1.4.1.2021.4.1
6351 type: gauge
6352 help: Bogus Index - 1.3.6.1.4.1.2021.4.1
6353 - name: memErrorName
6354 oid: 1.3.6.1.4.1.2021.4.2
6355 type: DisplayString
6356 help: Bogus Name - 1.3.6.1.4.1.2021.4.2
6357 - name: memTotalSwap
6358 oid: 1.3.6.1.4.1.2021.4.3
6359 type: gauge
6360 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3
6361 - name: memAvailSwap
6362 oid: 1.3.6.1.4.1.2021.4.4
6363 type: gauge
6364 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4
6365 - name: memTotalReal
6366 oid: 1.3.6.1.4.1.2021.4.5
6367 type: gauge
6368 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5
6369 - name: memAvailReal
6370 oid: 1.3.6.1.4.1.2021.4.6
6371 type: gauge
6372 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6
6373 - name: memTotalSwapTXT
6374 oid: 1.3.6.1.4.1.2021.4.7
6375 type: gauge
6376 help: The total amount of swap space or virtual memory allocated for text pages
6377 on this host - 1.3.6.1.4.1.2021.4.7
6378 - name: memAvailSwapTXT
6379 oid: 1.3.6.1.4.1.2021.4.8
6380 type: gauge
6381 help: The amount of swap space or virtual memory currently being used by text
6382 pages on this host - 1.3.6.1.4.1.2021.4.8
6383 - name: memTotalRealTXT
6384 oid: 1.3.6.1.4.1.2021.4.9
6385 type: gauge
6386 help: The total amount of real/physical memory allocated for text pages on this
6387 host - 1.3.6.1.4.1.2021.4.9
6388 - name: memAvailRealTXT
6389 oid: 1.3.6.1.4.1.2021.4.10
6390 type: gauge
6391 help: The amount of real/physical memory currently being used by text pages on
6392 this host - 1.3.6.1.4.1.2021.4.10
6393 - name: memTotalFree
6394 oid: 1.3.6.1.4.1.2021.4.11
6395 type: gauge
6396 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11
6397 - name: memMinimumSwap
6398 oid: 1.3.6.1.4.1.2021.4.12
6399 type: gauge
6400 help: The minimum amount of swap space expected to be kept free or available during
6401 normal operation of this host - 1.3.6.1.4.1.2021.4.12
6402 - name: memShared
6403 oid: 1.3.6.1.4.1.2021.4.13
6404 type: gauge
6405 help: The total amount of real or virtual memory currently allocated for use as
6406 shared memory - 1.3.6.1.4.1.2021.4.13
6407 - name: memBuffer
6408 oid: 1.3.6.1.4.1.2021.4.14
6409 type: gauge
6410 help: The total amount of real or virtual memory currently allocated for use as
6411 memory buffers - 1.3.6.1.4.1.2021.4.14
6412 - name: memCached
6413 oid: 1.3.6.1.4.1.2021.4.15
6414 type: gauge
6415 help: The total amount of real or virtual memory currently allocated for use as
6416 cached memory - 1.3.6.1.4.1.2021.4.15
6417 - name: memUsedSwapTXT
6418 oid: 1.3.6.1.4.1.2021.4.16
6419 type: gauge
6420 help: The amount of swap space or virtual memory currently being used by text
6421 pages on this host - 1.3.6.1.4.1.2021.4.16
6422 - name: memUsedRealTXT
6423 oid: 1.3.6.1.4.1.2021.4.17
6424 type: gauge
6425 help: The amount of real/physical memory currently being used by text pages on
6426 this host - 1.3.6.1.4.1.2021.4.17
6427 - name: memTotalSwapX
6428 oid: 1.3.6.1.4.1.2021.4.18
6429 type: counter
6430 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18
6431 - name: memAvailSwapX
6432 oid: 1.3.6.1.4.1.2021.4.19
6433 type: counter
6434 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19
6435 - name: memTotalRealX
6436 oid: 1.3.6.1.4.1.2021.4.20
6437 type: counter
6438 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20
6439 - name: memAvailRealX
6440 oid: 1.3.6.1.4.1.2021.4.21
6441 type: counter
6442 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21
6443 - name: memTotalFreeX
6444 oid: 1.3.6.1.4.1.2021.4.22
6445 type: counter
6446 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22
6447 - name: memMinimumSwapX
6448 oid: 1.3.6.1.4.1.2021.4.23
6449 type: counter
6450 help: The minimum amount of swap space expected to be kept free or available during
6451 normal operation of this host - 1.3.6.1.4.1.2021.4.23
6452 - name: memSharedX
6453 oid: 1.3.6.1.4.1.2021.4.24
6454 type: counter
6455 help: The total amount of real or virtual memory currently allocated for use as
6456 shared memory - 1.3.6.1.4.1.2021.4.24
6457 - name: memBufferX
6458 oid: 1.3.6.1.4.1.2021.4.25
6459 type: counter
6460 help: The total amount of real or virtual memory currently allocated for use as
6461 memory buffers - 1.3.6.1.4.1.2021.4.25
6462 - name: memCachedX
6463 oid: 1.3.6.1.4.1.2021.4.26
6464 type: counter
6465 help: The total amount of real or virtual memory currently allocated for use as
6466 cached memory - 1.3.6.1.4.1.2021.4.26
6467 - name: memSwapError
6468 oid: 1.3.6.1.4.1.2021.4.100
6469 type: gauge
6470 help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
6471 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100
6472 enum_values:
6473 0: noError
6474 1: error
6475 - name: memSwapErrorMsg
6476 oid: 1.3.6.1.4.1.2021.4.101
6477 type: DisplayString
6478 help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
6479 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101
6480 if_mib:
6481 walk:
6482 - 1.3.6.1.2.1.2
6483 - 1.3.6.1.2.1.31.1.1
6484 get:
6485 - 1.3.6.1.2.1.1.3.0
6486 metrics:
6487 - name: sysUpTime
6488 oid: 1.3.6.1.2.1.1.3
6489 type: gauge
6490 help: The time (in hundredths of a second) since the network management portion
6491 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
6492 - name: ifNumber
6493 oid: 1.3.6.1.2.1.2.1
6494 type: gauge
6495 help: The number of network interfaces (regardless of their current state) present
6496 on this system. - 1.3.6.1.2.1.2.1
6497 - name: ifIndex
6498 oid: 1.3.6.1.2.1.2.2.1.1
6499 type: gauge
6500 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
6501 indexes:
6502 - labelname: ifIndex
6503 type: gauge
6504 lookups:
6505 - labels:
6506 - ifIndex
6507 labelname: ifAlias
6508 oid: 1.3.6.1.2.1.31.1.1.1.18
6509 type: DisplayString
6510 - labels:
6511 - ifIndex
6512 labelname: ifDescr
6513 oid: 1.3.6.1.2.1.2.2.1.2
6514 type: DisplayString
6515 - labels:
6516 - ifIndex
6517 labelname: ifName
6518 oid: 1.3.6.1.2.1.31.1.1.1.1
6519 type: DisplayString
6520 - name: ifType
6521 oid: 1.3.6.1.2.1.2.2.1.3
6522 type: EnumAsInfo
6523 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
6524 indexes:
6525 - labelname: ifIndex
6526 type: gauge
6527 lookups:
6528 - labels:
6529 - ifIndex
6530 labelname: ifAlias
6531 oid: 1.3.6.1.2.1.31.1.1.1.18
6532 type: DisplayString
6533 - labels:
6534 - ifIndex
6535 labelname: ifDescr
6536 oid: 1.3.6.1.2.1.2.2.1.2
6537 type: DisplayString
6538 - labels:
6539 - ifIndex
6540 labelname: ifName
6541 oid: 1.3.6.1.2.1.31.1.1.1.1
6542 type: DisplayString
6543 enum_values:
6544 1: other
6545 2: regular1822
6546 3: hdh1822
6547 4: ddnX25
6548 5: rfc877x25
6549 6: ethernetCsmacd
6550 7: iso88023Csmacd
6551 8: iso88024TokenBus
6552 9: iso88025TokenRing
6553 10: iso88026Man
6554 11: starLan
6555 12: proteon10Mbit
6556 13: proteon80Mbit
6557 14: hyperchannel
6558 15: fddi
6559 16: lapb
6560 17: sdlc
6561 18: ds1
6562 19: e1
6563 20: basicISDN
6564 21: primaryISDN
6565 22: propPointToPointSerial
6566 23: ppp
6567 24: softwareLoopback
6568 25: eon
6569 26: ethernet3Mbit
6570 27: nsip
6571 28: slip
6572 29: ultra
6573 30: ds3
6574 31: sip
6575 32: frameRelay
6576 33: rs232
6577 34: para
6578 35: arcnet
6579 36: arcnetPlus
6580 37: atm
6581 38: miox25
6582 39: sonet
6583 40: x25ple
6584 41: iso88022llc
6585 42: localTalk
6586 43: smdsDxi
6587 44: frameRelayService
6588 45: v35
6589 46: hssi
6590 47: hippi
6591 48: modem
6592 49: aal5
6593 50: sonetPath
6594 51: sonetVT
6595 52: smdsIcip
6596 53: propVirtual
6597 54: propMultiplexor
6598 55: ieee80212
6599 56: fibreChannel
6600 57: hippiInterface
6601 58: frameRelayInterconnect
6602 59: aflane8023
6603 60: aflane8025
6604 61: cctEmul
6605 62: fastEther
6606 63: isdn
6607 64: v11
6608 65: v36
6609 66: g703at64k
6610 67: g703at2mb
6611 68: qllc
6612 69: fastEtherFX
6613 70: channel
6614 71: ieee80211
6615 72: ibm370parChan
6616 73: escon
6617 74: dlsw
6618 75: isdns
6619 76: isdnu
6620 77: lapd
6621 78: ipSwitch
6622 79: rsrb
6623 80: atmLogical
6624 81: ds0
6625 82: ds0Bundle
6626 83: bsc
6627 84: async
6628 85: cnr
6629 86: iso88025Dtr
6630 87: eplrs
6631 88: arap
6632 89: propCnls
6633 90: hostPad
6634 91: termPad
6635 92: frameRelayMPI
6636 93: x213
6637 94: adsl
6638 95: radsl
6639 96: sdsl
6640 97: vdsl
6641 98: iso88025CRFPInt
6642 99: myrinet
6643 100: voiceEM
6644 101: voiceFXO
6645 102: voiceFXS
6646 103: voiceEncap
6647 104: voiceOverIp
6648 105: atmDxi
6649 106: atmFuni
6650 107: atmIma
6651 108: pppMultilinkBundle
6652 109: ipOverCdlc
6653 110: ipOverClaw
6654 111: stackToStack
6655 112: virtualIpAddress
6656 113: mpc
6657 114: ipOverAtm
6658 115: iso88025Fiber
6659 116: tdlc
6660 117: gigabitEthernet
6661 118: hdlc
6662 119: lapf
6663 120: v37
6664 121: x25mlp
6665 122: x25huntGroup
6666 123: transpHdlc
6667 124: interleave
6668 125: fast
6669 126: ip
6670 127: docsCableMaclayer
6671 128: docsCableDownstream
6672 129: docsCableUpstream
6673 130: a12MppSwitch
6674 131: tunnel
6675 132: coffee
6676 133: ces
6677 134: atmSubInterface
6678 135: l2vlan
6679 136: l3ipvlan
6680 137: l3ipxvlan
6681 138: digitalPowerline
6682 139: mediaMailOverIp
6683 140: dtm
6684 141: dcn
6685 142: ipForward
6686 143: msdsl
6687 144: ieee1394
6688 145: if-gsn
6689 146: dvbRccMacLayer
6690 147: dvbRccDownstream
6691 148: dvbRccUpstream
6692 149: atmVirtual
6693 150: mplsTunnel
6694 151: srp
6695 152: voiceOverAtm
6696 153: voiceOverFrameRelay
6697 154: idsl
6698 155: compositeLink
6699 156: ss7SigLink
6700 157: propWirelessP2P
6701 158: frForward
6702 159: rfc1483
6703 160: usb
6704 161: ieee8023adLag
6705 162: bgppolicyaccounting
6706 163: frf16MfrBundle
6707 164: h323Gatekeeper
6708 165: h323Proxy
6709 166: mpls
6710 167: mfSigLink
6711 168: hdsl2
6712 169: shdsl
6713 170: ds1FDL
6714 171: pos
6715 172: dvbAsiIn
6716 173: dvbAsiOut
6717 174: plc
6718 175: nfas
6719 176: tr008
6720 177: gr303RDT
6721 178: gr303IDT
6722 179: isup
6723 180: propDocsWirelessMaclayer
6724 181: propDocsWirelessDownstream
6725 182: propDocsWirelessUpstream
6726 183: hiperlan2
6727 184: propBWAp2Mp
6728 185: sonetOverheadChannel
6729 186: digitalWrapperOverheadChannel
6730 187: aal2
6731 188: radioMAC
6732 189: atmRadio
6733 190: imt
6734 191: mvl
6735 192: reachDSL
6736 193: frDlciEndPt
6737 194: atmVciEndPt
6738 195: opticalChannel
6739 196: opticalTransport
6740 197: propAtm
6741 198: voiceOverCable
6742 199: infiniband
6743 200: teLink
6744 201: q2931
6745 202: virtualTg
6746 203: sipTg
6747 204: sipSig
6748 205: docsCableUpstreamChannel
6749 206: econet
6750 207: pon155
6751 208: pon622
6752 209: bridge
6753 210: linegroup
6754 211: voiceEMFGD
6755 212: voiceFGDEANA
6756 213: voiceDID
6757 214: mpegTransport
6758 215: sixToFour
6759 216: gtp
6760 217: pdnEtherLoop1
6761 218: pdnEtherLoop2
6762 219: opticalChannelGroup
6763 220: homepna
6764 221: gfp
6765 222: ciscoISLvlan
6766 223: actelisMetaLOOP
6767 224: fcipLink
6768 225: rpr
6769 226: qam
6770 227: lmp
6771 228: cblVectaStar
6772 229: docsCableMCmtsDownstream
6773 230: adsl2
6774 231: macSecControlledIF
6775 232: macSecUncontrolledIF
6776 233: aviciOpticalEther
6777 234: atmbond
6778 235: voiceFGDOS
6779 236: mocaVersion1
6780 237: ieee80216WMAN
6781 238: adsl2plus
6782 239: dvbRcsMacLayer
6783 240: dvbTdm
6784 241: dvbRcsTdma
6785 242: x86Laps
6786 243: wwanPP
6787 244: wwanPP2
6788 245: voiceEBS
6789 246: ifPwType
6790 247: ilan
6791 248: pip
6792 249: aluELP
6793 250: gpon
6794 251: vdsl2
6795 252: capwapDot11Profile
6796 253: capwapDot11Bss
6797 254: capwapWtpVirtualRadio
6798 255: bits
6799 256: docsCableUpstreamRfPort
6800 257: cableDownstreamRfPort
6801 258: vmwareVirtualNic
6802 259: ieee802154
6803 260: otnOdu
6804 261: otnOtu
6805 262: ifVfiType
6806 263: g9981
6807 264: g9982
6808 265: g9983
6809 266: aluEpon
6810 267: aluEponOnu
6811 268: aluEponPhysicalUni
6812 269: aluEponLogicalLink
6813 270: aluGponOnu
6814 271: aluGponPhysicalUni
6815 272: vmwareNicTeam
6816 277: docsOfdmDownstream
6817 278: docsOfdmaUpstream
6818 279: gfast
6819 280: sdci
6820 281: xboxWireless
6821 282: fastdsl
6822 283: docsCableScte55d1FwdOob
6823 284: docsCableScte55d1RetOob
6824 285: docsCableScte55d2DsOob
6825 286: docsCableScte55d2UsOob
6826 287: docsCableNdf
6827 288: docsCableNdr
6828 289: ptm
6829 290: ghn
6830 291: otnOtsi
6831 292: otnOtuc
6832 293: otnOduc
6833 294: otnOtsig
6834 295: microwaveCarrierTermination
6835 296: microwaveRadioLinkTerminal
6836 297: ieee8021axDrni
6837 298: ax25
6838 299: ieee19061nanocom
6839 300: cpri
6840 301: omni
6841 302: roe
6842 303: p2pOverLan
6843 - name: ifMtu
6844 oid: 1.3.6.1.2.1.2.2.1.4
6845 type: gauge
6846 help: The size of the largest packet which can be sent/received on the interface,
6847 specified in octets - 1.3.6.1.2.1.2.2.1.4
6848 indexes:
6849 - labelname: ifIndex
6850 type: gauge
6851 lookups:
6852 - labels:
6853 - ifIndex
6854 labelname: ifAlias
6855 oid: 1.3.6.1.2.1.31.1.1.1.18
6856 type: DisplayString
6857 - labels:
6858 - ifIndex
6859 labelname: ifDescr
6860 oid: 1.3.6.1.2.1.2.2.1.2
6861 type: DisplayString
6862 - labels:
6863 - ifIndex
6864 labelname: ifName
6865 oid: 1.3.6.1.2.1.31.1.1.1.1
6866 type: DisplayString
6867 - name: ifSpeed
6868 oid: 1.3.6.1.2.1.2.2.1.5
6869 type: gauge
6870 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
6871 indexes:
6872 - labelname: ifIndex
6873 type: gauge
6874 lookups:
6875 - labels:
6876 - ifIndex
6877 labelname: ifAlias
6878 oid: 1.3.6.1.2.1.31.1.1.1.18
6879 type: DisplayString
6880 - labels:
6881 - ifIndex
6882 labelname: ifDescr
6883 oid: 1.3.6.1.2.1.2.2.1.2
6884 type: DisplayString
6885 - labels:
6886 - ifIndex
6887 labelname: ifName
6888 oid: 1.3.6.1.2.1.31.1.1.1.1
6889 type: DisplayString
6890 - name: ifPhysAddress
6891 oid: 1.3.6.1.2.1.2.2.1.6
6892 type: PhysAddress48
6893 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
6894 indexes:
6895 - labelname: ifIndex
6896 type: gauge
6897 lookups:
6898 - labels:
6899 - ifIndex
6900 labelname: ifAlias
6901 oid: 1.3.6.1.2.1.31.1.1.1.18
6902 type: DisplayString
6903 - labels:
6904 - ifIndex
6905 labelname: ifDescr
6906 oid: 1.3.6.1.2.1.2.2.1.2
6907 type: DisplayString
6908 - labels:
6909 - ifIndex
6910 labelname: ifName
6911 oid: 1.3.6.1.2.1.31.1.1.1.1
6912 type: DisplayString
6913 - name: ifAdminStatus
6914 oid: 1.3.6.1.2.1.2.2.1.7
6915 type: gauge
6916 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
6917 indexes:
6918 - labelname: ifIndex
6919 type: gauge
6920 lookups:
6921 - labels:
6922 - ifIndex
6923 labelname: ifAlias
6924 oid: 1.3.6.1.2.1.31.1.1.1.18
6925 type: DisplayString
6926 - labels:
6927 - ifIndex
6928 labelname: ifDescr
6929 oid: 1.3.6.1.2.1.2.2.1.2
6930 type: DisplayString
6931 - labels:
6932 - ifIndex
6933 labelname: ifName
6934 oid: 1.3.6.1.2.1.31.1.1.1.1
6935 type: DisplayString
6936 enum_values:
6937 1: up
6938 2: down
6939 3: testing
6940 - name: ifOperStatus
6941 oid: 1.3.6.1.2.1.2.2.1.8
6942 type: gauge
6943 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
6944 indexes:
6945 - labelname: ifIndex
6946 type: gauge
6947 lookups:
6948 - labels:
6949 - ifIndex
6950 labelname: ifAlias
6951 oid: 1.3.6.1.2.1.31.1.1.1.18
6952 type: DisplayString
6953 - labels:
6954 - ifIndex
6955 labelname: ifDescr
6956 oid: 1.3.6.1.2.1.2.2.1.2
6957 type: DisplayString
6958 - labels:
6959 - ifIndex
6960 labelname: ifName
6961 oid: 1.3.6.1.2.1.31.1.1.1.1
6962 type: DisplayString
6963 enum_values:
6964 1: up
6965 2: down
6966 3: testing
6967 4: unknown
6968 5: dormant
6969 6: notPresent
6970 7: lowerLayerDown
6971 - name: ifLastChange
6972 oid: 1.3.6.1.2.1.2.2.1.9
6973 type: gauge
6974 help: The value of sysUpTime at the time the interface entered its current operational
6975 state - 1.3.6.1.2.1.2.2.1.9
6976 indexes:
6977 - labelname: ifIndex
6978 type: gauge
6979 lookups:
6980 - labels:
6981 - ifIndex
6982 labelname: ifAlias
6983 oid: 1.3.6.1.2.1.31.1.1.1.18
6984 type: DisplayString
6985 - labels:
6986 - ifIndex
6987 labelname: ifDescr
6988 oid: 1.3.6.1.2.1.2.2.1.2
6989 type: DisplayString
6990 - labels:
6991 - ifIndex
6992 labelname: ifName
6993 oid: 1.3.6.1.2.1.31.1.1.1.1
6994 type: DisplayString
6995 - name: ifInOctets
6996 oid: 1.3.6.1.2.1.2.2.1.10
6997 type: counter
6998 help: The total number of octets received on the interface, including framing
6999 characters - 1.3.6.1.2.1.2.2.1.10
7000 indexes:
7001 - labelname: ifIndex
7002 type: gauge
7003 lookups:
7004 - labels:
7005 - ifIndex
7006 labelname: ifAlias
7007 oid: 1.3.6.1.2.1.31.1.1.1.18
7008 type: DisplayString
7009 - labels:
7010 - ifIndex
7011 labelname: ifDescr
7012 oid: 1.3.6.1.2.1.2.2.1.2
7013 type: DisplayString
7014 - labels:
7015 - ifIndex
7016 labelname: ifName
7017 oid: 1.3.6.1.2.1.31.1.1.1.1
7018 type: DisplayString
7019 - name: ifInUcastPkts
7020 oid: 1.3.6.1.2.1.2.2.1.11
7021 type: counter
7022 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7023 which were not addressed to a multicast or broadcast address at this sub-layer
7024 - 1.3.6.1.2.1.2.2.1.11
7025 indexes:
7026 - labelname: ifIndex
7027 type: gauge
7028 lookups:
7029 - labels:
7030 - ifIndex
7031 labelname: ifAlias
7032 oid: 1.3.6.1.2.1.31.1.1.1.18
7033 type: DisplayString
7034 - labels:
7035 - ifIndex
7036 labelname: ifDescr
7037 oid: 1.3.6.1.2.1.2.2.1.2
7038 type: DisplayString
7039 - labels:
7040 - ifIndex
7041 labelname: ifName
7042 oid: 1.3.6.1.2.1.31.1.1.1.1
7043 type: DisplayString
7044 - name: ifInNUcastPkts
7045 oid: 1.3.6.1.2.1.2.2.1.12
7046 type: counter
7047 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7048 which were addressed to a multicast or broadcast address at this sub-layer -
7049 1.3.6.1.2.1.2.2.1.12
7050 indexes:
7051 - labelname: ifIndex
7052 type: gauge
7053 lookups:
7054 - labels:
7055 - ifIndex
7056 labelname: ifAlias
7057 oid: 1.3.6.1.2.1.31.1.1.1.18
7058 type: DisplayString
7059 - labels:
7060 - ifIndex
7061 labelname: ifDescr
7062 oid: 1.3.6.1.2.1.2.2.1.2
7063 type: DisplayString
7064 - labels:
7065 - ifIndex
7066 labelname: ifName
7067 oid: 1.3.6.1.2.1.31.1.1.1.1
7068 type: DisplayString
7069 - name: ifInDiscards
7070 oid: 1.3.6.1.2.1.2.2.1.13
7071 type: counter
7072 help: The number of inbound packets which were chosen to be discarded even though
7073 no errors had been detected to prevent their being deliverable to a higher-layer
7074 protocol - 1.3.6.1.2.1.2.2.1.13
7075 indexes:
7076 - labelname: ifIndex
7077 type: gauge
7078 lookups:
7079 - labels:
7080 - ifIndex
7081 labelname: ifAlias
7082 oid: 1.3.6.1.2.1.31.1.1.1.18
7083 type: DisplayString
7084 - labels:
7085 - ifIndex
7086 labelname: ifDescr
7087 oid: 1.3.6.1.2.1.2.2.1.2
7088 type: DisplayString
7089 - labels:
7090 - ifIndex
7091 labelname: ifName
7092 oid: 1.3.6.1.2.1.31.1.1.1.1
7093 type: DisplayString
7094 - name: ifInErrors
7095 oid: 1.3.6.1.2.1.2.2.1.14
7096 type: counter
7097 help: For packet-oriented interfaces, the number of inbound packets that contained
7098 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
7099 indexes:
7100 - labelname: ifIndex
7101 type: gauge
7102 lookups:
7103 - labels:
7104 - ifIndex
7105 labelname: ifAlias
7106 oid: 1.3.6.1.2.1.31.1.1.1.18
7107 type: DisplayString
7108 - labels:
7109 - ifIndex
7110 labelname: ifDescr
7111 oid: 1.3.6.1.2.1.2.2.1.2
7112 type: DisplayString
7113 - labels:
7114 - ifIndex
7115 labelname: ifName
7116 oid: 1.3.6.1.2.1.31.1.1.1.1
7117 type: DisplayString
7118 - name: ifInUnknownProtos
7119 oid: 1.3.6.1.2.1.2.2.1.15
7120 type: counter
7121 help: For packet-oriented interfaces, the number of packets received via the interface
7122 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
7123 indexes:
7124 - labelname: ifIndex
7125 type: gauge
7126 lookups:
7127 - labels:
7128 - ifIndex
7129 labelname: ifAlias
7130 oid: 1.3.6.1.2.1.31.1.1.1.18
7131 type: DisplayString
7132 - labels:
7133 - ifIndex
7134 labelname: ifDescr
7135 oid: 1.3.6.1.2.1.2.2.1.2
7136 type: DisplayString
7137 - labels:
7138 - ifIndex
7139 labelname: ifName
7140 oid: 1.3.6.1.2.1.31.1.1.1.1
7141 type: DisplayString
7142 - name: ifOutOctets
7143 oid: 1.3.6.1.2.1.2.2.1.16
7144 type: counter
7145 help: The total number of octets transmitted out of the interface, including framing
7146 characters - 1.3.6.1.2.1.2.2.1.16
7147 indexes:
7148 - labelname: ifIndex
7149 type: gauge
7150 lookups:
7151 - labels:
7152 - ifIndex
7153 labelname: ifAlias
7154 oid: 1.3.6.1.2.1.31.1.1.1.18
7155 type: DisplayString
7156 - labels:
7157 - ifIndex
7158 labelname: ifDescr
7159 oid: 1.3.6.1.2.1.2.2.1.2
7160 type: DisplayString
7161 - labels:
7162 - ifIndex
7163 labelname: ifName
7164 oid: 1.3.6.1.2.1.31.1.1.1.1
7165 type: DisplayString
7166 - name: ifOutUcastPkts
7167 oid: 1.3.6.1.2.1.2.2.1.17
7168 type: counter
7169 help: The total number of packets that higher-level protocols requested be transmitted,
7170 and which were not addressed to a multicast or broadcast address at this sub-layer,
7171 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
7172 indexes:
7173 - labelname: ifIndex
7174 type: gauge
7175 lookups:
7176 - labels:
7177 - ifIndex
7178 labelname: ifAlias
7179 oid: 1.3.6.1.2.1.31.1.1.1.18
7180 type: DisplayString
7181 - labels:
7182 - ifIndex
7183 labelname: ifDescr
7184 oid: 1.3.6.1.2.1.2.2.1.2
7185 type: DisplayString
7186 - labels:
7187 - ifIndex
7188 labelname: ifName
7189 oid: 1.3.6.1.2.1.31.1.1.1.1
7190 type: DisplayString
7191 - name: ifOutNUcastPkts
7192 oid: 1.3.6.1.2.1.2.2.1.18
7193 type: counter
7194 help: The total number of packets that higher-level protocols requested be transmitted,
7195 and which were addressed to a multicast or broadcast address at this sub-layer,
7196 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
7197 indexes:
7198 - labelname: ifIndex
7199 type: gauge
7200 lookups:
7201 - labels:
7202 - ifIndex
7203 labelname: ifAlias
7204 oid: 1.3.6.1.2.1.31.1.1.1.18
7205 type: DisplayString
7206 - labels:
7207 - ifIndex
7208 labelname: ifDescr
7209 oid: 1.3.6.1.2.1.2.2.1.2
7210 type: DisplayString
7211 - labels:
7212 - ifIndex
7213 labelname: ifName
7214 oid: 1.3.6.1.2.1.31.1.1.1.1
7215 type: DisplayString
7216 - name: ifOutDiscards
7217 oid: 1.3.6.1.2.1.2.2.1.19
7218 type: counter
7219 help: The number of outbound packets which were chosen to be discarded even though
7220 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
7221 indexes:
7222 - labelname: ifIndex
7223 type: gauge
7224 lookups:
7225 - labels:
7226 - ifIndex
7227 labelname: ifAlias
7228 oid: 1.3.6.1.2.1.31.1.1.1.18
7229 type: DisplayString
7230 - labels:
7231 - ifIndex
7232 labelname: ifDescr
7233 oid: 1.3.6.1.2.1.2.2.1.2
7234 type: DisplayString
7235 - labels:
7236 - ifIndex
7237 labelname: ifName
7238 oid: 1.3.6.1.2.1.31.1.1.1.1
7239 type: DisplayString
7240 - name: ifOutErrors
7241 oid: 1.3.6.1.2.1.2.2.1.20
7242 type: counter
7243 help: For packet-oriented interfaces, the number of outbound packets that could
7244 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
7245 indexes:
7246 - labelname: ifIndex
7247 type: gauge
7248 lookups:
7249 - labels:
7250 - ifIndex
7251 labelname: ifAlias
7252 oid: 1.3.6.1.2.1.31.1.1.1.18
7253 type: DisplayString
7254 - labels:
7255 - ifIndex
7256 labelname: ifDescr
7257 oid: 1.3.6.1.2.1.2.2.1.2
7258 type: DisplayString
7259 - labels:
7260 - ifIndex
7261 labelname: ifName
7262 oid: 1.3.6.1.2.1.31.1.1.1.1
7263 type: DisplayString
7264 - name: ifOutQLen
7265 oid: 1.3.6.1.2.1.2.2.1.21
7266 type: gauge
7267 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
7268 indexes:
7269 - labelname: ifIndex
7270 type: gauge
7271 lookups:
7272 - labels:
7273 - ifIndex
7274 labelname: ifAlias
7275 oid: 1.3.6.1.2.1.31.1.1.1.18
7276 type: DisplayString
7277 - labels:
7278 - ifIndex
7279 labelname: ifDescr
7280 oid: 1.3.6.1.2.1.2.2.1.2
7281 type: DisplayString
7282 - labels:
7283 - ifIndex
7284 labelname: ifName
7285 oid: 1.3.6.1.2.1.31.1.1.1.1
7286 type: DisplayString
7287 - name: ifSpecific
7288 oid: 1.3.6.1.2.1.2.2.1.22
7289 type: OctetString
7290 help: A reference to MIB definitions specific to the particular media being used
7291 to realize the interface - 1.3.6.1.2.1.2.2.1.22
7292 indexes:
7293 - labelname: ifIndex
7294 type: gauge
7295 lookups:
7296 - labels:
7297 - ifIndex
7298 labelname: ifAlias
7299 oid: 1.3.6.1.2.1.31.1.1.1.18
7300 type: DisplayString
7301 - labels:
7302 - ifIndex
7303 labelname: ifDescr
7304 oid: 1.3.6.1.2.1.2.2.1.2
7305 type: DisplayString
7306 - labels:
7307 - ifIndex
7308 labelname: ifName
7309 oid: 1.3.6.1.2.1.31.1.1.1.1
7310 type: DisplayString
7311 - name: ifInMulticastPkts
7312 oid: 1.3.6.1.2.1.31.1.1.1.2
7313 type: counter
7314 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7315 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
7316 indexes:
7317 - labelname: ifIndex
7318 type: gauge
7319 lookups:
7320 - labels:
7321 - ifIndex
7322 labelname: ifAlias
7323 oid: 1.3.6.1.2.1.31.1.1.1.18
7324 type: DisplayString
7325 - labels:
7326 - ifIndex
7327 labelname: ifDescr
7328 oid: 1.3.6.1.2.1.2.2.1.2
7329 type: DisplayString
7330 - labels:
7331 - ifIndex
7332 labelname: ifName
7333 oid: 1.3.6.1.2.1.31.1.1.1.1
7334 type: DisplayString
7335 - name: ifInBroadcastPkts
7336 oid: 1.3.6.1.2.1.31.1.1.1.3
7337 type: counter
7338 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7339 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
7340 indexes:
7341 - labelname: ifIndex
7342 type: gauge
7343 lookups:
7344 - labels:
7345 - ifIndex
7346 labelname: ifAlias
7347 oid: 1.3.6.1.2.1.31.1.1.1.18
7348 type: DisplayString
7349 - labels:
7350 - ifIndex
7351 labelname: ifDescr
7352 oid: 1.3.6.1.2.1.2.2.1.2
7353 type: DisplayString
7354 - labels:
7355 - ifIndex
7356 labelname: ifName
7357 oid: 1.3.6.1.2.1.31.1.1.1.1
7358 type: DisplayString
7359 - name: ifOutMulticastPkts
7360 oid: 1.3.6.1.2.1.31.1.1.1.4
7361 type: counter
7362 help: The total number of packets that higher-level protocols requested be transmitted,
7363 and which were addressed to a multicast address at this sub-layer, including
7364 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
7365 indexes:
7366 - labelname: ifIndex
7367 type: gauge
7368 lookups:
7369 - labels:
7370 - ifIndex
7371 labelname: ifAlias
7372 oid: 1.3.6.1.2.1.31.1.1.1.18
7373 type: DisplayString
7374 - labels:
7375 - ifIndex
7376 labelname: ifDescr
7377 oid: 1.3.6.1.2.1.2.2.1.2
7378 type: DisplayString
7379 - labels:
7380 - ifIndex
7381 labelname: ifName
7382 oid: 1.3.6.1.2.1.31.1.1.1.1
7383 type: DisplayString
7384 - name: ifOutBroadcastPkts
7385 oid: 1.3.6.1.2.1.31.1.1.1.5
7386 type: counter
7387 help: The total number of packets that higher-level protocols requested be transmitted,
7388 and which were addressed to a broadcast address at this sub-layer, including
7389 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
7390 indexes:
7391 - labelname: ifIndex
7392 type: gauge
7393 lookups:
7394 - labels:
7395 - ifIndex
7396 labelname: ifAlias
7397 oid: 1.3.6.1.2.1.31.1.1.1.18
7398 type: DisplayString
7399 - labels:
7400 - ifIndex
7401 labelname: ifDescr
7402 oid: 1.3.6.1.2.1.2.2.1.2
7403 type: DisplayString
7404 - labels:
7405 - ifIndex
7406 labelname: ifName
7407 oid: 1.3.6.1.2.1.31.1.1.1.1
7408 type: DisplayString
7409 - name: ifHCInOctets
7410 oid: 1.3.6.1.2.1.31.1.1.1.6
7411 type: counter
7412 help: The total number of octets received on the interface, including framing
7413 characters - 1.3.6.1.2.1.31.1.1.1.6
7414 indexes:
7415 - labelname: ifIndex
7416 type: gauge
7417 lookups:
7418 - labels:
7419 - ifIndex
7420 labelname: ifAlias
7421 oid: 1.3.6.1.2.1.31.1.1.1.18
7422 type: DisplayString
7423 - labels:
7424 - ifIndex
7425 labelname: ifDescr
7426 oid: 1.3.6.1.2.1.2.2.1.2
7427 type: DisplayString
7428 - labels:
7429 - ifIndex
7430 labelname: ifName
7431 oid: 1.3.6.1.2.1.31.1.1.1.1
7432 type: DisplayString
7433 - name: ifHCInUcastPkts
7434 oid: 1.3.6.1.2.1.31.1.1.1.7
7435 type: counter
7436 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7437 which were not addressed to a multicast or broadcast address at this sub-layer
7438 - 1.3.6.1.2.1.31.1.1.1.7
7439 indexes:
7440 - labelname: ifIndex
7441 type: gauge
7442 lookups:
7443 - labels:
7444 - ifIndex
7445 labelname: ifAlias
7446 oid: 1.3.6.1.2.1.31.1.1.1.18
7447 type: DisplayString
7448 - labels:
7449 - ifIndex
7450 labelname: ifDescr
7451 oid: 1.3.6.1.2.1.2.2.1.2
7452 type: DisplayString
7453 - labels:
7454 - ifIndex
7455 labelname: ifName
7456 oid: 1.3.6.1.2.1.31.1.1.1.1
7457 type: DisplayString
7458 - name: ifHCInMulticastPkts
7459 oid: 1.3.6.1.2.1.31.1.1.1.8
7460 type: counter
7461 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7462 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
7463 indexes:
7464 - labelname: ifIndex
7465 type: gauge
7466 lookups:
7467 - labels:
7468 - ifIndex
7469 labelname: ifAlias
7470 oid: 1.3.6.1.2.1.31.1.1.1.18
7471 type: DisplayString
7472 - labels:
7473 - ifIndex
7474 labelname: ifDescr
7475 oid: 1.3.6.1.2.1.2.2.1.2
7476 type: DisplayString
7477 - labels:
7478 - ifIndex
7479 labelname: ifName
7480 oid: 1.3.6.1.2.1.31.1.1.1.1
7481 type: DisplayString
7482 - name: ifHCInBroadcastPkts
7483 oid: 1.3.6.1.2.1.31.1.1.1.9
7484 type: counter
7485 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7486 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
7487 indexes:
7488 - labelname: ifIndex
7489 type: gauge
7490 lookups:
7491 - labels:
7492 - ifIndex
7493 labelname: ifAlias
7494 oid: 1.3.6.1.2.1.31.1.1.1.18
7495 type: DisplayString
7496 - labels:
7497 - ifIndex
7498 labelname: ifDescr
7499 oid: 1.3.6.1.2.1.2.2.1.2
7500 type: DisplayString
7501 - labels:
7502 - ifIndex
7503 labelname: ifName
7504 oid: 1.3.6.1.2.1.31.1.1.1.1
7505 type: DisplayString
7506 - name: ifHCOutOctets
7507 oid: 1.3.6.1.2.1.31.1.1.1.10
7508 type: counter
7509 help: The total number of octets transmitted out of the interface, including framing
7510 characters - 1.3.6.1.2.1.31.1.1.1.10
7511 indexes:
7512 - labelname: ifIndex
7513 type: gauge
7514 lookups:
7515 - labels:
7516 - ifIndex
7517 labelname: ifAlias
7518 oid: 1.3.6.1.2.1.31.1.1.1.18
7519 type: DisplayString
7520 - labels:
7521 - ifIndex
7522 labelname: ifDescr
7523 oid: 1.3.6.1.2.1.2.2.1.2
7524 type: DisplayString
7525 - labels:
7526 - ifIndex
7527 labelname: ifName
7528 oid: 1.3.6.1.2.1.31.1.1.1.1
7529 type: DisplayString
7530 - name: ifHCOutUcastPkts
7531 oid: 1.3.6.1.2.1.31.1.1.1.11
7532 type: counter
7533 help: The total number of packets that higher-level protocols requested be transmitted,
7534 and which were not addressed to a multicast or broadcast address at this sub-layer,
7535 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
7536 indexes:
7537 - labelname: ifIndex
7538 type: gauge
7539 lookups:
7540 - labels:
7541 - ifIndex
7542 labelname: ifAlias
7543 oid: 1.3.6.1.2.1.31.1.1.1.18
7544 type: DisplayString
7545 - labels:
7546 - ifIndex
7547 labelname: ifDescr
7548 oid: 1.3.6.1.2.1.2.2.1.2
7549 type: DisplayString
7550 - labels:
7551 - ifIndex
7552 labelname: ifName
7553 oid: 1.3.6.1.2.1.31.1.1.1.1
7554 type: DisplayString
7555 - name: ifHCOutMulticastPkts
7556 oid: 1.3.6.1.2.1.31.1.1.1.12
7557 type: counter
7558 help: The total number of packets that higher-level protocols requested be transmitted,
7559 and which were addressed to a multicast address at this sub-layer, including
7560 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
7561 indexes:
7562 - labelname: ifIndex
7563 type: gauge
7564 lookups:
7565 - labels:
7566 - ifIndex
7567 labelname: ifAlias
7568 oid: 1.3.6.1.2.1.31.1.1.1.18
7569 type: DisplayString
7570 - labels:
7571 - ifIndex
7572 labelname: ifDescr
7573 oid: 1.3.6.1.2.1.2.2.1.2
7574 type: DisplayString
7575 - labels:
7576 - ifIndex
7577 labelname: ifName
7578 oid: 1.3.6.1.2.1.31.1.1.1.1
7579 type: DisplayString
7580 - name: ifHCOutBroadcastPkts
7581 oid: 1.3.6.1.2.1.31.1.1.1.13
7582 type: counter
7583 help: The total number of packets that higher-level protocols requested be transmitted,
7584 and which were addressed to a broadcast address at this sub-layer, including
7585 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
7586 indexes:
7587 - labelname: ifIndex
7588 type: gauge
7589 lookups:
7590 - labels:
7591 - ifIndex
7592 labelname: ifAlias
7593 oid: 1.3.6.1.2.1.31.1.1.1.18
7594 type: DisplayString
7595 - labels:
7596 - ifIndex
7597 labelname: ifDescr
7598 oid: 1.3.6.1.2.1.2.2.1.2
7599 type: DisplayString
7600 - labels:
7601 - ifIndex
7602 labelname: ifName
7603 oid: 1.3.6.1.2.1.31.1.1.1.1
7604 type: DisplayString
7605 - name: ifLinkUpDownTrapEnable
7606 oid: 1.3.6.1.2.1.31.1.1.1.14
7607 type: gauge
7608 help: Indicates whether linkUp/linkDown traps should be generated for this interface
7609 - 1.3.6.1.2.1.31.1.1.1.14
7610 indexes:
7611 - labelname: ifIndex
7612 type: gauge
7613 lookups:
7614 - labels:
7615 - ifIndex
7616 labelname: ifAlias
7617 oid: 1.3.6.1.2.1.31.1.1.1.18
7618 type: DisplayString
7619 - labels:
7620 - ifIndex
7621 labelname: ifDescr
7622 oid: 1.3.6.1.2.1.2.2.1.2
7623 type: DisplayString
7624 - labels:
7625 - ifIndex
7626 labelname: ifName
7627 oid: 1.3.6.1.2.1.31.1.1.1.1
7628 type: DisplayString
7629 enum_values:
7630 1: enabled
7631 2: disabled
7632 - name: ifHighSpeed
7633 oid: 1.3.6.1.2.1.31.1.1.1.15
7634 type: gauge
7635 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
7636 per second - 1.3.6.1.2.1.31.1.1.1.15
7637 indexes:
7638 - labelname: ifIndex
7639 type: gauge
7640 lookups:
7641 - labels:
7642 - ifIndex
7643 labelname: ifAlias
7644 oid: 1.3.6.1.2.1.31.1.1.1.18
7645 type: DisplayString
7646 - labels:
7647 - ifIndex
7648 labelname: ifDescr
7649 oid: 1.3.6.1.2.1.2.2.1.2
7650 type: DisplayString
7651 - labels:
7652 - ifIndex
7653 labelname: ifName
7654 oid: 1.3.6.1.2.1.31.1.1.1.1
7655 type: DisplayString
7656 - name: ifPromiscuousMode
7657 oid: 1.3.6.1.2.1.31.1.1.1.16
7658 type: gauge
7659 help: This object has a value of false(2) if this interface only accepts packets/frames
7660 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
7661 indexes:
7662 - labelname: ifIndex
7663 type: gauge
7664 lookups:
7665 - labels:
7666 - ifIndex
7667 labelname: ifAlias
7668 oid: 1.3.6.1.2.1.31.1.1.1.18
7669 type: DisplayString
7670 - labels:
7671 - ifIndex
7672 labelname: ifDescr
7673 oid: 1.3.6.1.2.1.2.2.1.2
7674 type: DisplayString
7675 - labels:
7676 - ifIndex
7677 labelname: ifName
7678 oid: 1.3.6.1.2.1.31.1.1.1.1
7679 type: DisplayString
7680 enum_values:
7681 1: "true"
7682 2: "false"
7683 - name: ifConnectorPresent
7684 oid: 1.3.6.1.2.1.31.1.1.1.17
7685 type: gauge
7686 help: This object has the value 'true(1)' if the interface sublayer has a physical
7687 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
7688 indexes:
7689 - labelname: ifIndex
7690 type: gauge
7691 lookups:
7692 - labels:
7693 - ifIndex
7694 labelname: ifAlias
7695 oid: 1.3.6.1.2.1.31.1.1.1.18
7696 type: DisplayString
7697 - labels:
7698 - ifIndex
7699 labelname: ifDescr
7700 oid: 1.3.6.1.2.1.2.2.1.2
7701 type: DisplayString
7702 - labels:
7703 - ifIndex
7704 labelname: ifName
7705 oid: 1.3.6.1.2.1.31.1.1.1.1
7706 type: DisplayString
7707 enum_values:
7708 1: "true"
7709 2: "false"
7710 - name: ifCounterDiscontinuityTime
7711 oid: 1.3.6.1.2.1.31.1.1.1.19
7712 type: gauge
7713 help: The value of sysUpTime on the most recent occasion at which any one or more
7714 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
7715 indexes:
7716 - labelname: ifIndex
7717 type: gauge
7718 lookups:
7719 - labels:
7720 - ifIndex
7721 labelname: ifAlias
7722 oid: 1.3.6.1.2.1.31.1.1.1.18
7723 type: DisplayString
7724 - labels:
7725 - ifIndex
7726 labelname: ifDescr
7727 oid: 1.3.6.1.2.1.2.2.1.2
7728 type: DisplayString
7729 - labels:
7730 - ifIndex
7731 labelname: ifName
7732 oid: 1.3.6.1.2.1.31.1.1.1.1
7733 type: DisplayString
7734 infrapower_pdu:
7735 walk:
7736 - 1.3.6.1.4.1.34550.20.2.1.1.1.1
7737 - 1.3.6.1.4.1.34550.20.2.1.1.1.13
7738 - 1.3.6.1.4.1.34550.20.2.1.1.1.14
7739 - 1.3.6.1.4.1.34550.20.2.1.1.1.17
7740 - 1.3.6.1.4.1.34550.20.2.1.1.1.6
7741 - 1.3.6.1.4.1.34550.20.2.1.1.1.7
7742 get:
7743 - 1.3.6.1.2.1.1.3.0
7744 metrics:
7745 - name: sysUpTime
7746 oid: 1.3.6.1.2.1.1.3
7747 type: gauge
7748 help: The time (in hundredths of a second) since the network management portion
7749 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
7750 - name: pduMainLoadVoltage
7751 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.13
7752 type: DisplayString
7753 help: The voltage measured on this PDU in tenth of Volts - 1.3.6.1.4.1.34550.20.2.1.1.1.13
7754 indexes:
7755 - labelname: pduIndex
7756 type: gauge
7757 lookups:
7758 - labels:
7759 - pduIndex
7760 labelname: pduName
7761 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6
7762 type: DisplayString
7763 - labels:
7764 - pduIndex
7765 labelname: pduLocation
7766 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7
7767 type: DisplayString
7768 regex_extracts:
7769 "":
7770 - value: $1.$2
7771 regex: ^(?:(.*)(.))$
7772 - name: pduMainLoadAmp
7773 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.14
7774 type: DisplayString
7775 help: The current load measured on this PDU in tenth of Amps - 1.3.6.1.4.1.34550.20.2.1.1.1.14
7776 indexes:
7777 - labelname: pduIndex
7778 type: gauge
7779 lookups:
7780 - labels:
7781 - pduIndex
7782 labelname: pduName
7783 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6
7784 type: DisplayString
7785 - labels:
7786 - pduIndex
7787 labelname: pduLocation
7788 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7
7789 type: DisplayString
7790 regex_extracts:
7791 "":
7792 - value: $1.$2
7793 regex: ^(?:(.*)(.))$
7794 - name: pduMainActivePower
7795 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.17
7796 type: DisplayString
7797 help: The active power consumption of this PDU in hundred-thousandth of kW - 1.3.6.1.4.1.34550.20.2.1.1.1.17
7798 indexes:
7799 - labelname: pduIndex
7800 type: gauge
7801 lookups:
7802 - labels:
7803 - pduIndex
7804 labelname: pduName
7805 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6
7806 type: DisplayString
7807 - labels:
7808 - pduIndex
7809 labelname: pduLocation
7810 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7
7811 type: DisplayString
7812 regex_extracts:
7813 "":
7814 - value: 0$1.$2
7815 regex: ^(?:(\d*?)(\d{2}))$
7816 - value: 0.0$1
7817 regex: ^(?:^(\d))$
7818 keepalived:
7819 walk:
7820 - 1.3.6.1.2.1.68.2.4
7821 - 1.3.6.1.4.1.9586.100.5.2.1
7822 - 1.3.6.1.4.1.9586.100.5.2.3
7823 - 1.3.6.1.4.1.9586.100.5.3.1
7824 - 1.3.6.1.4.1.9586.100.5.3.3
7825 - 1.3.6.1.4.1.9586.100.5.3.4
7826 metrics:
7827 - name: vrrpStatsBecomeMaster
7828 oid: 1.3.6.1.2.1.68.2.4.1.1
7829 type: counter
7830 help: The total number of times that this virtual router's state has transitioned
7831 to MASTER. - 1.3.6.1.2.1.68.2.4.1.1
7832 indexes:
7833 - labelname: ifIndex
7834 type: gauge
7835 - labelname: vrrpOperVrId
7836 type: gauge
7837 - name: vrrpStatsAdvertiseRcvd
7838 oid: 1.3.6.1.2.1.68.2.4.1.2
7839 type: counter
7840 help: The total number of VRRP advertisements received by this virtual router.
7841 - 1.3.6.1.2.1.68.2.4.1.2
7842 indexes:
7843 - labelname: ifIndex
7844 type: gauge
7845 - labelname: vrrpOperVrId
7846 type: gauge
7847 - name: vrrpStatsAdvertiseIntervalErrors
7848 oid: 1.3.6.1.2.1.68.2.4.1.3
7849 type: counter
7850 help: The total number of VRRP advertisement packets received for which the advertisement
7851 interval is different than the one configured for the local virtual router.
7852 - 1.3.6.1.2.1.68.2.4.1.3
7853 indexes:
7854 - labelname: ifIndex
7855 type: gauge
7856 - labelname: vrrpOperVrId
7857 type: gauge
7858 - name: vrrpStatsAuthFailures
7859 oid: 1.3.6.1.2.1.68.2.4.1.4
7860 type: counter
7861 help: The total number of VRRP packets received that do not pass the authentication
7862 check. - 1.3.6.1.2.1.68.2.4.1.4
7863 indexes:
7864 - labelname: ifIndex
7865 type: gauge
7866 - labelname: vrrpOperVrId
7867 type: gauge
7868 - name: vrrpStatsIpTtlErrors
7869 oid: 1.3.6.1.2.1.68.2.4.1.5
7870 type: counter
7871 help: The total number of VRRP packets received by the virtual router with IP
7872 TTL (Time-To-Live) not equal to 255. - 1.3.6.1.2.1.68.2.4.1.5
7873 indexes:
7874 - labelname: ifIndex
7875 type: gauge
7876 - labelname: vrrpOperVrId
7877 type: gauge
7878 - name: vrrpStatsPriorityZeroPktsRcvd
7879 oid: 1.3.6.1.2.1.68.2.4.1.6
7880 type: counter
7881 help: The total number of VRRP packets received by the virtual router with a priority
7882 of '0'. - 1.3.6.1.2.1.68.2.4.1.6
7883 indexes:
7884 - labelname: ifIndex
7885 type: gauge
7886 - labelname: vrrpOperVrId
7887 type: gauge
7888 - name: vrrpStatsPriorityZeroPktsSent
7889 oid: 1.3.6.1.2.1.68.2.4.1.7
7890 type: counter
7891 help: The total number of VRRP packets sent by the virtual router with a priority
7892 of '0'. - 1.3.6.1.2.1.68.2.4.1.7
7893 indexes:
7894 - labelname: ifIndex
7895 type: gauge
7896 - labelname: vrrpOperVrId
7897 type: gauge
7898 - name: vrrpStatsInvalidTypePktsRcvd
7899 oid: 1.3.6.1.2.1.68.2.4.1.8
7900 type: counter
7901 help: The number of VRRP packets received by the virtual router with an invalid
7902 value in the 'type' field. - 1.3.6.1.2.1.68.2.4.1.8
7903 indexes:
7904 - labelname: ifIndex
7905 type: gauge
7906 - labelname: vrrpOperVrId
7907 type: gauge
7908 - name: vrrpStatsAddressListErrors
7909 oid: 1.3.6.1.2.1.68.2.4.1.9
7910 type: counter
7911 help: The total number of packets received for which the address list does not
7912 match the locally configured list for the virtual router. - 1.3.6.1.2.1.68.2.4.1.9
7913 indexes:
7914 - labelname: ifIndex
7915 type: gauge
7916 - labelname: vrrpOperVrId
7917 type: gauge
7918 - name: vrrpStatsInvalidAuthType
7919 oid: 1.3.6.1.2.1.68.2.4.1.10
7920 type: counter
7921 help: The total number of packets received with an unknown authentication type.
7922 - 1.3.6.1.2.1.68.2.4.1.10
7923 indexes:
7924 - labelname: ifIndex
7925 type: gauge
7926 - labelname: vrrpOperVrId
7927 type: gauge
7928 - name: vrrpStatsAuthTypeMismatch
7929 oid: 1.3.6.1.2.1.68.2.4.1.11
7930 type: counter
7931 help: The total number of packets received with 'Auth Type' not equal to the locally
7932 configured authentication method (`vrrpOperAuthType'). - 1.3.6.1.2.1.68.2.4.1.11
7933 indexes:
7934 - labelname: ifIndex
7935 type: gauge
7936 - labelname: vrrpOperVrId
7937 type: gauge
7938 - name: vrrpStatsPacketLengthErrors
7939 oid: 1.3.6.1.2.1.68.2.4.1.12
7940 type: counter
7941 help: The total number of packets received with a packet length less than the
7942 length of the VRRP header. - 1.3.6.1.2.1.68.2.4.1.12
7943 indexes:
7944 - labelname: ifIndex
7945 type: gauge
7946 - labelname: vrrpOperVrId
7947 type: gauge
7948 - name: vrrpSyncGroupIndex
7949 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.1
7950 type: gauge
7951 help: Index of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.1
7952 indexes:
7953 - labelname: vrrpSyncGroupIndex
7954 type: gauge
7955 - name: vrrpSyncGroupName
7956 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.2
7957 type: DisplayString
7958 help: Name of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.2
7959 indexes:
7960 - labelname: vrrpSyncGroupIndex
7961 type: gauge
7962 - name: vrrpSyncGroupState
7963 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.3
7964 type: gauge
7965 help: Current state of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.3
7966 indexes:
7967 - labelname: vrrpSyncGroupIndex
7968 type: gauge
7969 enum_values:
7970 0: init
7971 1: backup
7972 2: master
7973 3: fault
7974 4: unknown
7975 5: shutdown
7976 6: deleted
7977 - name: vrrpSyncGroupSmtpAlert
7978 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.4
7979 type: gauge
7980 help: Will SMTP alert be sent for this synchronisation group? - 1.3.6.1.4.1.9586.100.5.2.1.1.4
7981 indexes:
7982 - labelname: vrrpSyncGroupIndex
7983 type: gauge
7984 enum_values:
7985 1: enabled
7986 2: disabled
7987 - name: vrrpSyncGroupNotifyExec
7988 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.5
7989 type: gauge
7990 help: Will we execute notification script for this group? - 1.3.6.1.4.1.9586.100.5.2.1.1.5
7991 indexes:
7992 - labelname: vrrpSyncGroupIndex
7993 type: gauge
7994 enum_values:
7995 1: enabled
7996 2: disabled
7997 - name: vrrpSyncGroupTrackingWeight
7998 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.10
7999 type: gauge
8000 help: Allow differing tracking weights for sync group members - 1.3.6.1.4.1.9586.100.5.2.1.1.10
8001 indexes:
8002 - labelname: vrrpSyncGroupIndex
8003 type: gauge
8004 enum_values:
8005 1: enabled
8006 2: disabled
8007 - name: vrrpInstanceIndex
8008 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.1
8009 type: gauge
8010 help: Index of the VRRP instance - 1.3.6.1.4.1.9586.100.5.2.3.1.1
8011 indexes:
8012 - labelname: vrrpInstanceIndex
8013 type: gauge
8014 enum_values:
8015 0: static
8016 enum_values:
8017 0: static
8018 - name: vrrpInstanceName
8019 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.2
8020 type: DisplayString
8021 help: Name of the VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.2
8022 indexes:
8023 - labelname: vrrpInstanceIndex
8024 type: gauge
8025 enum_values:
8026 0: static
8027 - name: vrrpInstanceVirtualRouterId
8028 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.3
8029 type: gauge
8030 help: Virtual Router ID (VRID) for this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.3
8031 indexes:
8032 - labelname: vrrpInstanceIndex
8033 type: gauge
8034 enum_values:
8035 0: static
8036 - name: vrrpInstanceState
8037 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.4
8038 type: gauge
8039 help: Current state of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.4
8040 indexes:
8041 - labelname: vrrpInstanceIndex
8042 type: gauge
8043 enum_values:
8044 0: static
8045 enum_values:
8046 0: init
8047 1: backup
8048 2: master
8049 3: fault
8050 4: unknown
8051 5: shutdown
8052 6: deleted
8053 - name: vrrpInstanceInitialState
8054 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.5
8055 type: gauge
8056 help: Initial state of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.5
8057 indexes:
8058 - labelname: vrrpInstanceIndex
8059 type: gauge
8060 enum_values:
8061 0: static
8062 enum_values:
8063 0: init
8064 1: backup
8065 2: master
8066 3: fault
8067 4: unknown
8068 5: shutdown
8069 6: deleted
8070 - name: vrrpInstanceWantedState
8071 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.6
8072 type: gauge
8073 help: State wanted by the operator for this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.6
8074 indexes:
8075 - labelname: vrrpInstanceIndex
8076 type: gauge
8077 enum_values:
8078 0: static
8079 enum_values:
8080 0: init
8081 1: backup
8082 2: master
8083 3: fault
8084 4: unknown
8085 5: shutdown
8086 6: deleted
8087 - name: vrrpInstanceBasePriority
8088 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.7
8089 type: gauge
8090 help: Base priority (as defined in the configuration file) for this VRRP instance
8091 - 1.3.6.1.4.1.9586.100.5.2.3.1.7
8092 indexes:
8093 - labelname: vrrpInstanceIndex
8094 type: gauge
8095 enum_values:
8096 0: static
8097 - name: vrrpInstanceEffectivePriority
8098 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.8
8099 type: gauge
8100 help: Effective priority for this VRRP instance - 1.3.6.1.4.1.9586.100.5.2.3.1.8
8101 indexes:
8102 - labelname: vrrpInstanceIndex
8103 type: gauge
8104 enum_values:
8105 0: static
8106 - name: vrrpInstanceVipsStatus
8107 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.9
8108 type: gauge
8109 help: Are all VIP of this VRRP instance enabled? - 1.3.6.1.4.1.9586.100.5.2.3.1.9
8110 indexes:
8111 - labelname: vrrpInstanceIndex
8112 type: gauge
8113 enum_values:
8114 0: static
8115 enum_values:
8116 1: allSet
8117 2: notAllSet
8118 - name: vrrpInstancePrimaryInterface
8119 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.10
8120 type: DisplayString
8121 help: Primary interface of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.10
8122 indexes:
8123 - labelname: vrrpInstanceIndex
8124 type: gauge
8125 enum_values:
8126 0: static
8127 - name: vrrpInstanceTrackPrimaryIf
8128 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.11
8129 type: gauge
8130 help: Do we track the status of the primary interface? - 1.3.6.1.4.1.9586.100.5.2.3.1.11
8131 indexes:
8132 - labelname: vrrpInstanceIndex
8133 type: gauge
8134 enum_values:
8135 0: static
8136 enum_values:
8137 1: tracked
8138 2: notTracked
8139 - name: vrrpInstanceAdvertisementsInt
8140 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.12
8141 type: gauge
8142 help: Delay in seconds between two VRRP advertisements and it is in centiseconds
8143 between two VRRPV3 advertisements - 1.3.6.1.4.1.9586.100.5.2.3.1.12
8144 indexes:
8145 - labelname: vrrpInstanceIndex
8146 type: gauge
8147 enum_values:
8148 0: static
8149 - name: vrrpInstancePreempt
8150 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.13
8151 type: gauge
8152 help: Will a higher priority advertisement preempt a lower instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.13
8153 indexes:
8154 - labelname: vrrpInstanceIndex
8155 type: gauge
8156 enum_values:
8157 0: static
8158 enum_values:
8159 1: preempt
8160 2: noPreempt
8161 - name: vrrpInstancePreemptDelay
8162 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.14
8163 type: gauge
8164 help: Delay after startup or lower priority advert received until preemption can
8165 happen - 1.3.6.1.4.1.9586.100.5.2.3.1.14
8166 indexes:
8167 - labelname: vrrpInstanceIndex
8168 type: gauge
8169 enum_values:
8170 0: static
8171 - name: vrrpInstanceAuthType
8172 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.15
8173 type: gauge
8174 help: VRRPv2 supports authentication method to authenticate other peers - 1.3.6.1.4.1.9586.100.5.2.3.1.15
8175 indexes:
8176 - labelname: vrrpInstanceIndex
8177 type: gauge
8178 enum_values:
8179 0: static
8180 enum_values:
8181 0: none
8182 1: password
8183 2: ah
8184 - name: vrrpInstanceSyncGroup
8185 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.18
8186 type: DisplayString
8187 help: Name of the synchronisation group this VRRP instance belongs, if any. -
8188 1.3.6.1.4.1.9586.100.5.2.3.1.18
8189 indexes:
8190 - labelname: vrrpInstanceIndex
8191 type: gauge
8192 enum_values:
8193 0: static
8194 - name: vrrpInstanceGarpDelay
8195 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.19
8196 type: gauge
8197 help: Delay to launch gratuitous ARP (GARP). - 1.3.6.1.4.1.9586.100.5.2.3.1.19
8198 indexes:
8199 - labelname: vrrpInstanceIndex
8200 type: gauge
8201 enum_values:
8202 0: static
8203 - name: vrrpInstanceSmtpAlert
8204 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.20
8205 type: gauge
8206 help: Will SMTP alert be sent for this VRRP instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.20
8207 indexes:
8208 - labelname: vrrpInstanceIndex
8209 type: gauge
8210 enum_values:
8211 0: static
8212 enum_values:
8213 1: enabled
8214 2: disabled
8215 - name: vrrpInstanceNotifyExec
8216 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.21
8217 type: gauge
8218 help: Will we execute notification script for this instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.21
8219 indexes:
8220 - labelname: vrrpInstanceIndex
8221 type: gauge
8222 enum_values:
8223 0: static
8224 enum_values:
8225 1: enabled
8226 2: disabled
8227 - name: vrrpInstanceAccept
8228 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.27
8229 type: gauge
8230 help: Accept allow the non-master owner to process the packets destined to VIP
8231 and it is supported for only VRRPv3. - 1.3.6.1.4.1.9586.100.5.2.3.1.27
8232 indexes:
8233 - labelname: vrrpInstanceIndex
8234 type: gauge
8235 enum_values:
8236 0: static
8237 enum_values:
8238 1: "true"
8239 2: "false"
8240 - name: vrrpInstancePromoteSecondaries
8241 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.28
8242 type: gauge
8243 help: Set promote_secondaries on interface. - 1.3.6.1.4.1.9586.100.5.2.3.1.28
8244 indexes:
8245 - labelname: vrrpInstanceIndex
8246 type: gauge
8247 enum_values:
8248 0: static
8249 enum_values:
8250 1: "true"
8251 2: "false"
8252 - name: vrrpInstanceUseLinkbeat
8253 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.29
8254 type: gauge
8255 help: Use linkbeat for interface status. - 1.3.6.1.4.1.9586.100.5.2.3.1.29
8256 indexes:
8257 - labelname: vrrpInstanceIndex
8258 type: gauge
8259 enum_values:
8260 0: static
8261 enum_values:
8262 1: "true"
8263 2: "false"
8264 - name: vrrpInstanceVrrpVersion
8265 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.30
8266 type: gauge
8267 help: VRRP protocol version. - 1.3.6.1.4.1.9586.100.5.2.3.1.30
8268 indexes:
8269 - labelname: vrrpInstanceIndex
8270 type: gauge
8271 enum_values:
8272 0: static
8273 enum_values:
8274 2: vrrpv2
8275 3: vrrpv3
8276 - name: vrrpInstanceScriptDeleted
8277 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.32
8278 type: DisplayString
8279 help: Script to execute when the instance is deleted on reload. - 1.3.6.1.4.1.9586.100.5.2.3.1.32
8280 indexes:
8281 - labelname: vrrpInstanceIndex
8282 type: gauge
8283 enum_values:
8284 0: static
8285 - name: vrrpInstanceNotifyDeleted
8286 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.33
8287 type: gauge
8288 help: Send Deleted rather than Fault notifications if instance is deleted on config
8289 reload. - 1.3.6.1.4.1.9586.100.5.2.3.1.33
8290 indexes:
8291 - labelname: vrrpInstanceIndex
8292 type: gauge
8293 enum_values:
8294 0: static
8295 enum_values:
8296 1: "true"
8297 2: "false"
8298 - name: virtualServerGroupIndex
8299 oid: 1.3.6.1.4.1.9586.100.5.3.1.1.1
8300 type: gauge
8301 help: Index of the virtual server group. - 1.3.6.1.4.1.9586.100.5.3.1.1.1
8302 indexes:
8303 - labelname: virtualServerGroupIndex
8304 type: gauge
8305 - name: virtualServerGroupName
8306 oid: 1.3.6.1.4.1.9586.100.5.3.1.1.2
8307 type: DisplayString
8308 help: Name of the virtual server group. - 1.3.6.1.4.1.9586.100.5.3.1.1.2
8309 indexes:
8310 - labelname: virtualServerGroupIndex
8311 type: gauge
8312 - name: virtualServerIndex
8313 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.1
8314 type: gauge
8315 help: Index of the virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.1
8316 indexes:
8317 - labelname: virtualServerIndex
8318 type: gauge
8319 - name: virtualServerType
8320 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.2
8321 type: gauge
8322 help: Type of virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.2
8323 indexes:
8324 - labelname: virtualServerIndex
8325 type: gauge
8326 enum_values:
8327 1: fwmark
8328 2: ip
8329 3: group
8330 - name: virtualServerNameOfGroup
8331 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.3
8332 type: DisplayString
8333 help: If the virtual is defined from a group, this is the name of the group. -
8334 1.3.6.1.4.1.9586.100.5.3.3.1.3
8335 indexes:
8336 - labelname: virtualServerIndex
8337 type: gauge
8338 - name: virtualServerFwMark
8339 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.4
8340 type: gauge
8341 help: If the virtual server is defined from a firewall mark, this is the value
8342 of the mark - 1.3.6.1.4.1.9586.100.5.3.3.1.4
8343 indexes:
8344 - labelname: virtualServerIndex
8345 type: gauge
8346 - name: virtualServerAddrType
8347 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.5
8348 type: gauge
8349 help: If the virtual server is defined from an IP, this is the address family
8350 - 1.3.6.1.4.1.9586.100.5.3.3.1.5
8351 indexes:
8352 - labelname: virtualServerIndex
8353 type: gauge
8354 enum_values:
8355 0: unknown
8356 1: ipv4
8357 2: ipv6
8358 3: ipv4z
8359 4: ipv6z
8360 16: dns
8361 - name: virtualServerAddress
8362 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.6
8363 type: InetAddress
8364 help: If the virtual server is defined from an IP address, this is the value of
8365 the IP - 1.3.6.1.4.1.9586.100.5.3.3.1.6
8366 indexes:
8367 - labelname: virtualServerIndex
8368 type: gauge
8369 - name: virtualServerPort
8370 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.7
8371 type: gauge
8372 help: If the virtual server is defined from an IP, this is the value of the port
8373 to listen for requests - 1.3.6.1.4.1.9586.100.5.3.3.1.7
8374 indexes:
8375 - labelname: virtualServerIndex
8376 type: gauge
8377 - name: virtualServerProtocol
8378 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.8
8379 type: gauge
8380 help: Which transport protocol should be used for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.8
8381 indexes:
8382 - labelname: virtualServerIndex
8383 type: gauge
8384 enum_values:
8385 1: tcp
8386 2: udp
8387 3: sctp
8388 4: none
8389 - name: virtualServerLoadBalancingAlgo
8390 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.9
8391 type: gauge
8392 help: Which load balancing algorithm (or scheduler) should be used for this virtual
8393 server. - 1.3.6.1.4.1.9586.100.5.3.3.1.9
8394 indexes:
8395 - labelname: virtualServerIndex
8396 type: gauge
8397 enum_values:
8398 1: rr
8399 2: wrr
8400 3: lc
8401 4: wlc
8402 5: lblc
8403 6: lblcr
8404 7: dh
8405 8: sh
8406 9: sed
8407 10: nq
8408 11: fo
8409 12: ovf
8410 13: mh
8411 99: unknown
8412 - name: virtualServerLoadBalancingKind
8413 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.10
8414 type: gauge
8415 help: Default forwarding method to use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.10
8416 indexes:
8417 - labelname: virtualServerIndex
8418 type: gauge
8419 enum_values:
8420 1: nat
8421 2: dr
8422 3: tun
8423 - name: virtualServerStatus
8424 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.11
8425 type: gauge
8426 help: Current status of this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.11
8427 indexes:
8428 - labelname: virtualServerIndex
8429 type: gauge
8430 enum_values:
8431 1: alive
8432 2: dead
8433 - name: virtualServerVirtualHost
8434 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.12
8435 type: DisplayString
8436 help: Virtualhost of this server for HTTP like requests. - 1.3.6.1.4.1.9586.100.5.3.3.1.12
8437 indexes:
8438 - labelname: virtualServerIndex
8439 type: gauge
8440 - name: virtualServerPersist
8441 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.13
8442 type: gauge
8443 help: Is the virtual service persistence enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.13
8444 indexes:
8445 - labelname: virtualServerIndex
8446 type: gauge
8447 enum_values:
8448 1: enabled
8449 2: disabled
8450 - name: virtualServerPersistTimeout
8451 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.14
8452 type: gauge
8453 help: If this virtual service is persistence, what is the timeout. - 1.3.6.1.4.1.9586.100.5.3.3.1.14
8454 indexes:
8455 - labelname: virtualServerIndex
8456 type: gauge
8457 - name: virtualServerPersistGranularity
8458 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.15
8459 type: OctetString
8460 help: Netmask specifying the granularity of the IPv4 persistence mechanism. -
8461 1.3.6.1.4.1.9586.100.5.3.3.1.15
8462 indexes:
8463 - labelname: virtualServerIndex
8464 type: gauge
8465 - name: virtualServerDelayLoop
8466 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.16
8467 type: gauge
8468 help: Delay in seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.3.1.16
8469 indexes:
8470 - labelname: virtualServerIndex
8471 type: gauge
8472 - name: virtualServerHaSuspend
8473 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.17
8474 type: gauge
8475 help: If set to true(1), checks will be suspended if the IP of the virtual server
8476 is currently not set. - 1.3.6.1.4.1.9586.100.5.3.3.1.17
8477 indexes:
8478 - labelname: virtualServerIndex
8479 type: gauge
8480 enum_values:
8481 1: "true"
8482 2: "false"
8483 - name: virtualServerAlpha
8484 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.18
8485 type: gauge
8486 help: Is alpha mode enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.18
8487 indexes:
8488 - labelname: virtualServerIndex
8489 type: gauge
8490 enum_values:
8491 1: enabled
8492 2: disabled
8493 - name: virtualServerOmega
8494 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.19
8495 type: gauge
8496 help: Is omega mode enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.19
8497 indexes:
8498 - labelname: virtualServerIndex
8499 type: gauge
8500 enum_values:
8501 1: enabled
8502 2: disabled
8503 - name: virtualServerRealServersTotal
8504 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.20
8505 type: gauge
8506 help: Total number of real servers for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.20
8507 indexes:
8508 - labelname: virtualServerIndex
8509 type: gauge
8510 - name: virtualServerRealServersUp
8511 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.21
8512 type: gauge
8513 help: Real servers actually up for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.21
8514 indexes:
8515 - labelname: virtualServerIndex
8516 type: gauge
8517 - name: virtualServerQuorum
8518 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.22
8519 type: gauge
8520 help: Quorum to get amond real servers to consider this virtual server up. - 1.3.6.1.4.1.9586.100.5.3.3.1.22
8521 indexes:
8522 - labelname: virtualServerIndex
8523 type: gauge
8524 - name: virtualServerQuorumStatus
8525 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.23
8526 type: gauge
8527 help: Current status of the quorum for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.23
8528 indexes:
8529 - labelname: virtualServerIndex
8530 type: gauge
8531 enum_values:
8532 1: met
8533 2: notMet
8534 3: shutdown
8535 - name: virtualServerQuorumUp
8536 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.24
8537 type: DisplayString
8538 help: Command to execute when the quorum is met. - 1.3.6.1.4.1.9586.100.5.3.3.1.24
8539 indexes:
8540 - labelname: virtualServerIndex
8541 type: gauge
8542 - name: virtualServerQuorumDown
8543 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.25
8544 type: DisplayString
8545 help: Command to execute when the quorum is not met. - 1.3.6.1.4.1.9586.100.5.3.3.1.25
8546 indexes:
8547 - labelname: virtualServerIndex
8548 type: gauge
8549 - name: virtualServerHysteresis
8550 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.26
8551 type: gauge
8552 help: Hysteresis with respect to quorum count. - 1.3.6.1.4.1.9586.100.5.3.3.1.26
8553 indexes:
8554 - labelname: virtualServerIndex
8555 type: gauge
8556 - name: virtualServerStatsConns
8557 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.27
8558 type: gauge
8559 help: Total number of connections scheduled for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.27
8560 indexes:
8561 - labelname: virtualServerIndex
8562 type: gauge
8563 - name: virtualServerStatsInPkts
8564 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.28
8565 type: counter
8566 help: Total number of incoming packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.28
8567 indexes:
8568 - labelname: virtualServerIndex
8569 type: gauge
8570 - name: virtualServerStatsOutPkts
8571 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.29
8572 type: counter
8573 help: Total number of outgoing packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.29
8574 indexes:
8575 - labelname: virtualServerIndex
8576 type: gauge
8577 - name: virtualServerStatsInBytes
8578 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.30
8579 type: counter
8580 help: Total number of incoming bytes for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.30
8581 indexes:
8582 - labelname: virtualServerIndex
8583 type: gauge
8584 - name: virtualServerStatsOutBytes
8585 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.31
8586 type: counter
8587 help: Total number of outgoing bytes for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.31
8588 indexes:
8589 - labelname: virtualServerIndex
8590 type: gauge
8591 - name: virtualServerRateCps
8592 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.32
8593 type: gauge
8594 help: Current connection rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.32
8595 indexes:
8596 - labelname: virtualServerIndex
8597 type: gauge
8598 - name: virtualServerRateInPPS
8599 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.33
8600 type: gauge
8601 help: Current in packet rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.33
8602 indexes:
8603 - labelname: virtualServerIndex
8604 type: gauge
8605 - name: virtualServerRateOutPPS
8606 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.34
8607 type: gauge
8608 help: Current out packet rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.34
8609 indexes:
8610 - labelname: virtualServerIndex
8611 type: gauge
8612 - name: virtualServerRateInBPS
8613 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.35
8614 type: gauge
8615 help: Current incoming rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.35
8616 indexes:
8617 - labelname: virtualServerIndex
8618 type: gauge
8619 - name: virtualServerRateOutBPS
8620 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.36
8621 type: gauge
8622 help: Current outgoing rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.36
8623 indexes:
8624 - labelname: virtualServerIndex
8625 type: gauge
8626 - name: virtualServerOPS
8627 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.37
8628 type: gauge
8629 help: If set to true(1), One-Packet-Scheduling will be applied. - 1.3.6.1.4.1.9586.100.5.3.3.1.37
8630 indexes:
8631 - labelname: virtualServerIndex
8632 type: gauge
8633 enum_values:
8634 1: "true"
8635 2: "false"
8636 - name: virtualServerStatsConns64
8637 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.38
8638 type: counter
8639 help: Total number of connections scheduled for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.38
8640 indexes:
8641 - labelname: virtualServerIndex
8642 type: gauge
8643 - name: virtualServerStatsInPkts64
8644 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.39
8645 type: counter
8646 help: Total number of incoming packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.39
8647 indexes:
8648 - labelname: virtualServerIndex
8649 type: gauge
8650 - name: virtualServerStatsOutPkts64
8651 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.40
8652 type: counter
8653 help: Total number of outgoing packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.40
8654 indexes:
8655 - labelname: virtualServerIndex
8656 type: gauge
8657 - name: virtualServerRateCpsLow
8658 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.41
8659 type: gauge
8660 help: Current connection rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.41
8661 indexes:
8662 - labelname: virtualServerIndex
8663 type: gauge
8664 - name: virtualServerRateCpsHigh
8665 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.42
8666 type: gauge
8667 help: Current connection rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.42
8668 indexes:
8669 - labelname: virtualServerIndex
8670 type: gauge
8671 - name: virtualServerRateInPPSLow
8672 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.43
8673 type: gauge
8674 help: Current in packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.43
8675 indexes:
8676 - labelname: virtualServerIndex
8677 type: gauge
8678 - name: virtualServerRateInPPSHigh
8679 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.44
8680 type: gauge
8681 help: Current in packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.44
8682 indexes:
8683 - labelname: virtualServerIndex
8684 type: gauge
8685 - name: virtualServerRateOutPPSLow
8686 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.45
8687 type: gauge
8688 help: Current out packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.45
8689 indexes:
8690 - labelname: virtualServerIndex
8691 type: gauge
8692 - name: virtualServerRateOutPPSHigh
8693 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.46
8694 type: gauge
8695 help: Current out packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.46
8696 indexes:
8697 - labelname: virtualServerIndex
8698 type: gauge
8699 - name: virtualServerRateInBPSLow
8700 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.47
8701 type: gauge
8702 help: Current incoming rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.47
8703 indexes:
8704 - labelname: virtualServerIndex
8705 type: gauge
8706 - name: virtualServerRateInBPSHigh
8707 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.48
8708 type: gauge
8709 help: Current incoming rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.48
8710 indexes:
8711 - labelname: virtualServerIndex
8712 type: gauge
8713 - name: virtualServerRateOutBPSLow
8714 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.49
8715 type: gauge
8716 help: Current outgoing rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.49
8717 indexes:
8718 - labelname: virtualServerIndex
8719 type: gauge
8720 - name: virtualServerRateOutBPSHigh
8721 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.50
8722 type: gauge
8723 help: Current outgoing rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.50
8724 indexes:
8725 - labelname: virtualServerIndex
8726 type: gauge
8727 - name: virtualServerPersistGranularity6
8728 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.51
8729 type: gauge
8730 help: Netmask specifying the granularity of the IPv6 persistence mechanism. -
8731 1.3.6.1.4.1.9586.100.5.3.3.1.51
8732 indexes:
8733 - labelname: virtualServerIndex
8734 type: gauge
8735 - name: virtualServerHashed
8736 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.52
8737 type: gauge
8738 help: If set to true(1), entries will be hashed. - 1.3.6.1.4.1.9586.100.5.3.3.1.52
8739 indexes:
8740 - labelname: virtualServerIndex
8741 type: gauge
8742 enum_values:
8743 1: "true"
8744 2: "false"
8745 - name: virtualServerSHFallback
8746 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.53
8747 type: gauge
8748 help: If set to true(1), SH scheduler fallback. - 1.3.6.1.4.1.9586.100.5.3.3.1.53
8749 indexes:
8750 - labelname: virtualServerIndex
8751 type: gauge
8752 enum_values:
8753 1: "true"
8754 2: "false"
8755 - name: virtualServerSHPort
8756 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.54
8757 type: gauge
8758 help: If set to true(1), SH scheduler use port. - 1.3.6.1.4.1.9586.100.5.3.3.1.54
8759 indexes:
8760 - labelname: virtualServerIndex
8761 type: gauge
8762 enum_values:
8763 1: "true"
8764 2: "false"
8765 - name: virtualServerSched3
8766 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.55
8767 type: gauge
8768 help: If set to true(1), scheduler flag 3 set. - 1.3.6.1.4.1.9586.100.5.3.3.1.55
8769 indexes:
8770 - labelname: virtualServerIndex
8771 type: gauge
8772 enum_values:
8773 1: "true"
8774 2: "false"
8775 - name: virtualServerActionWhenDown
8776 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.56
8777 type: gauge
8778 help: What action is performed when the real servers are down - 1.3.6.1.4.1.9586.100.5.3.3.1.56
8779 indexes:
8780 - labelname: virtualServerIndex
8781 type: gauge
8782 enum_values:
8783 1: remove
8784 2: inhibit
8785 - name: virtualServerRetry
8786 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.57
8787 type: gauge
8788 help: Default number of retries of checker before marking failed. - 1.3.6.1.4.1.9586.100.5.3.3.1.57
8789 indexes:
8790 - labelname: virtualServerIndex
8791 type: gauge
8792 - name: virtualServerDelayBeforeRetry
8793 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.58
8794 type: gauge
8795 help: Default number of seconds between retrying a checker ofter it has failed.
8796 - 1.3.6.1.4.1.9586.100.5.3.3.1.58
8797 indexes:
8798 - labelname: virtualServerIndex
8799 type: gauge
8800 - name: virtualServerWarmup
8801 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.59
8802 type: gauge
8803 help: Maximum number of seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.3.1.59
8804 indexes:
8805 - labelname: virtualServerIndex
8806 type: gauge
8807 - name: virtualServerWeight
8808 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.60
8809 type: gauge
8810 help: Default wieght for each real server. - 1.3.6.1.4.1.9586.100.5.3.3.1.60
8811 indexes:
8812 - labelname: virtualServerIndex
8813 type: gauge
8814 - name: virtualServerSmtpAlert
8815 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.61
8816 type: gauge
8817 help: Will SMTP alert be sent for this virtual server? - 1.3.6.1.4.1.9586.100.5.3.3.1.61
8818 indexes:
8819 - labelname: virtualServerIndex
8820 type: gauge
8821 enum_values:
8822 1: enabled
8823 2: disabled
8824 - name: virtualServerMHFallback
8825 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.62
8826 type: gauge
8827 help: If set to true(1), MH scheduler fallback. - 1.3.6.1.4.1.9586.100.5.3.3.1.62
8828 indexes:
8829 - labelname: virtualServerIndex
8830 type: gauge
8831 enum_values:
8832 1: "true"
8833 2: "false"
8834 - name: virtualServerMHPort
8835 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.63
8836 type: gauge
8837 help: If set to true(1), MH scheduler use port. - 1.3.6.1.4.1.9586.100.5.3.3.1.63
8838 indexes:
8839 - labelname: virtualServerIndex
8840 type: gauge
8841 enum_values:
8842 1: "true"
8843 2: "false"
8844 - name: virtualServerDelayLoopUsec
8845 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.64
8846 type: gauge
8847 help: Delay in micro-seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.3.1.64
8848 indexes:
8849 - labelname: virtualServerIndex
8850 type: gauge
8851 - name: virtualServerDelayBeforeRetrUsec
8852 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.65
8853 type: gauge
8854 help: Default number of micro-seconds between retrying a checker ofter it has
8855 failed. - 1.3.6.1.4.1.9586.100.5.3.3.1.65
8856 indexes:
8857 - labelname: virtualServerIndex
8858 type: gauge
8859 - name: virtualServerWarmupUsec
8860 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.66
8861 type: gauge
8862 help: Maximum number of micro-seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.3.1.66
8863 indexes:
8864 - labelname: virtualServerIndex
8865 type: gauge
8866 - name: virtualServerConnTimeoutUsec
8867 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.67
8868 type: gauge
8869 help: Maximum number of micro-seconds for checker to establish connection. - 1.3.6.1.4.1.9586.100.5.3.3.1.67
8870 indexes:
8871 - labelname: virtualServerIndex
8872 type: gauge
8873 - name: virtualServerTunnelType
8874 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.68
8875 type: gauge
8876 help: Default forwarding tunnel type use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.68
8877 indexes:
8878 - labelname: virtualServerIndex
8879 type: gauge
8880 enum_values:
8881 1: ipip
8882 2: gue
8883 3: gre
8884 - name: virtualServerTunnelPort
8885 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.69
8886 type: gauge
8887 help: Default forwarding tunnel GUE port use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.69
8888 indexes:
8889 - labelname: virtualServerIndex
8890 type: gauge
8891 - name: virtualServerTunnelCsum
8892 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.70
8893 type: gauge
8894 help: Default forwarding tunnel checksum type use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.70
8895 indexes:
8896 - labelname: virtualServerIndex
8897 type: gauge
8898 enum_values:
8899 1: nocsum
8900 2: csum
8901 3: remcsum
8902 - name: realServerIndex
8903 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.1
8904 type: gauge
8905 help: Index of the real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.1
8906 indexes:
8907 - labelname: virtualServerIndex
8908 type: gauge
8909 - labelname: realServerIndex
8910 type: gauge
8911 - name: realServerType
8912 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.2
8913 type: gauge
8914 help: 'Type of real server: either a regular real server or a sorry server. -
8915 1.3.6.1.4.1.9586.100.5.3.4.1.2'
8916 indexes:
8917 - labelname: virtualServerIndex
8918 type: gauge
8919 - labelname: realServerIndex
8920 type: gauge
8921 enum_values:
8922 1: regular
8923 2: sorry
8924 - name: realServerAddrType
8925 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.3
8926 type: gauge
8927 help: Address family for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.3
8928 indexes:
8929 - labelname: virtualServerIndex
8930 type: gauge
8931 - labelname: realServerIndex
8932 type: gauge
8933 enum_values:
8934 0: unknown
8935 1: ipv4
8936 2: ipv6
8937 3: ipv4z
8938 4: ipv6z
8939 16: dns
8940 - name: realServerAddress
8941 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.4
8942 type: InetAddress
8943 help: IP address of this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.4
8944 indexes:
8945 - labelname: virtualServerIndex
8946 type: gauge
8947 - labelname: realServerIndex
8948 type: gauge
8949 - name: realServerPort
8950 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.5
8951 type: gauge
8952 help: Port of the service. - 1.3.6.1.4.1.9586.100.5.3.4.1.5
8953 indexes:
8954 - labelname: virtualServerIndex
8955 type: gauge
8956 - labelname: realServerIndex
8957 type: gauge
8958 - name: realServerStatus
8959 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.6
8960 type: gauge
8961 help: Status of this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.6
8962 indexes:
8963 - labelname: virtualServerIndex
8964 type: gauge
8965 - labelname: realServerIndex
8966 type: gauge
8967 enum_values:
8968 1: alive
8969 2: dead
8970 - name: realServerWeight
8971 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.7
8972 type: gauge
8973 help: Weight of this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.7
8974 indexes:
8975 - labelname: virtualServerIndex
8976 type: gauge
8977 - labelname: realServerIndex
8978 type: gauge
8979 - name: realServerUpperConnectionLimit
8980 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.8
8981 type: gauge
8982 help: Maximum number of connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.8
8983 indexes:
8984 - labelname: virtualServerIndex
8985 type: gauge
8986 - labelname: realServerIndex
8987 type: gauge
8988 - name: realServerLowerConnectionLimit
8989 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.9
8990 type: gauge
8991 help: Minimum number of connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.9
8992 indexes:
8993 - labelname: virtualServerIndex
8994 type: gauge
8995 - labelname: realServerIndex
8996 type: gauge
8997 - name: realServerActionWhenDown
8998 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.10
8999 type: gauge
9000 help: What action is performed when this server is down - 1.3.6.1.4.1.9586.100.5.3.4.1.10
9001 indexes:
9002 - labelname: virtualServerIndex
9003 type: gauge
9004 - labelname: realServerIndex
9005 type: gauge
9006 enum_values:
9007 1: remove
9008 2: inhibit
9009 - name: realServerNotifyUp
9010 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.11
9011 type: DisplayString
9012 help: Command to execute when this server becomes alive. - 1.3.6.1.4.1.9586.100.5.3.4.1.11
9013 indexes:
9014 - labelname: virtualServerIndex
9015 type: gauge
9016 - labelname: realServerIndex
9017 type: gauge
9018 - name: realServerNotifyDown
9019 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.12
9020 type: DisplayString
9021 help: Command to execute when this server becomes dead. - 1.3.6.1.4.1.9586.100.5.3.4.1.12
9022 indexes:
9023 - labelname: virtualServerIndex
9024 type: gauge
9025 - labelname: realServerIndex
9026 type: gauge
9027 - name: realServerFailedChecks
9028 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.13
9029 type: gauge
9030 help: How many failed checks for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.13
9031 indexes:
9032 - labelname: virtualServerIndex
9033 type: gauge
9034 - labelname: realServerIndex
9035 type: gauge
9036 - name: realServerStatsConns
9037 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.14
9038 type: gauge
9039 help: Total number of connections scheduled for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.14
9040 indexes:
9041 - labelname: virtualServerIndex
9042 type: gauge
9043 - labelname: realServerIndex
9044 type: gauge
9045 - name: realServerStatsActiveConns
9046 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.15
9047 type: gauge
9048 help: Current active connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.15
9049 indexes:
9050 - labelname: virtualServerIndex
9051 type: gauge
9052 - labelname: realServerIndex
9053 type: gauge
9054 - name: realServerStatsInactiveConns
9055 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.16
9056 type: gauge
9057 help: Current inactive connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.16
9058 indexes:
9059 - labelname: virtualServerIndex
9060 type: gauge
9061 - labelname: realServerIndex
9062 type: gauge
9063 - name: realServerStatsPersistentConns
9064 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.17
9065 type: gauge
9066 help: Current persistent connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.17
9067 indexes:
9068 - labelname: virtualServerIndex
9069 type: gauge
9070 - labelname: realServerIndex
9071 type: gauge
9072 - name: realServerStatsInPkts
9073 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.18
9074 type: counter
9075 help: Total number of incoming packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.18
9076 indexes:
9077 - labelname: virtualServerIndex
9078 type: gauge
9079 - labelname: realServerIndex
9080 type: gauge
9081 - name: realServerStatsOutPkts
9082 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.19
9083 type: counter
9084 help: Total number of outgoing packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.19
9085 indexes:
9086 - labelname: virtualServerIndex
9087 type: gauge
9088 - labelname: realServerIndex
9089 type: gauge
9090 - name: realServerStatsInBytes
9091 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.20
9092 type: counter
9093 help: Total number of incoming bytes for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.20
9094 indexes:
9095 - labelname: virtualServerIndex
9096 type: gauge
9097 - labelname: realServerIndex
9098 type: gauge
9099 - name: realServerStatsOutBytes
9100 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.21
9101 type: counter
9102 help: Total number of outgoing bytes for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.21
9103 indexes:
9104 - labelname: virtualServerIndex
9105 type: gauge
9106 - labelname: realServerIndex
9107 type: gauge
9108 - name: realServerRateCps
9109 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.22
9110 type: gauge
9111 help: Current connection rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.22
9112 indexes:
9113 - labelname: virtualServerIndex
9114 type: gauge
9115 - labelname: realServerIndex
9116 type: gauge
9117 - name: realServerRateInPPS
9118 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.23
9119 type: gauge
9120 help: Current in packet rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.23
9121 indexes:
9122 - labelname: virtualServerIndex
9123 type: gauge
9124 - labelname: realServerIndex
9125 type: gauge
9126 - name: realServerRateOutPPS
9127 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.24
9128 type: gauge
9129 help: Current out packet rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.24
9130 indexes:
9131 - labelname: virtualServerIndex
9132 type: gauge
9133 - labelname: realServerIndex
9134 type: gauge
9135 - name: realServerRateInBPS
9136 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.25
9137 type: gauge
9138 help: Current incoming rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.25
9139 indexes:
9140 - labelname: virtualServerIndex
9141 type: gauge
9142 - labelname: realServerIndex
9143 type: gauge
9144 - name: realServerRateOutBPS
9145 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.26
9146 type: gauge
9147 help: Current outgoing rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.26
9148 indexes:
9149 - labelname: virtualServerIndex
9150 type: gauge
9151 - labelname: realServerIndex
9152 type: gauge
9153 - name: realServerStatsConns64
9154 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.27
9155 type: counter
9156 help: Total number of connections scheduled for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.27
9157 indexes:
9158 - labelname: virtualServerIndex
9159 type: gauge
9160 - labelname: realServerIndex
9161 type: gauge
9162 - name: realServerStatsInPkts64
9163 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.28
9164 type: counter
9165 help: Total number of incoming packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.28
9166 indexes:
9167 - labelname: virtualServerIndex
9168 type: gauge
9169 - labelname: realServerIndex
9170 type: gauge
9171 - name: realServerStatsOutPkts64
9172 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.29
9173 type: counter
9174 help: Total number of outgoing packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.29
9175 indexes:
9176 - labelname: virtualServerIndex
9177 type: gauge
9178 - labelname: realServerIndex
9179 type: gauge
9180 - name: realServerRateCpsLow
9181 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.30
9182 type: gauge
9183 help: Current connection rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.30
9184 indexes:
9185 - labelname: virtualServerIndex
9186 type: gauge
9187 - labelname: realServerIndex
9188 type: gauge
9189 - name: realServerRateCpsHigh
9190 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.31
9191 type: gauge
9192 help: Current connection rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.31
9193 indexes:
9194 - labelname: virtualServerIndex
9195 type: gauge
9196 - labelname: realServerIndex
9197 type: gauge
9198 - name: realServerRateInPPSLow
9199 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.32
9200 type: gauge
9201 help: Current in packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.32
9202 indexes:
9203 - labelname: virtualServerIndex
9204 type: gauge
9205 - labelname: realServerIndex
9206 type: gauge
9207 - name: realServerRateInPPSHigh
9208 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.33
9209 type: gauge
9210 help: Current in packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.33
9211 indexes:
9212 - labelname: virtualServerIndex
9213 type: gauge
9214 - labelname: realServerIndex
9215 type: gauge
9216 - name: realServerRateOutPPSLow
9217 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.34
9218 type: gauge
9219 help: Current out packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.34
9220 indexes:
9221 - labelname: virtualServerIndex
9222 type: gauge
9223 - labelname: realServerIndex
9224 type: gauge
9225 - name: realServerRateOutPPSHigh
9226 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.35
9227 type: gauge
9228 help: Current out packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.35
9229 indexes:
9230 - labelname: virtualServerIndex
9231 type: gauge
9232 - labelname: realServerIndex
9233 type: gauge
9234 - name: realServerRateInBPSLow
9235 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.36
9236 type: gauge
9237 help: Current incoming rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.36
9238 indexes:
9239 - labelname: virtualServerIndex
9240 type: gauge
9241 - labelname: realServerIndex
9242 type: gauge
9243 - name: realServerRateInBPSHigh
9244 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.37
9245 type: gauge
9246 help: Current incoming rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.37
9247 indexes:
9248 - labelname: virtualServerIndex
9249 type: gauge
9250 - labelname: realServerIndex
9251 type: gauge
9252 - name: realServerRateOutBPSLow
9253 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.38
9254 type: gauge
9255 help: Current outgoing rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.38
9256 indexes:
9257 - labelname: virtualServerIndex
9258 type: gauge
9259 - labelname: realServerIndex
9260 type: gauge
9261 - name: realServerRateOutBPSHigh
9262 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.39
9263 type: gauge
9264 help: Current outgoing rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.39
9265 indexes:
9266 - labelname: virtualServerIndex
9267 type: gauge
9268 - labelname: realServerIndex
9269 type: gauge
9270 - name: realServerForwardingMethod
9271 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.40
9272 type: gauge
9273 help: Forwarding method to use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.40
9274 indexes:
9275 - labelname: virtualServerIndex
9276 type: gauge
9277 - labelname: realServerIndex
9278 type: gauge
9279 enum_values:
9280 1: nat
9281 2: dr
9282 3: tun
9283 - name: realServerVirtualHost
9284 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.41
9285 type: DisplayString
9286 help: Virtualhost of this real server for HTTP like requests. - 1.3.6.1.4.1.9586.100.5.3.4.1.41
9287 indexes:
9288 - labelname: virtualServerIndex
9289 type: gauge
9290 - labelname: realServerIndex
9291 type: gauge
9292 - name: realServerAlpha
9293 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.42
9294 type: gauge
9295 help: Is alpha mode enabled? - 1.3.6.1.4.1.9586.100.5.3.4.1.42
9296 indexes:
9297 - labelname: virtualServerIndex
9298 type: gauge
9299 - labelname: realServerIndex
9300 type: gauge
9301 enum_values:
9302 1: enabled
9303 2: disabled
9304 - name: realServerRetry
9305 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.43
9306 type: gauge
9307 help: Default number of retries of checker before marking failed. - 1.3.6.1.4.1.9586.100.5.3.4.1.43
9308 indexes:
9309 - labelname: virtualServerIndex
9310 type: gauge
9311 - labelname: realServerIndex
9312 type: gauge
9313 - name: realServerDelayBeforeRetry
9314 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.44
9315 type: gauge
9316 help: Default number of seconds between retrying a checker after it has failed.
9317 - 1.3.6.1.4.1.9586.100.5.3.4.1.44
9318 indexes:
9319 - labelname: virtualServerIndex
9320 type: gauge
9321 - labelname: realServerIndex
9322 type: gauge
9323 - name: realServerWarmup
9324 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.45
9325 type: gauge
9326 help: Maximum number of seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.4.1.45
9327 indexes:
9328 - labelname: virtualServerIndex
9329 type: gauge
9330 - labelname: realServerIndex
9331 type: gauge
9332 - name: realServerDelayLoop
9333 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.46
9334 type: gauge
9335 help: Delay in seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.4.1.46
9336 indexes:
9337 - labelname: virtualServerIndex
9338 type: gauge
9339 - labelname: realServerIndex
9340 type: gauge
9341 - name: realServerSmtpAlert
9342 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.47
9343 type: gauge
9344 help: Will SMTP alert be sent for this real server? - 1.3.6.1.4.1.9586.100.5.3.4.1.47
9345 indexes:
9346 - labelname: virtualServerIndex
9347 type: gauge
9348 - labelname: realServerIndex
9349 type: gauge
9350 enum_values:
9351 1: enabled
9352 2: disabled
9353 - name: realServerDelayBeforeRetryUsec
9354 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.48
9355 type: gauge
9356 help: Default number of micro-seconds between retrying a checker after it has
9357 failed. - 1.3.6.1.4.1.9586.100.5.3.4.1.48
9358 indexes:
9359 - labelname: virtualServerIndex
9360 type: gauge
9361 - labelname: realServerIndex
9362 type: gauge
9363 - name: realServerWarmupUsec
9364 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.49
9365 type: gauge
9366 help: Maximum number of micro-seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.4.1.49
9367 indexes:
9368 - labelname: virtualServerIndex
9369 type: gauge
9370 - labelname: realServerIndex
9371 type: gauge
9372 - name: realServerDelayLoopUsec
9373 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.50
9374 type: gauge
9375 help: Delay in micro-seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.4.1.50
9376 indexes:
9377 - labelname: virtualServerIndex
9378 type: gauge
9379 - labelname: realServerIndex
9380 type: gauge
9381 - name: realServerConnTimeoutUsec
9382 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.51
9383 type: gauge
9384 help: Maximum number of micro-seconds for checker to establish connection. - 1.3.6.1.4.1.9586.100.5.3.4.1.51
9385 indexes:
9386 - labelname: virtualServerIndex
9387 type: gauge
9388 - labelname: realServerIndex
9389 type: gauge
9390 - name: realServerTunnelType
9391 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.52
9392 type: gauge
9393 help: Forwarding tunnel type use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.52
9394 indexes:
9395 - labelname: virtualServerIndex
9396 type: gauge
9397 - labelname: realServerIndex
9398 type: gauge
9399 enum_values:
9400 1: ipip
9401 2: gue
9402 3: gre
9403 - name: realServerTunnelPort
9404 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.53
9405 type: gauge
9406 help: Forwarding tunnel GUE port use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.53
9407 indexes:
9408 - labelname: virtualServerIndex
9409 type: gauge
9410 - labelname: realServerIndex
9411 type: gauge
9412 - name: realServerTunnelCsum
9413 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.54
9414 type: gauge
9415 help: Forwarding tunnel checksum type use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.54
9416 indexes:
9417 - labelname: virtualServerIndex
9418 type: gauge
9419 - labelname: realServerIndex
9420 type: gauge
9421 enum_values:
9422 1: nocsum
9423 2: csum
9424 3: remcsum
9425 kemp_loadmaster:
9426 walk:
9427 - 1.3.6.1.2.1.2
9428 - 1.3.6.1.4.1.12196.13.0
9429 - 1.3.6.1.4.1.12196.13.1
9430 - 1.3.6.1.4.1.12196.13.2
9431 - 1.3.6.1.4.1.2021.10.1.2
9432 - 1.3.6.1.4.1.2021.10.1.5
9433 - 1.3.6.1.4.1.2021.4
9434 get:
9435 - 1.3.6.1.2.1.1.3.0
9436 - 1.3.6.1.4.1.2021.11.10.0
9437 - 1.3.6.1.4.1.2021.11.11.0
9438 - 1.3.6.1.4.1.2021.11.9.0
9439 metrics:
9440 - name: sysUpTime
9441 oid: 1.3.6.1.2.1.1.3
9442 type: gauge
9443 help: The time (in hundredths of a second) since the network management portion
9444 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
9445 - name: ifNumber
9446 oid: 1.3.6.1.2.1.2.1
9447 type: gauge
9448 help: The number of network interfaces (regardless of their current state) present
9449 on this system. - 1.3.6.1.2.1.2.1
9450 - name: ifIndex
9451 oid: 1.3.6.1.2.1.2.2.1.1
9452 type: gauge
9453 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
9454 indexes:
9455 - labelname: ifIndex
9456 type: gauge
9457 - name: ifDescr
9458 oid: 1.3.6.1.2.1.2.2.1.2
9459 type: DisplayString
9460 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
9461 indexes:
9462 - labelname: ifIndex
9463 type: gauge
9464 - name: ifType
9465 oid: 1.3.6.1.2.1.2.2.1.3
9466 type: gauge
9467 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
9468 indexes:
9469 - labelname: ifIndex
9470 type: gauge
9471 enum_values:
9472 1: other
9473 2: regular1822
9474 3: hdh1822
9475 4: ddnX25
9476 5: rfc877x25
9477 6: ethernetCsmacd
9478 7: iso88023Csmacd
9479 8: iso88024TokenBus
9480 9: iso88025TokenRing
9481 10: iso88026Man
9482 11: starLan
9483 12: proteon10Mbit
9484 13: proteon80Mbit
9485 14: hyperchannel
9486 15: fddi
9487 16: lapb
9488 17: sdlc
9489 18: ds1
9490 19: e1
9491 20: basicISDN
9492 21: primaryISDN
9493 22: propPointToPointSerial
9494 23: ppp
9495 24: softwareLoopback
9496 25: eon
9497 26: ethernet3Mbit
9498 27: nsip
9499 28: slip
9500 29: ultra
9501 30: ds3
9502 31: sip
9503 32: frameRelay
9504 33: rs232
9505 34: para
9506 35: arcnet
9507 36: arcnetPlus
9508 37: atm
9509 38: miox25
9510 39: sonet
9511 40: x25ple
9512 41: iso88022llc
9513 42: localTalk
9514 43: smdsDxi
9515 44: frameRelayService
9516 45: v35
9517 46: hssi
9518 47: hippi
9519 48: modem
9520 49: aal5
9521 50: sonetPath
9522 51: sonetVT
9523 52: smdsIcip
9524 53: propVirtual
9525 54: propMultiplexor
9526 55: ieee80212
9527 56: fibreChannel
9528 57: hippiInterface
9529 58: frameRelayInterconnect
9530 59: aflane8023
9531 60: aflane8025
9532 61: cctEmul
9533 62: fastEther
9534 63: isdn
9535 64: v11
9536 65: v36
9537 66: g703at64k
9538 67: g703at2mb
9539 68: qllc
9540 69: fastEtherFX
9541 70: channel
9542 71: ieee80211
9543 72: ibm370parChan
9544 73: escon
9545 74: dlsw
9546 75: isdns
9547 76: isdnu
9548 77: lapd
9549 78: ipSwitch
9550 79: rsrb
9551 80: atmLogical
9552 81: ds0
9553 82: ds0Bundle
9554 83: bsc
9555 84: async
9556 85: cnr
9557 86: iso88025Dtr
9558 87: eplrs
9559 88: arap
9560 89: propCnls
9561 90: hostPad
9562 91: termPad
9563 92: frameRelayMPI
9564 93: x213
9565 94: adsl
9566 95: radsl
9567 96: sdsl
9568 97: vdsl
9569 98: iso88025CRFPInt
9570 99: myrinet
9571 100: voiceEM
9572 101: voiceFXO
9573 102: voiceFXS
9574 103: voiceEncap
9575 104: voiceOverIp
9576 105: atmDxi
9577 106: atmFuni
9578 107: atmIma
9579 108: pppMultilinkBundle
9580 109: ipOverCdlc
9581 110: ipOverClaw
9582 111: stackToStack
9583 112: virtualIpAddress
9584 113: mpc
9585 114: ipOverAtm
9586 115: iso88025Fiber
9587 116: tdlc
9588 117: gigabitEthernet
9589 118: hdlc
9590 119: lapf
9591 120: v37
9592 121: x25mlp
9593 122: x25huntGroup
9594 123: transpHdlc
9595 124: interleave
9596 125: fast
9597 126: ip
9598 127: docsCableMaclayer
9599 128: docsCableDownstream
9600 129: docsCableUpstream
9601 130: a12MppSwitch
9602 131: tunnel
9603 132: coffee
9604 133: ces
9605 134: atmSubInterface
9606 135: l2vlan
9607 136: l3ipvlan
9608 137: l3ipxvlan
9609 138: digitalPowerline
9610 139: mediaMailOverIp
9611 140: dtm
9612 141: dcn
9613 142: ipForward
9614 143: msdsl
9615 144: ieee1394
9616 145: if-gsn
9617 146: dvbRccMacLayer
9618 147: dvbRccDownstream
9619 148: dvbRccUpstream
9620 149: atmVirtual
9621 150: mplsTunnel
9622 151: srp
9623 152: voiceOverAtm
9624 153: voiceOverFrameRelay
9625 154: idsl
9626 155: compositeLink
9627 156: ss7SigLink
9628 157: propWirelessP2P
9629 158: frForward
9630 159: rfc1483
9631 160: usb
9632 161: ieee8023adLag
9633 162: bgppolicyaccounting
9634 163: frf16MfrBundle
9635 164: h323Gatekeeper
9636 165: h323Proxy
9637 166: mpls
9638 167: mfSigLink
9639 168: hdsl2
9640 169: shdsl
9641 170: ds1FDL
9642 171: pos
9643 172: dvbAsiIn
9644 173: dvbAsiOut
9645 174: plc
9646 175: nfas
9647 176: tr008
9648 177: gr303RDT
9649 178: gr303IDT
9650 179: isup
9651 180: propDocsWirelessMaclayer
9652 181: propDocsWirelessDownstream
9653 182: propDocsWirelessUpstream
9654 183: hiperlan2
9655 184: propBWAp2Mp
9656 185: sonetOverheadChannel
9657 186: digitalWrapperOverheadChannel
9658 187: aal2
9659 188: radioMAC
9660 189: atmRadio
9661 190: imt
9662 191: mvl
9663 192: reachDSL
9664 193: frDlciEndPt
9665 194: atmVciEndPt
9666 195: opticalChannel
9667 196: opticalTransport
9668 197: propAtm
9669 198: voiceOverCable
9670 199: infiniband
9671 200: teLink
9672 201: q2931
9673 202: virtualTg
9674 203: sipTg
9675 204: sipSig
9676 205: docsCableUpstreamChannel
9677 206: econet
9678 207: pon155
9679 208: pon622
9680 209: bridge
9681 210: linegroup
9682 211: voiceEMFGD
9683 212: voiceFGDEANA
9684 213: voiceDID
9685 214: mpegTransport
9686 215: sixToFour
9687 216: gtp
9688 217: pdnEtherLoop1
9689 218: pdnEtherLoop2
9690 219: opticalChannelGroup
9691 220: homepna
9692 221: gfp
9693 222: ciscoISLvlan
9694 223: actelisMetaLOOP
9695 224: fcipLink
9696 225: rpr
9697 226: qam
9698 227: lmp
9699 228: cblVectaStar
9700 229: docsCableMCmtsDownstream
9701 230: adsl2
9702 231: macSecControlledIF
9703 232: macSecUncontrolledIF
9704 233: aviciOpticalEther
9705 234: atmbond
9706 235: voiceFGDOS
9707 236: mocaVersion1
9708 237: ieee80216WMAN
9709 238: adsl2plus
9710 239: dvbRcsMacLayer
9711 240: dvbTdm
9712 241: dvbRcsTdma
9713 242: x86Laps
9714 243: wwanPP
9715 244: wwanPP2
9716 245: voiceEBS
9717 246: ifPwType
9718 247: ilan
9719 248: pip
9720 249: aluELP
9721 250: gpon
9722 251: vdsl2
9723 252: capwapDot11Profile
9724 253: capwapDot11Bss
9725 254: capwapWtpVirtualRadio
9726 255: bits
9727 256: docsCableUpstreamRfPort
9728 257: cableDownstreamRfPort
9729 258: vmwareVirtualNic
9730 259: ieee802154
9731 260: otnOdu
9732 261: otnOtu
9733 262: ifVfiType
9734 263: g9981
9735 264: g9982
9736 265: g9983
9737 266: aluEpon
9738 267: aluEponOnu
9739 268: aluEponPhysicalUni
9740 269: aluEponLogicalLink
9741 270: aluGponOnu
9742 271: aluGponPhysicalUni
9743 272: vmwareNicTeam
9744 277: docsOfdmDownstream
9745 278: docsOfdmaUpstream
9746 279: gfast
9747 280: sdci
9748 281: xboxWireless
9749 282: fastdsl
9750 283: docsCableScte55d1FwdOob
9751 284: docsCableScte55d1RetOob
9752 285: docsCableScte55d2DsOob
9753 286: docsCableScte55d2UsOob
9754 287: docsCableNdf
9755 288: docsCableNdr
9756 289: ptm
9757 290: ghn
9758 291: otnOtsi
9759 292: otnOtuc
9760 293: otnOduc
9761 294: otnOtsig
9762 295: microwaveCarrierTermination
9763 296: microwaveRadioLinkTerminal
9764 297: ieee8021axDrni
9765 298: ax25
9766 299: ieee19061nanocom
9767 300: cpri
9768 301: omni
9769 302: roe
9770 303: p2pOverLan
9771 - name: ifMtu
9772 oid: 1.3.6.1.2.1.2.2.1.4
9773 type: gauge
9774 help: The size of the largest packet which can be sent/received on the interface,
9775 specified in octets - 1.3.6.1.2.1.2.2.1.4
9776 indexes:
9777 - labelname: ifIndex
9778 type: gauge
9779 - name: ifSpeed
9780 oid: 1.3.6.1.2.1.2.2.1.5
9781 type: gauge
9782 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
9783 indexes:
9784 - labelname: ifIndex
9785 type: gauge
9786 - name: ifPhysAddress
9787 oid: 1.3.6.1.2.1.2.2.1.6
9788 type: PhysAddress48
9789 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
9790 indexes:
9791 - labelname: ifIndex
9792 type: gauge
9793 - name: ifAdminStatus
9794 oid: 1.3.6.1.2.1.2.2.1.7
9795 type: gauge
9796 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
9797 indexes:
9798 - labelname: ifIndex
9799 type: gauge
9800 enum_values:
9801 1: up
9802 2: down
9803 3: testing
9804 - name: ifOperStatus
9805 oid: 1.3.6.1.2.1.2.2.1.8
9806 type: gauge
9807 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
9808 indexes:
9809 - labelname: ifIndex
9810 type: gauge
9811 enum_values:
9812 1: up
9813 2: down
9814 3: testing
9815 4: unknown
9816 5: dormant
9817 6: notPresent
9818 7: lowerLayerDown
9819 - name: ifLastChange
9820 oid: 1.3.6.1.2.1.2.2.1.9
9821 type: gauge
9822 help: The value of sysUpTime at the time the interface entered its current operational
9823 state - 1.3.6.1.2.1.2.2.1.9
9824 indexes:
9825 - labelname: ifIndex
9826 type: gauge
9827 - name: ifInOctets
9828 oid: 1.3.6.1.2.1.2.2.1.10
9829 type: counter
9830 help: The total number of octets received on the interface, including framing
9831 characters - 1.3.6.1.2.1.2.2.1.10
9832 indexes:
9833 - labelname: ifIndex
9834 type: gauge
9835 - name: ifInUcastPkts
9836 oid: 1.3.6.1.2.1.2.2.1.11
9837 type: counter
9838 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
9839 which were not addressed to a multicast or broadcast address at this sub-layer
9840 - 1.3.6.1.2.1.2.2.1.11
9841 indexes:
9842 - labelname: ifIndex
9843 type: gauge
9844 - name: ifInNUcastPkts
9845 oid: 1.3.6.1.2.1.2.2.1.12
9846 type: counter
9847 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
9848 which were addressed to a multicast or broadcast address at this sub-layer -
9849 1.3.6.1.2.1.2.2.1.12
9850 indexes:
9851 - labelname: ifIndex
9852 type: gauge
9853 - name: ifInDiscards
9854 oid: 1.3.6.1.2.1.2.2.1.13
9855 type: counter
9856 help: The number of inbound packets which were chosen to be discarded even though
9857 no errors had been detected to prevent their being deliverable to a higher-layer
9858 protocol - 1.3.6.1.2.1.2.2.1.13
9859 indexes:
9860 - labelname: ifIndex
9861 type: gauge
9862 - name: ifInErrors
9863 oid: 1.3.6.1.2.1.2.2.1.14
9864 type: counter
9865 help: For packet-oriented interfaces, the number of inbound packets that contained
9866 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
9867 indexes:
9868 - labelname: ifIndex
9869 type: gauge
9870 - name: ifInUnknownProtos
9871 oid: 1.3.6.1.2.1.2.2.1.15
9872 type: counter
9873 help: For packet-oriented interfaces, the number of packets received via the interface
9874 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
9875 indexes:
9876 - labelname: ifIndex
9877 type: gauge
9878 - name: ifOutOctets
9879 oid: 1.3.6.1.2.1.2.2.1.16
9880 type: counter
9881 help: The total number of octets transmitted out of the interface, including framing
9882 characters - 1.3.6.1.2.1.2.2.1.16
9883 indexes:
9884 - labelname: ifIndex
9885 type: gauge
9886 - name: ifOutUcastPkts
9887 oid: 1.3.6.1.2.1.2.2.1.17
9888 type: counter
9889 help: The total number of packets that higher-level protocols requested be transmitted,
9890 and which were not addressed to a multicast or broadcast address at this sub-layer,
9891 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
9892 indexes:
9893 - labelname: ifIndex
9894 type: gauge
9895 - name: ifOutNUcastPkts
9896 oid: 1.3.6.1.2.1.2.2.1.18
9897 type: counter
9898 help: The total number of packets that higher-level protocols requested be transmitted,
9899 and which were addressed to a multicast or broadcast address at this sub-layer,
9900 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
9901 indexes:
9902 - labelname: ifIndex
9903 type: gauge
9904 - name: ifOutDiscards
9905 oid: 1.3.6.1.2.1.2.2.1.19
9906 type: counter
9907 help: The number of outbound packets which were chosen to be discarded even though
9908 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
9909 indexes:
9910 - labelname: ifIndex
9911 type: gauge
9912 - name: ifOutErrors
9913 oid: 1.3.6.1.2.1.2.2.1.20
9914 type: counter
9915 help: For packet-oriented interfaces, the number of outbound packets that could
9916 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
9917 indexes:
9918 - labelname: ifIndex
9919 type: gauge
9920 - name: ifOutQLen
9921 oid: 1.3.6.1.2.1.2.2.1.21
9922 type: gauge
9923 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
9924 indexes:
9925 - labelname: ifIndex
9926 type: gauge
9927 - name: ifSpecific
9928 oid: 1.3.6.1.2.1.2.2.1.22
9929 type: OctetString
9930 help: A reference to MIB definitions specific to the particular media being used
9931 to realize the interface - 1.3.6.1.2.1.2.2.1.22
9932 indexes:
9933 - labelname: ifIndex
9934 type: gauge
9935 - name: version
9936 oid: 1.3.6.1.4.1.12196.13.0.1
9937 type: DisplayString
9938 help: The version of the netfilter modules - 1.3.6.1.4.1.12196.13.0.1
9939 - name: numServices
9940 oid: 1.3.6.1.4.1.12196.13.0.2
9941 type: gauge
9942 help: The current number of Virtual Services - 1.3.6.1.4.1.12196.13.0.2
9943 - name: hashTableSize
9944 oid: 1.3.6.1.4.1.12196.13.0.3
9945 type: gauge
9946 help: The size of hash table for L4 connection contexts - 1.3.6.1.4.1.12196.13.0.3
9947 - name: tcpTimeOut
9948 oid: 1.3.6.1.4.1.12196.13.0.4
9949 type: gauge
9950 help: The L4 TCP Timeout(s) for established connections - 1.3.6.1.4.1.12196.13.0.4
9951 - name: tcpFinTimeOut
9952 oid: 1.3.6.1.4.1.12196.13.0.5
9953 type: gauge
9954 help: The L4 TCP Timeout(s) for connections in FIN wait state - 1.3.6.1.4.1.12196.13.0.5
9955 - name: udpTimeOut
9956 oid: 1.3.6.1.4.1.12196.13.0.6
9957 type: gauge
9958 help: The L4 UDP Timeout(s) - 1.3.6.1.4.1.12196.13.0.6
9959 - name: daemonState
9960 oid: 1.3.6.1.4.1.12196.13.0.7
9961 type: EnumAsInfo
9962 help: The state of daemon for synchronisation of L4 connection contexts - 1.3.6.1.4.1.12196.13.0.7
9963 enum_values:
9964 0: none
9965 1: master
9966 2: backup
9967 - name: mcastInterface
9968 oid: 1.3.6.1.4.1.12196.13.0.8
9969 type: OctetString
9970 help: The multicast interface used by L4 inter machine update daemon - 1.3.6.1.4.1.12196.13.0.8
9971 - name: haState
9972 oid: 1.3.6.1.4.1.12196.13.0.9
9973 type: EnumAsInfo
9974 help: The HA status of the current machine - 1.3.6.1.4.1.12196.13.0.9
9975 enum_values:
9976 0: none
9977 1: master
9978 2: standby
9979 3: passive
9980 - name: patchVersion
9981 oid: 1.3.6.1.4.1.12196.13.0.10
9982 type: DisplayString
9983 help: The installed software patch version - 1.3.6.1.4.1.12196.13.0.10
9984 - name: totalTps
9985 oid: 1.3.6.1.4.1.12196.13.0.11
9986 type: gauge
9987 help: The current total TPS - 1.3.6.1.4.1.12196.13.0.11
9988 - name: sslTps
9989 oid: 1.3.6.1.4.1.12196.13.0.12
9990 type: gauge
9991 help: The current SSL TPS - 1.3.6.1.4.1.12196.13.0.12
9992 - name: vSIdx
9993 oid: 1.3.6.1.4.1.12196.13.1.1.1
9994 type: gauge
9995 help: The Virtual Service index - 1.3.6.1.4.1.12196.13.1.1.1
9996 indexes:
9997 - labelname: vSIdx
9998 type: gauge
9999 - name: vSIp
10000 oid: 1.3.6.1.4.1.12196.13.1.1.2
10001 type: DisplayString
10002 help: The IP address of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.2
10003 indexes:
10004 - labelname: vSIdx
10005 type: gauge
10006 - name: vSPort
10007 oid: 1.3.6.1.4.1.12196.13.1.1.3
10008 type: gauge
10009 help: The Virtual Service port number - 1.3.6.1.4.1.12196.13.1.1.3
10010 indexes:
10011 - labelname: vSIdx
10012 type: gauge
10013 - name: vSAddrtype
10014 oid: 1.3.6.1.4.1.12196.13.1.1.4
10015 type: EnumAsInfo
10016 help: The Virtual Service address type - 1.3.6.1.4.1.12196.13.1.1.4
10017 indexes:
10018 - labelname: vSIdx
10019 type: gauge
10020 enum_values:
10021 0: unknown
10022 1: ipv4
10023 2: ipv6
10024 3: ipv4z
10025 4: ipv6z
10026 16: dns
10027 - name: vSProtocol
10028 oid: 1.3.6.1.4.1.12196.13.1.1.5
10029 type: EnumAsInfo
10030 help: The Virtual Service protocol (TCP/UDP) - 1.3.6.1.4.1.12196.13.1.1.5
10031 indexes:
10032 - labelname: vSIdx
10033 type: gauge
10034 enum_values:
10035 6: tcp
10036 17: udp
10037 - name: vSSchedulingMethod
10038 oid: 1.3.6.1.4.1.12196.13.1.1.6
10039 type: DisplayString
10040 help: The Virtual Service scheduling method - 1.3.6.1.4.1.12196.13.1.1.6
10041 indexes:
10042 - labelname: vSIdx
10043 type: gauge
10044 - name: vSPersistenceTimeout
10045 oid: 1.3.6.1.4.1.12196.13.1.1.7
10046 type: gauge
10047 help: The Virtual Service timeout for persistent connections - 1.3.6.1.4.1.12196.13.1.1.7
10048 indexes:
10049 - labelname: vSIdx
10050 type: gauge
10051 - name: vSCheckerType
10052 oid: 1.3.6.1.4.1.12196.13.1.1.8
10053 type: DisplayString
10054 help: The type of checker associated with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.8
10055 indexes:
10056 - labelname: vSIdx
10057 type: gauge
10058 - name: vSAdaptiveMethod
10059 oid: 1.3.6.1.4.1.12196.13.1.1.9
10060 type: DisplayString
10061 help: The type of adaptive method used with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.9
10062 indexes:
10063 - labelname: vSIdx
10064 type: gauge
10065 - name: vSNumDests
10066 oid: 1.3.6.1.4.1.12196.13.1.1.10
10067 type: gauge
10068 help: The number of destinations (Real Servers) for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.10
10069 indexes:
10070 - labelname: vSIdx
10071 type: gauge
10072 - name: vSL7persist
10073 oid: 1.3.6.1.4.1.12196.13.1.1.11
10074 type: DisplayString
10075 help: The type of persistence used with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.11
10076 indexes:
10077 - labelname: vSIdx
10078 type: gauge
10079 - name: vSL7cookieId
10080 oid: 1.3.6.1.4.1.12196.13.1.1.12
10081 type: DisplayString
10082 help: The name of the cookie associated with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.12
10083 indexes:
10084 - labelname: vSIdx
10085 type: gauge
10086 - name: vSName
10087 oid: 1.3.6.1.4.1.12196.13.1.1.13
10088 type: DisplayString
10089 help: The name of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.13
10090 indexes:
10091 - labelname: vSIdx
10092 type: gauge
10093 - name: vSState
10094 oid: 1.3.6.1.4.1.12196.13.1.1.14
10095 type: EnumAsInfo
10096 help: The status of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.14
10097 indexes:
10098 - labelname: vSIdx
10099 type: gauge
10100 enum_values:
10101 1: inService
10102 2: outOfService
10103 4: disabled
10104 5: sorry
10105 6: redirect
10106 7: errormsg
10107 8: securityDown
10108 - name: vSFollow
10109 oid: 1.3.6.1.4.1.12196.13.1.1.15
10110 type: gauge
10111 help: The Virtual Service follow port number - 1.3.6.1.4.1.12196.13.1.1.15
10112 indexes:
10113 - labelname: vSIdx
10114 type: gauge
10115 - name: vSConns
10116 oid: 1.3.6.1.4.1.12196.13.1.1.16
10117 type: counter
10118 help: The total number of connections for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.16
10119 indexes:
10120 - labelname: vSIdx
10121 type: gauge
10122 - name: vSInPkts
10123 oid: 1.3.6.1.4.1.12196.13.1.1.17
10124 type: counter
10125 help: The total number of incomming packets to this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.17
10126 indexes:
10127 - labelname: vSIdx
10128 type: gauge
10129 - name: vSOutPkts
10130 oid: 1.3.6.1.4.1.12196.13.1.1.18
10131 type: counter
10132 help: The total number of outgoing packets from this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.18
10133 indexes:
10134 - labelname: vSIdx
10135 type: gauge
10136 - name: vSInBytes
10137 oid: 1.3.6.1.4.1.12196.13.1.1.19
10138 type: counter
10139 help: The total number of incomming bytes to this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.19
10140 indexes:
10141 - labelname: vSIdx
10142 type: gauge
10143 - name: vSOutBytes
10144 oid: 1.3.6.1.4.1.12196.13.1.1.20
10145 type: counter
10146 help: The number of outgoing bytes from this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.20
10147 indexes:
10148 - labelname: vSIdx
10149 type: gauge
10150 - name: vSActiveConns
10151 oid: 1.3.6.1.4.1.12196.13.1.1.21
10152 type: gauge
10153 help: The number of active connections for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.21
10154 indexes:
10155 - labelname: vSIdx
10156 type: gauge
10157 - name: vSCurrentAvgRequest
10158 oid: 1.3.6.1.4.1.12196.13.1.1.22
10159 type: gauge
10160 help: Request Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.22
10161 indexes:
10162 - labelname: vSIdx
10163 type: gauge
10164 - name: vSCurrentAvgResponse
10165 oid: 1.3.6.1.4.1.12196.13.1.1.23
10166 type: gauge
10167 help: Response Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.23
10168 indexes:
10169 - labelname: vSIdx
10170 type: gauge
10171 - name: vSCurrentMaxRequest
10172 oid: 1.3.6.1.4.1.12196.13.1.1.24
10173 type: gauge
10174 help: Request Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.24
10175 indexes:
10176 - labelname: vSIdx
10177 type: gauge
10178 - name: vSCurrentMaxResponse
10179 oid: 1.3.6.1.4.1.12196.13.1.1.25
10180 type: gauge
10181 help: Response Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.25
10182 indexes:
10183 - labelname: vSIdx
10184 type: gauge
10185 - name: vSCurrentMinRequest
10186 oid: 1.3.6.1.4.1.12196.13.1.1.26
10187 type: gauge
10188 help: Request Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.26
10189 indexes:
10190 - labelname: vSIdx
10191 type: gauge
10192 - name: vSCurrentMinResponse
10193 oid: 1.3.6.1.4.1.12196.13.1.1.27
10194 type: gauge
10195 help: Response Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.27
10196 indexes:
10197 - labelname: vSIdx
10198 type: gauge
10199 - name: vSLongTermAvgRequest
10200 oid: 1.3.6.1.4.1.12196.13.1.1.28
10201 type: gauge
10202 help: Request Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.28
10203 indexes:
10204 - labelname: vSIdx
10205 type: gauge
10206 - name: vSLongTermAvgResponse
10207 oid: 1.3.6.1.4.1.12196.13.1.1.29
10208 type: gauge
10209 help: Response Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.29
10210 indexes:
10211 - labelname: vSIdx
10212 type: gauge
10213 - name: vSLongTermMaxRequest
10214 oid: 1.3.6.1.4.1.12196.13.1.1.30
10215 type: gauge
10216 help: Request Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.30
10217 indexes:
10218 - labelname: vSIdx
10219 type: gauge
10220 - name: vSLongTermMaxResponse
10221 oid: 1.3.6.1.4.1.12196.13.1.1.31
10222 type: gauge
10223 help: Response Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.31
10224 indexes:
10225 - labelname: vSIdx
10226 type: gauge
10227 - name: vSLongTermMinRequest
10228 oid: 1.3.6.1.4.1.12196.13.1.1.32
10229 type: gauge
10230 help: Request Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.32
10231 indexes:
10232 - labelname: vSIdx
10233 type: gauge
10234 - name: vSLongTermMinResponse
10235 oid: 1.3.6.1.4.1.12196.13.1.1.33
10236 type: gauge
10237 help: Response Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.33
10238 indexes:
10239 - labelname: vSIdx
10240 type: gauge
10241 - name: vSCurrentAvgRTTTimes
10242 oid: 1.3.6.1.4.1.12196.13.1.1.34
10243 type: gauge
10244 help: Round Trip Times Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.34
10245 indexes:
10246 - labelname: vSIdx
10247 type: gauge
10248 - name: vSCurrentMaxRTTTimes
10249 oid: 1.3.6.1.4.1.12196.13.1.1.35
10250 type: gauge
10251 help: Round Trip Times Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.35
10252 indexes:
10253 - labelname: vSIdx
10254 type: gauge
10255 - name: vSCurrentMinRTTTimes
10256 oid: 1.3.6.1.4.1.12196.13.1.1.36
10257 type: gauge
10258 help: Round Trip Times Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.36
10259 indexes:
10260 - labelname: vSIdx
10261 type: gauge
10262 - name: vSLongTermAvgRTTTimes
10263 oid: 1.3.6.1.4.1.12196.13.1.1.37
10264 type: gauge
10265 help: Round Trip Times Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.37
10266 indexes:
10267 - labelname: vSIdx
10268 type: gauge
10269 - name: vSLongTermMaxRTTTimes
10270 oid: 1.3.6.1.4.1.12196.13.1.1.38
10271 type: gauge
10272 help: Round Trip Times Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.38
10273 indexes:
10274 - labelname: vSIdx
10275 type: gauge
10276 - name: vSLongTermMinRTTTimes
10277 oid: 1.3.6.1.4.1.12196.13.1.1.39
10278 type: gauge
10279 help: Round Trip Times Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.39
10280 indexes:
10281 - labelname: vSIdx
10282 type: gauge
10283 - name: rSVsIdx
10284 oid: 1.3.6.1.4.1.12196.13.2.1.1
10285 type: gauge
10286 help: The id of the associated Virtual Service - 1.3.6.1.4.1.12196.13.2.1.1
10287 indexes:
10288 - labelname: rSIdx
10289 type: gauge
10290 - name: rSIp
10291 oid: 1.3.6.1.4.1.12196.13.2.1.2
10292 type: DisplayString
10293 help: The IP address of the Real Server - 1.3.6.1.4.1.12196.13.2.1.2
10294 indexes:
10295 - labelname: rSIdx
10296 type: gauge
10297 - name: rSPort
10298 oid: 1.3.6.1.4.1.12196.13.2.1.3
10299 type: gauge
10300 help: The Real Server port number - 1.3.6.1.4.1.12196.13.2.1.3
10301 indexes:
10302 - labelname: rSIdx
10303 type: gauge
10304 - name: rSAddrType
10305 oid: 1.3.6.1.4.1.12196.13.2.1.4
10306 type: EnumAsInfo
10307 help: The Real Server address type - 1.3.6.1.4.1.12196.13.2.1.4
10308 indexes:
10309 - labelname: rSIdx
10310 type: gauge
10311 enum_values:
10312 0: unknown
10313 1: ipv4
10314 2: ipv6
10315 3: ipv4z
10316 4: ipv6z
10317 16: dns
10318 - name: rSIdx
10319 oid: 1.3.6.1.4.1.12196.13.2.1.5
10320 type: gauge
10321 help: The Real Server index - 1.3.6.1.4.1.12196.13.2.1.5
10322 indexes:
10323 - labelname: rSIdx
10324 type: gauge
10325 - name: rSForwardingMethod
10326 oid: 1.3.6.1.4.1.12196.13.2.1.6
10327 type: DisplayString
10328 help: The forwarding method used for Real Server - 1.3.6.1.4.1.12196.13.2.1.6
10329 indexes:
10330 - labelname: rSIdx
10331 type: gauge
10332 - name: rSWeight
10333 oid: 1.3.6.1.4.1.12196.13.2.1.7
10334 type: gauge
10335 help: The configured weight of the Real Server - 1.3.6.1.4.1.12196.13.2.1.7
10336 indexes:
10337 - labelname: rSIdx
10338 type: gauge
10339 - name: rSState
10340 oid: 1.3.6.1.4.1.12196.13.2.1.8
10341 type: EnumAsInfo
10342 help: The current status of the Real Server - 1.3.6.1.4.1.12196.13.2.1.8
10343 indexes:
10344 - labelname: rSIdx
10345 type: gauge
10346 enum_values:
10347 1: inService
10348 2: outOfService
10349 4: disabled
10350 - name: rSConns
10351 oid: 1.3.6.1.4.1.12196.13.2.1.12
10352 type: counter
10353 help: The total number of connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.12
10354 indexes:
10355 - labelname: rSIdx
10356 type: gauge
10357 - name: rSInPkts
10358 oid: 1.3.6.1.4.1.12196.13.2.1.13
10359 type: counter
10360 help: The total number of incoming packets to this Real Server - 1.3.6.1.4.1.12196.13.2.1.13
10361 indexes:
10362 - labelname: rSIdx
10363 type: gauge
10364 - name: rSOutPkts
10365 oid: 1.3.6.1.4.1.12196.13.2.1.14
10366 type: counter
10367 help: The total number of outgoing packets from this Real Server - 1.3.6.1.4.1.12196.13.2.1.14
10368 indexes:
10369 - labelname: rSIdx
10370 type: gauge
10371 - name: rSInBytes
10372 oid: 1.3.6.1.4.1.12196.13.2.1.15
10373 type: counter
10374 help: The total number of incoming bytes to this Real Server - 1.3.6.1.4.1.12196.13.2.1.15
10375 indexes:
10376 - labelname: rSIdx
10377 type: gauge
10378 - name: rSOutBytes
10379 oid: 1.3.6.1.4.1.12196.13.2.1.16
10380 type: counter
10381 help: The total number of outgoing bytes from this Real Server - 1.3.6.1.4.1.12196.13.2.1.16
10382 indexes:
10383 - labelname: rSIdx
10384 type: gauge
10385 - name: rSActiveConns
10386 oid: 1.3.6.1.4.1.12196.13.2.1.17
10387 type: gauge
10388 help: The number of active connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.17
10389 indexes:
10390 - labelname: rSIdx
10391 type: gauge
10392 - name: rSInactiveConns
10393 oid: 1.3.6.1.4.1.12196.13.2.1.18
10394 type: counter
10395 help: The number of inactive connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.18
10396 indexes:
10397 - labelname: rSIdx
10398 type: gauge
10399 - name: rSCurrentAvgRequest
10400 oid: 1.3.6.1.4.1.12196.13.2.1.19
10401 type: gauge
10402 help: Request Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.19
10403 indexes:
10404 - labelname: rSIdx
10405 type: gauge
10406 - name: rSCurrentAvgResponse
10407 oid: 1.3.6.1.4.1.12196.13.2.1.20
10408 type: gauge
10409 help: Response Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.20
10410 indexes:
10411 - labelname: rSIdx
10412 type: gauge
10413 - name: rSCurrentMaxRequest
10414 oid: 1.3.6.1.4.1.12196.13.2.1.21
10415 type: gauge
10416 help: Request Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.21
10417 indexes:
10418 - labelname: rSIdx
10419 type: gauge
10420 - name: rSCurrentMaxResponse
10421 oid: 1.3.6.1.4.1.12196.13.2.1.22
10422 type: gauge
10423 help: Response Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.22
10424 indexes:
10425 - labelname: rSIdx
10426 type: gauge
10427 - name: rSCurrentMinRequest
10428 oid: 1.3.6.1.4.1.12196.13.2.1.23
10429 type: gauge
10430 help: Request Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.23
10431 indexes:
10432 - labelname: rSIdx
10433 type: gauge
10434 - name: rSCurrentMinResponse
10435 oid: 1.3.6.1.4.1.12196.13.2.1.24
10436 type: gauge
10437 help: Response Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.24
10438 indexes:
10439 - labelname: rSIdx
10440 type: gauge
10441 - name: rSLongTermAvgRequest
10442 oid: 1.3.6.1.4.1.12196.13.2.1.25
10443 type: gauge
10444 help: Request Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.25
10445 indexes:
10446 - labelname: rSIdx
10447 type: gauge
10448 - name: rSLongTermAvgResponse
10449 oid: 1.3.6.1.4.1.12196.13.2.1.26
10450 type: gauge
10451 help: Response Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.26
10452 indexes:
10453 - labelname: rSIdx
10454 type: gauge
10455 - name: rSLongTermMaxRequest
10456 oid: 1.3.6.1.4.1.12196.13.2.1.27
10457 type: gauge
10458 help: Request Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.27
10459 indexes:
10460 - labelname: rSIdx
10461 type: gauge
10462 - name: rSLongTermMaxResponse
10463 oid: 1.3.6.1.4.1.12196.13.2.1.28
10464 type: gauge
10465 help: Response Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.28
10466 indexes:
10467 - labelname: rSIdx
10468 type: gauge
10469 - name: rSLongTermMinRequest
10470 oid: 1.3.6.1.4.1.12196.13.2.1.29
10471 type: gauge
10472 help: Request Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.29
10473 indexes:
10474 - labelname: rSIdx
10475 type: gauge
10476 - name: rSLongTermMinResponse
10477 oid: 1.3.6.1.4.1.12196.13.2.1.30
10478 type: gauge
10479 help: Response Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.30
10480 indexes:
10481 - labelname: rSIdx
10482 type: gauge
10483 - name: rSCurrentAvgRTTTimes
10484 oid: 1.3.6.1.4.1.12196.13.2.1.31
10485 type: gauge
10486 help: Round Trip Times Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.31
10487 indexes:
10488 - labelname: rSIdx
10489 type: gauge
10490 - name: rSCurrentMaxRTTTimes
10491 oid: 1.3.6.1.4.1.12196.13.2.1.32
10492 type: gauge
10493 help: Round Trip Times Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.32
10494 indexes:
10495 - labelname: rSIdx
10496 type: gauge
10497 - name: rSCurrentMinRTTTimes
10498 oid: 1.3.6.1.4.1.12196.13.2.1.33
10499 type: gauge
10500 help: Round Trip Times Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.33
10501 indexes:
10502 - labelname: rSIdx
10503 type: gauge
10504 - name: rSLongTermAvgRTTTimes
10505 oid: 1.3.6.1.4.1.12196.13.2.1.34
10506 type: gauge
10507 help: Round Trip Times Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.34
10508 indexes:
10509 - labelname: rSIdx
10510 type: gauge
10511 - name: rSLongTermMaxRTTTimes
10512 oid: 1.3.6.1.4.1.12196.13.2.1.35
10513 type: gauge
10514 help: Round Trip Times Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.35
10515 indexes:
10516 - labelname: rSIdx
10517 type: gauge
10518 - name: rSLongTermMinRTTTimes
10519 oid: 1.3.6.1.4.1.12196.13.2.1.36
10520 type: gauge
10521 help: Round Trip Times Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.36
10522 indexes:
10523 - labelname: rSIdx
10524 type: gauge
10525 - name: laNames
10526 oid: 1.3.6.1.4.1.2021.10.1.2
10527 type: DisplayString
10528 help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2
10529 indexes:
10530 - labelname: laIndex
10531 type: gauge
10532 - name: laLoadInt
10533 oid: 1.3.6.1.4.1.2021.10.1.5
10534 type: gauge
10535 help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5
10536 indexes:
10537 - labelname: laIndex
10538 type: gauge
10539 - name: ssCpuSystem
10540 oid: 1.3.6.1.4.1.2021.11.10
10541 type: gauge
10542 help: The percentage of CPU time spent processing system-level code, calculated
10543 over the last minute - 1.3.6.1.4.1.2021.11.10
10544 - name: ssCpuIdle
10545 oid: 1.3.6.1.4.1.2021.11.11
10546 type: gauge
10547 help: The percentage of processor time spent idle, calculated over the last minute
10548 - 1.3.6.1.4.1.2021.11.11
10549 - name: ssCpuUser
10550 oid: 1.3.6.1.4.1.2021.11.9
10551 type: gauge
10552 help: The percentage of CPU time spent processing user-level code, calculated
10553 over the last minute - 1.3.6.1.4.1.2021.11.9
10554 - name: memIndex
10555 oid: 1.3.6.1.4.1.2021.4.1
10556 type: gauge
10557 help: Bogus Index - 1.3.6.1.4.1.2021.4.1
10558 - name: memErrorName
10559 oid: 1.3.6.1.4.1.2021.4.2
10560 type: DisplayString
10561 help: Bogus Name - 1.3.6.1.4.1.2021.4.2
10562 - name: memTotalSwap
10563 oid: 1.3.6.1.4.1.2021.4.3
10564 type: gauge
10565 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3
10566 - name: memAvailSwap
10567 oid: 1.3.6.1.4.1.2021.4.4
10568 type: gauge
10569 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4
10570 - name: memTotalReal
10571 oid: 1.3.6.1.4.1.2021.4.5
10572 type: gauge
10573 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5
10574 - name: memAvailReal
10575 oid: 1.3.6.1.4.1.2021.4.6
10576 type: gauge
10577 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6
10578 - name: memTotalSwapTXT
10579 oid: 1.3.6.1.4.1.2021.4.7
10580 type: gauge
10581 help: The total amount of swap space or virtual memory allocated for text pages
10582 on this host - 1.3.6.1.4.1.2021.4.7
10583 - name: memAvailSwapTXT
10584 oid: 1.3.6.1.4.1.2021.4.8
10585 type: gauge
10586 help: The amount of swap space or virtual memory currently being used by text
10587 pages on this host - 1.3.6.1.4.1.2021.4.8
10588 - name: memTotalRealTXT
10589 oid: 1.3.6.1.4.1.2021.4.9
10590 type: gauge
10591 help: The total amount of real/physical memory allocated for text pages on this
10592 host - 1.3.6.1.4.1.2021.4.9
10593 - name: memAvailRealTXT
10594 oid: 1.3.6.1.4.1.2021.4.10
10595 type: gauge
10596 help: The amount of real/physical memory currently being used by text pages on
10597 this host - 1.3.6.1.4.1.2021.4.10
10598 - name: memTotalFree
10599 oid: 1.3.6.1.4.1.2021.4.11
10600 type: gauge
10601 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11
10602 - name: memMinimumSwap
10603 oid: 1.3.6.1.4.1.2021.4.12
10604 type: gauge
10605 help: The minimum amount of swap space expected to be kept free or available during
10606 normal operation of this host - 1.3.6.1.4.1.2021.4.12
10607 - name: memShared
10608 oid: 1.3.6.1.4.1.2021.4.13
10609 type: gauge
10610 help: The total amount of real or virtual memory currently allocated for use as
10611 shared memory - 1.3.6.1.4.1.2021.4.13
10612 - name: memBuffer
10613 oid: 1.3.6.1.4.1.2021.4.14
10614 type: gauge
10615 help: The total amount of real or virtual memory currently allocated for use as
10616 memory buffers - 1.3.6.1.4.1.2021.4.14
10617 - name: memCached
10618 oid: 1.3.6.1.4.1.2021.4.15
10619 type: gauge
10620 help: The total amount of real or virtual memory currently allocated for use as
10621 cached memory - 1.3.6.1.4.1.2021.4.15
10622 - name: memUsedSwapTXT
10623 oid: 1.3.6.1.4.1.2021.4.16
10624 type: gauge
10625 help: The amount of swap space or virtual memory currently being used by text
10626 pages on this host - 1.3.6.1.4.1.2021.4.16
10627 - name: memUsedRealTXT
10628 oid: 1.3.6.1.4.1.2021.4.17
10629 type: gauge
10630 help: The amount of real/physical memory currently being used by text pages on
10631 this host - 1.3.6.1.4.1.2021.4.17
10632 - name: memTotalSwapX
10633 oid: 1.3.6.1.4.1.2021.4.18
10634 type: counter
10635 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18
10636 - name: memAvailSwapX
10637 oid: 1.3.6.1.4.1.2021.4.19
10638 type: counter
10639 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19
10640 - name: memTotalRealX
10641 oid: 1.3.6.1.4.1.2021.4.20
10642 type: counter
10643 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20
10644 - name: memAvailRealX
10645 oid: 1.3.6.1.4.1.2021.4.21
10646 type: counter
10647 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21
10648 - name: memTotalFreeX
10649 oid: 1.3.6.1.4.1.2021.4.22
10650 type: counter
10651 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22
10652 - name: memMinimumSwapX
10653 oid: 1.3.6.1.4.1.2021.4.23
10654 type: counter
10655 help: The minimum amount of swap space expected to be kept free or available during
10656 normal operation of this host - 1.3.6.1.4.1.2021.4.23
10657 - name: memSharedX
10658 oid: 1.3.6.1.4.1.2021.4.24
10659 type: counter
10660 help: The total amount of real or virtual memory currently allocated for use as
10661 shared memory - 1.3.6.1.4.1.2021.4.24
10662 - name: memBufferX
10663 oid: 1.3.6.1.4.1.2021.4.25
10664 type: counter
10665 help: The total amount of real or virtual memory currently allocated for use as
10666 memory buffers - 1.3.6.1.4.1.2021.4.25
10667 - name: memCachedX
10668 oid: 1.3.6.1.4.1.2021.4.26
10669 type: counter
10670 help: The total amount of real or virtual memory currently allocated for use as
10671 cached memory - 1.3.6.1.4.1.2021.4.26
10672 - name: memSwapError
10673 oid: 1.3.6.1.4.1.2021.4.100
10674 type: gauge
10675 help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
10676 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100
10677 enum_values:
10678 0: noError
10679 1: error
10680 - name: memSwapErrorMsg
10681 oid: 1.3.6.1.4.1.2021.4.101
10682 type: DisplayString
10683 help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
10684 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101
10685 liebert_pdu:
10686 walk:
10687 - 1.3.6.1.4.1.476.1.42.3.8.20
10688 - 1.3.6.1.4.1.476.1.42.3.8.30.20
10689 - 1.3.6.1.4.1.476.1.42.3.8.30.40
10690 - 1.3.6.1.4.1.476.1.42.3.8.50.20
10691 - 1.3.6.1.4.1.476.1.42.3.8.60.10
10692 get:
10693 - 1.3.6.1.2.1.1.3.0
10694 metrics:
10695 - name: sysUpTime
10696 oid: 1.3.6.1.2.1.1.3
10697 type: gauge
10698 help: The time (in hundredths of a second) since the network management portion
10699 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
10700 - name: lgpPduEntryIndex
10701 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.1
10702 type: gauge
10703 help: This is the index that indicates the row of the 'lgpPduTable'. - 1.3.6.1.4.1.476.1.42.3.8.20.1.1
10704 indexes:
10705 - labelname: lgpPduEntryIndex
10706 type: gauge
10707 lookups:
10708 - labels:
10709 - lgpPduEntryIndex
10710 labelname: lgpPduEntrySysAssignLabel
10711 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10712 type: DisplayString
10713 - name: lgpPduEntryId
10714 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.5
10715 type: gauge
10716 help: This is an internal index representing a unique identifier for each PDU
10717 represented by this agent - 1.3.6.1.4.1.476.1.42.3.8.20.1.5
10718 indexes:
10719 - labelname: lgpPduEntryIndex
10720 type: gauge
10721 lookups:
10722 - labels:
10723 - lgpPduEntryIndex
10724 labelname: lgpPduEntrySysAssignLabel
10725 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10726 type: DisplayString
10727 - name: lgpPduEntryUsrLabel
10728 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.10
10729 type: DisplayString
10730 help: This is a user assigned label representing the PDU. - 1.3.6.1.4.1.476.1.42.3.8.20.1.10
10731 indexes:
10732 - labelname: lgpPduEntryIndex
10733 type: gauge
10734 lookups:
10735 - labels:
10736 - lgpPduEntryIndex
10737 labelname: lgpPduEntrySysAssignLabel
10738 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10739 type: DisplayString
10740 - name: lgpPduEntrySysAssignLabel
10741 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10742 type: DisplayString
10743 help: System assigned identifier representing the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10744 indexes:
10745 - labelname: lgpPduEntryIndex
10746 type: gauge
10747 lookups:
10748 - labels:
10749 - lgpPduEntryIndex
10750 labelname: lgpPduEntrySysAssignLabel
10751 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10752 type: DisplayString
10753 - name: lgpPduEntryPositionRelative
10754 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.20
10755 type: gauge
10756 help: This is a one-based value that indicates the PDU's relative position within
10757 a rack or other enclosing entity. - 1.3.6.1.4.1.476.1.42.3.8.20.1.20
10758 indexes:
10759 - labelname: lgpPduEntryIndex
10760 type: gauge
10761 lookups:
10762 - labels:
10763 - lgpPduEntryIndex
10764 labelname: lgpPduEntrySysAssignLabel
10765 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10766 type: DisplayString
10767 - name: lgpPduEntrySysStatus
10768 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.25
10769 type: gauge
10770 help: This value represents a bit-field of the various operational states of the
10771 PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.25
10772 indexes:
10773 - labelname: lgpPduEntryIndex
10774 type: gauge
10775 lookups:
10776 - labels:
10777 - lgpPduEntryIndex
10778 labelname: lgpPduEntrySysAssignLabel
10779 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10780 type: DisplayString
10781 - name: lgpPduEntryUsrTag1
10782 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.35
10783 type: DisplayString
10784 help: This is a user assigned Tag for the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.35
10785 indexes:
10786 - labelname: lgpPduEntryIndex
10787 type: gauge
10788 lookups:
10789 - labels:
10790 - lgpPduEntryIndex
10791 labelname: lgpPduEntrySysAssignLabel
10792 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10793 type: DisplayString
10794 - name: lgpPduEntryUsrTag2
10795 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.40
10796 type: DisplayString
10797 help: This is a user assigned Tag for the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.40
10798 indexes:
10799 - labelname: lgpPduEntryIndex
10800 type: gauge
10801 lookups:
10802 - labels:
10803 - lgpPduEntryIndex
10804 labelname: lgpPduEntrySysAssignLabel
10805 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10806 type: DisplayString
10807 - name: lgpPduEntrySerialNumber
10808 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.45
10809 type: DisplayString
10810 help: System assigned serial number for this PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.45
10811 indexes:
10812 - labelname: lgpPduEntryIndex
10813 type: gauge
10814 lookups:
10815 - labels:
10816 - lgpPduEntryIndex
10817 labelname: lgpPduEntrySysAssignLabel
10818 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10819 type: DisplayString
10820 - name: lgpPduEntryRbCount
10821 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.50
10822 type: gauge
10823 help: Number of receptacle branches (Rb) within this PDU. - 1.3.6.1.4.1.476.1.42.3.8.20.1.50
10824 indexes:
10825 - labelname: lgpPduEntryIndex
10826 type: gauge
10827 lookups:
10828 - labels:
10829 - lgpPduEntryIndex
10830 labelname: lgpPduEntrySysAssignLabel
10831 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10832 type: DisplayString
10833 - name: lgpPduEntrySWOverCurrentProtection
10834 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.55
10835 type: gauge
10836 help: This is the PDU Software Over Current Protection feature which will prevent
10837 unused receptacles from turning on when the 'PDU Over Current Warning' or 'PDU
10838 Over Current Alarm' threshold is violated - 1.3.6.1.4.1.476.1.42.3.8.20.1.55
10839 indexes:
10840 - labelname: lgpPduEntryIndex
10841 type: gauge
10842 lookups:
10843 - labels:
10844 - lgpPduEntryIndex
10845 labelname: lgpPduEntrySysAssignLabel
10846 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10847 type: DisplayString
10848 enum_values:
10849 0: disabled
10850 1: enable
10851 - name: lgpPduPsEntryIndex
10852 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.5
10853 type: gauge
10854 help: This is a unique identifier for the Power Source within a given PDU - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.5
10855 indexes:
10856 - labelname: lgpPduEntryIndex
10857 type: gauge
10858 - labelname: lgpPduPsEntryIndex
10859 type: gauge
10860 lookups:
10861 - labels:
10862 - lgpPduEntryIndex
10863 labelname: lgpPduEntrySysAssignLabel
10864 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10865 type: DisplayString
10866 - labels:
10867 - lgpPduPsEntryIndex
10868 labelname: lgpPduPsEntrySysAssignLabel
10869 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10870 type: DisplayString
10871 - name: lgpPduPsEntryId
10872 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.10
10873 type: gauge
10874 help: This is a unique entry id representing a given PDU power source for the
10875 PDU. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.10
10876 indexes:
10877 - labelname: lgpPduEntryIndex
10878 type: gauge
10879 - labelname: lgpPduPsEntryIndex
10880 type: gauge
10881 lookups:
10882 - labels:
10883 - lgpPduEntryIndex
10884 labelname: lgpPduEntrySysAssignLabel
10885 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10886 type: DisplayString
10887 - labels:
10888 - lgpPduPsEntryIndex
10889 labelname: lgpPduPsEntrySysAssignLabel
10890 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10891 type: DisplayString
10892 - name: lgpPduPsEntrySysAssignLabel
10893 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10894 type: DisplayString
10895 help: System assigned identifier for this power source - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10896 indexes:
10897 - labelname: lgpPduEntryIndex
10898 type: gauge
10899 - labelname: lgpPduPsEntryIndex
10900 type: gauge
10901 lookups:
10902 - labels:
10903 - lgpPduEntryIndex
10904 labelname: lgpPduEntrySysAssignLabel
10905 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10906 type: DisplayString
10907 - labels:
10908 - lgpPduPsEntryIndex
10909 labelname: lgpPduPsEntrySysAssignLabel
10910 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10911 type: DisplayString
10912 - name: lgpPduPsEntryModel
10913 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.20
10914 type: DisplayString
10915 help: This is the model name (identifier) of the power supply. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.20
10916 indexes:
10917 - labelname: lgpPduEntryIndex
10918 type: gauge
10919 - labelname: lgpPduPsEntryIndex
10920 type: gauge
10921 lookups:
10922 - labels:
10923 - lgpPduEntryIndex
10924 labelname: lgpPduEntrySysAssignLabel
10925 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10926 type: DisplayString
10927 - labels:
10928 - lgpPduPsEntryIndex
10929 labelname: lgpPduPsEntrySysAssignLabel
10930 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10931 type: DisplayString
10932 - name: lgpPduPsEntryWiringType
10933 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.25
10934 type: gauge
10935 help: The PDU's power supply physical wiring type - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.25
10936 indexes:
10937 - labelname: lgpPduEntryIndex
10938 type: gauge
10939 - labelname: lgpPduPsEntryIndex
10940 type: gauge
10941 lookups:
10942 - labels:
10943 - lgpPduEntryIndex
10944 labelname: lgpPduEntrySysAssignLabel
10945 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10946 type: DisplayString
10947 - labels:
10948 - lgpPduPsEntryIndex
10949 labelname: lgpPduPsEntrySysAssignLabel
10950 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10951 type: DisplayString
10952 enum_values:
10953 0: not-specified
10954 1: single-phase-3-wire-L1-N-PE
10955 2: two-phase-3-wire-L1-L2-PE
10956 3: three-phase-4-wire-L1-L2-L3-PE
10957 4: three-phase-5-wire-L1-L2-L3-N-PE
10958 5: two-phase-4-wire-L1-L2-N-PE
10959 - name: lgpPduPsEntryEpInputRated
10960 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.30
10961 type: gauge
10962 help: Rated Input Line Voltage for the power source (i.e - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.30
10963 indexes:
10964 - labelname: lgpPduEntryIndex
10965 type: gauge
10966 - labelname: lgpPduPsEntryIndex
10967 type: gauge
10968 lookups:
10969 - labels:
10970 - lgpPduEntryIndex
10971 labelname: lgpPduEntrySysAssignLabel
10972 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10973 type: DisplayString
10974 - labels:
10975 - lgpPduPsEntryIndex
10976 labelname: lgpPduPsEntrySysAssignLabel
10977 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10978 type: DisplayString
10979 - name: lgpPduPsEntryEcInputRated
10980 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.35
10981 type: gauge
10982 help: This is the rated input line current for the module (it is NOT the measured
10983 current). - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.35
10984 indexes:
10985 - labelname: lgpPduEntryIndex
10986 type: gauge
10987 - labelname: lgpPduPsEntryIndex
10988 type: gauge
10989 lookups:
10990 - labels:
10991 - lgpPduEntryIndex
10992 labelname: lgpPduEntrySysAssignLabel
10993 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10994 type: DisplayString
10995 - labels:
10996 - lgpPduPsEntryIndex
10997 labelname: lgpPduPsEntrySysAssignLabel
10998 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10999 type: DisplayString
11000 - name: lgpPduPsEntryFreqRated
11001 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.40
11002 type: gauge
11003 help: Rated input line frequency for this power source (i.e - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.40
11004 indexes:
11005 - labelname: lgpPduEntryIndex
11006 type: gauge
11007 - labelname: lgpPduPsEntryIndex
11008 type: gauge
11009 lookups:
11010 - labels:
11011 - lgpPduEntryIndex
11012 labelname: lgpPduEntrySysAssignLabel
11013 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11014 type: DisplayString
11015 - labels:
11016 - lgpPduPsEntryIndex
11017 labelname: lgpPduPsEntrySysAssignLabel
11018 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11019 type: DisplayString
11020 - name: lgpPduPsEntryEnergyAccum
11021 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.50
11022 type: gauge
11023 help: Total accumulated energy, measured at the power source input, since the
11024 last energy reset - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.50
11025 indexes:
11026 - labelname: lgpPduEntryIndex
11027 type: gauge
11028 - labelname: lgpPduPsEntryIndex
11029 type: gauge
11030 lookups:
11031 - labels:
11032 - lgpPduEntryIndex
11033 labelname: lgpPduEntrySysAssignLabel
11034 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11035 type: DisplayString
11036 - labels:
11037 - lgpPduPsEntryIndex
11038 labelname: lgpPduPsEntrySysAssignLabel
11039 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11040 type: DisplayString
11041 - name: lgpPduPsEntrySerialNum
11042 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.55
11043 type: DisplayString
11044 help: This is a unique serial number of the power supply - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.55
11045 indexes:
11046 - labelname: lgpPduEntryIndex
11047 type: gauge
11048 - labelname: lgpPduPsEntryIndex
11049 type: gauge
11050 lookups:
11051 - labels:
11052 - lgpPduEntryIndex
11053 labelname: lgpPduEntrySysAssignLabel
11054 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11055 type: DisplayString
11056 - labels:
11057 - lgpPduPsEntryIndex
11058 labelname: lgpPduPsEntrySysAssignLabel
11059 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11060 type: DisplayString
11061 - name: lgpPduPsEntryFirmwareVersion
11062 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.60
11063 type: DisplayString
11064 help: This is the version of the firmware installed on the PDU's power supply.
11065 - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.60
11066 indexes:
11067 - labelname: lgpPduEntryIndex
11068 type: gauge
11069 - labelname: lgpPduPsEntryIndex
11070 type: gauge
11071 lookups:
11072 - labels:
11073 - lgpPduEntryIndex
11074 labelname: lgpPduEntrySysAssignLabel
11075 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11076 type: DisplayString
11077 - labels:
11078 - lgpPduPsEntryIndex
11079 labelname: lgpPduPsEntrySysAssignLabel
11080 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11081 type: DisplayString
11082 - name: lgpPduPsEntryPwrTotal
11083 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.65
11084 type: gauge
11085 help: Total input power for this power supply - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.65
11086 indexes:
11087 - labelname: lgpPduEntryIndex
11088 type: gauge
11089 - labelname: lgpPduPsEntryIndex
11090 type: gauge
11091 lookups:
11092 - labels:
11093 - lgpPduEntryIndex
11094 labelname: lgpPduEntrySysAssignLabel
11095 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11096 type: DisplayString
11097 - labels:
11098 - lgpPduPsEntryIndex
11099 labelname: lgpPduPsEntrySysAssignLabel
11100 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11101 type: DisplayString
11102 - name: lgpPduPsEntryEcNeutral
11103 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.70
11104 type: gauge
11105 help: The neutral current measured at the PDU's power source. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.70
11106 indexes:
11107 - labelname: lgpPduEntryIndex
11108 type: gauge
11109 - labelname: lgpPduPsEntryIndex
11110 type: gauge
11111 lookups:
11112 - labels:
11113 - lgpPduEntryIndex
11114 labelname: lgpPduEntrySysAssignLabel
11115 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11116 type: DisplayString
11117 - labels:
11118 - lgpPduPsEntryIndex
11119 labelname: lgpPduPsEntrySysAssignLabel
11120 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11121 type: DisplayString
11122 - name: lgpPduPsEntryEcNeutralThrshldOvrWarn
11123 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.75
11124 type: gauge
11125 help: The threshold at which an over current warning is activated - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.75
11126 indexes:
11127 - labelname: lgpPduEntryIndex
11128 type: gauge
11129 - labelname: lgpPduPsEntryIndex
11130 type: gauge
11131 lookups:
11132 - labels:
11133 - lgpPduEntryIndex
11134 labelname: lgpPduEntrySysAssignLabel
11135 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11136 type: DisplayString
11137 - labels:
11138 - lgpPduPsEntryIndex
11139 labelname: lgpPduPsEntrySysAssignLabel
11140 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11141 type: DisplayString
11142 - name: lgpPduPsEntryEcNeutralThrshldOvrAlarm
11143 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.80
11144 type: gauge
11145 help: The threshold at which an over current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.80
11146 indexes:
11147 - labelname: lgpPduEntryIndex
11148 type: gauge
11149 - labelname: lgpPduPsEntryIndex
11150 type: gauge
11151 lookups:
11152 - labels:
11153 - lgpPduEntryIndex
11154 labelname: lgpPduEntrySysAssignLabel
11155 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11156 type: DisplayString
11157 - labels:
11158 - lgpPduPsEntryIndex
11159 labelname: lgpPduPsEntrySysAssignLabel
11160 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11161 type: DisplayString
11162 - name: lgpPduPsEntryUnbalancedLoadThrshldAlarm
11163 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.85
11164 type: gauge
11165 help: The parameter is for setting the maximum acceptable percentage of 'Unbalanced
11166 Load' between any two phases - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.85
11167 indexes:
11168 - labelname: lgpPduEntryIndex
11169 type: gauge
11170 - labelname: lgpPduPsEntryIndex
11171 type: gauge
11172 lookups:
11173 - labels:
11174 - lgpPduEntryIndex
11175 labelname: lgpPduEntrySysAssignLabel
11176 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11177 type: DisplayString
11178 - labels:
11179 - lgpPduPsEntryIndex
11180 labelname: lgpPduPsEntrySysAssignLabel
11181 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11182 type: DisplayString
11183 - name: lgpPduPsEntryApTotal
11184 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.90
11185 type: gauge
11186 help: Total Apparent power for this power supply - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.90
11187 indexes:
11188 - labelname: lgpPduEntryIndex
11189 type: gauge
11190 - labelname: lgpPduPsEntryIndex
11191 type: gauge
11192 lookups:
11193 - labels:
11194 - lgpPduEntryIndex
11195 labelname: lgpPduEntrySysAssignLabel
11196 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11197 type: DisplayString
11198 - labels:
11199 - lgpPduPsEntryIndex
11200 labelname: lgpPduPsEntrySysAssignLabel
11201 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11202 type: DisplayString
11203 - name: lgpPduPsEntryPfTotal
11204 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.95
11205 type: gauge
11206 help: Total power factor, which is real power/apparent power for all phases combined
11207 - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.95
11208 indexes:
11209 - labelname: lgpPduEntryIndex
11210 type: gauge
11211 - labelname: lgpPduPsEntryIndex
11212 type: gauge
11213 lookups:
11214 - labels:
11215 - lgpPduEntryIndex
11216 labelname: lgpPduEntrySysAssignLabel
11217 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11218 type: DisplayString
11219 - labels:
11220 - lgpPduPsEntryIndex
11221 labelname: lgpPduPsEntrySysAssignLabel
11222 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11223 type: DisplayString
11224 - name: lgpPduPsEntryEcResidual
11225 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.100
11226 type: gauge
11227 help: The measured residual current. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.100
11228 indexes:
11229 - labelname: lgpPduEntryIndex
11230 type: gauge
11231 - labelname: lgpPduPsEntryIndex
11232 type: gauge
11233 lookups:
11234 - labels:
11235 - lgpPduEntryIndex
11236 labelname: lgpPduEntrySysAssignLabel
11237 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11238 type: DisplayString
11239 - labels:
11240 - lgpPduPsEntryIndex
11241 labelname: lgpPduPsEntrySysAssignLabel
11242 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11243 type: DisplayString
11244 - name: lgpPduPsEntryEcResidualThrshldOvrAlarm
11245 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.105
11246 type: gauge
11247 help: The threshold at which an over current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.105
11248 indexes:
11249 - labelname: lgpPduEntryIndex
11250 type: gauge
11251 - labelname: lgpPduPsEntryIndex
11252 type: gauge
11253 lookups:
11254 - labels:
11255 - lgpPduEntryIndex
11256 labelname: lgpPduEntrySysAssignLabel
11257 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11258 type: DisplayString
11259 - labels:
11260 - lgpPduPsEntryIndex
11261 labelname: lgpPduPsEntrySysAssignLabel
11262 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11263 type: DisplayString
11264 - name: lgpPduPsLineEntryIndex
11265 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.5
11266 type: gauge
11267 help: This is the index that indicates the line/phase of the measurements in the
11268 given row of the 'lgpPduPsLineTable'. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.5
11269 indexes:
11270 - labelname: lgpPduEntryIndex
11271 type: gauge
11272 - labelname: lgpPduPsEntryIndex
11273 type: gauge
11274 - labelname: lgpPduPsLineEntryIndex
11275 type: gauge
11276 lookups:
11277 - labels:
11278 - lgpPduEntryIndex
11279 labelname: lgpPduEntrySysAssignLabel
11280 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11281 type: DisplayString
11282 - labels:
11283 - lgpPduPsEntryIndex
11284 labelname: lgpPduPsEntrySysAssignLabel
11285 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11286 type: DisplayString
11287 - name: lgpPduPsLineEntryId
11288 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.10
11289 type: gauge
11290 help: Unique identifier (within a PDU) for the PDU's power source - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.10
11291 indexes:
11292 - labelname: lgpPduEntryIndex
11293 type: gauge
11294 - labelname: lgpPduPsEntryIndex
11295 type: gauge
11296 - labelname: lgpPduPsLineEntryIndex
11297 type: gauge
11298 lookups:
11299 - labels:
11300 - lgpPduEntryIndex
11301 labelname: lgpPduEntrySysAssignLabel
11302 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11303 type: DisplayString
11304 - labels:
11305 - lgpPduPsEntryIndex
11306 labelname: lgpPduPsEntrySysAssignLabel
11307 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11308 type: DisplayString
11309 - name: lgpPduPsLineEntryLine
11310 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.15
11311 type: gauge
11312 help: The line number (phase) that the measurement represents for all measurements
11313 in a given row of the table - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.15
11314 indexes:
11315 - labelname: lgpPduEntryIndex
11316 type: gauge
11317 - labelname: lgpPduPsEntryIndex
11318 type: gauge
11319 - labelname: lgpPduPsLineEntryIndex
11320 type: gauge
11321 lookups:
11322 - labels:
11323 - lgpPduEntryIndex
11324 labelname: lgpPduEntrySysAssignLabel
11325 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11326 type: DisplayString
11327 - labels:
11328 - lgpPduPsEntryIndex
11329 labelname: lgpPduPsEntrySysAssignLabel
11330 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11331 type: DisplayString
11332 enum_values:
11333 1: phase1
11334 2: phase2
11335 3: phase3
11336 - name: lgpPduPsLineEntryEpLNTenths
11337 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.19
11338 type: gauge
11339 help: Alternating Current RMS Line to Neutral Electrical Potential measurement
11340 - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.19
11341 indexes:
11342 - labelname: lgpPduEntryIndex
11343 type: gauge
11344 - labelname: lgpPduPsEntryIndex
11345 type: gauge
11346 - labelname: lgpPduPsLineEntryIndex
11347 type: gauge
11348 lookups:
11349 - labels:
11350 - lgpPduEntryIndex
11351 labelname: lgpPduEntrySysAssignLabel
11352 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11353 type: DisplayString
11354 - labels:
11355 - lgpPduPsEntryIndex
11356 labelname: lgpPduPsEntrySysAssignLabel
11357 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11358 type: DisplayString
11359 - name: lgpPduPsLineEntryEpLN
11360 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.20
11361 type: gauge
11362 help: Alternating Current RMS Line to Neutral Electrical Potential measurement
11363 - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.20
11364 indexes:
11365 - labelname: lgpPduEntryIndex
11366 type: gauge
11367 - labelname: lgpPduPsEntryIndex
11368 type: gauge
11369 - labelname: lgpPduPsLineEntryIndex
11370 type: gauge
11371 lookups:
11372 - labels:
11373 - lgpPduEntryIndex
11374 labelname: lgpPduEntrySysAssignLabel
11375 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11376 type: DisplayString
11377 - labels:
11378 - lgpPduPsEntryIndex
11379 labelname: lgpPduPsEntrySysAssignLabel
11380 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11381 type: DisplayString
11382 - name: lgpPduPsLineEntryEc
11383 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.21
11384 type: gauge
11385 help: Total input line-to-neutral electrical current - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.21
11386 indexes:
11387 - labelname: lgpPduEntryIndex
11388 type: gauge
11389 - labelname: lgpPduPsEntryIndex
11390 type: gauge
11391 - labelname: lgpPduPsLineEntryIndex
11392 type: gauge
11393 lookups:
11394 - labels:
11395 - lgpPduEntryIndex
11396 labelname: lgpPduEntrySysAssignLabel
11397 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11398 type: DisplayString
11399 - labels:
11400 - lgpPduPsEntryIndex
11401 labelname: lgpPduPsEntrySysAssignLabel
11402 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11403 type: DisplayString
11404 - name: lgpPduPsLineEntryEcHundredths
11405 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.22
11406 type: gauge
11407 help: Total input line-to-neutral electrical current - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.22
11408 indexes:
11409 - labelname: lgpPduEntryIndex
11410 type: gauge
11411 - labelname: lgpPduPsEntryIndex
11412 type: gauge
11413 - labelname: lgpPduPsLineEntryIndex
11414 type: gauge
11415 lookups:
11416 - labels:
11417 - lgpPduEntryIndex
11418 labelname: lgpPduEntrySysAssignLabel
11419 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11420 type: DisplayString
11421 - labels:
11422 - lgpPduPsEntryIndex
11423 labelname: lgpPduPsEntrySysAssignLabel
11424 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11425 type: DisplayString
11426 - name: lgpPduPsLineEntryEcThrshldUndrAlarm
11427 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.35
11428 type: gauge
11429 help: The threshold at which an under current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.35
11430 indexes:
11431 - labelname: lgpPduEntryIndex
11432 type: gauge
11433 - labelname: lgpPduPsEntryIndex
11434 type: gauge
11435 - labelname: lgpPduPsLineEntryIndex
11436 type: gauge
11437 lookups:
11438 - labels:
11439 - lgpPduEntryIndex
11440 labelname: lgpPduEntrySysAssignLabel
11441 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11442 type: DisplayString
11443 - labels:
11444 - lgpPduPsEntryIndex
11445 labelname: lgpPduPsEntrySysAssignLabel
11446 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11447 type: DisplayString
11448 - name: lgpPduPsLineEntryEcThrshldOvrWarn
11449 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.36
11450 type: gauge
11451 help: The threshold at which an over current warning is activated - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.36
11452 indexes:
11453 - labelname: lgpPduEntryIndex
11454 type: gauge
11455 - labelname: lgpPduPsEntryIndex
11456 type: gauge
11457 - labelname: lgpPduPsLineEntryIndex
11458 type: gauge
11459 lookups:
11460 - labels:
11461 - lgpPduEntryIndex
11462 labelname: lgpPduEntrySysAssignLabel
11463 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11464 type: DisplayString
11465 - labels:
11466 - lgpPduPsEntryIndex
11467 labelname: lgpPduPsEntrySysAssignLabel
11468 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11469 type: DisplayString
11470 - name: lgpPduPsLineEntryEcThrshldOvrAlarm
11471 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.37
11472 type: gauge
11473 help: The threshold at which an over current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.37
11474 indexes:
11475 - labelname: lgpPduEntryIndex
11476 type: gauge
11477 - labelname: lgpPduPsEntryIndex
11478 type: gauge
11479 - labelname: lgpPduPsLineEntryIndex
11480 type: gauge
11481 lookups:
11482 - labels:
11483 - lgpPduEntryIndex
11484 labelname: lgpPduEntrySysAssignLabel
11485 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11486 type: DisplayString
11487 - labels:
11488 - lgpPduPsEntryIndex
11489 labelname: lgpPduPsEntrySysAssignLabel
11490 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11491 type: DisplayString
11492 - name: lgpPduPsLineEntryEcAvailBeforeAlarm
11493 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.38
11494 type: gauge
11495 help: The amount that the current/amperage may increase from its present value
11496 before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.38
11497 indexes:
11498 - labelname: lgpPduEntryIndex
11499 type: gauge
11500 - labelname: lgpPduPsEntryIndex
11501 type: gauge
11502 - labelname: lgpPduPsLineEntryIndex
11503 type: gauge
11504 lookups:
11505 - labels:
11506 - lgpPduEntryIndex
11507 labelname: lgpPduEntrySysAssignLabel
11508 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11509 type: DisplayString
11510 - labels:
11511 - lgpPduPsEntryIndex
11512 labelname: lgpPduPsEntrySysAssignLabel
11513 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11514 type: DisplayString
11515 - name: lgpPduPsLineEntryEcUsedBeforeAlarm
11516 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.39
11517 type: gauge
11518 help: The percent of current utilization relative to the over current alarm threshold.
11519 - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.39
11520 indexes:
11521 - labelname: lgpPduEntryIndex
11522 type: gauge
11523 - labelname: lgpPduPsEntryIndex
11524 type: gauge
11525 - labelname: lgpPduPsLineEntryIndex
11526 type: gauge
11527 lookups:
11528 - labels:
11529 - lgpPduEntryIndex
11530 labelname: lgpPduEntrySysAssignLabel
11531 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11532 type: DisplayString
11533 - labels:
11534 - lgpPduPsEntryIndex
11535 labelname: lgpPduPsEntrySysAssignLabel
11536 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11537 type: DisplayString
11538 - name: lgpPduPsLineEntryEpLL
11539 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.60
11540 type: gauge
11541 help: Line to Line Electrical Potential - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.60
11542 indexes:
11543 - labelname: lgpPduEntryIndex
11544 type: gauge
11545 - labelname: lgpPduPsEntryIndex
11546 type: gauge
11547 - labelname: lgpPduPsLineEntryIndex
11548 type: gauge
11549 lookups:
11550 - labels:
11551 - lgpPduEntryIndex
11552 labelname: lgpPduEntrySysAssignLabel
11553 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11554 type: DisplayString
11555 - labels:
11556 - lgpPduPsEntryIndex
11557 labelname: lgpPduPsEntrySysAssignLabel
11558 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11559 type: DisplayString
11560 - name: lgpPduPsLineEntryEpLLTenths
11561 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.61
11562 type: gauge
11563 help: Line to Line Electrical Potential - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.61
11564 indexes:
11565 - labelname: lgpPduEntryIndex
11566 type: gauge
11567 - labelname: lgpPduPsEntryIndex
11568 type: gauge
11569 - labelname: lgpPduPsLineEntryIndex
11570 type: gauge
11571 lookups:
11572 - labels:
11573 - lgpPduEntryIndex
11574 labelname: lgpPduEntrySysAssignLabel
11575 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11576 type: DisplayString
11577 - labels:
11578 - lgpPduPsEntryIndex
11579 labelname: lgpPduPsEntrySysAssignLabel
11580 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11581 type: DisplayString
11582 - name: lgpPduPsLineEntryEcAvailBeforeAlarmHundredths
11583 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.62
11584 type: gauge
11585 help: The amount that the current/amperage may increase from its present value
11586 before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.62
11587 indexes:
11588 - labelname: lgpPduEntryIndex
11589 type: gauge
11590 - labelname: lgpPduPsEntryIndex
11591 type: gauge
11592 - labelname: lgpPduPsLineEntryIndex
11593 type: gauge
11594 lookups:
11595 - labels:
11596 - lgpPduEntryIndex
11597 labelname: lgpPduEntrySysAssignLabel
11598 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11599 type: DisplayString
11600 - labels:
11601 - lgpPduPsEntryIndex
11602 labelname: lgpPduPsEntrySysAssignLabel
11603 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11604 type: DisplayString
11605 - name: lgpPduPsLineEntryPwrLN
11606 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.63
11607 type: gauge
11608 help: The line-to-neutral measurement of the Real Power (Watts) - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.63
11609 indexes:
11610 - labelname: lgpPduEntryIndex
11611 type: gauge
11612 - labelname: lgpPduPsEntryIndex
11613 type: gauge
11614 - labelname: lgpPduPsLineEntryIndex
11615 type: gauge
11616 lookups:
11617 - labels:
11618 - lgpPduEntryIndex
11619 labelname: lgpPduEntrySysAssignLabel
11620 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11621 type: DisplayString
11622 - labels:
11623 - lgpPduPsEntryIndex
11624 labelname: lgpPduPsEntrySysAssignLabel
11625 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11626 type: DisplayString
11627 - name: lgpPduPsLineEntryPwrLL
11628 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.64
11629 type: gauge
11630 help: The line-to-line measurement of the Real Power (Watts) - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.64
11631 indexes:
11632 - labelname: lgpPduEntryIndex
11633 type: gauge
11634 - labelname: lgpPduPsEntryIndex
11635 type: gauge
11636 - labelname: lgpPduPsLineEntryIndex
11637 type: gauge
11638 lookups:
11639 - labels:
11640 - lgpPduEntryIndex
11641 labelname: lgpPduEntrySysAssignLabel
11642 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11643 type: DisplayString
11644 - labels:
11645 - lgpPduPsEntryIndex
11646 labelname: lgpPduPsEntrySysAssignLabel
11647 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11648 type: DisplayString
11649 - name: lgpPduPsLineEntryApLN
11650 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.65
11651 type: gauge
11652 help: The line-to-neutral measurement of the Apparent Power (VA) - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.65
11653 indexes:
11654 - labelname: lgpPduEntryIndex
11655 type: gauge
11656 - labelname: lgpPduPsEntryIndex
11657 type: gauge
11658 - labelname: lgpPduPsLineEntryIndex
11659 type: gauge
11660 lookups:
11661 - labels:
11662 - lgpPduEntryIndex
11663 labelname: lgpPduEntrySysAssignLabel
11664 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11665 type: DisplayString
11666 - labels:
11667 - lgpPduPsEntryIndex
11668 labelname: lgpPduPsEntrySysAssignLabel
11669 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11670 type: DisplayString
11671 - name: lgpPduPsLineEntryApLL
11672 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.66
11673 type: gauge
11674 help: The line-to-line measurement of the Apparent Power (VA) - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.66
11675 indexes:
11676 - labelname: lgpPduEntryIndex
11677 type: gauge
11678 - labelname: lgpPduPsEntryIndex
11679 type: gauge
11680 - labelname: lgpPduPsLineEntryIndex
11681 type: gauge
11682 lookups:
11683 - labels:
11684 - lgpPduEntryIndex
11685 labelname: lgpPduEntrySysAssignLabel
11686 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11687 type: DisplayString
11688 - labels:
11689 - lgpPduPsEntryIndex
11690 labelname: lgpPduPsEntrySysAssignLabel
11691 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11692 type: DisplayString
11693 - name: lgpPduPsLineEntryPfLN
11694 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.67
11695 type: gauge
11696 help: The line-to-neutral measurement of the Power Factor of the power source
11697 - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.67
11698 indexes:
11699 - labelname: lgpPduEntryIndex
11700 type: gauge
11701 - labelname: lgpPduPsEntryIndex
11702 type: gauge
11703 - labelname: lgpPduPsLineEntryIndex
11704 type: gauge
11705 lookups:
11706 - labels:
11707 - lgpPduEntryIndex
11708 labelname: lgpPduEntrySysAssignLabel
11709 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11710 type: DisplayString
11711 - labels:
11712 - lgpPduPsEntryIndex
11713 labelname: lgpPduPsEntrySysAssignLabel
11714 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11715 type: DisplayString
11716 - name: lgpPduPsLineEntryPfLL
11717 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.68
11718 type: gauge
11719 help: The line-to-line measurement of the Power Factor of the power source - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.68
11720 indexes:
11721 - labelname: lgpPduEntryIndex
11722 type: gauge
11723 - labelname: lgpPduPsEntryIndex
11724 type: gauge
11725 - labelname: lgpPduPsLineEntryIndex
11726 type: gauge
11727 lookups:
11728 - labels:
11729 - lgpPduEntryIndex
11730 labelname: lgpPduEntrySysAssignLabel
11731 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11732 type: DisplayString
11733 - labels:
11734 - lgpPduPsEntryIndex
11735 labelname: lgpPduPsEntrySysAssignLabel
11736 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11737 type: DisplayString
11738 - name: lgpPduRcpEntryIndex
11739 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.1
11740 type: gauge
11741 help: This is the index that indicates the receptacle position on the receptacle
11742 branch - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.1
11743 indexes:
11744 - labelname: lgpPduEntryIndex
11745 type: gauge
11746 - labelname: lgpPduRbEntryIndex
11747 type: gauge
11748 - labelname: lgpPduRcpEntryIndex
11749 type: gauge
11750 lookups:
11751 - labels:
11752 - lgpPduEntryIndex
11753 labelname: lgpPduEntrySysAssignLabel
11754 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11755 type: DisplayString
11756 - labels:
11757 - lgpPduRcpEntryIndex
11758 labelname: lgpPduRcpEntrySysAssignLabel
11759 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11760 type: DisplayString
11761 - name: lgpPduRcpEntryId
11762 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.5
11763 type: gauge
11764 help: A runtime assigned receptacle identification number. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.5
11765 indexes:
11766 - labelname: lgpPduEntryIndex
11767 type: gauge
11768 - labelname: lgpPduRbEntryIndex
11769 type: gauge
11770 - labelname: lgpPduRcpEntryIndex
11771 type: gauge
11772 lookups:
11773 - labels:
11774 - lgpPduEntryIndex
11775 labelname: lgpPduEntrySysAssignLabel
11776 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11777 type: DisplayString
11778 - labels:
11779 - lgpPduRcpEntryIndex
11780 labelname: lgpPduRcpEntrySysAssignLabel
11781 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11782 type: DisplayString
11783 - name: lgpPduRcpEntryUsrLabel
11784 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.10
11785 type: DisplayString
11786 help: User assigned label for this receptacle. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.10
11787 indexes:
11788 - labelname: lgpPduEntryIndex
11789 type: gauge
11790 - labelname: lgpPduRbEntryIndex
11791 type: gauge
11792 - labelname: lgpPduRcpEntryIndex
11793 type: gauge
11794 lookups:
11795 - labels:
11796 - lgpPduEntryIndex
11797 labelname: lgpPduEntrySysAssignLabel
11798 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11799 type: DisplayString
11800 - labels:
11801 - lgpPduRcpEntryIndex
11802 labelname: lgpPduRcpEntrySysAssignLabel
11803 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11804 type: DisplayString
11805 - name: lgpPduRcpEntryUsrTag1
11806 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.15
11807 type: DisplayString
11808 help: User assigned Tag to assist in identifying or grouping this receptacle within
11809 the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.15
11810 indexes:
11811 - labelname: lgpPduEntryIndex
11812 type: gauge
11813 - labelname: lgpPduRbEntryIndex
11814 type: gauge
11815 - labelname: lgpPduRcpEntryIndex
11816 type: gauge
11817 lookups:
11818 - labels:
11819 - lgpPduEntryIndex
11820 labelname: lgpPduEntrySysAssignLabel
11821 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11822 type: DisplayString
11823 - labels:
11824 - lgpPduRcpEntryIndex
11825 labelname: lgpPduRcpEntrySysAssignLabel
11826 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11827 type: DisplayString
11828 - name: lgpPduRcpEntryUsrTag2
11829 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.20
11830 type: DisplayString
11831 help: User assigned Tag to assist in identifying or grouping this receptacle within
11832 the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.20
11833 indexes:
11834 - labelname: lgpPduEntryIndex
11835 type: gauge
11836 - labelname: lgpPduRbEntryIndex
11837 type: gauge
11838 - labelname: lgpPduRcpEntryIndex
11839 type: gauge
11840 lookups:
11841 - labels:
11842 - lgpPduEntryIndex
11843 labelname: lgpPduEntrySysAssignLabel
11844 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11845 type: DisplayString
11846 - labels:
11847 - lgpPduRcpEntryIndex
11848 labelname: lgpPduRcpEntrySysAssignLabel
11849 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11850 type: DisplayString
11851 - name: lgpPduRcpEntrySysAssignLabel
11852 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11853 type: DisplayString
11854 help: System assigned identifier representing the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11855 indexes:
11856 - labelname: lgpPduEntryIndex
11857 type: gauge
11858 - labelname: lgpPduRbEntryIndex
11859 type: gauge
11860 - labelname: lgpPduRcpEntryIndex
11861 type: gauge
11862 lookups:
11863 - labels:
11864 - lgpPduEntryIndex
11865 labelname: lgpPduEntrySysAssignLabel
11866 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11867 type: DisplayString
11868 - labels:
11869 - lgpPduRcpEntryIndex
11870 labelname: lgpPduRcpEntrySysAssignLabel
11871 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11872 type: DisplayString
11873 - name: lgpPduRcpEntryPosition
11874 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.30
11875 type: gauge
11876 help: A number representing the position of the receptacle within the receptacle
11877 branch. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.30
11878 indexes:
11879 - labelname: lgpPduEntryIndex
11880 type: gauge
11881 - labelname: lgpPduRbEntryIndex
11882 type: gauge
11883 - labelname: lgpPduRcpEntryIndex
11884 type: gauge
11885 lookups:
11886 - labels:
11887 - lgpPduEntryIndex
11888 labelname: lgpPduEntrySysAssignLabel
11889 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11890 type: DisplayString
11891 - labels:
11892 - lgpPduRcpEntryIndex
11893 labelname: lgpPduRcpEntrySysAssignLabel
11894 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11895 type: DisplayString
11896 - name: lgpPduRcpEntryType
11897 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.40
11898 type: gauge
11899 help: The type or form of receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.40
11900 indexes:
11901 - labelname: lgpPduEntryIndex
11902 type: gauge
11903 - labelname: lgpPduRbEntryIndex
11904 type: gauge
11905 - labelname: lgpPduRcpEntryIndex
11906 type: gauge
11907 lookups:
11908 - labels:
11909 - lgpPduEntryIndex
11910 labelname: lgpPduEntrySysAssignLabel
11911 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11912 type: DisplayString
11913 - labels:
11914 - lgpPduRcpEntryIndex
11915 labelname: lgpPduRcpEntrySysAssignLabel
11916 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11917 type: DisplayString
11918 enum_values:
11919 0: not-specified
11920 1: nema-5-20R-20-Amp
11921 2: iec-C13-sheet-F-10-Amp
11922 3: iec-C19-sheet-J-16-Amp
11923 7: cee-7-type-E-schuko
11924 8: nema-L6-30R-30-Amp
11925 - name: lgpPduRcpEntryLineSource
11926 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.45
11927 type: gauge
11928 help: This represents the line source that is supplying power to this receptacle
11929 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.45
11930 indexes:
11931 - labelname: lgpPduEntryIndex
11932 type: gauge
11933 - labelname: lgpPduRbEntryIndex
11934 type: gauge
11935 - labelname: lgpPduRcpEntryIndex
11936 type: gauge
11937 lookups:
11938 - labels:
11939 - lgpPduEntryIndex
11940 labelname: lgpPduEntrySysAssignLabel
11941 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11942 type: DisplayString
11943 - labels:
11944 - lgpPduRcpEntryIndex
11945 labelname: lgpPduRcpEntrySysAssignLabel
11946 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11947 type: DisplayString
11948 enum_values:
11949 0: not-specified
11950 1: line-1-N
11951 2: line-2-N
11952 3: line-3-N
11953 4: line-1-line-2
11954 5: line-2-line-3
11955 6: line-3-line-1
11956 7: unknown-line-neutral
11957 8: unknown-line-line
11958 - name: lgpPduRcpEntryCapabilities
11959 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.50
11960 type: gauge
11961 help: Receptacle capabilities describes what an individual receptacle is capable
11962 of - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.50
11963 indexes:
11964 - labelname: lgpPduEntryIndex
11965 type: gauge
11966 - labelname: lgpPduRbEntryIndex
11967 type: gauge
11968 - labelname: lgpPduRcpEntryIndex
11969 type: gauge
11970 lookups:
11971 - labels:
11972 - lgpPduEntryIndex
11973 labelname: lgpPduEntrySysAssignLabel
11974 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11975 type: DisplayString
11976 - labels:
11977 - lgpPduRcpEntryIndex
11978 labelname: lgpPduRcpEntrySysAssignLabel
11979 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11980 type: DisplayString
11981 enum_values:
11982 0: not-specified
11983 1: no-optional-capabilities
11984 2: measurement-only
11985 3: measurement-and-control
11986 4: control-only
11987 5: current-measurement-only
11988 6: current-measurement-and-control
11989 - name: lgpPduRcpEntryEp
11990 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.55
11991 type: gauge
11992 help: Voltage being delivered to the load attached to the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.55
11993 indexes:
11994 - labelname: lgpPduEntryIndex
11995 type: gauge
11996 - labelname: lgpPduRbEntryIndex
11997 type: gauge
11998 - labelname: lgpPduRcpEntryIndex
11999 type: gauge
12000 lookups:
12001 - labels:
12002 - lgpPduEntryIndex
12003 labelname: lgpPduEntrySysAssignLabel
12004 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12005 type: DisplayString
12006 - labels:
12007 - lgpPduRcpEntryIndex
12008 labelname: lgpPduRcpEntrySysAssignLabel
12009 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12010 type: DisplayString
12011 - name: lgpPduRcpEntryEpTenths
12012 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.56
12013 type: gauge
12014 help: Voltage being delivered to the load attached to the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.56
12015 indexes:
12016 - labelname: lgpPduEntryIndex
12017 type: gauge
12018 - labelname: lgpPduRbEntryIndex
12019 type: gauge
12020 - labelname: lgpPduRcpEntryIndex
12021 type: gauge
12022 lookups:
12023 - labels:
12024 - lgpPduEntryIndex
12025 labelname: lgpPduEntrySysAssignLabel
12026 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12027 type: DisplayString
12028 - labels:
12029 - lgpPduRcpEntryIndex
12030 labelname: lgpPduRcpEntrySysAssignLabel
12031 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12032 type: DisplayString
12033 - name: lgpPduRcpEntryEc
12034 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.60
12035 type: gauge
12036 help: Current (amperage) being delivered to the load attached to the receptacle
12037 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.60
12038 indexes:
12039 - labelname: lgpPduEntryIndex
12040 type: gauge
12041 - labelname: lgpPduRbEntryIndex
12042 type: gauge
12043 - labelname: lgpPduRcpEntryIndex
12044 type: gauge
12045 lookups:
12046 - labels:
12047 - lgpPduEntryIndex
12048 labelname: lgpPduEntrySysAssignLabel
12049 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12050 type: DisplayString
12051 - labels:
12052 - lgpPduRcpEntryIndex
12053 labelname: lgpPduRcpEntrySysAssignLabel
12054 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12055 type: DisplayString
12056 - name: lgpPduRcpEntryEcHundredths
12057 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.61
12058 type: gauge
12059 help: Current (amperage) being delivered to the load attached to the receptacle
12060 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.61
12061 indexes:
12062 - labelname: lgpPduEntryIndex
12063 type: gauge
12064 - labelname: lgpPduRbEntryIndex
12065 type: gauge
12066 - labelname: lgpPduRcpEntryIndex
12067 type: gauge
12068 lookups:
12069 - labels:
12070 - lgpPduEntryIndex
12071 labelname: lgpPduEntrySysAssignLabel
12072 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12073 type: DisplayString
12074 - labels:
12075 - lgpPduRcpEntryIndex
12076 labelname: lgpPduRcpEntrySysAssignLabel
12077 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12078 type: DisplayString
12079 - name: lgpPduRcpEntryPwrOut
12080 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.65
12081 type: gauge
12082 help: Real Power (watts) being delivered to the load attached to the receptacle.
12083 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.65
12084 indexes:
12085 - labelname: lgpPduEntryIndex
12086 type: gauge
12087 - labelname: lgpPduRbEntryIndex
12088 type: gauge
12089 - labelname: lgpPduRcpEntryIndex
12090 type: gauge
12091 lookups:
12092 - labels:
12093 - lgpPduEntryIndex
12094 labelname: lgpPduEntrySysAssignLabel
12095 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12096 type: DisplayString
12097 - labels:
12098 - lgpPduRcpEntryIndex
12099 labelname: lgpPduRcpEntrySysAssignLabel
12100 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12101 type: DisplayString
12102 - name: lgpPduRcpEntryApOut
12103 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.70
12104 type: gauge
12105 help: Apparent Power (volt-amps) being delivered to the load attached to the receptacle.
12106 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.70
12107 indexes:
12108 - labelname: lgpPduEntryIndex
12109 type: gauge
12110 - labelname: lgpPduRbEntryIndex
12111 type: gauge
12112 - labelname: lgpPduRcpEntryIndex
12113 type: gauge
12114 lookups:
12115 - labels:
12116 - lgpPduEntryIndex
12117 labelname: lgpPduEntrySysAssignLabel
12118 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12119 type: DisplayString
12120 - labels:
12121 - lgpPduRcpEntryIndex
12122 labelname: lgpPduRcpEntrySysAssignLabel
12123 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12124 type: DisplayString
12125 - name: lgpPduRcpEntryPf
12126 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.75
12127 type: gauge
12128 help: Receptacle Power Factor, which is the ratio of real power to apparent power
12129 (i.e - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.75
12130 indexes:
12131 - labelname: lgpPduEntryIndex
12132 type: gauge
12133 - labelname: lgpPduRbEntryIndex
12134 type: gauge
12135 - labelname: lgpPduRcpEntryIndex
12136 type: gauge
12137 lookups:
12138 - labels:
12139 - lgpPduEntryIndex
12140 labelname: lgpPduEntrySysAssignLabel
12141 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12142 type: DisplayString
12143 - labels:
12144 - lgpPduRcpEntryIndex
12145 labelname: lgpPduRcpEntrySysAssignLabel
12146 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12147 type: DisplayString
12148 - name: lgpPduRcpEntryFreq
12149 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.80
12150 type: gauge
12151 help: The measured line frequency being delivered to the load attached to the
12152 receptacle. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.80
12153 indexes:
12154 - labelname: lgpPduEntryIndex
12155 type: gauge
12156 - labelname: lgpPduRbEntryIndex
12157 type: gauge
12158 - labelname: lgpPduRcpEntryIndex
12159 type: gauge
12160 lookups:
12161 - labels:
12162 - lgpPduEntryIndex
12163 labelname: lgpPduEntrySysAssignLabel
12164 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12165 type: DisplayString
12166 - labels:
12167 - lgpPduRcpEntryIndex
12168 labelname: lgpPduRcpEntrySysAssignLabel
12169 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12170 type: DisplayString
12171 - name: lgpPduRcpEntryEnergyAccum
12172 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.85
12173 type: gauge
12174 help: Total accumulated energy, measured at the module input, since the last energy
12175 reset - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.85
12176 indexes:
12177 - labelname: lgpPduEntryIndex
12178 type: gauge
12179 - labelname: lgpPduRbEntryIndex
12180 type: gauge
12181 - labelname: lgpPduRcpEntryIndex
12182 type: gauge
12183 lookups:
12184 - labels:
12185 - lgpPduEntryIndex
12186 labelname: lgpPduEntrySysAssignLabel
12187 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12188 type: DisplayString
12189 - labels:
12190 - lgpPduRcpEntryIndex
12191 labelname: lgpPduRcpEntrySysAssignLabel
12192 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12193 type: DisplayString
12194 - name: lgpPduRcpEntryPwrOnDelay
12195 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.90
12196 type: gauge
12197 help: The amount of time to wait before power is applied to the receptacle after
12198 a power strip is turned on or rebooted - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.90
12199 indexes:
12200 - labelname: lgpPduEntryIndex
12201 type: gauge
12202 - labelname: lgpPduRbEntryIndex
12203 type: gauge
12204 - labelname: lgpPduRcpEntryIndex
12205 type: gauge
12206 lookups:
12207 - labels:
12208 - lgpPduEntryIndex
12209 labelname: lgpPduEntrySysAssignLabel
12210 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12211 type: DisplayString
12212 - labels:
12213 - lgpPduRcpEntryIndex
12214 labelname: lgpPduRcpEntrySysAssignLabel
12215 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12216 type: DisplayString
12217 - name: lgpPduRcpEntryPwrState
12218 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.95
12219 type: gauge
12220 help: unknown The current power state is unknown - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.95
12221 indexes:
12222 - labelname: lgpPduEntryIndex
12223 type: gauge
12224 - labelname: lgpPduRbEntryIndex
12225 type: gauge
12226 - labelname: lgpPduRcpEntryIndex
12227 type: gauge
12228 lookups:
12229 - labels:
12230 - lgpPduEntryIndex
12231 labelname: lgpPduEntrySysAssignLabel
12232 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12233 type: DisplayString
12234 - labels:
12235 - lgpPduRcpEntryIndex
12236 labelname: lgpPduRcpEntrySysAssignLabel
12237 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12238 type: DisplayString
12239 enum_values:
12240 0: unknown
12241 1: "off"
12242 2: "on"
12243 3: off-pending-on-delay
12244 - name: lgpPduRcpEntryPwrUpState
12245 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.96
12246 type: gauge
12247 help: The 'Power Up State' defines the state to which the receptacle shall return
12248 after a power cycle of the PDU - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.96
12249 indexes:
12250 - labelname: lgpPduEntryIndex
12251 type: gauge
12252 - labelname: lgpPduRbEntryIndex
12253 type: gauge
12254 - labelname: lgpPduRcpEntryIndex
12255 type: gauge
12256 lookups:
12257 - labels:
12258 - lgpPduEntryIndex
12259 labelname: lgpPduEntrySysAssignLabel
12260 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12261 type: DisplayString
12262 - labels:
12263 - lgpPduRcpEntryIndex
12264 labelname: lgpPduRcpEntrySysAssignLabel
12265 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12266 type: DisplayString
12267 enum_values:
12268 1: "on"
12269 2: "off"
12270 3: last-state
12271 - name: lgpPduRcpEntryControl
12272 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.100
12273 type: gauge
12274 help: This object represents the current and persistent (configured) power state
12275 of the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.100
12276 indexes:
12277 - labelname: lgpPduEntryIndex
12278 type: gauge
12279 - labelname: lgpPduRbEntryIndex
12280 type: gauge
12281 - labelname: lgpPduRcpEntryIndex
12282 type: gauge
12283 lookups:
12284 - labels:
12285 - lgpPduEntryIndex
12286 labelname: lgpPduEntrySysAssignLabel
12287 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12288 type: DisplayString
12289 - labels:
12290 - lgpPduRcpEntryIndex
12291 labelname: lgpPduRcpEntrySysAssignLabel
12292 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12293 type: DisplayString
12294 enum_values:
12295 0: "off"
12296 1: "on"
12297 2: cycle-power
12298 - name: lgpPduRcpEntryControlLock
12299 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.105
12300 type: gauge
12301 help: This object represents the locked state of the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.105
12302 indexes:
12303 - labelname: lgpPduEntryIndex
12304 type: gauge
12305 - labelname: lgpPduRbEntryIndex
12306 type: gauge
12307 - labelname: lgpPduRcpEntryIndex
12308 type: gauge
12309 lookups:
12310 - labels:
12311 - lgpPduEntryIndex
12312 labelname: lgpPduEntrySysAssignLabel
12313 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12314 type: DisplayString
12315 - labels:
12316 - lgpPduRcpEntryIndex
12317 labelname: lgpPduRcpEntrySysAssignLabel
12318 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12319 type: DisplayString
12320 enum_values:
12321 0: unknown
12322 1: unlocked
12323 2: locked
12324 - name: lgpPduRcpEntryEcThrshldUnderAlarm
12325 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.150
12326 type: gauge
12327 help: The threshold at which an under current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.150
12328 indexes:
12329 - labelname: lgpPduEntryIndex
12330 type: gauge
12331 - labelname: lgpPduRbEntryIndex
12332 type: gauge
12333 - labelname: lgpPduRcpEntryIndex
12334 type: gauge
12335 lookups:
12336 - labels:
12337 - lgpPduEntryIndex
12338 labelname: lgpPduEntrySysAssignLabel
12339 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12340 type: DisplayString
12341 - labels:
12342 - lgpPduRcpEntryIndex
12343 labelname: lgpPduRcpEntrySysAssignLabel
12344 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12345 type: DisplayString
12346 - name: lgpPduRcpEntryEcThrshldOverWarn
12347 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.151
12348 type: gauge
12349 help: The threshold at which an over current warning is activated - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.151
12350 indexes:
12351 - labelname: lgpPduEntryIndex
12352 type: gauge
12353 - labelname: lgpPduRbEntryIndex
12354 type: gauge
12355 - labelname: lgpPduRcpEntryIndex
12356 type: gauge
12357 lookups:
12358 - labels:
12359 - lgpPduEntryIndex
12360 labelname: lgpPduEntrySysAssignLabel
12361 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12362 type: DisplayString
12363 - labels:
12364 - lgpPduRcpEntryIndex
12365 labelname: lgpPduRcpEntrySysAssignLabel
12366 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12367 type: DisplayString
12368 - name: lgpPduRcpEntryEcThrshldOverAlarm
12369 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.152
12370 type: gauge
12371 help: The threshold at which an over current alarm is activated - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.152
12372 indexes:
12373 - labelname: lgpPduEntryIndex
12374 type: gauge
12375 - labelname: lgpPduRbEntryIndex
12376 type: gauge
12377 - labelname: lgpPduRcpEntryIndex
12378 type: gauge
12379 lookups:
12380 - labels:
12381 - lgpPduEntryIndex
12382 labelname: lgpPduEntrySysAssignLabel
12383 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12384 type: DisplayString
12385 - labels:
12386 - lgpPduRcpEntryIndex
12387 labelname: lgpPduRcpEntrySysAssignLabel
12388 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12389 type: DisplayString
12390 - name: lgpPduRcpEntryEcAvailBeforeAlarmHundredths
12391 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.159
12392 type: gauge
12393 help: The amount that the current/amperage may increase from its present value
12394 before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.159
12395 indexes:
12396 - labelname: lgpPduEntryIndex
12397 type: gauge
12398 - labelname: lgpPduRbEntryIndex
12399 type: gauge
12400 - labelname: lgpPduRcpEntryIndex
12401 type: gauge
12402 lookups:
12403 - labels:
12404 - lgpPduEntryIndex
12405 labelname: lgpPduEntrySysAssignLabel
12406 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12407 type: DisplayString
12408 - labels:
12409 - lgpPduRcpEntryIndex
12410 labelname: lgpPduRcpEntrySysAssignLabel
12411 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12412 type: DisplayString
12413 - name: lgpPduRcpEntryEcAvailBeforeAlarm
12414 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.160
12415 type: gauge
12416 help: The amount that the current/amperage may increase from its present value
12417 before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.160
12418 indexes:
12419 - labelname: lgpPduEntryIndex
12420 type: gauge
12421 - labelname: lgpPduRbEntryIndex
12422 type: gauge
12423 - labelname: lgpPduRcpEntryIndex
12424 type: gauge
12425 lookups:
12426 - labels:
12427 - lgpPduEntryIndex
12428 labelname: lgpPduEntrySysAssignLabel
12429 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12430 type: DisplayString
12431 - labels:
12432 - lgpPduRcpEntryIndex
12433 labelname: lgpPduRcpEntrySysAssignLabel
12434 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12435 type: DisplayString
12436 - name: lgpPduRcpEntryEcUsedBeforeAlarm
12437 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.161
12438 type: gauge
12439 help: The percent of current utilization relative to the over current alarm threshold.
12440 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.161
12441 indexes:
12442 - labelname: lgpPduEntryIndex
12443 type: gauge
12444 - labelname: lgpPduRbEntryIndex
12445 type: gauge
12446 - labelname: lgpPduRcpEntryIndex
12447 type: gauge
12448 lookups:
12449 - labels:
12450 - lgpPduEntryIndex
12451 labelname: lgpPduEntrySysAssignLabel
12452 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12453 type: DisplayString
12454 - labels:
12455 - lgpPduRcpEntryIndex
12456 labelname: lgpPduRcpEntrySysAssignLabel
12457 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12458 type: DisplayString
12459 - name: lgpPduRcpEntryEcCrestFactor
12460 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.162
12461 type: gauge
12462 help: Receptacle current crest factor, which is the peak amplitude of the current
12463 waveform divided by the RMS value of the waveform. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.162
12464 indexes:
12465 - labelname: lgpPduEntryIndex
12466 type: gauge
12467 - labelname: lgpPduRbEntryIndex
12468 type: gauge
12469 - labelname: lgpPduRcpEntryIndex
12470 type: gauge
12471 lookups:
12472 - labels:
12473 - lgpPduEntryIndex
12474 labelname: lgpPduEntrySysAssignLabel
12475 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12476 type: DisplayString
12477 - labels:
12478 - lgpPduRcpEntryIndex
12479 labelname: lgpPduRcpEntrySysAssignLabel
12480 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12481 type: DisplayString
12482 - name: lgpPduRcpEntryBlinkLED
12483 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.200
12484 type: gauge
12485 help: Blink the receptacle LED - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.200
12486 indexes:
12487 - labelname: lgpPduEntryIndex
12488 type: gauge
12489 - labelname: lgpPduRbEntryIndex
12490 type: gauge
12491 - labelname: lgpPduRcpEntryIndex
12492 type: gauge
12493 lookups:
12494 - labels:
12495 - lgpPduEntryIndex
12496 labelname: lgpPduEntrySysAssignLabel
12497 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12498 type: DisplayString
12499 - labels:
12500 - lgpPduRcpEntryIndex
12501 labelname: lgpPduRcpEntrySysAssignLabel
12502 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12503 type: DisplayString
12504 enum_values:
12505 1: noAction
12506 2: blinkLED
12507 - name: lgpPduRcpEntrySwOverTemperatureProtection
12508 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.205
12509 type: gauge
12510 help: 'The configuration parameter to enable or disable the Receptacle SW Over
12511 Temperature Protection feature If the feature is enabled, in case of Over Temperature
12512 Alarm condition, following action will be taken on the receptacles: Locked &
12513 Off - No Change Unlocked & Off - No Change Unlocked & On - Turn it Off - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.205'
12514 indexes:
12515 - labelname: lgpPduEntryIndex
12516 type: gauge
12517 - labelname: lgpPduRbEntryIndex
12518 type: gauge
12519 - labelname: lgpPduRcpEntryIndex
12520 type: gauge
12521 lookups:
12522 - labels:
12523 - lgpPduEntryIndex
12524 labelname: lgpPduEntrySysAssignLabel
12525 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12526 type: DisplayString
12527 - labels:
12528 - lgpPduRcpEntryIndex
12529 labelname: lgpPduRcpEntrySysAssignLabel
12530 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12531 type: DisplayString
12532 enum_values:
12533 0: disable
12534 1: enable
12535 - name: lgpPduRcpEntryOperationCondition
12536 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.210
12537 type: gauge
12538 help: Receptacle Operating Condition - indicates the condition of the receptacle
12539 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.210
12540 indexes:
12541 - labelname: lgpPduEntryIndex
12542 type: gauge
12543 - labelname: lgpPduRbEntryIndex
12544 type: gauge
12545 - labelname: lgpPduRcpEntryIndex
12546 type: gauge
12547 lookups:
12548 - labels:
12549 - lgpPduEntryIndex
12550 labelname: lgpPduEntrySysAssignLabel
12551 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12552 type: DisplayString
12553 - labels:
12554 - lgpPduRcpEntryIndex
12555 labelname: lgpPduRcpEntrySysAssignLabel
12556 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12557 type: DisplayString
12558 enum_values:
12559 1: normalOperation
12560 2: normalWithWarning
12561 3: normalWithAlarm
12562 4: abnormal
12563 - name: lgpPduRcpEntryCriticality
12564 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.215
12565 type: gauge
12566 help: The configuration parameter can be used by the user to mark a receptacle
12567 as critical or non-critical. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.215
12568 indexes:
12569 - labelname: lgpPduEntryIndex
12570 type: gauge
12571 - labelname: lgpPduRbEntryIndex
12572 type: gauge
12573 - labelname: lgpPduRcpEntryIndex
12574 type: gauge
12575 lookups:
12576 - labels:
12577 - lgpPduEntryIndex
12578 labelname: lgpPduEntrySysAssignLabel
12579 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12580 type: DisplayString
12581 - labels:
12582 - lgpPduRcpEntryIndex
12583 labelname: lgpPduRcpEntrySysAssignLabel
12584 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12585 type: DisplayString
12586 enum_values:
12587 0: critical
12588 1: notCritical
12589 - name: lgpPduRcpEntryPostOnDelay
12590 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.220
12591 type: gauge
12592 help: The 'Post On Delay' is the time interval (in seconds) that the PDU waits
12593 after a command is issued to switch ON a receptacle before applying power to
12594 the receptacle A value of zero implies that there is no delay (i.e - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.220
12595 indexes:
12596 - labelname: lgpPduEntryIndex
12597 type: gauge
12598 - labelname: lgpPduRbEntryIndex
12599 type: gauge
12600 - labelname: lgpPduRcpEntryIndex
12601 type: gauge
12602 lookups:
12603 - labels:
12604 - lgpPduEntryIndex
12605 labelname: lgpPduEntrySysAssignLabel
12606 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12607 type: DisplayString
12608 - labels:
12609 - lgpPduRcpEntryIndex
12610 labelname: lgpPduRcpEntrySysAssignLabel
12611 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12612 type: DisplayString
12613 - name: lgpPduRcpEntryPostOffDelay
12614 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.225
12615 type: gauge
12616 help: The 'Post Off Delay' is the time interval (in seconds) that the PDU waits
12617 after a command is issued to switch OFF a receptacle before removing power from
12618 the receptacle A value of zero implies that there is no delay (i.e - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.225
12619 indexes:
12620 - labelname: lgpPduEntryIndex
12621 type: gauge
12622 - labelname: lgpPduRbEntryIndex
12623 type: gauge
12624 - labelname: lgpPduRcpEntryIndex
12625 type: gauge
12626 lookups:
12627 - labels:
12628 - lgpPduEntryIndex
12629 labelname: lgpPduEntrySysAssignLabel
12630 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12631 type: DisplayString
12632 - labels:
12633 - lgpPduRcpEntryIndex
12634 labelname: lgpPduRcpEntrySysAssignLabel
12635 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12636 type: DisplayString
12637 - name: lgpPduRcpEntryAddReceptacleToGroup
12638 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.230
12639 type: OctetString
12640 help: This receptacle can be added to a group by writing a corresponding OID to
12641 this column - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.230
12642 indexes:
12643 - labelname: lgpPduEntryIndex
12644 type: gauge
12645 - labelname: lgpPduRbEntryIndex
12646 type: gauge
12647 - labelname: lgpPduRcpEntryIndex
12648 type: gauge
12649 lookups:
12650 - labels:
12651 - lgpPduEntryIndex
12652 labelname: lgpPduEntrySysAssignLabel
12653 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12654 type: DisplayString
12655 - labels:
12656 - lgpPduRcpEntryIndex
12657 labelname: lgpPduRcpEntrySysAssignLabel
12658 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12659 type: DisplayString
12660 - name: lgpPduRcpEntryRemoveReceptacleFromGroup
12661 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.235
12662 type: OctetString
12663 help: This receptacle can be removed from a group by writing a corresponding OID
12664 to this column - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.235
12665 indexes:
12666 - labelname: lgpPduEntryIndex
12667 type: gauge
12668 - labelname: lgpPduRbEntryIndex
12669 type: gauge
12670 - labelname: lgpPduRcpEntryIndex
12671 type: gauge
12672 lookups:
12673 - labels:
12674 - lgpPduEntryIndex
12675 labelname: lgpPduEntrySysAssignLabel
12676 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12677 type: DisplayString
12678 - labels:
12679 - lgpPduRcpEntryIndex
12680 labelname: lgpPduRcpEntrySysAssignLabel
12681 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12682 type: DisplayString
12683 - name: lgpPduAuxSensorIndex
12684 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.1
12685 type: gauge
12686 help: This is the index indicating the nth element of the table. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.1
12687 indexes:
12688 - labelname: lgpPduEntryIndex
12689 type: gauge
12690 - labelname: lgpPduAuxSensorIndex
12691 type: gauge
12692 lookups:
12693 - labels:
12694 - lgpPduEntryIndex
12695 labelname: lgpPduEntrySysAssignLabel
12696 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12697 type: DisplayString
12698 - labels:
12699 - lgpPduAuxSensorIndex
12700 labelname: lgpPduAuxSensorSysAssignLabel
12701 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12702 type: DisplayString
12703 - name: lgpPduAuxSensorMeasType
12704 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.5
12705 type: gauge
12706 help: not-specified The type of sensor is unknown - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.5
12707 indexes:
12708 - labelname: lgpPduEntryIndex
12709 type: gauge
12710 - labelname: lgpPduAuxSensorIndex
12711 type: gauge
12712 lookups:
12713 - labels:
12714 - lgpPduEntryIndex
12715 labelname: lgpPduEntrySysAssignLabel
12716 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12717 type: DisplayString
12718 - labels:
12719 - lgpPduAuxSensorIndex
12720 labelname: lgpPduAuxSensorSysAssignLabel
12721 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12722 type: DisplayString
12723 enum_values:
12724 0: not-specified
12725 1: temperature
12726 2: humidity
12727 3: temperature-and-humidity
12728 - name: lgpPduAuxSensorId
12729 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.10
12730 type: gauge
12731 help: System assigned auxiliary sensor identification number - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.10
12732 indexes:
12733 - labelname: lgpPduEntryIndex
12734 type: gauge
12735 - labelname: lgpPduAuxSensorIndex
12736 type: gauge
12737 lookups:
12738 - labels:
12739 - lgpPduEntryIndex
12740 labelname: lgpPduEntrySysAssignLabel
12741 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12742 type: DisplayString
12743 - labels:
12744 - lgpPduAuxSensorIndex
12745 labelname: lgpPduAuxSensorSysAssignLabel
12746 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12747 type: DisplayString
12748 - name: lgpPduAuxSensorSysAssignLabel
12749 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12750 type: DisplayString
12751 help: Label assigned to the auxiliary sensor at runtime by the system - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12752 indexes:
12753 - labelname: lgpPduEntryIndex
12754 type: gauge
12755 - labelname: lgpPduAuxSensorIndex
12756 type: gauge
12757 lookups:
12758 - labels:
12759 - lgpPduEntryIndex
12760 labelname: lgpPduEntrySysAssignLabel
12761 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12762 type: DisplayString
12763 - labels:
12764 - lgpPduAuxSensorIndex
12765 labelname: lgpPduAuxSensorSysAssignLabel
12766 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12767 type: DisplayString
12768 - name: lgpPduAuxSensorPositionRelative
12769 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.20
12770 type: gauge
12771 help: Auxiliary sensor relative position - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.20
12772 indexes:
12773 - labelname: lgpPduEntryIndex
12774 type: gauge
12775 - labelname: lgpPduAuxSensorIndex
12776 type: gauge
12777 lookups:
12778 - labels:
12779 - lgpPduEntryIndex
12780 labelname: lgpPduEntrySysAssignLabel
12781 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12782 type: DisplayString
12783 - labels:
12784 - lgpPduAuxSensorIndex
12785 labelname: lgpPduAuxSensorSysAssignLabel
12786 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12787 type: DisplayString
12788 - name: lgpPduAuxSensorUsrLabel
12789 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.25
12790 type: DisplayString
12791 help: User assigned auxiliary sensor label. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.25
12792 indexes:
12793 - labelname: lgpPduEntryIndex
12794 type: gauge
12795 - labelname: lgpPduAuxSensorIndex
12796 type: gauge
12797 lookups:
12798 - labels:
12799 - lgpPduEntryIndex
12800 labelname: lgpPduEntrySysAssignLabel
12801 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12802 type: DisplayString
12803 - labels:
12804 - lgpPduAuxSensorIndex
12805 labelname: lgpPduAuxSensorSysAssignLabel
12806 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12807 type: DisplayString
12808 - name: lgpPduAuxSensorUsrTag1
12809 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.30
12810 type: DisplayString
12811 help: User assigned Tag to assist in identifying or grouping this auxiliary sensor
12812 within the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.30
12813 indexes:
12814 - labelname: lgpPduEntryIndex
12815 type: gauge
12816 - labelname: lgpPduAuxSensorIndex
12817 type: gauge
12818 lookups:
12819 - labels:
12820 - lgpPduEntryIndex
12821 labelname: lgpPduEntrySysAssignLabel
12822 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12823 type: DisplayString
12824 - labels:
12825 - lgpPduAuxSensorIndex
12826 labelname: lgpPduAuxSensorSysAssignLabel
12827 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12828 type: DisplayString
12829 - name: lgpPduAuxSensorUsrTag2
12830 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.35
12831 type: DisplayString
12832 help: User assigned Tag to assist in identifying or grouping this auxiliary sensor
12833 within the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.35
12834 indexes:
12835 - labelname: lgpPduEntryIndex
12836 type: gauge
12837 - labelname: lgpPduAuxSensorIndex
12838 type: gauge
12839 lookups:
12840 - labels:
12841 - lgpPduEntryIndex
12842 labelname: lgpPduEntrySysAssignLabel
12843 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12844 type: DisplayString
12845 - labels:
12846 - lgpPduAuxSensorIndex
12847 labelname: lgpPduAuxSensorSysAssignLabel
12848 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12849 type: DisplayString
12850 - name: lgpPduAuxSensorTempSerialNum
12851 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.40
12852 type: DisplayString
12853 help: The temperature sensor's globally unique serial number assigned at the time
12854 of manufacture. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.40
12855 indexes:
12856 - labelname: lgpPduEntryIndex
12857 type: gauge
12858 - labelname: lgpPduAuxSensorIndex
12859 type: gauge
12860 lookups:
12861 - labels:
12862 - lgpPduEntryIndex
12863 labelname: lgpPduEntrySysAssignLabel
12864 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12865 type: DisplayString
12866 - labels:
12867 - lgpPduAuxSensorIndex
12868 labelname: lgpPduAuxSensorSysAssignLabel
12869 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12870 type: DisplayString
12871 - name: lgpPduAuxSensorHumSerialNum
12872 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.45
12873 type: DisplayString
12874 help: The humidity sensor's globally unique serial number assigned at the time
12875 of manufacture. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.45
12876 indexes:
12877 - labelname: lgpPduEntryIndex
12878 type: gauge
12879 - labelname: lgpPduAuxSensorIndex
12880 type: gauge
12881 lookups:
12882 - labels:
12883 - lgpPduEntryIndex
12884 labelname: lgpPduEntrySysAssignLabel
12885 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12886 type: DisplayString
12887 - labels:
12888 - lgpPduAuxSensorIndex
12889 labelname: lgpPduAuxSensorSysAssignLabel
12890 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12891 type: DisplayString
12892 - name: lgpPduAuxSensorTempMeasurementDegF
12893 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.50
12894 type: gauge
12895 help: Temperature measured at the temperature sensor reported in degrees Fahrenheit.
12896 - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.50
12897 indexes:
12898 - labelname: lgpPduEntryIndex
12899 type: gauge
12900 - labelname: lgpPduAuxSensorIndex
12901 type: gauge
12902 lookups:
12903 - labels:
12904 - lgpPduEntryIndex
12905 labelname: lgpPduEntrySysAssignLabel
12906 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12907 type: DisplayString
12908 - labels:
12909 - lgpPduAuxSensorIndex
12910 labelname: lgpPduAuxSensorSysAssignLabel
12911 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12912 type: DisplayString
12913 - name: lgpPduAuxSensorTempThrshldUndrAlmDegF
12914 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.55
12915 type: gauge
12916 help: Under temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.55
12917 indexes:
12918 - labelname: lgpPduEntryIndex
12919 type: gauge
12920 - labelname: lgpPduAuxSensorIndex
12921 type: gauge
12922 lookups:
12923 - labels:
12924 - lgpPduEntryIndex
12925 labelname: lgpPduEntrySysAssignLabel
12926 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12927 type: DisplayString
12928 - labels:
12929 - lgpPduAuxSensorIndex
12930 labelname: lgpPduAuxSensorSysAssignLabel
12931 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12932 type: DisplayString
12933 - name: lgpPduAuxSensorTempThrshldOvrAlmDegF
12934 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.60
12935 type: gauge
12936 help: Over temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.60
12937 indexes:
12938 - labelname: lgpPduEntryIndex
12939 type: gauge
12940 - labelname: lgpPduAuxSensorIndex
12941 type: gauge
12942 lookups:
12943 - labels:
12944 - lgpPduEntryIndex
12945 labelname: lgpPduEntrySysAssignLabel
12946 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12947 type: DisplayString
12948 - labels:
12949 - lgpPduAuxSensorIndex
12950 labelname: lgpPduAuxSensorSysAssignLabel
12951 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12952 type: DisplayString
12953 - name: lgpPduAuxSensorTempThrshldUndrWarnDegF
12954 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.65
12955 type: gauge
12956 help: Under temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.65
12957 indexes:
12958 - labelname: lgpPduEntryIndex
12959 type: gauge
12960 - labelname: lgpPduAuxSensorIndex
12961 type: gauge
12962 lookups:
12963 - labels:
12964 - lgpPduEntryIndex
12965 labelname: lgpPduEntrySysAssignLabel
12966 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12967 type: DisplayString
12968 - labels:
12969 - lgpPduAuxSensorIndex
12970 labelname: lgpPduAuxSensorSysAssignLabel
12971 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12972 type: DisplayString
12973 - name: lgpPduAuxSensorTempThrshldOvrWarnDegF
12974 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.70
12975 type: gauge
12976 help: Over temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.70
12977 indexes:
12978 - labelname: lgpPduEntryIndex
12979 type: gauge
12980 - labelname: lgpPduAuxSensorIndex
12981 type: gauge
12982 lookups:
12983 - labels:
12984 - lgpPduEntryIndex
12985 labelname: lgpPduEntrySysAssignLabel
12986 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12987 type: DisplayString
12988 - labels:
12989 - lgpPduAuxSensorIndex
12990 labelname: lgpPduAuxSensorSysAssignLabel
12991 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12992 type: DisplayString
12993 - name: lgpPduAuxSensorTempMeasurementDegC
12994 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.75
12995 type: gauge
12996 help: Temperature measured at the temperature sensor reported in degrees Celsius.
12997 - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.75
12998 indexes:
12999 - labelname: lgpPduEntryIndex
13000 type: gauge
13001 - labelname: lgpPduAuxSensorIndex
13002 type: gauge
13003 lookups:
13004 - labels:
13005 - lgpPduEntryIndex
13006 labelname: lgpPduEntrySysAssignLabel
13007 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13008 type: DisplayString
13009 - labels:
13010 - lgpPduAuxSensorIndex
13011 labelname: lgpPduAuxSensorSysAssignLabel
13012 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13013 type: DisplayString
13014 - name: lgpPduAuxSensorTempThrshldUndrAlmDegC
13015 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.80
13016 type: gauge
13017 help: Under temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.80
13018 indexes:
13019 - labelname: lgpPduEntryIndex
13020 type: gauge
13021 - labelname: lgpPduAuxSensorIndex
13022 type: gauge
13023 lookups:
13024 - labels:
13025 - lgpPduEntryIndex
13026 labelname: lgpPduEntrySysAssignLabel
13027 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13028 type: DisplayString
13029 - labels:
13030 - lgpPduAuxSensorIndex
13031 labelname: lgpPduAuxSensorSysAssignLabel
13032 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13033 type: DisplayString
13034 - name: lgpPduAuxSensorTempThrshldOvrAlmDegC
13035 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.85
13036 type: gauge
13037 help: Over temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.85
13038 indexes:
13039 - labelname: lgpPduEntryIndex
13040 type: gauge
13041 - labelname: lgpPduAuxSensorIndex
13042 type: gauge
13043 lookups:
13044 - labels:
13045 - lgpPduEntryIndex
13046 labelname: lgpPduEntrySysAssignLabel
13047 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13048 type: DisplayString
13049 - labels:
13050 - lgpPduAuxSensorIndex
13051 labelname: lgpPduAuxSensorSysAssignLabel
13052 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13053 type: DisplayString
13054 - name: lgpPduAuxSensorTempThrshldUndrWarnDegC
13055 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.90
13056 type: gauge
13057 help: Under temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.90
13058 indexes:
13059 - labelname: lgpPduEntryIndex
13060 type: gauge
13061 - labelname: lgpPduAuxSensorIndex
13062 type: gauge
13063 lookups:
13064 - labels:
13065 - lgpPduEntryIndex
13066 labelname: lgpPduEntrySysAssignLabel
13067 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13068 type: DisplayString
13069 - labels:
13070 - lgpPduAuxSensorIndex
13071 labelname: lgpPduAuxSensorSysAssignLabel
13072 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13073 type: DisplayString
13074 - name: lgpPduAuxSensorTempThrshldOvrWarnDegC
13075 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.95
13076 type: gauge
13077 help: Over temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.95
13078 indexes:
13079 - labelname: lgpPduEntryIndex
13080 type: gauge
13081 - labelname: lgpPduAuxSensorIndex
13082 type: gauge
13083 lookups:
13084 - labels:
13085 - lgpPduEntryIndex
13086 labelname: lgpPduEntrySysAssignLabel
13087 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13088 type: DisplayString
13089 - labels:
13090 - lgpPduAuxSensorIndex
13091 labelname: lgpPduAuxSensorSysAssignLabel
13092 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13093 type: DisplayString
13094 - name: lgpPduAuxSensorHumMeasurement
13095 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.100
13096 type: gauge
13097 help: Relative Humidity measured at the humidity sensor. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.100
13098 indexes:
13099 - labelname: lgpPduEntryIndex
13100 type: gauge
13101 - labelname: lgpPduAuxSensorIndex
13102 type: gauge
13103 lookups:
13104 - labels:
13105 - lgpPduEntryIndex
13106 labelname: lgpPduEntrySysAssignLabel
13107 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13108 type: DisplayString
13109 - labels:
13110 - lgpPduAuxSensorIndex
13111 labelname: lgpPduAuxSensorSysAssignLabel
13112 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13113 type: DisplayString
13114 - name: lgpPduAuxSensorHumThrshldUndrAlm
13115 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.105
13116 type: gauge
13117 help: Under relative humidity alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.105
13118 indexes:
13119 - labelname: lgpPduEntryIndex
13120 type: gauge
13121 - labelname: lgpPduAuxSensorIndex
13122 type: gauge
13123 lookups:
13124 - labels:
13125 - lgpPduEntryIndex
13126 labelname: lgpPduEntrySysAssignLabel
13127 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13128 type: DisplayString
13129 - labels:
13130 - lgpPduAuxSensorIndex
13131 labelname: lgpPduAuxSensorSysAssignLabel
13132 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13133 type: DisplayString
13134 - name: lgpPduAuxSensorHumThrshldOvrAlm
13135 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.110
13136 type: gauge
13137 help: Over relative humidity alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.110
13138 indexes:
13139 - labelname: lgpPduEntryIndex
13140 type: gauge
13141 - labelname: lgpPduAuxSensorIndex
13142 type: gauge
13143 lookups:
13144 - labels:
13145 - lgpPduEntryIndex
13146 labelname: lgpPduEntrySysAssignLabel
13147 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13148 type: DisplayString
13149 - labels:
13150 - lgpPduAuxSensorIndex
13151 labelname: lgpPduAuxSensorSysAssignLabel
13152 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13153 type: DisplayString
13154 - name: lgpPduAuxSensorHumThrshldUndrWarn
13155 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.115
13156 type: gauge
13157 help: Under relative humidity warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.115
13158 indexes:
13159 - labelname: lgpPduEntryIndex
13160 type: gauge
13161 - labelname: lgpPduAuxSensorIndex
13162 type: gauge
13163 lookups:
13164 - labels:
13165 - lgpPduEntryIndex
13166 labelname: lgpPduEntrySysAssignLabel
13167 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13168 type: DisplayString
13169 - labels:
13170 - lgpPduAuxSensorIndex
13171 labelname: lgpPduAuxSensorSysAssignLabel
13172 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13173 type: DisplayString
13174 - name: lgpPduAuxSensorHumThrshldOvrWarn
13175 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.120
13176 type: gauge
13177 help: Over relative humidity warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.120
13178 indexes:
13179 - labelname: lgpPduEntryIndex
13180 type: gauge
13181 - labelname: lgpPduAuxSensorIndex
13182 type: gauge
13183 lookups:
13184 - labels:
13185 - lgpPduEntryIndex
13186 labelname: lgpPduEntrySysAssignLabel
13187 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13188 type: DisplayString
13189 - labels:
13190 - lgpPduAuxSensorIndex
13191 labelname: lgpPduAuxSensorSysAssignLabel
13192 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13193 type: DisplayString
13194 mikrotik:
13195 walk:
13196 - 1.3.6.1.2.1.2
13197 - 1.3.6.1.2.1.25
13198 - 1.3.6.1.2.1.31
13199 - 1.3.6.1.4.1.14988
13200 - 1.3.6.1.4.1.2021.10.1.1
13201 - 1.3.6.1.4.1.2021.10.1.2
13202 get:
13203 - 1.3.6.1.2.1.1.1.0
13204 - 1.3.6.1.2.1.1.3.0
13205 metrics:
13206 - name: sysDescr
13207 oid: 1.3.6.1.2.1.1.1
13208 type: DisplayString
13209 help: A textual description of the entity - 1.3.6.1.2.1.1.1
13210 - name: sysUpTime
13211 oid: 1.3.6.1.2.1.1.3
13212 type: gauge
13213 help: The time (in hundredths of a second) since the network management portion
13214 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
13215 - name: ifNumber
13216 oid: 1.3.6.1.2.1.2.1
13217 type: gauge
13218 help: The number of network interfaces (regardless of their current state) present
13219 on this system. - 1.3.6.1.2.1.2.1
13220 - name: ifIndex
13221 oid: 1.3.6.1.2.1.2.2.1.1
13222 type: gauge
13223 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
13224 indexes:
13225 - labelname: ifIndex
13226 type: gauge
13227 lookups:
13228 - labels:
13229 - ifIndex
13230 labelname: ifName
13231 oid: 1.3.6.1.2.1.31.1.1.1.1
13232 type: DisplayString
13233 - name: ifDescr
13234 oid: 1.3.6.1.2.1.2.2.1.2
13235 type: DisplayString
13236 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
13237 indexes:
13238 - labelname: ifIndex
13239 type: gauge
13240 lookups:
13241 - labels:
13242 - ifIndex
13243 labelname: ifName
13244 oid: 1.3.6.1.2.1.31.1.1.1.1
13245 type: DisplayString
13246 - name: ifType
13247 oid: 1.3.6.1.2.1.2.2.1.3
13248 type: EnumAsInfo
13249 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
13250 indexes:
13251 - labelname: ifIndex
13252 type: gauge
13253 lookups:
13254 - labels:
13255 - ifIndex
13256 labelname: ifName
13257 oid: 1.3.6.1.2.1.31.1.1.1.1
13258 type: DisplayString
13259 enum_values:
13260 1: other
13261 2: regular1822
13262 3: hdh1822
13263 4: ddnX25
13264 5: rfc877x25
13265 6: ethernetCsmacd
13266 7: iso88023Csmacd
13267 8: iso88024TokenBus
13268 9: iso88025TokenRing
13269 10: iso88026Man
13270 11: starLan
13271 12: proteon10Mbit
13272 13: proteon80Mbit
13273 14: hyperchannel
13274 15: fddi
13275 16: lapb
13276 17: sdlc
13277 18: ds1
13278 19: e1
13279 20: basicISDN
13280 21: primaryISDN
13281 22: propPointToPointSerial
13282 23: ppp
13283 24: softwareLoopback
13284 25: eon
13285 26: ethernet3Mbit
13286 27: nsip
13287 28: slip
13288 29: ultra
13289 30: ds3
13290 31: sip
13291 32: frameRelay
13292 33: rs232
13293 34: para
13294 35: arcnet
13295 36: arcnetPlus
13296 37: atm
13297 38: miox25
13298 39: sonet
13299 40: x25ple
13300 41: iso88022llc
13301 42: localTalk
13302 43: smdsDxi
13303 44: frameRelayService
13304 45: v35
13305 46: hssi
13306 47: hippi
13307 48: modem
13308 49: aal5
13309 50: sonetPath
13310 51: sonetVT
13311 52: smdsIcip
13312 53: propVirtual
13313 54: propMultiplexor
13314 55: ieee80212
13315 56: fibreChannel
13316 57: hippiInterface
13317 58: frameRelayInterconnect
13318 59: aflane8023
13319 60: aflane8025
13320 61: cctEmul
13321 62: fastEther
13322 63: isdn
13323 64: v11
13324 65: v36
13325 66: g703at64k
13326 67: g703at2mb
13327 68: qllc
13328 69: fastEtherFX
13329 70: channel
13330 71: ieee80211
13331 72: ibm370parChan
13332 73: escon
13333 74: dlsw
13334 75: isdns
13335 76: isdnu
13336 77: lapd
13337 78: ipSwitch
13338 79: rsrb
13339 80: atmLogical
13340 81: ds0
13341 82: ds0Bundle
13342 83: bsc
13343 84: async
13344 85: cnr
13345 86: iso88025Dtr
13346 87: eplrs
13347 88: arap
13348 89: propCnls
13349 90: hostPad
13350 91: termPad
13351 92: frameRelayMPI
13352 93: x213
13353 94: adsl
13354 95: radsl
13355 96: sdsl
13356 97: vdsl
13357 98: iso88025CRFPInt
13358 99: myrinet
13359 100: voiceEM
13360 101: voiceFXO
13361 102: voiceFXS
13362 103: voiceEncap
13363 104: voiceOverIp
13364 105: atmDxi
13365 106: atmFuni
13366 107: atmIma
13367 108: pppMultilinkBundle
13368 109: ipOverCdlc
13369 110: ipOverClaw
13370 111: stackToStack
13371 112: virtualIpAddress
13372 113: mpc
13373 114: ipOverAtm
13374 115: iso88025Fiber
13375 116: tdlc
13376 117: gigabitEthernet
13377 118: hdlc
13378 119: lapf
13379 120: v37
13380 121: x25mlp
13381 122: x25huntGroup
13382 123: transpHdlc
13383 124: interleave
13384 125: fast
13385 126: ip
13386 127: docsCableMaclayer
13387 128: docsCableDownstream
13388 129: docsCableUpstream
13389 130: a12MppSwitch
13390 131: tunnel
13391 132: coffee
13392 133: ces
13393 134: atmSubInterface
13394 135: l2vlan
13395 136: l3ipvlan
13396 137: l3ipxvlan
13397 138: digitalPowerline
13398 139: mediaMailOverIp
13399 140: dtm
13400 141: dcn
13401 142: ipForward
13402 143: msdsl
13403 144: ieee1394
13404 145: if-gsn
13405 146: dvbRccMacLayer
13406 147: dvbRccDownstream
13407 148: dvbRccUpstream
13408 149: atmVirtual
13409 150: mplsTunnel
13410 151: srp
13411 152: voiceOverAtm
13412 153: voiceOverFrameRelay
13413 154: idsl
13414 155: compositeLink
13415 156: ss7SigLink
13416 157: propWirelessP2P
13417 158: frForward
13418 159: rfc1483
13419 160: usb
13420 161: ieee8023adLag
13421 162: bgppolicyaccounting
13422 163: frf16MfrBundle
13423 164: h323Gatekeeper
13424 165: h323Proxy
13425 166: mpls
13426 167: mfSigLink
13427 168: hdsl2
13428 169: shdsl
13429 170: ds1FDL
13430 171: pos
13431 172: dvbAsiIn
13432 173: dvbAsiOut
13433 174: plc
13434 175: nfas
13435 176: tr008
13436 177: gr303RDT
13437 178: gr303IDT
13438 179: isup
13439 180: propDocsWirelessMaclayer
13440 181: propDocsWirelessDownstream
13441 182: propDocsWirelessUpstream
13442 183: hiperlan2
13443 184: propBWAp2Mp
13444 185: sonetOverheadChannel
13445 186: digitalWrapperOverheadChannel
13446 187: aal2
13447 188: radioMAC
13448 189: atmRadio
13449 190: imt
13450 191: mvl
13451 192: reachDSL
13452 193: frDlciEndPt
13453 194: atmVciEndPt
13454 195: opticalChannel
13455 196: opticalTransport
13456 197: propAtm
13457 198: voiceOverCable
13458 199: infiniband
13459 200: teLink
13460 201: q2931
13461 202: virtualTg
13462 203: sipTg
13463 204: sipSig
13464 205: docsCableUpstreamChannel
13465 206: econet
13466 207: pon155
13467 208: pon622
13468 209: bridge
13469 210: linegroup
13470 211: voiceEMFGD
13471 212: voiceFGDEANA
13472 213: voiceDID
13473 214: mpegTransport
13474 215: sixToFour
13475 216: gtp
13476 217: pdnEtherLoop1
13477 218: pdnEtherLoop2
13478 219: opticalChannelGroup
13479 220: homepna
13480 221: gfp
13481 222: ciscoISLvlan
13482 223: actelisMetaLOOP
13483 224: fcipLink
13484 225: rpr
13485 226: qam
13486 227: lmp
13487 228: cblVectaStar
13488 229: docsCableMCmtsDownstream
13489 230: adsl2
13490 231: macSecControlledIF
13491 232: macSecUncontrolledIF
13492 233: aviciOpticalEther
13493 234: atmbond
13494 235: voiceFGDOS
13495 236: mocaVersion1
13496 237: ieee80216WMAN
13497 238: adsl2plus
13498 239: dvbRcsMacLayer
13499 240: dvbTdm
13500 241: dvbRcsTdma
13501 242: x86Laps
13502 243: wwanPP
13503 244: wwanPP2
13504 245: voiceEBS
13505 246: ifPwType
13506 247: ilan
13507 248: pip
13508 249: aluELP
13509 250: gpon
13510 251: vdsl2
13511 252: capwapDot11Profile
13512 253: capwapDot11Bss
13513 254: capwapWtpVirtualRadio
13514 255: bits
13515 256: docsCableUpstreamRfPort
13516 257: cableDownstreamRfPort
13517 258: vmwareVirtualNic
13518 259: ieee802154
13519 260: otnOdu
13520 261: otnOtu
13521 262: ifVfiType
13522 263: g9981
13523 264: g9982
13524 265: g9983
13525 266: aluEpon
13526 267: aluEponOnu
13527 268: aluEponPhysicalUni
13528 269: aluEponLogicalLink
13529 270: aluGponOnu
13530 271: aluGponPhysicalUni
13531 272: vmwareNicTeam
13532 277: docsOfdmDownstream
13533 278: docsOfdmaUpstream
13534 279: gfast
13535 280: sdci
13536 281: xboxWireless
13537 282: fastdsl
13538 283: docsCableScte55d1FwdOob
13539 284: docsCableScte55d1RetOob
13540 285: docsCableScte55d2DsOob
13541 286: docsCableScte55d2UsOob
13542 287: docsCableNdf
13543 288: docsCableNdr
13544 289: ptm
13545 290: ghn
13546 291: otnOtsi
13547 292: otnOtuc
13548 293: otnOduc
13549 294: otnOtsig
13550 295: microwaveCarrierTermination
13551 296: microwaveRadioLinkTerminal
13552 297: ieee8021axDrni
13553 298: ax25
13554 299: ieee19061nanocom
13555 300: cpri
13556 301: omni
13557 302: roe
13558 303: p2pOverLan
13559 - name: ifMtu
13560 oid: 1.3.6.1.2.1.2.2.1.4
13561 type: gauge
13562 help: The size of the largest packet which can be sent/received on the interface,
13563 specified in octets - 1.3.6.1.2.1.2.2.1.4
13564 indexes:
13565 - labelname: ifIndex
13566 type: gauge
13567 lookups:
13568 - labels:
13569 - ifIndex
13570 labelname: ifName
13571 oid: 1.3.6.1.2.1.31.1.1.1.1
13572 type: DisplayString
13573 - name: ifSpeed
13574 oid: 1.3.6.1.2.1.2.2.1.5
13575 type: gauge
13576 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
13577 indexes:
13578 - labelname: ifIndex
13579 type: gauge
13580 lookups:
13581 - labels:
13582 - ifIndex
13583 labelname: ifName
13584 oid: 1.3.6.1.2.1.31.1.1.1.1
13585 type: DisplayString
13586 - name: ifPhysAddress
13587 oid: 1.3.6.1.2.1.2.2.1.6
13588 type: PhysAddress48
13589 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
13590 indexes:
13591 - labelname: ifIndex
13592 type: gauge
13593 lookups:
13594 - labels:
13595 - ifIndex
13596 labelname: ifName
13597 oid: 1.3.6.1.2.1.31.1.1.1.1
13598 type: DisplayString
13599 - name: ifAdminStatus
13600 oid: 1.3.6.1.2.1.2.2.1.7
13601 type: gauge
13602 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
13603 indexes:
13604 - labelname: ifIndex
13605 type: gauge
13606 lookups:
13607 - labels:
13608 - ifIndex
13609 labelname: ifName
13610 oid: 1.3.6.1.2.1.31.1.1.1.1
13611 type: DisplayString
13612 enum_values:
13613 1: up
13614 2: down
13615 3: testing
13616 - name: ifOperStatus
13617 oid: 1.3.6.1.2.1.2.2.1.8
13618 type: gauge
13619 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
13620 indexes:
13621 - labelname: ifIndex
13622 type: gauge
13623 lookups:
13624 - labels:
13625 - ifIndex
13626 labelname: ifName
13627 oid: 1.3.6.1.2.1.31.1.1.1.1
13628 type: DisplayString
13629 enum_values:
13630 1: up
13631 2: down
13632 3: testing
13633 4: unknown
13634 5: dormant
13635 6: notPresent
13636 7: lowerLayerDown
13637 - name: ifLastChange
13638 oid: 1.3.6.1.2.1.2.2.1.9
13639 type: gauge
13640 help: The value of sysUpTime at the time the interface entered its current operational
13641 state - 1.3.6.1.2.1.2.2.1.9
13642 indexes:
13643 - labelname: ifIndex
13644 type: gauge
13645 lookups:
13646 - labels:
13647 - ifIndex
13648 labelname: ifName
13649 oid: 1.3.6.1.2.1.31.1.1.1.1
13650 type: DisplayString
13651 - name: ifInOctets
13652 oid: 1.3.6.1.2.1.2.2.1.10
13653 type: counter
13654 help: The total number of octets received on the interface, including framing
13655 characters - 1.3.6.1.2.1.2.2.1.10
13656 indexes:
13657 - labelname: ifIndex
13658 type: gauge
13659 lookups:
13660 - labels:
13661 - ifIndex
13662 labelname: ifName
13663 oid: 1.3.6.1.2.1.31.1.1.1.1
13664 type: DisplayString
13665 - name: ifInUcastPkts
13666 oid: 1.3.6.1.2.1.2.2.1.11
13667 type: counter
13668 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
13669 which were not addressed to a multicast or broadcast address at this sub-layer
13670 - 1.3.6.1.2.1.2.2.1.11
13671 indexes:
13672 - labelname: ifIndex
13673 type: gauge
13674 lookups:
13675 - labels:
13676 - ifIndex
13677 labelname: ifName
13678 oid: 1.3.6.1.2.1.31.1.1.1.1
13679 type: DisplayString
13680 - name: ifInNUcastPkts
13681 oid: 1.3.6.1.2.1.2.2.1.12
13682 type: counter
13683 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
13684 which were addressed to a multicast or broadcast address at this sub-layer -
13685 1.3.6.1.2.1.2.2.1.12
13686 indexes:
13687 - labelname: ifIndex
13688 type: gauge
13689 lookups:
13690 - labels:
13691 - ifIndex
13692 labelname: ifName
13693 oid: 1.3.6.1.2.1.31.1.1.1.1
13694 type: DisplayString
13695 - name: ifInDiscards
13696 oid: 1.3.6.1.2.1.2.2.1.13
13697 type: counter
13698 help: The number of inbound packets which were chosen to be discarded even though
13699 no errors had been detected to prevent their being deliverable to a higher-layer
13700 protocol - 1.3.6.1.2.1.2.2.1.13
13701 indexes:
13702 - labelname: ifIndex
13703 type: gauge
13704 lookups:
13705 - labels:
13706 - ifIndex
13707 labelname: ifName
13708 oid: 1.3.6.1.2.1.31.1.1.1.1
13709 type: DisplayString
13710 - name: ifInErrors
13711 oid: 1.3.6.1.2.1.2.2.1.14
13712 type: counter
13713 help: For packet-oriented interfaces, the number of inbound packets that contained
13714 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
13715 indexes:
13716 - labelname: ifIndex
13717 type: gauge
13718 lookups:
13719 - labels:
13720 - ifIndex
13721 labelname: ifName
13722 oid: 1.3.6.1.2.1.31.1.1.1.1
13723 type: DisplayString
13724 - name: ifInUnknownProtos
13725 oid: 1.3.6.1.2.1.2.2.1.15
13726 type: counter
13727 help: For packet-oriented interfaces, the number of packets received via the interface
13728 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
13729 indexes:
13730 - labelname: ifIndex
13731 type: gauge
13732 lookups:
13733 - labels:
13734 - ifIndex
13735 labelname: ifName
13736 oid: 1.3.6.1.2.1.31.1.1.1.1
13737 type: DisplayString
13738 - name: ifOutOctets
13739 oid: 1.3.6.1.2.1.2.2.1.16
13740 type: counter
13741 help: The total number of octets transmitted out of the interface, including framing
13742 characters - 1.3.6.1.2.1.2.2.1.16
13743 indexes:
13744 - labelname: ifIndex
13745 type: gauge
13746 lookups:
13747 - labels:
13748 - ifIndex
13749 labelname: ifName
13750 oid: 1.3.6.1.2.1.31.1.1.1.1
13751 type: DisplayString
13752 - name: ifOutUcastPkts
13753 oid: 1.3.6.1.2.1.2.2.1.17
13754 type: counter
13755 help: The total number of packets that higher-level protocols requested be transmitted,
13756 and which were not addressed to a multicast or broadcast address at this sub-layer,
13757 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
13758 indexes:
13759 - labelname: ifIndex
13760 type: gauge
13761 lookups:
13762 - labels:
13763 - ifIndex
13764 labelname: ifName
13765 oid: 1.3.6.1.2.1.31.1.1.1.1
13766 type: DisplayString
13767 - name: ifOutNUcastPkts
13768 oid: 1.3.6.1.2.1.2.2.1.18
13769 type: counter
13770 help: The total number of packets that higher-level protocols requested be transmitted,
13771 and which were addressed to a multicast or broadcast address at this sub-layer,
13772 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
13773 indexes:
13774 - labelname: ifIndex
13775 type: gauge
13776 lookups:
13777 - labels:
13778 - ifIndex
13779 labelname: ifName
13780 oid: 1.3.6.1.2.1.31.1.1.1.1
13781 type: DisplayString
13782 - name: ifOutDiscards
13783 oid: 1.3.6.1.2.1.2.2.1.19
13784 type: counter
13785 help: The number of outbound packets which were chosen to be discarded even though
13786 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
13787 indexes:
13788 - labelname: ifIndex
13789 type: gauge
13790 lookups:
13791 - labels:
13792 - ifIndex
13793 labelname: ifName
13794 oid: 1.3.6.1.2.1.31.1.1.1.1
13795 type: DisplayString
13796 - name: ifOutErrors
13797 oid: 1.3.6.1.2.1.2.2.1.20
13798 type: counter
13799 help: For packet-oriented interfaces, the number of outbound packets that could
13800 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
13801 indexes:
13802 - labelname: ifIndex
13803 type: gauge
13804 lookups:
13805 - labels:
13806 - ifIndex
13807 labelname: ifName
13808 oid: 1.3.6.1.2.1.31.1.1.1.1
13809 type: DisplayString
13810 - name: ifOutQLen
13811 oid: 1.3.6.1.2.1.2.2.1.21
13812 type: gauge
13813 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
13814 indexes:
13815 - labelname: ifIndex
13816 type: gauge
13817 lookups:
13818 - labels:
13819 - ifIndex
13820 labelname: ifName
13821 oid: 1.3.6.1.2.1.31.1.1.1.1
13822 type: DisplayString
13823 - name: ifSpecific
13824 oid: 1.3.6.1.2.1.2.2.1.22
13825 type: OctetString
13826 help: A reference to MIB definitions specific to the particular media being used
13827 to realize the interface - 1.3.6.1.2.1.2.2.1.22
13828 indexes:
13829 - labelname: ifIndex
13830 type: gauge
13831 lookups:
13832 - labels:
13833 - ifIndex
13834 labelname: ifName
13835 oid: 1.3.6.1.2.1.31.1.1.1.1
13836 type: DisplayString
13837 - name: hrSystemUptime
13838 oid: 1.3.6.1.2.1.25.1.1
13839 type: gauge
13840 help: The amount of time since this host was last initialized - 1.3.6.1.2.1.25.1.1
13841 - name: hrSystemDate
13842 oid: 1.3.6.1.2.1.25.1.2
13843 type: DateAndTime
13844 help: The host's notion of the local date and time of day. - 1.3.6.1.2.1.25.1.2
13845 - name: hrSystemInitialLoadDevice
13846 oid: 1.3.6.1.2.1.25.1.3
13847 type: gauge
13848 help: The index of the hrDeviceEntry for the device from which this host is configured
13849 to load its initial operating system configuration (i.e., which operating system
13850 code and/or boot parameters) - 1.3.6.1.2.1.25.1.3
13851 - name: hrSystemInitialLoadParameters
13852 oid: 1.3.6.1.2.1.25.1.4
13853 type: OctetString
13854 help: This object contains the parameters (e.g - 1.3.6.1.2.1.25.1.4
13855 - name: hrSystemNumUsers
13856 oid: 1.3.6.1.2.1.25.1.5
13857 type: gauge
13858 help: The number of user sessions for which this host is storing state information
13859 - 1.3.6.1.2.1.25.1.5
13860 - name: hrSystemProcesses
13861 oid: 1.3.6.1.2.1.25.1.6
13862 type: gauge
13863 help: The number of process contexts currently loaded or running on this system.
13864 - 1.3.6.1.2.1.25.1.6
13865 - name: hrSystemMaxProcesses
13866 oid: 1.3.6.1.2.1.25.1.7
13867 type: gauge
13868 help: The maximum number of process contexts this system can support - 1.3.6.1.2.1.25.1.7
13869 - name: hrMemorySize
13870 oid: 1.3.6.1.2.1.25.2.2
13871 type: gauge
13872 help: The amount of physical read-write main memory, typically RAM, contained
13873 by the host. - 1.3.6.1.2.1.25.2.2
13874 - name: hrStorageIndex
13875 oid: 1.3.6.1.2.1.25.2.3.1.1
13876 type: gauge
13877 help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1
13878 indexes:
13879 - labelname: hrStorageIndex
13880 type: gauge
13881 lookups:
13882 - labels:
13883 - hrStorageIndex
13884 labelname: hrStorageDescr
13885 oid: 1.3.6.1.2.1.25.2.3.1.3
13886 type: DisplayString
13887 - name: hrStorageType
13888 oid: 1.3.6.1.2.1.25.2.3.1.2
13889 type: OctetString
13890 help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2
13891 indexes:
13892 - labelname: hrStorageIndex
13893 type: gauge
13894 lookups:
13895 - labels:
13896 - hrStorageIndex
13897 labelname: hrStorageDescr
13898 oid: 1.3.6.1.2.1.25.2.3.1.3
13899 type: DisplayString
13900 - name: hrStorageDescr
13901 oid: 1.3.6.1.2.1.25.2.3.1.3
13902 type: DisplayString
13903 help: A description of the type and instance of the storage described by this
13904 entry. - 1.3.6.1.2.1.25.2.3.1.3
13905 indexes:
13906 - labelname: hrStorageIndex
13907 type: gauge
13908 lookups:
13909 - labels:
13910 - hrStorageIndex
13911 labelname: hrStorageDescr
13912 oid: 1.3.6.1.2.1.25.2.3.1.3
13913 type: DisplayString
13914 - name: hrStorageAllocationUnits
13915 oid: 1.3.6.1.2.1.25.2.3.1.4
13916 type: gauge
13917 help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4
13918 indexes:
13919 - labelname: hrStorageIndex
13920 type: gauge
13921 lookups:
13922 - labels:
13923 - hrStorageIndex
13924 labelname: hrStorageDescr
13925 oid: 1.3.6.1.2.1.25.2.3.1.3
13926 type: DisplayString
13927 - name: hrStorageSize
13928 oid: 1.3.6.1.2.1.25.2.3.1.5
13929 type: gauge
13930 help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
13931 - 1.3.6.1.2.1.25.2.3.1.5
13932 indexes:
13933 - labelname: hrStorageIndex
13934 type: gauge
13935 lookups:
13936 - labels:
13937 - hrStorageIndex
13938 labelname: hrStorageDescr
13939 oid: 1.3.6.1.2.1.25.2.3.1.3
13940 type: DisplayString
13941 - name: hrStorageUsed
13942 oid: 1.3.6.1.2.1.25.2.3.1.6
13943 type: gauge
13944 help: The amount of the storage represented by this entry that is allocated, in
13945 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
13946 indexes:
13947 - labelname: hrStorageIndex
13948 type: gauge
13949 lookups:
13950 - labels:
13951 - hrStorageIndex
13952 labelname: hrStorageDescr
13953 oid: 1.3.6.1.2.1.25.2.3.1.3
13954 type: DisplayString
13955 - name: hrStorageAllocationFailures
13956 oid: 1.3.6.1.2.1.25.2.3.1.7
13957 type: counter
13958 help: The number of requests for storage represented by this entry that could
13959 not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7
13960 indexes:
13961 - labelname: hrStorageIndex
13962 type: gauge
13963 lookups:
13964 - labels:
13965 - hrStorageIndex
13966 labelname: hrStorageDescr
13967 oid: 1.3.6.1.2.1.25.2.3.1.3
13968 type: DisplayString
13969 - name: hrDeviceIndex
13970 oid: 1.3.6.1.2.1.25.3.2.1.1
13971 type: gauge
13972 help: A unique value for each device contained by the host - 1.3.6.1.2.1.25.3.2.1.1
13973 indexes:
13974 - labelname: hrDeviceIndex
13975 type: gauge
13976 - name: hrDeviceType
13977 oid: 1.3.6.1.2.1.25.3.2.1.2
13978 type: OctetString
13979 help: An indication of the type of device - 1.3.6.1.2.1.25.3.2.1.2
13980 indexes:
13981 - labelname: hrDeviceIndex
13982 type: gauge
13983 - name: hrDeviceDescr
13984 oid: 1.3.6.1.2.1.25.3.2.1.3
13985 type: DisplayString
13986 help: A textual description of this device, including the device's manufacturer
13987 and revision, and optionally, its serial number. - 1.3.6.1.2.1.25.3.2.1.3
13988 indexes:
13989 - labelname: hrDeviceIndex
13990 type: gauge
13991 - name: hrDeviceID
13992 oid: 1.3.6.1.2.1.25.3.2.1.4
13993 type: OctetString
13994 help: The product ID for this device. - 1.3.6.1.2.1.25.3.2.1.4
13995 indexes:
13996 - labelname: hrDeviceIndex
13997 type: gauge
13998 - name: hrDeviceStatus
13999 oid: 1.3.6.1.2.1.25.3.2.1.5
14000 type: gauge
14001 help: The current operational state of the device described by this row of the
14002 table - 1.3.6.1.2.1.25.3.2.1.5
14003 indexes:
14004 - labelname: hrDeviceIndex
14005 type: gauge
14006 enum_values:
14007 1: unknown
14008 2: running
14009 3: warning
14010 4: testing
14011 5: down
14012 - name: hrDeviceErrors
14013 oid: 1.3.6.1.2.1.25.3.2.1.6
14014 type: counter
14015 help: The number of errors detected on this device - 1.3.6.1.2.1.25.3.2.1.6
14016 indexes:
14017 - labelname: hrDeviceIndex
14018 type: gauge
14019 - name: hrProcessorFrwID
14020 oid: 1.3.6.1.2.1.25.3.3.1.1
14021 type: OctetString
14022 help: The product ID of the firmware associated with the processor. - 1.3.6.1.2.1.25.3.3.1.1
14023 indexes:
14024 - labelname: hrDeviceIndex
14025 type: gauge
14026 - name: hrProcessorLoad
14027 oid: 1.3.6.1.2.1.25.3.3.1.2
14028 type: gauge
14029 help: The average, over the last minute, of the percentage of time that this processor
14030 was not idle - 1.3.6.1.2.1.25.3.3.1.2
14031 indexes:
14032 - labelname: hrDeviceIndex
14033 type: gauge
14034 - name: hrNetworkIfIndex
14035 oid: 1.3.6.1.2.1.25.3.4.1.1
14036 type: gauge
14037 help: The value of ifIndex which corresponds to this network device - 1.3.6.1.2.1.25.3.4.1.1
14038 indexes:
14039 - labelname: hrDeviceIndex
14040 type: gauge
14041 - name: hrPrinterStatus
14042 oid: 1.3.6.1.2.1.25.3.5.1.1
14043 type: gauge
14044 help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1
14045 indexes:
14046 - labelname: hrDeviceIndex
14047 type: gauge
14048 enum_values:
14049 1: other
14050 2: unknown
14051 3: idle
14052 4: printing
14053 5: warmup
14054 - name: hrPrinterDetectedErrorState
14055 oid: 1.3.6.1.2.1.25.3.5.1.2
14056 type: OctetString
14057 help: This object represents any error conditions detected by the printer - 1.3.6.1.2.1.25.3.5.1.2
14058 indexes:
14059 - labelname: hrDeviceIndex
14060 type: gauge
14061 - name: hrDiskStorageAccess
14062 oid: 1.3.6.1.2.1.25.3.6.1.1
14063 type: gauge
14064 help: An indication if this long-term storage device is readable and writable
14065 or only readable - 1.3.6.1.2.1.25.3.6.1.1
14066 indexes:
14067 - labelname: hrDeviceIndex
14068 type: gauge
14069 enum_values:
14070 1: readWrite
14071 2: readOnly
14072 - name: hrDiskStorageMedia
14073 oid: 1.3.6.1.2.1.25.3.6.1.2
14074 type: gauge
14075 help: An indication of the type of media used in this long- term storage device.
14076 - 1.3.6.1.2.1.25.3.6.1.2
14077 indexes:
14078 - labelname: hrDeviceIndex
14079 type: gauge
14080 enum_values:
14081 1: other
14082 2: unknown
14083 3: hardDisk
14084 4: floppyDisk
14085 5: opticalDiskROM
14086 6: opticalDiskWORM
14087 7: opticalDiskRW
14088 8: ramDisk
14089 - name: hrDiskStorageRemoveble
14090 oid: 1.3.6.1.2.1.25.3.6.1.3
14091 type: gauge
14092 help: Denotes whether or not the disk media may be removed from the drive. - 1.3.6.1.2.1.25.3.6.1.3
14093 indexes:
14094 - labelname: hrDeviceIndex
14095 type: gauge
14096 enum_values:
14097 1: "true"
14098 2: "false"
14099 - name: hrDiskStorageCapacity
14100 oid: 1.3.6.1.2.1.25.3.6.1.4
14101 type: gauge
14102 help: The total size for this long-term storage device - 1.3.6.1.2.1.25.3.6.1.4
14103 indexes:
14104 - labelname: hrDeviceIndex
14105 type: gauge
14106 - name: hrPartitionIndex
14107 oid: 1.3.6.1.2.1.25.3.7.1.1
14108 type: gauge
14109 help: A unique value for each partition on this long-term storage device - 1.3.6.1.2.1.25.3.7.1.1
14110 indexes:
14111 - labelname: hrDeviceIndex
14112 type: gauge
14113 - labelname: hrPartitionIndex
14114 type: gauge
14115 - name: hrPartitionLabel
14116 oid: 1.3.6.1.2.1.25.3.7.1.2
14117 type: OctetString
14118 help: A textual description of this partition. - 1.3.6.1.2.1.25.3.7.1.2
14119 indexes:
14120 - labelname: hrDeviceIndex
14121 type: gauge
14122 - labelname: hrPartitionIndex
14123 type: gauge
14124 - name: hrPartitionID
14125 oid: 1.3.6.1.2.1.25.3.7.1.3
14126 type: OctetString
14127 help: A descriptor which uniquely represents this partition to the responsible
14128 operating system - 1.3.6.1.2.1.25.3.7.1.3
14129 indexes:
14130 - labelname: hrDeviceIndex
14131 type: gauge
14132 - labelname: hrPartitionIndex
14133 type: gauge
14134 - name: hrPartitionSize
14135 oid: 1.3.6.1.2.1.25.3.7.1.4
14136 type: gauge
14137 help: The size of this partition. - 1.3.6.1.2.1.25.3.7.1.4
14138 indexes:
14139 - labelname: hrDeviceIndex
14140 type: gauge
14141 - labelname: hrPartitionIndex
14142 type: gauge
14143 - name: hrPartitionFSIndex
14144 oid: 1.3.6.1.2.1.25.3.7.1.5
14145 type: gauge
14146 help: The index of the file system mounted on this partition - 1.3.6.1.2.1.25.3.7.1.5
14147 indexes:
14148 - labelname: hrDeviceIndex
14149 type: gauge
14150 - labelname: hrPartitionIndex
14151 type: gauge
14152 - name: hrFSIndex
14153 oid: 1.3.6.1.2.1.25.3.8.1.1
14154 type: gauge
14155 help: A unique value for each file system local to this host - 1.3.6.1.2.1.25.3.8.1.1
14156 indexes:
14157 - labelname: hrFSIndex
14158 type: gauge
14159 - name: hrFSMountPoint
14160 oid: 1.3.6.1.2.1.25.3.8.1.2
14161 type: OctetString
14162 help: The path name of the root of this file system. - 1.3.6.1.2.1.25.3.8.1.2
14163 indexes:
14164 - labelname: hrFSIndex
14165 type: gauge
14166 - name: hrFSRemoteMountPoint
14167 oid: 1.3.6.1.2.1.25.3.8.1.3
14168 type: OctetString
14169 help: A description of the name and/or address of the server that this file system
14170 is mounted from - 1.3.6.1.2.1.25.3.8.1.3
14171 indexes:
14172 - labelname: hrFSIndex
14173 type: gauge
14174 - name: hrFSType
14175 oid: 1.3.6.1.2.1.25.3.8.1.4
14176 type: OctetString
14177 help: The value of this object identifies the type of this file system. - 1.3.6.1.2.1.25.3.8.1.4
14178 indexes:
14179 - labelname: hrFSIndex
14180 type: gauge
14181 - name: hrFSAccess
14182 oid: 1.3.6.1.2.1.25.3.8.1.5
14183 type: gauge
14184 help: An indication if this file system is logically configured by the operating
14185 system to be readable and writable or only readable - 1.3.6.1.2.1.25.3.8.1.5
14186 indexes:
14187 - labelname: hrFSIndex
14188 type: gauge
14189 enum_values:
14190 1: readWrite
14191 2: readOnly
14192 - name: hrFSBootable
14193 oid: 1.3.6.1.2.1.25.3.8.1.6
14194 type: gauge
14195 help: A flag indicating whether this file system is bootable. - 1.3.6.1.2.1.25.3.8.1.6
14196 indexes:
14197 - labelname: hrFSIndex
14198 type: gauge
14199 enum_values:
14200 1: "true"
14201 2: "false"
14202 - name: hrFSStorageIndex
14203 oid: 1.3.6.1.2.1.25.3.8.1.7
14204 type: gauge
14205 help: The index of the hrStorageEntry that represents information about this file
14206 system - 1.3.6.1.2.1.25.3.8.1.7
14207 indexes:
14208 - labelname: hrFSIndex
14209 type: gauge
14210 - name: hrFSLastFullBackupDate
14211 oid: 1.3.6.1.2.1.25.3.8.1.8
14212 type: DateAndTime
14213 help: The last date at which this complete file system was copied to another storage
14214 device for backup - 1.3.6.1.2.1.25.3.8.1.8
14215 indexes:
14216 - labelname: hrFSIndex
14217 type: gauge
14218 - name: hrFSLastPartialBackupDate
14219 oid: 1.3.6.1.2.1.25.3.8.1.9
14220 type: DateAndTime
14221 help: The last date at which a portion of this file system was copied to another
14222 storage device for backup - 1.3.6.1.2.1.25.3.8.1.9
14223 indexes:
14224 - labelname: hrFSIndex
14225 type: gauge
14226 - name: hrSWOSIndex
14227 oid: 1.3.6.1.2.1.25.4.1
14228 type: gauge
14229 help: The value of the hrSWRunIndex for the hrSWRunEntry that represents the primary
14230 operating system running on this host - 1.3.6.1.2.1.25.4.1
14231 - name: hrSWRunIndex
14232 oid: 1.3.6.1.2.1.25.4.2.1.1
14233 type: gauge
14234 help: A unique value for each piece of software running on the host - 1.3.6.1.2.1.25.4.2.1.1
14235 indexes:
14236 - labelname: hrSWRunIndex
14237 type: gauge
14238 - name: hrSWRunName
14239 oid: 1.3.6.1.2.1.25.4.2.1.2
14240 type: OctetString
14241 help: A textual description of this running piece of software, including the manufacturer,
14242 revision, and the name by which it is commonly known - 1.3.6.1.2.1.25.4.2.1.2
14243 indexes:
14244 - labelname: hrSWRunIndex
14245 type: gauge
14246 - name: hrSWRunID
14247 oid: 1.3.6.1.2.1.25.4.2.1.3
14248 type: OctetString
14249 help: The product ID of this running piece of software. - 1.3.6.1.2.1.25.4.2.1.3
14250 indexes:
14251 - labelname: hrSWRunIndex
14252 type: gauge
14253 - name: hrSWRunPath
14254 oid: 1.3.6.1.2.1.25.4.2.1.4
14255 type: OctetString
14256 help: A description of the location on long-term storage (e.g - 1.3.6.1.2.1.25.4.2.1.4
14257 indexes:
14258 - labelname: hrSWRunIndex
14259 type: gauge
14260 - name: hrSWRunParameters
14261 oid: 1.3.6.1.2.1.25.4.2.1.5
14262 type: OctetString
14263 help: A description of the parameters supplied to this software when it was initially
14264 loaded. - 1.3.6.1.2.1.25.4.2.1.5
14265 indexes:
14266 - labelname: hrSWRunIndex
14267 type: gauge
14268 - name: hrSWRunType
14269 oid: 1.3.6.1.2.1.25.4.2.1.6
14270 type: gauge
14271 help: The type of this software. - 1.3.6.1.2.1.25.4.2.1.6
14272 indexes:
14273 - labelname: hrSWRunIndex
14274 type: gauge
14275 enum_values:
14276 1: unknown
14277 2: operatingSystem
14278 3: deviceDriver
14279 4: application
14280 - name: hrSWRunStatus
14281 oid: 1.3.6.1.2.1.25.4.2.1.7
14282 type: gauge
14283 help: The status of this running piece of software - 1.3.6.1.2.1.25.4.2.1.7
14284 indexes:
14285 - labelname: hrSWRunIndex
14286 type: gauge
14287 enum_values:
14288 1: running
14289 2: runnable
14290 3: notRunnable
14291 4: invalid
14292 - name: hrSWRunPerfCPU
14293 oid: 1.3.6.1.2.1.25.5.1.1.1
14294 type: gauge
14295 help: The number of centi-seconds of the total system's CPU resources consumed
14296 by this process - 1.3.6.1.2.1.25.5.1.1.1
14297 indexes:
14298 - labelname: hrSWRunIndex
14299 type: gauge
14300 - name: hrSWRunPerfMem
14301 oid: 1.3.6.1.2.1.25.5.1.1.2
14302 type: gauge
14303 help: The total amount of real system memory allocated to this process. - 1.3.6.1.2.1.25.5.1.1.2
14304 indexes:
14305 - labelname: hrSWRunIndex
14306 type: gauge
14307 - name: hrSWInstalledLastChange
14308 oid: 1.3.6.1.2.1.25.6.1
14309 type: gauge
14310 help: The value of sysUpTime when an entry in the hrSWInstalledTable was last
14311 added, renamed, or deleted - 1.3.6.1.2.1.25.6.1
14312 - name: hrSWInstalledLastUpdateTime
14313 oid: 1.3.6.1.2.1.25.6.2
14314 type: gauge
14315 help: The value of sysUpTime when the hrSWInstalledTable was last completely updated
14316 - 1.3.6.1.2.1.25.6.2
14317 - name: hrSWInstalledIndex
14318 oid: 1.3.6.1.2.1.25.6.3.1.1
14319 type: gauge
14320 help: A unique value for each piece of software installed on the host - 1.3.6.1.2.1.25.6.3.1.1
14321 indexes:
14322 - labelname: hrSWInstalledIndex
14323 type: gauge
14324 - name: hrSWInstalledName
14325 oid: 1.3.6.1.2.1.25.6.3.1.2
14326 type: OctetString
14327 help: A textual description of this installed piece of software, including the
14328 manufacturer, revision, the name by which it is commonly known, and optionally,
14329 its serial number. - 1.3.6.1.2.1.25.6.3.1.2
14330 indexes:
14331 - labelname: hrSWInstalledIndex
14332 type: gauge
14333 - name: hrSWInstalledID
14334 oid: 1.3.6.1.2.1.25.6.3.1.3
14335 type: OctetString
14336 help: The product ID of this installed piece of software. - 1.3.6.1.2.1.25.6.3.1.3
14337 indexes:
14338 - labelname: hrSWInstalledIndex
14339 type: gauge
14340 - name: hrSWInstalledType
14341 oid: 1.3.6.1.2.1.25.6.3.1.4
14342 type: gauge
14343 help: The type of this software. - 1.3.6.1.2.1.25.6.3.1.4
14344 indexes:
14345 - labelname: hrSWInstalledIndex
14346 type: gauge
14347 enum_values:
14348 1: unknown
14349 2: operatingSystem
14350 3: deviceDriver
14351 4: application
14352 - name: hrSWInstalledDate
14353 oid: 1.3.6.1.2.1.25.6.3.1.5
14354 type: DateAndTime
14355 help: The last-modification date of this application as it would appear in a directory
14356 listing - 1.3.6.1.2.1.25.6.3.1.5
14357 indexes:
14358 - labelname: hrSWInstalledIndex
14359 type: gauge
14360 - name: ifInMulticastPkts
14361 oid: 1.3.6.1.2.1.31.1.1.1.2
14362 type: counter
14363 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14364 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
14365 indexes:
14366 - labelname: ifIndex
14367 type: gauge
14368 lookups:
14369 - labels:
14370 - ifIndex
14371 labelname: ifName
14372 oid: 1.3.6.1.2.1.31.1.1.1.1
14373 type: DisplayString
14374 - name: ifInBroadcastPkts
14375 oid: 1.3.6.1.2.1.31.1.1.1.3
14376 type: counter
14377 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14378 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
14379 indexes:
14380 - labelname: ifIndex
14381 type: gauge
14382 lookups:
14383 - labels:
14384 - ifIndex
14385 labelname: ifName
14386 oid: 1.3.6.1.2.1.31.1.1.1.1
14387 type: DisplayString
14388 - name: ifOutMulticastPkts
14389 oid: 1.3.6.1.2.1.31.1.1.1.4
14390 type: counter
14391 help: The total number of packets that higher-level protocols requested be transmitted,
14392 and which were addressed to a multicast address at this sub-layer, including
14393 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
14394 indexes:
14395 - labelname: ifIndex
14396 type: gauge
14397 lookups:
14398 - labels:
14399 - ifIndex
14400 labelname: ifName
14401 oid: 1.3.6.1.2.1.31.1.1.1.1
14402 type: DisplayString
14403 - name: ifOutBroadcastPkts
14404 oid: 1.3.6.1.2.1.31.1.1.1.5
14405 type: counter
14406 help: The total number of packets that higher-level protocols requested be transmitted,
14407 and which were addressed to a broadcast address at this sub-layer, including
14408 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
14409 indexes:
14410 - labelname: ifIndex
14411 type: gauge
14412 lookups:
14413 - labels:
14414 - ifIndex
14415 labelname: ifName
14416 oid: 1.3.6.1.2.1.31.1.1.1.1
14417 type: DisplayString
14418 - name: ifHCInOctets
14419 oid: 1.3.6.1.2.1.31.1.1.1.6
14420 type: counter
14421 help: The total number of octets received on the interface, including framing
14422 characters - 1.3.6.1.2.1.31.1.1.1.6
14423 indexes:
14424 - labelname: ifIndex
14425 type: gauge
14426 lookups:
14427 - labels:
14428 - ifIndex
14429 labelname: ifName
14430 oid: 1.3.6.1.2.1.31.1.1.1.1
14431 type: DisplayString
14432 - name: ifHCInUcastPkts
14433 oid: 1.3.6.1.2.1.31.1.1.1.7
14434 type: counter
14435 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14436 which were not addressed to a multicast or broadcast address at this sub-layer
14437 - 1.3.6.1.2.1.31.1.1.1.7
14438 indexes:
14439 - labelname: ifIndex
14440 type: gauge
14441 lookups:
14442 - labels:
14443 - ifIndex
14444 labelname: ifName
14445 oid: 1.3.6.1.2.1.31.1.1.1.1
14446 type: DisplayString
14447 - name: ifHCInMulticastPkts
14448 oid: 1.3.6.1.2.1.31.1.1.1.8
14449 type: counter
14450 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14451 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
14452 indexes:
14453 - labelname: ifIndex
14454 type: gauge
14455 lookups:
14456 - labels:
14457 - ifIndex
14458 labelname: ifName
14459 oid: 1.3.6.1.2.1.31.1.1.1.1
14460 type: DisplayString
14461 - name: ifHCInBroadcastPkts
14462 oid: 1.3.6.1.2.1.31.1.1.1.9
14463 type: counter
14464 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14465 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
14466 indexes:
14467 - labelname: ifIndex
14468 type: gauge
14469 lookups:
14470 - labels:
14471 - ifIndex
14472 labelname: ifName
14473 oid: 1.3.6.1.2.1.31.1.1.1.1
14474 type: DisplayString
14475 - name: ifHCOutOctets
14476 oid: 1.3.6.1.2.1.31.1.1.1.10
14477 type: counter
14478 help: The total number of octets transmitted out of the interface, including framing
14479 characters - 1.3.6.1.2.1.31.1.1.1.10
14480 indexes:
14481 - labelname: ifIndex
14482 type: gauge
14483 lookups:
14484 - labels:
14485 - ifIndex
14486 labelname: ifName
14487 oid: 1.3.6.1.2.1.31.1.1.1.1
14488 type: DisplayString
14489 - name: ifHCOutUcastPkts
14490 oid: 1.3.6.1.2.1.31.1.1.1.11
14491 type: counter
14492 help: The total number of packets that higher-level protocols requested be transmitted,
14493 and which were not addressed to a multicast or broadcast address at this sub-layer,
14494 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
14495 indexes:
14496 - labelname: ifIndex
14497 type: gauge
14498 lookups:
14499 - labels:
14500 - ifIndex
14501 labelname: ifName
14502 oid: 1.3.6.1.2.1.31.1.1.1.1
14503 type: DisplayString
14504 - name: ifHCOutMulticastPkts
14505 oid: 1.3.6.1.2.1.31.1.1.1.12
14506 type: counter
14507 help: The total number of packets that higher-level protocols requested be transmitted,
14508 and which were addressed to a multicast address at this sub-layer, including
14509 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
14510 indexes:
14511 - labelname: ifIndex
14512 type: gauge
14513 lookups:
14514 - labels:
14515 - ifIndex
14516 labelname: ifName
14517 oid: 1.3.6.1.2.1.31.1.1.1.1
14518 type: DisplayString
14519 - name: ifHCOutBroadcastPkts
14520 oid: 1.3.6.1.2.1.31.1.1.1.13
14521 type: counter
14522 help: The total number of packets that higher-level protocols requested be transmitted,
14523 and which were addressed to a broadcast address at this sub-layer, including
14524 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
14525 indexes:
14526 - labelname: ifIndex
14527 type: gauge
14528 lookups:
14529 - labels:
14530 - ifIndex
14531 labelname: ifName
14532 oid: 1.3.6.1.2.1.31.1.1.1.1
14533 type: DisplayString
14534 - name: ifLinkUpDownTrapEnable
14535 oid: 1.3.6.1.2.1.31.1.1.1.14
14536 type: gauge
14537 help: Indicates whether linkUp/linkDown traps should be generated for this interface
14538 - 1.3.6.1.2.1.31.1.1.1.14
14539 indexes:
14540 - labelname: ifIndex
14541 type: gauge
14542 lookups:
14543 - labels:
14544 - ifIndex
14545 labelname: ifName
14546 oid: 1.3.6.1.2.1.31.1.1.1.1
14547 type: DisplayString
14548 enum_values:
14549 1: enabled
14550 2: disabled
14551 - name: ifHighSpeed
14552 oid: 1.3.6.1.2.1.31.1.1.1.15
14553 type: gauge
14554 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
14555 per second - 1.3.6.1.2.1.31.1.1.1.15
14556 indexes:
14557 - labelname: ifIndex
14558 type: gauge
14559 lookups:
14560 - labels:
14561 - ifIndex
14562 labelname: ifName
14563 oid: 1.3.6.1.2.1.31.1.1.1.1
14564 type: DisplayString
14565 - name: ifPromiscuousMode
14566 oid: 1.3.6.1.2.1.31.1.1.1.16
14567 type: gauge
14568 help: This object has a value of false(2) if this interface only accepts packets/frames
14569 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
14570 indexes:
14571 - labelname: ifIndex
14572 type: gauge
14573 lookups:
14574 - labels:
14575 - ifIndex
14576 labelname: ifName
14577 oid: 1.3.6.1.2.1.31.1.1.1.1
14578 type: DisplayString
14579 enum_values:
14580 1: "true"
14581 2: "false"
14582 - name: ifConnectorPresent
14583 oid: 1.3.6.1.2.1.31.1.1.1.17
14584 type: gauge
14585 help: This object has the value 'true(1)' if the interface sublayer has a physical
14586 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
14587 indexes:
14588 - labelname: ifIndex
14589 type: gauge
14590 lookups:
14591 - labels:
14592 - ifIndex
14593 labelname: ifName
14594 oid: 1.3.6.1.2.1.31.1.1.1.1
14595 type: DisplayString
14596 enum_values:
14597 1: "true"
14598 2: "false"
14599 - name: ifAlias
14600 oid: 1.3.6.1.2.1.31.1.1.1.18
14601 type: DisplayString
14602 help: This object is an 'alias' name for the interface as specified by a network
14603 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
14604 indexes:
14605 - labelname: ifIndex
14606 type: gauge
14607 lookups:
14608 - labels:
14609 - ifIndex
14610 labelname: ifName
14611 oid: 1.3.6.1.2.1.31.1.1.1.1
14612 type: DisplayString
14613 - name: ifCounterDiscontinuityTime
14614 oid: 1.3.6.1.2.1.31.1.1.1.19
14615 type: gauge
14616 help: The value of sysUpTime on the most recent occasion at which any one or more
14617 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
14618 indexes:
14619 - labelname: ifIndex
14620 type: gauge
14621 lookups:
14622 - labels:
14623 - ifIndex
14624 labelname: ifName
14625 oid: 1.3.6.1.2.1.31.1.1.1.1
14626 type: DisplayString
14627 - name: ifStackHigherLayer
14628 oid: 1.3.6.1.2.1.31.1.2.1.1
14629 type: gauge
14630 help: The value of ifIndex corresponding to the higher sub-layer of the relationship,
14631 i.e., the sub-layer which runs on 'top' of the sub-layer identified by the corresponding
14632 instance of ifStackLowerLayer - 1.3.6.1.2.1.31.1.2.1.1
14633 indexes:
14634 - labelname: ifStackHigherLayer
14635 type: gauge
14636 - labelname: ifStackLowerLayer
14637 type: gauge
14638 - name: ifStackLowerLayer
14639 oid: 1.3.6.1.2.1.31.1.2.1.2
14640 type: gauge
14641 help: The value of ifIndex corresponding to the lower sub-layer of the relationship,
14642 i.e., the sub-layer which runs 'below' the sub-layer identified by the corresponding
14643 instance of ifStackHigherLayer - 1.3.6.1.2.1.31.1.2.1.2
14644 indexes:
14645 - labelname: ifStackHigherLayer
14646 type: gauge
14647 - labelname: ifStackLowerLayer
14648 type: gauge
14649 - name: ifStackStatus
14650 oid: 1.3.6.1.2.1.31.1.2.1.3
14651 type: gauge
14652 help: The status of the relationship between two sub-layers - 1.3.6.1.2.1.31.1.2.1.3
14653 indexes:
14654 - labelname: ifStackHigherLayer
14655 type: gauge
14656 - labelname: ifStackLowerLayer
14657 type: gauge
14658 enum_values:
14659 1: active
14660 2: notInService
14661 3: notReady
14662 4: createAndGo
14663 5: createAndWait
14664 6: destroy
14665 - name: ifTestId
14666 oid: 1.3.6.1.2.1.31.1.3.1.1
14667 type: gauge
14668 help: This object identifies the current invocation of the interface's test. -
14669 1.3.6.1.2.1.31.1.3.1.1
14670 indexes:
14671 - labelname: ifIndex
14672 type: gauge
14673 lookups:
14674 - labels:
14675 - ifIndex
14676 labelname: ifName
14677 oid: 1.3.6.1.2.1.31.1.1.1.1
14678 type: DisplayString
14679 - name: ifTestStatus
14680 oid: 1.3.6.1.2.1.31.1.3.1.2
14681 type: gauge
14682 help: This object indicates whether or not some manager currently has the necessary
14683 'ownership' required to invoke a test on this interface - 1.3.6.1.2.1.31.1.3.1.2
14684 indexes:
14685 - labelname: ifIndex
14686 type: gauge
14687 lookups:
14688 - labels:
14689 - ifIndex
14690 labelname: ifName
14691 oid: 1.3.6.1.2.1.31.1.1.1.1
14692 type: DisplayString
14693 enum_values:
14694 1: notInUse
14695 2: inUse
14696 - name: ifTestType
14697 oid: 1.3.6.1.2.1.31.1.3.1.3
14698 type: OctetString
14699 help: A control variable used to start and stop operator- initiated interface
14700 tests - 1.3.6.1.2.1.31.1.3.1.3
14701 indexes:
14702 - labelname: ifIndex
14703 type: gauge
14704 lookups:
14705 - labels:
14706 - ifIndex
14707 labelname: ifName
14708 oid: 1.3.6.1.2.1.31.1.1.1.1
14709 type: DisplayString
14710 - name: ifTestResult
14711 oid: 1.3.6.1.2.1.31.1.3.1.4
14712 type: gauge
14713 help: This object contains the result of the most recently requested test, or
14714 the value none(1) if no tests have been requested since the last reset - 1.3.6.1.2.1.31.1.3.1.4
14715 indexes:
14716 - labelname: ifIndex
14717 type: gauge
14718 lookups:
14719 - labels:
14720 - ifIndex
14721 labelname: ifName
14722 oid: 1.3.6.1.2.1.31.1.1.1.1
14723 type: DisplayString
14724 enum_values:
14725 1: none
14726 2: success
14727 3: inProgress
14728 4: notSupported
14729 5: unAbleToRun
14730 6: aborted
14731 7: failed
14732 - name: ifTestCode
14733 oid: 1.3.6.1.2.1.31.1.3.1.5
14734 type: OctetString
14735 help: This object contains a code which contains more specific information on
14736 the test result, for example an error-code after a failed test - 1.3.6.1.2.1.31.1.3.1.5
14737 indexes:
14738 - labelname: ifIndex
14739 type: gauge
14740 lookups:
14741 - labels:
14742 - ifIndex
14743 labelname: ifName
14744 oid: 1.3.6.1.2.1.31.1.1.1.1
14745 type: DisplayString
14746 - name: ifTestOwner
14747 oid: 1.3.6.1.2.1.31.1.3.1.6
14748 type: DisplayString
14749 help: The entity which currently has the 'ownership' required to invoke a test
14750 on this interface. - 1.3.6.1.2.1.31.1.3.1.6
14751 indexes:
14752 - labelname: ifIndex
14753 type: gauge
14754 lookups:
14755 - labels:
14756 - ifIndex
14757 labelname: ifName
14758 oid: 1.3.6.1.2.1.31.1.1.1.1
14759 type: DisplayString
14760 - name: ifRcvAddressAddress
14761 oid: 1.3.6.1.2.1.31.1.4.1.1
14762 type: PhysAddress48
14763 help: An address for which the system will accept packets/frames on this entry's
14764 interface. - 1.3.6.1.2.1.31.1.4.1.1
14765 indexes:
14766 - labelname: ifIndex
14767 type: gauge
14768 - labelname: ifRcvAddressAddress
14769 type: PhysAddress48
14770 lookups:
14771 - labels:
14772 - ifIndex
14773 labelname: ifName
14774 oid: 1.3.6.1.2.1.31.1.1.1.1
14775 type: DisplayString
14776 - name: ifRcvAddressStatus
14777 oid: 1.3.6.1.2.1.31.1.4.1.2
14778 type: gauge
14779 help: This object is used to create and delete rows in the ifRcvAddressTable.
14780 - 1.3.6.1.2.1.31.1.4.1.2
14781 indexes:
14782 - labelname: ifIndex
14783 type: gauge
14784 - labelname: ifRcvAddressAddress
14785 type: PhysAddress48
14786 lookups:
14787 - labels:
14788 - ifIndex
14789 labelname: ifName
14790 oid: 1.3.6.1.2.1.31.1.1.1.1
14791 type: DisplayString
14792 enum_values:
14793 1: active
14794 2: notInService
14795 3: notReady
14796 4: createAndGo
14797 5: createAndWait
14798 6: destroy
14799 - name: ifRcvAddressType
14800 oid: 1.3.6.1.2.1.31.1.4.1.3
14801 type: gauge
14802 help: This object has the value nonVolatile(3) for those entries in the table
14803 which are valid and will not be deleted by the next restart of the managed system
14804 - 1.3.6.1.2.1.31.1.4.1.3
14805 indexes:
14806 - labelname: ifIndex
14807 type: gauge
14808 - labelname: ifRcvAddressAddress
14809 type: PhysAddress48
14810 lookups:
14811 - labels:
14812 - ifIndex
14813 labelname: ifName
14814 oid: 1.3.6.1.2.1.31.1.1.1.1
14815 type: DisplayString
14816 enum_values:
14817 1: other
14818 2: volatile
14819 3: nonVolatile
14820 - name: ifTableLastChange
14821 oid: 1.3.6.1.2.1.31.1.5
14822 type: gauge
14823 help: The value of sysUpTime at the time of the last creation or deletion of an
14824 entry in the ifTable - 1.3.6.1.2.1.31.1.5
14825 - name: ifStackLastChange
14826 oid: 1.3.6.1.2.1.31.1.6
14827 type: gauge
14828 help: The value of sysUpTime at the time of the last change of the (whole) interface
14829 stack - 1.3.6.1.2.1.31.1.6
14830 - name: mtxrWlStatIndex
14831 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.1
14832 type: gauge
14833 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.1'
14834 indexes:
14835 - labelname: mtxrWlStatIndex
14836 type: gauge
14837 - name: mtxrWlStatTxRate
14838 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.2
14839 type: gauge
14840 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.2
14841 indexes:
14842 - labelname: mtxrWlStatIndex
14843 type: gauge
14844 - name: mtxrWlStatRxRate
14845 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.3
14846 type: gauge
14847 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.3
14848 indexes:
14849 - labelname: mtxrWlStatIndex
14850 type: gauge
14851 - name: mtxrWlStatStrength
14852 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.4
14853 type: gauge
14854 help: dBm - 1.3.6.1.4.1.14988.1.1.1.1.1.4
14855 indexes:
14856 - labelname: mtxrWlStatIndex
14857 type: gauge
14858 - name: mtxrWlStatSsid
14859 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.5
14860 type: DisplayString
14861 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.5'
14862 indexes:
14863 - labelname: mtxrWlStatIndex
14864 type: gauge
14865 - name: mtxrWlStatBssid
14866 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.6
14867 type: PhysAddress48
14868 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.6'
14869 indexes:
14870 - labelname: mtxrWlStatIndex
14871 type: gauge
14872 - name: mtxrWlStatFreq
14873 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.7
14874 type: gauge
14875 help: megahertz - 1.3.6.1.4.1.14988.1.1.1.1.1.7
14876 indexes:
14877 - labelname: mtxrWlStatIndex
14878 type: gauge
14879 - name: mtxrWlStatBand
14880 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.8
14881 type: DisplayString
14882 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.8'
14883 indexes:
14884 - labelname: mtxrWlStatIndex
14885 type: gauge
14886 - name: mtxrWlStatTxCCQ
14887 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.9
14888 type: counter
14889 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.9'
14890 indexes:
14891 - labelname: mtxrWlStatIndex
14892 type: gauge
14893 - name: mtxrWlStatRxCCQ
14894 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.10
14895 type: counter
14896 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.10'
14897 indexes:
14898 - labelname: mtxrWlStatIndex
14899 type: gauge
14900 - name: mtxrWlRtabAddr
14901 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.1
14902 type: PhysAddress48
14903 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.1'
14904 indexes:
14905 - labelname: mtxrWlRtabAddr
14906 type: PhysAddress48
14907 fixed_size: 6
14908 - labelname: mtxrWlRtabIface
14909 type: gauge
14910 - name: mtxrWlRtabIface
14911 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.2
14912 type: gauge
14913 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.2'
14914 indexes:
14915 - labelname: mtxrWlRtabAddr
14916 type: PhysAddress48
14917 fixed_size: 6
14918 - labelname: mtxrWlRtabIface
14919 type: gauge
14920 - name: mtxrWlRtabStrength
14921 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.3
14922 type: gauge
14923 help: dBm - 1.3.6.1.4.1.14988.1.1.1.2.1.3
14924 indexes:
14925 - labelname: mtxrWlRtabAddr
14926 type: PhysAddress48
14927 fixed_size: 6
14928 - labelname: mtxrWlRtabIface
14929 type: gauge
14930 - name: mtxrWlRtabTxBytes
14931 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.4
14932 type: counter
14933 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.4'
14934 indexes:
14935 - labelname: mtxrWlRtabAddr
14936 type: PhysAddress48
14937 fixed_size: 6
14938 - labelname: mtxrWlRtabIface
14939 type: gauge
14940 - name: mtxrWlRtabRxBytes
14941 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.5
14942 type: counter
14943 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.5'
14944 indexes:
14945 - labelname: mtxrWlRtabAddr
14946 type: PhysAddress48
14947 fixed_size: 6
14948 - labelname: mtxrWlRtabIface
14949 type: gauge
14950 - name: mtxrWlRtabTxPackets
14951 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.6
14952 type: counter
14953 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.6'
14954 indexes:
14955 - labelname: mtxrWlRtabAddr
14956 type: PhysAddress48
14957 fixed_size: 6
14958 - labelname: mtxrWlRtabIface
14959 type: gauge
14960 - name: mtxrWlRtabRxPackets
14961 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.7
14962 type: counter
14963 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.7'
14964 indexes:
14965 - labelname: mtxrWlRtabAddr
14966 type: PhysAddress48
14967 fixed_size: 6
14968 - labelname: mtxrWlRtabIface
14969 type: gauge
14970 - name: mtxrWlRtabTxRate
14971 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.8
14972 type: gauge
14973 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.8
14974 indexes:
14975 - labelname: mtxrWlRtabAddr
14976 type: PhysAddress48
14977 fixed_size: 6
14978 - labelname: mtxrWlRtabIface
14979 type: gauge
14980 - name: mtxrWlRtabRxRate
14981 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.9
14982 type: gauge
14983 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.9
14984 indexes:
14985 - labelname: mtxrWlRtabAddr
14986 type: PhysAddress48
14987 fixed_size: 6
14988 - labelname: mtxrWlRtabIface
14989 type: gauge
14990 - name: mtxrWlRtabRouterOSVersion
14991 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.10
14992 type: DisplayString
14993 help: RouterOS version - 1.3.6.1.4.1.14988.1.1.1.2.1.10
14994 indexes:
14995 - labelname: mtxrWlRtabAddr
14996 type: PhysAddress48
14997 fixed_size: 6
14998 - labelname: mtxrWlRtabIface
14999 type: gauge
15000 - name: mtxrWlRtabUptime
15001 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.11
15002 type: gauge
15003 help: uptime - 1.3.6.1.4.1.14988.1.1.1.2.1.11
15004 indexes:
15005 - labelname: mtxrWlRtabAddr
15006 type: PhysAddress48
15007 fixed_size: 6
15008 - labelname: mtxrWlRtabIface
15009 type: gauge
15010 - name: mtxrWlRtabSignalToNoise
15011 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.12
15012 type: gauge
15013 help: Measured in dB, if value does not exist it is indicated with 0 - 1.3.6.1.4.1.14988.1.1.1.2.1.12
15014 indexes:
15015 - labelname: mtxrWlRtabAddr
15016 type: PhysAddress48
15017 fixed_size: 6
15018 - labelname: mtxrWlRtabIface
15019 type: gauge
15020 - name: mtxrWlRtabTxStrengthCh0
15021 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.13
15022 type: gauge
15023 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.13'
15024 indexes:
15025 - labelname: mtxrWlRtabAddr
15026 type: PhysAddress48
15027 fixed_size: 6
15028 - labelname: mtxrWlRtabIface
15029 type: gauge
15030 - name: mtxrWlRtabRxStrengthCh0
15031 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.14
15032 type: gauge
15033 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.14'
15034 indexes:
15035 - labelname: mtxrWlRtabAddr
15036 type: PhysAddress48
15037 fixed_size: 6
15038 - labelname: mtxrWlRtabIface
15039 type: gauge
15040 - name: mtxrWlRtabTxStrengthCh1
15041 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.15
15042 type: gauge
15043 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.15'
15044 indexes:
15045 - labelname: mtxrWlRtabAddr
15046 type: PhysAddress48
15047 fixed_size: 6
15048 - labelname: mtxrWlRtabIface
15049 type: gauge
15050 - name: mtxrWlRtabRxStrengthCh1
15051 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.16
15052 type: gauge
15053 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.16'
15054 indexes:
15055 - labelname: mtxrWlRtabAddr
15056 type: PhysAddress48
15057 fixed_size: 6
15058 - labelname: mtxrWlRtabIface
15059 type: gauge
15060 - name: mtxrWlRtabTxStrengthCh2
15061 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.17
15062 type: gauge
15063 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.17'
15064 indexes:
15065 - labelname: mtxrWlRtabAddr
15066 type: PhysAddress48
15067 fixed_size: 6
15068 - labelname: mtxrWlRtabIface
15069 type: gauge
15070 - name: mtxrWlRtabRxStrengthCh2
15071 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.18
15072 type: gauge
15073 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.18'
15074 indexes:
15075 - labelname: mtxrWlRtabAddr
15076 type: PhysAddress48
15077 fixed_size: 6
15078 - labelname: mtxrWlRtabIface
15079 type: gauge
15080 - name: mtxrWlRtabTxStrength
15081 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.19
15082 type: gauge
15083 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.19'
15084 indexes:
15085 - labelname: mtxrWlRtabAddr
15086 type: PhysAddress48
15087 fixed_size: 6
15088 - labelname: mtxrWlRtabIface
15089 type: gauge
15090 - name: mtxrWlRtabRadioName
15091 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.20
15092 type: DisplayString
15093 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.20'
15094 indexes:
15095 - labelname: mtxrWlRtabAddr
15096 type: PhysAddress48
15097 fixed_size: 6
15098 - labelname: mtxrWlRtabIface
15099 type: gauge
15100 - name: mtxrWlApIndex
15101 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.1
15102 type: gauge
15103 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.1'
15104 indexes:
15105 - labelname: mtxrWlApIndex
15106 type: gauge
15107 - name: mtxrWlApTxRate
15108 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.2
15109 type: gauge
15110 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.2
15111 indexes:
15112 - labelname: mtxrWlApIndex
15113 type: gauge
15114 - name: mtxrWlApRxRate
15115 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.3
15116 type: gauge
15117 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.3
15118 indexes:
15119 - labelname: mtxrWlApIndex
15120 type: gauge
15121 - name: mtxrWlApSsid
15122 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.4
15123 type: DisplayString
15124 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.4'
15125 indexes:
15126 - labelname: mtxrWlApIndex
15127 type: gauge
15128 - name: mtxrWlApBssid
15129 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.5
15130 type: PhysAddress48
15131 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.5'
15132 indexes:
15133 - labelname: mtxrWlApIndex
15134 type: gauge
15135 - name: mtxrWlApClientCount
15136 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.6
15137 type: counter
15138 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.6'
15139 indexes:
15140 - labelname: mtxrWlApIndex
15141 type: gauge
15142 - name: mtxrWlApFreq
15143 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.7
15144 type: gauge
15145 help: megahertz - 1.3.6.1.4.1.14988.1.1.1.3.1.7
15146 indexes:
15147 - labelname: mtxrWlApIndex
15148 type: gauge
15149 - name: mtxrWlApBand
15150 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.8
15151 type: DisplayString
15152 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.8'
15153 indexes:
15154 - labelname: mtxrWlApIndex
15155 type: gauge
15156 - name: mtxrWlApNoiseFloor
15157 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.9
15158 type: gauge
15159 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.9'
15160 indexes:
15161 - labelname: mtxrWlApIndex
15162 type: gauge
15163 - name: mtxrWlApOverallTxCCQ
15164 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.10
15165 type: counter
15166 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.10'
15167 indexes:
15168 - labelname: mtxrWlApIndex
15169 type: gauge
15170 - name: mtxrWlApAuthClientCount
15171 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.11
15172 type: counter
15173 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.11'
15174 indexes:
15175 - labelname: mtxrWlApIndex
15176 type: gauge
15177 - name: mtxrWlRtabEntryCount
15178 oid: 1.3.6.1.4.1.14988.1.1.1.4
15179 type: gauge
15180 help: Wireless registration table entry count - 1.3.6.1.4.1.14988.1.1.1.4
15181 - name: mtxrWlCMRtabAddr
15182 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.1
15183 type: PhysAddress48
15184 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.1'
15185 indexes:
15186 - labelname: mtxrWlCMRtabAddr
15187 type: PhysAddress48
15188 fixed_size: 6
15189 - labelname: mtxrWlCMRtabIface
15190 type: gauge
15191 - name: mtxrWlCMRtabIface
15192 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.2
15193 type: gauge
15194 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.2'
15195 indexes:
15196 - labelname: mtxrWlCMRtabAddr
15197 type: PhysAddress48
15198 fixed_size: 6
15199 - labelname: mtxrWlCMRtabIface
15200 type: gauge
15201 - name: mtxrWlCMRtabUptime
15202 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.3
15203 type: gauge
15204 help: uptime - 1.3.6.1.4.1.14988.1.1.1.5.1.3
15205 indexes:
15206 - labelname: mtxrWlCMRtabAddr
15207 type: PhysAddress48
15208 fixed_size: 6
15209 - labelname: mtxrWlCMRtabIface
15210 type: gauge
15211 - name: mtxrWlCMRtabTxBytes
15212 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.4
15213 type: counter
15214 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.4'
15215 indexes:
15216 - labelname: mtxrWlCMRtabAddr
15217 type: PhysAddress48
15218 fixed_size: 6
15219 - labelname: mtxrWlCMRtabIface
15220 type: gauge
15221 - name: mtxrWlCMRtabRxBytes
15222 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.5
15223 type: counter
15224 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.5'
15225 indexes:
15226 - labelname: mtxrWlCMRtabAddr
15227 type: PhysAddress48
15228 fixed_size: 6
15229 - labelname: mtxrWlCMRtabIface
15230 type: gauge
15231 - name: mtxrWlCMRtabTxPackets
15232 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.6
15233 type: counter
15234 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.6'
15235 indexes:
15236 - labelname: mtxrWlCMRtabAddr
15237 type: PhysAddress48
15238 fixed_size: 6
15239 - labelname: mtxrWlCMRtabIface
15240 type: gauge
15241 - name: mtxrWlCMRtabRxPackets
15242 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.7
15243 type: counter
15244 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.7'
15245 indexes:
15246 - labelname: mtxrWlCMRtabAddr
15247 type: PhysAddress48
15248 fixed_size: 6
15249 - labelname: mtxrWlCMRtabIface
15250 type: gauge
15251 - name: mtxrWlCMRtabTxRate
15252 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.8
15253 type: gauge
15254 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.8
15255 indexes:
15256 - labelname: mtxrWlCMRtabAddr
15257 type: PhysAddress48
15258 fixed_size: 6
15259 - labelname: mtxrWlCMRtabIface
15260 type: gauge
15261 - name: mtxrWlCMRtabRxRate
15262 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.9
15263 type: gauge
15264 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.9
15265 indexes:
15266 - labelname: mtxrWlCMRtabAddr
15267 type: PhysAddress48
15268 fixed_size: 6
15269 - labelname: mtxrWlCMRtabIface
15270 type: gauge
15271 - name: mtxrWlCMRtabTxStrength
15272 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.10
15273 type: gauge
15274 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.10'
15275 indexes:
15276 - labelname: mtxrWlCMRtabAddr
15277 type: PhysAddress48
15278 fixed_size: 6
15279 - labelname: mtxrWlCMRtabIface
15280 type: gauge
15281 - name: mtxrWlCMRtabRxStrength
15282 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.11
15283 type: gauge
15284 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.11'
15285 indexes:
15286 - labelname: mtxrWlCMRtabAddr
15287 type: PhysAddress48
15288 fixed_size: 6
15289 - labelname: mtxrWlCMRtabIface
15290 type: gauge
15291 - name: mtxrWlCMRtabSsid
15292 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.12
15293 type: DisplayString
15294 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.12'
15295 indexes:
15296 - labelname: mtxrWlCMRtabAddr
15297 type: PhysAddress48
15298 fixed_size: 6
15299 - labelname: mtxrWlCMRtabIface
15300 type: gauge
15301 - name: mtxrWlCMRtabEapIdent
15302 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.13
15303 type: DisplayString
15304 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.13'
15305 indexes:
15306 - labelname: mtxrWlCMRtabAddr
15307 type: PhysAddress48
15308 fixed_size: 6
15309 - labelname: mtxrWlCMRtabIface
15310 type: gauge
15311 - name: mtxrWlCMRtabEntryCount
15312 oid: 1.3.6.1.4.1.14988.1.1.1.6
15313 type: gauge
15314 help: Wireless CAPSMAN registration table entry count - 1.3.6.1.4.1.14988.1.1.1.6
15315 - name: mtxrWlCMIndex
15316 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.1
15317 type: gauge
15318 help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.1'
15319 indexes:
15320 - labelname: mtxrWlCMIndex
15321 type: gauge
15322 - name: mtxrWlCMRegClientCount
15323 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.2
15324 type: counter
15325 help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.2'
15326 indexes:
15327 - labelname: mtxrWlCMIndex
15328 type: gauge
15329 - name: mtxrWlCMAuthClientCount
15330 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.3
15331 type: counter
15332 help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.3'
15333 indexes:
15334 - labelname: mtxrWlCMIndex
15335 type: gauge
15336 - name: mtxrWlCMState
15337 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.4
15338 type: DisplayString
15339 help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.4'
15340 indexes:
15341 - labelname: mtxrWlCMIndex
15342 type: gauge
15343 - name: mtxrWlCMChannel
15344 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.5
15345 type: DisplayString
15346 help: for master only - 1.3.6.1.4.1.14988.1.1.1.7.1.5
15347 indexes:
15348 - labelname: mtxrWlCMIndex
15349 type: gauge
15350 - name: mtxrWl60GIndex
15351 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.1
15352 type: gauge
15353 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.1'
15354 indexes:
15355 - labelname: mtxrWl60GIndex
15356 type: gauge
15357 - name: mtxrWl60GMode
15358 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.2
15359 type: gauge
15360 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.2'
15361 indexes:
15362 - labelname: mtxrWl60GIndex
15363 type: gauge
15364 enum_values:
15365 0: apBridge
15366 1: stationBridge
15367 2: sniff
15368 3: bridge
15369 - name: mtxrWl60GSsid
15370 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.3
15371 type: DisplayString
15372 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.3'
15373 indexes:
15374 - labelname: mtxrWl60GIndex
15375 type: gauge
15376 - name: mtxrWl60GConnected
15377 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.4
15378 type: gauge
15379 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.4'
15380 indexes:
15381 - labelname: mtxrWl60GIndex
15382 type: gauge
15383 enum_values:
15384 0: "false"
15385 1: "true"
15386 - name: mtxrWl60GRemote
15387 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.5
15388 type: PhysAddress48
15389 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.5'
15390 indexes:
15391 - labelname: mtxrWl60GIndex
15392 type: gauge
15393 - name: mtxrWl60GFreq
15394 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.6
15395 type: gauge
15396 help: Mhz - 1.3.6.1.4.1.14988.1.1.1.8.1.6
15397 indexes:
15398 - labelname: mtxrWl60GIndex
15399 type: gauge
15400 - name: mtxrWl60GMcs
15401 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.7
15402 type: gauge
15403 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.7'
15404 indexes:
15405 - labelname: mtxrWl60GIndex
15406 type: gauge
15407 - name: mtxrWl60GSignal
15408 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.8
15409 type: gauge
15410 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.8'
15411 indexes:
15412 - labelname: mtxrWl60GIndex
15413 type: gauge
15414 - name: mtxrWl60GTxSector
15415 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.9
15416 type: gauge
15417 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.9'
15418 indexes:
15419 - labelname: mtxrWl60GIndex
15420 type: gauge
15421 - name: mtxrWl60GTxSectorInfo
15422 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.11
15423 type: DisplayString
15424 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.11'
15425 indexes:
15426 - labelname: mtxrWl60GIndex
15427 type: gauge
15428 - name: mtxrWl60GRssi
15429 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.12
15430 type: gauge
15431 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.12'
15432 indexes:
15433 - labelname: mtxrWl60GIndex
15434 type: gauge
15435 - name: mtxrWl60GPhyRate
15436 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.13
15437 type: gauge
15438 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.13'
15439 indexes:
15440 - labelname: mtxrWl60GIndex
15441 type: gauge
15442 - name: mtxrWl60GStaIndex
15443 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.1
15444 type: gauge
15445 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.1'
15446 indexes:
15447 - labelname: mtxrWl60GStaIndex
15448 type: gauge
15449 - name: mtxrWl60GStaConnected
15450 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.2
15451 type: gauge
15452 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.2'
15453 indexes:
15454 - labelname: mtxrWl60GStaIndex
15455 type: gauge
15456 enum_values:
15457 0: "false"
15458 1: "true"
15459 - name: mtxrWl60GStaRemote
15460 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.3
15461 type: PhysAddress48
15462 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.3'
15463 indexes:
15464 - labelname: mtxrWl60GStaIndex
15465 type: gauge
15466 - name: mtxrWl60GStaMcs
15467 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.4
15468 type: gauge
15469 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.4'
15470 indexes:
15471 - labelname: mtxrWl60GStaIndex
15472 type: gauge
15473 - name: mtxrWl60GStaSignal
15474 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.5
15475 type: gauge
15476 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.5'
15477 indexes:
15478 - labelname: mtxrWl60GStaIndex
15479 type: gauge
15480 - name: mtxrWl60GStaTxSector
15481 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.6
15482 type: gauge
15483 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.6'
15484 indexes:
15485 - labelname: mtxrWl60GStaIndex
15486 type: gauge
15487 - name: mtxrWl60GStaPhyRate
15488 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.8
15489 type: gauge
15490 help: Mbits per second - 1.3.6.1.4.1.14988.1.1.1.9.1.8
15491 indexes:
15492 - labelname: mtxrWl60GStaIndex
15493 type: gauge
15494 - name: mtxrWl60GStaRssi
15495 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.9
15496 type: gauge
15497 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.9'
15498 indexes:
15499 - labelname: mtxrWl60GStaIndex
15500 type: gauge
15501 - name: mtxrWl60GStaDistance
15502 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.10
15503 type: gauge
15504 help: meters - 1.3.6.1.4.1.14988.1.1.1.9.1.10
15505 indexes:
15506 - labelname: mtxrWl60GStaIndex
15507 type: gauge
15508 - name: mtxrWlCMREntryCount
15509 oid: 1.3.6.1.4.1.14988.1.1.1.10
15510 type: gauge
15511 help: Wireless CAPSMAN remote-cap entry count - 1.3.6.1.4.1.14988.1.1.1.10
15512 - name: mtxrWlCMRemoteIndex
15513 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.1
15514 type: gauge
15515 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.1'
15516 indexes:
15517 - labelname: mtxrWlCMRemoteIndex
15518 type: gauge
15519 - name: mtxrWlCMRemoteName
15520 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.2
15521 type: DisplayString
15522 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.2'
15523 indexes:
15524 - labelname: mtxrWlCMRemoteIndex
15525 type: gauge
15526 - name: mtxrWlCMRemoteState
15527 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.3
15528 type: DisplayString
15529 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.3'
15530 indexes:
15531 - labelname: mtxrWlCMRemoteIndex
15532 type: gauge
15533 - name: mtxrWlCMRemoteAddress
15534 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.4
15535 type: DisplayString
15536 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.4'
15537 indexes:
15538 - labelname: mtxrWlCMRemoteIndex
15539 type: gauge
15540 - name: mtxrWlCMRemoteRadios
15541 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.5
15542 type: counter
15543 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.5'
15544 indexes:
15545 - labelname: mtxrWlCMRemoteIndex
15546 type: gauge
15547 - name: mtxrQueueSimpleIndex
15548 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.1
15549 type: gauge
15550 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.1'
15551 indexes:
15552 - labelname: mtxrQueueSimpleIndex
15553 type: gauge
15554 - name: mtxrQueueSimpleName
15555 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.2
15556 type: DisplayString
15557 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.2'
15558 indexes:
15559 - labelname: mtxrQueueSimpleIndex
15560 type: gauge
15561 - name: mtxrQueueSimpleSrcAddr
15562 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.3
15563 type: InetAddressIPv4
15564 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.3'
15565 indexes:
15566 - labelname: mtxrQueueSimpleIndex
15567 type: gauge
15568 - name: mtxrQueueSimpleSrcMask
15569 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.4
15570 type: InetAddressIPv4
15571 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.4'
15572 indexes:
15573 - labelname: mtxrQueueSimpleIndex
15574 type: gauge
15575 - name: mtxrQueueSimpleDstAddr
15576 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.5
15577 type: InetAddressIPv4
15578 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.5'
15579 indexes:
15580 - labelname: mtxrQueueSimpleIndex
15581 type: gauge
15582 - name: mtxrQueueSimpleDstMask
15583 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.6
15584 type: InetAddressIPv4
15585 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.6'
15586 indexes:
15587 - labelname: mtxrQueueSimpleIndex
15588 type: gauge
15589 - name: mtxrQueueSimpleIface
15590 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.7
15591 type: gauge
15592 help: interface index - 1.3.6.1.4.1.14988.1.1.2.1.1.7
15593 indexes:
15594 - labelname: mtxrQueueSimpleIndex
15595 type: gauge
15596 - name: mtxrQueueSimpleBytesIn
15597 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.8
15598 type: counter
15599 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.8'
15600 indexes:
15601 - labelname: mtxrQueueSimpleIndex
15602 type: gauge
15603 - name: mtxrQueueSimpleBytesOut
15604 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.9
15605 type: counter
15606 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.9'
15607 indexes:
15608 - labelname: mtxrQueueSimpleIndex
15609 type: gauge
15610 - name: mtxrQueueSimplePacketsIn
15611 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.10
15612 type: counter
15613 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.10'
15614 indexes:
15615 - labelname: mtxrQueueSimpleIndex
15616 type: gauge
15617 - name: mtxrQueueSimplePacketsOut
15618 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.11
15619 type: counter
15620 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.11'
15621 indexes:
15622 - labelname: mtxrQueueSimpleIndex
15623 type: gauge
15624 - name: mtxrQueueSimplePCQQueuesIn
15625 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.12
15626 type: counter
15627 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.12'
15628 indexes:
15629 - labelname: mtxrQueueSimpleIndex
15630 type: gauge
15631 - name: mtxrQueueSimplePCQQueuesOut
15632 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.13
15633 type: counter
15634 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.13'
15635 indexes:
15636 - labelname: mtxrQueueSimpleIndex
15637 type: gauge
15638 - name: mtxrQueueSimpleDroppedIn
15639 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.14
15640 type: counter
15641 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.14'
15642 indexes:
15643 - labelname: mtxrQueueSimpleIndex
15644 type: gauge
15645 - name: mtxrQueueSimpleDroppedOut
15646 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.15
15647 type: counter
15648 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.15'
15649 indexes:
15650 - labelname: mtxrQueueSimpleIndex
15651 type: gauge
15652 - name: mtxrQueueTreeIndex
15653 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.1
15654 type: gauge
15655 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.1'
15656 indexes:
15657 - labelname: mtxrQueueTreeIndex
15658 type: gauge
15659 - name: mtxrQueueTreeName
15660 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.2
15661 type: DisplayString
15662 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.2'
15663 indexes:
15664 - labelname: mtxrQueueTreeIndex
15665 type: gauge
15666 - name: mtxrQueueTreeFlow
15667 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.3
15668 type: DisplayString
15669 help: flowmark - 1.3.6.1.4.1.14988.1.1.2.2.1.3
15670 indexes:
15671 - labelname: mtxrQueueTreeIndex
15672 type: gauge
15673 - name: mtxrQueueTreeParentIndex
15674 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.4
15675 type: gauge
15676 help: index of parent tree queue or parent interface - 1.3.6.1.4.1.14988.1.1.2.2.1.4
15677 indexes:
15678 - labelname: mtxrQueueTreeIndex
15679 type: gauge
15680 - name: mtxrQueueTreeBytes
15681 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.5
15682 type: counter
15683 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.5'
15684 indexes:
15685 - labelname: mtxrQueueTreeIndex
15686 type: gauge
15687 - name: mtxrQueueTreePackets
15688 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.6
15689 type: counter
15690 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.6'
15691 indexes:
15692 - labelname: mtxrQueueTreeIndex
15693 type: gauge
15694 - name: mtxrQueueTreeHCBytes
15695 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.7
15696 type: counter
15697 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.7'
15698 indexes:
15699 - labelname: mtxrQueueTreeIndex
15700 type: gauge
15701 - name: mtxrQueueTreePCQQueues
15702 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.8
15703 type: counter
15704 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.8'
15705 indexes:
15706 - labelname: mtxrQueueTreeIndex
15707 type: gauge
15708 - name: mtxrQueueTreeDropped
15709 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.9
15710 type: counter
15711 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.9'
15712 indexes:
15713 - labelname: mtxrQueueTreeIndex
15714 type: gauge
15715 - name: mtxrHlCoreVoltage
15716 oid: 1.3.6.1.4.1.14988.1.1.3.1
15717 type: gauge
15718 help: core voltage - 1.3.6.1.4.1.14988.1.1.3.1
15719 - name: mtxrHlThreeDotThreeVoltage
15720 oid: 1.3.6.1.4.1.14988.1.1.3.2
15721 type: gauge
15722 help: 3.3V voltage - 1.3.6.1.4.1.14988.1.1.3.2
15723 - name: mtxrHlFiveVoltage
15724 oid: 1.3.6.1.4.1.14988.1.1.3.3
15725 type: gauge
15726 help: 5V voltage - 1.3.6.1.4.1.14988.1.1.3.3
15727 - name: mtxrHlTwelveVoltage
15728 oid: 1.3.6.1.4.1.14988.1.1.3.4
15729 type: gauge
15730 help: 12V voltage - 1.3.6.1.4.1.14988.1.1.3.4
15731 - name: mtxrHlSensorTemperature
15732 oid: 1.3.6.1.4.1.14988.1.1.3.5
15733 type: gauge
15734 help: temperature at sensor chip - 1.3.6.1.4.1.14988.1.1.3.5
15735 - name: mtxrHlCpuTemperature
15736 oid: 1.3.6.1.4.1.14988.1.1.3.6
15737 type: gauge
15738 help: temperature near cpu - 1.3.6.1.4.1.14988.1.1.3.6
15739 - name: mtxrHlBoardTemperature
15740 oid: 1.3.6.1.4.1.14988.1.1.3.7
15741 type: gauge
15742 help: ' - 1.3.6.1.4.1.14988.1.1.3.7'
15743 - name: mtxrHlVoltage
15744 oid: 1.3.6.1.4.1.14988.1.1.3.8
15745 type: gauge
15746 help: ' - 1.3.6.1.4.1.14988.1.1.3.8'
15747 - name: mtxrHlActiveFan
15748 oid: 1.3.6.1.4.1.14988.1.1.3.9
15749 type: DisplayString
15750 help: ' - 1.3.6.1.4.1.14988.1.1.3.9'
15751 - name: mtxrHlTemperature
15752 oid: 1.3.6.1.4.1.14988.1.1.3.10
15753 type: gauge
15754 help: ' - 1.3.6.1.4.1.14988.1.1.3.10'
15755 - name: mtxrHlProcessorTemperature
15756 oid: 1.3.6.1.4.1.14988.1.1.3.11
15757 type: gauge
15758 help: ' - 1.3.6.1.4.1.14988.1.1.3.11'
15759 - name: mtxrHlPower
15760 oid: 1.3.6.1.4.1.14988.1.1.3.12
15761 type: gauge
15762 help: Watts - 1.3.6.1.4.1.14988.1.1.3.12
15763 - name: mtxrHlCurrent
15764 oid: 1.3.6.1.4.1.14988.1.1.3.13
15765 type: gauge
15766 help: mA - 1.3.6.1.4.1.14988.1.1.3.13
15767 - name: mtxrHlProcessorFrequency
15768 oid: 1.3.6.1.4.1.14988.1.1.3.14
15769 type: gauge
15770 help: Mhz - 1.3.6.1.4.1.14988.1.1.3.14
15771 - name: mtxrHlPowerSupplyState
15772 oid: 1.3.6.1.4.1.14988.1.1.3.15
15773 type: gauge
15774 help: PSU state ok - 1.3.6.1.4.1.14988.1.1.3.15
15775 enum_values:
15776 0: "false"
15777 1: "true"
15778 - name: mtxrHlBackupPowerSupplyState
15779 oid: 1.3.6.1.4.1.14988.1.1.3.16
15780 type: gauge
15781 help: backup PSU state ok - 1.3.6.1.4.1.14988.1.1.3.16
15782 enum_values:
15783 0: "false"
15784 1: "true"
15785 - name: mtxrHlFanSpeed1
15786 oid: 1.3.6.1.4.1.14988.1.1.3.17
15787 type: gauge
15788 help: rpm - 1.3.6.1.4.1.14988.1.1.3.17
15789 - name: mtxrHlFanSpeed2
15790 oid: 1.3.6.1.4.1.14988.1.1.3.18
15791 type: gauge
15792 help: rpm - 1.3.6.1.4.1.14988.1.1.3.18
15793 - name: mtxrGaugeIndex
15794 oid: 1.3.6.1.4.1.14988.1.1.3.100.1.1
15795 type: gauge
15796 help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.1'
15797 indexes:
15798 - labelname: mtxrGaugeIndex
15799 type: gauge
15800 - name: mtxrGaugeName
15801 oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2
15802 type: DisplayString
15803 help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.2'
15804 indexes:
15805 - labelname: mtxrGaugeIndex
15806 type: gauge
15807 - name: mtxrGaugeValue
15808 oid: 1.3.6.1.4.1.14988.1.1.3.100.1.3
15809 type: gauge
15810 help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.3'
15811 indexes:
15812 - labelname: mtxrGaugeIndex
15813 type: gauge
15814 - name: mtxrGaugeUnit
15815 oid: 1.3.6.1.4.1.14988.1.1.3.100.1.4
15816 type: gauge
15817 help: units - 1.3.6.1.4.1.14988.1.1.3.100.1.4
15818 indexes:
15819 - labelname: mtxrGaugeIndex
15820 type: gauge
15821 enum_values:
15822 1: celsius
15823 2: rpm
15824 3: dV
15825 4: dA
15826 5: dW
15827 6: status
15828 - name: mtxrLicSoftwareId
15829 oid: 1.3.6.1.4.1.14988.1.1.4.1
15830 type: DisplayString
15831 help: software id - 1.3.6.1.4.1.14988.1.1.4.1
15832 - name: mtxrLicUpgrUntil
15833 oid: 1.3.6.1.4.1.14988.1.1.4.2
15834 type: DateAndTime
15835 help: current key allows upgrading until this date - 1.3.6.1.4.1.14988.1.1.4.2
15836 - name: mtxrLicLevel
15837 oid: 1.3.6.1.4.1.14988.1.1.4.3
15838 type: gauge
15839 help: current key level - 1.3.6.1.4.1.14988.1.1.4.3
15840 - name: mtxrLicVersion
15841 oid: 1.3.6.1.4.1.14988.1.1.4.4
15842 type: DisplayString
15843 help: software version - 1.3.6.1.4.1.14988.1.1.4.4
15844 - name: mtxrLicUpgradableTo
15845 oid: 1.3.6.1.4.1.14988.1.1.4.5
15846 type: gauge
15847 help: upgradable to - 1.3.6.1.4.1.14988.1.1.4.5
15848 - name: mtxrHotspotActiveUserIndex
15849 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.1
15850 type: gauge
15851 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.1'
15852 indexes:
15853 - labelname: mtxrHotspotActiveUserIndex
15854 type: gauge
15855 - name: mtxrHotspotActiveUserServerID
15856 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.2
15857 type: gauge
15858 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.2'
15859 indexes:
15860 - labelname: mtxrHotspotActiveUserIndex
15861 type: gauge
15862 - name: mtxrHotspotActiveUserName
15863 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.3
15864 type: DisplayString
15865 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.3'
15866 indexes:
15867 - labelname: mtxrHotspotActiveUserIndex
15868 type: gauge
15869 - name: mtxrHotspotActiveUserDomain
15870 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.4
15871 type: DisplayString
15872 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.4'
15873 indexes:
15874 - labelname: mtxrHotspotActiveUserIndex
15875 type: gauge
15876 - name: mtxrHotspotActiveUserIP
15877 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.5
15878 type: InetAddressIPv4
15879 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.5'
15880 indexes:
15881 - labelname: mtxrHotspotActiveUserIndex
15882 type: gauge
15883 - name: mtxrHotspotActiveUserMAC
15884 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.6
15885 type: PhysAddress48
15886 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.6'
15887 indexes:
15888 - labelname: mtxrHotspotActiveUserIndex
15889 type: gauge
15890 - name: mtxrHotspotActiveUserConnectTime
15891 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.7
15892 type: gauge
15893 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.7'
15894 indexes:
15895 - labelname: mtxrHotspotActiveUserIndex
15896 type: gauge
15897 - name: mtxrHotspotActiveUserValidTillTime
15898 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.8
15899 type: gauge
15900 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.8'
15901 indexes:
15902 - labelname: mtxrHotspotActiveUserIndex
15903 type: gauge
15904 - name: mtxrHotspotActiveUserIdleStartTime
15905 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.9
15906 type: gauge
15907 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.9'
15908 indexes:
15909 - labelname: mtxrHotspotActiveUserIndex
15910 type: gauge
15911 - name: mtxrHotspotActiveUserIdleTimeout
15912 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.10
15913 type: gauge
15914 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.10'
15915 indexes:
15916 - labelname: mtxrHotspotActiveUserIndex
15917 type: gauge
15918 - name: mtxrHotspotActiveUserPingTimeout
15919 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.11
15920 type: gauge
15921 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.11'
15922 indexes:
15923 - labelname: mtxrHotspotActiveUserIndex
15924 type: gauge
15925 - name: mtxrHotspotActiveUserBytesIn
15926 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.12
15927 type: counter
15928 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.12'
15929 indexes:
15930 - labelname: mtxrHotspotActiveUserIndex
15931 type: gauge
15932 - name: mtxrHotspotActiveUserBytesOut
15933 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.13
15934 type: counter
15935 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.13'
15936 indexes:
15937 - labelname: mtxrHotspotActiveUserIndex
15938 type: gauge
15939 - name: mtxrHotspotActiveUserPacketsIn
15940 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.14
15941 type: counter
15942 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.14'
15943 indexes:
15944 - labelname: mtxrHotspotActiveUserIndex
15945 type: gauge
15946 - name: mtxrHotspotActiveUserPacketsOut
15947 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.15
15948 type: counter
15949 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.15'
15950 indexes:
15951 - labelname: mtxrHotspotActiveUserIndex
15952 type: gauge
15953 - name: mtxrHotspotActiveUserLimitBytesIn
15954 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.16
15955 type: counter
15956 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.16'
15957 indexes:
15958 - labelname: mtxrHotspotActiveUserIndex
15959 type: gauge
15960 - name: mtxrHotspotActiveUserLimitBytesOut
15961 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.17
15962 type: counter
15963 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.17'
15964 indexes:
15965 - labelname: mtxrHotspotActiveUserIndex
15966 type: gauge
15967 - name: mtxrHotspotActiveUserAdvertStatus
15968 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.18
15969 type: gauge
15970 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.18'
15971 indexes:
15972 - labelname: mtxrHotspotActiveUserIndex
15973 type: gauge
15974 - name: mtxrHotspotActiveUserRadius
15975 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.19
15976 type: gauge
15977 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.19'
15978 indexes:
15979 - labelname: mtxrHotspotActiveUserIndex
15980 type: gauge
15981 - name: mtxrHotspotActiveUserBlockedByAdvert
15982 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.20
15983 type: gauge
15984 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.20'
15985 indexes:
15986 - labelname: mtxrHotspotActiveUserIndex
15987 type: gauge
15988 - name: mtxrDHCPLeaseCount
15989 oid: 1.3.6.1.4.1.14988.1.1.6.1
15990 type: gauge
15991 help: ' - 1.3.6.1.4.1.14988.1.1.6.1'
15992 - name: mtxrSystemReboot
15993 oid: 1.3.6.1.4.1.14988.1.1.7.1
15994 type: gauge
15995 help: set non zero to reboot - 1.3.6.1.4.1.14988.1.1.7.1
15996 - name: mtxrUSBPowerReset
15997 oid: 1.3.6.1.4.1.14988.1.1.7.2
15998 type: gauge
15999 help: switches off usb power for specified amout of seconds - 1.3.6.1.4.1.14988.1.1.7.2
16000 - name: mtxrSerialNumber
16001 oid: 1.3.6.1.4.1.14988.1.1.7.3
16002 type: DisplayString
16003 help: RouterBOARD serial number - 1.3.6.1.4.1.14988.1.1.7.3
16004 - name: mtxrFirmwareVersion
16005 oid: 1.3.6.1.4.1.14988.1.1.7.4
16006 type: DisplayString
16007 help: Current firmware version - 1.3.6.1.4.1.14988.1.1.7.4
16008 - name: mtxrNote
16009 oid: 1.3.6.1.4.1.14988.1.1.7.5
16010 type: DisplayString
16011 help: note - 1.3.6.1.4.1.14988.1.1.7.5
16012 - name: mtxrBuildTime
16013 oid: 1.3.6.1.4.1.14988.1.1.7.6
16014 type: DisplayString
16015 help: build time - 1.3.6.1.4.1.14988.1.1.7.6
16016 - name: mtxrFirmwareUpgradeVersion
16017 oid: 1.3.6.1.4.1.14988.1.1.7.7
16018 type: DisplayString
16019 help: Upgrade firmware version - 1.3.6.1.4.1.14988.1.1.7.7
16020 - name: mtxrBoardName
16021 oid: 1.3.6.1.4.1.14988.1.1.7.8
16022 type: DisplayString
16023 help: board name - 1.3.6.1.4.1.14988.1.1.7.8
16024 - name: mtxrScriptIndex
16025 oid: 1.3.6.1.4.1.14988.1.1.8.1.1.1
16026 type: gauge
16027 help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.1'
16028 indexes:
16029 - labelname: mtxrScriptIndex
16030 type: gauge
16031 - name: mtxrScriptName
16032 oid: 1.3.6.1.4.1.14988.1.1.8.1.1.2
16033 type: DisplayString
16034 help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.2'
16035 indexes:
16036 - labelname: mtxrScriptIndex
16037 type: gauge
16038 - name: mtxrScriptRunCmd
16039 oid: 1.3.6.1.4.1.14988.1.1.8.1.1.3
16040 type: gauge
16041 help: set non zero to run - 1.3.6.1.4.1.14988.1.1.8.1.1.3
16042 indexes:
16043 - labelname: mtxrScriptIndex
16044 type: gauge
16045 - name: mtxrDnStatIndex
16046 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.1
16047 type: gauge
16048 help: ' - 1.3.6.1.4.1.14988.1.1.10.1.1.1'
16049 indexes:
16050 - labelname: mtxrDnStatIndex
16051 type: gauge
16052 - name: mtxrDnStatTxRate
16053 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.2
16054 type: gauge
16055 help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.2
16056 indexes:
16057 - labelname: mtxrDnStatIndex
16058 type: gauge
16059 - name: mtxrDnStatRxRate
16060 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.3
16061 type: gauge
16062 help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.3
16063 indexes:
16064 - labelname: mtxrDnStatIndex
16065 type: gauge
16066 - name: mtxrDnStatTxStrength
16067 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.4
16068 type: gauge
16069 help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.4
16070 indexes:
16071 - labelname: mtxrDnStatIndex
16072 type: gauge
16073 - name: mtxrDnStatRxStrength
16074 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.5
16075 type: gauge
16076 help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.5
16077 indexes:
16078 - labelname: mtxrDnStatIndex
16079 type: gauge
16080 - name: mtxrDnConnected
16081 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.6
16082 type: gauge
16083 help: 0 - not connected, connected otherwise - 1.3.6.1.4.1.14988.1.1.10.1.1.6
16084 indexes:
16085 - labelname: mtxrDnStatIndex
16086 type: gauge
16087 - name: mtxrNeighborIndex
16088 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.1
16089 type: gauge
16090 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.1'
16091 indexes:
16092 - labelname: mtxrNeighborIndex
16093 type: gauge
16094 - name: mtxrNeighborIpAddress
16095 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.2
16096 type: InetAddressIPv4
16097 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.2'
16098 indexes:
16099 - labelname: mtxrNeighborIndex
16100 type: gauge
16101 - name: mtxrNeighborMacAddress
16102 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3
16103 type: PhysAddress48
16104 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.3'
16105 indexes:
16106 - labelname: mtxrNeighborIndex
16107 type: gauge
16108 - name: mtxrNeighborVersion
16109 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.4
16110 type: DisplayString
16111 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.4'
16112 indexes:
16113 - labelname: mtxrNeighborIndex
16114 type: gauge
16115 - name: mtxrNeighborPlatform
16116 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.5
16117 type: DisplayString
16118 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.5'
16119 indexes:
16120 - labelname: mtxrNeighborIndex
16121 type: gauge
16122 - name: mtxrNeighborIdentity
16123 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.6
16124 type: DisplayString
16125 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.6'
16126 indexes:
16127 - labelname: mtxrNeighborIndex
16128 type: gauge
16129 - name: mtxrNeighborSoftwareID
16130 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.7
16131 type: DisplayString
16132 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.7'
16133 indexes:
16134 - labelname: mtxrNeighborIndex
16135 type: gauge
16136 - name: mtxrNeighborInterfaceID
16137 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8
16138 type: gauge
16139 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.8'
16140 indexes:
16141 - labelname: mtxrNeighborIndex
16142 type: gauge
16143 - name: mtxrDate
16144 oid: 1.3.6.1.4.1.14988.1.1.12.1
16145 type: gauge
16146 help: UNIX time - 1.3.6.1.4.1.14988.1.1.12.1
16147 - name: mtxrLongtitude
16148 oid: 1.3.6.1.4.1.14988.1.1.12.2
16149 type: DisplayString
16150 help: longtitude - 1.3.6.1.4.1.14988.1.1.12.2
16151 - name: mtxrLatitude
16152 oid: 1.3.6.1.4.1.14988.1.1.12.3
16153 type: DisplayString
16154 help: latitude - 1.3.6.1.4.1.14988.1.1.12.3
16155 - name: mtxrAltitude
16156 oid: 1.3.6.1.4.1.14988.1.1.12.4
16157 type: DisplayString
16158 help: altitude - 1.3.6.1.4.1.14988.1.1.12.4
16159 - name: mtxrSpeed
16160 oid: 1.3.6.1.4.1.14988.1.1.12.5
16161 type: DisplayString
16162 help: speed - 1.3.6.1.4.1.14988.1.1.12.5
16163 - name: mtxrSattelites
16164 oid: 1.3.6.1.4.1.14988.1.1.12.6
16165 type: gauge
16166 help: visible sattelite count - 1.3.6.1.4.1.14988.1.1.12.6
16167 - name: mtxrValid
16168 oid: 1.3.6.1.4.1.14988.1.1.12.7
16169 type: gauge
16170 help: is the data valid - 1.3.6.1.4.1.14988.1.1.12.7
16171 - name: mtxrWirelessModemSignalStrength
16172 oid: 1.3.6.1.4.1.14988.1.1.13.1
16173 type: gauge
16174 help: signal strength in dBm (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.1
16175 - name: mtxrWirelessModemSignalECIO
16176 oid: 1.3.6.1.4.1.14988.1.1.13.2
16177 type: gauge
16178 help: signal EC/IO in dB (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.2
16179 - name: mtxrInterfaceStatsIndex
16180 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.1
16181 type: gauge
16182 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.1'
16183 indexes:
16184 - labelname: mtxrInterfaceStatsIndex
16185 type: gauge
16186 lookups:
16187 - labels:
16188 - mtxrInterfaceStatsIndex
16189 labelname: ifName
16190 oid: 1.3.6.1.2.1.31.1.1.1.1
16191 type: DisplayString
16192 - name: mtxrInterfaceStatsName
16193 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.2
16194 type: DisplayString
16195 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.2'
16196 indexes:
16197 - labelname: mtxrInterfaceStatsIndex
16198 type: gauge
16199 lookups:
16200 - labels:
16201 - mtxrInterfaceStatsIndex
16202 labelname: ifName
16203 oid: 1.3.6.1.2.1.31.1.1.1.1
16204 type: DisplayString
16205 - name: mtxrInterfaceStatsDriverRxBytes
16206 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.11
16207 type: counter
16208 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.11'
16209 indexes:
16210 - labelname: mtxrInterfaceStatsIndex
16211 type: gauge
16212 lookups:
16213 - labels:
16214 - mtxrInterfaceStatsIndex
16215 labelname: ifName
16216 oid: 1.3.6.1.2.1.31.1.1.1.1
16217 type: DisplayString
16218 - name: mtxrInterfaceStatsDriverRxPackets
16219 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.12
16220 type: counter
16221 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.12'
16222 indexes:
16223 - labelname: mtxrInterfaceStatsIndex
16224 type: gauge
16225 lookups:
16226 - labels:
16227 - mtxrInterfaceStatsIndex
16228 labelname: ifName
16229 oid: 1.3.6.1.2.1.31.1.1.1.1
16230 type: DisplayString
16231 - name: mtxrInterfaceStatsDriverTxBytes
16232 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.13
16233 type: counter
16234 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.13'
16235 indexes:
16236 - labelname: mtxrInterfaceStatsIndex
16237 type: gauge
16238 lookups:
16239 - labels:
16240 - mtxrInterfaceStatsIndex
16241 labelname: ifName
16242 oid: 1.3.6.1.2.1.31.1.1.1.1
16243 type: DisplayString
16244 - name: mtxrInterfaceStatsDriverTxPackets
16245 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.14
16246 type: counter
16247 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.14'
16248 indexes:
16249 - labelname: mtxrInterfaceStatsIndex
16250 type: gauge
16251 lookups:
16252 - labels:
16253 - mtxrInterfaceStatsIndex
16254 labelname: ifName
16255 oid: 1.3.6.1.2.1.31.1.1.1.1
16256 type: DisplayString
16257 - name: mtxrInterfaceStatsTxRx64
16258 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.15
16259 type: counter
16260 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.15'
16261 indexes:
16262 - labelname: mtxrInterfaceStatsIndex
16263 type: gauge
16264 lookups:
16265 - labels:
16266 - mtxrInterfaceStatsIndex
16267 labelname: ifName
16268 oid: 1.3.6.1.2.1.31.1.1.1.1
16269 type: DisplayString
16270 - name: mtxrInterfaceStatsTxRx65To127
16271 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.16
16272 type: counter
16273 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.16'
16274 indexes:
16275 - labelname: mtxrInterfaceStatsIndex
16276 type: gauge
16277 lookups:
16278 - labels:
16279 - mtxrInterfaceStatsIndex
16280 labelname: ifName
16281 oid: 1.3.6.1.2.1.31.1.1.1.1
16282 type: DisplayString
16283 - name: mtxrInterfaceStatsTxRx128To255
16284 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.17
16285 type: counter
16286 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.17'
16287 indexes:
16288 - labelname: mtxrInterfaceStatsIndex
16289 type: gauge
16290 lookups:
16291 - labels:
16292 - mtxrInterfaceStatsIndex
16293 labelname: ifName
16294 oid: 1.3.6.1.2.1.31.1.1.1.1
16295 type: DisplayString
16296 - name: mtxrInterfaceStatsTxRx256To511
16297 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.18
16298 type: counter
16299 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.18'
16300 indexes:
16301 - labelname: mtxrInterfaceStatsIndex
16302 type: gauge
16303 lookups:
16304 - labels:
16305 - mtxrInterfaceStatsIndex
16306 labelname: ifName
16307 oid: 1.3.6.1.2.1.31.1.1.1.1
16308 type: DisplayString
16309 - name: mtxrInterfaceStatsTxRx512To1023
16310 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.19
16311 type: counter
16312 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.19'
16313 indexes:
16314 - labelname: mtxrInterfaceStatsIndex
16315 type: gauge
16316 lookups:
16317 - labels:
16318 - mtxrInterfaceStatsIndex
16319 labelname: ifName
16320 oid: 1.3.6.1.2.1.31.1.1.1.1
16321 type: DisplayString
16322 - name: mtxrInterfaceStatsTxRx1024To1518
16323 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.20
16324 type: counter
16325 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.20'
16326 indexes:
16327 - labelname: mtxrInterfaceStatsIndex
16328 type: gauge
16329 lookups:
16330 - labels:
16331 - mtxrInterfaceStatsIndex
16332 labelname: ifName
16333 oid: 1.3.6.1.2.1.31.1.1.1.1
16334 type: DisplayString
16335 - name: mtxrInterfaceStatsTxRx1519ToMax
16336 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.21
16337 type: counter
16338 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.21'
16339 indexes:
16340 - labelname: mtxrInterfaceStatsIndex
16341 type: gauge
16342 lookups:
16343 - labels:
16344 - mtxrInterfaceStatsIndex
16345 labelname: ifName
16346 oid: 1.3.6.1.2.1.31.1.1.1.1
16347 type: DisplayString
16348 - name: mtxrInterfaceStatsRxBytes
16349 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.31
16350 type: counter
16351 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.31'
16352 indexes:
16353 - labelname: mtxrInterfaceStatsIndex
16354 type: gauge
16355 lookups:
16356 - labels:
16357 - mtxrInterfaceStatsIndex
16358 labelname: ifName
16359 oid: 1.3.6.1.2.1.31.1.1.1.1
16360 type: DisplayString
16361 - name: mtxrInterfaceStatsRxPackets
16362 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.32
16363 type: counter
16364 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.32'
16365 indexes:
16366 - labelname: mtxrInterfaceStatsIndex
16367 type: gauge
16368 lookups:
16369 - labels:
16370 - mtxrInterfaceStatsIndex
16371 labelname: ifName
16372 oid: 1.3.6.1.2.1.31.1.1.1.1
16373 type: DisplayString
16374 - name: mtxrInterfaceStatsRxTooShort
16375 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.33
16376 type: counter
16377 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.33'
16378 indexes:
16379 - labelname: mtxrInterfaceStatsIndex
16380 type: gauge
16381 lookups:
16382 - labels:
16383 - mtxrInterfaceStatsIndex
16384 labelname: ifName
16385 oid: 1.3.6.1.2.1.31.1.1.1.1
16386 type: DisplayString
16387 - name: mtxrInterfaceStatsRx64
16388 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.34
16389 type: counter
16390 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.34'
16391 indexes:
16392 - labelname: mtxrInterfaceStatsIndex
16393 type: gauge
16394 lookups:
16395 - labels:
16396 - mtxrInterfaceStatsIndex
16397 labelname: ifName
16398 oid: 1.3.6.1.2.1.31.1.1.1.1
16399 type: DisplayString
16400 - name: mtxrInterfaceStatsRx65To127
16401 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.35
16402 type: counter
16403 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.35'
16404 indexes:
16405 - labelname: mtxrInterfaceStatsIndex
16406 type: gauge
16407 lookups:
16408 - labels:
16409 - mtxrInterfaceStatsIndex
16410 labelname: ifName
16411 oid: 1.3.6.1.2.1.31.1.1.1.1
16412 type: DisplayString
16413 - name: mtxrInterfaceStatsRx128To255
16414 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.36
16415 type: counter
16416 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.36'
16417 indexes:
16418 - labelname: mtxrInterfaceStatsIndex
16419 type: gauge
16420 lookups:
16421 - labels:
16422 - mtxrInterfaceStatsIndex
16423 labelname: ifName
16424 oid: 1.3.6.1.2.1.31.1.1.1.1
16425 type: DisplayString
16426 - name: mtxrInterfaceStatsRx256To511
16427 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.37
16428 type: counter
16429 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.37'
16430 indexes:
16431 - labelname: mtxrInterfaceStatsIndex
16432 type: gauge
16433 lookups:
16434 - labels:
16435 - mtxrInterfaceStatsIndex
16436 labelname: ifName
16437 oid: 1.3.6.1.2.1.31.1.1.1.1
16438 type: DisplayString
16439 - name: mtxrInterfaceStatsRx512To1023
16440 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.38
16441 type: counter
16442 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.38'
16443 indexes:
16444 - labelname: mtxrInterfaceStatsIndex
16445 type: gauge
16446 lookups:
16447 - labels:
16448 - mtxrInterfaceStatsIndex
16449 labelname: ifName
16450 oid: 1.3.6.1.2.1.31.1.1.1.1
16451 type: DisplayString
16452 - name: mtxrInterfaceStatsRx1024To1518
16453 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.39
16454 type: counter
16455 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.39'
16456 indexes:
16457 - labelname: mtxrInterfaceStatsIndex
16458 type: gauge
16459 lookups:
16460 - labels:
16461 - mtxrInterfaceStatsIndex
16462 labelname: ifName
16463 oid: 1.3.6.1.2.1.31.1.1.1.1
16464 type: DisplayString
16465 - name: mtxrInterfaceStatsRx1519ToMax
16466 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.40
16467 type: counter
16468 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.40'
16469 indexes:
16470 - labelname: mtxrInterfaceStatsIndex
16471 type: gauge
16472 lookups:
16473 - labels:
16474 - mtxrInterfaceStatsIndex
16475 labelname: ifName
16476 oid: 1.3.6.1.2.1.31.1.1.1.1
16477 type: DisplayString
16478 - name: mtxrInterfaceStatsRxTooLong
16479 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.41
16480 type: counter
16481 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.41'
16482 indexes:
16483 - labelname: mtxrInterfaceStatsIndex
16484 type: gauge
16485 lookups:
16486 - labels:
16487 - mtxrInterfaceStatsIndex
16488 labelname: ifName
16489 oid: 1.3.6.1.2.1.31.1.1.1.1
16490 type: DisplayString
16491 - name: mtxrInterfaceStatsRxBroadcast
16492 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.42
16493 type: counter
16494 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.42'
16495 indexes:
16496 - labelname: mtxrInterfaceStatsIndex
16497 type: gauge
16498 lookups:
16499 - labels:
16500 - mtxrInterfaceStatsIndex
16501 labelname: ifName
16502 oid: 1.3.6.1.2.1.31.1.1.1.1
16503 type: DisplayString
16504 - name: mtxrInterfaceStatsRxPause
16505 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.43
16506 type: counter
16507 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.43'
16508 indexes:
16509 - labelname: mtxrInterfaceStatsIndex
16510 type: gauge
16511 lookups:
16512 - labels:
16513 - mtxrInterfaceStatsIndex
16514 labelname: ifName
16515 oid: 1.3.6.1.2.1.31.1.1.1.1
16516 type: DisplayString
16517 - name: mtxrInterfaceStatsRxMulticast
16518 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.44
16519 type: counter
16520 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.44'
16521 indexes:
16522 - labelname: mtxrInterfaceStatsIndex
16523 type: gauge
16524 lookups:
16525 - labels:
16526 - mtxrInterfaceStatsIndex
16527 labelname: ifName
16528 oid: 1.3.6.1.2.1.31.1.1.1.1
16529 type: DisplayString
16530 - name: mtxrInterfaceStatsRxFCSError
16531 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.45
16532 type: counter
16533 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.45'
16534 indexes:
16535 - labelname: mtxrInterfaceStatsIndex
16536 type: gauge
16537 lookups:
16538 - labels:
16539 - mtxrInterfaceStatsIndex
16540 labelname: ifName
16541 oid: 1.3.6.1.2.1.31.1.1.1.1
16542 type: DisplayString
16543 - name: mtxrInterfaceStatsRxAlignError
16544 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.46
16545 type: counter
16546 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.46'
16547 indexes:
16548 - labelname: mtxrInterfaceStatsIndex
16549 type: gauge
16550 lookups:
16551 - labels:
16552 - mtxrInterfaceStatsIndex
16553 labelname: ifName
16554 oid: 1.3.6.1.2.1.31.1.1.1.1
16555 type: DisplayString
16556 - name: mtxrInterfaceStatsRxFragment
16557 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.47
16558 type: counter
16559 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.47'
16560 indexes:
16561 - labelname: mtxrInterfaceStatsIndex
16562 type: gauge
16563 lookups:
16564 - labels:
16565 - mtxrInterfaceStatsIndex
16566 labelname: ifName
16567 oid: 1.3.6.1.2.1.31.1.1.1.1
16568 type: DisplayString
16569 - name: mtxrInterfaceStatsRxOverflow
16570 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.48
16571 type: counter
16572 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.48'
16573 indexes:
16574 - labelname: mtxrInterfaceStatsIndex
16575 type: gauge
16576 lookups:
16577 - labels:
16578 - mtxrInterfaceStatsIndex
16579 labelname: ifName
16580 oid: 1.3.6.1.2.1.31.1.1.1.1
16581 type: DisplayString
16582 - name: mtxrInterfaceStatsRxControl
16583 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.49
16584 type: counter
16585 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.49'
16586 indexes:
16587 - labelname: mtxrInterfaceStatsIndex
16588 type: gauge
16589 lookups:
16590 - labels:
16591 - mtxrInterfaceStatsIndex
16592 labelname: ifName
16593 oid: 1.3.6.1.2.1.31.1.1.1.1
16594 type: DisplayString
16595 - name: mtxrInterfaceStatsRxUnknownOp
16596 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.50
16597 type: counter
16598 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.50'
16599 indexes:
16600 - labelname: mtxrInterfaceStatsIndex
16601 type: gauge
16602 lookups:
16603 - labels:
16604 - mtxrInterfaceStatsIndex
16605 labelname: ifName
16606 oid: 1.3.6.1.2.1.31.1.1.1.1
16607 type: DisplayString
16608 - name: mtxrInterfaceStatsRxLengthError
16609 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.51
16610 type: counter
16611 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.51'
16612 indexes:
16613 - labelname: mtxrInterfaceStatsIndex
16614 type: gauge
16615 lookups:
16616 - labels:
16617 - mtxrInterfaceStatsIndex
16618 labelname: ifName
16619 oid: 1.3.6.1.2.1.31.1.1.1.1
16620 type: DisplayString
16621 - name: mtxrInterfaceStatsRxCodeError
16622 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.52
16623 type: counter
16624 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.52'
16625 indexes:
16626 - labelname: mtxrInterfaceStatsIndex
16627 type: gauge
16628 lookups:
16629 - labels:
16630 - mtxrInterfaceStatsIndex
16631 labelname: ifName
16632 oid: 1.3.6.1.2.1.31.1.1.1.1
16633 type: DisplayString
16634 - name: mtxrInterfaceStatsRxCarrierError
16635 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.53
16636 type: counter
16637 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.53'
16638 indexes:
16639 - labelname: mtxrInterfaceStatsIndex
16640 type: gauge
16641 lookups:
16642 - labels:
16643 - mtxrInterfaceStatsIndex
16644 labelname: ifName
16645 oid: 1.3.6.1.2.1.31.1.1.1.1
16646 type: DisplayString
16647 - name: mtxrInterfaceStatsRxJabber
16648 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.54
16649 type: counter
16650 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.54'
16651 indexes:
16652 - labelname: mtxrInterfaceStatsIndex
16653 type: gauge
16654 lookups:
16655 - labels:
16656 - mtxrInterfaceStatsIndex
16657 labelname: ifName
16658 oid: 1.3.6.1.2.1.31.1.1.1.1
16659 type: DisplayString
16660 - name: mtxrInterfaceStatsRxDrop
16661 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.55
16662 type: counter
16663 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.55'
16664 indexes:
16665 - labelname: mtxrInterfaceStatsIndex
16666 type: gauge
16667 lookups:
16668 - labels:
16669 - mtxrInterfaceStatsIndex
16670 labelname: ifName
16671 oid: 1.3.6.1.2.1.31.1.1.1.1
16672 type: DisplayString
16673 - name: mtxrInterfaceStatsTxBytes
16674 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.61
16675 type: counter
16676 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.61'
16677 indexes:
16678 - labelname: mtxrInterfaceStatsIndex
16679 type: gauge
16680 lookups:
16681 - labels:
16682 - mtxrInterfaceStatsIndex
16683 labelname: ifName
16684 oid: 1.3.6.1.2.1.31.1.1.1.1
16685 type: DisplayString
16686 - name: mtxrInterfaceStatsTxPackets
16687 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.62
16688 type: counter
16689 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.62'
16690 indexes:
16691 - labelname: mtxrInterfaceStatsIndex
16692 type: gauge
16693 lookups:
16694 - labels:
16695 - mtxrInterfaceStatsIndex
16696 labelname: ifName
16697 oid: 1.3.6.1.2.1.31.1.1.1.1
16698 type: DisplayString
16699 - name: mtxrInterfaceStatsTxTooShort
16700 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.63
16701 type: counter
16702 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.63'
16703 indexes:
16704 - labelname: mtxrInterfaceStatsIndex
16705 type: gauge
16706 lookups:
16707 - labels:
16708 - mtxrInterfaceStatsIndex
16709 labelname: ifName
16710 oid: 1.3.6.1.2.1.31.1.1.1.1
16711 type: DisplayString
16712 - name: mtxrInterfaceStatsTx64
16713 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.64
16714 type: counter
16715 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.64'
16716 indexes:
16717 - labelname: mtxrInterfaceStatsIndex
16718 type: gauge
16719 lookups:
16720 - labels:
16721 - mtxrInterfaceStatsIndex
16722 labelname: ifName
16723 oid: 1.3.6.1.2.1.31.1.1.1.1
16724 type: DisplayString
16725 - name: mtxrInterfaceStatsTx65To127
16726 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.65
16727 type: counter
16728 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.65'
16729 indexes:
16730 - labelname: mtxrInterfaceStatsIndex
16731 type: gauge
16732 lookups:
16733 - labels:
16734 - mtxrInterfaceStatsIndex
16735 labelname: ifName
16736 oid: 1.3.6.1.2.1.31.1.1.1.1
16737 type: DisplayString
16738 - name: mtxrInterfaceStatsTx128To255
16739 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.66
16740 type: counter
16741 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.66'
16742 indexes:
16743 - labelname: mtxrInterfaceStatsIndex
16744 type: gauge
16745 lookups:
16746 - labels:
16747 - mtxrInterfaceStatsIndex
16748 labelname: ifName
16749 oid: 1.3.6.1.2.1.31.1.1.1.1
16750 type: DisplayString
16751 - name: mtxrInterfaceStatsTx256To511
16752 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.67
16753 type: counter
16754 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.67'
16755 indexes:
16756 - labelname: mtxrInterfaceStatsIndex
16757 type: gauge
16758 lookups:
16759 - labels:
16760 - mtxrInterfaceStatsIndex
16761 labelname: ifName
16762 oid: 1.3.6.1.2.1.31.1.1.1.1
16763 type: DisplayString
16764 - name: mtxrInterfaceStatsTx512To1023
16765 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.68
16766 type: counter
16767 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.68'
16768 indexes:
16769 - labelname: mtxrInterfaceStatsIndex
16770 type: gauge
16771 lookups:
16772 - labels:
16773 - mtxrInterfaceStatsIndex
16774 labelname: ifName
16775 oid: 1.3.6.1.2.1.31.1.1.1.1
16776 type: DisplayString
16777 - name: mtxrInterfaceStatsTx1024To1518
16778 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.69
16779 type: counter
16780 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.69'
16781 indexes:
16782 - labelname: mtxrInterfaceStatsIndex
16783 type: gauge
16784 lookups:
16785 - labels:
16786 - mtxrInterfaceStatsIndex
16787 labelname: ifName
16788 oid: 1.3.6.1.2.1.31.1.1.1.1
16789 type: DisplayString
16790 - name: mtxrInterfaceStatsTx1519ToMax
16791 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.70
16792 type: counter
16793 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.70'
16794 indexes:
16795 - labelname: mtxrInterfaceStatsIndex
16796 type: gauge
16797 lookups:
16798 - labels:
16799 - mtxrInterfaceStatsIndex
16800 labelname: ifName
16801 oid: 1.3.6.1.2.1.31.1.1.1.1
16802 type: DisplayString
16803 - name: mtxrInterfaceStatsTxTooLong
16804 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.71
16805 type: counter
16806 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.71'
16807 indexes:
16808 - labelname: mtxrInterfaceStatsIndex
16809 type: gauge
16810 lookups:
16811 - labels:
16812 - mtxrInterfaceStatsIndex
16813 labelname: ifName
16814 oid: 1.3.6.1.2.1.31.1.1.1.1
16815 type: DisplayString
16816 - name: mtxrInterfaceStatsTxBroadcast
16817 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.72
16818 type: counter
16819 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.72'
16820 indexes:
16821 - labelname: mtxrInterfaceStatsIndex
16822 type: gauge
16823 lookups:
16824 - labels:
16825 - mtxrInterfaceStatsIndex
16826 labelname: ifName
16827 oid: 1.3.6.1.2.1.31.1.1.1.1
16828 type: DisplayString
16829 - name: mtxrInterfaceStatsTxPause
16830 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.73
16831 type: counter
16832 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.73'
16833 indexes:
16834 - labelname: mtxrInterfaceStatsIndex
16835 type: gauge
16836 lookups:
16837 - labels:
16838 - mtxrInterfaceStatsIndex
16839 labelname: ifName
16840 oid: 1.3.6.1.2.1.31.1.1.1.1
16841 type: DisplayString
16842 - name: mtxrInterfaceStatsTxMulticast
16843 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.74
16844 type: counter
16845 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.74'
16846 indexes:
16847 - labelname: mtxrInterfaceStatsIndex
16848 type: gauge
16849 lookups:
16850 - labels:
16851 - mtxrInterfaceStatsIndex
16852 labelname: ifName
16853 oid: 1.3.6.1.2.1.31.1.1.1.1
16854 type: DisplayString
16855 - name: mtxrInterfaceStatsTxUnderrun
16856 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.75
16857 type: counter
16858 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.75'
16859 indexes:
16860 - labelname: mtxrInterfaceStatsIndex
16861 type: gauge
16862 lookups:
16863 - labels:
16864 - mtxrInterfaceStatsIndex
16865 labelname: ifName
16866 oid: 1.3.6.1.2.1.31.1.1.1.1
16867 type: DisplayString
16868 - name: mtxrInterfaceStatsTxCollision
16869 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.76
16870 type: counter
16871 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.76'
16872 indexes:
16873 - labelname: mtxrInterfaceStatsIndex
16874 type: gauge
16875 lookups:
16876 - labels:
16877 - mtxrInterfaceStatsIndex
16878 labelname: ifName
16879 oid: 1.3.6.1.2.1.31.1.1.1.1
16880 type: DisplayString
16881 - name: mtxrInterfaceStatsTxExcessiveCollision
16882 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.77
16883 type: counter
16884 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.77'
16885 indexes:
16886 - labelname: mtxrInterfaceStatsIndex
16887 type: gauge
16888 lookups:
16889 - labels:
16890 - mtxrInterfaceStatsIndex
16891 labelname: ifName
16892 oid: 1.3.6.1.2.1.31.1.1.1.1
16893 type: DisplayString
16894 - name: mtxrInterfaceStatsTxMultipleCollision
16895 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.78
16896 type: counter
16897 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.78'
16898 indexes:
16899 - labelname: mtxrInterfaceStatsIndex
16900 type: gauge
16901 lookups:
16902 - labels:
16903 - mtxrInterfaceStatsIndex
16904 labelname: ifName
16905 oid: 1.3.6.1.2.1.31.1.1.1.1
16906 type: DisplayString
16907 - name: mtxrInterfaceStatsTxSingleCollision
16908 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.79
16909 type: counter
16910 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.79'
16911 indexes:
16912 - labelname: mtxrInterfaceStatsIndex
16913 type: gauge
16914 lookups:
16915 - labels:
16916 - mtxrInterfaceStatsIndex
16917 labelname: ifName
16918 oid: 1.3.6.1.2.1.31.1.1.1.1
16919 type: DisplayString
16920 - name: mtxrInterfaceStatsTxExcessiveDeferred
16921 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.80
16922 type: counter
16923 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.80'
16924 indexes:
16925 - labelname: mtxrInterfaceStatsIndex
16926 type: gauge
16927 lookups:
16928 - labels:
16929 - mtxrInterfaceStatsIndex
16930 labelname: ifName
16931 oid: 1.3.6.1.2.1.31.1.1.1.1
16932 type: DisplayString
16933 - name: mtxrInterfaceStatsTxDeferred
16934 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.81
16935 type: counter
16936 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.81'
16937 indexes:
16938 - labelname: mtxrInterfaceStatsIndex
16939 type: gauge
16940 lookups:
16941 - labels:
16942 - mtxrInterfaceStatsIndex
16943 labelname: ifName
16944 oid: 1.3.6.1.2.1.31.1.1.1.1
16945 type: DisplayString
16946 - name: mtxrInterfaceStatsTxLateCollision
16947 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.82
16948 type: counter
16949 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.82'
16950 indexes:
16951 - labelname: mtxrInterfaceStatsIndex
16952 type: gauge
16953 lookups:
16954 - labels:
16955 - mtxrInterfaceStatsIndex
16956 labelname: ifName
16957 oid: 1.3.6.1.2.1.31.1.1.1.1
16958 type: DisplayString
16959 - name: mtxrInterfaceStatsTxTotalCollision
16960 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.83
16961 type: counter
16962 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.83'
16963 indexes:
16964 - labelname: mtxrInterfaceStatsIndex
16965 type: gauge
16966 lookups:
16967 - labels:
16968 - mtxrInterfaceStatsIndex
16969 labelname: ifName
16970 oid: 1.3.6.1.2.1.31.1.1.1.1
16971 type: DisplayString
16972 - name: mtxrInterfaceStatsTxPauseHonored
16973 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.84
16974 type: counter
16975 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.84'
16976 indexes:
16977 - labelname: mtxrInterfaceStatsIndex
16978 type: gauge
16979 lookups:
16980 - labels:
16981 - mtxrInterfaceStatsIndex
16982 labelname: ifName
16983 oid: 1.3.6.1.2.1.31.1.1.1.1
16984 type: DisplayString
16985 - name: mtxrInterfaceStatsTxDrop
16986 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.85
16987 type: counter
16988 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.85'
16989 indexes:
16990 - labelname: mtxrInterfaceStatsIndex
16991 type: gauge
16992 lookups:
16993 - labels:
16994 - mtxrInterfaceStatsIndex
16995 labelname: ifName
16996 oid: 1.3.6.1.2.1.31.1.1.1.1
16997 type: DisplayString
16998 - name: mtxrInterfaceStatsTxJabber
16999 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.86
17000 type: counter
17001 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.86'
17002 indexes:
17003 - labelname: mtxrInterfaceStatsIndex
17004 type: gauge
17005 lookups:
17006 - labels:
17007 - mtxrInterfaceStatsIndex
17008 labelname: ifName
17009 oid: 1.3.6.1.2.1.31.1.1.1.1
17010 type: DisplayString
17011 - name: mtxrInterfaceStatsTxFCSError
17012 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.87
17013 type: counter
17014 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.87'
17015 indexes:
17016 - labelname: mtxrInterfaceStatsIndex
17017 type: gauge
17018 lookups:
17019 - labels:
17020 - mtxrInterfaceStatsIndex
17021 labelname: ifName
17022 oid: 1.3.6.1.2.1.31.1.1.1.1
17023 type: DisplayString
17024 - name: mtxrInterfaceStatsTxControl
17025 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.88
17026 type: counter
17027 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.88'
17028 indexes:
17029 - labelname: mtxrInterfaceStatsIndex
17030 type: gauge
17031 lookups:
17032 - labels:
17033 - mtxrInterfaceStatsIndex
17034 labelname: ifName
17035 oid: 1.3.6.1.2.1.31.1.1.1.1
17036 type: DisplayString
17037 - name: mtxrInterfaceStatsTxFragment
17038 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.89
17039 type: counter
17040 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.89'
17041 indexes:
17042 - labelname: mtxrInterfaceStatsIndex
17043 type: gauge
17044 lookups:
17045 - labels:
17046 - mtxrInterfaceStatsIndex
17047 labelname: ifName
17048 oid: 1.3.6.1.2.1.31.1.1.1.1
17049 type: DisplayString
17050 - name: mtxrInterfaceStatsLinkDowns
17051 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.90
17052 type: counter
17053 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.90'
17054 indexes:
17055 - labelname: mtxrInterfaceStatsIndex
17056 type: gauge
17057 lookups:
17058 - labels:
17059 - mtxrInterfaceStatsIndex
17060 labelname: ifName
17061 oid: 1.3.6.1.2.1.31.1.1.1.1
17062 type: DisplayString
17063 - name: mtxrPOEInterfaceIndex
17064 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.1
17065 type: gauge
17066 help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.1'
17067 indexes:
17068 - labelname: mtxrPOEInterfaceIndex
17069 type: gauge
17070 - name: mtxrPOEName
17071 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2
17072 type: DisplayString
17073 help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.2'
17074 indexes:
17075 - labelname: mtxrPOEInterfaceIndex
17076 type: gauge
17077 - name: mtxrPOEStatus
17078 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.3
17079 type: gauge
17080 help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.3'
17081 indexes:
17082 - labelname: mtxrPOEInterfaceIndex
17083 type: gauge
17084 enum_values:
17085 1: disabled
17086 2: waitingForLoad
17087 3: poweredOn
17088 4: overload
17089 - name: mtxrPOEVoltage
17090 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.4
17091 type: gauge
17092 help: V - 1.3.6.1.4.1.14988.1.1.15.1.1.4
17093 indexes:
17094 - labelname: mtxrPOEInterfaceIndex
17095 type: gauge
17096 - name: mtxrPOECurrent
17097 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.5
17098 type: gauge
17099 help: mA - 1.3.6.1.4.1.14988.1.1.15.1.1.5
17100 indexes:
17101 - labelname: mtxrPOEInterfaceIndex
17102 type: gauge
17103 - name: mtxrPOEPower
17104 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.6
17105 type: gauge
17106 help: W - 1.3.6.1.4.1.14988.1.1.15.1.1.6
17107 indexes:
17108 - labelname: mtxrPOEInterfaceIndex
17109 type: gauge
17110 - name: mtxrLTEModemInterfaceIndex
17111 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.1
17112 type: gauge
17113 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.1'
17114 indexes:
17115 - labelname: mtxrLTEModemInterfaceIndex
17116 type: gauge
17117 - name: mtxrLTEModemSignalRSSI
17118 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.2
17119 type: gauge
17120 help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.2
17121 indexes:
17122 - labelname: mtxrLTEModemInterfaceIndex
17123 type: gauge
17124 - name: mtxrLTEModemSignalRSRQ
17125 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.3
17126 type: gauge
17127 help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.3
17128 indexes:
17129 - labelname: mtxrLTEModemInterfaceIndex
17130 type: gauge
17131 - name: mtxrLTEModemSignalRSRP
17132 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.4
17133 type: gauge
17134 help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.4
17135 indexes:
17136 - labelname: mtxrLTEModemInterfaceIndex
17137 type: gauge
17138 - name: mtxrLTEModemCellId
17139 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.5
17140 type: gauge
17141 help: current cell ID - 1.3.6.1.4.1.14988.1.1.16.1.1.5
17142 indexes:
17143 - labelname: mtxrLTEModemInterfaceIndex
17144 type: gauge
17145 - name: mtxrLTEModemAccessTechnology
17146 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.6
17147 type: gauge
17148 help: as reported by +CREG - 1.3.6.1.4.1.14988.1.1.16.1.1.6
17149 indexes:
17150 - labelname: mtxrLTEModemInterfaceIndex
17151 type: gauge
17152 enum_values:
17153 -1: unknown
17154 0: gsmcompact
17155 1: gsm
17156 2: utran
17157 3: egprs
17158 4: hsdpa
17159 5: hsupa
17160 6: hsdpahsupa
17161 7: eutran
17162 - name: mtxrLTEModemSignalSINR
17163 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.7
17164 type: gauge
17165 help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.7
17166 indexes:
17167 - labelname: mtxrLTEModemInterfaceIndex
17168 type: gauge
17169 - name: mtxrLTEModemEnbId
17170 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.8
17171 type: gauge
17172 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.8'
17173 indexes:
17174 - labelname: mtxrLTEModemInterfaceIndex
17175 type: gauge
17176 - name: mtxrLTEModemSectorId
17177 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.9
17178 type: gauge
17179 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.9'
17180 indexes:
17181 - labelname: mtxrLTEModemInterfaceIndex
17182 type: gauge
17183 - name: mtxrLTEModemLac
17184 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.10
17185 type: gauge
17186 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.10'
17187 indexes:
17188 - labelname: mtxrLTEModemInterfaceIndex
17189 type: gauge
17190 - name: mtxrLTEModemIMEI
17191 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.11
17192 type: DisplayString
17193 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.11'
17194 indexes:
17195 - labelname: mtxrLTEModemInterfaceIndex
17196 type: gauge
17197 - name: mtxrLTEModemIMSI
17198 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.12
17199 type: DisplayString
17200 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.12'
17201 indexes:
17202 - labelname: mtxrLTEModemInterfaceIndex
17203 type: gauge
17204 - name: mtxrLTEModemUICC
17205 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.13
17206 type: DisplayString
17207 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.13'
17208 indexes:
17209 - labelname: mtxrLTEModemInterfaceIndex
17210 type: gauge
17211 - name: mtxrLTEModemRAT
17212 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.14
17213 type: DisplayString
17214 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.14'
17215 indexes:
17216 - labelname: mtxrLTEModemInterfaceIndex
17217 type: gauge
17218 - name: mtxrPartitionIndex
17219 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.1
17220 type: gauge
17221 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.1'
17222 indexes:
17223 - labelname: mtxrPartitionIndex
17224 type: gauge
17225 - name: mtxrPartitionName
17226 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2
17227 type: DisplayString
17228 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.2'
17229 indexes:
17230 - labelname: mtxrPartitionIndex
17231 type: gauge
17232 - name: mtxrPartitionSize
17233 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.3
17234 type: gauge
17235 help: MB - 1.3.6.1.4.1.14988.1.1.17.1.1.3
17236 indexes:
17237 - labelname: mtxrPartitionIndex
17238 type: gauge
17239 - name: mtxrPartitionVersion
17240 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.4
17241 type: DisplayString
17242 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.4'
17243 indexes:
17244 - labelname: mtxrPartitionIndex
17245 type: gauge
17246 - name: mtxrPartitionActive
17247 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.5
17248 type: gauge
17249 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.5'
17250 indexes:
17251 - labelname: mtxrPartitionIndex
17252 type: gauge
17253 enum_values:
17254 0: "false"
17255 1: "true"
17256 - name: mtxrPartitionRunning
17257 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.6
17258 type: gauge
17259 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.6'
17260 indexes:
17261 - labelname: mtxrPartitionIndex
17262 type: gauge
17263 enum_values:
17264 0: "false"
17265 1: "true"
17266 - name: mtxrScriptRunIndex
17267 oid: 1.3.6.1.4.1.14988.1.1.18.1.1.1
17268 type: gauge
17269 help: ' - 1.3.6.1.4.1.14988.1.1.18.1.1.1'
17270 indexes:
17271 - labelname: mtxrScriptRunIndex
17272 type: gauge
17273 - name: mtxrScriptRunOutput
17274 oid: 1.3.6.1.4.1.14988.1.1.18.1.1.2
17275 type: DisplayString
17276 help: this oid on get request will run script and return it's output - 1.3.6.1.4.1.14988.1.1.18.1.1.2
17277 indexes:
17278 - labelname: mtxrScriptRunIndex
17279 type: gauge
17280 - name: mtxrOpticalIndex
17281 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.1
17282 type: gauge
17283 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.1'
17284 indexes:
17285 - labelname: mtxrOpticalIndex
17286 type: gauge
17287 - name: mtxrOpticalName
17288 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2
17289 type: DisplayString
17290 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.2'
17291 indexes:
17292 - labelname: mtxrOpticalIndex
17293 type: gauge
17294 - name: mtxrOpticalRxLoss
17295 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.3
17296 type: gauge
17297 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.3'
17298 indexes:
17299 - labelname: mtxrOpticalIndex
17300 type: gauge
17301 enum_values:
17302 0: "false"
17303 1: "true"
17304 - name: mtxrOpticalTxFault
17305 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.4
17306 type: gauge
17307 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.4'
17308 indexes:
17309 - labelname: mtxrOpticalIndex
17310 type: gauge
17311 enum_values:
17312 0: "false"
17313 1: "true"
17314 - name: mtxrOpticalWavelength
17315 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.5
17316 type: gauge
17317 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.5'
17318 indexes:
17319 - labelname: mtxrOpticalIndex
17320 type: gauge
17321 - name: mtxrOpticalTemperature
17322 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.6
17323 type: gauge
17324 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.6'
17325 indexes:
17326 - labelname: mtxrOpticalIndex
17327 type: gauge
17328 - name: mtxrOpticalSupplyVoltage
17329 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.7
17330 type: gauge
17331 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.7'
17332 indexes:
17333 - labelname: mtxrOpticalIndex
17334 type: gauge
17335 - name: mtxrOpticalTxBiasCurrent
17336 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.8
17337 type: gauge
17338 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.8'
17339 indexes:
17340 - labelname: mtxrOpticalIndex
17341 type: gauge
17342 - name: mtxrOpticalTxPower
17343 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.9
17344 type: gauge
17345 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.9'
17346 indexes:
17347 - labelname: mtxrOpticalIndex
17348 type: gauge
17349 - name: mtxrOpticalRxPower
17350 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.10
17351 type: gauge
17352 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.10'
17353 indexes:
17354 - labelname: mtxrOpticalIndex
17355 type: gauge
17356 - name: mtxrIkeSACount
17357 oid: 1.3.6.1.4.1.14988.1.1.20.1
17358 type: gauge
17359 help: IKE SA count - 1.3.6.1.4.1.14988.1.1.20.1
17360 - name: mtxrIkeSAIndex
17361 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.1
17362 type: gauge
17363 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.1'
17364 indexes:
17365 - labelname: mtxrIkeSAIndex
17366 type: gauge
17367 - name: mtxrIkeSAInitiatorCookie
17368 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.2
17369 type: DisplayString
17370 help: initiator SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.2
17371 indexes:
17372 - labelname: mtxrIkeSAIndex
17373 type: gauge
17374 - name: mtxrIkeSAResponderCookie
17375 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.3
17376 type: DisplayString
17377 help: responder SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.3
17378 indexes:
17379 - labelname: mtxrIkeSAIndex
17380 type: gauge
17381 - name: mtxrIkeSAResponder
17382 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.4
17383 type: gauge
17384 help: IKE side - 1.3.6.1.4.1.14988.1.1.20.2.1.4
17385 indexes:
17386 - labelname: mtxrIkeSAIndex
17387 type: gauge
17388 enum_values:
17389 0: "false"
17390 1: "true"
17391 - name: mtxrIkeSANatt
17392 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.5
17393 type: gauge
17394 help: NAT is detected - 1.3.6.1.4.1.14988.1.1.20.2.1.5
17395 indexes:
17396 - labelname: mtxrIkeSAIndex
17397 type: gauge
17398 enum_values:
17399 0: "false"
17400 1: "true"
17401 - name: mtxrIkeSAVersion
17402 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.6
17403 type: gauge
17404 help: protocol version - 1.3.6.1.4.1.14988.1.1.20.2.1.6
17405 indexes:
17406 - labelname: mtxrIkeSAIndex
17407 type: gauge
17408 - name: mtxrIkeSAState
17409 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.7
17410 type: gauge
17411 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.7'
17412 indexes:
17413 - labelname: mtxrIkeSAIndex
17414 type: gauge
17415 enum_values:
17416 1: exchange
17417 2: established
17418 3: expired
17419 4: eap
17420 - name: mtxrIkeSAUptime
17421 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.8
17422 type: gauge
17423 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.8'
17424 indexes:
17425 - labelname: mtxrIkeSAIndex
17426 type: gauge
17427 - name: mtxrIkeSASeen
17428 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.9
17429 type: gauge
17430 help: time elapsed since last valid IKE packet - 1.3.6.1.4.1.14988.1.1.20.2.1.9
17431 indexes:
17432 - labelname: mtxrIkeSAIndex
17433 type: gauge
17434 - name: mtxrIkeSAIdentity
17435 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.10
17436 type: DisplayString
17437 help: peer identity - 1.3.6.1.4.1.14988.1.1.20.2.1.10
17438 indexes:
17439 - labelname: mtxrIkeSAIndex
17440 type: gauge
17441 - name: mtxrIkeSAPh2Count
17442 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.11
17443 type: gauge
17444 help: total ph2 SA pairs - 1.3.6.1.4.1.14988.1.1.20.2.1.11
17445 indexes:
17446 - labelname: mtxrIkeSAIndex
17447 type: gauge
17448 - name: mtxrIkeSALocalAddressType
17449 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.12
17450 type: gauge
17451 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.12'
17452 indexes:
17453 - labelname: mtxrIkeSAIndex
17454 type: gauge
17455 enum_values:
17456 0: unknown
17457 1: ipv4
17458 2: ipv6
17459 3: ipv4z
17460 4: ipv6z
17461 16: dns
17462 - name: mtxrIkeSALocalAddress
17463 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.13
17464 type: InetAddress
17465 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.13'
17466 indexes:
17467 - labelname: mtxrIkeSAIndex
17468 type: gauge
17469 - name: mtxrIkeSALocalPort
17470 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.14
17471 type: gauge
17472 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.14'
17473 indexes:
17474 - labelname: mtxrIkeSAIndex
17475 type: gauge
17476 - name: mtxrIkeSAPeerAddressType
17477 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.15
17478 type: gauge
17479 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.15'
17480 indexes:
17481 - labelname: mtxrIkeSAIndex
17482 type: gauge
17483 enum_values:
17484 0: unknown
17485 1: ipv4
17486 2: ipv6
17487 3: ipv4z
17488 4: ipv6z
17489 16: dns
17490 - name: mtxrIkeSAPeerAddress
17491 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.16
17492 type: InetAddress
17493 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.16'
17494 indexes:
17495 - labelname: mtxrIkeSAIndex
17496 type: gauge
17497 - name: mtxrIkeSAPeerPort
17498 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.17
17499 type: gauge
17500 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.17'
17501 indexes:
17502 - labelname: mtxrIkeSAIndex
17503 type: gauge
17504 - name: mtxrIkeSADynamicAddressType
17505 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.18
17506 type: gauge
17507 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.18'
17508 indexes:
17509 - labelname: mtxrIkeSAIndex
17510 type: gauge
17511 enum_values:
17512 0: unknown
17513 1: ipv4
17514 2: ipv6
17515 3: ipv4z
17516 4: ipv6z
17517 16: dns
17518 - name: mtxrIkeSADynamicAddress
17519 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.19
17520 type: InetAddress
17521 help: dynamic address allocated by mode config - 1.3.6.1.4.1.14988.1.1.20.2.1.19
17522 indexes:
17523 - labelname: mtxrIkeSAIndex
17524 type: gauge
17525 - name: mtxrIkeSATxBytes
17526 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.20
17527 type: counter
17528 help: ph2 SA tx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.20
17529 indexes:
17530 - labelname: mtxrIkeSAIndex
17531 type: gauge
17532 - name: mtxrIkeSARxBytes
17533 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.21
17534 type: counter
17535 help: ph2 SA rx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.21
17536 indexes:
17537 - labelname: mtxrIkeSAIndex
17538 type: gauge
17539 - name: mtxrIkeSATxPackets
17540 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.22
17541 type: counter
17542 help: ph2 SA tx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.22
17543 indexes:
17544 - labelname: mtxrIkeSAIndex
17545 type: gauge
17546 - name: mtxrIkeSARxPackets
17547 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.23
17548 type: counter
17549 help: ph2 SA rx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.23
17550 indexes:
17551 - labelname: mtxrIkeSAIndex
17552 type: gauge
17553 - name: laIndex
17554 oid: 1.3.6.1.4.1.2021.10.1.1
17555 type: gauge
17556 help: reference index/row number for each observed loadave. - 1.3.6.1.4.1.2021.10.1.1
17557 indexes:
17558 - labelname: laIndex
17559 type: gauge
17560 lookups:
17561 - labels:
17562 - laIndex
17563 labelname: laNames
17564 oid: 1.3.6.1.4.1.2021.10.1.2
17565 type: DisplayString
17566 - labels: []
17567 labelname: laIndex
17568 nec_ix:
17569 walk:
17570 - 1.3.6.1.4.1.119.2.3.84.11
17571 - 1.3.6.1.4.1.119.2.3.84.12
17572 - 1.3.6.1.4.1.119.2.3.84.13
17573 - 1.3.6.1.4.1.119.2.3.84.2
17574 - 1.3.6.1.4.1.119.2.3.84.3
17575 - 1.3.6.1.4.1.119.2.3.84.6
17576 - 1.3.6.1.4.1.119.2.3.84.7
17577 - 1.3.6.1.4.1.119.2.3.84.8
17578 - 1.3.6.1.4.1.119.2.3.84.9
17579 metrics:
17580 - name: picoMobileDeviceIndex
17581 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.1
17582 type: gauge
17583 help: The unique index for each Mobile module. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.1
17584 indexes:
17585 - labelname: picoMobileDeviceIndex
17586 type: gauge
17587 - name: picoMobileDeviceVendorName
17588 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.2
17589 type: DisplayString
17590 help: The object of the vendor name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.2
17591 indexes:
17592 - labelname: picoMobileDeviceIndex
17593 type: gauge
17594 - name: picoMobileDeviceName
17595 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.3
17596 type: DisplayString
17597 help: The object of the device name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.3
17598 indexes:
17599 - labelname: picoMobileDeviceIndex
17600 type: gauge
17601 - name: picoMobileDeviceProductID
17602 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.4
17603 type: DisplayString
17604 help: The object of the product ID. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.4
17605 indexes:
17606 - labelname: picoMobileDeviceIndex
17607 type: gauge
17608 - name: picoMobileDeviceSoftwareVersion
17609 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.5
17610 type: DisplayString
17611 help: The object of the software version. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.5
17612 indexes:
17613 - labelname: picoMobileDeviceIndex
17614 type: gauge
17615 - name: picoMobileDeviceSignalBar
17616 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.6
17617 type: gauge
17618 help: The object of the signal bar. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.6
17619 indexes:
17620 - labelname: picoMobileDeviceIndex
17621 type: gauge
17622 - name: picoMobileDeviceSignalStrength
17623 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.7
17624 type: gauge
17625 help: 'The signal strength can be: unknown(-1) :signal strength is unknown out-range(0):signal
17626 strength is 0 weak(1) :signal strength is 1 low(2) :signal strength is 2 high(3)
17627 :signal strength is 3 - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.7'
17628 indexes:
17629 - labelname: picoMobileDeviceIndex
17630 type: gauge
17631 enum_values:
17632 -1: unknown
17633 0: out-range
17634 1: weak
17635 2: low
17636 3: high
17637 - name: picoMobileDeviceSignalQuality
17638 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.8
17639 type: DisplayString
17640 help: The object of the signal quality. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.8
17641 indexes:
17642 - labelname: picoMobileDeviceIndex
17643 type: gauge
17644 - name: picoMobileDeviceSignalElapsedTime
17645 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.9
17646 type: gauge
17647 help: The object of the elapsed time after signal acquiring. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.9
17648 indexes:
17649 - labelname: picoMobileDeviceIndex
17650 type: gauge
17651 - name: picoMobileDeviceRadioInterface
17652 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.10
17653 type: DisplayString
17654 help: The object of the radio interface. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.10
17655 indexes:
17656 - labelname: picoMobileDeviceIndex
17657 type: gauge
17658 - name: picoMobileDeviceCarrier
17659 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.11
17660 type: DisplayString
17661 help: The object of the carrier name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.11
17662 indexes:
17663 - labelname: picoMobileDeviceIndex
17664 type: gauge
17665 - name: picoMobileDeviceDialerString
17666 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.12
17667 type: DisplayString
17668 help: The object of the dialer string. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.12
17669 indexes:
17670 - labelname: picoMobileDeviceIndex
17671 type: gauge
17672 - name: picoMobileDeviceDialStatus
17673 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.13
17674 type: gauge
17675 help: 'The dial status can be: disconnected(0):dial status is disconnected - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.13'
17676 indexes:
17677 - labelname: picoMobileDeviceIndex
17678 type: gauge
17679 enum_values:
17680 0: disconnected
17681 1: connect
17682 2: cancel
17683 3: connected
17684 4: postprocess
17685 - name: picoMobileDeviceInRangeCounts
17686 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.14
17687 type: gauge
17688 help: The in-range statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.14
17689 indexes:
17690 - labelname: picoMobileDeviceIndex
17691 type: gauge
17692 - name: picoMobileDeviceOutRangeCounts
17693 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.15
17694 type: gauge
17695 help: The out-range statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.15
17696 indexes:
17697 - labelname: picoMobileDeviceIndex
17698 type: gauge
17699 - name: picoMobileDeviceResetCounts
17700 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.16
17701 type: gauge
17702 help: The reset device statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.16
17703 indexes:
17704 - labelname: picoMobileDeviceIndex
17705 type: gauge
17706 - name: picoIPv4CacheEntries
17707 oid: 1.3.6.1.4.1.119.2.3.84.12.1.1
17708 type: gauge
17709 help: The number of current IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.1
17710 - name: picoIPv4CachePeaks
17711 oid: 1.3.6.1.4.1.119.2.3.84.12.1.2
17712 type: gauge
17713 help: The peak value of IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.2
17714 - name: picoIPv4CacheCreates
17715 oid: 1.3.6.1.4.1.119.2.3.84.12.1.3
17716 type: counter
17717 help: The total count of created IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.3
17718 - name: picoIPv4CacheOverflows
17719 oid: 1.3.6.1.4.1.119.2.3.84.12.1.4
17720 type: counter
17721 help: The total count of IPv4 cache overflow. - 1.3.6.1.4.1.119.2.3.84.12.1.4
17722 - name: picoIPv4UFSCacheEntries
17723 oid: 1.3.6.1.4.1.119.2.3.84.12.2.1
17724 type: gauge
17725 help: The number of current IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.1
17726 - name: picoIPv4UFSCachePeaks
17727 oid: 1.3.6.1.4.1.119.2.3.84.12.2.2
17728 type: gauge
17729 help: The peak value of IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.2
17730 - name: picoIPv4UFSCacheCreates
17731 oid: 1.3.6.1.4.1.119.2.3.84.12.2.3
17732 type: counter
17733 help: The total count of created IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.3
17734 - name: picoIPv4UFSCacheOverflows
17735 oid: 1.3.6.1.4.1.119.2.3.84.12.2.4
17736 type: counter
17737 help: The total count of IPv4 UFS cache overflow - 1.3.6.1.4.1.119.2.3.84.12.2.4
17738 - name: picoIPv6CacheEntries
17739 oid: 1.3.6.1.4.1.119.2.3.84.13.1.1
17740 type: gauge
17741 help: The number of current IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.1
17742 - name: picoIPv6CachePeaks
17743 oid: 1.3.6.1.4.1.119.2.3.84.13.1.2
17744 type: gauge
17745 help: The peak value of IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.2
17746 - name: picoIPv6CacheCreates
17747 oid: 1.3.6.1.4.1.119.2.3.84.13.1.3
17748 type: counter
17749 help: The total count of created IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.3
17750 - name: picoIPv6CacheOverflows
17751 oid: 1.3.6.1.4.1.119.2.3.84.13.1.4
17752 type: counter
17753 help: The total count of IPv6 cache overflow. - 1.3.6.1.4.1.119.2.3.84.13.1.4
17754 - name: picoIPv6UFSCacheEntries
17755 oid: 1.3.6.1.4.1.119.2.3.84.13.2.1
17756 type: gauge
17757 help: The number of current IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.1
17758 - name: picoIPv6UFSCachePeaks
17759 oid: 1.3.6.1.4.1.119.2.3.84.13.2.2
17760 type: gauge
17761 help: The peak value of IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.2
17762 - name: picoIPv6UFSCacheCreates
17763 oid: 1.3.6.1.4.1.119.2.3.84.13.2.3
17764 type: counter
17765 help: The total count of created IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.3
17766 - name: picoIPv6UFSCacheOverflows
17767 oid: 1.3.6.1.4.1.119.2.3.84.13.2.4
17768 type: counter
17769 help: The total count of IPv6 UFS cache overflow - 1.3.6.1.4.1.119.2.3.84.13.2.4
17770 - name: picoCelsius
17771 oid: 1.3.6.1.4.1.119.2.3.84.2.1.1
17772 type: gauge
17773 help: Indicates the temperature of the equipment inside, in degree (Celsius).
17774 - 1.3.6.1.4.1.119.2.3.84.2.1.1
17775 - name: picoFahrenheit
17776 oid: 1.3.6.1.4.1.119.2.3.84.2.1.2
17777 type: gauge
17778 help: Indicates the temperature of the equipment inside, in degree (Fahrenheit).
17779 - 1.3.6.1.4.1.119.2.3.84.2.1.2
17780 - name: picoVoltage
17781 oid: 1.3.6.1.4.1.119.2.3.84.2.2
17782 type: gauge
17783 help: Indicates the observed voltage, in milli-volt (mV). - 1.3.6.1.4.1.119.2.3.84.2.2
17784 - name: picoFanIndex
17785 oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.1
17786 type: gauge
17787 help: Unique index for each fan module. - 1.3.6.1.4.1.119.2.3.84.2.3.1.1
17788 indexes:
17789 - labelname: picoFanIndex
17790 type: gauge
17791 - name: picoFanStatus
17792 oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.2
17793 type: gauge
17794 help: Status of a fan module - 1.3.6.1.4.1.119.2.3.84.2.3.1.2
17795 indexes:
17796 - labelname: picoFanIndex
17797 type: gauge
17798 enum_values:
17799 1: normal
17800 2: failure
17801 - name: picoFanRpm
17802 oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.3
17803 type: gauge
17804 help: Fan speed (Revolution Per Minutes) - 1.3.6.1.4.1.119.2.3.84.2.3.1.3
17805 indexes:
17806 - labelname: picoFanIndex
17807 type: gauge
17808 - name: picoPowerSupplyIndex
17809 oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.1
17810 type: gauge
17811 help: Unique index for each power supply module. - 1.3.6.1.4.1.119.2.3.84.2.4.1.1
17812 indexes:
17813 - labelname: picoPowerSupplyIndex
17814 type: gauge
17815 - name: picoPowerSupplyType
17816 oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.2
17817 type: gauge
17818 help: Power supply module type. - 1.3.6.1.4.1.119.2.3.84.2.4.1.2
17819 indexes:
17820 - labelname: picoPowerSupplyIndex
17821 type: gauge
17822 enum_values:
17823 0: notInstalled
17824 1: systemACPS
17825 2: ieee802dot3af-PoE-ACPS
17826 - name: picoPowerSupplyStatus
17827 oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.3
17828 type: gauge
17829 help: Status of a Power Supply module. - 1.3.6.1.4.1.119.2.3.84.2.4.1.3
17830 indexes:
17831 - labelname: picoPowerSupplyIndex
17832 type: gauge
17833 enum_values:
17834 0: notInstalled
17835 1: normal
17836 2: failure
17837 - name: picoSchedRtUtl1Sec
17838 oid: 1.3.6.1.4.1.119.2.3.84.2.5.1
17839 type: gauge
17840 help: Indicates the observed system utilization for last 1 second, in percent
17841 (%). - 1.3.6.1.4.1.119.2.3.84.2.5.1
17842 - name: picoSchedRtUtl5Sec
17843 oid: 1.3.6.1.4.1.119.2.3.84.2.5.2
17844 type: gauge
17845 help: Indicates the observed system utilization for last 5 seconds, in percent
17846 (%). - 1.3.6.1.4.1.119.2.3.84.2.5.2
17847 - name: picoSchedRtUtl1Min
17848 oid: 1.3.6.1.4.1.119.2.3.84.2.5.3
17849 type: gauge
17850 help: Indicates the observed system utilization for last 1 minute, in percent
17851 (%). - 1.3.6.1.4.1.119.2.3.84.2.5.3
17852 - name: picoSchedRtUtl1Hour
17853 oid: 1.3.6.1.4.1.119.2.3.84.2.5.4
17854 type: gauge
17855 help: Indicates the observed system utilization for last 1 hour, in percent (%).
17856 - 1.3.6.1.4.1.119.2.3.84.2.5.4
17857 - name: picoHeapSize
17858 oid: 1.3.6.1.4.1.119.2.3.84.2.6.1
17859 type: gauge
17860 help: Indicates the observed total heap size, in bytes. - 1.3.6.1.4.1.119.2.3.84.2.6.1
17861 - name: picoHeapUtil
17862 oid: 1.3.6.1.4.1.119.2.3.84.2.6.2
17863 type: gauge
17864 help: Indicates the observed current heap utilization, in percent (%). - 1.3.6.1.4.1.119.2.3.84.2.6.2
17865 - name: pipSecMibLevel
17866 oid: 1.3.6.1.4.1.119.2.3.84.3.1.1.1
17867 type: gauge
17868 help: The version of the IPsec MIB. - 1.3.6.1.4.1.119.2.3.84.3.1.1.1
17869 - name: pikeGlobalActiveTunnels
17870 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.1
17871 type: gauge
17872 help: The number of currently active IPsec Phase-1 IKE Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.1
17873 - name: pikeGlobalInNotifys
17874 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.6
17875 type: counter
17876 help: The total number of notifys received by all currently and previously active
17877 IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.6
17878 - name: pikeGlobalInP2Exchgs
17879 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.7
17880 type: counter
17881 help: The total number of IPsec Phase-2 exchanges received by all currently and
17882 previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.7
17883 - name: pikeGlobalInP2ExchgInvalids
17884 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.8
17885 type: counter
17886 help: The total number of IPsec Phase-2 exchanges which were received and found
17887 to be contain references to unrecognized security parameters - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.8
17888 - name: pikeGlobalInP2ExchgRejects
17889 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.9
17890 type: counter
17891 help: The total number of IPsec Phase-2 exchanges which were received and validated
17892 but were rejected by the local policy - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.9
17893 - name: pikeGlobalInP2SaDelRequests
17894 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.10
17895 type: counter
17896 help: The total number of IPsec Phase-2 security association delete requests received
17897 by all currently and previously active and IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.10
17898 - name: pikeGlobalOutNotifys
17899 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.14
17900 type: counter
17901 help: The total number of notifys sent by all currently and previously active
17902 IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.14
17903 - name: pikeGlobalOutP2Exchgs
17904 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.15
17905 type: counter
17906 help: The total number of IPsec Phase-2 exchanges which were sent by all currently
17907 and previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.15
17908 - name: pikeGlobalOutP2ExchgInvalids
17909 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.16
17910 type: counter
17911 help: The total number of IPsec Phase-2 exchanges which were sent and were flagged
17912 by the peer to contain references to unrecognized security parameters - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.16
17913 - name: pikeGlobalOutP2ExchgRejects
17914 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.17
17915 type: counter
17916 help: The total number of IPsec Phase-2 exchanges which were sent, validated by
17917 the peer but were rejected by the peer's policy - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.17
17918 - name: pikeGlobalOutP2SaDelRequests
17919 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.18
17920 type: counter
17921 help: The total number of IPsec Phase-2 SA delete requests sent by all currently
17922 and previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.18
17923 - name: pikeGlobalInitTunnels
17924 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.19
17925 type: counter
17926 help: The total number of IPsec Phase-1 IKE Tunnels which were locally initiated.
17927 - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.19
17928 - name: pikeGlobalInitTunnelFails
17929 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.20
17930 type: counter
17931 help: The total number of IPsec Phase-1 IKE Tunnels which were locally initiated
17932 and failed to activate. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.20
17933 - name: pikeGlobalRespTunnelFails
17934 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.21
17935 type: counter
17936 help: The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated
17937 and failed to activate. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.21
17938 - name: pikeGlobalAuthFails
17939 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.23
17940 type: counter
17941 help: The total number of authentications which ended in failure by all current
17942 and previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.23
17943 - name: pikeGlobalDecryptFails
17944 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.24
17945 type: counter
17946 help: The total number of decryptions which ended in failure by all current and
17947 previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.24
17948 - name: pikeGlobalHashValidFails
17949 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.25
17950 type: counter
17951 help: The total number of hash validations which ended in failure by all current
17952 and previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.25
17953 - name: pikeGlobalRespTunnels
17954 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.27
17955 type: counter
17956 help: The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated.
17957 - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.27
17958 - name: pikeGlobalInP1SaDelRequests
17959 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.30
17960 type: counter
17961 help: The total number of ISAKMP security association delete requests received
17962 by all currently and previously active and ISAKMP security associations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.30
17963 - name: pikeGlobalOutP1SaDelRequests
17964 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.31
17965 type: counter
17966 help: The total number of ISAKMP security association delete requests sent by
17967 all currently and previously active and ISAKMP security associations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.31
17968 - name: pikePeerLocalType
17969 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.1
17970 type: gauge
17971 help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.1
17972 indexes:
17973 - labelname: pikePeerLocalType
17974 type: gauge
17975 enum_values:
17976 1: idIpv4Addr
17977 2: idFqdn
17978 3: idDn
17979 4: idIpv6Addr
17980 - labelname: pikePeerLocalValue
17981 type: DisplayString
17982 - labelname: pikePeerRemoteType
17983 type: gauge
17984 enum_values:
17985 1: idIpv4Addr
17986 2: idFqdn
17987 3: idDn
17988 4: idIpv6Addr
17989 - labelname: pikePeerRemoteValue
17990 type: DisplayString
17991 - labelname: pikePeerIntIndex
17992 type: gauge
17993 enum_values:
17994 1: idIpv4Addr
17995 2: idFqdn
17996 3: idDn
17997 4: idIpv6Addr
17998 - name: pikePeerLocalValue
17999 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.2
18000 type: DisplayString
18001 help: The value of the local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.2
18002 indexes:
18003 - labelname: pikePeerLocalType
18004 type: gauge
18005 enum_values:
18006 1: idIpv4Addr
18007 2: idFqdn
18008 3: idDn
18009 4: idIpv6Addr
18010 - labelname: pikePeerLocalValue
18011 type: DisplayString
18012 - labelname: pikePeerRemoteType
18013 type: gauge
18014 enum_values:
18015 1: idIpv4Addr
18016 2: idFqdn
18017 3: idDn
18018 4: idIpv6Addr
18019 - labelname: pikePeerRemoteValue
18020 type: DisplayString
18021 - labelname: pikePeerIntIndex
18022 type: gauge
18023 - name: pikePeerRemoteType
18024 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.3
18025 type: gauge
18026 help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.3
18027 indexes:
18028 - labelname: pikePeerLocalType
18029 type: gauge
18030 enum_values:
18031 1: idIpv4Addr
18032 2: idFqdn
18033 3: idDn
18034 4: idIpv6Addr
18035 - labelname: pikePeerLocalValue
18036 type: DisplayString
18037 - labelname: pikePeerRemoteType
18038 type: gauge
18039 enum_values:
18040 1: idIpv4Addr
18041 2: idFqdn
18042 3: idDn
18043 4: idIpv6Addr
18044 - labelname: pikePeerRemoteValue
18045 type: DisplayString
18046 - labelname: pikePeerIntIndex
18047 type: gauge
18048 enum_values:
18049 1: idIpv4Addr
18050 2: idFqdn
18051 3: idDn
18052 4: idIpv6Addr
18053 - name: pikePeerRemoteValue
18054 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.4
18055 type: DisplayString
18056 help: The value of the remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.4
18057 indexes:
18058 - labelname: pikePeerLocalType
18059 type: gauge
18060 enum_values:
18061 1: idIpv4Addr
18062 2: idFqdn
18063 3: idDn
18064 4: idIpv6Addr
18065 - labelname: pikePeerLocalValue
18066 type: DisplayString
18067 - labelname: pikePeerRemoteType
18068 type: gauge
18069 enum_values:
18070 1: idIpv4Addr
18071 2: idFqdn
18072 3: idDn
18073 4: idIpv6Addr
18074 - labelname: pikePeerRemoteValue
18075 type: DisplayString
18076 - labelname: pikePeerIntIndex
18077 type: gauge
18078 - name: pikePeerIntIndex
18079 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.5
18080 type: gauge
18081 help: The internal index of the local-remote peer association - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.5
18082 indexes:
18083 - labelname: pikePeerLocalType
18084 type: gauge
18085 enum_values:
18086 1: idIpv4Addr
18087 2: idFqdn
18088 3: idDn
18089 4: idIpv6Addr
18090 - labelname: pikePeerLocalValue
18091 type: DisplayString
18092 - labelname: pikePeerRemoteType
18093 type: gauge
18094 enum_values:
18095 1: idIpv4Addr
18096 2: idFqdn
18097 3: idDn
18098 4: idIpv6Addr
18099 - labelname: pikePeerRemoteValue
18100 type: DisplayString
18101 - labelname: pikePeerIntIndex
18102 type: gauge
18103 - name: pikePeerLocalAddr
18104 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.6
18105 type: OctetString
18106 help: The IP address of the local peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.6
18107 indexes:
18108 - labelname: pikePeerLocalType
18109 type: gauge
18110 enum_values:
18111 1: idIpv4Addr
18112 2: idFqdn
18113 3: idDn
18114 4: idIpv6Addr
18115 - labelname: pikePeerLocalValue
18116 type: DisplayString
18117 - labelname: pikePeerRemoteType
18118 type: gauge
18119 enum_values:
18120 1: idIpv4Addr
18121 2: idFqdn
18122 3: idDn
18123 4: idIpv6Addr
18124 - labelname: pikePeerRemoteValue
18125 type: DisplayString
18126 - labelname: pikePeerIntIndex
18127 type: gauge
18128 - name: pikePeerRemoteAddr
18129 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.7
18130 type: OctetString
18131 help: The IP address of the remote peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.7
18132 indexes:
18133 - labelname: pikePeerLocalType
18134 type: gauge
18135 enum_values:
18136 1: idIpv4Addr
18137 2: idFqdn
18138 3: idDn
18139 4: idIpv6Addr
18140 - labelname: pikePeerLocalValue
18141 type: DisplayString
18142 - labelname: pikePeerRemoteType
18143 type: gauge
18144 enum_values:
18145 1: idIpv4Addr
18146 2: idFqdn
18147 3: idDn
18148 4: idIpv6Addr
18149 - labelname: pikePeerRemoteValue
18150 type: DisplayString
18151 - labelname: pikePeerIntIndex
18152 type: gauge
18153 - name: pikePeerActiveTime
18154 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.8
18155 type: gauge
18156 help: The length of time that the peer association has existed in hundredths of
18157 a second. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.8
18158 indexes:
18159 - labelname: pikePeerLocalType
18160 type: gauge
18161 enum_values:
18162 1: idIpv4Addr
18163 2: idFqdn
18164 3: idDn
18165 4: idIpv6Addr
18166 - labelname: pikePeerLocalValue
18167 type: DisplayString
18168 - labelname: pikePeerRemoteType
18169 type: gauge
18170 enum_values:
18171 1: idIpv4Addr
18172 2: idFqdn
18173 3: idDn
18174 4: idIpv6Addr
18175 - labelname: pikePeerRemoteValue
18176 type: DisplayString
18177 - labelname: pikePeerIntIndex
18178 type: gauge
18179 - name: pikePeerActiveTunnelIndex
18180 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.9
18181 type: gauge
18182 help: The index of the active IPsec Phase-1 IKE Tunnel (pikeTunIndex in the pikeTunnelTable)
18183 for this peer association - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.9
18184 indexes:
18185 - labelname: pikePeerLocalType
18186 type: gauge
18187 enum_values:
18188 1: idIpv4Addr
18189 2: idFqdn
18190 3: idDn
18191 4: idIpv6Addr
18192 - labelname: pikePeerLocalValue
18193 type: DisplayString
18194 - labelname: pikePeerRemoteType
18195 type: gauge
18196 enum_values:
18197 1: idIpv4Addr
18198 2: idFqdn
18199 3: idDn
18200 4: idIpv6Addr
18201 - labelname: pikePeerRemoteValue
18202 type: DisplayString
18203 - labelname: pikePeerIntIndex
18204 type: gauge
18205 - name: pikeTunIndex
18206 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.1
18207 type: gauge
18208 help: The index of the IPsec Phase-1 IKE Tunnel Table - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.1
18209 indexes:
18210 - labelname: pikeTunIndex
18211 type: gauge
18212 - name: pikeTunLocalType
18213 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.2
18214 type: gauge
18215 help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.2
18216 indexes:
18217 - labelname: pikeTunIndex
18218 type: gauge
18219 enum_values:
18220 1: idIpv4Addr
18221 2: idFqdn
18222 3: idDn
18223 4: idIpv6Addr
18224 - name: pikeTunLocalValue
18225 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.3
18226 type: DisplayString
18227 help: The value of the local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.3
18228 indexes:
18229 - labelname: pikeTunIndex
18230 type: gauge
18231 - name: pikeTunLocalAddr
18232 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.4
18233 type: OctetString
18234 help: The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel. -
18235 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.4
18236 indexes:
18237 - labelname: pikeTunIndex
18238 type: gauge
18239 - name: pikeTunRemoteType
18240 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.6
18241 type: gauge
18242 help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.6
18243 indexes:
18244 - labelname: pikeTunIndex
18245 type: gauge
18246 enum_values:
18247 1: idIpv4Addr
18248 2: idFqdn
18249 3: idDn
18250 4: idIpv6Addr
18251 - name: pikeTunRemoteValue
18252 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.7
18253 type: DisplayString
18254 help: The value of the remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.7
18255 indexes:
18256 - labelname: pikeTunIndex
18257 type: gauge
18258 - name: pikeTunRemoteAddr
18259 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.8
18260 type: OctetString
18261 help: The IP address of the remote endpoint for the IPsec Phase-1 IKE Tunnel.
18262 - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.8
18263 indexes:
18264 - labelname: pikeTunIndex
18265 type: gauge
18266 - name: pikeTunNegoMode
18267 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.10
18268 type: gauge
18269 help: The negotiation mode of the IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.10
18270 indexes:
18271 - labelname: pikeTunIndex
18272 type: gauge
18273 enum_values:
18274 1: main
18275 2: aggressive
18276 - name: pikeTunDiffHellmanGrp
18277 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.11
18278 type: gauge
18279 help: The Diffie Hellman Group used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.11
18280 indexes:
18281 - labelname: pikeTunIndex
18282 type: gauge
18283 enum_values:
18284 1: none
18285 2: modp768
18286 3: modp1024
18287 4: modp1536
18288 5: modp2048
18289 - name: pikeTunEncryptAlgo
18290 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.12
18291 type: gauge
18292 help: The encryption algorithm used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.12
18293 indexes:
18294 - labelname: pikeTunIndex
18295 type: gauge
18296 enum_values:
18297 1: none
18298 2: des
18299 3: des3
18300 4: aes
18301 9: "null"
18302 - name: pikeTunHashAlgo
18303 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.13
18304 type: gauge
18305 help: The hash algorithm used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.13
18306 indexes:
18307 - labelname: pikeTunIndex
18308 type: gauge
18309 enum_values:
18310 1: none
18311 2: md5
18312 3: sha
18313 4: sha2-256
18314 5: sha2-384
18315 6: sha2-512
18316 - name: pikeTunAuthMethod
18317 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.14
18318 type: gauge
18319 help: The authentication method used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.14
18320 indexes:
18321 - labelname: pikeTunIndex
18322 type: gauge
18323 enum_values:
18324 1: none
18325 2: preSharedKey
18326 3: rsaSig
18327 4: rsaEncrypt
18328 5: revPublicKey
18329 - name: pikeTunLifeTime
18330 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.15
18331 type: gauge
18332 help: The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.15
18333 indexes:
18334 - labelname: pikeTunIndex
18335 type: gauge
18336 - name: pikeTunActiveTime
18337 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.16
18338 type: gauge
18339 help: The length of time the IPsec Phase-1 IKE tunnel has been active in hundredths
18340 of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.16
18341 indexes:
18342 - labelname: pikeTunIndex
18343 type: gauge
18344 - name: pikeTunSaRefreshThreshold
18345 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.17
18346 type: gauge
18347 help: The security assoication refresh threshold in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.17
18348 indexes:
18349 - labelname: pikeTunIndex
18350 type: gauge
18351 - name: pikeTunInNotifys
18352 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.22
18353 type: counter
18354 help: The total number of notifys received by this IPsec Phase-1 IKE Tunnel. -
18355 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.22
18356 indexes:
18357 - labelname: pikeTunIndex
18358 type: gauge
18359 - name: pikeTunInP2Exchgs
18360 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.23
18361 type: counter
18362 help: The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1
18363 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.23
18364 indexes:
18365 - labelname: pikeTunIndex
18366 type: gauge
18367 - name: pikeTunInP2ExchgInvalids
18368 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.24
18369 type: counter
18370 help: The total number of IPsec Phase-2 exchanges received on this tunnel that
18371 were found to contain references to unrecognized security parameters. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.24
18372 indexes:
18373 - labelname: pikeTunIndex
18374 type: gauge
18375 - name: pikeTunInP2ExchgRejects
18376 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.25
18377 type: counter
18378 help: The total number of IPsec Phase-2 exchanges received on this tunnel that
18379 were validated but were rejected by the local policy. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.25
18380 indexes:
18381 - labelname: pikeTunIndex
18382 type: gauge
18383 - name: pikeTunInP2SaDelRequests
18384 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.26
18385 type: counter
18386 help: The total number of IPsec Phase-2 security association delete requests received
18387 by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.26
18388 indexes:
18389 - labelname: pikeTunIndex
18390 type: gauge
18391 - name: pikeTunOutNotifys
18392 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.30
18393 type: counter
18394 help: The total number of notifys sent by this IPsec Phase-1 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.30
18395 indexes:
18396 - labelname: pikeTunIndex
18397 type: gauge
18398 - name: pikeTunOutP2Exchgs
18399 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.31
18400 type: counter
18401 help: The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 IKE
18402 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.31
18403 indexes:
18404 - labelname: pikeTunIndex
18405 type: gauge
18406 - name: pikeTunOutP2ExchgInvalids
18407 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.32
18408 type: counter
18409 help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were
18410 found by the peer to contain references to security parameters not recognized
18411 by the peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.32
18412 indexes:
18413 - labelname: pikeTunIndex
18414 type: gauge
18415 - name: pikeTunOutP2ExchgRejects
18416 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.33
18417 type: counter
18418 help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were
18419 validated by the peer but were rejected by the peer's policy. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.33
18420 indexes:
18421 - labelname: pikeTunIndex
18422 type: gauge
18423 - name: pikeTunOutP2SaDelRequests
18424 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.34
18425 type: counter
18426 help: The total number of IPsec Phase-2 security association delete requests sent
18427 by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.34
18428 indexes:
18429 - labelname: pikeTunIndex
18430 type: gauge
18431 - name: pikeTunStatus
18432 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.35
18433 type: gauge
18434 help: The status of the MIB table row - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.35
18435 indexes:
18436 - labelname: pikeTunIndex
18437 type: gauge
18438 enum_values:
18439 1: active
18440 2: destroy
18441 - name: pipSecGlobalActiveTunnels
18442 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.1
18443 type: gauge
18444 help: The total number of currently active IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.1
18445 - name: pipSecGlobalInOctets
18446 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.3
18447 type: counter
18448 help: The total number of octets received by all current and previous IPsec Phase-2
18449 Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.3
18450 - name: pipSecGlobalInPkts
18451 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.9
18452 type: counter
18453 help: The total number of packets received by all current and previous IPsec Phase-2
18454 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.9
18455 - name: pipSecGlobalInDrops
18456 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.10
18457 type: counter
18458 help: The total number of packets dropped during receive processing by all current
18459 and previous IPsec Phase-2 Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.10
18460 - name: pipSecGlobalInReplayDrops
18461 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.11
18462 type: counter
18463 help: The total number of packets dropped during receive processing due to Anti-Replay
18464 processing by all current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.11
18465 - name: pipSecGlobalInAuths
18466 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.12
18467 type: counter
18468 help: The total number of inbound authentication's performed by all current and
18469 previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.12
18470 - name: pipSecGlobalInAuthFails
18471 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.13
18472 type: counter
18473 help: The total number of inbound authentication's which ended in failure by all
18474 current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.13
18475 - name: pipSecGlobalInDecrypts
18476 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.14
18477 type: counter
18478 help: The total number of inbound decryption's performed by all current and previous
18479 IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.14
18480 - name: pipSecGlobalInDecryptFails
18481 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.15
18482 type: counter
18483 help: The total number of inbound decryption's which ended in failure by all current
18484 and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.15
18485 - name: pipSecGlobalOutOctets
18486 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.16
18487 type: counter
18488 help: The total number of octets sent by all current and previous IPsec Phase-2
18489 Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.16
18490 - name: pipSecGlobalOutPkts
18491 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.22
18492 type: counter
18493 help: The total number of packets sent by all current and previous IPsec Phase-2
18494 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.22
18495 - name: pipSecGlobalOutDrops
18496 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.23
18497 type: counter
18498 help: The total number of packets dropped during send processing by all current
18499 and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.23
18500 - name: pipSecGlobalOutAuths
18501 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.24
18502 type: counter
18503 help: The total number of outbound authentication's performed by all current and
18504 previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.24
18505 - name: pipSecGlobalOutAuthFails
18506 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.25
18507 type: counter
18508 help: The total number of outbound authentication's which ended in failure by
18509 all current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.25
18510 - name: pipSecGlobalOutEncrypts
18511 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.26
18512 type: counter
18513 help: The total number of outbound encryption's performed by all current and previous
18514 IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.26
18515 - name: pipSecGlobalOutEncryptFails
18516 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.27
18517 type: counter
18518 help: The total number of outbound encryption's which ended in failure by all
18519 current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.27
18520 - name: pipSecGlobalNoSaFails
18521 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.33
18522 type: counter
18523 help: The total number of non-existent Security Assocication in failures which
18524 occurred during processing of all current and previous IPsec Phase-2 Tunnels.
18525 - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.33
18526 - name: pipSecTunIndex
18527 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.1
18528 type: gauge
18529 help: The index of the IPsec Phase-2 Tunnel Table - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.1
18530 indexes:
18531 - labelname: pipSecTunIndex
18532 type: gauge
18533 - name: pipSecTunIkeTunnelIndex
18534 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.2
18535 type: gauge
18536 help: The index of the associated IPsec Phase-1 IKE Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.2
18537 indexes:
18538 - labelname: pipSecTunIndex
18539 type: gauge
18540 - name: pipSecTunIkeTunnelAlive
18541 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.3
18542 type: gauge
18543 help: An indicator which specifies whether or not the IPsec Phase-1 IKE Tunnel
18544 currently exists. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.3
18545 indexes:
18546 - labelname: pipSecTunIndex
18547 type: gauge
18548 enum_values:
18549 1: "true"
18550 2: "false"
18551 - name: pipSecTunLocalAddr
18552 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.4
18553 type: OctetString
18554 help: The IP address of the local endpoint for the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.4
18555 indexes:
18556 - labelname: pipSecTunIndex
18557 type: gauge
18558 - name: pipSecTunRemoteAddr
18559 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.5
18560 type: OctetString
18561 help: The IP address of the remote endpoint for the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.5
18562 indexes:
18563 - labelname: pipSecTunIndex
18564 type: gauge
18565 - name: pipSecTunKeyType
18566 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.6
18567 type: gauge
18568 help: The type of key used by the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.6
18569 indexes:
18570 - labelname: pipSecTunIndex
18571 type: gauge
18572 enum_values:
18573 1: ike
18574 2: manual
18575 - name: pipSecTunEncapMode
18576 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.7
18577 type: gauge
18578 help: The encapsulation mode used by the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.7
18579 indexes:
18580 - labelname: pipSecTunIndex
18581 type: gauge
18582 enum_values:
18583 1: tunnel
18584 2: transport
18585 - name: pipSecTunLifeSize
18586 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.8
18587 type: gauge
18588 help: The negotiated LifeSize of the IPsec Phase-2 Tunnel in kilobytes. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.8
18589 indexes:
18590 - labelname: pipSecTunIndex
18591 type: gauge
18592 - name: pipSecTunLifeTime
18593 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.9
18594 type: gauge
18595 help: The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.9
18596 indexes:
18597 - labelname: pipSecTunIndex
18598 type: gauge
18599 - name: pipSecTunActiveTime
18600 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.10
18601 type: gauge
18602 help: The length of time the IPsec Phase-2 Tunnel has been active in hundredths
18603 of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.10
18604 indexes:
18605 - labelname: pipSecTunIndex
18606 type: gauge
18607 - name: pipSecTunSaLifeSizeThreshold
18608 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.11
18609 type: gauge
18610 help: The security association LifeSize refresh threshold in kilobytes. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.11
18611 indexes:
18612 - labelname: pipSecTunIndex
18613 type: gauge
18614 - name: pipSecTunSaLifeTimeThreshold
18615 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.12
18616 type: gauge
18617 help: The security association LifeTime refresh threshold in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.12
18618 indexes:
18619 - labelname: pipSecTunIndex
18620 type: gauge
18621 - name: pipSecTunTotalRefreshes
18622 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.13
18623 type: counter
18624 help: The total number of security association refreshes performed. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.13
18625 indexes:
18626 - labelname: pipSecTunIndex
18627 type: gauge
18628 - name: pipSecTunExpiredSaInstances
18629 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.14
18630 type: counter
18631 help: The total number of security associations which have expired. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.14
18632 indexes:
18633 - labelname: pipSecTunIndex
18634 type: gauge
18635 - name: pipSecTunCurrentSaInstances
18636 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.15
18637 type: gauge
18638 help: The number of security associations which are currently active or expiring.
18639 - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.15
18640 indexes:
18641 - labelname: pipSecTunIndex
18642 type: gauge
18643 - name: pipSecTunInSaDiffHellmanGrp
18644 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.16
18645 type: gauge
18646 help: The Diffie Hellman Group used by the inbound security association of the
18647 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.16
18648 indexes:
18649 - labelname: pipSecTunIndex
18650 type: gauge
18651 enum_values:
18652 1: none
18653 2: modp768
18654 3: modp1024
18655 4: modp1536
18656 5: modp2048
18657 - name: pipSecTunInSaEncryptAlgo
18658 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.17
18659 type: gauge
18660 help: The encryption algorithm used by the inbound security association of the
18661 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.17
18662 indexes:
18663 - labelname: pipSecTunIndex
18664 type: gauge
18665 enum_values:
18666 1: none
18667 2: des
18668 3: des3
18669 4: aes
18670 9: "null"
18671 - name: pipSecTunInSaAhAuthAlgo
18672 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.18
18673 type: gauge
18674 help: The authentication algorithm used by the inbound authentication header (AH)
18675 security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.18
18676 indexes:
18677 - labelname: pipSecTunIndex
18678 type: gauge
18679 enum_values:
18680 1: none
18681 2: hmacMd5
18682 3: hmacSha
18683 4: hmacSha2-256
18684 5: hmacSha2-384
18685 6: hmacSha2-512
18686 - name: pipSecTunInSaEspAuthAlgo
18687 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.19
18688 type: gauge
18689 help: The authentication algorithm used by the inbound ecapsulation security protocol
18690 (ESP) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.19
18691 indexes:
18692 - labelname: pipSecTunIndex
18693 type: gauge
18694 enum_values:
18695 1: none
18696 2: hmacMd5
18697 3: hmacSha
18698 4: hmacSha2-256
18699 5: hmacSha2-384
18700 6: hmacSha2-512
18701 - name: pipSecTunOutSaDiffHellmanGrp
18702 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.21
18703 type: gauge
18704 help: The Diffie Hellman Group used by the outbound security association of the
18705 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.21
18706 indexes:
18707 - labelname: pipSecTunIndex
18708 type: gauge
18709 enum_values:
18710 1: none
18711 2: modp768
18712 3: modp1024
18713 4: modp1536
18714 5: modp2048
18715 - name: pipSecTunOutSaEncryptAlgo
18716 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.22
18717 type: gauge
18718 help: The encryption algorithm used by the outbound security association of the
18719 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.22
18720 indexes:
18721 - labelname: pipSecTunIndex
18722 type: gauge
18723 enum_values:
18724 1: none
18725 2: des
18726 3: des3
18727 4: aes
18728 9: "null"
18729 - name: pipSecTunOutSaAhAuthAlgo
18730 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.23
18731 type: gauge
18732 help: The authentication algorithm used by the outbound authentication header
18733 (AH) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.23
18734 indexes:
18735 - labelname: pipSecTunIndex
18736 type: gauge
18737 enum_values:
18738 1: none
18739 2: hmacMd5
18740 3: hmacSha
18741 4: hmacSha2-256
18742 5: hmacSha2-384
18743 6: hmacSha2-512
18744 - name: pipSecTunOutSaEspAuthAlgo
18745 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.24
18746 type: gauge
18747 help: The authentication algorithm used by the inbound encapsulation security
18748 protocol (ESP) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.24
18749 indexes:
18750 - labelname: pipSecTunIndex
18751 type: gauge
18752 enum_values:
18753 1: none
18754 2: hmacMd5
18755 3: hmacSha
18756 4: hmacSha2-256
18757 5: hmacSha2-384
18758 6: hmacSha2-512
18759 - name: pipSecTunPmtu
18760 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.26
18761 type: gauge
18762 help: The Path MTU that has been determined for this IPsec Phase-2 tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.26
18763 indexes:
18764 - labelname: pipSecTunIndex
18765 type: gauge
18766 - name: pipSecTunInOctets
18767 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.27
18768 type: counter
18769 help: The total number of octets received by this IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.27
18770 indexes:
18771 - labelname: pipSecTunIndex
18772 type: gauge
18773 - name: pipSecTunInPkts
18774 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.33
18775 type: counter
18776 help: The total number of packets received by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.33
18777 indexes:
18778 - labelname: pipSecTunIndex
18779 type: gauge
18780 - name: pipSecTunInDropPkts
18781 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.34
18782 type: counter
18783 help: The total number of packets dropped during receive processing by this IPsec
18784 Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.34
18785 indexes:
18786 - labelname: pipSecTunIndex
18787 type: gauge
18788 - name: pipSecTunInReplayDropPkts
18789 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.35
18790 type: counter
18791 help: The total number of packets dropped during receive processing due to Anti-Replay
18792 processing by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.35
18793 indexes:
18794 - labelname: pipSecTunIndex
18795 type: gauge
18796 - name: pipSecTunInAuths
18797 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.36
18798 type: counter
18799 help: The total number of inbound authentication's performed by this IPsec Phase-2
18800 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.36
18801 indexes:
18802 - labelname: pipSecTunIndex
18803 type: gauge
18804 - name: pipSecTunInAuthFails
18805 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.37
18806 type: counter
18807 help: The total number of inbound authentication's which ended in failure by this
18808 IPsec Phase-2 Tunnel . - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.37
18809 indexes:
18810 - labelname: pipSecTunIndex
18811 type: gauge
18812 - name: pipSecTunInDecrypts
18813 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.38
18814 type: counter
18815 help: The total number of inbound decryption's performed by this IPsec Phase-2
18816 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.38
18817 indexes:
18818 - labelname: pipSecTunIndex
18819 type: gauge
18820 - name: pipSecTunInDecryptFails
18821 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.39
18822 type: counter
18823 help: The total number of inbound decryption's which ended in failure by this
18824 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.39
18825 indexes:
18826 - labelname: pipSecTunIndex
18827 type: gauge
18828 - name: pipSecTunOutOctets
18829 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.40
18830 type: counter
18831 help: The total number of octets sent by this IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.40
18832 indexes:
18833 - labelname: pipSecTunIndex
18834 type: gauge
18835 - name: pipSecTunOutPkts
18836 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.46
18837 type: counter
18838 help: The total number of packets sent by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.46
18839 indexes:
18840 - labelname: pipSecTunIndex
18841 type: gauge
18842 - name: pipSecTunOutDropPkts
18843 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.47
18844 type: counter
18845 help: The total number of packets dropped during send processing by this IPsec
18846 Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.47
18847 indexes:
18848 - labelname: pipSecTunIndex
18849 type: gauge
18850 - name: pipSecTunOutAuths
18851 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.48
18852 type: counter
18853 help: The total number of outbound authentication's performed by this IPsec Phase-2
18854 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.48
18855 indexes:
18856 - labelname: pipSecTunIndex
18857 type: gauge
18858 - name: pipSecTunOutAuthFails
18859 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.49
18860 type: counter
18861 help: The total number of outbound authentication's which ended in failure by
18862 this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.49
18863 indexes:
18864 - labelname: pipSecTunIndex
18865 type: gauge
18866 - name: pipSecTunOutEncrypts
18867 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.50
18868 type: counter
18869 help: The total number of outbound encryption's performed by this IPsec Phase-2
18870 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.50
18871 indexes:
18872 - labelname: pipSecTunIndex
18873 type: gauge
18874 - name: pipSecTunOutEncryptFails
18875 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.51
18876 type: counter
18877 help: The total number of outbound encryption's which ended in failure by this
18878 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.51
18879 indexes:
18880 - labelname: pipSecTunIndex
18881 type: gauge
18882 - name: pipSecTunStatus
18883 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.56
18884 type: gauge
18885 help: The status of the MIB table row - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.56
18886 indexes:
18887 - labelname: pipSecTunIndex
18888 type: gauge
18889 enum_values:
18890 1: active
18891 2: destroy
18892 - name: pipSecSpiIndex
18893 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.1
18894 type: gauge
18895 help: The number of the SPI associated with the Phase-2 Tunnel Table - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.1
18896 indexes:
18897 - labelname: pipSecTunIndex
18898 type: gauge
18899 - labelname: pipSecSpiIndex
18900 type: gauge
18901 - name: pipSecSpiDirection
18902 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.2
18903 type: gauge
18904 help: The direction of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.2
18905 indexes:
18906 - labelname: pipSecTunIndex
18907 type: gauge
18908 - labelname: pipSecSpiIndex
18909 type: gauge
18910 enum_values:
18911 1: in
18912 2: out
18913 - name: pipSecSpiValue
18914 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.3
18915 type: gauge
18916 help: The value of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.3
18917 indexes:
18918 - labelname: pipSecTunIndex
18919 type: gauge
18920 - labelname: pipSecSpiIndex
18921 type: gauge
18922 - name: pipSecSpiProtocol
18923 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.4
18924 type: gauge
18925 help: The protocol of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.4
18926 indexes:
18927 - labelname: pipSecTunIndex
18928 type: gauge
18929 - labelname: pipSecSpiIndex
18930 type: gauge
18931 enum_values:
18932 1: ah
18933 2: esp
18934 3: ipcomp
18935 - name: pipSecSpiStatus
18936 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.5
18937 type: gauge
18938 help: The status of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.5
18939 indexes:
18940 - labelname: pipSecTunIndex
18941 type: gauge
18942 - labelname: pipSecSpiIndex
18943 type: gauge
18944 enum_values:
18945 1: active
18946 2: expiring
18947 - name: pikeTunHistIndex
18948 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.1
18949 type: gauge
18950 help: The index of the IPsec Phase-1 IKE Tunnel History Table - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.1
18951 indexes:
18952 - labelname: pikeTunHistIndex
18953 type: gauge
18954 - name: pikeTunHistTermReason
18955 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.2
18956 type: gauge
18957 help: The reason the IPsec Phase-1 IKE Tunnel was terminated - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.2
18958 indexes:
18959 - labelname: pikeTunHistIndex
18960 type: gauge
18961 enum_values:
18962 1: other
18963 2: normal
18964 3: operRequest
18965 4: peerDelRequest
18966 5: peerLost
18967 6: applicationInitiated
18968 7: xauthFailure
18969 8: localFailure
18970 9: checkPointReg
18971 - name: pikeTunHistActiveIndex
18972 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.3
18973 type: gauge
18974 help: The index of the previously active IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.3
18975 indexes:
18976 - labelname: pikeTunHistIndex
18977 type: gauge
18978 - name: pikeTunHistPeerLocalType
18979 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.4
18980 type: gauge
18981 help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.4
18982 indexes:
18983 - labelname: pikeTunHistIndex
18984 type: gauge
18985 enum_values:
18986 1: idIpv4Addr
18987 2: idFqdn
18988 3: idDn
18989 4: idIpv6Addr
18990 - name: pikeTunHistPeerLocalValue
18991 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.5
18992 type: DisplayString
18993 help: The value of the local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.5
18994 indexes:
18995 - labelname: pikeTunHistIndex
18996 type: gauge
18997 - name: pikeTunHistPeerIntIndex
18998 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.6
18999 type: gauge
19000 help: The internal index of the local-remote peer association - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.6
19001 indexes:
19002 - labelname: pikeTunHistIndex
19003 type: gauge
19004 - name: pikeTunHistPeerRemoteType
19005 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.7
19006 type: gauge
19007 help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.7
19008 indexes:
19009 - labelname: pikeTunHistIndex
19010 type: gauge
19011 enum_values:
19012 1: idIpv4Addr
19013 2: idFqdn
19014 3: idDn
19015 4: idIpv6Addr
19016 - name: pikeTunHistPeerRemoteValue
19017 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.8
19018 type: DisplayString
19019 help: The value of the remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.8
19020 indexes:
19021 - labelname: pikeTunHistIndex
19022 type: gauge
19023 - name: pikeTunHistLocalAddr
19024 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.9
19025 type: OctetString
19026 help: The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel. -
19027 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.9
19028 indexes:
19029 - labelname: pikeTunHistIndex
19030 type: gauge
19031 - name: pikeTunHistRemoteAddr
19032 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.11
19033 type: OctetString
19034 help: The IP address of the remote endpoint for the IPsec Phase-1 IKE Tunnel.
19035 - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.11
19036 indexes:
19037 - labelname: pikeTunHistIndex
19038 type: gauge
19039 - name: pikeTunHistNegoMode
19040 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.13
19041 type: gauge
19042 help: The negotiation mode of the IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.13
19043 indexes:
19044 - labelname: pikeTunHistIndex
19045 type: gauge
19046 enum_values:
19047 1: main
19048 2: aggressive
19049 - name: pikeTunHistDiffHellmanGrp
19050 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.14
19051 type: gauge
19052 help: The Diffie Hellman Group used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.14
19053 indexes:
19054 - labelname: pikeTunHistIndex
19055 type: gauge
19056 enum_values:
19057 1: none
19058 2: modp768
19059 3: modp1024
19060 4: modp1536
19061 5: modp2048
19062 - name: pikeTunHistEncryptAlgo
19063 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.15
19064 type: gauge
19065 help: The encryption algorithm used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.15
19066 indexes:
19067 - labelname: pikeTunHistIndex
19068 type: gauge
19069 enum_values:
19070 1: none
19071 2: des
19072 3: des3
19073 4: aes
19074 9: "null"
19075 - name: pikeTunHistHashAlgo
19076 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.16
19077 type: gauge
19078 help: The hash algorithm used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.16
19079 indexes:
19080 - labelname: pikeTunHistIndex
19081 type: gauge
19082 enum_values:
19083 1: none
19084 2: md5
19085 3: sha
19086 4: sha2-256
19087 5: sha2-384
19088 6: sha2-512
19089 - name: pikeTunHistAuthMethod
19090 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.17
19091 type: gauge
19092 help: The authentication method used in IPsec Phase-1 IKE negotiations. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.17
19093 indexes:
19094 - labelname: pikeTunHistIndex
19095 type: gauge
19096 enum_values:
19097 1: none
19098 2: preSharedKey
19099 3: rsaSig
19100 4: rsaEncrypt
19101 5: revPublicKey
19102 - name: pikeTunHistLifeTime
19103 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.18
19104 type: gauge
19105 help: The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.18
19106 indexes:
19107 - labelname: pikeTunHistIndex
19108 type: gauge
19109 - name: pikeTunHistStartTime
19110 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.19
19111 type: gauge
19112 help: The value of sysUpTime in hundredths of seconds when the IPsec Phase-1 IKE
19113 tunnel was started. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.19
19114 indexes:
19115 - labelname: pikeTunHistIndex
19116 type: gauge
19117 - name: pikeTunHistActiveTime
19118 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.20
19119 type: gauge
19120 help: The length of time the IPsec Phase-1 IKE tunnel was been active in hundredths
19121 of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.20
19122 indexes:
19123 - labelname: pikeTunHistIndex
19124 type: gauge
19125 - name: pikeTunHistInNotifys
19126 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.26
19127 type: counter
19128 help: The total number of notifys received by this IPsec Phase-1 IKE Tunnel. -
19129 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.26
19130 indexes:
19131 - labelname: pikeTunHistIndex
19132 type: gauge
19133 - name: pikeTunHistInP2Exchgs
19134 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.27
19135 type: counter
19136 help: The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1
19137 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.27
19138 indexes:
19139 - labelname: pikeTunHistIndex
19140 type: gauge
19141 - name: pikeTunHistInP2ExchgInvalids
19142 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.28
19143 type: counter
19144 help: The total number of IPsec Phase-2 exchanges received on this tunnel that
19145 were found to contain references to unrecognized security parameters. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.28
19146 indexes:
19147 - labelname: pikeTunHistIndex
19148 type: gauge
19149 - name: pikeTunHistInP2ExchgRejects
19150 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.29
19151 type: counter
19152 help: The total number of IPsec Phase-2 exchanges received on this tunnel that
19153 were validated but were rejected by the local policy. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.29
19154 indexes:
19155 - labelname: pikeTunHistIndex
19156 type: gauge
19157 - name: pikeTunHistInP2SaDelRequests
19158 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.30
19159 type: counter
19160 help: The total number of IPsec Phase-2 security association delete requests received
19161 by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.30
19162 indexes:
19163 - labelname: pikeTunHistIndex
19164 type: gauge
19165 - name: pikeTunHistOutNotifys
19166 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.34
19167 type: counter
19168 help: The total number of notifys sent by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.34
19169 indexes:
19170 - labelname: pikeTunHistIndex
19171 type: gauge
19172 - name: pikeTunHistOutP2Exchgs
19173 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.35
19174 type: counter
19175 help: The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 IKE
19176 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.35
19177 indexes:
19178 - labelname: pikeTunHistIndex
19179 type: gauge
19180 - name: pikeTunHistOutP2ExchgInvalids
19181 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.36
19182 type: counter
19183 help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were
19184 found by the peer to contain references to security parameters not recognized
19185 by the peer. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.36
19186 indexes:
19187 - labelname: pikeTunHistIndex
19188 type: gauge
19189 - name: pikeTunHistOutP2ExchgRejects
19190 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.37
19191 type: counter
19192 help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were
19193 validated by the peer but were rejected by the peer's policy. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.37
19194 indexes:
19195 - labelname: pikeTunHistIndex
19196 type: gauge
19197 - name: pikeTunHistOutP2SaDelRequests
19198 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.38
19199 type: counter
19200 help: The total number of IPsec Phase-2 security association delete requests sent
19201 by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.38
19202 indexes:
19203 - labelname: pikeTunHistIndex
19204 type: gauge
19205 - name: pipSecTunHistIndex
19206 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.1
19207 type: gauge
19208 help: The index of the IPsec Phase-2 Tunnel History Table - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.1
19209 indexes:
19210 - labelname: pipSecTunHistIndex
19211 type: gauge
19212 - name: pipSecTunHistTermReason
19213 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.2
19214 type: gauge
19215 help: The reason the IPsec Phase-2 Tunnel was terminated - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.2
19216 indexes:
19217 - labelname: pipSecTunHistIndex
19218 type: gauge
19219 enum_values:
19220 1: other
19221 2: normal
19222 3: operRequest
19223 4: peerDelRequest
19224 5: peerLost
19225 6: applicationInitiated
19226 7: xauthFailure
19227 8: seqNumRollOver
19228 9: checkPointReq
19229 - name: pipSecTunHistActiveIndex
19230 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.3
19231 type: gauge
19232 help: The index of the previously active IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.3
19233 indexes:
19234 - labelname: pipSecTunHistIndex
19235 type: gauge
19236 - name: pipSecTunHistIkeTunnelIndex
19237 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.4
19238 type: gauge
19239 help: The index of the associated IPsec Phase-1 Tunnel (pikeTunIndex in the pikeTunnelTable).
19240 - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.4
19241 indexes:
19242 - labelname: pipSecTunHistIndex
19243 type: gauge
19244 - name: pipSecTunHistLocalAddr
19245 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.5
19246 type: OctetString
19247 help: The IP address of the local endpoint for the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.5
19248 indexes:
19249 - labelname: pipSecTunHistIndex
19250 type: gauge
19251 - name: pipSecTunHistRemoteAddr
19252 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.6
19253 type: OctetString
19254 help: The IP address of the remote endpoint for the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.6
19255 indexes:
19256 - labelname: pipSecTunHistIndex
19257 type: gauge
19258 - name: pipSecTunHistKeyType
19259 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.7
19260 type: gauge
19261 help: The type of key used by the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.7
19262 indexes:
19263 - labelname: pipSecTunHistIndex
19264 type: gauge
19265 enum_values:
19266 1: ike
19267 2: manual
19268 - name: pipSecTunHistEncapMode
19269 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.8
19270 type: gauge
19271 help: The encapsulation mode used by the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.8
19272 indexes:
19273 - labelname: pipSecTunHistIndex
19274 type: gauge
19275 enum_values:
19276 1: tunnel
19277 2: transport
19278 - name: pipSecTunHistLifeSize
19279 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.9
19280 type: gauge
19281 help: The negotiated LifeSize of the IPsec Phase-2 Tunnel in kilobytes. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.9
19282 indexes:
19283 - labelname: pipSecTunHistIndex
19284 type: gauge
19285 - name: pipSecTunHistLifeTime
19286 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.10
19287 type: gauge
19288 help: The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.10
19289 indexes:
19290 - labelname: pipSecTunHistIndex
19291 type: gauge
19292 - name: pipSecTunHistStartTime
19293 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.11
19294 type: gauge
19295 help: The value of sysUpTime in hundredths of seconds when the IPsec Phase-2 Tunnel
19296 was started. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.11
19297 indexes:
19298 - labelname: pipSecTunHistIndex
19299 type: gauge
19300 - name: pipSecTunHistActiveTime
19301 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.12
19302 type: gauge
19303 help: The length of time the IPsec Phase-2 Tunnel has been active in hundredths
19304 of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.12
19305 indexes:
19306 - labelname: pipSecTunHistIndex
19307 type: gauge
19308 - name: pipSecTunHistTotalRefreshes
19309 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.13
19310 type: counter
19311 help: The total number of security association refreshes performed. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.13
19312 indexes:
19313 - labelname: pipSecTunHistIndex
19314 type: gauge
19315 - name: pipSecTunHistInSaDiffHellmanGrp
19316 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.15
19317 type: gauge
19318 help: The Diffie Hellman Group used by the inbound security association of the
19319 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.15
19320 indexes:
19321 - labelname: pipSecTunHistIndex
19322 type: gauge
19323 enum_values:
19324 1: none
19325 2: modp768
19326 3: modp1024
19327 4: modp1536
19328 5: modp2048
19329 - name: pipSecTunHistInSaEncryptAlgo
19330 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.16
19331 type: gauge
19332 help: The encryption algorithm used by the inbound security association of the
19333 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.16
19334 indexes:
19335 - labelname: pipSecTunHistIndex
19336 type: gauge
19337 enum_values:
19338 1: none
19339 2: des
19340 3: des3
19341 4: aes
19342 9: "null"
19343 - name: pipSecTunHistInSaAhAuthAlgo
19344 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.17
19345 type: gauge
19346 help: The authentication algorithm used by the inbound authentication header (AH)
19347 security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.17
19348 indexes:
19349 - labelname: pipSecTunHistIndex
19350 type: gauge
19351 enum_values:
19352 1: none
19353 2: hmacMd5
19354 3: hmacSha
19355 4: hmacSha2-256
19356 5: hmacSha2-384
19357 6: hmacSha2-512
19358 - name: pipSecTunHistInSaEspAuthAlgo
19359 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.18
19360 type: gauge
19361 help: The authentication algorithm used by the inbound encapsulation security
19362 protocol (ESP) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.18
19363 indexes:
19364 - labelname: pipSecTunHistIndex
19365 type: gauge
19366 enum_values:
19367 1: none
19368 2: hmacMd5
19369 3: hmacSha
19370 4: hmacSha2-256
19371 5: hmacSha2-384
19372 6: hmacSha2-512
19373 - name: pipSecTunHistOutSaDiffHellmanGrp
19374 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.20
19375 type: gauge
19376 help: The Diffie Hellman Group used by the outbound security association of the
19377 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.20
19378 indexes:
19379 - labelname: pipSecTunHistIndex
19380 type: gauge
19381 enum_values:
19382 1: none
19383 2: modp768
19384 3: modp1024
19385 4: modp1536
19386 5: modp2048
19387 - name: pipSecTunHistOutSaEncryptAlgo
19388 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.21
19389 type: gauge
19390 help: The encryption algorithm used by the outbound security association of the
19391 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.21
19392 indexes:
19393 - labelname: pipSecTunHistIndex
19394 type: gauge
19395 enum_values:
19396 1: none
19397 2: des
19398 3: des3
19399 4: aes
19400 9: "null"
19401 - name: pipSecTunHistOutSaAhAuthAlgo
19402 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.22
19403 type: gauge
19404 help: The authentication algorithm used by the outbound authentication header
19405 (AH) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.22
19406 indexes:
19407 - labelname: pipSecTunHistIndex
19408 type: gauge
19409 enum_values:
19410 1: none
19411 2: hmacMd5
19412 3: hmacSha
19413 4: hmacSha2-256
19414 5: hmacSha2-384
19415 6: hmacSha2-512
19416 - name: pipSecTunHistOutSaEspAuthAlgo
19417 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.23
19418 type: gauge
19419 help: The authentication algorithm used by the inbound ecapsulation security protocol
19420 (ESP) security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.23
19421 indexes:
19422 - labelname: pipSecTunHistIndex
19423 type: gauge
19424 enum_values:
19425 1: none
19426 2: hmacMd5
19427 3: hmacSha
19428 4: hmacSha2-256
19429 5: hmacSha2-384
19430 6: hmacSha2-512
19431 - name: pipSecTunHistPmtu
19432 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.25
19433 type: gauge
19434 help: The Path MTU that was determined for this IPsec Phase-2 tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.25
19435 indexes:
19436 - labelname: pipSecTunHistIndex
19437 type: gauge
19438 - name: pipSecTunHistInOctets
19439 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.26
19440 type: counter
19441 help: The total number of octets received by this IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.26
19442 indexes:
19443 - labelname: pipSecTunHistIndex
19444 type: gauge
19445 - name: pipSecTunHistInPkts
19446 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.32
19447 type: counter
19448 help: The total number of packets received by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.32
19449 indexes:
19450 - labelname: pipSecTunHistIndex
19451 type: gauge
19452 - name: pipSecTunHistInDropPkts
19453 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.33
19454 type: counter
19455 help: The total number of packets dropped during receive processing by this IPsec
19456 Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.33
19457 indexes:
19458 - labelname: pipSecTunHistIndex
19459 type: gauge
19460 - name: pipSecTunHistInReplayDropPkts
19461 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.34
19462 type: counter
19463 help: The total number of packets dropped during receive processing due to Anti-Replay
19464 processing by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.34
19465 indexes:
19466 - labelname: pipSecTunHistIndex
19467 type: gauge
19468 - name: pipSecTunHistInAuths
19469 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.35
19470 type: counter
19471 help: The total number of inbound authentication's performed by this IPsec Phase-2
19472 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.35
19473 indexes:
19474 - labelname: pipSecTunHistIndex
19475 type: gauge
19476 - name: pipSecTunHistInAuthFails
19477 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.36
19478 type: counter
19479 help: The total number of inbound authentication's which ended in failure by this
19480 IPsec Phase-2 Tunnel . - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.36
19481 indexes:
19482 - labelname: pipSecTunHistIndex
19483 type: gauge
19484 - name: pipSecTunHistInDecrypts
19485 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.37
19486 type: counter
19487 help: The total number of inbound decryption's performed by this IPsec Phase-2
19488 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.37
19489 indexes:
19490 - labelname: pipSecTunHistIndex
19491 type: gauge
19492 - name: pipSecTunHistInDecryptFails
19493 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.38
19494 type: counter
19495 help: The total number of inbound decryption's which ended in failure by this
19496 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.38
19497 indexes:
19498 - labelname: pipSecTunHistIndex
19499 type: gauge
19500 - name: pipSecTunHistOutOctets
19501 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.39
19502 type: counter
19503 help: The total number of octets sent by this IPsec Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.39
19504 indexes:
19505 - labelname: pipSecTunHistIndex
19506 type: gauge
19507 - name: pipSecTunHistOutPkts
19508 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.45
19509 type: counter
19510 help: The total number of packets sent by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.45
19511 indexes:
19512 - labelname: pipSecTunHistIndex
19513 type: gauge
19514 - name: pipSecTunHistOutDropPkts
19515 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.46
19516 type: counter
19517 help: The total number of packets dropped during send processing by this IPsec
19518 Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.46
19519 indexes:
19520 - labelname: pipSecTunHistIndex
19521 type: gauge
19522 - name: pipSecTunHistOutAuths
19523 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.47
19524 type: counter
19525 help: The total number of outbound authentication's performed by this IPsec Phase-2
19526 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.47
19527 indexes:
19528 - labelname: pipSecTunHistIndex
19529 type: gauge
19530 - name: pipSecTunHistOutAuthFails
19531 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.48
19532 type: counter
19533 help: The total number of outbound authentication's which ended in failure by
19534 this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.48
19535 indexes:
19536 - labelname: pipSecTunHistIndex
19537 type: gauge
19538 - name: pipSecTunHistOutEncrypts
19539 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.49
19540 type: counter
19541 help: The total number of outbound encryption's performed by this IPsec Phase-2
19542 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.49
19543 indexes:
19544 - labelname: pipSecTunHistIndex
19545 type: gauge
19546 - name: pipSecTunHistOutEncryptFails
19547 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.50
19548 type: counter
19549 help: The total number of outbound encryption's which ended in failure by this
19550 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.50
19551 indexes:
19552 - labelname: pipSecTunHistIndex
19553 type: gauge
19554 - name: picoExtIfInstalledSlot
19555 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.1
19556 type: gauge
19557 help: The slot number in which the extension card was installed. - 1.3.6.1.4.1.119.2.3.84.6.1.1.1
19558 indexes:
19559 - labelname: picoExtIfInstalledSlot
19560 type: gauge
19561 - labelname: picoExtIfIndex
19562 type: gauge
19563 - name: picoExtIfIndex
19564 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.2
19565 type: gauge
19566 help: A unique value for each extension card. - 1.3.6.1.4.1.119.2.3.84.6.1.1.2
19567 indexes:
19568 - labelname: picoExtIfInstalledSlot
19569 type: gauge
19570 - labelname: picoExtIfIndex
19571 type: gauge
19572 - name: picoExtIfDescr
19573 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.3
19574 type: DisplayString
19575 help: A textual string containing information about the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.3
19576 indexes:
19577 - labelname: picoExtIfInstalledSlot
19578 type: gauge
19579 - labelname: picoExtIfIndex
19580 type: gauge
19581 - name: picoExtIfUpperLayer
19582 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.4
19583 type: gauge
19584 help: Index of interface to upper layers. - 1.3.6.1.4.1.119.2.3.84.6.1.1.4
19585 indexes:
19586 - labelname: picoExtIfInstalledSlot
19587 type: gauge
19588 - labelname: picoExtIfIndex
19589 type: gauge
19590 - name: picoExtIfType
19591 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.5
19592 type: gauge
19593 help: The type of interface,, distinguished according to the physical/link protocol(s)
19594 immediately `below' the network layer in the protocol stack. - 1.3.6.1.4.1.119.2.3.84.6.1.1.5
19595 indexes:
19596 - labelname: picoExtIfInstalledSlot
19597 type: gauge
19598 - labelname: picoExtIfIndex
19599 type: gauge
19600 enum_values:
19601 6: ethernet-csmacd
19602 62: fastEther
19603 - name: picoExtIfSpeed
19604 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.6
19605 type: gauge
19606 help: An estimate of the interface's current bandwidth in bits per second. - 1.3.6.1.4.1.119.2.3.84.6.1.1.6
19607 indexes:
19608 - labelname: picoExtIfInstalledSlot
19609 type: gauge
19610 - labelname: picoExtIfIndex
19611 type: gauge
19612 - name: picoExtIfDuplex
19613 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.7
19614 type: gauge
19615 help: The current mode of this link. - 1.3.6.1.4.1.119.2.3.84.6.1.1.7
19616 indexes:
19617 - labelname: picoExtIfInstalledSlot
19618 type: gauge
19619 - labelname: picoExtIfIndex
19620 type: gauge
19621 enum_values:
19622 1: halfduplex
19623 2: fullduplex
19624 - name: picoExtIfEffectiveMtu
19625 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.8
19626 type: gauge
19627 help: The size of the largest datagram which can be sent/received on the interface,
19628 specified in octets. - 1.3.6.1.4.1.119.2.3.84.6.1.1.8
19629 indexes:
19630 - labelname: picoExtIfInstalledSlot
19631 type: gauge
19632 - labelname: picoExtIfIndex
19633 type: gauge
19634 - name: picoExtIfPhysicalAddress
19635 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.9
19636 type: PhysAddress48
19637 help: The interface's address at the protocol layer immediately `below' the network
19638 layer in the protocol stack. - 1.3.6.1.4.1.119.2.3.84.6.1.1.9
19639 indexes:
19640 - labelname: picoExtIfInstalledSlot
19641 type: gauge
19642 - labelname: picoExtIfIndex
19643 type: gauge
19644 - name: picoExtIfAdminStatus
19645 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.10
19646 type: gauge
19647 help: The desired state of the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.10
19648 indexes:
19649 - labelname: picoExtIfInstalledSlot
19650 type: gauge
19651 - labelname: picoExtIfIndex
19652 type: gauge
19653 enum_values:
19654 1: up
19655 2: down
19656 3: testing
19657 - name: picoExtIfOperStatus
19658 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.11
19659 type: gauge
19660 help: The current operational state of the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.11
19661 indexes:
19662 - labelname: picoExtIfInstalledSlot
19663 type: gauge
19664 - labelname: picoExtIfIndex
19665 type: gauge
19666 enum_values:
19667 1: up
19668 2: down
19669 3: testing
19670 - name: picoExtIfLastChange
19671 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.12
19672 type: gauge
19673 help: The value of sysUpTime at the time the interface entered its current operational
19674 state. - 1.3.6.1.4.1.119.2.3.84.6.1.1.12
19675 indexes:
19676 - labelname: picoExtIfInstalledSlot
19677 type: gauge
19678 - labelname: picoExtIfIndex
19679 type: gauge
19680 - name: picoNetmonWatchgroupIndex
19681 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.1
19682 type: gauge
19683 help: Unique index for each Netmon Watchgroup. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.1
19684 indexes:
19685 - labelname: picoNetmonWatchgroupIndex
19686 type: gauge
19687 - name: picoNetmonWatchgroupName
19688 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.2
19689 type: DisplayString
19690 help: Netmon Watchgroup Name. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.2
19691 indexes:
19692 - labelname: picoNetmonWatchgroupIndex
19693 type: gauge
19694 - name: picoNetmonWatchgroupSequenceNumber
19695 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.3
19696 type: gauge
19697 help: Netmon Watchgroup sequence number. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.3
19698 indexes:
19699 - labelname: picoNetmonWatchgroupIndex
19700 type: gauge
19701 - name: picoNetmonWatchgroupStatus
19702 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.4
19703 type: gauge
19704 help: Status of a Netmon Watchgroup. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.4
19705 indexes:
19706 - labelname: picoNetmonWatchgroupIndex
19707 type: gauge
19708 enum_values:
19709 1: normal
19710 2: stand
19711 3: disable
19712 - name: picoNetmonWatchgroupVarianceCounts
19713 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.5
19714 type: gauge
19715 help: Netmon Watchgroup variance statistics. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.5
19716 indexes:
19717 - labelname: picoNetmonWatchgroupIndex
19718 type: gauge
19719 - name: picoNgnIfIndex
19720 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.1
19721 type: gauge
19722 help: The interface index value of the interface for which NGN is enabled. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.1
19723 indexes:
19724 - labelname: picoNgnIfIndex
19725 type: gauge
19726 - name: picoNgnType
19727 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.2
19728 type: gauge
19729 help: 'The mode of the NGN service can be: standard(1) :NGN service is standard
19730 - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.2'
19731 indexes:
19732 - labelname: picoNgnIfIndex
19733 type: gauge
19734 enum_values:
19735 1: standard
19736 2: numbergate
19737 - name: picoNgnIfType
19738 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.3
19739 type: gauge
19740 help: 'The type of the NGN interface can be: global(1) :NGN interface type is
19741 global - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.3'
19742 indexes:
19743 - labelname: picoNgnIfIndex
19744 type: gauge
19745 enum_values:
19746 1: global
19747 2: private
19748 - name: picoNgnStatus
19749 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.4
19750 type: gauge
19751 help: 'The state of the NGN SIP-UA register can be: notReady(1) :NGN service is
19752 not Ready - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.4'
19753 indexes:
19754 - labelname: picoNgnIfIndex
19755 type: gauge
19756 enum_values:
19757 1: notReady
19758 2: initializing
19759 3: registering
19760 4: registered
19761 - name: picoNgnSipServerIpAddress
19762 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.5
19763 type: InetAddressIPv4
19764 help: The object of the SIP server address. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.5
19765 indexes:
19766 - labelname: picoNgnIfIndex
19767 type: gauge
19768 - name: picoNgnSipUri
19769 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.6
19770 type: DisplayString
19771 help: The object of the SIP URI. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.6
19772 indexes:
19773 - labelname: picoNgnIfIndex
19774 type: gauge
19775 - name: picoNgnUpTime
19776 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.7
19777 type: gauge
19778 help: The time elapsed since registered. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.7
19779 indexes:
19780 - labelname: picoNgnIfIndex
19781 type: gauge
19782 - name: picoNgnVpnIfIndex
19783 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.1
19784 type: gauge
19785 help: The interface index value of the interface for which NGN binding is enabled.
19786 - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.1
19787 indexes:
19788 - labelname: picoNgnVpnIfIndex
19789 type: gauge
19790 - name: picoNgnVpnStatus
19791 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.2
19792 type: gauge
19793 help: 'The state of the NGN SIP-UA session can be: disconnected(1):SIP session
19794 is disconnected - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.2'
19795 indexes:
19796 - labelname: picoNgnVpnIfIndex
19797 type: gauge
19798 enum_values:
19799 1: disconnected
19800 2: connecting
19801 3: connected
19802 - name: picoNgnVpnPeerAddress
19803 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.3
19804 type: DisplayString
19805 help: The object of the NGN peer address. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.3
19806 indexes:
19807 - labelname: picoNgnVpnIfIndex
19808 type: gauge
19809 - name: picoNgnVpnBandwidth
19810 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.4
19811 type: gauge
19812 help: The object of the NGN session bandwidth. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.4
19813 indexes:
19814 - labelname: picoNgnVpnIfIndex
19815 type: gauge
19816 - name: picoNgnVpnUsedTime
19817 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.5
19818 type: gauge
19819 help: The time elapsed since this connected NGN session. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.5
19820 indexes:
19821 - labelname: picoNgnVpnIfIndex
19822 type: gauge
19823 - name: picoNgnVpnSbcIpAddress
19824 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.6
19825 type: InetAddressIPv4
19826 help: The object of the NGN session SBC address. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.6
19827 indexes:
19828 - labelname: picoNgnVpnIfIndex
19829 type: gauge
19830 - name: picoNgnVpnSbcPort
19831 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.7
19832 type: gauge
19833 help: The object of the NGN session SBC port. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.7
19834 indexes:
19835 - labelname: picoNgnVpnIfIndex
19836 type: gauge
19837 paloalto_fw:
19838 walk:
19839 - 1.3.6.1.2.1.2
19840 - 1.3.6.1.2.1.25.1
19841 - 1.3.6.1.2.1.25.2
19842 - 1.3.6.1.2.1.25.3
19843 - 1.3.6.1.4.1.25461.2.1.2.1
19844 - 1.3.6.1.4.1.25461.2.1.2.3
19845 - 1.3.6.1.4.1.25461.2.1.2.5
19846 get:
19847 - 1.3.6.1.2.1.1.3.0
19848 metrics:
19849 - name: sysUpTime
19850 oid: 1.3.6.1.2.1.1.3
19851 type: gauge
19852 help: The time (in hundredths of a second) since the network management portion
19853 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
19854 - name: ifNumber
19855 oid: 1.3.6.1.2.1.2.1
19856 type: gauge
19857 help: The number of network interfaces (regardless of their current state) present
19858 on this system. - 1.3.6.1.2.1.2.1
19859 - name: ifIndex
19860 oid: 1.3.6.1.2.1.2.2.1.1
19861 type: gauge
19862 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
19863 indexes:
19864 - labelname: ifIndex
19865 type: gauge
19866 - name: ifDescr
19867 oid: 1.3.6.1.2.1.2.2.1.2
19868 type: DisplayString
19869 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
19870 indexes:
19871 - labelname: ifIndex
19872 type: gauge
19873 - name: ifType
19874 oid: 1.3.6.1.2.1.2.2.1.3
19875 type: gauge
19876 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
19877 indexes:
19878 - labelname: ifIndex
19879 type: gauge
19880 enum_values:
19881 1: other
19882 2: regular1822
19883 3: hdh1822
19884 4: ddnX25
19885 5: rfc877x25
19886 6: ethernetCsmacd
19887 7: iso88023Csmacd
19888 8: iso88024TokenBus
19889 9: iso88025TokenRing
19890 10: iso88026Man
19891 11: starLan
19892 12: proteon10Mbit
19893 13: proteon80Mbit
19894 14: hyperchannel
19895 15: fddi
19896 16: lapb
19897 17: sdlc
19898 18: ds1
19899 19: e1
19900 20: basicISDN
19901 21: primaryISDN
19902 22: propPointToPointSerial
19903 23: ppp
19904 24: softwareLoopback
19905 25: eon
19906 26: ethernet3Mbit
19907 27: nsip
19908 28: slip
19909 29: ultra
19910 30: ds3
19911 31: sip
19912 32: frameRelay
19913 33: rs232
19914 34: para
19915 35: arcnet
19916 36: arcnetPlus
19917 37: atm
19918 38: miox25
19919 39: sonet
19920 40: x25ple
19921 41: iso88022llc
19922 42: localTalk
19923 43: smdsDxi
19924 44: frameRelayService
19925 45: v35
19926 46: hssi
19927 47: hippi
19928 48: modem
19929 49: aal5
19930 50: sonetPath
19931 51: sonetVT
19932 52: smdsIcip
19933 53: propVirtual
19934 54: propMultiplexor
19935 55: ieee80212
19936 56: fibreChannel
19937 57: hippiInterface
19938 58: frameRelayInterconnect
19939 59: aflane8023
19940 60: aflane8025
19941 61: cctEmul
19942 62: fastEther
19943 63: isdn
19944 64: v11
19945 65: v36
19946 66: g703at64k
19947 67: g703at2mb
19948 68: qllc
19949 69: fastEtherFX
19950 70: channel
19951 71: ieee80211
19952 72: ibm370parChan
19953 73: escon
19954 74: dlsw
19955 75: isdns
19956 76: isdnu
19957 77: lapd
19958 78: ipSwitch
19959 79: rsrb
19960 80: atmLogical
19961 81: ds0
19962 82: ds0Bundle
19963 83: bsc
19964 84: async
19965 85: cnr
19966 86: iso88025Dtr
19967 87: eplrs
19968 88: arap
19969 89: propCnls
19970 90: hostPad
19971 91: termPad
19972 92: frameRelayMPI
19973 93: x213
19974 94: adsl
19975 95: radsl
19976 96: sdsl
19977 97: vdsl
19978 98: iso88025CRFPInt
19979 99: myrinet
19980 100: voiceEM
19981 101: voiceFXO
19982 102: voiceFXS
19983 103: voiceEncap
19984 104: voiceOverIp
19985 105: atmDxi
19986 106: atmFuni
19987 107: atmIma
19988 108: pppMultilinkBundle
19989 109: ipOverCdlc
19990 110: ipOverClaw
19991 111: stackToStack
19992 112: virtualIpAddress
19993 113: mpc
19994 114: ipOverAtm
19995 115: iso88025Fiber
19996 116: tdlc
19997 117: gigabitEthernet
19998 118: hdlc
19999 119: lapf
20000 120: v37
20001 121: x25mlp
20002 122: x25huntGroup
20003 123: transpHdlc
20004 124: interleave
20005 125: fast
20006 126: ip
20007 127: docsCableMaclayer
20008 128: docsCableDownstream
20009 129: docsCableUpstream
20010 130: a12MppSwitch
20011 131: tunnel
20012 132: coffee
20013 133: ces
20014 134: atmSubInterface
20015 135: l2vlan
20016 136: l3ipvlan
20017 137: l3ipxvlan
20018 138: digitalPowerline
20019 139: mediaMailOverIp
20020 140: dtm
20021 141: dcn
20022 142: ipForward
20023 143: msdsl
20024 144: ieee1394
20025 145: if-gsn
20026 146: dvbRccMacLayer
20027 147: dvbRccDownstream
20028 148: dvbRccUpstream
20029 149: atmVirtual
20030 150: mplsTunnel
20031 151: srp
20032 152: voiceOverAtm
20033 153: voiceOverFrameRelay
20034 154: idsl
20035 155: compositeLink
20036 156: ss7SigLink
20037 157: propWirelessP2P
20038 158: frForward
20039 159: rfc1483
20040 160: usb
20041 161: ieee8023adLag
20042 162: bgppolicyaccounting
20043 163: frf16MfrBundle
20044 164: h323Gatekeeper
20045 165: h323Proxy
20046 166: mpls
20047 167: mfSigLink
20048 168: hdsl2
20049 169: shdsl
20050 170: ds1FDL
20051 171: pos
20052 172: dvbAsiIn
20053 173: dvbAsiOut
20054 174: plc
20055 175: nfas
20056 176: tr008
20057 177: gr303RDT
20058 178: gr303IDT
20059 179: isup
20060 180: propDocsWirelessMaclayer
20061 181: propDocsWirelessDownstream
20062 182: propDocsWirelessUpstream
20063 183: hiperlan2
20064 184: propBWAp2Mp
20065 185: sonetOverheadChannel
20066 186: digitalWrapperOverheadChannel
20067 187: aal2
20068 188: radioMAC
20069 189: atmRadio
20070 190: imt
20071 191: mvl
20072 192: reachDSL
20073 193: frDlciEndPt
20074 194: atmVciEndPt
20075 195: opticalChannel
20076 196: opticalTransport
20077 197: propAtm
20078 198: voiceOverCable
20079 199: infiniband
20080 200: teLink
20081 201: q2931
20082 202: virtualTg
20083 203: sipTg
20084 204: sipSig
20085 205: docsCableUpstreamChannel
20086 206: econet
20087 207: pon155
20088 208: pon622
20089 209: bridge
20090 210: linegroup
20091 211: voiceEMFGD
20092 212: voiceFGDEANA
20093 213: voiceDID
20094 214: mpegTransport
20095 215: sixToFour
20096 216: gtp
20097 217: pdnEtherLoop1
20098 218: pdnEtherLoop2
20099 219: opticalChannelGroup
20100 220: homepna
20101 221: gfp
20102 222: ciscoISLvlan
20103 223: actelisMetaLOOP
20104 224: fcipLink
20105 225: rpr
20106 226: qam
20107 227: lmp
20108 228: cblVectaStar
20109 229: docsCableMCmtsDownstream
20110 230: adsl2
20111 231: macSecControlledIF
20112 232: macSecUncontrolledIF
20113 233: aviciOpticalEther
20114 234: atmbond
20115 235: voiceFGDOS
20116 236: mocaVersion1
20117 237: ieee80216WMAN
20118 238: adsl2plus
20119 239: dvbRcsMacLayer
20120 240: dvbTdm
20121 241: dvbRcsTdma
20122 242: x86Laps
20123 243: wwanPP
20124 244: wwanPP2
20125 245: voiceEBS
20126 246: ifPwType
20127 247: ilan
20128 248: pip
20129 249: aluELP
20130 250: gpon
20131 251: vdsl2
20132 252: capwapDot11Profile
20133 253: capwapDot11Bss
20134 254: capwapWtpVirtualRadio
20135 255: bits
20136 256: docsCableUpstreamRfPort
20137 257: cableDownstreamRfPort
20138 258: vmwareVirtualNic
20139 259: ieee802154
20140 260: otnOdu
20141 261: otnOtu
20142 262: ifVfiType
20143 263: g9981
20144 264: g9982
20145 265: g9983
20146 266: aluEpon
20147 267: aluEponOnu
20148 268: aluEponPhysicalUni
20149 269: aluEponLogicalLink
20150 270: aluGponOnu
20151 271: aluGponPhysicalUni
20152 272: vmwareNicTeam
20153 277: docsOfdmDownstream
20154 278: docsOfdmaUpstream
20155 279: gfast
20156 280: sdci
20157 281: xboxWireless
20158 282: fastdsl
20159 283: docsCableScte55d1FwdOob
20160 284: docsCableScte55d1RetOob
20161 285: docsCableScte55d2DsOob
20162 286: docsCableScte55d2UsOob
20163 287: docsCableNdf
20164 288: docsCableNdr
20165 289: ptm
20166 290: ghn
20167 291: otnOtsi
20168 292: otnOtuc
20169 293: otnOduc
20170 294: otnOtsig
20171 295: microwaveCarrierTermination
20172 296: microwaveRadioLinkTerminal
20173 297: ieee8021axDrni
20174 298: ax25
20175 299: ieee19061nanocom
20176 300: cpri
20177 301: omni
20178 302: roe
20179 303: p2pOverLan
20180 - name: ifMtu
20181 oid: 1.3.6.1.2.1.2.2.1.4
20182 type: gauge
20183 help: The size of the largest packet which can be sent/received on the interface,
20184 specified in octets - 1.3.6.1.2.1.2.2.1.4
20185 indexes:
20186 - labelname: ifIndex
20187 type: gauge
20188 - name: ifSpeed
20189 oid: 1.3.6.1.2.1.2.2.1.5
20190 type: gauge
20191 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
20192 indexes:
20193 - labelname: ifIndex
20194 type: gauge
20195 - name: ifPhysAddress
20196 oid: 1.3.6.1.2.1.2.2.1.6
20197 type: PhysAddress48
20198 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
20199 indexes:
20200 - labelname: ifIndex
20201 type: gauge
20202 - name: ifAdminStatus
20203 oid: 1.3.6.1.2.1.2.2.1.7
20204 type: gauge
20205 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
20206 indexes:
20207 - labelname: ifIndex
20208 type: gauge
20209 enum_values:
20210 1: up
20211 2: down
20212 3: testing
20213 - name: ifOperStatus
20214 oid: 1.3.6.1.2.1.2.2.1.8
20215 type: gauge
20216 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
20217 indexes:
20218 - labelname: ifIndex
20219 type: gauge
20220 enum_values:
20221 1: up
20222 2: down
20223 3: testing
20224 4: unknown
20225 5: dormant
20226 6: notPresent
20227 7: lowerLayerDown
20228 - name: ifLastChange
20229 oid: 1.3.6.1.2.1.2.2.1.9
20230 type: gauge
20231 help: The value of sysUpTime at the time the interface entered its current operational
20232 state - 1.3.6.1.2.1.2.2.1.9
20233 indexes:
20234 - labelname: ifIndex
20235 type: gauge
20236 - name: ifInOctets
20237 oid: 1.3.6.1.2.1.2.2.1.10
20238 type: counter
20239 help: The total number of octets received on the interface, including framing
20240 characters - 1.3.6.1.2.1.2.2.1.10
20241 indexes:
20242 - labelname: ifIndex
20243 type: gauge
20244 - name: ifInUcastPkts
20245 oid: 1.3.6.1.2.1.2.2.1.11
20246 type: counter
20247 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
20248 which were not addressed to a multicast or broadcast address at this sub-layer
20249 - 1.3.6.1.2.1.2.2.1.11
20250 indexes:
20251 - labelname: ifIndex
20252 type: gauge
20253 - name: ifInNUcastPkts
20254 oid: 1.3.6.1.2.1.2.2.1.12
20255 type: counter
20256 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
20257 which were addressed to a multicast or broadcast address at this sub-layer -
20258 1.3.6.1.2.1.2.2.1.12
20259 indexes:
20260 - labelname: ifIndex
20261 type: gauge
20262 - name: ifInDiscards
20263 oid: 1.3.6.1.2.1.2.2.1.13
20264 type: counter
20265 help: The number of inbound packets which were chosen to be discarded even though
20266 no errors had been detected to prevent their being deliverable to a higher-layer
20267 protocol - 1.3.6.1.2.1.2.2.1.13
20268 indexes:
20269 - labelname: ifIndex
20270 type: gauge
20271 - name: ifInErrors
20272 oid: 1.3.6.1.2.1.2.2.1.14
20273 type: counter
20274 help: For packet-oriented interfaces, the number of inbound packets that contained
20275 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
20276 indexes:
20277 - labelname: ifIndex
20278 type: gauge
20279 - name: ifInUnknownProtos
20280 oid: 1.3.6.1.2.1.2.2.1.15
20281 type: counter
20282 help: For packet-oriented interfaces, the number of packets received via the interface
20283 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
20284 indexes:
20285 - labelname: ifIndex
20286 type: gauge
20287 - name: ifOutOctets
20288 oid: 1.3.6.1.2.1.2.2.1.16
20289 type: counter
20290 help: The total number of octets transmitted out of the interface, including framing
20291 characters - 1.3.6.1.2.1.2.2.1.16
20292 indexes:
20293 - labelname: ifIndex
20294 type: gauge
20295 - name: ifOutUcastPkts
20296 oid: 1.3.6.1.2.1.2.2.1.17
20297 type: counter
20298 help: The total number of packets that higher-level protocols requested be transmitted,
20299 and which were not addressed to a multicast or broadcast address at this sub-layer,
20300 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
20301 indexes:
20302 - labelname: ifIndex
20303 type: gauge
20304 - name: ifOutNUcastPkts
20305 oid: 1.3.6.1.2.1.2.2.1.18
20306 type: counter
20307 help: The total number of packets that higher-level protocols requested be transmitted,
20308 and which were addressed to a multicast or broadcast address at this sub-layer,
20309 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
20310 indexes:
20311 - labelname: ifIndex
20312 type: gauge
20313 - name: ifOutDiscards
20314 oid: 1.3.6.1.2.1.2.2.1.19
20315 type: counter
20316 help: The number of outbound packets which were chosen to be discarded even though
20317 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
20318 indexes:
20319 - labelname: ifIndex
20320 type: gauge
20321 - name: ifOutErrors
20322 oid: 1.3.6.1.2.1.2.2.1.20
20323 type: counter
20324 help: For packet-oriented interfaces, the number of outbound packets that could
20325 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
20326 indexes:
20327 - labelname: ifIndex
20328 type: gauge
20329 - name: ifOutQLen
20330 oid: 1.3.6.1.2.1.2.2.1.21
20331 type: gauge
20332 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
20333 indexes:
20334 - labelname: ifIndex
20335 type: gauge
20336 - name: ifSpecific
20337 oid: 1.3.6.1.2.1.2.2.1.22
20338 type: OctetString
20339 help: A reference to MIB definitions specific to the particular media being used
20340 to realize the interface - 1.3.6.1.2.1.2.2.1.22
20341 indexes:
20342 - labelname: ifIndex
20343 type: gauge
20344 - name: hrSystemUptime
20345 oid: 1.3.6.1.2.1.25.1.1
20346 type: gauge
20347 help: The amount of time since this host was last initialized - 1.3.6.1.2.1.25.1.1
20348 - name: hrSystemDate
20349 oid: 1.3.6.1.2.1.25.1.2
20350 type: DateAndTime
20351 help: The host's notion of the local date and time of day. - 1.3.6.1.2.1.25.1.2
20352 - name: hrSystemInitialLoadDevice
20353 oid: 1.3.6.1.2.1.25.1.3
20354 type: gauge
20355 help: The index of the hrDeviceEntry for the device from which this host is configured
20356 to load its initial operating system configuration (i.e., which operating system
20357 code and/or boot parameters) - 1.3.6.1.2.1.25.1.3
20358 - name: hrSystemInitialLoadParameters
20359 oid: 1.3.6.1.2.1.25.1.4
20360 type: OctetString
20361 help: This object contains the parameters (e.g - 1.3.6.1.2.1.25.1.4
20362 - name: hrSystemNumUsers
20363 oid: 1.3.6.1.2.1.25.1.5
20364 type: gauge
20365 help: The number of user sessions for which this host is storing state information
20366 - 1.3.6.1.2.1.25.1.5
20367 - name: hrSystemProcesses
20368 oid: 1.3.6.1.2.1.25.1.6
20369 type: gauge
20370 help: The number of process contexts currently loaded or running on this system.
20371 - 1.3.6.1.2.1.25.1.6
20372 - name: hrSystemMaxProcesses
20373 oid: 1.3.6.1.2.1.25.1.7
20374 type: gauge
20375 help: The maximum number of process contexts this system can support - 1.3.6.1.2.1.25.1.7
20376 - name: hrMemorySize
20377 oid: 1.3.6.1.2.1.25.2.2
20378 type: gauge
20379 help: The amount of physical read-write main memory, typically RAM, contained
20380 by the host. - 1.3.6.1.2.1.25.2.2
20381 - name: hrStorageIndex
20382 oid: 1.3.6.1.2.1.25.2.3.1.1
20383 type: gauge
20384 help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1
20385 indexes:
20386 - labelname: hrStorageIndex
20387 type: gauge
20388 - name: hrStorageType
20389 oid: 1.3.6.1.2.1.25.2.3.1.2
20390 type: OctetString
20391 help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2
20392 indexes:
20393 - labelname: hrStorageIndex
20394 type: gauge
20395 - name: hrStorageDescr
20396 oid: 1.3.6.1.2.1.25.2.3.1.3
20397 type: DisplayString
20398 help: A description of the type and instance of the storage described by this
20399 entry. - 1.3.6.1.2.1.25.2.3.1.3
20400 indexes:
20401 - labelname: hrStorageIndex
20402 type: gauge
20403 - name: hrStorageAllocationUnits
20404 oid: 1.3.6.1.2.1.25.2.3.1.4
20405 type: gauge
20406 help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4
20407 indexes:
20408 - labelname: hrStorageIndex
20409 type: gauge
20410 - name: hrStorageSize
20411 oid: 1.3.6.1.2.1.25.2.3.1.5
20412 type: gauge
20413 help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
20414 - 1.3.6.1.2.1.25.2.3.1.5
20415 indexes:
20416 - labelname: hrStorageIndex
20417 type: gauge
20418 - name: hrStorageUsed
20419 oid: 1.3.6.1.2.1.25.2.3.1.6
20420 type: gauge
20421 help: The amount of the storage represented by this entry that is allocated, in
20422 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
20423 indexes:
20424 - labelname: hrStorageIndex
20425 type: gauge
20426 - name: hrStorageAllocationFailures
20427 oid: 1.3.6.1.2.1.25.2.3.1.7
20428 type: counter
20429 help: The number of requests for storage represented by this entry that could
20430 not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7
20431 indexes:
20432 - labelname: hrStorageIndex
20433 type: gauge
20434 - name: hrDeviceIndex
20435 oid: 1.3.6.1.2.1.25.3.2.1.1
20436 type: gauge
20437 help: A unique value for each device contained by the host - 1.3.6.1.2.1.25.3.2.1.1
20438 indexes:
20439 - labelname: hrDeviceIndex
20440 type: gauge
20441 - name: hrDeviceType
20442 oid: 1.3.6.1.2.1.25.3.2.1.2
20443 type: OctetString
20444 help: An indication of the type of device - 1.3.6.1.2.1.25.3.2.1.2
20445 indexes:
20446 - labelname: hrDeviceIndex
20447 type: gauge
20448 - name: hrDeviceDescr
20449 oid: 1.3.6.1.2.1.25.3.2.1.3
20450 type: DisplayString
20451 help: A textual description of this device, including the device's manufacturer
20452 and revision, and optionally, its serial number. - 1.3.6.1.2.1.25.3.2.1.3
20453 indexes:
20454 - labelname: hrDeviceIndex
20455 type: gauge
20456 - name: hrDeviceID
20457 oid: 1.3.6.1.2.1.25.3.2.1.4
20458 type: OctetString
20459 help: The product ID for this device. - 1.3.6.1.2.1.25.3.2.1.4
20460 indexes:
20461 - labelname: hrDeviceIndex
20462 type: gauge
20463 - name: hrDeviceStatus
20464 oid: 1.3.6.1.2.1.25.3.2.1.5
20465 type: gauge
20466 help: The current operational state of the device described by this row of the
20467 table - 1.3.6.1.2.1.25.3.2.1.5
20468 indexes:
20469 - labelname: hrDeviceIndex
20470 type: gauge
20471 enum_values:
20472 1: unknown
20473 2: running
20474 3: warning
20475 4: testing
20476 5: down
20477 - name: hrDeviceErrors
20478 oid: 1.3.6.1.2.1.25.3.2.1.6
20479 type: counter
20480 help: The number of errors detected on this device - 1.3.6.1.2.1.25.3.2.1.6
20481 indexes:
20482 - labelname: hrDeviceIndex
20483 type: gauge
20484 - name: hrProcessorFrwID
20485 oid: 1.3.6.1.2.1.25.3.3.1.1
20486 type: OctetString
20487 help: The product ID of the firmware associated with the processor. - 1.3.6.1.2.1.25.3.3.1.1
20488 indexes:
20489 - labelname: hrDeviceIndex
20490 type: gauge
20491 - name: hrProcessorLoad
20492 oid: 1.3.6.1.2.1.25.3.3.1.2
20493 type: gauge
20494 help: The average, over the last minute, of the percentage of time that this processor
20495 was not idle - 1.3.6.1.2.1.25.3.3.1.2
20496 indexes:
20497 - labelname: hrDeviceIndex
20498 type: gauge
20499 - name: hrNetworkIfIndex
20500 oid: 1.3.6.1.2.1.25.3.4.1.1
20501 type: gauge
20502 help: The value of ifIndex which corresponds to this network device - 1.3.6.1.2.1.25.3.4.1.1
20503 indexes:
20504 - labelname: hrDeviceIndex
20505 type: gauge
20506 - name: hrPrinterStatus
20507 oid: 1.3.6.1.2.1.25.3.5.1.1
20508 type: gauge
20509 help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1
20510 indexes:
20511 - labelname: hrDeviceIndex
20512 type: gauge
20513 enum_values:
20514 1: other
20515 2: unknown
20516 3: idle
20517 4: printing
20518 5: warmup
20519 - name: hrPrinterDetectedErrorState
20520 oid: 1.3.6.1.2.1.25.3.5.1.2
20521 type: OctetString
20522 help: This object represents any error conditions detected by the printer - 1.3.6.1.2.1.25.3.5.1.2
20523 indexes:
20524 - labelname: hrDeviceIndex
20525 type: gauge
20526 - name: hrDiskStorageAccess
20527 oid: 1.3.6.1.2.1.25.3.6.1.1
20528 type: gauge
20529 help: An indication if this long-term storage device is readable and writable
20530 or only readable - 1.3.6.1.2.1.25.3.6.1.1
20531 indexes:
20532 - labelname: hrDeviceIndex
20533 type: gauge
20534 enum_values:
20535 1: readWrite
20536 2: readOnly
20537 - name: hrDiskStorageMedia
20538 oid: 1.3.6.1.2.1.25.3.6.1.2
20539 type: gauge
20540 help: An indication of the type of media used in this long- term storage device.
20541 - 1.3.6.1.2.1.25.3.6.1.2
20542 indexes:
20543 - labelname: hrDeviceIndex
20544 type: gauge
20545 enum_values:
20546 1: other
20547 2: unknown
20548 3: hardDisk
20549 4: floppyDisk
20550 5: opticalDiskROM
20551 6: opticalDiskWORM
20552 7: opticalDiskRW
20553 8: ramDisk
20554 - name: hrDiskStorageRemoveble
20555 oid: 1.3.6.1.2.1.25.3.6.1.3
20556 type: gauge
20557 help: Denotes whether or not the disk media may be removed from the drive. - 1.3.6.1.2.1.25.3.6.1.3
20558 indexes:
20559 - labelname: hrDeviceIndex
20560 type: gauge
20561 enum_values:
20562 1: "true"
20563 2: "false"
20564 - name: hrDiskStorageCapacity
20565 oid: 1.3.6.1.2.1.25.3.6.1.4
20566 type: gauge
20567 help: The total size for this long-term storage device - 1.3.6.1.2.1.25.3.6.1.4
20568 indexes:
20569 - labelname: hrDeviceIndex
20570 type: gauge
20571 - name: hrPartitionIndex
20572 oid: 1.3.6.1.2.1.25.3.7.1.1
20573 type: gauge
20574 help: A unique value for each partition on this long-term storage device - 1.3.6.1.2.1.25.3.7.1.1
20575 indexes:
20576 - labelname: hrDeviceIndex
20577 type: gauge
20578 - labelname: hrPartitionIndex
20579 type: gauge
20580 - name: hrPartitionLabel
20581 oid: 1.3.6.1.2.1.25.3.7.1.2
20582 type: OctetString
20583 help: A textual description of this partition. - 1.3.6.1.2.1.25.3.7.1.2
20584 indexes:
20585 - labelname: hrDeviceIndex
20586 type: gauge
20587 - labelname: hrPartitionIndex
20588 type: gauge
20589 - name: hrPartitionID
20590 oid: 1.3.6.1.2.1.25.3.7.1.3
20591 type: OctetString
20592 help: A descriptor which uniquely represents this partition to the responsible
20593 operating system - 1.3.6.1.2.1.25.3.7.1.3
20594 indexes:
20595 - labelname: hrDeviceIndex
20596 type: gauge
20597 - labelname: hrPartitionIndex
20598 type: gauge
20599 - name: hrPartitionSize
20600 oid: 1.3.6.1.2.1.25.3.7.1.4
20601 type: gauge
20602 help: The size of this partition. - 1.3.6.1.2.1.25.3.7.1.4
20603 indexes:
20604 - labelname: hrDeviceIndex
20605 type: gauge
20606 - labelname: hrPartitionIndex
20607 type: gauge
20608 - name: hrPartitionFSIndex
20609 oid: 1.3.6.1.2.1.25.3.7.1.5
20610 type: gauge
20611 help: The index of the file system mounted on this partition - 1.3.6.1.2.1.25.3.7.1.5
20612 indexes:
20613 - labelname: hrDeviceIndex
20614 type: gauge
20615 - labelname: hrPartitionIndex
20616 type: gauge
20617 - name: hrFSIndex
20618 oid: 1.3.6.1.2.1.25.3.8.1.1
20619 type: gauge
20620 help: A unique value for each file system local to this host - 1.3.6.1.2.1.25.3.8.1.1
20621 indexes:
20622 - labelname: hrFSIndex
20623 type: gauge
20624 - name: hrFSMountPoint
20625 oid: 1.3.6.1.2.1.25.3.8.1.2
20626 type: OctetString
20627 help: The path name of the root of this file system. - 1.3.6.1.2.1.25.3.8.1.2
20628 indexes:
20629 - labelname: hrFSIndex
20630 type: gauge
20631 - name: hrFSRemoteMountPoint
20632 oid: 1.3.6.1.2.1.25.3.8.1.3
20633 type: OctetString
20634 help: A description of the name and/or address of the server that this file system
20635 is mounted from - 1.3.6.1.2.1.25.3.8.1.3
20636 indexes:
20637 - labelname: hrFSIndex
20638 type: gauge
20639 - name: hrFSType
20640 oid: 1.3.6.1.2.1.25.3.8.1.4
20641 type: OctetString
20642 help: The value of this object identifies the type of this file system. - 1.3.6.1.2.1.25.3.8.1.4
20643 indexes:
20644 - labelname: hrFSIndex
20645 type: gauge
20646 - name: hrFSAccess
20647 oid: 1.3.6.1.2.1.25.3.8.1.5
20648 type: gauge
20649 help: An indication if this file system is logically configured by the operating
20650 system to be readable and writable or only readable - 1.3.6.1.2.1.25.3.8.1.5
20651 indexes:
20652 - labelname: hrFSIndex
20653 type: gauge
20654 enum_values:
20655 1: readWrite
20656 2: readOnly
20657 - name: hrFSBootable
20658 oid: 1.3.6.1.2.1.25.3.8.1.6
20659 type: gauge
20660 help: A flag indicating whether this file system is bootable. - 1.3.6.1.2.1.25.3.8.1.6
20661 indexes:
20662 - labelname: hrFSIndex
20663 type: gauge
20664 enum_values:
20665 1: "true"
20666 2: "false"
20667 - name: hrFSStorageIndex
20668 oid: 1.3.6.1.2.1.25.3.8.1.7
20669 type: gauge
20670 help: The index of the hrStorageEntry that represents information about this file
20671 system - 1.3.6.1.2.1.25.3.8.1.7
20672 indexes:
20673 - labelname: hrFSIndex
20674 type: gauge
20675 - name: hrFSLastFullBackupDate
20676 oid: 1.3.6.1.2.1.25.3.8.1.8
20677 type: DateAndTime
20678 help: The last date at which this complete file system was copied to another storage
20679 device for backup - 1.3.6.1.2.1.25.3.8.1.8
20680 indexes:
20681 - labelname: hrFSIndex
20682 type: gauge
20683 - name: hrFSLastPartialBackupDate
20684 oid: 1.3.6.1.2.1.25.3.8.1.9
20685 type: DateAndTime
20686 help: The last date at which a portion of this file system was copied to another
20687 storage device for backup - 1.3.6.1.2.1.25.3.8.1.9
20688 indexes:
20689 - labelname: hrFSIndex
20690 type: gauge
20691 - name: panSysSwVersion
20692 oid: 1.3.6.1.4.1.25461.2.1.2.1.1
20693 type: DisplayString
20694 help: Full software version - 1.3.6.1.4.1.25461.2.1.2.1.1
20695 - name: panSysHwVersion
20696 oid: 1.3.6.1.4.1.25461.2.1.2.1.2
20697 type: DisplayString
20698 help: Hardware version of the unit. - 1.3.6.1.4.1.25461.2.1.2.1.2
20699 - name: panSysSerialNumber
20700 oid: 1.3.6.1.4.1.25461.2.1.2.1.3
20701 type: DisplayString
20702 help: The serial number of the unit - 1.3.6.1.4.1.25461.2.1.2.1.3
20703 - name: panSysTimeZoneOffset
20704 oid: 1.3.6.1.4.1.25461.2.1.2.1.4
20705 type: gauge
20706 help: The offset in seconds from UTC of the system's time zone - 1.3.6.1.4.1.25461.2.1.2.1.4
20707 - name: panSysDaylightSaving
20708 oid: 1.3.6.1.4.1.25461.2.1.2.1.5
20709 type: gauge
20710 help: Whether daylight savings are in currently in effect for the system's time
20711 zone. - 1.3.6.1.4.1.25461.2.1.2.1.5
20712 enum_values:
20713 1: "true"
20714 2: "false"
20715 - name: panSysVpnClientVersion
20716 oid: 1.3.6.1.4.1.25461.2.1.2.1.6
20717 type: DisplayString
20718 help: Currently installed VPN client package version - 1.3.6.1.4.1.25461.2.1.2.1.6
20719 - name: panSysAppVersion
20720 oid: 1.3.6.1.4.1.25461.2.1.2.1.7
20721 type: DisplayString
20722 help: Currently installed application definition version - 1.3.6.1.4.1.25461.2.1.2.1.7
20723 - name: panSysAvVersion
20724 oid: 1.3.6.1.4.1.25461.2.1.2.1.8
20725 type: DisplayString
20726 help: Currently installed antivirus version - 1.3.6.1.4.1.25461.2.1.2.1.8
20727 - name: panSysThreatVersion
20728 oid: 1.3.6.1.4.1.25461.2.1.2.1.9
20729 type: DisplayString
20730 help: Currently installed threat definition version - 1.3.6.1.4.1.25461.2.1.2.1.9
20731 - name: panSysUrlFilteringVersion
20732 oid: 1.3.6.1.4.1.25461.2.1.2.1.10
20733 type: DisplayString
20734 help: Currently installed URL filtering version - 1.3.6.1.4.1.25461.2.1.2.1.10
20735 - name: panSysHAState
20736 oid: 1.3.6.1.4.1.25461.2.1.2.1.11
20737 type: DisplayString
20738 help: Current high-availability state. - 1.3.6.1.4.1.25461.2.1.2.1.11
20739 - name: panSysHAPeerState
20740 oid: 1.3.6.1.4.1.25461.2.1.2.1.12
20741 type: DisplayString
20742 help: Current peer high-availability state. - 1.3.6.1.4.1.25461.2.1.2.1.12
20743 - name: panSysHAMode
20744 oid: 1.3.6.1.4.1.25461.2.1.2.1.13
20745 type: DisplayString
20746 help: Current high-availability mode (disabled, active-passive, or active-active).
20747 - 1.3.6.1.4.1.25461.2.1.2.1.13
20748 - name: panSysUrlFilteringDatabase
20749 oid: 1.3.6.1.4.1.25461.2.1.2.1.14
20750 type: DisplayString
20751 help: Current installed URL filtering database (surfcontrol, brightcloud, etc)
20752 - 1.3.6.1.4.1.25461.2.1.2.1.14
20753 - name: panSysGlobalProtectClientVersion
20754 oid: 1.3.6.1.4.1.25461.2.1.2.1.15
20755 type: DisplayString
20756 help: Currently installed global-protect client package version - 1.3.6.1.4.1.25461.2.1.2.1.15
20757 - name: panSysOpswatDatafileVersion
20758 oid: 1.3.6.1.4.1.25461.2.1.2.1.16
20759 type: DisplayString
20760 help: Currently installed opswat database version - 1.3.6.1.4.1.25461.2.1.2.1.16
20761 - name: panSysWildfireVersion
20762 oid: 1.3.6.1.4.1.25461.2.1.2.1.17
20763 type: DisplayString
20764 help: Currently installed wildfire content version - 1.3.6.1.4.1.25461.2.1.2.1.17
20765 - name: panSysWildfirePrivateCloudVersion
20766 oid: 1.3.6.1.4.1.25461.2.1.2.1.18
20767 type: DisplayString
20768 help: Currently installed wildfire private cloud content version - 1.3.6.1.4.1.25461.2.1.2.1.18
20769 - name: panAhoSw
20770 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.1
20771 type: counter
20772 help: The total usage of software for AHO - 1.3.6.1.4.1.25461.2.1.2.1.19.1
20773 - name: panDfaSw
20774 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.2
20775 type: counter
20776 help: The total number of dfa match using software - 1.3.6.1.4.1.25461.2.1.2.1.19.2
20777 - name: panFlowHostServiceAllow
20778 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.3
20779 type: counter
20780 help: Device management session allowed - 1.3.6.1.4.1.25461.2.1.2.1.19.3
20781 - name: panHaPathmonSent
20782 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.4
20783 type: counter
20784 help: HA path-monitoring packets sent - 1.3.6.1.4.1.25461.2.1.2.1.19.4
20785 - name: panAhoFpga
20786 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.5
20787 type: counter
20788 help: The total requests to FPGA for AHO - 1.3.6.1.4.1.25461.2.1.2.1.19.5
20789 - name: panDfaFpga
20790 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.6
20791 type: counter
20792 help: The total requests to FPGA for DFA - 1.3.6.1.4.1.25461.2.1.2.1.19.6
20793 - name: panFpgaPkt
20794 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.7
20795 type: counter
20796 help: The packets held because of requests to FPGA - 1.3.6.1.4.1.25461.2.1.2.1.19.7
20797 - name: panFlowDosAgMaxSessLimit
20798 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.1
20799 type: counter
20800 help: Session limit reached for aggregate profile, drop session - 1.3.6.1.4.1.25461.2.1.2.1.19.8.1
20801 - name: panFlowDosBlkNumEntries
20802 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.2
20803 type: counter
20804 help: Number of entries in DOS block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.2
20805 - name: panFlowDosClMaxSessLimit
20806 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.3
20807 type: counter
20808 help: Session limit reached for classified profile, drop session - 1.3.6.1.4.1.25461.2.1.2.1.19.8.3
20809 - name: panFlowDosClSyncookieAckErr
20810 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.4
20811 type: counter
20812 help: 'TCP SYN cookies: Invalid ACKs received, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.4'
20813 - name: panFlowDosClSyncookieAckRcv
20814 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.5
20815 type: counter
20816 help: 'TCP SYN cookies: ACKs to cookies received, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.5'
20817 - name: panFlowDosClSyncookieBlkDur
20818 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.6
20819 type: counter
20820 help: 'Packets dropped: Flagged for blocking and under block duration for cl -
20821 1.3.6.1.4.1.25461.2.1.2.1.19.8.6'
20822 - name: panFlowDosClSyncookieMax
20823 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.7
20824 type: counter
20825 help: 'Packet dropped: SYN cookies maximum threshold reached, classified pro -
20826 1.3.6.1.4.1.25461.2.1.2.1.19.8.7'
20827 - name: panFlowDosClSyncookieSent
20828 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.8
20829 type: counter
20830 help: 'TCP SYN cookies: cookies sent, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.8'
20831 - name: panFlowMeterVsysThrottle
20832 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.9
20833 type: counter
20834 help: 'Session metering: sessions throttled by vsys configuration - 1.3.6.1.4.1.25461.2.1.2.1.19.8.9'
20835 - name: panFlowPolicyDeny
20836 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.10
20837 type: counter
20838 help: 'Session setup: denied by policy - 1.3.6.1.4.1.25461.2.1.2.1.19.8.10'
20839 - name: panFlowPolicyNat
20840 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.11
20841 type: counter
20842 help: 'Session setup: source NAT IP/port allocation error - 1.3.6.1.4.1.25461.2.1.2.1.19.8.11'
20843 - name: panFlowScanDrop
20844 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.12
20845 type: counter
20846 help: 'Session setup: denied by scan detection - 1.3.6.1.4.1.25461.2.1.2.1.19.8.12'
20847 - name: panFlowDosDropIpBlocked
20848 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.13
20849 type: counter
20850 help: 'Packets dropped: Flagged for blocking and under block duration by oth -
20851 1.3.6.1.4.1.25461.2.1.2.1.19.8.13'
20852 - name: panFlowDosRedIcmp
20853 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.14
20854 type: counter
20855 help: 'Packets dropped: Zone protection protocol ''icmp'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.14'
20856 - name: panFlowDosRedIcmp6
20857 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.15
20858 type: counter
20859 help: 'Packets dropped: Zone protection protocol ''icmpv6'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.15'
20860 - name: panFlowDosRedIp
20861 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.16
20862 type: counter
20863 help: 'Packets dropped: Zone protection protocol ''other-ip'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.16'
20864 - name: panFlowDosRedTcp
20865 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.17
20866 type: counter
20867 help: 'Packets dropped: Zone protection protocol ''tcp-syn'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.17'
20868 - name: panFlowDosRedUdp
20869 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.18
20870 type: counter
20871 help: 'Packets dropped: Zone protection protocol ''udp'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.18'
20872 - name: panFlowDosRuleAgBlkDur
20873 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.19
20874 type: counter
20875 help: 'Packets dropped: Flagged for blocking and under block duration for ag -
20876 1.3.6.1.4.1.25461.2.1.2.1.19.8.19'
20877 - name: panFlowDosRuleAgRedAct
20878 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.20
20879 type: counter
20880 help: 'Packets dropped: Activate aggregate RED threshold reached, random ear -
20881 1.3.6.1.4.1.25461.2.1.2.1.19.8.20'
20882 - name: panFlowDosRuleAgRedMax
20883 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.21
20884 type: counter
20885 help: 'Packets dropped: Maximal aggregate RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.21'
20886 - name: panFlowDosRuleDeny
20887 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.22
20888 type: counter
20889 help: 'Packets dropped: Denied action by DoS policy - 1.3.6.1.4.1.25461.2.1.2.1.19.8.22'
20890 - name: panFlowDosRuleDrop
20891 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.23
20892 type: counter
20893 help: 'Packets dropped: Rate limited or IP blocked - 1.3.6.1.4.1.25461.2.1.2.1.19.8.23'
20894 - name: panFlowDosRuleDropAggr
20895 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.24
20896 type: counter
20897 help: 'Packets dropped: due to aggregate rate limiting - 1.3.6.1.4.1.25461.2.1.2.1.19.8.24'
20898 - name: panFlowDosRuleDropClBlkDur
20899 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.25
20900 type: counter
20901 help: 'Packets dropped: Flagged for blocking and under block duration for cl -
20902 1.3.6.1.4.1.25461.2.1.2.1.19.8.25'
20903 - name: panFlowDosRuleDropClRedAct
20904 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.26
20905 type: counter
20906 help: 'Packets dropped: Activate classified RED threshold reached, random ea -
20907 1.3.6.1.4.1.25461.2.1.2.1.19.8.26'
20908 - name: panFlowDosRuleDropClRedMax
20909 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.27
20910 type: counter
20911 help: 'Packets dropped: Maximal classified RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.27'
20912 - name: panFlowDosRuleDropClassified
20913 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.28
20914 type: counter
20915 help: 'Packets dropped: due to classified rate limiting - 1.3.6.1.4.1.25461.2.1.2.1.19.8.28'
20916 - name: panFlowDosSyncookieBlkDur
20917 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.29
20918 type: counter
20919 help: 'Packets dropped: Flagged for blocking and under block duration for ag -
20920 1.3.6.1.4.1.25461.2.1.2.1.19.8.29'
20921 - name: panFlowDosSyncookieMax
20922 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.30
20923 type: counter
20924 help: 'Packet dropped: SYN cookies maximum threshold reached, aggregate prof -
20925 1.3.6.1.4.1.25461.2.1.2.1.19.8.30'
20926 - name: panFlowDosZoneRedAct
20927 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.31
20928 type: counter
20929 help: 'Packets dropped: Activate zone RED threshold reached, random early dr -
20930 1.3.6.1.4.1.25461.2.1.2.1.19.8.31'
20931 - name: panFlowDosZoneRedMax
20932 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.32
20933 type: counter
20934 help: 'Packets dropped: Maximal zone RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.32'
20935 - name: panFlowDosBlkSwEntries
20936 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.33
20937 type: counter
20938 help: Number of entries in DOS Software block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.33
20939 - name: panFlowDosBlkHwEntries
20940 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.34
20941 type: counter
20942 help: Number of entries in DOS Hardware block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.34
20943 - name: panFlowDosSyncookieNotTcpSyn
20944 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.35
20945 type: counter
20946 help: TCP SYN cookies:TCP SYN cookie not SYN - 1.3.6.1.4.1.25461.2.1.2.1.19.8.35
20947 - name: panFlowDosSyncookieNotTcpSynAck
20948 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.36
20949 type: counter
20950 help: TCP SYN cookies:TCP SYN cookie not SYN-ACK - 1.3.6.1.4.1.25461.2.1.2.1.19.8.36
20951 - name: panFlowDosPfIpspoof
20952 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.37
20953 type: counter
20954 help: Packets dropped:Zone protection option 'discard-ip-spoof' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.37
20955 - name: panFlowDosPfIpfrag
20956 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.38
20957 type: counter
20958 help: Packets dropped:Zone protection option 'discard-ip-frag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.38
20959 - name: panFlowDosPfPing0
20960 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.39
20961 type: counter
20962 help: Packets dropped:Zone protection option 'discard-icmp-ping-zero-id' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.39
20963 - name: panFlowDosPfIcmpfrag
20964 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.40
20965 type: counter
20966 help: Packets dropped:Zone protection option 'discard-icmp-frag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.40
20967 - name: panFlowDosPfIcmplpkt
20968 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.41
20969 type: counter
20970 help: Packets dropped:Zone protection option 'discard-icmp-large-packet' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.41
20971 - name: panFlowDosPfIcmperr
20972 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.42
20973 type: counter
20974 help: Packets dropped:Zone protection option 'discard-icmp-error' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.42
20975 - name: panFlowDosPfNoreplyttl
20976 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.43
20977 type: counter
20978 help: Packets dropped:Zone protection option 'suppress-icmp-timeexceeded' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.43
20979 - name: panFlowDosPfNoreplyneedfrag
20980 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.44
20981 type: counter
20982 help: Packets dropped:Zone protection option 'suppress-icmp-needfrag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.44
20983 - name: panFlowDosPfStrictsource
20984 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.45
20985 type: counter
20986 help: Packets dropped:Zone protection option 'discard-strict-source-routing' -
20987 1.3.6.1.4.1.25461.2.1.2.1.19.8.45
20988 - name: panFlowDosPfLoosesource
20989 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.46
20990 type: counter
20991 help: Packets dropped:Zone protection option 'discard-loose-source-routing' -
20992 1.3.6.1.4.1.25461.2.1.2.1.19.8.46
20993 - name: panFlowDosPfTimestamp
20994 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.47
20995 type: counter
20996 help: Packets dropped:Zone protection option 'discard-timestamp' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.47
20997 - name: panFlowDosPfRecordroute
20998 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.48
20999 type: counter
21000 help: Packets dropped:Zone protection option 'discard-record-route' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.48
21001 - name: panFlowDosPfSecurity
21002 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.49
21003 type: counter
21004 help: Packets dropped:Zone protection option 'discard-security' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.49
21005 - name: panFlowDosPfSatnetid
21006 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.50
21007 type: counter
21008 help: Packets dropped:Zone protection option 'discard-stream-id' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.50
21009 - name: panFlowDosPfUnknown
21010 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.51
21011 type: counter
21012 help: Packets dropped:Zone protection option 'discard-unknown-option' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.51
21013 - name: panFlowDosPfBadoption
21014 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.52
21015 type: counter
21016 help: Packets dropped:Zone protection option 'discard-malformed-option' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.52
21017 - name: panFlowDosPfTcpoverlappingmismatch
21018 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.53
21019 type: counter
21020 help: Packets dropped:Zone protection option 'discard-overlapping-tcp-segment-mismatch'
21021 - 1.3.6.1.4.1.25461.2.1.2.1.19.8.53
21022 - name: panFlowDosPfStrictip
21023 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.54
21024 type: counter
21025 help: Packets dropped:Zone protection option 'strict-ip-check' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.54
21026 - name: panFlowDosPfTcpsplithandshake
21027 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.55
21028 type: counter
21029 help: Packets dropped:Zone protection option 'discard-tcp-split-handshake' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.55
21030 - name: panFlowDosPfTcpsyndata
21031 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.56
21032 type: counter
21033 help: Packets dropped:Zone protection option 'discard-tcp-syn-with-data' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.56
21034 - name: panFlowDosPfTcpsynackdata
21035 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.57
21036 type: counter
21037 help: Packets dropped:Zone protection option 'discard-tcp-synack-with-data' -
21038 1.3.6.1.4.1.25461.2.1.2.1.19.8.57
21039 - name: panFlowDosIp6Route0
21040 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.58
21041 type: counter
21042 help: Packets dropped:Zone protection option 'routing-header-0' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.58
21043 - name: panFlowDosIp6Route1
21044 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.59
21045 type: counter
21046 help: Packets dropped:Zone protection option 'routing-header-1' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.59
21047 - name: panFlowDosIp6Route3
21048 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.60
21049 type: counter
21050 help: Packets dropped:Zone protection option 'routing-header-3' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.60
21051 - name: panFlowDosIp6Route4to252
21052 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.61
21053 type: counter
21054 help: Packets dropped:Zone protection option 'routing-header-4-252' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.61
21055 - name: panFlowDosIp6Route253
21056 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.62
21057 type: counter
21058 help: Packets dropped:Zone protection option 'routing-header-253' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.62
21059 - name: panFlowDosIp6Route254
21060 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.63
21061 type: counter
21062 help: Packets dropped:Zone protection option 'routing-header-254' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.63
21063 - name: panFlowDosIp6Route255
21064 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.64
21065 type: counter
21066 help: Packets dropped:Zone protection option 'routing-header-255' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.64
21067 - name: panFlowDosIp6Ip4cmpt
21068 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.65
21069 type: counter
21070 help: Packets dropped:Zone protection option 'ipv4-compatible-address' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.65
21071 - name: panFlowDosIp6Acast
21072 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.66
21073 type: counter
21074 help: Packets dropped:Zone protection option 'anycast-source' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.66
21075 - name: panFlowDosIp6OptionsInvalidIPv6
21076 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.67
21077 type: counter
21078 help: Packets dropped:Zone protection option 'options-invalid-ipv6-discard' -
21079 1.3.6.1.4.1.25461.2.1.2.1.19.8.67
21080 - name: panFlowDosIp6Icmpv6ErrorInvalid
21081 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.68
21082 type: counter
21083 help: Packets dropped:Zone protection option 'icmpv6-too-big-small-mtu-discard'
21084 - 1.3.6.1.4.1.25461.2.1.2.1.19.8.68
21085 - name: panFlowDosIp6NeedlessIpv6FragHdr
21086 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.69
21087 type: counter
21088 help: Packets dropped:Zone protection option 'needless-fragment-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.69
21089 - name: panFlowDosIp6RsvdSet
21090 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.70
21091 type: counter
21092 help: Packets dropped:Zone protection option 'reserved-field-set-discard' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.70
21093 - name: panFlowDosIPv6ExtHdrHopByHop
21094 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.71
21095 type: counter
21096 help: Packets dropped:Zone protection option 'hop-by-hop-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.71
21097 - name: panFlowDosip6IPv6ExtHdrRouting
21098 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.72
21099 type: counter
21100 help: Packets dropped:Zone protection option 'routing-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.72
21101 - name: panFlowDosIp6IPv6ExtHdrDestOpt
21102 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.73
21103 type: counter
21104 help: Packets dropped:Zone protection option 'dest-option-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.73
21105 - name: panFlowDosPbpDrop
21106 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.74
21107 type: counter
21108 help: Packets dropped:Dropped by packet buffer protection RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.74
21109 - name: panFlowDosCurrSessIncrFailed
21110 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.75
21111 type: counter
21112 help: Unable to increment current session count on session create - 1.3.6.1.4.1.25461.2.1.2.1.19.8.75
21113 - name: panFlowDosCurrSessDecrFailed
21114 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.76
21115 type: counter
21116 help: Unable to decrement current session count on session delete - 1.3.6.1.4.1.25461.2.1.2.1.19.8.76
21117 - name: panFlowFwdL3TtlZero
21118 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.1
21119 type: counter
21120 help: 'Packets dropped: IP TTL reaches zero - 1.3.6.1.4.1.25461.2.1.2.1.19.9.1'
21121 - name: panFlowMeterHostThrottle
21122 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.2
21123 type: counter
21124 help: 'Session metering: sessions throttled by management session threshold -
21125 1.3.6.1.4.1.25461.2.1.2.1.19.9.2'
21126 - name: panFlowHostServiceDeny
21127 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.3
21128 type: counter
21129 help: Device management session denied - 1.3.6.1.4.1.25461.2.1.2.1.19.9.3
21130 - name: panFlowHostServiceUnknown
21131 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.4
21132 type: counter
21133 help: 'Session discarded: unknown application to control plane - 1.3.6.1.4.1.25461.2.1.2.1.19.9.4'
21134 - name: panPktAllocFailure
21135 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.5
21136 type: counter
21137 help: Packet allocation error - 1.3.6.1.4.1.25461.2.1.2.1.19.9.5
21138 - name: panPktAllocFailureCos
21139 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.6
21140 type: counter
21141 help: Packet allocation error due to QoS control - 1.3.6.1.4.1.25461.2.1.2.1.19.9.6
21142 - name: panSessionDiscard
21143 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.7
21144 type: counter
21145 help: Session set to discard by security policy check - 1.3.6.1.4.1.25461.2.1.2.1.19.9.7
21146 - name: panFlowIpfragFragErr
21147 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.10.1
21148 type: counter
21149 help: 'Packet dropped: IP fragmentation error - 1.3.6.1.4.1.25461.2.1.2.1.19.10.1'
21150 - name: panFlowIpfragRecv
21151 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.10.2
21152 type: counter
21153 help: IP fragments received - 1.3.6.1.4.1.25461.2.1.2.1.19.10.2
21154 - name: panTcpAllocWqeFailed
21155 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.1
21156 type: counter
21157 help: wqe allocation failure in tcp - 1.3.6.1.4.1.25461.2.1.2.1.19.11.1
21158 - name: panTcpDeny
21159 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.2
21160 type: counter
21161 help: session denied because of failure in tcp reassembly - 1.3.6.1.4.1.25461.2.1.2.1.19.11.2
21162 - name: panTcpDropOutOfWnd
21163 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.3
21164 type: counter
21165 help: out-of-window packets dropped - 1.3.6.1.4.1.25461.2.1.2.1.19.11.3
21166 - name: panTcpDropPacket
21167 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.4
21168 type: counter
21169 help: packets dropped because of failure in tcp reassembly - 1.3.6.1.4.1.25461.2.1.2.1.19.11.4
21170 - name: panFlowActionClose
21171 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.5
21172 type: counter
21173 help: TCP sessions closed via injecting RST - 1.3.6.1.4.1.25461.2.1.2.1.19.11.5
21174 - name: panFlowActionReset
21175 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.6
21176 type: counter
21177 help: TCP clients reset via responding RST - 1.3.6.1.4.1.25461.2.1.2.1.19.11.6
21178 - name: panFlowTcpNonSyn
21179 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.7
21180 type: counter
21181 help: Non-SYN TCP packets without session match - 1.3.6.1.4.1.25461.2.1.2.1.19.11.7
21182 - name: panTcpExceedSegLimit
21183 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.8
21184 type: counter
21185 help: packets dropped due to the limitation on global tcp out-of-order pack -
21186 1.3.6.1.4.1.25461.2.1.2.1.19.11.8
21187 - name: panFlowTciGreDecapSuccess
21188 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.1
21189 type: counter
21190 help: Total GRE sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.1
21191 - name: panFlowTciGreDecapFailed
21192 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.2
21193 type: counter
21194 help: Total GRE sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.2
21195 - name: panFlowTciGreDecapUnknown
21196 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.3
21197 type: counter
21198 help: Total unknown tunnel inspection packets in GRE tunnel [passed|dropped] -
21199 1.3.6.1.4.1.25461.2.1.2.1.19.12.3
21200 - name: panFlowTciIpsecDecapSuccess
21201 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.4
21202 type: counter
21203 help: Total Ipsec sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.4
21204 - name: panFlowTciIpsecDecapFailed
21205 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.5
21206 type: counter
21207 help: Total IPSEC sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.5
21208 - name: panFlowTciIpsecDecapUnknown
21209 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.6
21210 type: counter
21211 help: Total unknown tunnel inspection packets in IPSEC tunnel [passed|dropped]
21212 - 1.3.6.1.4.1.25461.2.1.2.1.19.12.6
21213 - name: panFlowTciGtpDecapSuccess
21214 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.7
21215 type: counter
21216 help: Total GTP sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.7
21217 - name: panFlowTciGtpDecapFailed
21218 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.8
21219 type: counter
21220 help: Total GTP sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.8
21221 - name: panFlowTciGtpDecapUnknown
21222 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.9
21223 type: counter
21224 help: Total unknown tunnel inspection packets in GTP tunnel[passed|dropped] -
21225 1.3.6.1.4.1.25461.2.1.2.1.19.12.9
21226 - name: panSysAppReleaseDate
21227 oid: 1.3.6.1.4.1.25461.2.1.2.1.20
21228 type: DisplayString
21229 help: Currently installed application definition release date - 1.3.6.1.4.1.25461.2.1.2.1.20
21230 - name: panSysThreatReleaseDate
21231 oid: 1.3.6.1.4.1.25461.2.1.2.1.21
21232 type: DisplayString
21233 help: Currently installed threat release date - 1.3.6.1.4.1.25461.2.1.2.1.21
21234 - name: panSysAvReleaseDate
21235 oid: 1.3.6.1.4.1.25461.2.1.2.1.22
21236 type: DisplayString
21237 help: Currently installed antivirus release date - 1.3.6.1.4.1.25461.2.1.2.1.22
21238 - name: panSysWfReleaseDate
21239 oid: 1.3.6.1.4.1.25461.2.1.2.1.23
21240 type: DisplayString
21241 help: Currently installed WildFire release date - 1.3.6.1.4.1.25461.2.1.2.1.23
21242 - name: panSessionUtilization
21243 oid: 1.3.6.1.4.1.25461.2.1.2.3.1
21244 type: gauge
21245 help: Session table utilization percentage - 1.3.6.1.4.1.25461.2.1.2.3.1
21246 - name: panSessionMax
21247 oid: 1.3.6.1.4.1.25461.2.1.2.3.2
21248 type: gauge
21249 help: Total number of sessions supported. - 1.3.6.1.4.1.25461.2.1.2.3.2
21250 - name: panSessionActive
21251 oid: 1.3.6.1.4.1.25461.2.1.2.3.3
21252 type: gauge
21253 help: Total number of active sessions. - 1.3.6.1.4.1.25461.2.1.2.3.3
21254 - name: panSessionActiveTcp
21255 oid: 1.3.6.1.4.1.25461.2.1.2.3.4
21256 type: gauge
21257 help: Total number of active TCP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.4
21258 - name: panSessionActiveUdp
21259 oid: 1.3.6.1.4.1.25461.2.1.2.3.5
21260 type: gauge
21261 help: Total number of active UDP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.5
21262 - name: panSessionActiveICMP
21263 oid: 1.3.6.1.4.1.25461.2.1.2.3.6
21264 type: gauge
21265 help: Total number of active ICMP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.6
21266 - name: panSessionActiveSslProxy
21267 oid: 1.3.6.1.4.1.25461.2.1.2.3.7
21268 type: gauge
21269 help: Total number of active SSL proxy sessions. - 1.3.6.1.4.1.25461.2.1.2.3.7
21270 - name: panSessionSslProxyUtilization
21271 oid: 1.3.6.1.4.1.25461.2.1.2.3.8
21272 type: gauge
21273 help: SSL proxy Session utilization percentage - 1.3.6.1.4.1.25461.2.1.2.3.8
21274 - name: panVsysId
21275 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.1
21276 type: gauge
21277 help: Vsys id - 1.3.6.1.4.1.25461.2.1.2.3.9.1.1
21278 indexes:
21279 - labelname: panVsysId
21280 type: gauge
21281 - name: panVsysName
21282 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.2
21283 type: DisplayString
21284 help: User assigned vsys name (empty string if not available) - 1.3.6.1.4.1.25461.2.1.2.3.9.1.2
21285 indexes:
21286 - labelname: panVsysId
21287 type: gauge
21288 - name: panVsysSessionUtilizationPct
21289 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.3
21290 type: gauge
21291 help: Vsys utilization percentage, if session limit is configured - 1.3.6.1.4.1.25461.2.1.2.3.9.1.3
21292 indexes:
21293 - labelname: panVsysId
21294 type: gauge
21295 - name: panVsysActiveSessions
21296 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.4
21297 type: gauge
21298 help: Active sessions on this Vsys - 1.3.6.1.4.1.25461.2.1.2.3.9.1.4
21299 indexes:
21300 - labelname: panVsysId
21301 type: gauge
21302 - name: panVsysMaxSessions
21303 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.5
21304 type: gauge
21305 help: Max sessions on this Vsys, if session limit is configured - 1.3.6.1.4.1.25461.2.1.2.3.9.1.5
21306 indexes:
21307 - labelname: panVsysId
21308 type: gauge
21309 - name: panVsysActiveTcpCps
21310 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.6
21311 type: gauge
21312 help: Number of active Tcp Connections per second for thie vSys. - 1.3.6.1.4.1.25461.2.1.2.3.9.1.6
21313 indexes:
21314 - labelname: panVsysId
21315 type: gauge
21316 - name: panVsysActiveUdpCps
21317 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.7
21318 type: gauge
21319 help: Number of active Udp Connections per second for thie vSys. - 1.3.6.1.4.1.25461.2.1.2.3.9.1.7
21320 indexes:
21321 - labelname: panVsysId
21322 type: gauge
21323 - name: panVsysActiveOtherIpCps
21324 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.8
21325 type: gauge
21326 help: Number of active Other IP Connections per second for thie vSys. - 1.3.6.1.4.1.25461.2.1.2.3.9.1.8
21327 indexes:
21328 - labelname: panVsysId
21329 type: gauge
21330 - name: panZoneName
21331 oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.1
21332 type: DisplayString
21333 help: Zone name for the interface - 1.3.6.1.4.1.25461.2.1.2.3.10.1.1
21334 indexes:
21335 - labelname: panZoneName
21336 type: DisplayString
21337 - labelname: panVsysId
21338 type: gauge
21339 - name: panZoneActiveTcpCps
21340 oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.2
21341 type: gauge
21342 help: Number of active TCP connections per second for this zone. - 1.3.6.1.4.1.25461.2.1.2.3.10.1.2
21343 indexes:
21344 - labelname: panZoneName
21345 type: DisplayString
21346 - labelname: panVsysId
21347 type: gauge
21348 - name: panZoneActiveUdpCps
21349 oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.3
21350 type: gauge
21351 help: Number of active UDP connections per second for this zone. - 1.3.6.1.4.1.25461.2.1.2.3.10.1.3
21352 indexes:
21353 - labelname: panZoneName
21354 type: DisplayString
21355 - labelname: panVsysId
21356 type: gauge
21357 - name: panZoneActiveOtherIpCps
21358 oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.4
21359 type: gauge
21360 help: Number of active Other IP connections per second for this zone. - 1.3.6.1.4.1.25461.2.1.2.3.10.1.4
21361 indexes:
21362 - labelname: panZoneName
21363 type: DisplayString
21364 - labelname: panVsysId
21365 type: gauge
21366 - name: ifIndex
21367 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.1
21368 type: gauge
21369 help: Index of the interface - 1.3.6.1.4.1.25461.2.1.2.3.11.1.1
21370 indexes:
21371 - labelname: ifIndex
21372 type: gauge
21373 - name: ifDescr
21374 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.2
21375 type: DisplayString
21376 help: Description (name) of the interface - 1.3.6.1.4.1.25461.2.1.2.3.11.1.2
21377 indexes:
21378 - labelname: ifIndex
21379 type: gauge
21380 - name: panIfActiveTcpCps
21381 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.3
21382 type: gauge
21383 help: Number of active TCP connections per second for this interface. - 1.3.6.1.4.1.25461.2.1.2.3.11.1.3
21384 indexes:
21385 - labelname: ifIndex
21386 type: gauge
21387 - name: panIfActiveUdpCps
21388 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.4
21389 type: gauge
21390 help: Number of active UDP connections per second for this interface. - 1.3.6.1.4.1.25461.2.1.2.3.11.1.4
21391 indexes:
21392 - labelname: ifIndex
21393 type: gauge
21394 - name: panIfActiveOtherIpCps
21395 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.5
21396 type: gauge
21397 help: Number of active Other IP connections per second for this interface. - 1.3.6.1.4.1.25461.2.1.2.3.11.1.5
21398 indexes:
21399 - labelname: ifIndex
21400 type: gauge
21401 - name: panSessionCps
21402 oid: 1.3.6.1.4.1.25461.2.1.2.3.12
21403 type: gauge
21404 help: Total number of active TCP connections per second. - 1.3.6.1.4.1.25461.2.1.2.3.12
21405 - name: panGPGWUtilizationPct
21406 oid: 1.3.6.1.4.1.25461.2.1.2.5.1.1
21407 type: gauge
21408 help: GlobalProtect Gateway utilization percentage - 1.3.6.1.4.1.25461.2.1.2.5.1.1
21409 - name: panGPGWUtilizationMaxTunnels
21410 oid: 1.3.6.1.4.1.25461.2.1.2.5.1.2
21411 type: gauge
21412 help: Max tunnels allowed - 1.3.6.1.4.1.25461.2.1.2.5.1.2
21413 - name: panGPGWUtilizationActiveTunnels
21414 oid: 1.3.6.1.4.1.25461.2.1.2.5.1.3
21415 type: gauge
21416 help: Number of active tunnels - 1.3.6.1.4.1.25461.2.1.2.5.1.3
21417 printer_mib:
21418 walk:
21419 - 1.3.6.1.2.1.25.3.5.1.1
21420 - 1.3.6.1.2.1.43.11.1.1.5
21421 - 1.3.6.1.2.1.43.11.1.1.6
21422 - 1.3.6.1.2.1.43.11.1.1.8
21423 - 1.3.6.1.2.1.43.11.1.1.9
21424 - 1.3.6.1.2.1.43.5.1.1.13
21425 - 1.3.6.1.2.1.43.5.1.1.16
21426 - 1.3.6.1.2.1.43.5.1.1.17
21427 - 1.3.6.1.2.1.43.5.1.1.18
21428 - 1.3.6.1.2.1.43.5.1.1.19
21429 - 1.3.6.1.2.1.43.5.1.1.3
21430 - 1.3.6.1.2.1.43.6.1.1.3
21431 get:
21432 - 1.3.6.1.2.1.1.3.0
21433 metrics:
21434 - name: sysUpTime
21435 oid: 1.3.6.1.2.1.1.3
21436 type: gauge
21437 help: The time (in hundredths of a second) since the network management portion
21438 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
21439 - name: hrPrinterStatus
21440 oid: 1.3.6.1.2.1.25.3.5.1.1
21441 type: EnumAsStateSet
21442 help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1
21443 indexes:
21444 - labelname: hrDeviceIndex
21445 type: gauge
21446 enum_values:
21447 1: other
21448 2: unknown
21449 3: idle
21450 4: printing
21451 5: warmup
21452 - name: prtMarkerSuppliesType
21453 oid: 1.3.6.1.2.1.43.11.1.1.5
21454 type: gauge
21455 help: The type of this supply. - 1.3.6.1.2.1.43.11.1.1.5
21456 indexes:
21457 - labelname: hrDeviceIndex
21458 type: gauge
21459 - labelname: prtMarkerSuppliesIndex
21460 type: gauge
21461 lookups:
21462 - labels:
21463 - hrDeviceIndex
21464 - prtMarkerSuppliesIndex
21465 labelname: prtMarkerSuppliesType
21466 oid: 1.3.6.1.2.1.43.11.1.1.5
21467 type: gauge
21468 enum_values:
21469 1: other
21470 2: unknown
21471 3: toner
21472 4: wasteToner
21473 5: ink
21474 6: inkCartridge
21475 7: inkRibbon
21476 8: wasteInk
21477 9: opc
21478 10: developer
21479 11: fuserOil
21480 12: solidWax
21481 13: ribbonWax
21482 14: wasteWax
21483 15: fuser
21484 16: coronaWire
21485 17: fuserOilWick
21486 18: cleanerUnit
21487 19: fuserCleaningPad
21488 20: transferUnit
21489 21: tonerCartridge
21490 22: fuserOiler
21491 23: water
21492 24: wasteWater
21493 25: glueWaterAdditive
21494 26: wastePaper
21495 27: bindingSupply
21496 28: bandingSupply
21497 29: stitchingWire
21498 30: shrinkWrap
21499 31: paperWrap
21500 32: staples
21501 33: inserts
21502 34: covers
21503 35: matteToner
21504 36: matteInk
21505 - name: prtMarkerSuppliesDescription
21506 oid: 1.3.6.1.2.1.43.11.1.1.6
21507 type: DisplayString
21508 help: The description of this supply container/receptacle in the localization
21509 specified by prtGeneralCurrentLocalization. - 1.3.6.1.2.1.43.11.1.1.6
21510 indexes:
21511 - labelname: hrDeviceIndex
21512 type: gauge
21513 - labelname: prtMarkerSuppliesIndex
21514 type: gauge
21515 lookups:
21516 - labels:
21517 - hrDeviceIndex
21518 - prtMarkerSuppliesIndex
21519 labelname: prtMarkerSuppliesType
21520 oid: 1.3.6.1.2.1.43.11.1.1.5
21521 type: gauge
21522 - name: prtMarkerSuppliesMaxCapacity
21523 oid: 1.3.6.1.2.1.43.11.1.1.8
21524 type: gauge
21525 help: The maximum capacity of this supply container/receptacle expressed in prtMarkerSuppliesSupplyUnit
21526 - 1.3.6.1.2.1.43.11.1.1.8
21527 indexes:
21528 - labelname: hrDeviceIndex
21529 type: gauge
21530 - labelname: prtMarkerSuppliesIndex
21531 type: gauge
21532 lookups:
21533 - labels:
21534 - hrDeviceIndex
21535 - prtMarkerSuppliesIndex
21536 labelname: prtMarkerSuppliesType
21537 oid: 1.3.6.1.2.1.43.11.1.1.5
21538 type: gauge
21539 - name: prtMarkerSuppliesLevel
21540 oid: 1.3.6.1.2.1.43.11.1.1.9
21541 type: gauge
21542 help: The current level if this supply is a container; the remaining space if
21543 this supply is a receptacle - 1.3.6.1.2.1.43.11.1.1.9
21544 indexes:
21545 - labelname: hrDeviceIndex
21546 type: gauge
21547 - labelname: prtMarkerSuppliesIndex
21548 type: gauge
21549 lookups:
21550 - labels:
21551 - hrDeviceIndex
21552 - prtMarkerSuppliesIndex
21553 labelname: prtMarkerSuppliesType
21554 oid: 1.3.6.1.2.1.43.11.1.1.5
21555 type: gauge
21556 - name: prtConsoleDisable
21557 oid: 1.3.6.1.2.1.43.5.1.1.13
21558 type: EnumAsStateSet
21559 help: This value indicates how input is (or is not) accepted from the operator
21560 console - 1.3.6.1.2.1.43.5.1.1.13
21561 indexes:
21562 - labelname: hrDeviceIndex
21563 type: gauge
21564 enum_values:
21565 3: enabled
21566 4: disabled
21567 - name: prtGeneralPrinterName
21568 oid: 1.3.6.1.2.1.43.5.1.1.16
21569 type: DisplayString
21570 help: An administrator-specified name for this printer - 1.3.6.1.2.1.43.5.1.1.16
21571 indexes:
21572 - labelname: hrDeviceIndex
21573 type: gauge
21574 - name: prtGeneralSerialNumber
21575 oid: 1.3.6.1.2.1.43.5.1.1.17
21576 type: DisplayString
21577 help: A recorded serial number for this device that indexes some type device catalog
21578 or inventory - 1.3.6.1.2.1.43.5.1.1.17
21579 indexes:
21580 - labelname: hrDeviceIndex
21581 type: gauge
21582 - name: prtAlertCriticalEvents
21583 oid: 1.3.6.1.2.1.43.5.1.1.18
21584 type: counter
21585 help: A running counter of the number of critical alert events that have been
21586 recorded in the alert table - 1.3.6.1.2.1.43.5.1.1.18
21587 indexes:
21588 - labelname: hrDeviceIndex
21589 type: gauge
21590 - name: prtAlertAllEvents
21591 oid: 1.3.6.1.2.1.43.5.1.1.19
21592 type: counter
21593 help: A running counter of the total number of alert event entries (critical and
21594 non-critical) that have been recorded in the alert table - 1.3.6.1.2.1.43.5.1.1.19
21595 indexes:
21596 - labelname: hrDeviceIndex
21597 type: gauge
21598 - name: prtGeneralReset
21599 oid: 1.3.6.1.2.1.43.5.1.1.3
21600 type: EnumAsStateSet
21601 help: Setting this value to 'powerCycleReset', 'resetToNVRAM', or 'resetToFactoryDefaults'
21602 will result in the resetting of the printer - 1.3.6.1.2.1.43.5.1.1.3
21603 indexes:
21604 - labelname: hrDeviceIndex
21605 type: gauge
21606 enum_values:
21607 3: notResetting
21608 4: powerCycleReset
21609 5: resetToNVRAM
21610 6: resetToFactoryDefaults
21611 - name: prtCoverStatus
21612 oid: 1.3.6.1.2.1.43.6.1.1.3
21613 type: EnumAsStateSet
21614 help: The status of this cover sub-unit. - 1.3.6.1.2.1.43.6.1.1.3
21615 indexes:
21616 - labelname: hrDeviceIndex
21617 type: gauge
21618 - labelname: prtCoverIndex
21619 type: gauge
21620 enum_values:
21621 1: other
21622 2: unknown
21623 3: coverOpen
21624 4: coverClosed
21625 5: interlockOpen
21626 6: interlockClosed
21627 servertech_sentry3:
21628 walk:
21629 - 1.3.6.1.4.1.1718.3.2.2
21630 - 1.3.6.1.4.1.1718.3.2.3
21631 get:
21632 - 1.3.6.1.2.1.1.3.0
21633 metrics:
21634 - name: sysUpTime
21635 oid: 1.3.6.1.2.1.1.3
21636 type: gauge
21637 help: The time (in hundredths of a second) since the network management portion
21638 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
21639 - name: infeedIndex
21640 oid: 1.3.6.1.4.1.1718.3.2.2.1.1
21641 type: gauge
21642 help: Index for the input feed table. - 1.3.6.1.4.1.1718.3.2.2.1.1
21643 indexes:
21644 - labelname: towerIndex
21645 type: gauge
21646 - labelname: infeedIndex
21647 type: gauge
21648 - name: infeedID
21649 oid: 1.3.6.1.4.1.1718.3.2.2.1.2
21650 type: DisplayString
21651 help: The ID of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.2
21652 indexes:
21653 - labelname: towerIndex
21654 type: gauge
21655 - labelname: infeedIndex
21656 type: gauge
21657 - name: infeedName
21658 oid: 1.3.6.1.4.1.1718.3.2.2.1.3
21659 type: DisplayString
21660 help: The name of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.3
21661 indexes:
21662 - labelname: towerIndex
21663 type: gauge
21664 - labelname: infeedIndex
21665 type: gauge
21666 - name: infeedCapabilities
21667 oid: 1.3.6.1.4.1.1718.3.2.2.1.4
21668 type: Bits
21669 help: The capabilities of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.4
21670 indexes:
21671 - labelname: towerIndex
21672 type: gauge
21673 - labelname: infeedIndex
21674 type: gauge
21675 enum_values:
21676 0: onSense
21677 1: loadSense
21678 2: powerControl
21679 3: failSafe
21680 4: defaultOff
21681 5: voltageSense
21682 6: powerSense
21683 7: branchOnSense
21684 8: branchLoadSense
21685 - name: infeedStatus
21686 oid: 1.3.6.1.4.1.1718.3.2.2.1.5
21687 type: gauge
21688 help: The status of the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.5
21689 indexes:
21690 - labelname: towerIndex
21691 type: gauge
21692 - labelname: infeedIndex
21693 type: gauge
21694 enum_values:
21695 0: "off"
21696 1: "on"
21697 2: offWait
21698 3: onWait
21699 4: offError
21700 5: onError
21701 6: noComm
21702 7: reading
21703 8: offFuse
21704 9: onFuse
21705 - name: infeedLoadStatus
21706 oid: 1.3.6.1.4.1.1718.3.2.2.1.6
21707 type: gauge
21708 help: The status of the load measured on the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.6
21709 indexes:
21710 - labelname: towerIndex
21711 type: gauge
21712 - labelname: infeedIndex
21713 type: gauge
21714 enum_values:
21715 0: normal
21716 1: notOn
21717 2: reading
21718 3: loadLow
21719 4: loadHigh
21720 5: overLoad
21721 6: readError
21722 7: noComm
21723 - name: infeedLoadValue
21724 oid: 1.3.6.1.4.1.1718.3.2.2.1.7
21725 type: gauge
21726 help: The load measured on the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.7
21727 indexes:
21728 - labelname: towerIndex
21729 type: gauge
21730 - labelname: infeedIndex
21731 type: gauge
21732 - name: infeedLoadHighThresh
21733 oid: 1.3.6.1.4.1.1718.3.2.2.1.8
21734 type: gauge
21735 help: The load high threshold value of the input feed line in Amps. - 1.3.6.1.4.1.1718.3.2.2.1.8
21736 indexes:
21737 - labelname: towerIndex
21738 type: gauge
21739 - labelname: infeedIndex
21740 type: gauge
21741 - name: infeedOutletCount
21742 oid: 1.3.6.1.4.1.1718.3.2.2.1.9
21743 type: gauge
21744 help: The number of controlled and/or monitored outlets on the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.9
21745 indexes:
21746 - labelname: towerIndex
21747 type: gauge
21748 - labelname: infeedIndex
21749 type: gauge
21750 - name: infeedCapacity
21751 oid: 1.3.6.1.4.1.1718.3.2.2.1.10
21752 type: gauge
21753 help: The load capacity of the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.10
21754 indexes:
21755 - labelname: towerIndex
21756 type: gauge
21757 - labelname: infeedIndex
21758 type: gauge
21759 - name: infeedVoltage
21760 oid: 1.3.6.1.4.1.1718.3.2.2.1.11
21761 type: gauge
21762 help: The line-to-line voltage of the input feed - 1.3.6.1.4.1.1718.3.2.2.1.11
21763 indexes:
21764 - labelname: towerIndex
21765 type: gauge
21766 - labelname: infeedIndex
21767 type: gauge
21768 - name: infeedPower
21769 oid: 1.3.6.1.4.1.1718.3.2.2.1.12
21770 type: gauge
21771 help: The active power consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.12
21772 indexes:
21773 - labelname: towerIndex
21774 type: gauge
21775 - labelname: infeedIndex
21776 type: gauge
21777 - name: infeedApparentPower
21778 oid: 1.3.6.1.4.1.1718.3.2.2.1.13
21779 type: gauge
21780 help: The apparent power consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.13
21781 indexes:
21782 - labelname: towerIndex
21783 type: gauge
21784 - labelname: infeedIndex
21785 type: gauge
21786 - name: infeedPowerFactor
21787 oid: 1.3.6.1.4.1.1718.3.2.2.1.14
21788 type: gauge
21789 help: The power factor of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.14
21790 indexes:
21791 - labelname: towerIndex
21792 type: gauge
21793 - labelname: infeedIndex
21794 type: gauge
21795 - name: infeedCrestFactor
21796 oid: 1.3.6.1.4.1.1718.3.2.2.1.15
21797 type: gauge
21798 help: The crest factor for the load of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.15
21799 indexes:
21800 - labelname: towerIndex
21801 type: gauge
21802 - labelname: infeedIndex
21803 type: gauge
21804 - name: infeedEnergy
21805 oid: 1.3.6.1.4.1.1718.3.2.2.1.16
21806 type: gauge
21807 help: The energy consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.16
21808 indexes:
21809 - labelname: towerIndex
21810 type: gauge
21811 - labelname: infeedIndex
21812 type: gauge
21813 - name: infeedReactance
21814 oid: 1.3.6.1.4.1.1718.3.2.2.1.17
21815 type: gauge
21816 help: The characterization of the phase relation between the voltage and current
21817 of the input feed phase. - 1.3.6.1.4.1.1718.3.2.2.1.17
21818 indexes:
21819 - labelname: towerIndex
21820 type: gauge
21821 - labelname: infeedIndex
21822 type: gauge
21823 enum_values:
21824 0: unknown
21825 1: capacitive
21826 2: inductive
21827 3: resistive
21828 - name: infeedPhaseVoltage
21829 oid: 1.3.6.1.4.1.1718.3.2.2.1.18
21830 type: gauge
21831 help: The voltage measured for the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.18
21832 indexes:
21833 - labelname: towerIndex
21834 type: gauge
21835 - labelname: infeedIndex
21836 type: gauge
21837 - name: infeedPhaseCurrent
21838 oid: 1.3.6.1.4.1.1718.3.2.2.1.19
21839 type: gauge
21840 help: The current measured for the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.19
21841 indexes:
21842 - labelname: towerIndex
21843 type: gauge
21844 - labelname: infeedIndex
21845 type: gauge
21846 - name: infeedLineID
21847 oid: 1.3.6.1.4.1.1718.3.2.2.1.21
21848 type: DisplayString
21849 help: The ID of the input feed line. - 1.3.6.1.4.1.1718.3.2.2.1.21
21850 indexes:
21851 - labelname: towerIndex
21852 type: gauge
21853 - labelname: infeedIndex
21854 type: gauge
21855 - name: infeedLineToLineID
21856 oid: 1.3.6.1.4.1.1718.3.2.2.1.22
21857 type: DisplayString
21858 help: The line-to-line ID of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.22
21859 indexes:
21860 - labelname: towerIndex
21861 type: gauge
21862 - labelname: infeedIndex
21863 type: gauge
21864 - name: infeedPhaseID
21865 oid: 1.3.6.1.4.1.1718.3.2.2.1.23
21866 type: DisplayString
21867 help: The ID of the input feed phase. - 1.3.6.1.4.1.1718.3.2.2.1.23
21868 indexes:
21869 - labelname: towerIndex
21870 type: gauge
21871 - labelname: infeedIndex
21872 type: gauge
21873 - name: infeedVACapacity
21874 oid: 1.3.6.1.4.1.1718.3.2.2.1.24
21875 type: gauge
21876 help: The apparent power capacity of the input feed circuit - 1.3.6.1.4.1.1718.3.2.2.1.24
21877 indexes:
21878 - labelname: towerIndex
21879 type: gauge
21880 - labelname: infeedIndex
21881 type: gauge
21882 - name: outletIndex
21883 oid: 1.3.6.1.4.1.1718.3.2.3.1.1
21884 type: gauge
21885 help: Index for the outlet table. - 1.3.6.1.4.1.1718.3.2.3.1.1
21886 indexes:
21887 - labelname: towerIndex
21888 type: gauge
21889 - labelname: infeedIndex
21890 type: gauge
21891 - labelname: outletIndex
21892 type: gauge
21893 - name: outletID
21894 oid: 1.3.6.1.4.1.1718.3.2.3.1.2
21895 type: DisplayString
21896 help: The ID of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.2
21897 indexes:
21898 - labelname: towerIndex
21899 type: gauge
21900 - labelname: infeedIndex
21901 type: gauge
21902 - labelname: outletIndex
21903 type: gauge
21904 - name: outletName
21905 oid: 1.3.6.1.4.1.1718.3.2.3.1.3
21906 type: DisplayString
21907 help: The name of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.3
21908 indexes:
21909 - labelname: towerIndex
21910 type: gauge
21911 - labelname: infeedIndex
21912 type: gauge
21913 - labelname: outletIndex
21914 type: gauge
21915 - name: outletCapabilities
21916 oid: 1.3.6.1.4.1.1718.3.2.3.1.4
21917 type: Bits
21918 help: The capabilities of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.4
21919 indexes:
21920 - labelname: towerIndex
21921 type: gauge
21922 - labelname: infeedIndex
21923 type: gauge
21924 - labelname: outletIndex
21925 type: gauge
21926 enum_values:
21927 0: onSense
21928 1: loadSense
21929 2: powerControl
21930 3: shutdown
21931 4: defaultOn
21932 5: ownInfeed
21933 6: fusedBranch
21934 7: voltageSense
21935 8: powerSense
21936 - name: outletStatus
21937 oid: 1.3.6.1.4.1.1718.3.2.3.1.5
21938 type: gauge
21939 help: The status of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.5
21940 indexes:
21941 - labelname: towerIndex
21942 type: gauge
21943 - labelname: infeedIndex
21944 type: gauge
21945 - labelname: outletIndex
21946 type: gauge
21947 enum_values:
21948 0: "off"
21949 1: "on"
21950 2: offWait
21951 3: onWait
21952 4: offError
21953 5: onError
21954 6: noComm
21955 7: reading
21956 8: offFuse
21957 9: onFuse
21958 - name: outletLoadStatus
21959 oid: 1.3.6.1.4.1.1718.3.2.3.1.6
21960 type: gauge
21961 help: The status of the load measured on the outlet - 1.3.6.1.4.1.1718.3.2.3.1.6
21962 indexes:
21963 - labelname: towerIndex
21964 type: gauge
21965 - labelname: infeedIndex
21966 type: gauge
21967 - labelname: outletIndex
21968 type: gauge
21969 enum_values:
21970 0: normal
21971 1: notOn
21972 2: reading
21973 3: loadLow
21974 4: loadHigh
21975 5: overLoad
21976 6: readError
21977 7: noComm
21978 - name: outletLoadValue
21979 oid: 1.3.6.1.4.1.1718.3.2.3.1.7
21980 type: gauge
21981 help: The load measured on the outlet - 1.3.6.1.4.1.1718.3.2.3.1.7
21982 indexes:
21983 - labelname: towerIndex
21984 type: gauge
21985 - labelname: infeedIndex
21986 type: gauge
21987 - labelname: outletIndex
21988 type: gauge
21989 - name: outletLoadLowThresh
21990 oid: 1.3.6.1.4.1.1718.3.2.3.1.8
21991 type: gauge
21992 help: The load low threshold value of the outlet in Amps. - 1.3.6.1.4.1.1718.3.2.3.1.8
21993 indexes:
21994 - labelname: towerIndex
21995 type: gauge
21996 - labelname: infeedIndex
21997 type: gauge
21998 - labelname: outletIndex
21999 type: gauge
22000 - name: outletLoadHighThresh
22001 oid: 1.3.6.1.4.1.1718.3.2.3.1.9
22002 type: gauge
22003 help: The load high threshold value of the outlet in Amps. - 1.3.6.1.4.1.1718.3.2.3.1.9
22004 indexes:
22005 - labelname: towerIndex
22006 type: gauge
22007 - labelname: infeedIndex
22008 type: gauge
22009 - labelname: outletIndex
22010 type: gauge
22011 - name: outletControlState
22012 oid: 1.3.6.1.4.1.1718.3.2.3.1.10
22013 type: gauge
22014 help: The control state of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.10
22015 indexes:
22016 - labelname: towerIndex
22017 type: gauge
22018 - labelname: infeedIndex
22019 type: gauge
22020 - labelname: outletIndex
22021 type: gauge
22022 enum_values:
22023 0: idleOff
22024 1: idleOn
22025 2: wakeOff
22026 3: wakeOn
22027 4: "off"
22028 5: "on"
22029 6: lockedOff
22030 7: lockedOn
22031 8: reboot
22032 9: shutdown
22033 10: pendOn
22034 11: pendOff
22035 12: minimumOff
22036 13: minimumOn
22037 14: eventOff
22038 15: eventOn
22039 16: eventReboot
22040 17: eventShutdown
22041 - name: outletControlAction
22042 oid: 1.3.6.1.4.1.1718.3.2.3.1.11
22043 type: gauge
22044 help: An action to change the control state of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.11
22045 indexes:
22046 - labelname: towerIndex
22047 type: gauge
22048 - labelname: infeedIndex
22049 type: gauge
22050 - labelname: outletIndex
22051 type: gauge
22052 enum_values:
22053 0: none
22054 1: "on"
22055 2: "off"
22056 3: reboot
22057 - name: outletCapacity
22058 oid: 1.3.6.1.4.1.1718.3.2.3.1.12
22059 type: gauge
22060 help: The load capacity of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.12
22061 indexes:
22062 - labelname: towerIndex
22063 type: gauge
22064 - labelname: infeedIndex
22065 type: gauge
22066 - labelname: outletIndex
22067 type: gauge
22068 - name: outletVoltage
22069 oid: 1.3.6.1.4.1.1718.3.2.3.1.13
22070 type: gauge
22071 help: The voltage of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.13
22072 indexes:
22073 - labelname: towerIndex
22074 type: gauge
22075 - labelname: infeedIndex
22076 type: gauge
22077 - labelname: outletIndex
22078 type: gauge
22079 - name: outletPower
22080 oid: 1.3.6.1.4.1.1718.3.2.3.1.14
22081 type: gauge
22082 help: The active power consumption of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.14
22083 indexes:
22084 - labelname: towerIndex
22085 type: gauge
22086 - labelname: infeedIndex
22087 type: gauge
22088 - labelname: outletIndex
22089 type: gauge
22090 - name: outletApparentPower
22091 oid: 1.3.6.1.4.1.1718.3.2.3.1.15
22092 type: gauge
22093 help: The apparent power consumption of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.15
22094 indexes:
22095 - labelname: towerIndex
22096 type: gauge
22097 - labelname: infeedIndex
22098 type: gauge
22099 - labelname: outletIndex
22100 type: gauge
22101 - name: outletPowerFactor
22102 oid: 1.3.6.1.4.1.1718.3.2.3.1.16
22103 type: gauge
22104 help: The power factor of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.16
22105 indexes:
22106 - labelname: towerIndex
22107 type: gauge
22108 - labelname: infeedIndex
22109 type: gauge
22110 - labelname: outletIndex
22111 type: gauge
22112 - name: outletCrestFactor
22113 oid: 1.3.6.1.4.1.1718.3.2.3.1.17
22114 type: gauge
22115 help: The crest factor for the load of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.17
22116 indexes:
22117 - labelname: towerIndex
22118 type: gauge
22119 - labelname: infeedIndex
22120 type: gauge
22121 - labelname: outletIndex
22122 type: gauge
22123 - name: outletEnergy
22124 oid: 1.3.6.1.4.1.1718.3.2.3.1.18
22125 type: gauge
22126 help: The energy consumption of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.18
22127 indexes:
22128 - labelname: towerIndex
22129 type: gauge
22130 - labelname: infeedIndex
22131 type: gauge
22132 - labelname: outletIndex
22133 type: gauge
22134 - name: outletWakeupState
22135 oid: 1.3.6.1.4.1.1718.3.2.3.1.19
22136 type: gauge
22137 help: The wakeup state of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.19
22138 indexes:
22139 - labelname: towerIndex
22140 type: gauge
22141 - labelname: infeedIndex
22142 type: gauge
22143 - labelname: outletIndex
22144 type: gauge
22145 enum_values:
22146 1: last
22147 2: "off"
22148 3: "on"
22149 - name: outletPostOnDelay
22150 oid: 1.3.6.1.4.1.1718.3.2.3.1.20
22151 type: gauge
22152 help: The post-on delay of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.20
22153 indexes:
22154 - labelname: towerIndex
22155 type: gauge
22156 - labelname: infeedIndex
22157 type: gauge
22158 - labelname: outletIndex
22159 type: gauge
22160 servertech_sentry4:
22161 walk:
22162 - 1.3.6.1.4.1.1718.4.1.14.3
22163 - 1.3.6.1.4.1.1718.4.1.2.2.1.3
22164 - 1.3.6.1.4.1.1718.4.1.3.2.1.3
22165 - 1.3.6.1.4.1.1718.4.1.3.3
22166 - 1.3.6.1.4.1.1718.4.1.4.2.1.4
22167 - 1.3.6.1.4.1.1718.4.1.4.3
22168 - 1.3.6.1.4.1.1718.4.1.5.2.1.4
22169 - 1.3.6.1.4.1.1718.4.1.5.3
22170 - 1.3.6.1.4.1.1718.4.1.7.2.1.4
22171 - 1.3.6.1.4.1.1718.4.1.7.3
22172 - 1.3.6.1.4.1.1718.4.1.8.2.1.3
22173 - 1.3.6.1.4.1.1718.4.1.8.3
22174 - 1.3.6.1.4.1.1718.4.1.9.3
22175 get:
22176 - 1.3.6.1.2.1.1.3.0
22177 metrics:
22178 - name: sysUpTime
22179 oid: 1.3.6.1.2.1.1.3
22180 type: gauge
22181 help: The time (in hundredths of a second) since the network management portion
22182 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
22183 - name: st4FanSensorValue
22184 oid: 1.3.6.1.4.1.1718.4.1.14.3.1.1
22185 type: gauge
22186 help: The measured fan speed of the sensor in rotations per minute. - 1.3.6.1.4.1.1718.4.1.14.3.1.1
22187 indexes:
22188 - labelname: st4UnitIndex
22189 type: gauge
22190 - labelname: st4FanSensorIndex
22191 type: gauge
22192 lookups:
22193 - labels:
22194 - st4UnitIndex
22195 labelname: st4UnitName
22196 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22197 type: DisplayString
22198 - name: st4FanSensorStatus
22199 oid: 1.3.6.1.4.1.1718.4.1.14.3.1.2
22200 type: gauge
22201 help: The status of the fan sensor. - 1.3.6.1.4.1.1718.4.1.14.3.1.2
22202 indexes:
22203 - labelname: st4UnitIndex
22204 type: gauge
22205 - labelname: st4FanSensorIndex
22206 type: gauge
22207 lookups:
22208 - labels:
22209 - st4UnitIndex
22210 labelname: st4UnitName
22211 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22212 type: DisplayString
22213 enum_values:
22214 0: normal
22215 1: disabled
22216 2: purged
22217 5: reading
22218 6: settle
22219 7: notFound
22220 8: lost
22221 9: readError
22222 10: noComm
22223 11: pwrError
22224 12: breakerTripped
22225 13: fuseBlown
22226 14: lowAlarm
22227 15: lowWarning
22228 16: highWarning
22229 17: highAlarm
22230 18: alarm
22231 19: underLimit
22232 20: overLimit
22233 21: nvmFail
22234 22: profileError
22235 23: conflict
22236 - name: st4InputCordState
22237 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.1
22238 type: gauge
22239 help: The on/off state of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.1
22240 indexes:
22241 - labelname: st4UnitIndex
22242 type: gauge
22243 - labelname: st4InputCordIndex
22244 type: gauge
22245 lookups:
22246 - labels:
22247 - st4UnitIndex
22248 labelname: st4UnitName
22249 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22250 type: DisplayString
22251 - labels:
22252 - st4UnitIndex
22253 - st4InputCordIndex
22254 labelname: st4InputCordName
22255 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22256 type: DisplayString
22257 - labels: []
22258 labelname: st4UnitIndex
22259 - labels: []
22260 labelname: st4InputCordIndex
22261 enum_values:
22262 0: unknown
22263 1: "on"
22264 2: "off"
22265 - name: st4InputCordStatus
22266 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.2
22267 type: gauge
22268 help: The status of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.2
22269 indexes:
22270 - labelname: st4UnitIndex
22271 type: gauge
22272 - labelname: st4InputCordIndex
22273 type: gauge
22274 lookups:
22275 - labels:
22276 - st4UnitIndex
22277 labelname: st4UnitName
22278 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22279 type: DisplayString
22280 - labels:
22281 - st4UnitIndex
22282 - st4InputCordIndex
22283 labelname: st4InputCordName
22284 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22285 type: DisplayString
22286 - labels: []
22287 labelname: st4UnitIndex
22288 - labels: []
22289 labelname: st4InputCordIndex
22290 enum_values:
22291 0: normal
22292 1: disabled
22293 2: purged
22294 5: reading
22295 6: settle
22296 7: notFound
22297 8: lost
22298 9: readError
22299 10: noComm
22300 11: pwrError
22301 12: breakerTripped
22302 13: fuseBlown
22303 14: lowAlarm
22304 15: lowWarning
22305 16: highWarning
22306 17: highAlarm
22307 18: alarm
22308 19: underLimit
22309 20: overLimit
22310 21: nvmFail
22311 22: profileError
22312 23: conflict
22313 - name: st4InputCordActivePower
22314 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.3
22315 type: gauge
22316 help: The measured active power of the input cord in Watts. - 1.3.6.1.4.1.1718.4.1.3.3.1.3
22317 indexes:
22318 - labelname: st4UnitIndex
22319 type: gauge
22320 - labelname: st4InputCordIndex
22321 type: gauge
22322 lookups:
22323 - labels:
22324 - st4UnitIndex
22325 labelname: st4UnitName
22326 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22327 type: DisplayString
22328 - labels:
22329 - st4UnitIndex
22330 - st4InputCordIndex
22331 labelname: st4InputCordName
22332 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22333 type: DisplayString
22334 - labels: []
22335 labelname: st4UnitIndex
22336 - labels: []
22337 labelname: st4InputCordIndex
22338 - name: st4InputCordActivePowerStatus
22339 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.4
22340 type: gauge
22341 help: The status of the measured active power of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.4
22342 indexes:
22343 - labelname: st4UnitIndex
22344 type: gauge
22345 - labelname: st4InputCordIndex
22346 type: gauge
22347 lookups:
22348 - labels:
22349 - st4UnitIndex
22350 labelname: st4UnitName
22351 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22352 type: DisplayString
22353 - labels:
22354 - st4UnitIndex
22355 - st4InputCordIndex
22356 labelname: st4InputCordName
22357 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22358 type: DisplayString
22359 - labels: []
22360 labelname: st4UnitIndex
22361 - labels: []
22362 labelname: st4InputCordIndex
22363 enum_values:
22364 0: normal
22365 1: disabled
22366 2: purged
22367 5: reading
22368 6: settle
22369 7: notFound
22370 8: lost
22371 9: readError
22372 10: noComm
22373 11: pwrError
22374 12: breakerTripped
22375 13: fuseBlown
22376 14: lowAlarm
22377 15: lowWarning
22378 16: highWarning
22379 17: highAlarm
22380 18: alarm
22381 19: underLimit
22382 20: overLimit
22383 21: nvmFail
22384 22: profileError
22385 23: conflict
22386 - name: st4InputCordApparentPower
22387 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.5
22388 type: gauge
22389 help: The measured apparent power of the input cord in Volt-Amps. - 1.3.6.1.4.1.1718.4.1.3.3.1.5
22390 indexes:
22391 - labelname: st4UnitIndex
22392 type: gauge
22393 - labelname: st4InputCordIndex
22394 type: gauge
22395 lookups:
22396 - labels:
22397 - st4UnitIndex
22398 labelname: st4UnitName
22399 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22400 type: DisplayString
22401 - labels:
22402 - st4UnitIndex
22403 - st4InputCordIndex
22404 labelname: st4InputCordName
22405 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22406 type: DisplayString
22407 - labels: []
22408 labelname: st4UnitIndex
22409 - labels: []
22410 labelname: st4InputCordIndex
22411 - name: st4InputCordApparentPowerStatus
22412 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.6
22413 type: gauge
22414 help: The status of the measured apparent power of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.6
22415 indexes:
22416 - labelname: st4UnitIndex
22417 type: gauge
22418 - labelname: st4InputCordIndex
22419 type: gauge
22420 lookups:
22421 - labels:
22422 - st4UnitIndex
22423 labelname: st4UnitName
22424 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22425 type: DisplayString
22426 - labels:
22427 - st4UnitIndex
22428 - st4InputCordIndex
22429 labelname: st4InputCordName
22430 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22431 type: DisplayString
22432 - labels: []
22433 labelname: st4UnitIndex
22434 - labels: []
22435 labelname: st4InputCordIndex
22436 enum_values:
22437 0: normal
22438 1: disabled
22439 2: purged
22440 5: reading
22441 6: settle
22442 7: notFound
22443 8: lost
22444 9: readError
22445 10: noComm
22446 11: pwrError
22447 12: breakerTripped
22448 13: fuseBlown
22449 14: lowAlarm
22450 15: lowWarning
22451 16: highWarning
22452 17: highAlarm
22453 18: alarm
22454 19: underLimit
22455 20: overLimit
22456 21: nvmFail
22457 22: profileError
22458 23: conflict
22459 - name: st4InputCordPowerUtilized
22460 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.7
22461 type: gauge
22462 help: The amount of the input cord power capacity used in tenth percent - 1.3.6.1.4.1.1718.4.1.3.3.1.7
22463 indexes:
22464 - labelname: st4UnitIndex
22465 type: gauge
22466 - labelname: st4InputCordIndex
22467 type: gauge
22468 lookups:
22469 - labels:
22470 - st4UnitIndex
22471 labelname: st4UnitName
22472 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22473 type: DisplayString
22474 - labels:
22475 - st4UnitIndex
22476 - st4InputCordIndex
22477 labelname: st4InputCordName
22478 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22479 type: DisplayString
22480 - labels: []
22481 labelname: st4UnitIndex
22482 - labels: []
22483 labelname: st4InputCordIndex
22484 - name: st4InputCordPowerFactor
22485 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.8
22486 type: gauge
22487 help: The measured power factor of the input cord in hundredths. - 1.3.6.1.4.1.1718.4.1.3.3.1.8
22488 indexes:
22489 - labelname: st4UnitIndex
22490 type: gauge
22491 - labelname: st4InputCordIndex
22492 type: gauge
22493 lookups:
22494 - labels:
22495 - st4UnitIndex
22496 labelname: st4UnitName
22497 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22498 type: DisplayString
22499 - labels:
22500 - st4UnitIndex
22501 - st4InputCordIndex
22502 labelname: st4InputCordName
22503 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22504 type: DisplayString
22505 - labels: []
22506 labelname: st4UnitIndex
22507 - labels: []
22508 labelname: st4InputCordIndex
22509 - name: st4InputCordPowerFactorStatus
22510 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.9
22511 type: gauge
22512 help: The status of the measured power factor of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.9
22513 indexes:
22514 - labelname: st4UnitIndex
22515 type: gauge
22516 - labelname: st4InputCordIndex
22517 type: gauge
22518 lookups:
22519 - labels:
22520 - st4UnitIndex
22521 labelname: st4UnitName
22522 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22523 type: DisplayString
22524 - labels:
22525 - st4UnitIndex
22526 - st4InputCordIndex
22527 labelname: st4InputCordName
22528 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22529 type: DisplayString
22530 - labels: []
22531 labelname: st4UnitIndex
22532 - labels: []
22533 labelname: st4InputCordIndex
22534 enum_values:
22535 0: normal
22536 1: disabled
22537 2: purged
22538 5: reading
22539 6: settle
22540 7: notFound
22541 8: lost
22542 9: readError
22543 10: noComm
22544 11: pwrError
22545 12: breakerTripped
22546 13: fuseBlown
22547 14: lowAlarm
22548 15: lowWarning
22549 16: highWarning
22550 17: highAlarm
22551 18: alarm
22552 19: underLimit
22553 20: overLimit
22554 21: nvmFail
22555 22: profileError
22556 23: conflict
22557 - name: st4InputCordEnergy
22558 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.10
22559 type: gauge
22560 help: The total energy consumption of loads through the input cord in tenth Kilowatt-Hours.
22561 - 1.3.6.1.4.1.1718.4.1.3.3.1.10
22562 indexes:
22563 - labelname: st4UnitIndex
22564 type: gauge
22565 - labelname: st4InputCordIndex
22566 type: gauge
22567 lookups:
22568 - labels:
22569 - st4UnitIndex
22570 labelname: st4UnitName
22571 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22572 type: DisplayString
22573 - labels:
22574 - st4UnitIndex
22575 - st4InputCordIndex
22576 labelname: st4InputCordName
22577 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22578 type: DisplayString
22579 - labels: []
22580 labelname: st4UnitIndex
22581 - labels: []
22582 labelname: st4InputCordIndex
22583 - name: st4InputCordFrequency
22584 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.11
22585 type: gauge
22586 help: The frequency of the input cord voltage in tenth Hertz. - 1.3.6.1.4.1.1718.4.1.3.3.1.11
22587 indexes:
22588 - labelname: st4UnitIndex
22589 type: gauge
22590 - labelname: st4InputCordIndex
22591 type: gauge
22592 lookups:
22593 - labels:
22594 - st4UnitIndex
22595 labelname: st4UnitName
22596 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22597 type: DisplayString
22598 - labels:
22599 - st4UnitIndex
22600 - st4InputCordIndex
22601 labelname: st4InputCordName
22602 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22603 type: DisplayString
22604 - labels: []
22605 labelname: st4UnitIndex
22606 - labels: []
22607 labelname: st4InputCordIndex
22608 - name: st4InputCordOutOfBalance
22609 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.12
22610 type: gauge
22611 help: The current imbalance on the lines of the input cord in tenth percent. -
22612 1.3.6.1.4.1.1718.4.1.3.3.1.12
22613 indexes:
22614 - labelname: st4UnitIndex
22615 type: gauge
22616 - labelname: st4InputCordIndex
22617 type: gauge
22618 lookups:
22619 - labels:
22620 - st4UnitIndex
22621 labelname: st4UnitName
22622 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22623 type: DisplayString
22624 - labels:
22625 - st4UnitIndex
22626 - st4InputCordIndex
22627 labelname: st4InputCordName
22628 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22629 type: DisplayString
22630 - labels: []
22631 labelname: st4UnitIndex
22632 - labels: []
22633 labelname: st4InputCordIndex
22634 - name: st4InputCordOutOfBalanceStatus
22635 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.13
22636 type: gauge
22637 help: The status of the current imbalance on the lines of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.13
22638 indexes:
22639 - labelname: st4UnitIndex
22640 type: gauge
22641 - labelname: st4InputCordIndex
22642 type: gauge
22643 lookups:
22644 - labels:
22645 - st4UnitIndex
22646 labelname: st4UnitName
22647 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22648 type: DisplayString
22649 - labels:
22650 - st4UnitIndex
22651 - st4InputCordIndex
22652 labelname: st4InputCordName
22653 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22654 type: DisplayString
22655 - labels: []
22656 labelname: st4UnitIndex
22657 - labels: []
22658 labelname: st4InputCordIndex
22659 enum_values:
22660 0: normal
22661 1: disabled
22662 2: purged
22663 5: reading
22664 6: settle
22665 7: notFound
22666 8: lost
22667 9: readError
22668 10: noComm
22669 11: pwrError
22670 12: breakerTripped
22671 13: fuseBlown
22672 14: lowAlarm
22673 15: lowWarning
22674 16: highWarning
22675 17: highAlarm
22676 18: alarm
22677 19: underLimit
22678 20: overLimit
22679 21: nvmFail
22680 22: profileError
22681 23: conflict
22682 - name: st4LineState
22683 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.1
22684 type: gauge
22685 help: The on/off state of the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.1
22686 indexes:
22687 - labelname: st4UnitIndex
22688 type: gauge
22689 - labelname: st4InputCordIndex
22690 type: gauge
22691 - labelname: st4LineIndex
22692 type: gauge
22693 lookups:
22694 - labels:
22695 - st4UnitIndex
22696 labelname: st4UnitName
22697 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22698 type: DisplayString
22699 - labels:
22700 - st4UnitIndex
22701 - st4InputCordIndex
22702 labelname: st4InputCordName
22703 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22704 type: DisplayString
22705 - labels:
22706 - st4UnitIndex
22707 - st4InputCordIndex
22708 - st4LineIndex
22709 labelname: st4LineLabel
22710 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22711 type: DisplayString
22712 - labels: []
22713 labelname: st4UnitIndex
22714 - labels: []
22715 labelname: st4InputCordIndex
22716 - labels: []
22717 labelname: st4UnitIndex
22718 - labels: []
22719 labelname: st4InputCordIndex
22720 - labels: []
22721 labelname: st4LineIndex
22722 enum_values:
22723 0: unknown
22724 1: "on"
22725 2: "off"
22726 - name: st4LineStatus
22727 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.2
22728 type: gauge
22729 help: The status of the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.2
22730 indexes:
22731 - labelname: st4UnitIndex
22732 type: gauge
22733 - labelname: st4InputCordIndex
22734 type: gauge
22735 - labelname: st4LineIndex
22736 type: gauge
22737 lookups:
22738 - labels:
22739 - st4UnitIndex
22740 labelname: st4UnitName
22741 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22742 type: DisplayString
22743 - labels:
22744 - st4UnitIndex
22745 - st4InputCordIndex
22746 labelname: st4InputCordName
22747 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22748 type: DisplayString
22749 - labels:
22750 - st4UnitIndex
22751 - st4InputCordIndex
22752 - st4LineIndex
22753 labelname: st4LineLabel
22754 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22755 type: DisplayString
22756 - labels: []
22757 labelname: st4UnitIndex
22758 - labels: []
22759 labelname: st4InputCordIndex
22760 - labels: []
22761 labelname: st4UnitIndex
22762 - labels: []
22763 labelname: st4InputCordIndex
22764 - labels: []
22765 labelname: st4LineIndex
22766 enum_values:
22767 0: normal
22768 1: disabled
22769 2: purged
22770 5: reading
22771 6: settle
22772 7: notFound
22773 8: lost
22774 9: readError
22775 10: noComm
22776 11: pwrError
22777 12: breakerTripped
22778 13: fuseBlown
22779 14: lowAlarm
22780 15: lowWarning
22781 16: highWarning
22782 17: highAlarm
22783 18: alarm
22784 19: underLimit
22785 20: overLimit
22786 21: nvmFail
22787 22: profileError
22788 23: conflict
22789 - name: st4LineCurrent
22790 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.3
22791 type: gauge
22792 help: The measured current on the line in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.4.3.1.3
22793 indexes:
22794 - labelname: st4UnitIndex
22795 type: gauge
22796 - labelname: st4InputCordIndex
22797 type: gauge
22798 - labelname: st4LineIndex
22799 type: gauge
22800 lookups:
22801 - labels:
22802 - st4UnitIndex
22803 labelname: st4UnitName
22804 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22805 type: DisplayString
22806 - labels:
22807 - st4UnitIndex
22808 - st4InputCordIndex
22809 labelname: st4InputCordName
22810 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22811 type: DisplayString
22812 - labels:
22813 - st4UnitIndex
22814 - st4InputCordIndex
22815 - st4LineIndex
22816 labelname: st4LineLabel
22817 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22818 type: DisplayString
22819 - labels: []
22820 labelname: st4UnitIndex
22821 - labels: []
22822 labelname: st4InputCordIndex
22823 - labels: []
22824 labelname: st4UnitIndex
22825 - labels: []
22826 labelname: st4InputCordIndex
22827 - labels: []
22828 labelname: st4LineIndex
22829 - name: st4LineCurrentStatus
22830 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.4
22831 type: gauge
22832 help: The status of the measured current on the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.4
22833 indexes:
22834 - labelname: st4UnitIndex
22835 type: gauge
22836 - labelname: st4InputCordIndex
22837 type: gauge
22838 - labelname: st4LineIndex
22839 type: gauge
22840 lookups:
22841 - labels:
22842 - st4UnitIndex
22843 labelname: st4UnitName
22844 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22845 type: DisplayString
22846 - labels:
22847 - st4UnitIndex
22848 - st4InputCordIndex
22849 labelname: st4InputCordName
22850 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22851 type: DisplayString
22852 - labels:
22853 - st4UnitIndex
22854 - st4InputCordIndex
22855 - st4LineIndex
22856 labelname: st4LineLabel
22857 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22858 type: DisplayString
22859 - labels: []
22860 labelname: st4UnitIndex
22861 - labels: []
22862 labelname: st4InputCordIndex
22863 - labels: []
22864 labelname: st4UnitIndex
22865 - labels: []
22866 labelname: st4InputCordIndex
22867 - labels: []
22868 labelname: st4LineIndex
22869 enum_values:
22870 0: normal
22871 1: disabled
22872 2: purged
22873 5: reading
22874 6: settle
22875 7: notFound
22876 8: lost
22877 9: readError
22878 10: noComm
22879 11: pwrError
22880 12: breakerTripped
22881 13: fuseBlown
22882 14: lowAlarm
22883 15: lowWarning
22884 16: highWarning
22885 17: highAlarm
22886 18: alarm
22887 19: underLimit
22888 20: overLimit
22889 21: nvmFail
22890 22: profileError
22891 23: conflict
22892 - name: st4LineCurrentUtilized
22893 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.5
22894 type: gauge
22895 help: The amount of the line current capacity used in tenth percent. - 1.3.6.1.4.1.1718.4.1.4.3.1.5
22896 indexes:
22897 - labelname: st4UnitIndex
22898 type: gauge
22899 - labelname: st4InputCordIndex
22900 type: gauge
22901 - labelname: st4LineIndex
22902 type: gauge
22903 lookups:
22904 - labels:
22905 - st4UnitIndex
22906 labelname: st4UnitName
22907 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22908 type: DisplayString
22909 - labels:
22910 - st4UnitIndex
22911 - st4InputCordIndex
22912 labelname: st4InputCordName
22913 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22914 type: DisplayString
22915 - labels:
22916 - st4UnitIndex
22917 - st4InputCordIndex
22918 - st4LineIndex
22919 labelname: st4LineLabel
22920 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22921 type: DisplayString
22922 - labels: []
22923 labelname: st4UnitIndex
22924 - labels: []
22925 labelname: st4InputCordIndex
22926 - labels: []
22927 labelname: st4UnitIndex
22928 - labels: []
22929 labelname: st4InputCordIndex
22930 - labels: []
22931 labelname: st4LineIndex
22932 - name: st4PhaseState
22933 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.1
22934 type: gauge
22935 help: The on/off state of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.1
22936 indexes:
22937 - labelname: st4UnitIndex
22938 type: gauge
22939 - labelname: st4InputCordIndex
22940 type: gauge
22941 - labelname: st4PhaseIndex
22942 type: gauge
22943 lookups:
22944 - labels:
22945 - st4UnitIndex
22946 labelname: st4UnitName
22947 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22948 type: DisplayString
22949 - labels:
22950 - st4UnitIndex
22951 - st4InputCordIndex
22952 labelname: st4InputCordName
22953 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22954 type: DisplayString
22955 - labels:
22956 - st4UnitIndex
22957 - st4InputCordIndex
22958 - st4PhaseIndex
22959 labelname: st4PhaseLabel
22960 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
22961 type: DisplayString
22962 - labels: []
22963 labelname: st4UnitIndex
22964 - labels: []
22965 labelname: st4InputCordIndex
22966 - labels: []
22967 labelname: st4UnitIndex
22968 - labels: []
22969 labelname: st4InputCordIndex
22970 - labels: []
22971 labelname: st4PhaseIndex
22972 enum_values:
22973 0: unknown
22974 1: "on"
22975 2: "off"
22976 - name: st4PhaseStatus
22977 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.2
22978 type: gauge
22979 help: The status of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.2
22980 indexes:
22981 - labelname: st4UnitIndex
22982 type: gauge
22983 - labelname: st4InputCordIndex
22984 type: gauge
22985 - labelname: st4PhaseIndex
22986 type: gauge
22987 lookups:
22988 - labels:
22989 - st4UnitIndex
22990 labelname: st4UnitName
22991 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22992 type: DisplayString
22993 - labels:
22994 - st4UnitIndex
22995 - st4InputCordIndex
22996 labelname: st4InputCordName
22997 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22998 type: DisplayString
22999 - labels:
23000 - st4UnitIndex
23001 - st4InputCordIndex
23002 - st4PhaseIndex
23003 labelname: st4PhaseLabel
23004 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23005 type: DisplayString
23006 - labels: []
23007 labelname: st4UnitIndex
23008 - labels: []
23009 labelname: st4InputCordIndex
23010 - labels: []
23011 labelname: st4UnitIndex
23012 - labels: []
23013 labelname: st4InputCordIndex
23014 - labels: []
23015 labelname: st4PhaseIndex
23016 enum_values:
23017 0: normal
23018 1: disabled
23019 2: purged
23020 5: reading
23021 6: settle
23022 7: notFound
23023 8: lost
23024 9: readError
23025 10: noComm
23026 11: pwrError
23027 12: breakerTripped
23028 13: fuseBlown
23029 14: lowAlarm
23030 15: lowWarning
23031 16: highWarning
23032 17: highAlarm
23033 18: alarm
23034 19: underLimit
23035 20: overLimit
23036 21: nvmFail
23037 22: profileError
23038 23: conflict
23039 - name: st4PhaseVoltage
23040 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.3
23041 type: gauge
23042 help: The measured voltage on the phase in tenth Volts. - 1.3.6.1.4.1.1718.4.1.5.3.1.3
23043 indexes:
23044 - labelname: st4UnitIndex
23045 type: gauge
23046 - labelname: st4InputCordIndex
23047 type: gauge
23048 - labelname: st4PhaseIndex
23049 type: gauge
23050 lookups:
23051 - labels:
23052 - st4UnitIndex
23053 labelname: st4UnitName
23054 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23055 type: DisplayString
23056 - labels:
23057 - st4UnitIndex
23058 - st4InputCordIndex
23059 labelname: st4InputCordName
23060 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23061 type: DisplayString
23062 - labels:
23063 - st4UnitIndex
23064 - st4InputCordIndex
23065 - st4PhaseIndex
23066 labelname: st4PhaseLabel
23067 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23068 type: DisplayString
23069 - labels: []
23070 labelname: st4UnitIndex
23071 - labels: []
23072 labelname: st4InputCordIndex
23073 - labels: []
23074 labelname: st4UnitIndex
23075 - labels: []
23076 labelname: st4InputCordIndex
23077 - labels: []
23078 labelname: st4PhaseIndex
23079 - name: st4PhaseVoltageStatus
23080 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.4
23081 type: gauge
23082 help: The status of the measured voltage on the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.4
23083 indexes:
23084 - labelname: st4UnitIndex
23085 type: gauge
23086 - labelname: st4InputCordIndex
23087 type: gauge
23088 - labelname: st4PhaseIndex
23089 type: gauge
23090 lookups:
23091 - labels:
23092 - st4UnitIndex
23093 labelname: st4UnitName
23094 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23095 type: DisplayString
23096 - labels:
23097 - st4UnitIndex
23098 - st4InputCordIndex
23099 labelname: st4InputCordName
23100 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23101 type: DisplayString
23102 - labels:
23103 - st4UnitIndex
23104 - st4InputCordIndex
23105 - st4PhaseIndex
23106 labelname: st4PhaseLabel
23107 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23108 type: DisplayString
23109 - labels: []
23110 labelname: st4UnitIndex
23111 - labels: []
23112 labelname: st4InputCordIndex
23113 - labels: []
23114 labelname: st4UnitIndex
23115 - labels: []
23116 labelname: st4InputCordIndex
23117 - labels: []
23118 labelname: st4PhaseIndex
23119 enum_values:
23120 0: normal
23121 1: disabled
23122 2: purged
23123 5: reading
23124 6: settle
23125 7: notFound
23126 8: lost
23127 9: readError
23128 10: noComm
23129 11: pwrError
23130 12: breakerTripped
23131 13: fuseBlown
23132 14: lowAlarm
23133 15: lowWarning
23134 16: highWarning
23135 17: highAlarm
23136 18: alarm
23137 19: underLimit
23138 20: overLimit
23139 21: nvmFail
23140 22: profileError
23141 23: conflict
23142 - name: st4PhaseVoltageDeviation
23143 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.5
23144 type: gauge
23145 help: The deviation from the nominal voltage on the phase in tenth percent. -
23146 1.3.6.1.4.1.1718.4.1.5.3.1.5
23147 indexes:
23148 - labelname: st4UnitIndex
23149 type: gauge
23150 - labelname: st4InputCordIndex
23151 type: gauge
23152 - labelname: st4PhaseIndex
23153 type: gauge
23154 lookups:
23155 - labels:
23156 - st4UnitIndex
23157 labelname: st4UnitName
23158 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23159 type: DisplayString
23160 - labels:
23161 - st4UnitIndex
23162 - st4InputCordIndex
23163 labelname: st4InputCordName
23164 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23165 type: DisplayString
23166 - labels:
23167 - st4UnitIndex
23168 - st4InputCordIndex
23169 - st4PhaseIndex
23170 labelname: st4PhaseLabel
23171 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23172 type: DisplayString
23173 - labels: []
23174 labelname: st4UnitIndex
23175 - labels: []
23176 labelname: st4InputCordIndex
23177 - labels: []
23178 labelname: st4UnitIndex
23179 - labels: []
23180 labelname: st4InputCordIndex
23181 - labels: []
23182 labelname: st4PhaseIndex
23183 - name: st4PhaseCurrent
23184 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.6
23185 type: gauge
23186 help: The measured current on the phase in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.5.3.1.6
23187 indexes:
23188 - labelname: st4UnitIndex
23189 type: gauge
23190 - labelname: st4InputCordIndex
23191 type: gauge
23192 - labelname: st4PhaseIndex
23193 type: gauge
23194 lookups:
23195 - labels:
23196 - st4UnitIndex
23197 labelname: st4UnitName
23198 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23199 type: DisplayString
23200 - labels:
23201 - st4UnitIndex
23202 - st4InputCordIndex
23203 labelname: st4InputCordName
23204 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23205 type: DisplayString
23206 - labels:
23207 - st4UnitIndex
23208 - st4InputCordIndex
23209 - st4PhaseIndex
23210 labelname: st4PhaseLabel
23211 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23212 type: DisplayString
23213 - labels: []
23214 labelname: st4UnitIndex
23215 - labels: []
23216 labelname: st4InputCordIndex
23217 - labels: []
23218 labelname: st4UnitIndex
23219 - labels: []
23220 labelname: st4InputCordIndex
23221 - labels: []
23222 labelname: st4PhaseIndex
23223 - name: st4PhaseCurrentCrestFactor
23224 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.7
23225 type: gauge
23226 help: The measured crest factor of the current waveform on the phase in tenths.
23227 - 1.3.6.1.4.1.1718.4.1.5.3.1.7
23228 indexes:
23229 - labelname: st4UnitIndex
23230 type: gauge
23231 - labelname: st4InputCordIndex
23232 type: gauge
23233 - labelname: st4PhaseIndex
23234 type: gauge
23235 lookups:
23236 - labels:
23237 - st4UnitIndex
23238 labelname: st4UnitName
23239 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23240 type: DisplayString
23241 - labels:
23242 - st4UnitIndex
23243 - st4InputCordIndex
23244 labelname: st4InputCordName
23245 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23246 type: DisplayString
23247 - labels:
23248 - st4UnitIndex
23249 - st4InputCordIndex
23250 - st4PhaseIndex
23251 labelname: st4PhaseLabel
23252 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23253 type: DisplayString
23254 - labels: []
23255 labelname: st4UnitIndex
23256 - labels: []
23257 labelname: st4InputCordIndex
23258 - labels: []
23259 labelname: st4UnitIndex
23260 - labels: []
23261 labelname: st4InputCordIndex
23262 - labels: []
23263 labelname: st4PhaseIndex
23264 - name: st4PhaseActivePower
23265 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.8
23266 type: gauge
23267 help: The measured active power on the phase in Watts. - 1.3.6.1.4.1.1718.4.1.5.3.1.8
23268 indexes:
23269 - labelname: st4UnitIndex
23270 type: gauge
23271 - labelname: st4InputCordIndex
23272 type: gauge
23273 - labelname: st4PhaseIndex
23274 type: gauge
23275 lookups:
23276 - labels:
23277 - st4UnitIndex
23278 labelname: st4UnitName
23279 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23280 type: DisplayString
23281 - labels:
23282 - st4UnitIndex
23283 - st4InputCordIndex
23284 labelname: st4InputCordName
23285 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23286 type: DisplayString
23287 - labels:
23288 - st4UnitIndex
23289 - st4InputCordIndex
23290 - st4PhaseIndex
23291 labelname: st4PhaseLabel
23292 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23293 type: DisplayString
23294 - labels: []
23295 labelname: st4UnitIndex
23296 - labels: []
23297 labelname: st4InputCordIndex
23298 - labels: []
23299 labelname: st4UnitIndex
23300 - labels: []
23301 labelname: st4InputCordIndex
23302 - labels: []
23303 labelname: st4PhaseIndex
23304 - name: st4PhaseApparentPower
23305 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.9
23306 type: gauge
23307 help: The measured apparent power on the phase in Volt-Amps. - 1.3.6.1.4.1.1718.4.1.5.3.1.9
23308 indexes:
23309 - labelname: st4UnitIndex
23310 type: gauge
23311 - labelname: st4InputCordIndex
23312 type: gauge
23313 - labelname: st4PhaseIndex
23314 type: gauge
23315 lookups:
23316 - labels:
23317 - st4UnitIndex
23318 labelname: st4UnitName
23319 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23320 type: DisplayString
23321 - labels:
23322 - st4UnitIndex
23323 - st4InputCordIndex
23324 labelname: st4InputCordName
23325 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23326 type: DisplayString
23327 - labels:
23328 - st4UnitIndex
23329 - st4InputCordIndex
23330 - st4PhaseIndex
23331 labelname: st4PhaseLabel
23332 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23333 type: DisplayString
23334 - labels: []
23335 labelname: st4UnitIndex
23336 - labels: []
23337 labelname: st4InputCordIndex
23338 - labels: []
23339 labelname: st4UnitIndex
23340 - labels: []
23341 labelname: st4InputCordIndex
23342 - labels: []
23343 labelname: st4PhaseIndex
23344 - name: st4PhasePowerFactor
23345 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.10
23346 type: gauge
23347 help: The measured power factor on the phase in hundredths. - 1.3.6.1.4.1.1718.4.1.5.3.1.10
23348 indexes:
23349 - labelname: st4UnitIndex
23350 type: gauge
23351 - labelname: st4InputCordIndex
23352 type: gauge
23353 - labelname: st4PhaseIndex
23354 type: gauge
23355 lookups:
23356 - labels:
23357 - st4UnitIndex
23358 labelname: st4UnitName
23359 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23360 type: DisplayString
23361 - labels:
23362 - st4UnitIndex
23363 - st4InputCordIndex
23364 labelname: st4InputCordName
23365 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23366 type: DisplayString
23367 - labels:
23368 - st4UnitIndex
23369 - st4InputCordIndex
23370 - st4PhaseIndex
23371 labelname: st4PhaseLabel
23372 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23373 type: DisplayString
23374 - labels: []
23375 labelname: st4UnitIndex
23376 - labels: []
23377 labelname: st4InputCordIndex
23378 - labels: []
23379 labelname: st4UnitIndex
23380 - labels: []
23381 labelname: st4InputCordIndex
23382 - labels: []
23383 labelname: st4PhaseIndex
23384 - name: st4PhasePowerFactorStatus
23385 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.11
23386 type: gauge
23387 help: The status of the measured power factor on the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.11
23388 indexes:
23389 - labelname: st4UnitIndex
23390 type: gauge
23391 - labelname: st4InputCordIndex
23392 type: gauge
23393 - labelname: st4PhaseIndex
23394 type: gauge
23395 lookups:
23396 - labels:
23397 - st4UnitIndex
23398 labelname: st4UnitName
23399 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23400 type: DisplayString
23401 - labels:
23402 - st4UnitIndex
23403 - st4InputCordIndex
23404 labelname: st4InputCordName
23405 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23406 type: DisplayString
23407 - labels:
23408 - st4UnitIndex
23409 - st4InputCordIndex
23410 - st4PhaseIndex
23411 labelname: st4PhaseLabel
23412 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23413 type: DisplayString
23414 - labels: []
23415 labelname: st4UnitIndex
23416 - labels: []
23417 labelname: st4InputCordIndex
23418 - labels: []
23419 labelname: st4UnitIndex
23420 - labels: []
23421 labelname: st4InputCordIndex
23422 - labels: []
23423 labelname: st4PhaseIndex
23424 enum_values:
23425 0: normal
23426 1: disabled
23427 2: purged
23428 5: reading
23429 6: settle
23430 7: notFound
23431 8: lost
23432 9: readError
23433 10: noComm
23434 11: pwrError
23435 12: breakerTripped
23436 13: fuseBlown
23437 14: lowAlarm
23438 15: lowWarning
23439 16: highWarning
23440 17: highAlarm
23441 18: alarm
23442 19: underLimit
23443 20: overLimit
23444 21: nvmFail
23445 22: profileError
23446 23: conflict
23447 - name: st4PhaseReactance
23448 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.12
23449 type: gauge
23450 help: The status of the measured reactance of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.12
23451 indexes:
23452 - labelname: st4UnitIndex
23453 type: gauge
23454 - labelname: st4InputCordIndex
23455 type: gauge
23456 - labelname: st4PhaseIndex
23457 type: gauge
23458 lookups:
23459 - labels:
23460 - st4UnitIndex
23461 labelname: st4UnitName
23462 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23463 type: DisplayString
23464 - labels:
23465 - st4UnitIndex
23466 - st4InputCordIndex
23467 labelname: st4InputCordName
23468 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23469 type: DisplayString
23470 - labels:
23471 - st4UnitIndex
23472 - st4InputCordIndex
23473 - st4PhaseIndex
23474 labelname: st4PhaseLabel
23475 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23476 type: DisplayString
23477 - labels: []
23478 labelname: st4UnitIndex
23479 - labels: []
23480 labelname: st4InputCordIndex
23481 - labels: []
23482 labelname: st4UnitIndex
23483 - labels: []
23484 labelname: st4InputCordIndex
23485 - labels: []
23486 labelname: st4PhaseIndex
23487 enum_values:
23488 0: unknown
23489 1: capacitive
23490 2: inductive
23491 3: resistive
23492 - name: st4PhaseEnergy
23493 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.13
23494 type: gauge
23495 help: The total energy consumption of loads through the phase in tenth Kilowatt-Hours.
23496 - 1.3.6.1.4.1.1718.4.1.5.3.1.13
23497 indexes:
23498 - labelname: st4UnitIndex
23499 type: gauge
23500 - labelname: st4InputCordIndex
23501 type: gauge
23502 - labelname: st4PhaseIndex
23503 type: gauge
23504 lookups:
23505 - labels:
23506 - st4UnitIndex
23507 labelname: st4UnitName
23508 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23509 type: DisplayString
23510 - labels:
23511 - st4UnitIndex
23512 - st4InputCordIndex
23513 labelname: st4InputCordName
23514 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23515 type: DisplayString
23516 - labels:
23517 - st4UnitIndex
23518 - st4InputCordIndex
23519 - st4PhaseIndex
23520 labelname: st4PhaseLabel
23521 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23522 type: DisplayString
23523 - labels: []
23524 labelname: st4UnitIndex
23525 - labels: []
23526 labelname: st4InputCordIndex
23527 - labels: []
23528 labelname: st4UnitIndex
23529 - labels: []
23530 labelname: st4InputCordIndex
23531 - labels: []
23532 labelname: st4PhaseIndex
23533 - name: st4BranchState
23534 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.1
23535 type: gauge
23536 help: The on/off state of the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.1
23537 indexes:
23538 - labelname: st4UnitIndex
23539 type: gauge
23540 - labelname: st4InputCordIndex
23541 type: gauge
23542 - labelname: st4BranchIndex
23543 type: gauge
23544 lookups:
23545 - labels:
23546 - st4UnitIndex
23547 labelname: st4UnitName
23548 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23549 type: DisplayString
23550 - labels:
23551 - st4UnitIndex
23552 - st4InputCordIndex
23553 labelname: st4InputCordName
23554 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23555 type: DisplayString
23556 - labels:
23557 - st4UnitIndex
23558 - st4InputCordIndex
23559 - st4BranchIndex
23560 labelname: st4BranchLabel
23561 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23562 type: DisplayString
23563 - labels: []
23564 labelname: st4UnitIndex
23565 - labels: []
23566 labelname: st4InputCordIndex
23567 - labels: []
23568 labelname: st4UnitIndex
23569 - labels: []
23570 labelname: st4InputCordIndex
23571 - labels: []
23572 labelname: st4BranchIndex
23573 enum_values:
23574 0: unknown
23575 1: "on"
23576 2: "off"
23577 - name: st4BranchStatus
23578 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.2
23579 type: gauge
23580 help: The status of the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.2
23581 indexes:
23582 - labelname: st4UnitIndex
23583 type: gauge
23584 - labelname: st4InputCordIndex
23585 type: gauge
23586 - labelname: st4BranchIndex
23587 type: gauge
23588 lookups:
23589 - labels:
23590 - st4UnitIndex
23591 labelname: st4UnitName
23592 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23593 type: DisplayString
23594 - labels:
23595 - st4UnitIndex
23596 - st4InputCordIndex
23597 labelname: st4InputCordName
23598 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23599 type: DisplayString
23600 - labels:
23601 - st4UnitIndex
23602 - st4InputCordIndex
23603 - st4BranchIndex
23604 labelname: st4BranchLabel
23605 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23606 type: DisplayString
23607 - labels: []
23608 labelname: st4UnitIndex
23609 - labels: []
23610 labelname: st4InputCordIndex
23611 - labels: []
23612 labelname: st4UnitIndex
23613 - labels: []
23614 labelname: st4InputCordIndex
23615 - labels: []
23616 labelname: st4BranchIndex
23617 enum_values:
23618 0: normal
23619 1: disabled
23620 2: purged
23621 5: reading
23622 6: settle
23623 7: notFound
23624 8: lost
23625 9: readError
23626 10: noComm
23627 11: pwrError
23628 12: breakerTripped
23629 13: fuseBlown
23630 14: lowAlarm
23631 15: lowWarning
23632 16: highWarning
23633 17: highAlarm
23634 18: alarm
23635 19: underLimit
23636 20: overLimit
23637 21: nvmFail
23638 22: profileError
23639 23: conflict
23640 - name: st4BranchCurrent
23641 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.3
23642 type: gauge
23643 help: The measured current on the branch in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.7.3.1.3
23644 indexes:
23645 - labelname: st4UnitIndex
23646 type: gauge
23647 - labelname: st4InputCordIndex
23648 type: gauge
23649 - labelname: st4BranchIndex
23650 type: gauge
23651 lookups:
23652 - labels:
23653 - st4UnitIndex
23654 labelname: st4UnitName
23655 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23656 type: DisplayString
23657 - labels:
23658 - st4UnitIndex
23659 - st4InputCordIndex
23660 labelname: st4InputCordName
23661 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23662 type: DisplayString
23663 - labels:
23664 - st4UnitIndex
23665 - st4InputCordIndex
23666 - st4BranchIndex
23667 labelname: st4BranchLabel
23668 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23669 type: DisplayString
23670 - labels: []
23671 labelname: st4UnitIndex
23672 - labels: []
23673 labelname: st4InputCordIndex
23674 - labels: []
23675 labelname: st4UnitIndex
23676 - labels: []
23677 labelname: st4InputCordIndex
23678 - labels: []
23679 labelname: st4BranchIndex
23680 - name: st4BranchCurrentStatus
23681 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.4
23682 type: gauge
23683 help: The status of the measured current on the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.4
23684 indexes:
23685 - labelname: st4UnitIndex
23686 type: gauge
23687 - labelname: st4InputCordIndex
23688 type: gauge
23689 - labelname: st4BranchIndex
23690 type: gauge
23691 lookups:
23692 - labels:
23693 - st4UnitIndex
23694 labelname: st4UnitName
23695 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23696 type: DisplayString
23697 - labels:
23698 - st4UnitIndex
23699 - st4InputCordIndex
23700 labelname: st4InputCordName
23701 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23702 type: DisplayString
23703 - labels:
23704 - st4UnitIndex
23705 - st4InputCordIndex
23706 - st4BranchIndex
23707 labelname: st4BranchLabel
23708 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23709 type: DisplayString
23710 - labels: []
23711 labelname: st4UnitIndex
23712 - labels: []
23713 labelname: st4InputCordIndex
23714 - labels: []
23715 labelname: st4UnitIndex
23716 - labels: []
23717 labelname: st4InputCordIndex
23718 - labels: []
23719 labelname: st4BranchIndex
23720 enum_values:
23721 0: normal
23722 1: disabled
23723 2: purged
23724 5: reading
23725 6: settle
23726 7: notFound
23727 8: lost
23728 9: readError
23729 10: noComm
23730 11: pwrError
23731 12: breakerTripped
23732 13: fuseBlown
23733 14: lowAlarm
23734 15: lowWarning
23735 16: highWarning
23736 17: highAlarm
23737 18: alarm
23738 19: underLimit
23739 20: overLimit
23740 21: nvmFail
23741 22: profileError
23742 23: conflict
23743 - name: st4BranchCurrentUtilized
23744 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.5
23745 type: gauge
23746 help: The amount of the branch current capacity used in tenth percent. - 1.3.6.1.4.1.1718.4.1.7.3.1.5
23747 indexes:
23748 - labelname: st4UnitIndex
23749 type: gauge
23750 - labelname: st4InputCordIndex
23751 type: gauge
23752 - labelname: st4BranchIndex
23753 type: gauge
23754 lookups:
23755 - labels:
23756 - st4UnitIndex
23757 labelname: st4UnitName
23758 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23759 type: DisplayString
23760 - labels:
23761 - st4UnitIndex
23762 - st4InputCordIndex
23763 labelname: st4InputCordName
23764 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23765 type: DisplayString
23766 - labels:
23767 - st4UnitIndex
23768 - st4InputCordIndex
23769 - st4BranchIndex
23770 labelname: st4BranchLabel
23771 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23772 type: DisplayString
23773 - labels: []
23774 labelname: st4UnitIndex
23775 - labels: []
23776 labelname: st4InputCordIndex
23777 - labels: []
23778 labelname: st4UnitIndex
23779 - labels: []
23780 labelname: st4InputCordIndex
23781 - labels: []
23782 labelname: st4BranchIndex
23783 - name: st4OutletState
23784 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.1
23785 type: gauge
23786 help: The on/off state of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.1
23787 indexes:
23788 - labelname: st4UnitIndex
23789 type: gauge
23790 - labelname: st4InputCordIndex
23791 type: gauge
23792 - labelname: st4OutletIndex
23793 type: gauge
23794 lookups:
23795 - labels:
23796 - st4UnitIndex
23797 labelname: st4UnitName
23798 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23799 type: DisplayString
23800 - labels:
23801 - st4UnitIndex
23802 - st4InputCordIndex
23803 labelname: st4InputCordName
23804 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23805 type: DisplayString
23806 - labels:
23807 - st4UnitIndex
23808 - st4InputCordIndex
23809 - st4OutletIndex
23810 labelname: st4OutletName
23811 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
23812 type: DisplayString
23813 - labels: []
23814 labelname: st4UnitIndex
23815 - labels: []
23816 labelname: st4InputCordIndex
23817 - labels: []
23818 labelname: st4UnitIndex
23819 - labels: []
23820 labelname: st4InputCordIndex
23821 - labels: []
23822 labelname: st4OutletIndex
23823 enum_values:
23824 0: unknown
23825 1: "on"
23826 2: "off"
23827 - name: st4OutletStatus
23828 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.2
23829 type: gauge
23830 help: The status of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.2
23831 indexes:
23832 - labelname: st4UnitIndex
23833 type: gauge
23834 - labelname: st4InputCordIndex
23835 type: gauge
23836 - labelname: st4OutletIndex
23837 type: gauge
23838 lookups:
23839 - labels:
23840 - st4UnitIndex
23841 labelname: st4UnitName
23842 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23843 type: DisplayString
23844 - labels:
23845 - st4UnitIndex
23846 - st4InputCordIndex
23847 labelname: st4InputCordName
23848 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23849 type: DisplayString
23850 - labels:
23851 - st4UnitIndex
23852 - st4InputCordIndex
23853 - st4OutletIndex
23854 labelname: st4OutletName
23855 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
23856 type: DisplayString
23857 - labels: []
23858 labelname: st4UnitIndex
23859 - labels: []
23860 labelname: st4InputCordIndex
23861 - labels: []
23862 labelname: st4UnitIndex
23863 - labels: []
23864 labelname: st4InputCordIndex
23865 - labels: []
23866 labelname: st4OutletIndex
23867 enum_values:
23868 0: normal
23869 1: disabled
23870 2: purged
23871 5: reading
23872 6: settle
23873 7: notFound
23874 8: lost
23875 9: readError
23876 10: noComm
23877 11: pwrError
23878 12: breakerTripped
23879 13: fuseBlown
23880 14: lowAlarm
23881 15: lowWarning
23882 16: highWarning
23883 17: highAlarm
23884 18: alarm
23885 19: underLimit
23886 20: overLimit
23887 21: nvmFail
23888 22: profileError
23889 23: conflict
23890 - name: st4OutletCurrent
23891 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.3
23892 type: gauge
23893 help: The measured current on the outlet in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.8.3.1.3
23894 indexes:
23895 - labelname: st4UnitIndex
23896 type: gauge
23897 - labelname: st4InputCordIndex
23898 type: gauge
23899 - labelname: st4OutletIndex
23900 type: gauge
23901 lookups:
23902 - labels:
23903 - st4UnitIndex
23904 labelname: st4UnitName
23905 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23906 type: DisplayString
23907 - labels:
23908 - st4UnitIndex
23909 - st4InputCordIndex
23910 labelname: st4InputCordName
23911 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23912 type: DisplayString
23913 - labels:
23914 - st4UnitIndex
23915 - st4InputCordIndex
23916 - st4OutletIndex
23917 labelname: st4OutletName
23918 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
23919 type: DisplayString
23920 - labels: []
23921 labelname: st4UnitIndex
23922 - labels: []
23923 labelname: st4InputCordIndex
23924 - labels: []
23925 labelname: st4UnitIndex
23926 - labels: []
23927 labelname: st4InputCordIndex
23928 - labels: []
23929 labelname: st4OutletIndex
23930 - name: st4OutletCurrentStatus
23931 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.4
23932 type: gauge
23933 help: The status of the measured current on the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.4
23934 indexes:
23935 - labelname: st4UnitIndex
23936 type: gauge
23937 - labelname: st4InputCordIndex
23938 type: gauge
23939 - labelname: st4OutletIndex
23940 type: gauge
23941 lookups:
23942 - labels:
23943 - st4UnitIndex
23944 labelname: st4UnitName
23945 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23946 type: DisplayString
23947 - labels:
23948 - st4UnitIndex
23949 - st4InputCordIndex
23950 labelname: st4InputCordName
23951 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23952 type: DisplayString
23953 - labels:
23954 - st4UnitIndex
23955 - st4InputCordIndex
23956 - st4OutletIndex
23957 labelname: st4OutletName
23958 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
23959 type: DisplayString
23960 - labels: []
23961 labelname: st4UnitIndex
23962 - labels: []
23963 labelname: st4InputCordIndex
23964 - labels: []
23965 labelname: st4UnitIndex
23966 - labels: []
23967 labelname: st4InputCordIndex
23968 - labels: []
23969 labelname: st4OutletIndex
23970 enum_values:
23971 0: normal
23972 1: disabled
23973 2: purged
23974 5: reading
23975 6: settle
23976 7: notFound
23977 8: lost
23978 9: readError
23979 10: noComm
23980 11: pwrError
23981 12: breakerTripped
23982 13: fuseBlown
23983 14: lowAlarm
23984 15: lowWarning
23985 16: highWarning
23986 17: highAlarm
23987 18: alarm
23988 19: underLimit
23989 20: overLimit
23990 21: nvmFail
23991 22: profileError
23992 23: conflict
23993 - name: st4OutletCurrentUtilized
23994 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.5
23995 type: gauge
23996 help: The amount of the outlet current capacity used in tenth percent. - 1.3.6.1.4.1.1718.4.1.8.3.1.5
23997 indexes:
23998 - labelname: st4UnitIndex
23999 type: gauge
24000 - labelname: st4InputCordIndex
24001 type: gauge
24002 - labelname: st4OutletIndex
24003 type: gauge
24004 lookups:
24005 - labels:
24006 - st4UnitIndex
24007 labelname: st4UnitName
24008 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24009 type: DisplayString
24010 - labels:
24011 - st4UnitIndex
24012 - st4InputCordIndex
24013 labelname: st4InputCordName
24014 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24015 type: DisplayString
24016 - labels:
24017 - st4UnitIndex
24018 - st4InputCordIndex
24019 - st4OutletIndex
24020 labelname: st4OutletName
24021 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24022 type: DisplayString
24023 - labels: []
24024 labelname: st4UnitIndex
24025 - labels: []
24026 labelname: st4InputCordIndex
24027 - labels: []
24028 labelname: st4UnitIndex
24029 - labels: []
24030 labelname: st4InputCordIndex
24031 - labels: []
24032 labelname: st4OutletIndex
24033 - name: st4OutletVoltage
24034 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.6
24035 type: gauge
24036 help: The measured voltage of the outlet in tenth Volts. - 1.3.6.1.4.1.1718.4.1.8.3.1.6
24037 indexes:
24038 - labelname: st4UnitIndex
24039 type: gauge
24040 - labelname: st4InputCordIndex
24041 type: gauge
24042 - labelname: st4OutletIndex
24043 type: gauge
24044 lookups:
24045 - labels:
24046 - st4UnitIndex
24047 labelname: st4UnitName
24048 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24049 type: DisplayString
24050 - labels:
24051 - st4UnitIndex
24052 - st4InputCordIndex
24053 labelname: st4InputCordName
24054 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24055 type: DisplayString
24056 - labels:
24057 - st4UnitIndex
24058 - st4InputCordIndex
24059 - st4OutletIndex
24060 labelname: st4OutletName
24061 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24062 type: DisplayString
24063 - labels: []
24064 labelname: st4UnitIndex
24065 - labels: []
24066 labelname: st4InputCordIndex
24067 - labels: []
24068 labelname: st4UnitIndex
24069 - labels: []
24070 labelname: st4InputCordIndex
24071 - labels: []
24072 labelname: st4OutletIndex
24073 - name: st4OutletActivePower
24074 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.7
24075 type: gauge
24076 help: The measured active power of the outlet in Watts. - 1.3.6.1.4.1.1718.4.1.8.3.1.7
24077 indexes:
24078 - labelname: st4UnitIndex
24079 type: gauge
24080 - labelname: st4InputCordIndex
24081 type: gauge
24082 - labelname: st4OutletIndex
24083 type: gauge
24084 lookups:
24085 - labels:
24086 - st4UnitIndex
24087 labelname: st4UnitName
24088 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24089 type: DisplayString
24090 - labels:
24091 - st4UnitIndex
24092 - st4InputCordIndex
24093 labelname: st4InputCordName
24094 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24095 type: DisplayString
24096 - labels:
24097 - st4UnitIndex
24098 - st4InputCordIndex
24099 - st4OutletIndex
24100 labelname: st4OutletName
24101 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24102 type: DisplayString
24103 - labels: []
24104 labelname: st4UnitIndex
24105 - labels: []
24106 labelname: st4InputCordIndex
24107 - labels: []
24108 labelname: st4UnitIndex
24109 - labels: []
24110 labelname: st4InputCordIndex
24111 - labels: []
24112 labelname: st4OutletIndex
24113 - name: st4OutletActivePowerStatus
24114 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.8
24115 type: gauge
24116 help: The status of the measured active power of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.8
24117 indexes:
24118 - labelname: st4UnitIndex
24119 type: gauge
24120 - labelname: st4InputCordIndex
24121 type: gauge
24122 - labelname: st4OutletIndex
24123 type: gauge
24124 lookups:
24125 - labels:
24126 - st4UnitIndex
24127 labelname: st4UnitName
24128 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24129 type: DisplayString
24130 - labels:
24131 - st4UnitIndex
24132 - st4InputCordIndex
24133 labelname: st4InputCordName
24134 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24135 type: DisplayString
24136 - labels:
24137 - st4UnitIndex
24138 - st4InputCordIndex
24139 - st4OutletIndex
24140 labelname: st4OutletName
24141 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24142 type: DisplayString
24143 - labels: []
24144 labelname: st4UnitIndex
24145 - labels: []
24146 labelname: st4InputCordIndex
24147 - labels: []
24148 labelname: st4UnitIndex
24149 - labels: []
24150 labelname: st4InputCordIndex
24151 - labels: []
24152 labelname: st4OutletIndex
24153 enum_values:
24154 0: normal
24155 1: disabled
24156 2: purged
24157 5: reading
24158 6: settle
24159 7: notFound
24160 8: lost
24161 9: readError
24162 10: noComm
24163 11: pwrError
24164 12: breakerTripped
24165 13: fuseBlown
24166 14: lowAlarm
24167 15: lowWarning
24168 16: highWarning
24169 17: highAlarm
24170 18: alarm
24171 19: underLimit
24172 20: overLimit
24173 21: nvmFail
24174 22: profileError
24175 23: conflict
24176 - name: st4OutletApparentPower
24177 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.9
24178 type: gauge
24179 help: The measured apparent power of the outlet in Volt-Amps. - 1.3.6.1.4.1.1718.4.1.8.3.1.9
24180 indexes:
24181 - labelname: st4UnitIndex
24182 type: gauge
24183 - labelname: st4InputCordIndex
24184 type: gauge
24185 - labelname: st4OutletIndex
24186 type: gauge
24187 lookups:
24188 - labels:
24189 - st4UnitIndex
24190 labelname: st4UnitName
24191 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24192 type: DisplayString
24193 - labels:
24194 - st4UnitIndex
24195 - st4InputCordIndex
24196 labelname: st4InputCordName
24197 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24198 type: DisplayString
24199 - labels:
24200 - st4UnitIndex
24201 - st4InputCordIndex
24202 - st4OutletIndex
24203 labelname: st4OutletName
24204 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24205 type: DisplayString
24206 - labels: []
24207 labelname: st4UnitIndex
24208 - labels: []
24209 labelname: st4InputCordIndex
24210 - labels: []
24211 labelname: st4UnitIndex
24212 - labels: []
24213 labelname: st4InputCordIndex
24214 - labels: []
24215 labelname: st4OutletIndex
24216 - name: st4OutletPowerFactor
24217 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.10
24218 type: gauge
24219 help: The measured power factor of the outlet in hundredths. - 1.3.6.1.4.1.1718.4.1.8.3.1.10
24220 indexes:
24221 - labelname: st4UnitIndex
24222 type: gauge
24223 - labelname: st4InputCordIndex
24224 type: gauge
24225 - labelname: st4OutletIndex
24226 type: gauge
24227 lookups:
24228 - labels:
24229 - st4UnitIndex
24230 labelname: st4UnitName
24231 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24232 type: DisplayString
24233 - labels:
24234 - st4UnitIndex
24235 - st4InputCordIndex
24236 labelname: st4InputCordName
24237 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24238 type: DisplayString
24239 - labels:
24240 - st4UnitIndex
24241 - st4InputCordIndex
24242 - st4OutletIndex
24243 labelname: st4OutletName
24244 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24245 type: DisplayString
24246 - labels: []
24247 labelname: st4UnitIndex
24248 - labels: []
24249 labelname: st4InputCordIndex
24250 - labels: []
24251 labelname: st4UnitIndex
24252 - labels: []
24253 labelname: st4InputCordIndex
24254 - labels: []
24255 labelname: st4OutletIndex
24256 - name: st4OutletPowerFactorStatus
24257 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.11
24258 type: gauge
24259 help: The status of the measured power factor of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.11
24260 indexes:
24261 - labelname: st4UnitIndex
24262 type: gauge
24263 - labelname: st4InputCordIndex
24264 type: gauge
24265 - labelname: st4OutletIndex
24266 type: gauge
24267 lookups:
24268 - labels:
24269 - st4UnitIndex
24270 labelname: st4UnitName
24271 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24272 type: DisplayString
24273 - labels:
24274 - st4UnitIndex
24275 - st4InputCordIndex
24276 labelname: st4InputCordName
24277 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24278 type: DisplayString
24279 - labels:
24280 - st4UnitIndex
24281 - st4InputCordIndex
24282 - st4OutletIndex
24283 labelname: st4OutletName
24284 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24285 type: DisplayString
24286 - labels: []
24287 labelname: st4UnitIndex
24288 - labels: []
24289 labelname: st4InputCordIndex
24290 - labels: []
24291 labelname: st4UnitIndex
24292 - labels: []
24293 labelname: st4InputCordIndex
24294 - labels: []
24295 labelname: st4OutletIndex
24296 enum_values:
24297 0: normal
24298 1: disabled
24299 2: purged
24300 5: reading
24301 6: settle
24302 7: notFound
24303 8: lost
24304 9: readError
24305 10: noComm
24306 11: pwrError
24307 12: breakerTripped
24308 13: fuseBlown
24309 14: lowAlarm
24310 15: lowWarning
24311 16: highWarning
24312 17: highAlarm
24313 18: alarm
24314 19: underLimit
24315 20: overLimit
24316 21: nvmFail
24317 22: profileError
24318 23: conflict
24319 - name: st4OutletCurrentCrestFactor
24320 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.12
24321 type: gauge
24322 help: The measured crest factor of the outlet in tenths. - 1.3.6.1.4.1.1718.4.1.8.3.1.12
24323 indexes:
24324 - labelname: st4UnitIndex
24325 type: gauge
24326 - labelname: st4InputCordIndex
24327 type: gauge
24328 - labelname: st4OutletIndex
24329 type: gauge
24330 lookups:
24331 - labels:
24332 - st4UnitIndex
24333 labelname: st4UnitName
24334 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24335 type: DisplayString
24336 - labels:
24337 - st4UnitIndex
24338 - st4InputCordIndex
24339 labelname: st4InputCordName
24340 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24341 type: DisplayString
24342 - labels:
24343 - st4UnitIndex
24344 - st4InputCordIndex
24345 - st4OutletIndex
24346 labelname: st4OutletName
24347 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24348 type: DisplayString
24349 - labels: []
24350 labelname: st4UnitIndex
24351 - labels: []
24352 labelname: st4InputCordIndex
24353 - labels: []
24354 labelname: st4UnitIndex
24355 - labels: []
24356 labelname: st4InputCordIndex
24357 - labels: []
24358 labelname: st4OutletIndex
24359 - name: st4OutletReactance
24360 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.13
24361 type: gauge
24362 help: The status of the measured reactance of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.13
24363 indexes:
24364 - labelname: st4UnitIndex
24365 type: gauge
24366 - labelname: st4InputCordIndex
24367 type: gauge
24368 - labelname: st4OutletIndex
24369 type: gauge
24370 lookups:
24371 - labels:
24372 - st4UnitIndex
24373 labelname: st4UnitName
24374 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24375 type: DisplayString
24376 - labels:
24377 - st4UnitIndex
24378 - st4InputCordIndex
24379 labelname: st4InputCordName
24380 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24381 type: DisplayString
24382 - labels:
24383 - st4UnitIndex
24384 - st4InputCordIndex
24385 - st4OutletIndex
24386 labelname: st4OutletName
24387 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24388 type: DisplayString
24389 - labels: []
24390 labelname: st4UnitIndex
24391 - labels: []
24392 labelname: st4InputCordIndex
24393 - labels: []
24394 labelname: st4UnitIndex
24395 - labels: []
24396 labelname: st4InputCordIndex
24397 - labels: []
24398 labelname: st4OutletIndex
24399 enum_values:
24400 0: unknown
24401 1: capacitive
24402 2: inductive
24403 3: resistive
24404 - name: st4OutletEnergy
24405 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.14
24406 type: gauge
24407 help: The total energy consumption of the device plugged into the outlet in Watt-Hours.
24408 - 1.3.6.1.4.1.1718.4.1.8.3.1.14
24409 indexes:
24410 - labelname: st4UnitIndex
24411 type: gauge
24412 - labelname: st4InputCordIndex
24413 type: gauge
24414 - labelname: st4OutletIndex
24415 type: gauge
24416 lookups:
24417 - labels:
24418 - st4UnitIndex
24419 labelname: st4UnitName
24420 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24421 type: DisplayString
24422 - labels:
24423 - st4UnitIndex
24424 - st4InputCordIndex
24425 labelname: st4InputCordName
24426 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24427 type: DisplayString
24428 - labels:
24429 - st4UnitIndex
24430 - st4InputCordIndex
24431 - st4OutletIndex
24432 labelname: st4OutletName
24433 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24434 type: DisplayString
24435 - labels: []
24436 labelname: st4UnitIndex
24437 - labels: []
24438 labelname: st4InputCordIndex
24439 - labels: []
24440 labelname: st4UnitIndex
24441 - labels: []
24442 labelname: st4InputCordIndex
24443 - labels: []
24444 labelname: st4OutletIndex
24445 - name: st4TempSensorValue
24446 oid: 1.3.6.1.4.1.1718.4.1.9.3.1.1
24447 type: gauge
24448 help: The measured temperature on the sensor in tenth degrees using the scale
24449 selected by st4TempSensorScale - 1.3.6.1.4.1.1718.4.1.9.3.1.1
24450 indexes:
24451 - labelname: st4UnitIndex
24452 type: gauge
24453 - labelname: st4TempSensorIndex
24454 type: gauge
24455 lookups:
24456 - labels:
24457 - st4UnitIndex
24458 labelname: st4UnitName
24459 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24460 type: DisplayString
24461 - name: st4TempSensorStatus
24462 oid: 1.3.6.1.4.1.1718.4.1.9.3.1.2
24463 type: gauge
24464 help: The status of the temperature sensor. - 1.3.6.1.4.1.1718.4.1.9.3.1.2
24465 indexes:
24466 - labelname: st4UnitIndex
24467 type: gauge
24468 - labelname: st4TempSensorIndex
24469 type: gauge
24470 lookups:
24471 - labels:
24472 - st4UnitIndex
24473 labelname: st4UnitName
24474 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24475 type: DisplayString
24476 enum_values:
24477 0: normal
24478 1: disabled
24479 2: purged
24480 5: reading
24481 6: settle
24482 7: notFound
24483 8: lost
24484 9: readError
24485 10: noComm
24486 11: pwrError
24487 12: breakerTripped
24488 13: fuseBlown
24489 14: lowAlarm
24490 15: lowWarning
24491 16: highWarning
24492 17: highAlarm
24493 18: alarm
24494 19: underLimit
24495 20: overLimit
24496 21: nvmFail
24497 22: profileError
24498 23: conflict
24499 synology:
24500 walk:
24501 - 1.3.6.1.2.1.2
24502 - 1.3.6.1.2.1.25.2
24503 - 1.3.6.1.2.1.31.1.1
24504 - 1.3.6.1.4.1.2021.10.1.2
24505 - 1.3.6.1.4.1.2021.10.1.5
24506 - 1.3.6.1.4.1.2021.4
24507 - 1.3.6.1.4.1.6574.1
24508 - 1.3.6.1.4.1.6574.101
24509 - 1.3.6.1.4.1.6574.102
24510 - 1.3.6.1.4.1.6574.104
24511 - 1.3.6.1.4.1.6574.2
24512 - 1.3.6.1.4.1.6574.3
24513 - 1.3.6.1.4.1.6574.4
24514 - 1.3.6.1.4.1.6574.5
24515 - 1.3.6.1.4.1.6574.6
24516 get:
24517 - 1.3.6.1.2.1.1.3.0
24518 - 1.3.6.1.4.1.2021.11.10.0
24519 - 1.3.6.1.4.1.2021.11.11.0
24520 - 1.3.6.1.4.1.2021.11.9.0
24521 metrics:
24522 - name: sysUpTime
24523 oid: 1.3.6.1.2.1.1.3
24524 type: gauge
24525 help: The time (in hundredths of a second) since the network management portion
24526 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
24527 - name: ifNumber
24528 oid: 1.3.6.1.2.1.2.1
24529 type: gauge
24530 help: The number of network interfaces (regardless of their current state) present
24531 on this system. - 1.3.6.1.2.1.2.1
24532 - name: ifIndex
24533 oid: 1.3.6.1.2.1.2.2.1.1
24534 type: gauge
24535 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
24536 indexes:
24537 - labelname: ifIndex
24538 type: gauge
24539 lookups:
24540 - labels:
24541 - ifIndex
24542 labelname: ifName
24543 oid: 1.3.6.1.2.1.31.1.1.1.1
24544 type: DisplayString
24545 - labels: []
24546 labelname: ifIndex
24547 - name: ifDescr
24548 oid: 1.3.6.1.2.1.2.2.1.2
24549 type: DisplayString
24550 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
24551 indexes:
24552 - labelname: ifIndex
24553 type: gauge
24554 lookups:
24555 - labels:
24556 - ifIndex
24557 labelname: ifName
24558 oid: 1.3.6.1.2.1.31.1.1.1.1
24559 type: DisplayString
24560 - labels: []
24561 labelname: ifIndex
24562 - name: ifType
24563 oid: 1.3.6.1.2.1.2.2.1.3
24564 type: EnumAsInfo
24565 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
24566 indexes:
24567 - labelname: ifIndex
24568 type: gauge
24569 lookups:
24570 - labels:
24571 - ifIndex
24572 labelname: ifName
24573 oid: 1.3.6.1.2.1.31.1.1.1.1
24574 type: DisplayString
24575 - labels: []
24576 labelname: ifIndex
24577 enum_values:
24578 1: other
24579 2: regular1822
24580 3: hdh1822
24581 4: ddnX25
24582 5: rfc877x25
24583 6: ethernetCsmacd
24584 7: iso88023Csmacd
24585 8: iso88024TokenBus
24586 9: iso88025TokenRing
24587 10: iso88026Man
24588 11: starLan
24589 12: proteon10Mbit
24590 13: proteon80Mbit
24591 14: hyperchannel
24592 15: fddi
24593 16: lapb
24594 17: sdlc
24595 18: ds1
24596 19: e1
24597 20: basicISDN
24598 21: primaryISDN
24599 22: propPointToPointSerial
24600 23: ppp
24601 24: softwareLoopback
24602 25: eon
24603 26: ethernet3Mbit
24604 27: nsip
24605 28: slip
24606 29: ultra
24607 30: ds3
24608 31: sip
24609 32: frameRelay
24610 33: rs232
24611 34: para
24612 35: arcnet
24613 36: arcnetPlus
24614 37: atm
24615 38: miox25
24616 39: sonet
24617 40: x25ple
24618 41: iso88022llc
24619 42: localTalk
24620 43: smdsDxi
24621 44: frameRelayService
24622 45: v35
24623 46: hssi
24624 47: hippi
24625 48: modem
24626 49: aal5
24627 50: sonetPath
24628 51: sonetVT
24629 52: smdsIcip
24630 53: propVirtual
24631 54: propMultiplexor
24632 55: ieee80212
24633 56: fibreChannel
24634 57: hippiInterface
24635 58: frameRelayInterconnect
24636 59: aflane8023
24637 60: aflane8025
24638 61: cctEmul
24639 62: fastEther
24640 63: isdn
24641 64: v11
24642 65: v36
24643 66: g703at64k
24644 67: g703at2mb
24645 68: qllc
24646 69: fastEtherFX
24647 70: channel
24648 71: ieee80211
24649 72: ibm370parChan
24650 73: escon
24651 74: dlsw
24652 75: isdns
24653 76: isdnu
24654 77: lapd
24655 78: ipSwitch
24656 79: rsrb
24657 80: atmLogical
24658 81: ds0
24659 82: ds0Bundle
24660 83: bsc
24661 84: async
24662 85: cnr
24663 86: iso88025Dtr
24664 87: eplrs
24665 88: arap
24666 89: propCnls
24667 90: hostPad
24668 91: termPad
24669 92: frameRelayMPI
24670 93: x213
24671 94: adsl
24672 95: radsl
24673 96: sdsl
24674 97: vdsl
24675 98: iso88025CRFPInt
24676 99: myrinet
24677 100: voiceEM
24678 101: voiceFXO
24679 102: voiceFXS
24680 103: voiceEncap
24681 104: voiceOverIp
24682 105: atmDxi
24683 106: atmFuni
24684 107: atmIma
24685 108: pppMultilinkBundle
24686 109: ipOverCdlc
24687 110: ipOverClaw
24688 111: stackToStack
24689 112: virtualIpAddress
24690 113: mpc
24691 114: ipOverAtm
24692 115: iso88025Fiber
24693 116: tdlc
24694 117: gigabitEthernet
24695 118: hdlc
24696 119: lapf
24697 120: v37
24698 121: x25mlp
24699 122: x25huntGroup
24700 123: transpHdlc
24701 124: interleave
24702 125: fast
24703 126: ip
24704 127: docsCableMaclayer
24705 128: docsCableDownstream
24706 129: docsCableUpstream
24707 130: a12MppSwitch
24708 131: tunnel
24709 132: coffee
24710 133: ces
24711 134: atmSubInterface
24712 135: l2vlan
24713 136: l3ipvlan
24714 137: l3ipxvlan
24715 138: digitalPowerline
24716 139: mediaMailOverIp
24717 140: dtm
24718 141: dcn
24719 142: ipForward
24720 143: msdsl
24721 144: ieee1394
24722 145: if-gsn
24723 146: dvbRccMacLayer
24724 147: dvbRccDownstream
24725 148: dvbRccUpstream
24726 149: atmVirtual
24727 150: mplsTunnel
24728 151: srp
24729 152: voiceOverAtm
24730 153: voiceOverFrameRelay
24731 154: idsl
24732 155: compositeLink
24733 156: ss7SigLink
24734 157: propWirelessP2P
24735 158: frForward
24736 159: rfc1483
24737 160: usb
24738 161: ieee8023adLag
24739 162: bgppolicyaccounting
24740 163: frf16MfrBundle
24741 164: h323Gatekeeper
24742 165: h323Proxy
24743 166: mpls
24744 167: mfSigLink
24745 168: hdsl2
24746 169: shdsl
24747 170: ds1FDL
24748 171: pos
24749 172: dvbAsiIn
24750 173: dvbAsiOut
24751 174: plc
24752 175: nfas
24753 176: tr008
24754 177: gr303RDT
24755 178: gr303IDT
24756 179: isup
24757 180: propDocsWirelessMaclayer
24758 181: propDocsWirelessDownstream
24759 182: propDocsWirelessUpstream
24760 183: hiperlan2
24761 184: propBWAp2Mp
24762 185: sonetOverheadChannel
24763 186: digitalWrapperOverheadChannel
24764 187: aal2
24765 188: radioMAC
24766 189: atmRadio
24767 190: imt
24768 191: mvl
24769 192: reachDSL
24770 193: frDlciEndPt
24771 194: atmVciEndPt
24772 195: opticalChannel
24773 196: opticalTransport
24774 197: propAtm
24775 198: voiceOverCable
24776 199: infiniband
24777 200: teLink
24778 201: q2931
24779 202: virtualTg
24780 203: sipTg
24781 204: sipSig
24782 205: docsCableUpstreamChannel
24783 206: econet
24784 207: pon155
24785 208: pon622
24786 209: bridge
24787 210: linegroup
24788 211: voiceEMFGD
24789 212: voiceFGDEANA
24790 213: voiceDID
24791 214: mpegTransport
24792 215: sixToFour
24793 216: gtp
24794 217: pdnEtherLoop1
24795 218: pdnEtherLoop2
24796 219: opticalChannelGroup
24797 220: homepna
24798 221: gfp
24799 222: ciscoISLvlan
24800 223: actelisMetaLOOP
24801 224: fcipLink
24802 225: rpr
24803 226: qam
24804 227: lmp
24805 228: cblVectaStar
24806 229: docsCableMCmtsDownstream
24807 230: adsl2
24808 231: macSecControlledIF
24809 232: macSecUncontrolledIF
24810 233: aviciOpticalEther
24811 234: atmbond
24812 235: voiceFGDOS
24813 236: mocaVersion1
24814 237: ieee80216WMAN
24815 238: adsl2plus
24816 239: dvbRcsMacLayer
24817 240: dvbTdm
24818 241: dvbRcsTdma
24819 242: x86Laps
24820 243: wwanPP
24821 244: wwanPP2
24822 245: voiceEBS
24823 246: ifPwType
24824 247: ilan
24825 248: pip
24826 249: aluELP
24827 250: gpon
24828 251: vdsl2
24829 252: capwapDot11Profile
24830 253: capwapDot11Bss
24831 254: capwapWtpVirtualRadio
24832 255: bits
24833 256: docsCableUpstreamRfPort
24834 257: cableDownstreamRfPort
24835 258: vmwareVirtualNic
24836 259: ieee802154
24837 260: otnOdu
24838 261: otnOtu
24839 262: ifVfiType
24840 263: g9981
24841 264: g9982
24842 265: g9983
24843 266: aluEpon
24844 267: aluEponOnu
24845 268: aluEponPhysicalUni
24846 269: aluEponLogicalLink
24847 270: aluGponOnu
24848 271: aluGponPhysicalUni
24849 272: vmwareNicTeam
24850 277: docsOfdmDownstream
24851 278: docsOfdmaUpstream
24852 279: gfast
24853 280: sdci
24854 281: xboxWireless
24855 282: fastdsl
24856 283: docsCableScte55d1FwdOob
24857 284: docsCableScte55d1RetOob
24858 285: docsCableScte55d2DsOob
24859 286: docsCableScte55d2UsOob
24860 287: docsCableNdf
24861 288: docsCableNdr
24862 289: ptm
24863 290: ghn
24864 291: otnOtsi
24865 292: otnOtuc
24866 293: otnOduc
24867 294: otnOtsig
24868 295: microwaveCarrierTermination
24869 296: microwaveRadioLinkTerminal
24870 297: ieee8021axDrni
24871 298: ax25
24872 299: ieee19061nanocom
24873 300: cpri
24874 301: omni
24875 302: roe
24876 303: p2pOverLan
24877 - name: ifMtu
24878 oid: 1.3.6.1.2.1.2.2.1.4
24879 type: gauge
24880 help: The size of the largest packet which can be sent/received on the interface,
24881 specified in octets - 1.3.6.1.2.1.2.2.1.4
24882 indexes:
24883 - labelname: ifIndex
24884 type: gauge
24885 lookups:
24886 - labels:
24887 - ifIndex
24888 labelname: ifName
24889 oid: 1.3.6.1.2.1.31.1.1.1.1
24890 type: DisplayString
24891 - labels: []
24892 labelname: ifIndex
24893 - name: ifSpeed
24894 oid: 1.3.6.1.2.1.2.2.1.5
24895 type: gauge
24896 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
24897 indexes:
24898 - labelname: ifIndex
24899 type: gauge
24900 lookups:
24901 - labels:
24902 - ifIndex
24903 labelname: ifName
24904 oid: 1.3.6.1.2.1.31.1.1.1.1
24905 type: DisplayString
24906 - labels: []
24907 labelname: ifIndex
24908 - name: ifPhysAddress
24909 oid: 1.3.6.1.2.1.2.2.1.6
24910 type: PhysAddress48
24911 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
24912 indexes:
24913 - labelname: ifIndex
24914 type: gauge
24915 lookups:
24916 - labels:
24917 - ifIndex
24918 labelname: ifName
24919 oid: 1.3.6.1.2.1.31.1.1.1.1
24920 type: DisplayString
24921 - labels: []
24922 labelname: ifIndex
24923 - name: ifAdminStatus
24924 oid: 1.3.6.1.2.1.2.2.1.7
24925 type: gauge
24926 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
24927 indexes:
24928 - labelname: ifIndex
24929 type: gauge
24930 lookups:
24931 - labels:
24932 - ifIndex
24933 labelname: ifName
24934 oid: 1.3.6.1.2.1.31.1.1.1.1
24935 type: DisplayString
24936 - labels: []
24937 labelname: ifIndex
24938 enum_values:
24939 1: up
24940 2: down
24941 3: testing
24942 - name: ifOperStatus
24943 oid: 1.3.6.1.2.1.2.2.1.8
24944 type: gauge
24945 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
24946 indexes:
24947 - labelname: ifIndex
24948 type: gauge
24949 lookups:
24950 - labels:
24951 - ifIndex
24952 labelname: ifName
24953 oid: 1.3.6.1.2.1.31.1.1.1.1
24954 type: DisplayString
24955 - labels: []
24956 labelname: ifIndex
24957 enum_values:
24958 1: up
24959 2: down
24960 3: testing
24961 4: unknown
24962 5: dormant
24963 6: notPresent
24964 7: lowerLayerDown
24965 - name: ifLastChange
24966 oid: 1.3.6.1.2.1.2.2.1.9
24967 type: gauge
24968 help: The value of sysUpTime at the time the interface entered its current operational
24969 state - 1.3.6.1.2.1.2.2.1.9
24970 indexes:
24971 - labelname: ifIndex
24972 type: gauge
24973 lookups:
24974 - labels:
24975 - ifIndex
24976 labelname: ifName
24977 oid: 1.3.6.1.2.1.31.1.1.1.1
24978 type: DisplayString
24979 - labels: []
24980 labelname: ifIndex
24981 - name: ifInOctets
24982 oid: 1.3.6.1.2.1.2.2.1.10
24983 type: counter
24984 help: The total number of octets received on the interface, including framing
24985 characters - 1.3.6.1.2.1.2.2.1.10
24986 indexes:
24987 - labelname: ifIndex
24988 type: gauge
24989 lookups:
24990 - labels:
24991 - ifIndex
24992 labelname: ifName
24993 oid: 1.3.6.1.2.1.31.1.1.1.1
24994 type: DisplayString
24995 - labels: []
24996 labelname: ifIndex
24997 - name: ifInUcastPkts
24998 oid: 1.3.6.1.2.1.2.2.1.11
24999 type: counter
25000 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25001 which were not addressed to a multicast or broadcast address at this sub-layer
25002 - 1.3.6.1.2.1.2.2.1.11
25003 indexes:
25004 - labelname: ifIndex
25005 type: gauge
25006 lookups:
25007 - labels:
25008 - ifIndex
25009 labelname: ifName
25010 oid: 1.3.6.1.2.1.31.1.1.1.1
25011 type: DisplayString
25012 - labels: []
25013 labelname: ifIndex
25014 - name: ifInNUcastPkts
25015 oid: 1.3.6.1.2.1.2.2.1.12
25016 type: counter
25017 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25018 which were addressed to a multicast or broadcast address at this sub-layer -
25019 1.3.6.1.2.1.2.2.1.12
25020 indexes:
25021 - labelname: ifIndex
25022 type: gauge
25023 lookups:
25024 - labels:
25025 - ifIndex
25026 labelname: ifName
25027 oid: 1.3.6.1.2.1.31.1.1.1.1
25028 type: DisplayString
25029 - labels: []
25030 labelname: ifIndex
25031 - name: ifInDiscards
25032 oid: 1.3.6.1.2.1.2.2.1.13
25033 type: counter
25034 help: The number of inbound packets which were chosen to be discarded even though
25035 no errors had been detected to prevent their being deliverable to a higher-layer
25036 protocol - 1.3.6.1.2.1.2.2.1.13
25037 indexes:
25038 - labelname: ifIndex
25039 type: gauge
25040 lookups:
25041 - labels:
25042 - ifIndex
25043 labelname: ifName
25044 oid: 1.3.6.1.2.1.31.1.1.1.1
25045 type: DisplayString
25046 - labels: []
25047 labelname: ifIndex
25048 - name: ifInErrors
25049 oid: 1.3.6.1.2.1.2.2.1.14
25050 type: counter
25051 help: For packet-oriented interfaces, the number of inbound packets that contained
25052 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
25053 indexes:
25054 - labelname: ifIndex
25055 type: gauge
25056 lookups:
25057 - labels:
25058 - ifIndex
25059 labelname: ifName
25060 oid: 1.3.6.1.2.1.31.1.1.1.1
25061 type: DisplayString
25062 - labels: []
25063 labelname: ifIndex
25064 - name: ifInUnknownProtos
25065 oid: 1.3.6.1.2.1.2.2.1.15
25066 type: counter
25067 help: For packet-oriented interfaces, the number of packets received via the interface
25068 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
25069 indexes:
25070 - labelname: ifIndex
25071 type: gauge
25072 lookups:
25073 - labels:
25074 - ifIndex
25075 labelname: ifName
25076 oid: 1.3.6.1.2.1.31.1.1.1.1
25077 type: DisplayString
25078 - labels: []
25079 labelname: ifIndex
25080 - name: ifOutOctets
25081 oid: 1.3.6.1.2.1.2.2.1.16
25082 type: counter
25083 help: The total number of octets transmitted out of the interface, including framing
25084 characters - 1.3.6.1.2.1.2.2.1.16
25085 indexes:
25086 - labelname: ifIndex
25087 type: gauge
25088 lookups:
25089 - labels:
25090 - ifIndex
25091 labelname: ifName
25092 oid: 1.3.6.1.2.1.31.1.1.1.1
25093 type: DisplayString
25094 - labels: []
25095 labelname: ifIndex
25096 - name: ifOutUcastPkts
25097 oid: 1.3.6.1.2.1.2.2.1.17
25098 type: counter
25099 help: The total number of packets that higher-level protocols requested be transmitted,
25100 and which were not addressed to a multicast or broadcast address at this sub-layer,
25101 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
25102 indexes:
25103 - labelname: ifIndex
25104 type: gauge
25105 lookups:
25106 - labels:
25107 - ifIndex
25108 labelname: ifName
25109 oid: 1.3.6.1.2.1.31.1.1.1.1
25110 type: DisplayString
25111 - labels: []
25112 labelname: ifIndex
25113 - name: ifOutNUcastPkts
25114 oid: 1.3.6.1.2.1.2.2.1.18
25115 type: counter
25116 help: The total number of packets that higher-level protocols requested be transmitted,
25117 and which were addressed to a multicast or broadcast address at this sub-layer,
25118 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
25119 indexes:
25120 - labelname: ifIndex
25121 type: gauge
25122 lookups:
25123 - labels:
25124 - ifIndex
25125 labelname: ifName
25126 oid: 1.3.6.1.2.1.31.1.1.1.1
25127 type: DisplayString
25128 - labels: []
25129 labelname: ifIndex
25130 - name: ifOutDiscards
25131 oid: 1.3.6.1.2.1.2.2.1.19
25132 type: counter
25133 help: The number of outbound packets which were chosen to be discarded even though
25134 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
25135 indexes:
25136 - labelname: ifIndex
25137 type: gauge
25138 lookups:
25139 - labels:
25140 - ifIndex
25141 labelname: ifName
25142 oid: 1.3.6.1.2.1.31.1.1.1.1
25143 type: DisplayString
25144 - labels: []
25145 labelname: ifIndex
25146 - name: ifOutErrors
25147 oid: 1.3.6.1.2.1.2.2.1.20
25148 type: counter
25149 help: For packet-oriented interfaces, the number of outbound packets that could
25150 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
25151 indexes:
25152 - labelname: ifIndex
25153 type: gauge
25154 lookups:
25155 - labels:
25156 - ifIndex
25157 labelname: ifName
25158 oid: 1.3.6.1.2.1.31.1.1.1.1
25159 type: DisplayString
25160 - labels: []
25161 labelname: ifIndex
25162 - name: ifOutQLen
25163 oid: 1.3.6.1.2.1.2.2.1.21
25164 type: gauge
25165 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
25166 indexes:
25167 - labelname: ifIndex
25168 type: gauge
25169 lookups:
25170 - labels:
25171 - ifIndex
25172 labelname: ifName
25173 oid: 1.3.6.1.2.1.31.1.1.1.1
25174 type: DisplayString
25175 - labels: []
25176 labelname: ifIndex
25177 - name: ifSpecific
25178 oid: 1.3.6.1.2.1.2.2.1.22
25179 type: OctetString
25180 help: A reference to MIB definitions specific to the particular media being used
25181 to realize the interface - 1.3.6.1.2.1.2.2.1.22
25182 indexes:
25183 - labelname: ifIndex
25184 type: gauge
25185 lookups:
25186 - labels:
25187 - ifIndex
25188 labelname: ifName
25189 oid: 1.3.6.1.2.1.31.1.1.1.1
25190 type: DisplayString
25191 - labels: []
25192 labelname: ifIndex
25193 - name: hrMemorySize
25194 oid: 1.3.6.1.2.1.25.2.2
25195 type: gauge
25196 help: The amount of physical read-write main memory, typically RAM, contained
25197 by the host. - 1.3.6.1.2.1.25.2.2
25198 - name: hrStorageIndex
25199 oid: 1.3.6.1.2.1.25.2.3.1.1
25200 type: gauge
25201 help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1
25202 indexes:
25203 - labelname: hrStorageIndex
25204 type: gauge
25205 lookups:
25206 - labels:
25207 - hrStorageIndex
25208 labelname: hrStorageDescr
25209 oid: 1.3.6.1.2.1.25.2.3.1.3
25210 type: DisplayString
25211 - labels: []
25212 labelname: hrStorageIndex
25213 - name: hrStorageType
25214 oid: 1.3.6.1.2.1.25.2.3.1.2
25215 type: OctetString
25216 help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2
25217 indexes:
25218 - labelname: hrStorageIndex
25219 type: gauge
25220 lookups:
25221 - labels:
25222 - hrStorageIndex
25223 labelname: hrStorageDescr
25224 oid: 1.3.6.1.2.1.25.2.3.1.3
25225 type: DisplayString
25226 - labels: []
25227 labelname: hrStorageIndex
25228 - name: hrStorageDescr
25229 oid: 1.3.6.1.2.1.25.2.3.1.3
25230 type: DisplayString
25231 help: A description of the type and instance of the storage described by this
25232 entry. - 1.3.6.1.2.1.25.2.3.1.3
25233 indexes:
25234 - labelname: hrStorageIndex
25235 type: gauge
25236 lookups:
25237 - labels:
25238 - hrStorageIndex
25239 labelname: hrStorageDescr
25240 oid: 1.3.6.1.2.1.25.2.3.1.3
25241 type: DisplayString
25242 - labels: []
25243 labelname: hrStorageIndex
25244 - name: hrStorageAllocationUnits
25245 oid: 1.3.6.1.2.1.25.2.3.1.4
25246 type: gauge
25247 help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4
25248 indexes:
25249 - labelname: hrStorageIndex
25250 type: gauge
25251 lookups:
25252 - labels:
25253 - hrStorageIndex
25254 labelname: hrStorageDescr
25255 oid: 1.3.6.1.2.1.25.2.3.1.3
25256 type: DisplayString
25257 - labels: []
25258 labelname: hrStorageIndex
25259 - name: hrStorageSize
25260 oid: 1.3.6.1.2.1.25.2.3.1.5
25261 type: gauge
25262 help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
25263 - 1.3.6.1.2.1.25.2.3.1.5
25264 indexes:
25265 - labelname: hrStorageIndex
25266 type: gauge
25267 lookups:
25268 - labels:
25269 - hrStorageIndex
25270 labelname: hrStorageDescr
25271 oid: 1.3.6.1.2.1.25.2.3.1.3
25272 type: DisplayString
25273 - labels: []
25274 labelname: hrStorageIndex
25275 - name: hrStorageUsed
25276 oid: 1.3.6.1.2.1.25.2.3.1.6
25277 type: gauge
25278 help: The amount of the storage represented by this entry that is allocated, in
25279 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
25280 indexes:
25281 - labelname: hrStorageIndex
25282 type: gauge
25283 lookups:
25284 - labels:
25285 - hrStorageIndex
25286 labelname: hrStorageDescr
25287 oid: 1.3.6.1.2.1.25.2.3.1.3
25288 type: DisplayString
25289 - labels: []
25290 labelname: hrStorageIndex
25291 - name: hrStorageAllocationFailures
25292 oid: 1.3.6.1.2.1.25.2.3.1.7
25293 type: counter
25294 help: The number of requests for storage represented by this entry that could
25295 not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7
25296 indexes:
25297 - labelname: hrStorageIndex
25298 type: gauge
25299 lookups:
25300 - labels:
25301 - hrStorageIndex
25302 labelname: hrStorageDescr
25303 oid: 1.3.6.1.2.1.25.2.3.1.3
25304 type: DisplayString
25305 - labels: []
25306 labelname: hrStorageIndex
25307 - name: ifName
25308 oid: 1.3.6.1.2.1.31.1.1.1.1
25309 type: DisplayString
25310 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
25311 indexes:
25312 - labelname: ifIndex
25313 type: gauge
25314 lookups:
25315 - labels:
25316 - ifIndex
25317 labelname: ifName
25318 oid: 1.3.6.1.2.1.31.1.1.1.1
25319 type: DisplayString
25320 - labels: []
25321 labelname: ifIndex
25322 - name: ifInMulticastPkts
25323 oid: 1.3.6.1.2.1.31.1.1.1.2
25324 type: counter
25325 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25326 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
25327 indexes:
25328 - labelname: ifIndex
25329 type: gauge
25330 lookups:
25331 - labels:
25332 - ifIndex
25333 labelname: ifName
25334 oid: 1.3.6.1.2.1.31.1.1.1.1
25335 type: DisplayString
25336 - labels: []
25337 labelname: ifIndex
25338 - name: ifInBroadcastPkts
25339 oid: 1.3.6.1.2.1.31.1.1.1.3
25340 type: counter
25341 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25342 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
25343 indexes:
25344 - labelname: ifIndex
25345 type: gauge
25346 lookups:
25347 - labels:
25348 - ifIndex
25349 labelname: ifName
25350 oid: 1.3.6.1.2.1.31.1.1.1.1
25351 type: DisplayString
25352 - labels: []
25353 labelname: ifIndex
25354 - name: ifOutMulticastPkts
25355 oid: 1.3.6.1.2.1.31.1.1.1.4
25356 type: counter
25357 help: The total number of packets that higher-level protocols requested be transmitted,
25358 and which were addressed to a multicast address at this sub-layer, including
25359 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
25360 indexes:
25361 - labelname: ifIndex
25362 type: gauge
25363 lookups:
25364 - labels:
25365 - ifIndex
25366 labelname: ifName
25367 oid: 1.3.6.1.2.1.31.1.1.1.1
25368 type: DisplayString
25369 - labels: []
25370 labelname: ifIndex
25371 - name: ifOutBroadcastPkts
25372 oid: 1.3.6.1.2.1.31.1.1.1.5
25373 type: counter
25374 help: The total number of packets that higher-level protocols requested be transmitted,
25375 and which were addressed to a broadcast address at this sub-layer, including
25376 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
25377 indexes:
25378 - labelname: ifIndex
25379 type: gauge
25380 lookups:
25381 - labels:
25382 - ifIndex
25383 labelname: ifName
25384 oid: 1.3.6.1.2.1.31.1.1.1.1
25385 type: DisplayString
25386 - labels: []
25387 labelname: ifIndex
25388 - name: ifHCInOctets
25389 oid: 1.3.6.1.2.1.31.1.1.1.6
25390 type: counter
25391 help: The total number of octets received on the interface, including framing
25392 characters - 1.3.6.1.2.1.31.1.1.1.6
25393 indexes:
25394 - labelname: ifIndex
25395 type: gauge
25396 lookups:
25397 - labels:
25398 - ifIndex
25399 labelname: ifName
25400 oid: 1.3.6.1.2.1.31.1.1.1.1
25401 type: DisplayString
25402 - labels: []
25403 labelname: ifIndex
25404 - name: ifHCInUcastPkts
25405 oid: 1.3.6.1.2.1.31.1.1.1.7
25406 type: counter
25407 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25408 which were not addressed to a multicast or broadcast address at this sub-layer
25409 - 1.3.6.1.2.1.31.1.1.1.7
25410 indexes:
25411 - labelname: ifIndex
25412 type: gauge
25413 lookups:
25414 - labels:
25415 - ifIndex
25416 labelname: ifName
25417 oid: 1.3.6.1.2.1.31.1.1.1.1
25418 type: DisplayString
25419 - labels: []
25420 labelname: ifIndex
25421 - name: ifHCInMulticastPkts
25422 oid: 1.3.6.1.2.1.31.1.1.1.8
25423 type: counter
25424 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25425 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
25426 indexes:
25427 - labelname: ifIndex
25428 type: gauge
25429 lookups:
25430 - labels:
25431 - ifIndex
25432 labelname: ifName
25433 oid: 1.3.6.1.2.1.31.1.1.1.1
25434 type: DisplayString
25435 - labels: []
25436 labelname: ifIndex
25437 - name: ifHCInBroadcastPkts
25438 oid: 1.3.6.1.2.1.31.1.1.1.9
25439 type: counter
25440 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25441 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
25442 indexes:
25443 - labelname: ifIndex
25444 type: gauge
25445 lookups:
25446 - labels:
25447 - ifIndex
25448 labelname: ifName
25449 oid: 1.3.6.1.2.1.31.1.1.1.1
25450 type: DisplayString
25451 - labels: []
25452 labelname: ifIndex
25453 - name: ifHCOutOctets
25454 oid: 1.3.6.1.2.1.31.1.1.1.10
25455 type: counter
25456 help: The total number of octets transmitted out of the interface, including framing
25457 characters - 1.3.6.1.2.1.31.1.1.1.10
25458 indexes:
25459 - labelname: ifIndex
25460 type: gauge
25461 lookups:
25462 - labels:
25463 - ifIndex
25464 labelname: ifName
25465 oid: 1.3.6.1.2.1.31.1.1.1.1
25466 type: DisplayString
25467 - labels: []
25468 labelname: ifIndex
25469 - name: ifHCOutUcastPkts
25470 oid: 1.3.6.1.2.1.31.1.1.1.11
25471 type: counter
25472 help: The total number of packets that higher-level protocols requested be transmitted,
25473 and which were not addressed to a multicast or broadcast address at this sub-layer,
25474 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
25475 indexes:
25476 - labelname: ifIndex
25477 type: gauge
25478 lookups:
25479 - labels:
25480 - ifIndex
25481 labelname: ifName
25482 oid: 1.3.6.1.2.1.31.1.1.1.1
25483 type: DisplayString
25484 - labels: []
25485 labelname: ifIndex
25486 - name: ifHCOutMulticastPkts
25487 oid: 1.3.6.1.2.1.31.1.1.1.12
25488 type: counter
25489 help: The total number of packets that higher-level protocols requested be transmitted,
25490 and which were addressed to a multicast address at this sub-layer, including
25491 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
25492 indexes:
25493 - labelname: ifIndex
25494 type: gauge
25495 lookups:
25496 - labels:
25497 - ifIndex
25498 labelname: ifName
25499 oid: 1.3.6.1.2.1.31.1.1.1.1
25500 type: DisplayString
25501 - labels: []
25502 labelname: ifIndex
25503 - name: ifHCOutBroadcastPkts
25504 oid: 1.3.6.1.2.1.31.1.1.1.13
25505 type: counter
25506 help: The total number of packets that higher-level protocols requested be transmitted,
25507 and which were addressed to a broadcast address at this sub-layer, including
25508 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
25509 indexes:
25510 - labelname: ifIndex
25511 type: gauge
25512 lookups:
25513 - labels:
25514 - ifIndex
25515 labelname: ifName
25516 oid: 1.3.6.1.2.1.31.1.1.1.1
25517 type: DisplayString
25518 - labels: []
25519 labelname: ifIndex
25520 - name: ifLinkUpDownTrapEnable
25521 oid: 1.3.6.1.2.1.31.1.1.1.14
25522 type: gauge
25523 help: Indicates whether linkUp/linkDown traps should be generated for this interface
25524 - 1.3.6.1.2.1.31.1.1.1.14
25525 indexes:
25526 - labelname: ifIndex
25527 type: gauge
25528 lookups:
25529 - labels:
25530 - ifIndex
25531 labelname: ifName
25532 oid: 1.3.6.1.2.1.31.1.1.1.1
25533 type: DisplayString
25534 - labels: []
25535 labelname: ifIndex
25536 enum_values:
25537 1: enabled
25538 2: disabled
25539 - name: ifHighSpeed
25540 oid: 1.3.6.1.2.1.31.1.1.1.15
25541 type: gauge
25542 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
25543 per second - 1.3.6.1.2.1.31.1.1.1.15
25544 indexes:
25545 - labelname: ifIndex
25546 type: gauge
25547 lookups:
25548 - labels:
25549 - ifIndex
25550 labelname: ifName
25551 oid: 1.3.6.1.2.1.31.1.1.1.1
25552 type: DisplayString
25553 - labels: []
25554 labelname: ifIndex
25555 - name: ifPromiscuousMode
25556 oid: 1.3.6.1.2.1.31.1.1.1.16
25557 type: gauge
25558 help: This object has a value of false(2) if this interface only accepts packets/frames
25559 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
25560 indexes:
25561 - labelname: ifIndex
25562 type: gauge
25563 lookups:
25564 - labels:
25565 - ifIndex
25566 labelname: ifName
25567 oid: 1.3.6.1.2.1.31.1.1.1.1
25568 type: DisplayString
25569 - labels: []
25570 labelname: ifIndex
25571 enum_values:
25572 1: "true"
25573 2: "false"
25574 - name: ifConnectorPresent
25575 oid: 1.3.6.1.2.1.31.1.1.1.17
25576 type: gauge
25577 help: This object has the value 'true(1)' if the interface sublayer has a physical
25578 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
25579 indexes:
25580 - labelname: ifIndex
25581 type: gauge
25582 lookups:
25583 - labels:
25584 - ifIndex
25585 labelname: ifName
25586 oid: 1.3.6.1.2.1.31.1.1.1.1
25587 type: DisplayString
25588 - labels: []
25589 labelname: ifIndex
25590 enum_values:
25591 1: "true"
25592 2: "false"
25593 - name: ifAlias
25594 oid: 1.3.6.1.2.1.31.1.1.1.18
25595 type: DisplayString
25596 help: This object is an 'alias' name for the interface as specified by a network
25597 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
25598 indexes:
25599 - labelname: ifIndex
25600 type: gauge
25601 lookups:
25602 - labels:
25603 - ifIndex
25604 labelname: ifName
25605 oid: 1.3.6.1.2.1.31.1.1.1.1
25606 type: DisplayString
25607 - labels: []
25608 labelname: ifIndex
25609 - name: ifCounterDiscontinuityTime
25610 oid: 1.3.6.1.2.1.31.1.1.1.19
25611 type: gauge
25612 help: The value of sysUpTime on the most recent occasion at which any one or more
25613 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
25614 indexes:
25615 - labelname: ifIndex
25616 type: gauge
25617 lookups:
25618 - labels:
25619 - ifIndex
25620 labelname: ifName
25621 oid: 1.3.6.1.2.1.31.1.1.1.1
25622 type: DisplayString
25623 - labels: []
25624 labelname: ifIndex
25625 - name: laNames
25626 oid: 1.3.6.1.4.1.2021.10.1.2
25627 type: DisplayString
25628 help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2
25629 indexes:
25630 - labelname: laIndex
25631 type: gauge
25632 lookups:
25633 - labels:
25634 - laIndex
25635 labelname: laNames
25636 oid: 1.3.6.1.4.1.2021.10.1.2
25637 type: DisplayString
25638 - labels: []
25639 labelname: laIndex
25640 - name: laLoadInt
25641 oid: 1.3.6.1.4.1.2021.10.1.5
25642 type: gauge
25643 help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5
25644 indexes:
25645 - labelname: laIndex
25646 type: gauge
25647 lookups:
25648 - labels:
25649 - laIndex
25650 labelname: laNames
25651 oid: 1.3.6.1.4.1.2021.10.1.2
25652 type: DisplayString
25653 - labels: []
25654 labelname: laIndex
25655 - name: ssCpuSystem
25656 oid: 1.3.6.1.4.1.2021.11.10
25657 type: gauge
25658 help: The percentage of CPU time spent processing system-level code, calculated
25659 over the last minute - 1.3.6.1.4.1.2021.11.10
25660 - name: ssCpuIdle
25661 oid: 1.3.6.1.4.1.2021.11.11
25662 type: gauge
25663 help: The percentage of processor time spent idle, calculated over the last minute
25664 - 1.3.6.1.4.1.2021.11.11
25665 - name: ssCpuUser
25666 oid: 1.3.6.1.4.1.2021.11.9
25667 type: gauge
25668 help: The percentage of CPU time spent processing user-level code, calculated
25669 over the last minute - 1.3.6.1.4.1.2021.11.9
25670 - name: memIndex
25671 oid: 1.3.6.1.4.1.2021.4.1
25672 type: gauge
25673 help: Bogus Index - 1.3.6.1.4.1.2021.4.1
25674 - name: memErrorName
25675 oid: 1.3.6.1.4.1.2021.4.2
25676 type: DisplayString
25677 help: Bogus Name - 1.3.6.1.4.1.2021.4.2
25678 - name: memTotalSwap
25679 oid: 1.3.6.1.4.1.2021.4.3
25680 type: gauge
25681 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3
25682 - name: memAvailSwap
25683 oid: 1.3.6.1.4.1.2021.4.4
25684 type: gauge
25685 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4
25686 - name: memTotalReal
25687 oid: 1.3.6.1.4.1.2021.4.5
25688 type: gauge
25689 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5
25690 - name: memAvailReal
25691 oid: 1.3.6.1.4.1.2021.4.6
25692 type: gauge
25693 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6
25694 - name: memTotalSwapTXT
25695 oid: 1.3.6.1.4.1.2021.4.7
25696 type: gauge
25697 help: The total amount of swap space or virtual memory allocated for text pages
25698 on this host - 1.3.6.1.4.1.2021.4.7
25699 - name: memAvailSwapTXT
25700 oid: 1.3.6.1.4.1.2021.4.8
25701 type: gauge
25702 help: The amount of swap space or virtual memory currently being used by text
25703 pages on this host - 1.3.6.1.4.1.2021.4.8
25704 - name: memTotalRealTXT
25705 oid: 1.3.6.1.4.1.2021.4.9
25706 type: gauge
25707 help: The total amount of real/physical memory allocated for text pages on this
25708 host - 1.3.6.1.4.1.2021.4.9
25709 - name: memAvailRealTXT
25710 oid: 1.3.6.1.4.1.2021.4.10
25711 type: gauge
25712 help: The amount of real/physical memory currently being used by text pages on
25713 this host - 1.3.6.1.4.1.2021.4.10
25714 - name: memTotalFree
25715 oid: 1.3.6.1.4.1.2021.4.11
25716 type: gauge
25717 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11
25718 - name: memMinimumSwap
25719 oid: 1.3.6.1.4.1.2021.4.12
25720 type: gauge
25721 help: The minimum amount of swap space expected to be kept free or available during
25722 normal operation of this host - 1.3.6.1.4.1.2021.4.12
25723 - name: memShared
25724 oid: 1.3.6.1.4.1.2021.4.13
25725 type: gauge
25726 help: The total amount of real or virtual memory currently allocated for use as
25727 shared memory - 1.3.6.1.4.1.2021.4.13
25728 - name: memBuffer
25729 oid: 1.3.6.1.4.1.2021.4.14
25730 type: gauge
25731 help: The total amount of real or virtual memory currently allocated for use as
25732 memory buffers - 1.3.6.1.4.1.2021.4.14
25733 - name: memCached
25734 oid: 1.3.6.1.4.1.2021.4.15
25735 type: gauge
25736 help: The total amount of real or virtual memory currently allocated for use as
25737 cached memory - 1.3.6.1.4.1.2021.4.15
25738 - name: memUsedSwapTXT
25739 oid: 1.3.6.1.4.1.2021.4.16
25740 type: gauge
25741 help: The amount of swap space or virtual memory currently being used by text
25742 pages on this host - 1.3.6.1.4.1.2021.4.16
25743 - name: memUsedRealTXT
25744 oid: 1.3.6.1.4.1.2021.4.17
25745 type: gauge
25746 help: The amount of real/physical memory currently being used by text pages on
25747 this host - 1.3.6.1.4.1.2021.4.17
25748 - name: memTotalSwapX
25749 oid: 1.3.6.1.4.1.2021.4.18
25750 type: counter
25751 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18
25752 - name: memAvailSwapX
25753 oid: 1.3.6.1.4.1.2021.4.19
25754 type: counter
25755 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19
25756 - name: memTotalRealX
25757 oid: 1.3.6.1.4.1.2021.4.20
25758 type: counter
25759 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20
25760 - name: memAvailRealX
25761 oid: 1.3.6.1.4.1.2021.4.21
25762 type: counter
25763 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21
25764 - name: memTotalFreeX
25765 oid: 1.3.6.1.4.1.2021.4.22
25766 type: counter
25767 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22
25768 - name: memMinimumSwapX
25769 oid: 1.3.6.1.4.1.2021.4.23
25770 type: counter
25771 help: The minimum amount of swap space expected to be kept free or available during
25772 normal operation of this host - 1.3.6.1.4.1.2021.4.23
25773 - name: memSharedX
25774 oid: 1.3.6.1.4.1.2021.4.24
25775 type: counter
25776 help: The total amount of real or virtual memory currently allocated for use as
25777 shared memory - 1.3.6.1.4.1.2021.4.24
25778 - name: memBufferX
25779 oid: 1.3.6.1.4.1.2021.4.25
25780 type: counter
25781 help: The total amount of real or virtual memory currently allocated for use as
25782 memory buffers - 1.3.6.1.4.1.2021.4.25
25783 - name: memCachedX
25784 oid: 1.3.6.1.4.1.2021.4.26
25785 type: counter
25786 help: The total amount of real or virtual memory currently allocated for use as
25787 cached memory - 1.3.6.1.4.1.2021.4.26
25788 - name: memSwapError
25789 oid: 1.3.6.1.4.1.2021.4.100
25790 type: gauge
25791 help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
25792 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100
25793 enum_values:
25794 0: noError
25795 1: error
25796 - name: memSwapErrorMsg
25797 oid: 1.3.6.1.4.1.2021.4.101
25798 type: DisplayString
25799 help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
25800 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101
25801 - name: systemStatus
25802 oid: 1.3.6.1.4.1.6574.1.1
25803 type: gauge
25804 help: Synology system status Each meanings of status represented describe below
25805 - 1.3.6.1.4.1.6574.1.1
25806 - name: temperature
25807 oid: 1.3.6.1.4.1.6574.1.2
25808 type: gauge
25809 help: Synology system temperature The temperature of Disk Station uses Celsius
25810 degree. - 1.3.6.1.4.1.6574.1.2
25811 - name: powerStatus
25812 oid: 1.3.6.1.4.1.6574.1.3
25813 type: gauge
25814 help: Synology power status Each meanings of status represented describe below
25815 - 1.3.6.1.4.1.6574.1.3
25816 - name: systemFanStatus
25817 oid: 1.3.6.1.4.1.6574.1.4.1
25818 type: gauge
25819 help: Synology system fan status Each meanings of status represented describe
25820 below - 1.3.6.1.4.1.6574.1.4.1
25821 - name: cpuFanStatus
25822 oid: 1.3.6.1.4.1.6574.1.4.2
25823 type: gauge
25824 help: Synology cpu fan status Each meanings of status represented describe below
25825 - 1.3.6.1.4.1.6574.1.4.2
25826 - name: modelName
25827 oid: 1.3.6.1.4.1.6574.1.5.1
25828 type: DisplayString
25829 help: The Model name of this NAS - 1.3.6.1.4.1.6574.1.5.1
25830 - name: serialNumber
25831 oid: 1.3.6.1.4.1.6574.1.5.2
25832 type: OctetString
25833 help: The serial number of this NAS - 1.3.6.1.4.1.6574.1.5.2
25834 - name: version
25835 oid: 1.3.6.1.4.1.6574.1.5.3
25836 type: OctetString
25837 help: The version of this DSM - 1.3.6.1.4.1.6574.1.5.3
25838 - name: upgradeAvailable
25839 oid: 1.3.6.1.4.1.6574.1.5.4
25840 type: gauge
25841 help: This oid is for checking whether there is a latest DSM can be upgraded -
25842 1.3.6.1.4.1.6574.1.5.4
25843 - name: controllerNumber
25844 oid: 1.3.6.1.4.1.6574.1.6
25845 type: gauge
25846 help: Synology system controller number Controller A(0) Controller B(1) - 1.3.6.1.4.1.6574.1.6
25847 - name: storageIOIndex
25848 oid: 1.3.6.1.4.1.6574.101.1.1.1
25849 type: gauge
25850 help: Reference index for each observed device. - 1.3.6.1.4.1.6574.101.1.1.1
25851 indexes:
25852 - labelname: storageIOIndex
25853 type: gauge
25854 lookups:
25855 - labels:
25856 - storageIOIndex
25857 labelname: storageIODevice
25858 oid: 1.3.6.1.4.1.6574.101.1.1.2
25859 type: DisplayString
25860 - labels: []
25861 labelname: storageIOIndex
25862 - name: storageIODevice
25863 oid: 1.3.6.1.4.1.6574.101.1.1.2
25864 type: DisplayString
25865 help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.101.1.1.2
25866 indexes:
25867 - labelname: storageIOIndex
25868 type: gauge
25869 lookups:
25870 - labels:
25871 - storageIOIndex
25872 labelname: storageIODevice
25873 oid: 1.3.6.1.4.1.6574.101.1.1.2
25874 type: DisplayString
25875 - labels: []
25876 labelname: storageIOIndex
25877 - name: storageIONRead
25878 oid: 1.3.6.1.4.1.6574.101.1.1.3
25879 type: counter
25880 help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.3
25881 indexes:
25882 - labelname: storageIOIndex
25883 type: gauge
25884 lookups:
25885 - labels:
25886 - storageIOIndex
25887 labelname: storageIODevice
25888 oid: 1.3.6.1.4.1.6574.101.1.1.2
25889 type: DisplayString
25890 - labels: []
25891 labelname: storageIOIndex
25892 - name: storageIONWritten
25893 oid: 1.3.6.1.4.1.6574.101.1.1.4
25894 type: counter
25895 help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.4
25896 indexes:
25897 - labelname: storageIOIndex
25898 type: gauge
25899 lookups:
25900 - labels:
25901 - storageIOIndex
25902 labelname: storageIODevice
25903 oid: 1.3.6.1.4.1.6574.101.1.1.2
25904 type: DisplayString
25905 - labels: []
25906 labelname: storageIOIndex
25907 - name: storageIOReads
25908 oid: 1.3.6.1.4.1.6574.101.1.1.5
25909 type: counter
25910 help: The number of read accesses from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.5
25911 indexes:
25912 - labelname: storageIOIndex
25913 type: gauge
25914 lookups:
25915 - labels:
25916 - storageIOIndex
25917 labelname: storageIODevice
25918 oid: 1.3.6.1.4.1.6574.101.1.1.2
25919 type: DisplayString
25920 - labels: []
25921 labelname: storageIOIndex
25922 - name: storageIOWrites
25923 oid: 1.3.6.1.4.1.6574.101.1.1.6
25924 type: counter
25925 help: The number of write accesses to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.6
25926 indexes:
25927 - labelname: storageIOIndex
25928 type: gauge
25929 lookups:
25930 - labels:
25931 - storageIOIndex
25932 labelname: storageIODevice
25933 oid: 1.3.6.1.4.1.6574.101.1.1.2
25934 type: DisplayString
25935 - labels: []
25936 labelname: storageIOIndex
25937 - name: storageIOLA
25938 oid: 1.3.6.1.4.1.6574.101.1.1.8
25939 type: gauge
25940 help: The load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.8
25941 indexes:
25942 - labelname: storageIOIndex
25943 type: gauge
25944 lookups:
25945 - labels:
25946 - storageIOIndex
25947 labelname: storageIODevice
25948 oid: 1.3.6.1.4.1.6574.101.1.1.2
25949 type: DisplayString
25950 - labels: []
25951 labelname: storageIOIndex
25952 - name: storageIOLA1
25953 oid: 1.3.6.1.4.1.6574.101.1.1.9
25954 type: gauge
25955 help: The 1 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.9
25956 indexes:
25957 - labelname: storageIOIndex
25958 type: gauge
25959 lookups:
25960 - labels:
25961 - storageIOIndex
25962 labelname: storageIODevice
25963 oid: 1.3.6.1.4.1.6574.101.1.1.2
25964 type: DisplayString
25965 - labels: []
25966 labelname: storageIOIndex
25967 - name: storageIOLA5
25968 oid: 1.3.6.1.4.1.6574.101.1.1.10
25969 type: gauge
25970 help: The 5 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.10
25971 indexes:
25972 - labelname: storageIOIndex
25973 type: gauge
25974 lookups:
25975 - labels:
25976 - storageIOIndex
25977 labelname: storageIODevice
25978 oid: 1.3.6.1.4.1.6574.101.1.1.2
25979 type: DisplayString
25980 - labels: []
25981 labelname: storageIOIndex
25982 - name: storageIOLA15
25983 oid: 1.3.6.1.4.1.6574.101.1.1.11
25984 type: gauge
25985 help: The 15 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.11
25986 indexes:
25987 - labelname: storageIOIndex
25988 type: gauge
25989 lookups:
25990 - labels:
25991 - storageIOIndex
25992 labelname: storageIODevice
25993 oid: 1.3.6.1.4.1.6574.101.1.1.2
25994 type: DisplayString
25995 - labels: []
25996 labelname: storageIOIndex
25997 - name: storageIONReadX
25998 oid: 1.3.6.1.4.1.6574.101.1.1.12
25999 type: counter
26000 help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.12
26001 indexes:
26002 - labelname: storageIOIndex
26003 type: gauge
26004 lookups:
26005 - labels:
26006 - storageIOIndex
26007 labelname: storageIODevice
26008 oid: 1.3.6.1.4.1.6574.101.1.1.2
26009 type: DisplayString
26010 - labels: []
26011 labelname: storageIOIndex
26012 - name: storageIONWrittenX
26013 oid: 1.3.6.1.4.1.6574.101.1.1.13
26014 type: counter
26015 help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.13
26016 indexes:
26017 - labelname: storageIOIndex
26018 type: gauge
26019 lookups:
26020 - labels:
26021 - storageIOIndex
26022 labelname: storageIODevice
26023 oid: 1.3.6.1.4.1.6574.101.1.1.2
26024 type: DisplayString
26025 - labels: []
26026 labelname: storageIOIndex
26027 - name: storageIODeviceSerial
26028 oid: 1.3.6.1.4.1.6574.101.1.1.14
26029 type: DisplayString
26030 help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.101.1.1.14
26031 indexes:
26032 - labelname: storageIOIndex
26033 type: gauge
26034 lookups:
26035 - labels:
26036 - storageIOIndex
26037 labelname: storageIODevice
26038 oid: 1.3.6.1.4.1.6574.101.1.1.2
26039 type: DisplayString
26040 - labels: []
26041 labelname: storageIOIndex
26042 - name: spaceIOIndex
26043 oid: 1.3.6.1.4.1.6574.102.1.1.1
26044 type: gauge
26045 help: Reference index for each observed device. - 1.3.6.1.4.1.6574.102.1.1.1
26046 indexes:
26047 - labelname: spaceIOIndex
26048 type: gauge
26049 lookups:
26050 - labels:
26051 - spaceIOIndex
26052 labelname: spaceIODevice
26053 oid: 1.3.6.1.4.1.6574.102.1.1.2
26054 type: DisplayString
26055 - labels: []
26056 labelname: spaceIOIndex
26057 - name: spaceIODevice
26058 oid: 1.3.6.1.4.1.6574.102.1.1.2
26059 type: DisplayString
26060 help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.102.1.1.2
26061 indexes:
26062 - labelname: spaceIOIndex
26063 type: gauge
26064 lookups:
26065 - labels:
26066 - spaceIOIndex
26067 labelname: spaceIODevice
26068 oid: 1.3.6.1.4.1.6574.102.1.1.2
26069 type: DisplayString
26070 - labels: []
26071 labelname: spaceIOIndex
26072 - name: spaceIONRead
26073 oid: 1.3.6.1.4.1.6574.102.1.1.3
26074 type: counter
26075 help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.3
26076 indexes:
26077 - labelname: spaceIOIndex
26078 type: gauge
26079 lookups:
26080 - labels:
26081 - spaceIOIndex
26082 labelname: spaceIODevice
26083 oid: 1.3.6.1.4.1.6574.102.1.1.2
26084 type: DisplayString
26085 - labels: []
26086 labelname: spaceIOIndex
26087 - name: spaceIONWritten
26088 oid: 1.3.6.1.4.1.6574.102.1.1.4
26089 type: counter
26090 help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.4
26091 indexes:
26092 - labelname: spaceIOIndex
26093 type: gauge
26094 lookups:
26095 - labels:
26096 - spaceIOIndex
26097 labelname: spaceIODevice
26098 oid: 1.3.6.1.4.1.6574.102.1.1.2
26099 type: DisplayString
26100 - labels: []
26101 labelname: spaceIOIndex
26102 - name: spaceIOReads
26103 oid: 1.3.6.1.4.1.6574.102.1.1.5
26104 type: counter
26105 help: The number of read accesses from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.5
26106 indexes:
26107 - labelname: spaceIOIndex
26108 type: gauge
26109 lookups:
26110 - labels:
26111 - spaceIOIndex
26112 labelname: spaceIODevice
26113 oid: 1.3.6.1.4.1.6574.102.1.1.2
26114 type: DisplayString
26115 - labels: []
26116 labelname: spaceIOIndex
26117 - name: spaceIOWrites
26118 oid: 1.3.6.1.4.1.6574.102.1.1.6
26119 type: counter
26120 help: The number of write accesses to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.6
26121 indexes:
26122 - labelname: spaceIOIndex
26123 type: gauge
26124 lookups:
26125 - labels:
26126 - spaceIOIndex
26127 labelname: spaceIODevice
26128 oid: 1.3.6.1.4.1.6574.102.1.1.2
26129 type: DisplayString
26130 - labels: []
26131 labelname: spaceIOIndex
26132 - name: spaceIOLA
26133 oid: 1.3.6.1.4.1.6574.102.1.1.8
26134 type: gauge
26135 help: The load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.8
26136 indexes:
26137 - labelname: spaceIOIndex
26138 type: gauge
26139 lookups:
26140 - labels:
26141 - spaceIOIndex
26142 labelname: spaceIODevice
26143 oid: 1.3.6.1.4.1.6574.102.1.1.2
26144 type: DisplayString
26145 - labels: []
26146 labelname: spaceIOIndex
26147 - name: spaceIOLA1
26148 oid: 1.3.6.1.4.1.6574.102.1.1.9
26149 type: gauge
26150 help: The 1 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.9
26151 indexes:
26152 - labelname: spaceIOIndex
26153 type: gauge
26154 lookups:
26155 - labels:
26156 - spaceIOIndex
26157 labelname: spaceIODevice
26158 oid: 1.3.6.1.4.1.6574.102.1.1.2
26159 type: DisplayString
26160 - labels: []
26161 labelname: spaceIOIndex
26162 - name: spaceIOLA5
26163 oid: 1.3.6.1.4.1.6574.102.1.1.10
26164 type: gauge
26165 help: The 5 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.10
26166 indexes:
26167 - labelname: spaceIOIndex
26168 type: gauge
26169 lookups:
26170 - labels:
26171 - spaceIOIndex
26172 labelname: spaceIODevice
26173 oid: 1.3.6.1.4.1.6574.102.1.1.2
26174 type: DisplayString
26175 - labels: []
26176 labelname: spaceIOIndex
26177 - name: spaceIOLA15
26178 oid: 1.3.6.1.4.1.6574.102.1.1.11
26179 type: gauge
26180 help: The 15 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.11
26181 indexes:
26182 - labelname: spaceIOIndex
26183 type: gauge
26184 lookups:
26185 - labels:
26186 - spaceIOIndex
26187 labelname: spaceIODevice
26188 oid: 1.3.6.1.4.1.6574.102.1.1.2
26189 type: DisplayString
26190 - labels: []
26191 labelname: spaceIOIndex
26192 - name: spaceIONReadX
26193 oid: 1.3.6.1.4.1.6574.102.1.1.12
26194 type: counter
26195 help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.12
26196 indexes:
26197 - labelname: spaceIOIndex
26198 type: gauge
26199 lookups:
26200 - labels:
26201 - spaceIOIndex
26202 labelname: spaceIODevice
26203 oid: 1.3.6.1.4.1.6574.102.1.1.2
26204 type: DisplayString
26205 - labels: []
26206 labelname: spaceIOIndex
26207 - name: spaceIONWrittenX
26208 oid: 1.3.6.1.4.1.6574.102.1.1.13
26209 type: counter
26210 help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.13
26211 indexes:
26212 - labelname: spaceIOIndex
26213 type: gauge
26214 lookups:
26215 - labels:
26216 - spaceIOIndex
26217 labelname: spaceIODevice
26218 oid: 1.3.6.1.4.1.6574.102.1.1.2
26219 type: DisplayString
26220 - labels: []
26221 labelname: spaceIOIndex
26222 - name: spaceUUID
26223 oid: 1.3.6.1.4.1.6574.102.1.1.14
26224 type: DisplayString
26225 help: The uuid of space. - 1.3.6.1.4.1.6574.102.1.1.14
26226 indexes:
26227 - labelname: spaceIOIndex
26228 type: gauge
26229 lookups:
26230 - labels:
26231 - spaceIOIndex
26232 labelname: spaceIODevice
26233 oid: 1.3.6.1.4.1.6574.102.1.1.2
26234 type: DisplayString
26235 - labels: []
26236 labelname: spaceIOIndex
26237 - name: iSCSILUNInfoIndex
26238 oid: 1.3.6.1.4.1.6574.104.1.1.1
26239 type: gauge
26240 help: LUN info index - 1.3.6.1.4.1.6574.104.1.1.1
26241 indexes:
26242 - labelname: iSCSILUNInfoIndex
26243 type: gauge
26244 - name: iSCSILUNUUID
26245 oid: 1.3.6.1.4.1.6574.104.1.1.2
26246 type: OctetString
26247 help: LUN uuid - 1.3.6.1.4.1.6574.104.1.1.2
26248 indexes:
26249 - labelname: iSCSILUNInfoIndex
26250 type: gauge
26251 - name: iSCSILUNName
26252 oid: 1.3.6.1.4.1.6574.104.1.1.3
26253 type: OctetString
26254 help: LUN name - 1.3.6.1.4.1.6574.104.1.1.3
26255 indexes:
26256 - labelname: iSCSILUNInfoIndex
26257 type: gauge
26258 - name: iSCSILUNThroughputReadHigh
26259 oid: 1.3.6.1.4.1.6574.104.1.1.4
26260 type: gauge
26261 help: LUN read throughput over 32 bits part - 1.3.6.1.4.1.6574.104.1.1.4
26262 indexes:
26263 - labelname: iSCSILUNInfoIndex
26264 type: gauge
26265 - name: iSCSILUNThroughputReadLow
26266 oid: 1.3.6.1.4.1.6574.104.1.1.5
26267 type: gauge
26268 help: LUN read throughput in unsigned 32 bit - 1.3.6.1.4.1.6574.104.1.1.5
26269 indexes:
26270 - labelname: iSCSILUNInfoIndex
26271 type: gauge
26272 - name: iSCSILUNThroughputWriteHigh
26273 oid: 1.3.6.1.4.1.6574.104.1.1.6
26274 type: gauge
26275 help: LUN write throughput over 32 bits part - 1.3.6.1.4.1.6574.104.1.1.6
26276 indexes:
26277 - labelname: iSCSILUNInfoIndex
26278 type: gauge
26279 - name: iSCSILUNThroughputWriteLow
26280 oid: 1.3.6.1.4.1.6574.104.1.1.7
26281 type: gauge
26282 help: LUN write throughput in unsigned 32 bit - 1.3.6.1.4.1.6574.104.1.1.7
26283 indexes:
26284 - labelname: iSCSILUNInfoIndex
26285 type: gauge
26286 - name: iSCSILUNIopsRead
26287 oid: 1.3.6.1.4.1.6574.104.1.1.8
26288 type: gauge
26289 help: LUN read iops - 1.3.6.1.4.1.6574.104.1.1.8
26290 indexes:
26291 - labelname: iSCSILUNInfoIndex
26292 type: gauge
26293 - name: iSCSILUNIopsWrite
26294 oid: 1.3.6.1.4.1.6574.104.1.1.9
26295 type: gauge
26296 help: LUN write iops - 1.3.6.1.4.1.6574.104.1.1.9
26297 indexes:
26298 - labelname: iSCSILUNInfoIndex
26299 type: gauge
26300 - name: iSCSILUNDiskLatencyRead
26301 oid: 1.3.6.1.4.1.6574.104.1.1.10
26302 type: gauge
26303 help: LUN disk latency when reading - 1.3.6.1.4.1.6574.104.1.1.10
26304 indexes:
26305 - labelname: iSCSILUNInfoIndex
26306 type: gauge
26307 - name: iSCSILUNDiskLatencyWrite
26308 oid: 1.3.6.1.4.1.6574.104.1.1.11
26309 type: gauge
26310 help: LUN disk latency when writing - 1.3.6.1.4.1.6574.104.1.1.11
26311 indexes:
26312 - labelname: iSCSILUNInfoIndex
26313 type: gauge
26314 - name: iSCSILUNNetworkLatencyTx
26315 oid: 1.3.6.1.4.1.6574.104.1.1.12
26316 type: gauge
26317 help: LUN transfer data network latency - 1.3.6.1.4.1.6574.104.1.1.12
26318 indexes:
26319 - labelname: iSCSILUNInfoIndex
26320 type: gauge
26321 - name: iSCSILUNNetworkLatencyRx
26322 oid: 1.3.6.1.4.1.6574.104.1.1.13
26323 type: gauge
26324 help: LUN receive data network latency - 1.3.6.1.4.1.6574.104.1.1.13
26325 indexes:
26326 - labelname: iSCSILUNInfoIndex
26327 type: gauge
26328 - name: iSCSILUNIoSizeRead
26329 oid: 1.3.6.1.4.1.6574.104.1.1.14
26330 type: gauge
26331 help: LUN average io size when reading - 1.3.6.1.4.1.6574.104.1.1.14
26332 indexes:
26333 - labelname: iSCSILUNInfoIndex
26334 type: gauge
26335 - name: iSCSILUNIoSizeWrite
26336 oid: 1.3.6.1.4.1.6574.104.1.1.15
26337 type: gauge
26338 help: LUN average io size when writing - 1.3.6.1.4.1.6574.104.1.1.15
26339 indexes:
26340 - labelname: iSCSILUNInfoIndex
26341 type: gauge
26342 - name: iSCSILUNQueueDepth
26343 oid: 1.3.6.1.4.1.6574.104.1.1.16
26344 type: gauge
26345 help: Num of iSCSI commands in LUN queue - 1.3.6.1.4.1.6574.104.1.1.16
26346 indexes:
26347 - labelname: iSCSILUNInfoIndex
26348 type: gauge
26349 - name: iSCSILUNType
26350 oid: 1.3.6.1.4.1.6574.104.1.1.17
26351 type: OctetString
26352 help: LUN type - 1.3.6.1.4.1.6574.104.1.1.17
26353 indexes:
26354 - labelname: iSCSILUNInfoIndex
26355 type: gauge
26356 - name: iSCSILUNDiskLatencyAvg
26357 oid: 1.3.6.1.4.1.6574.104.1.1.18
26358 type: gauge
26359 help: Average latency of LUN disk - 1.3.6.1.4.1.6574.104.1.1.18
26360 indexes:
26361 - labelname: iSCSILUNInfoIndex
26362 type: gauge
26363 - name: iSCSILUNThinProvisionVolFreeMBs
26364 oid: 1.3.6.1.4.1.6574.104.1.1.19
26365 type: gauge
26366 help: Free space(MB) of thin provisioning lun's volume - 1.3.6.1.4.1.6574.104.1.1.19
26367 indexes:
26368 - labelname: iSCSILUNInfoIndex
26369 type: gauge
26370 - name: diskIndex
26371 oid: 1.3.6.1.4.1.6574.2.1.1.1
26372 type: gauge
26373 help: The index of disk table - 1.3.6.1.4.1.6574.2.1.1.1
26374 indexes:
26375 - labelname: diskIndex
26376 type: gauge
26377 lookups:
26378 - labels:
26379 - diskIndex
26380 labelname: diskID
26381 oid: 1.3.6.1.4.1.6574.2.1.1.2
26382 type: OctetString
26383 - labels: []
26384 labelname: diskIndex
26385 - name: diskID
26386 oid: 1.3.6.1.4.1.6574.2.1.1.2
26387 type: OctetString
26388 help: Synology disk ID The ID of disk is assigned by disk Station. - 1.3.6.1.4.1.6574.2.1.1.2
26389 indexes:
26390 - labelname: diskIndex
26391 type: gauge
26392 lookups:
26393 - labels:
26394 - diskIndex
26395 labelname: diskID
26396 oid: 1.3.6.1.4.1.6574.2.1.1.2
26397 type: OctetString
26398 - labels: []
26399 labelname: diskIndex
26400 - name: diskModel
26401 oid: 1.3.6.1.4.1.6574.2.1.1.3
26402 type: DisplayString
26403 help: Synology disk model name The disk model name will be showed here. - 1.3.6.1.4.1.6574.2.1.1.3
26404 indexes:
26405 - labelname: diskIndex
26406 type: gauge
26407 lookups:
26408 - labels:
26409 - diskIndex
26410 labelname: diskID
26411 oid: 1.3.6.1.4.1.6574.2.1.1.2
26412 type: OctetString
26413 - labels: []
26414 labelname: diskIndex
26415 - name: diskType
26416 oid: 1.3.6.1.4.1.6574.2.1.1.4
26417 type: DisplayString
26418 help: Synology disk type The type of disk will be showed here, including SATA,
26419 SSD and so on. - 1.3.6.1.4.1.6574.2.1.1.4
26420 indexes:
26421 - labelname: diskIndex
26422 type: gauge
26423 lookups:
26424 - labels:
26425 - diskIndex
26426 labelname: diskID
26427 oid: 1.3.6.1.4.1.6574.2.1.1.2
26428 type: OctetString
26429 - labels: []
26430 labelname: diskIndex
26431 - name: diskStatus
26432 oid: 1.3.6.1.4.1.6574.2.1.1.5
26433 type: gauge
26434 help: Synology disk status Each meanings of status represented describe below
26435 - 1.3.6.1.4.1.6574.2.1.1.5
26436 indexes:
26437 - labelname: diskIndex
26438 type: gauge
26439 lookups:
26440 - labels:
26441 - diskIndex
26442 labelname: diskID
26443 oid: 1.3.6.1.4.1.6574.2.1.1.2
26444 type: OctetString
26445 - labels: []
26446 labelname: diskIndex
26447 - name: diskTemperature
26448 oid: 1.3.6.1.4.1.6574.2.1.1.6
26449 type: gauge
26450 help: Synology disk temperature The temperature of each disk uses Celsius degree.
26451 - 1.3.6.1.4.1.6574.2.1.1.6
26452 indexes:
26453 - labelname: diskIndex
26454 type: gauge
26455 lookups:
26456 - labels:
26457 - diskIndex
26458 labelname: diskID
26459 oid: 1.3.6.1.4.1.6574.2.1.1.2
26460 type: OctetString
26461 - labels: []
26462 labelname: diskIndex
26463 - name: diskRole
26464 oid: 1.3.6.1.4.1.6574.2.1.1.7
26465 type: OctetString
26466 help: Synology disk role The role of the disk in system - 1.3.6.1.4.1.6574.2.1.1.7
26467 indexes:
26468 - labelname: diskIndex
26469 type: gauge
26470 lookups:
26471 - labels:
26472 - diskIndex
26473 labelname: diskID
26474 oid: 1.3.6.1.4.1.6574.2.1.1.2
26475 type: OctetString
26476 - labels: []
26477 labelname: diskIndex
26478 - name: diskRetry
26479 oid: 1.3.6.1.4.1.6574.2.1.1.8
26480 type: gauge
26481 help: Synology disk retry count The count of each disk connection retries. - 1.3.6.1.4.1.6574.2.1.1.8
26482 indexes:
26483 - labelname: diskIndex
26484 type: gauge
26485 lookups:
26486 - labels:
26487 - diskIndex
26488 labelname: diskID
26489 oid: 1.3.6.1.4.1.6574.2.1.1.2
26490 type: OctetString
26491 - labels: []
26492 labelname: diskIndex
26493 - name: diskBadSector
26494 oid: 1.3.6.1.4.1.6574.2.1.1.9
26495 type: gauge
26496 help: Synology disk bad sector count The count of each disk I/O bad sector. -
26497 1.3.6.1.4.1.6574.2.1.1.9
26498 indexes:
26499 - labelname: diskIndex
26500 type: gauge
26501 lookups:
26502 - labels:
26503 - diskIndex
26504 labelname: diskID
26505 oid: 1.3.6.1.4.1.6574.2.1.1.2
26506 type: OctetString
26507 - labels: []
26508 labelname: diskIndex
26509 - name: diskIdentifyFail
26510 oid: 1.3.6.1.4.1.6574.2.1.1.10
26511 type: gauge
26512 help: Synology disk identify fail count The count of each disk identify fails.
26513 - 1.3.6.1.4.1.6574.2.1.1.10
26514 indexes:
26515 - labelname: diskIndex
26516 type: gauge
26517 lookups:
26518 - labels:
26519 - diskIndex
26520 labelname: diskID
26521 oid: 1.3.6.1.4.1.6574.2.1.1.2
26522 type: OctetString
26523 - labels: []
26524 labelname: diskIndex
26525 - name: diskRemainLife
26526 oid: 1.3.6.1.4.1.6574.2.1.1.11
26527 type: gauge
26528 help: Synology disk remainLife The estimate remain life of each disk. - 1.3.6.1.4.1.6574.2.1.1.11
26529 indexes:
26530 - labelname: diskIndex
26531 type: gauge
26532 lookups:
26533 - labels:
26534 - diskIndex
26535 labelname: diskID
26536 oid: 1.3.6.1.4.1.6574.2.1.1.2
26537 type: OctetString
26538 - labels: []
26539 labelname: diskIndex
26540 - name: diskName
26541 oid: 1.3.6.1.4.1.6574.2.1.1.12
26542 type: OctetString
26543 help: Synology disk name The name of disk which align to storage manager. - 1.3.6.1.4.1.6574.2.1.1.12
26544 indexes:
26545 - labelname: diskIndex
26546 type: gauge
26547 lookups:
26548 - labels:
26549 - diskIndex
26550 labelname: diskID
26551 oid: 1.3.6.1.4.1.6574.2.1.1.2
26552 type: OctetString
26553 - labels: []
26554 labelname: diskIndex
26555 - name: raidIndex
26556 oid: 1.3.6.1.4.1.6574.3.1.1.1
26557 type: gauge
26558 help: The index of raid table - 1.3.6.1.4.1.6574.3.1.1.1
26559 indexes:
26560 - labelname: raidIndex
26561 type: gauge
26562 lookups:
26563 - labels:
26564 - raidIndex
26565 labelname: raidName
26566 oid: 1.3.6.1.4.1.6574.3.1.1.2
26567 type: DisplayString
26568 - labels: []
26569 labelname: raidIndex
26570 - name: raidName
26571 oid: 1.3.6.1.4.1.6574.3.1.1.2
26572 type: DisplayString
26573 help: Synology raid name The name of each raid will be showed here. - 1.3.6.1.4.1.6574.3.1.1.2
26574 indexes:
26575 - labelname: raidIndex
26576 type: gauge
26577 lookups:
26578 - labels:
26579 - raidIndex
26580 labelname: raidName
26581 oid: 1.3.6.1.4.1.6574.3.1.1.2
26582 type: DisplayString
26583 - labels: []
26584 labelname: raidIndex
26585 - name: raidStatus
26586 oid: 1.3.6.1.4.1.6574.3.1.1.3
26587 type: gauge
26588 help: Synology Raid status Each meanings of status represented describe below
26589 - 1.3.6.1.4.1.6574.3.1.1.3
26590 indexes:
26591 - labelname: raidIndex
26592 type: gauge
26593 lookups:
26594 - labels:
26595 - raidIndex
26596 labelname: raidName
26597 oid: 1.3.6.1.4.1.6574.3.1.1.2
26598 type: DisplayString
26599 - labels: []
26600 labelname: raidIndex
26601 - name: raidFreeSize
26602 oid: 1.3.6.1.4.1.6574.3.1.1.4
26603 type: gauge
26604 help: Synology raid freesize Free space in bytes. - 1.3.6.1.4.1.6574.3.1.1.4
26605 indexes:
26606 - labelname: raidIndex
26607 type: gauge
26608 lookups:
26609 - labels:
26610 - raidIndex
26611 labelname: raidName
26612 oid: 1.3.6.1.4.1.6574.3.1.1.2
26613 type: DisplayString
26614 - labels: []
26615 labelname: raidIndex
26616 - name: raidTotalSize
26617 oid: 1.3.6.1.4.1.6574.3.1.1.5
26618 type: gauge
26619 help: Synology raid totalsize Total space in bytes. - 1.3.6.1.4.1.6574.3.1.1.5
26620 indexes:
26621 - labelname: raidIndex
26622 type: gauge
26623 lookups:
26624 - labels:
26625 - raidIndex
26626 labelname: raidName
26627 oid: 1.3.6.1.4.1.6574.3.1.1.2
26628 type: DisplayString
26629 - labels: []
26630 labelname: raidIndex
26631 - name: raidHotspareCnt
26632 oid: 1.3.6.1.4.1.6574.3.1.1.6
26633 type: gauge
26634 help: Synology raid hotspare Total hotspare disks count - 1.3.6.1.4.1.6574.3.1.1.6
26635 indexes:
26636 - labelname: raidIndex
26637 type: gauge
26638 lookups:
26639 - labels:
26640 - raidIndex
26641 labelname: raidName
26642 oid: 1.3.6.1.4.1.6574.3.1.1.2
26643 type: DisplayString
26644 - labels: []
26645 labelname: raidIndex
26646 - name: upsDeviceModel
26647 oid: 1.3.6.1.4.1.6574.4.1.1
26648 type: DisplayString
26649 help: Device model - 1.3.6.1.4.1.6574.4.1.1
26650 - name: upsDeviceManufacturer
26651 oid: 1.3.6.1.4.1.6574.4.1.2
26652 type: DisplayString
26653 help: Device manufacturer - 1.3.6.1.4.1.6574.4.1.2
26654 - name: upsDeviceSerial
26655 oid: 1.3.6.1.4.1.6574.4.1.3
26656 type: DisplayString
26657 help: Device serial number. - 1.3.6.1.4.1.6574.4.1.3
26658 - name: upsDeviceType
26659 oid: 1.3.6.1.4.1.6574.4.1.4
26660 type: DisplayString
26661 help: Device type (ups, pdu, scd, psu) - 1.3.6.1.4.1.6574.4.1.4
26662 - name: upsDeviceDescription
26663 oid: 1.3.6.1.4.1.6574.4.1.5
26664 type: DisplayString
26665 help: Device description. - 1.3.6.1.4.1.6574.4.1.5
26666 - name: upsDeviceContact
26667 oid: 1.3.6.1.4.1.6574.4.1.6
26668 type: DisplayString
26669 help: Device administrator name. - 1.3.6.1.4.1.6574.4.1.6
26670 - name: upsDeviceLocation
26671 oid: 1.3.6.1.4.1.6574.4.1.7
26672 type: DisplayString
26673 help: Device physical location. - 1.3.6.1.4.1.6574.4.1.7
26674 - name: upsDevicePart
26675 oid: 1.3.6.1.4.1.6574.4.1.8
26676 type: DisplayString
26677 help: Device part number. - 1.3.6.1.4.1.6574.4.1.8
26678 - name: upsDeviceMACAddr
26679 oid: 1.3.6.1.4.1.6574.4.1.9
26680 type: DisplayString
26681 help: Physical network address of the device. - 1.3.6.1.4.1.6574.4.1.9
26682 - name: upsInfoStatus
26683 oid: 1.3.6.1.4.1.6574.4.2.1
26684 type: DisplayString
26685 help: UPS status. - 1.3.6.1.4.1.6574.4.2.1
26686 - name: upsInfoAlarm
26687 oid: 1.3.6.1.4.1.6574.4.2.2
26688 type: DisplayString
26689 help: UPS alarms - 1.3.6.1.4.1.6574.4.2.2
26690 - name: upsInfoTime
26691 oid: 1.3.6.1.4.1.6574.4.2.3
26692 type: DisplayString
26693 help: Internal UPS clock time - 1.3.6.1.4.1.6574.4.2.3
26694 - name: upsInfoDate
26695 oid: 1.3.6.1.4.1.6574.4.2.4
26696 type: DisplayString
26697 help: Internal UPS clock date - 1.3.6.1.4.1.6574.4.2.4
26698 - name: upsInfoModel
26699 oid: 1.3.6.1.4.1.6574.4.2.5
26700 type: DisplayString
26701 help: UPS model - 1.3.6.1.4.1.6574.4.2.5
26702 - name: upsInfoMfrName
26703 oid: 1.3.6.1.4.1.6574.4.2.6.1
26704 type: DisplayString
26705 help: UPS manufacturer - 1.3.6.1.4.1.6574.4.2.6.1
26706 - name: upsInfoMfrDate
26707 oid: 1.3.6.1.4.1.6574.4.2.6.2
26708 type: DisplayString
26709 help: UPS manufacturing date - 1.3.6.1.4.1.6574.4.2.6.2
26710 - name: upsInfoSerial
26711 oid: 1.3.6.1.4.1.6574.4.2.7
26712 type: DisplayString
26713 help: UPS serial number - 1.3.6.1.4.1.6574.4.2.7
26714 - name: upsInfoVendorID
26715 oid: 1.3.6.1.4.1.6574.4.2.8
26716 type: DisplayString
26717 help: Vendor ID for USB devices - 1.3.6.1.4.1.6574.4.2.8
26718 - name: upsInfoProductID
26719 oid: 1.3.6.1.4.1.6574.4.2.9
26720 type: DisplayString
26721 help: Product ID for USB devices - 1.3.6.1.4.1.6574.4.2.9
26722 - name: upsInfoFirmwareName
26723 oid: 1.3.6.1.4.1.6574.4.2.10.1
26724 type: DisplayString
26725 help: UPS firmware - 1.3.6.1.4.1.6574.4.2.10.1
26726 - name: upsInfoFirmwareAux
26727 oid: 1.3.6.1.4.1.6574.4.2.10.2
26728 type: DisplayString
26729 help: Auxiliary device firmware - 1.3.6.1.4.1.6574.4.2.10.2
26730 - name: upsInfoTemperature
26731 oid: 1.3.6.1.4.1.6574.4.2.11
26732 type: Float
26733 help: UPS temperature (degrees C) - 1.3.6.1.4.1.6574.4.2.11
26734 - name: upsInfoLoadValue
26735 oid: 1.3.6.1.4.1.6574.4.2.12.1
26736 type: Float
26737 help: Load on UPS (percent) - 1.3.6.1.4.1.6574.4.2.12.1
26738 - name: upsInfoLoadHigh
26739 oid: 1.3.6.1.4.1.6574.4.2.12.2
26740 type: Float
26741 help: Load when UPS switches to overload condition (OVER) (percent) - 1.3.6.1.4.1.6574.4.2.12.2
26742 - name: upsInfoID
26743 oid: 1.3.6.1.4.1.6574.4.2.13
26744 type: DisplayString
26745 help: UPS system identifier - 1.3.6.1.4.1.6574.4.2.13
26746 - name: upsInfoDelayStart
26747 oid: 1.3.6.1.4.1.6574.4.2.14.1
26748 type: gauge
26749 help: Interval to wait before restarting the load (seconds) - 1.3.6.1.4.1.6574.4.2.14.1
26750 - name: upsInfoDelayReboot
26751 oid: 1.3.6.1.4.1.6574.4.2.14.2
26752 type: gauge
26753 help: Interval to wait before rebooting the UPS (seconds) - 1.3.6.1.4.1.6574.4.2.14.2
26754 - name: upsInfoDelayShutdown
26755 oid: 1.3.6.1.4.1.6574.4.2.14.3
26756 type: gauge
26757 help: Interval to wait after shutdown with delay command (seconds) - 1.3.6.1.4.1.6574.4.2.14.3
26758 - name: upsInfoTimerStart
26759 oid: 1.3.6.1.4.1.6574.4.2.15.1
26760 type: gauge
26761 help: Time before the load will be started (seconds) - 1.3.6.1.4.1.6574.4.2.15.1
26762 - name: upsInfoTimerReboot
26763 oid: 1.3.6.1.4.1.6574.4.2.15.2
26764 type: gauge
26765 help: Time before the load will be rebooted (seconds) - 1.3.6.1.4.1.6574.4.2.15.2
26766 - name: upsInfoTimerShutdown
26767 oid: 1.3.6.1.4.1.6574.4.2.15.3
26768 type: gauge
26769 help: Time before the load will be shutdown (seconds) - 1.3.6.1.4.1.6574.4.2.15.3
26770 - name: upsInfoTestInterval
26771 oid: 1.3.6.1.4.1.6574.4.2.16.1
26772 type: gauge
26773 help: Interval between self tests - 1.3.6.1.4.1.6574.4.2.16.1
26774 - name: upsInfoTestResult
26775 oid: 1.3.6.1.4.1.6574.4.2.16.2
26776 type: DisplayString
26777 help: Results of last self test - 1.3.6.1.4.1.6574.4.2.16.2
26778 - name: upsInfoDisplayLanguage
26779 oid: 1.3.6.1.4.1.6574.4.2.17
26780 type: DisplayString
26781 help: Language to use on front panel - 1.3.6.1.4.1.6574.4.2.17
26782 - name: upsInfoContacts
26783 oid: 1.3.6.1.4.1.6574.4.2.18
26784 type: DisplayString
26785 help: UPS external contact sensors - 1.3.6.1.4.1.6574.4.2.18
26786 - name: upsInfoEffciency
26787 oid: 1.3.6.1.4.1.6574.4.2.19
26788 type: gauge
26789 help: Efficiency of the UPS (ratio of the output current on the input current)
26790 (percent) - 1.3.6.1.4.1.6574.4.2.19
26791 - name: upsInfoPowerValue
26792 oid: 1.3.6.1.4.1.6574.4.2.20.1
26793 type: Float
26794 help: Current value of apparent power (Volt-Amps) - 1.3.6.1.4.1.6574.4.2.20.1
26795 - name: upsInfoPowerNominal
26796 oid: 1.3.6.1.4.1.6574.4.2.20.2
26797 type: Float
26798 help: Nominal value of apparent power (Volt-Amps) - 1.3.6.1.4.1.6574.4.2.20.2
26799 - name: upsInfoRealPowerValue
26800 oid: 1.3.6.1.4.1.6574.4.2.21.1
26801 type: Float
26802 help: Current value of real power (Watts) - 1.3.6.1.4.1.6574.4.2.21.1
26803 - name: upsInfoRealPowerNominal
26804 oid: 1.3.6.1.4.1.6574.4.2.21.2
26805 type: Float
26806 help: Nominal value of real power (Watts) - 1.3.6.1.4.1.6574.4.2.21.2
26807 - name: upsInfoBeeperStatus
26808 oid: 1.3.6.1.4.1.6574.4.2.22
26809 type: DisplayString
26810 help: UPS beeper status (enabled, disabled or muted) - 1.3.6.1.4.1.6574.4.2.22
26811 - name: upsInfoType
26812 oid: 1.3.6.1.4.1.6574.4.2.23
26813 type: DisplayString
26814 help: UPS type - 1.3.6.1.4.1.6574.4.2.23
26815 - name: upsInfoWatchdogStatus
26816 oid: 1.3.6.1.4.1.6574.4.2.24
26817 type: DisplayString
26818 help: UPS watchdog status (enabled or disabled) - 1.3.6.1.4.1.6574.4.2.24
26819 - name: upsInfoStartAuto
26820 oid: 1.3.6.1.4.1.6574.4.2.25.1
26821 type: DisplayString
26822 help: UPS starts when mains is (re)applied - 1.3.6.1.4.1.6574.4.2.25.1
26823 - name: upsInfoStartBattery
26824 oid: 1.3.6.1.4.1.6574.4.2.25.2
26825 type: DisplayString
26826 help: Allow to start UPS from battery - 1.3.6.1.4.1.6574.4.2.25.2
26827 - name: upsInfoStartReboot
26828 oid: 1.3.6.1.4.1.6574.4.2.25.3
26829 type: DisplayString
26830 help: UPS coldstarts from battery (enabled or disabled) - 1.3.6.1.4.1.6574.4.2.25.3
26831 - name: upsBatteryChargeValue
26832 oid: 1.3.6.1.4.1.6574.4.3.1.1
26833 type: Float
26834 help: Battery charge - 1.3.6.1.4.1.6574.4.3.1.1
26835 - name: upsBatteryChargeLow
26836 oid: 1.3.6.1.4.1.6574.4.3.1.2
26837 type: Float
26838 help: Remaining battery level when UPS switches to LB (percent) - 1.3.6.1.4.1.6574.4.3.1.2
26839 - name: upsBatteryChargeRestart
26840 oid: 1.3.6.1.4.1.6574.4.3.1.3
26841 type: Float
26842 help: Minimum battery level for UPS restart after power-off - 1.3.6.1.4.1.6574.4.3.1.3
26843 - name: upsBatteryChargeWarning
26844 oid: 1.3.6.1.4.1.6574.4.3.1.4
26845 type: Float
26846 help: Battery level when UPS switches to Warning state (percent) - 1.3.6.1.4.1.6574.4.3.1.4
26847 - name: upsBatteryVoltageValue
26848 oid: 1.3.6.1.4.1.6574.4.3.2.1
26849 type: Float
26850 help: The magnitude of the present battery voltage. - 1.3.6.1.4.1.6574.4.3.2.1
26851 - name: upsBatteryVoltageNominal
26852 oid: 1.3.6.1.4.1.6574.4.3.2.2
26853 type: Float
26854 help: Nominal battery voltage. - 1.3.6.1.4.1.6574.4.3.2.2
26855 - name: upsBatteryVoltageLow
26856 oid: 1.3.6.1.4.1.6574.4.3.2.3
26857 type: Float
26858 help: Minimum battery voltage, that triggers FSD status . - 1.3.6.1.4.1.6574.4.3.2.3
26859 - name: upsBatteryVoltageHigh
26860 oid: 1.3.6.1.4.1.6574.4.3.2.4
26861 type: Float
26862 help: Maximum battery voltage (Ie battery.charge = 100). - 1.3.6.1.4.1.6574.4.3.2.4
26863 - name: upsBatteryCapacity
26864 oid: 1.3.6.1.4.1.6574.4.3.3
26865 type: Float
26866 help: Battery capacity (Ah) - 1.3.6.1.4.1.6574.4.3.3
26867 - name: upsBatteryCurrent
26868 oid: 1.3.6.1.4.1.6574.4.3.4
26869 type: Float
26870 help: The present battery current. - 1.3.6.1.4.1.6574.4.3.4
26871 - name: upsBatteryTemperature
26872 oid: 1.3.6.1.4.1.6574.4.3.5
26873 type: Float
26874 help: The ambient temperature at or near the UPS Battery casing. - 1.3.6.1.4.1.6574.4.3.5
26875 - name: upsBatteryRuntimeValue
26876 oid: 1.3.6.1.4.1.6574.4.3.6.1
26877 type: gauge
26878 help: Battery runtime (seconds) - 1.3.6.1.4.1.6574.4.3.6.1
26879 - name: upsBatteryRuntimeLow
26880 oid: 1.3.6.1.4.1.6574.4.3.6.2
26881 type: gauge
26882 help: Remaining battery runtime when UPS switches to LB (seconds) - 1.3.6.1.4.1.6574.4.3.6.2
26883 - name: upsBatteryRuntimeRestart
26884 oid: 1.3.6.1.4.1.6574.4.3.6.3
26885 type: gauge
26886 help: Minimum battery runtime for UPS restart after power-off (seconds) - 1.3.6.1.4.1.6574.4.3.6.3
26887 - name: upsBatteryAlarmThreshold
26888 oid: 1.3.6.1.4.1.6574.4.3.7
26889 type: DisplayString
26890 help: Battery alarm threshold - 1.3.6.1.4.1.6574.4.3.7
26891 - name: upsBatteryDate
26892 oid: 1.3.6.1.4.1.6574.4.3.8
26893 type: DisplayString
26894 help: Battery change date - 1.3.6.1.4.1.6574.4.3.8
26895 - name: upsBatteryMfrDate
26896 oid: 1.3.6.1.4.1.6574.4.3.9
26897 type: DisplayString
26898 help: Battery manufacturing date - 1.3.6.1.4.1.6574.4.3.9
26899 - name: upsBatteryPacks
26900 oid: 1.3.6.1.4.1.6574.4.3.10
26901 type: gauge
26902 help: Number of battery packs - 1.3.6.1.4.1.6574.4.3.10
26903 - name: upsBatteryPacksBad
26904 oid: 1.3.6.1.4.1.6574.4.3.11
26905 type: gauge
26906 help: Number of bad battery packs - 1.3.6.1.4.1.6574.4.3.11
26907 - name: upsBatteryType
26908 oid: 1.3.6.1.4.1.6574.4.3.12
26909 type: DisplayString
26910 help: Battery chemistry - 1.3.6.1.4.1.6574.4.3.12
26911 - name: upsBatteryProtection
26912 oid: 1.3.6.1.4.1.6574.4.3.13
26913 type: DisplayString
26914 help: Prevent deep discharge of battery - 1.3.6.1.4.1.6574.4.3.13
26915 - name: upsBatteryEnergySave
26916 oid: 1.3.6.1.4.1.6574.4.3.14
26917 type: DisplayString
26918 help: Switch off when running on battery and no/low load - 1.3.6.1.4.1.6574.4.3.14
26919 - name: upsInputVoltageValue
26920 oid: 1.3.6.1.4.1.6574.4.4.1.1
26921 type: Float
26922 help: Input voltage - 1.3.6.1.4.1.6574.4.4.1.1
26923 - name: upsInputVoltageMax
26924 oid: 1.3.6.1.4.1.6574.4.4.1.2
26925 type: Float
26926 help: Maximum incoming voltage seen - 1.3.6.1.4.1.6574.4.4.1.2
26927 - name: upsInputVoltageMin
26928 oid: 1.3.6.1.4.1.6574.4.4.1.3
26929 type: Float
26930 help: Minimum incoming voltage seen - 1.3.6.1.4.1.6574.4.4.1.3
26931 - name: upsInputVoltageNominal
26932 oid: 1.3.6.1.4.1.6574.4.4.1.4
26933 type: Float
26934 help: Nominal input voltage - 1.3.6.1.4.1.6574.4.4.1.4
26935 - name: upsInputVoltageExtend
26936 oid: 1.3.6.1.4.1.6574.4.4.1.5
26937 type: DisplayString
26938 help: Extended input voltage range - 1.3.6.1.4.1.6574.4.4.1.5
26939 - name: upsInputVoltageFault
26940 oid: 1.3.6.1.4.1.6574.4.4.1.6
26941 type: Float
26942 help: Input voltage Fault - 1.3.6.1.4.1.6574.4.4.1.6
26943 - name: upsInputTransferReason
26944 oid: 1.3.6.1.4.1.6574.4.4.2.1
26945 type: DisplayString
26946 help: Reason for last transfer to battery - 1.3.6.1.4.1.6574.4.4.2.1
26947 - name: upsInputTransferLow
26948 oid: 1.3.6.1.4.1.6574.4.4.2.2
26949 type: Float
26950 help: Low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.2
26951 - name: upsInputTransferHigh
26952 oid: 1.3.6.1.4.1.6574.4.4.2.3
26953 type: Float
26954 help: High voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.3
26955 - name: upsInputTransferLowMin
26956 oid: 1.3.6.1.4.1.6574.4.4.2.4
26957 type: Float
26958 help: smallest settable low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.4
26959 - name: upsInputTransferLowMax
26960 oid: 1.3.6.1.4.1.6574.4.4.2.5
26961 type: Float
26962 help: greatest settable low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.5
26963 - name: upsInputTransferHighMin
26964 oid: 1.3.6.1.4.1.6574.4.4.2.6
26965 type: Float
26966 help: smallest settable high voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.6
26967 - name: upsInputTransferHighMax
26968 oid: 1.3.6.1.4.1.6574.4.4.2.7
26969 type: Float
26970 help: greatest settable high voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.7
26971 - name: upsInputTransferBoostLow
26972 oid: 1.3.6.1.4.1.6574.4.4.2.8
26973 type: Float
26974 help: Low voltage boosting transfer point - 1.3.6.1.4.1.6574.4.4.2.8
26975 - name: upsInputTransferBoostHigh
26976 oid: 1.3.6.1.4.1.6574.4.4.2.9
26977 type: Float
26978 help: High voltage boosting transfer point - 1.3.6.1.4.1.6574.4.4.2.9
26979 - name: upsInputTransferTrimLow
26980 oid: 1.3.6.1.4.1.6574.4.4.2.10
26981 type: Float
26982 help: Low voltage trimming transfer point - 1.3.6.1.4.1.6574.4.4.2.10
26983 - name: upsInputTransferTrimHigh
26984 oid: 1.3.6.1.4.1.6574.4.4.2.11
26985 type: Float
26986 help: High voltage trimming transfer point - 1.3.6.1.4.1.6574.4.4.2.11
26987 - name: upsInputSensitivity
26988 oid: 1.3.6.1.4.1.6574.4.4.3
26989 type: DisplayString
26990 help: Input power sensitivity - 1.3.6.1.4.1.6574.4.4.3
26991 - name: upsInputQuality
26992 oid: 1.3.6.1.4.1.6574.4.4.4
26993 type: DisplayString
26994 help: Input power quality - 1.3.6.1.4.1.6574.4.4.4
26995 - name: upsInputCurrentValue
26996 oid: 1.3.6.1.4.1.6574.4.4.5.1
26997 type: Float
26998 help: Input current (A) - 1.3.6.1.4.1.6574.4.4.5.1
26999 - name: upsInputCurrentNominal
27000 oid: 1.3.6.1.4.1.6574.4.4.5.2
27001 type: Float
27002 help: Nominal input current (A) - 1.3.6.1.4.1.6574.4.4.5.2
27003 - name: upsInputFrequencyValue
27004 oid: 1.3.6.1.4.1.6574.4.4.6.1
27005 type: Float
27006 help: Input line frequency (Hz) - 1.3.6.1.4.1.6574.4.4.6.1
27007 - name: upsInputFrequencyNominal
27008 oid: 1.3.6.1.4.1.6574.4.4.6.2
27009 type: Float
27010 help: Nominal input line frequency (Hz) - 1.3.6.1.4.1.6574.4.4.6.2
27011 - name: upsInputFrequencyLow
27012 oid: 1.3.6.1.4.1.6574.4.4.6.3
27013 type: Float
27014 help: Input line frequency low (Hz) - 1.3.6.1.4.1.6574.4.4.6.3
27015 - name: upsInputFrequencyHigh
27016 oid: 1.3.6.1.4.1.6574.4.4.6.4
27017 type: Float
27018 help: Input line frequency high (Hz) - 1.3.6.1.4.1.6574.4.4.6.4
27019 - name: upsInputFrequencyExtend
27020 oid: 1.3.6.1.4.1.6574.4.4.6.5
27021 type: DisplayString
27022 help: Extended input frequency range - 1.3.6.1.4.1.6574.4.4.6.5
27023 - name: upsOutputVoltageValue
27024 oid: 1.3.6.1.4.1.6574.4.5.1.1
27025 type: Float
27026 help: Output voltage (V) - 1.3.6.1.4.1.6574.4.5.1.1
27027 - name: upsOutputVoltageNominal
27028 oid: 1.3.6.1.4.1.6574.4.5.1.2
27029 type: Float
27030 help: Nominal output voltage (V) - 1.3.6.1.4.1.6574.4.5.1.2
27031 - name: upsOutputFrequencyValue
27032 oid: 1.3.6.1.4.1.6574.4.5.2.1
27033 type: Float
27034 help: Output frequency (Hz) - 1.3.6.1.4.1.6574.4.5.2.1
27035 - name: upsOutputFrequencyNominal
27036 oid: 1.3.6.1.4.1.6574.4.5.2.2
27037 type: Float
27038 help: Nominal output frequency (Hz) - 1.3.6.1.4.1.6574.4.5.2.2
27039 - name: upsOutputCurrentValue
27040 oid: 1.3.6.1.4.1.6574.4.5.3.1
27041 type: Float
27042 help: Output current (A) - 1.3.6.1.4.1.6574.4.5.3.1
27043 - name: upsOutputCurrentNominal
27044 oid: 1.3.6.1.4.1.6574.4.5.3.2
27045 type: Float
27046 help: Nominal output current (A) - 1.3.6.1.4.1.6574.4.5.3.2
27047 - name: upsAmbientTemperatureValue
27048 oid: 1.3.6.1.4.1.6574.4.6.1.1
27049 type: Float
27050 help: Ambient temperature (degrees C) - 1.3.6.1.4.1.6574.4.6.1.1
27051 - name: upsAmbientTemperatureAlarm
27052 oid: 1.3.6.1.4.1.6574.4.6.1.2
27053 type: DisplayString
27054 help: Temperature alarm (enabled/disabled) - 1.3.6.1.4.1.6574.4.6.1.2
27055 - name: upsAmbientTemperatureHigh
27056 oid: 1.3.6.1.4.1.6574.4.6.1.3
27057 type: Float
27058 help: Temperature threshold high (degrees C) - 1.3.6.1.4.1.6574.4.6.1.3
27059 - name: upsAmbientTemperatureLow
27060 oid: 1.3.6.1.4.1.6574.4.6.1.4
27061 type: Float
27062 help: Temperature threshold low (degrees C) - 1.3.6.1.4.1.6574.4.6.1.4
27063 - name: upsAmbientTemperatureMax
27064 oid: 1.3.6.1.4.1.6574.4.6.1.5
27065 type: Float
27066 help: Maximum temperature seen (degrees C) - 1.3.6.1.4.1.6574.4.6.1.5
27067 - name: upsAmbientTemperatureMin
27068 oid: 1.3.6.1.4.1.6574.4.6.1.6
27069 type: Float
27070 help: Minimum temperature seen (degrees C) - 1.3.6.1.4.1.6574.4.6.1.6
27071 - name: upsAmbientHumidityValue
27072 oid: 1.3.6.1.4.1.6574.4.6.2.1
27073 type: Float
27074 help: Ambient relative humidity (percent) - 1.3.6.1.4.1.6574.4.6.2.1
27075 - name: upsAmbientHumidityAlarm
27076 oid: 1.3.6.1.4.1.6574.4.6.2.2
27077 type: DisplayString
27078 help: Relative humidity alarm (enabled/disabled) - 1.3.6.1.4.1.6574.4.6.2.2
27079 - name: upsAmbientHumidityHigh
27080 oid: 1.3.6.1.4.1.6574.4.6.2.3
27081 type: Float
27082 help: Relative humidity threshold high (percent) - 1.3.6.1.4.1.6574.4.6.2.3
27083 - name: upsAmbientHumidityLow
27084 oid: 1.3.6.1.4.1.6574.4.6.2.4
27085 type: Float
27086 help: Relative humidity threshold low (percent) - 1.3.6.1.4.1.6574.4.6.2.4
27087 - name: upsAmbientHumidityMax
27088 oid: 1.3.6.1.4.1.6574.4.6.2.5
27089 type: Float
27090 help: Maximum relative humidity seen (percent) - 1.3.6.1.4.1.6574.4.6.2.5
27091 - name: upsAmbientHumidityMin
27092 oid: 1.3.6.1.4.1.6574.4.6.2.6
27093 type: Float
27094 help: Minimum relative humidity seen (percent) - 1.3.6.1.4.1.6574.4.6.2.6
27095 - name: upsDriverName
27096 oid: 1.3.6.1.4.1.6574.4.7.1
27097 type: DisplayString
27098 help: Driver name - 1.3.6.1.4.1.6574.4.7.1
27099 - name: upsDriverVersion
27100 oid: 1.3.6.1.4.1.6574.4.7.2
27101 type: DisplayString
27102 help: Driver version (NUT release) - 1.3.6.1.4.1.6574.4.7.2
27103 - name: upsDriverVersionData
27104 oid: 1.3.6.1.4.1.6574.4.7.3
27105 type: DisplayString
27106 help: Driver version data - 1.3.6.1.4.1.6574.4.7.3
27107 - name: upsDriverVersionInternal
27108 oid: 1.3.6.1.4.1.6574.4.7.4
27109 type: DisplayString
27110 help: Internal driver version (if tracked separately) - 1.3.6.1.4.1.6574.4.7.4
27111 - name: upsDriverPollInterval
27112 oid: 1.3.6.1.4.1.6574.4.7.5
27113 type: gauge
27114 help: Poll interval setup in configuration file - 1.3.6.1.4.1.6574.4.7.5
27115 - name: upsDriverPort
27116 oid: 1.3.6.1.4.1.6574.4.7.6
27117 type: DisplayString
27118 help: Port setup in configuration file - 1.3.6.1.4.1.6574.4.7.6
27119 - name: upsDriverPollFrequency
27120 oid: 1.3.6.1.4.1.6574.4.7.7
27121 type: gauge
27122 help: Poll frequency - 1.3.6.1.4.1.6574.4.7.7
27123 - name: upsDriverProductID
27124 oid: 1.3.6.1.4.1.6574.4.7.8
27125 type: DisplayString
27126 help: Product ID - 1.3.6.1.4.1.6574.4.7.8
27127 - name: upsDriverSnmpVersion
27128 oid: 1.3.6.1.4.1.6574.4.7.9
27129 type: DisplayString
27130 help: Snmp version - 1.3.6.1.4.1.6574.4.7.9
27131 - name: upsServerInfo
27132 oid: 1.3.6.1.4.1.6574.4.8.1
27133 type: DisplayString
27134 help: Server information - 1.3.6.1.4.1.6574.4.8.1
27135 - name: upsServerVersion
27136 oid: 1.3.6.1.4.1.6574.4.8.2
27137 type: DisplayString
27138 help: Server version - 1.3.6.1.4.1.6574.4.8.2
27139 - name: diskSMARTInfoIndex
27140 oid: 1.3.6.1.4.1.6574.5.1.1.1
27141 type: gauge
27142 help: SMART info index - 1.3.6.1.4.1.6574.5.1.1.1
27143 indexes:
27144 - labelname: diskSMARTInfoIndex
27145 type: gauge
27146 - name: diskSMARTInfoDevName
27147 oid: 1.3.6.1.4.1.6574.5.1.1.2
27148 type: DisplayString
27149 help: SMART info device name - 1.3.6.1.4.1.6574.5.1.1.2
27150 indexes:
27151 - labelname: diskSMARTInfoIndex
27152 type: gauge
27153 - name: diskSMARTAttrName
27154 oid: 1.3.6.1.4.1.6574.5.1.1.3
27155 type: DisplayString
27156 help: SMART attribute name - 1.3.6.1.4.1.6574.5.1.1.3
27157 indexes:
27158 - labelname: diskSMARTInfoIndex
27159 type: gauge
27160 - name: diskSMARTAttrId
27161 oid: 1.3.6.1.4.1.6574.5.1.1.4
27162 type: gauge
27163 help: SMART attribute ID - 1.3.6.1.4.1.6574.5.1.1.4
27164 indexes:
27165 - labelname: diskSMARTInfoIndex
27166 type: gauge
27167 - name: diskSMARTAttrCurrent
27168 oid: 1.3.6.1.4.1.6574.5.1.1.5
27169 type: gauge
27170 help: SMART attribute current value - 1.3.6.1.4.1.6574.5.1.1.5
27171 indexes:
27172 - labelname: diskSMARTInfoIndex
27173 type: gauge
27174 - name: diskSMARTAttrWorst
27175 oid: 1.3.6.1.4.1.6574.5.1.1.6
27176 type: gauge
27177 help: SMART attribute worst value - 1.3.6.1.4.1.6574.5.1.1.6
27178 indexes:
27179 - labelname: diskSMARTInfoIndex
27180 type: gauge
27181 - name: diskSMARTAttrThreshold
27182 oid: 1.3.6.1.4.1.6574.5.1.1.7
27183 type: gauge
27184 help: SMART attribute threshold value - 1.3.6.1.4.1.6574.5.1.1.7
27185 indexes:
27186 - labelname: diskSMARTInfoIndex
27187 type: gauge
27188 - name: diskSMARTAttrRaw
27189 oid: 1.3.6.1.4.1.6574.5.1.1.8
27190 type: gauge
27191 help: SMART attribute raw value - 1.3.6.1.4.1.6574.5.1.1.8
27192 indexes:
27193 - labelname: diskSMARTInfoIndex
27194 type: gauge
27195 - name: diskSMARTAttrStatus
27196 oid: 1.3.6.1.4.1.6574.5.1.1.9
27197 type: DisplayString
27198 help: SMART attribute status - 1.3.6.1.4.1.6574.5.1.1.9
27199 indexes:
27200 - labelname: diskSMARTInfoIndex
27201 type: gauge
27202 - name: serviceInfoIndex
27203 oid: 1.3.6.1.4.1.6574.6.1.1.1
27204 type: gauge
27205 help: Service info index - 1.3.6.1.4.1.6574.6.1.1.1
27206 indexes:
27207 - labelname: serviceInfoIndex
27208 type: gauge
27209 lookups:
27210 - labels:
27211 - serviceInfoIndex
27212 labelname: serviceName
27213 oid: 1.3.6.1.4.1.6574.6.1.1.2
27214 type: DisplayString
27215 - labels: []
27216 labelname: serviceInfoIndex
27217 - name: serviceName
27218 oid: 1.3.6.1.4.1.6574.6.1.1.2
27219 type: DisplayString
27220 help: Service name - 1.3.6.1.4.1.6574.6.1.1.2
27221 indexes:
27222 - labelname: serviceInfoIndex
27223 type: gauge
27224 lookups:
27225 - labels:
27226 - serviceInfoIndex
27227 labelname: serviceName
27228 oid: 1.3.6.1.4.1.6574.6.1.1.2
27229 type: DisplayString
27230 - labels: []
27231 labelname: serviceInfoIndex
27232 - name: serviceUsers
27233 oid: 1.3.6.1.4.1.6574.6.1.1.3
27234 type: gauge
27235 help: Number of users using this service - 1.3.6.1.4.1.6574.6.1.1.3
27236 indexes:
27237 - labelname: serviceInfoIndex
27238 type: gauge
27239 lookups:
27240 - labels:
27241 - serviceInfoIndex
27242 labelname: serviceName
27243 oid: 1.3.6.1.4.1.6574.6.1.1.2
27244 type: DisplayString
27245 - labels: []
27246 labelname: serviceInfoIndex
27247 ubiquiti_airfiber:
27248 walk:
27249 - 1.3.6.1.2.1.2
27250 - 1.3.6.1.2.1.31.1.1
27251 - 1.3.6.1.4.1.41112.1.3
27252 get:
27253 - 1.3.6.1.2.1.1.3.0
27254 metrics:
27255 - name: sysUpTime
27256 oid: 1.3.6.1.2.1.1.3
27257 type: gauge
27258 help: The time (in hundredths of a second) since the network management portion
27259 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
27260 - name: ifNumber
27261 oid: 1.3.6.1.2.1.2.1
27262 type: gauge
27263 help: The number of network interfaces (regardless of their current state) present
27264 on this system. - 1.3.6.1.2.1.2.1
27265 - name: ifIndex
27266 oid: 1.3.6.1.2.1.2.2.1.1
27267 type: gauge
27268 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
27269 indexes:
27270 - labelname: ifIndex
27271 type: gauge
27272 - name: ifDescr
27273 oid: 1.3.6.1.2.1.2.2.1.2
27274 type: DisplayString
27275 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
27276 indexes:
27277 - labelname: ifIndex
27278 type: gauge
27279 - name: ifType
27280 oid: 1.3.6.1.2.1.2.2.1.3
27281 type: EnumAsInfo
27282 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
27283 indexes:
27284 - labelname: ifIndex
27285 type: gauge
27286 enum_values:
27287 1: other
27288 2: regular1822
27289 3: hdh1822
27290 4: ddnX25
27291 5: rfc877x25
27292 6: ethernetCsmacd
27293 7: iso88023Csmacd
27294 8: iso88024TokenBus
27295 9: iso88025TokenRing
27296 10: iso88026Man
27297 11: starLan
27298 12: proteon10Mbit
27299 13: proteon80Mbit
27300 14: hyperchannel
27301 15: fddi
27302 16: lapb
27303 17: sdlc
27304 18: ds1
27305 19: e1
27306 20: basicISDN
27307 21: primaryISDN
27308 22: propPointToPointSerial
27309 23: ppp
27310 24: softwareLoopback
27311 25: eon
27312 26: ethernet3Mbit
27313 27: nsip
27314 28: slip
27315 29: ultra
27316 30: ds3
27317 31: sip
27318 32: frameRelay
27319 33: rs232
27320 34: para
27321 35: arcnet
27322 36: arcnetPlus
27323 37: atm
27324 38: miox25
27325 39: sonet
27326 40: x25ple
27327 41: iso88022llc
27328 42: localTalk
27329 43: smdsDxi
27330 44: frameRelayService
27331 45: v35
27332 46: hssi
27333 47: hippi
27334 48: modem
27335 49: aal5
27336 50: sonetPath
27337 51: sonetVT
27338 52: smdsIcip
27339 53: propVirtual
27340 54: propMultiplexor
27341 55: ieee80212
27342 56: fibreChannel
27343 57: hippiInterface
27344 58: frameRelayInterconnect
27345 59: aflane8023
27346 60: aflane8025
27347 61: cctEmul
27348 62: fastEther
27349 63: isdn
27350 64: v11
27351 65: v36
27352 66: g703at64k
27353 67: g703at2mb
27354 68: qllc
27355 69: fastEtherFX
27356 70: channel
27357 71: ieee80211
27358 72: ibm370parChan
27359 73: escon
27360 74: dlsw
27361 75: isdns
27362 76: isdnu
27363 77: lapd
27364 78: ipSwitch
27365 79: rsrb
27366 80: atmLogical
27367 81: ds0
27368 82: ds0Bundle
27369 83: bsc
27370 84: async
27371 85: cnr
27372 86: iso88025Dtr
27373 87: eplrs
27374 88: arap
27375 89: propCnls
27376 90: hostPad
27377 91: termPad
27378 92: frameRelayMPI
27379 93: x213
27380 94: adsl
27381 95: radsl
27382 96: sdsl
27383 97: vdsl
27384 98: iso88025CRFPInt
27385 99: myrinet
27386 100: voiceEM
27387 101: voiceFXO
27388 102: voiceFXS
27389 103: voiceEncap
27390 104: voiceOverIp
27391 105: atmDxi
27392 106: atmFuni
27393 107: atmIma
27394 108: pppMultilinkBundle
27395 109: ipOverCdlc
27396 110: ipOverClaw
27397 111: stackToStack
27398 112: virtualIpAddress
27399 113: mpc
27400 114: ipOverAtm
27401 115: iso88025Fiber
27402 116: tdlc
27403 117: gigabitEthernet
27404 118: hdlc
27405 119: lapf
27406 120: v37
27407 121: x25mlp
27408 122: x25huntGroup
27409 123: transpHdlc
27410 124: interleave
27411 125: fast
27412 126: ip
27413 127: docsCableMaclayer
27414 128: docsCableDownstream
27415 129: docsCableUpstream
27416 130: a12MppSwitch
27417 131: tunnel
27418 132: coffee
27419 133: ces
27420 134: atmSubInterface
27421 135: l2vlan
27422 136: l3ipvlan
27423 137: l3ipxvlan
27424 138: digitalPowerline
27425 139: mediaMailOverIp
27426 140: dtm
27427 141: dcn
27428 142: ipForward
27429 143: msdsl
27430 144: ieee1394
27431 145: if-gsn
27432 146: dvbRccMacLayer
27433 147: dvbRccDownstream
27434 148: dvbRccUpstream
27435 149: atmVirtual
27436 150: mplsTunnel
27437 151: srp
27438 152: voiceOverAtm
27439 153: voiceOverFrameRelay
27440 154: idsl
27441 155: compositeLink
27442 156: ss7SigLink
27443 157: propWirelessP2P
27444 158: frForward
27445 159: rfc1483
27446 160: usb
27447 161: ieee8023adLag
27448 162: bgppolicyaccounting
27449 163: frf16MfrBundle
27450 164: h323Gatekeeper
27451 165: h323Proxy
27452 166: mpls
27453 167: mfSigLink
27454 168: hdsl2
27455 169: shdsl
27456 170: ds1FDL
27457 171: pos
27458 172: dvbAsiIn
27459 173: dvbAsiOut
27460 174: plc
27461 175: nfas
27462 176: tr008
27463 177: gr303RDT
27464 178: gr303IDT
27465 179: isup
27466 180: propDocsWirelessMaclayer
27467 181: propDocsWirelessDownstream
27468 182: propDocsWirelessUpstream
27469 183: hiperlan2
27470 184: propBWAp2Mp
27471 185: sonetOverheadChannel
27472 186: digitalWrapperOverheadChannel
27473 187: aal2
27474 188: radioMAC
27475 189: atmRadio
27476 190: imt
27477 191: mvl
27478 192: reachDSL
27479 193: frDlciEndPt
27480 194: atmVciEndPt
27481 195: opticalChannel
27482 196: opticalTransport
27483 197: propAtm
27484 198: voiceOverCable
27485 199: infiniband
27486 200: teLink
27487 201: q2931
27488 202: virtualTg
27489 203: sipTg
27490 204: sipSig
27491 205: docsCableUpstreamChannel
27492 206: econet
27493 207: pon155
27494 208: pon622
27495 209: bridge
27496 210: linegroup
27497 211: voiceEMFGD
27498 212: voiceFGDEANA
27499 213: voiceDID
27500 214: mpegTransport
27501 215: sixToFour
27502 216: gtp
27503 217: pdnEtherLoop1
27504 218: pdnEtherLoop2
27505 219: opticalChannelGroup
27506 220: homepna
27507 221: gfp
27508 222: ciscoISLvlan
27509 223: actelisMetaLOOP
27510 224: fcipLink
27511 225: rpr
27512 226: qam
27513 227: lmp
27514 228: cblVectaStar
27515 229: docsCableMCmtsDownstream
27516 230: adsl2
27517 231: macSecControlledIF
27518 232: macSecUncontrolledIF
27519 233: aviciOpticalEther
27520 234: atmbond
27521 235: voiceFGDOS
27522 236: mocaVersion1
27523 237: ieee80216WMAN
27524 238: adsl2plus
27525 239: dvbRcsMacLayer
27526 240: dvbTdm
27527 241: dvbRcsTdma
27528 242: x86Laps
27529 243: wwanPP
27530 244: wwanPP2
27531 245: voiceEBS
27532 246: ifPwType
27533 247: ilan
27534 248: pip
27535 249: aluELP
27536 250: gpon
27537 251: vdsl2
27538 252: capwapDot11Profile
27539 253: capwapDot11Bss
27540 254: capwapWtpVirtualRadio
27541 255: bits
27542 256: docsCableUpstreamRfPort
27543 257: cableDownstreamRfPort
27544 258: vmwareVirtualNic
27545 259: ieee802154
27546 260: otnOdu
27547 261: otnOtu
27548 262: ifVfiType
27549 263: g9981
27550 264: g9982
27551 265: g9983
27552 266: aluEpon
27553 267: aluEponOnu
27554 268: aluEponPhysicalUni
27555 269: aluEponLogicalLink
27556 270: aluGponOnu
27557 271: aluGponPhysicalUni
27558 272: vmwareNicTeam
27559 277: docsOfdmDownstream
27560 278: docsOfdmaUpstream
27561 279: gfast
27562 280: sdci
27563 281: xboxWireless
27564 282: fastdsl
27565 283: docsCableScte55d1FwdOob
27566 284: docsCableScte55d1RetOob
27567 285: docsCableScte55d2DsOob
27568 286: docsCableScte55d2UsOob
27569 287: docsCableNdf
27570 288: docsCableNdr
27571 289: ptm
27572 290: ghn
27573 291: otnOtsi
27574 292: otnOtuc
27575 293: otnOduc
27576 294: otnOtsig
27577 295: microwaveCarrierTermination
27578 296: microwaveRadioLinkTerminal
27579 297: ieee8021axDrni
27580 298: ax25
27581 299: ieee19061nanocom
27582 300: cpri
27583 301: omni
27584 302: roe
27585 303: p2pOverLan
27586 - name: ifMtu
27587 oid: 1.3.6.1.2.1.2.2.1.4
27588 type: gauge
27589 help: The size of the largest packet which can be sent/received on the interface,
27590 specified in octets - 1.3.6.1.2.1.2.2.1.4
27591 indexes:
27592 - labelname: ifIndex
27593 type: gauge
27594 - name: ifSpeed
27595 oid: 1.3.6.1.2.1.2.2.1.5
27596 type: gauge
27597 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
27598 indexes:
27599 - labelname: ifIndex
27600 type: gauge
27601 - name: ifPhysAddress
27602 oid: 1.3.6.1.2.1.2.2.1.6
27603 type: PhysAddress48
27604 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
27605 indexes:
27606 - labelname: ifIndex
27607 type: gauge
27608 - name: ifAdminStatus
27609 oid: 1.3.6.1.2.1.2.2.1.7
27610 type: gauge
27611 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
27612 indexes:
27613 - labelname: ifIndex
27614 type: gauge
27615 enum_values:
27616 1: up
27617 2: down
27618 3: testing
27619 - name: ifOperStatus
27620 oid: 1.3.6.1.2.1.2.2.1.8
27621 type: gauge
27622 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
27623 indexes:
27624 - labelname: ifIndex
27625 type: gauge
27626 enum_values:
27627 1: up
27628 2: down
27629 3: testing
27630 4: unknown
27631 5: dormant
27632 6: notPresent
27633 7: lowerLayerDown
27634 - name: ifLastChange
27635 oid: 1.3.6.1.2.1.2.2.1.9
27636 type: gauge
27637 help: The value of sysUpTime at the time the interface entered its current operational
27638 state - 1.3.6.1.2.1.2.2.1.9
27639 indexes:
27640 - labelname: ifIndex
27641 type: gauge
27642 - name: ifInOctets
27643 oid: 1.3.6.1.2.1.2.2.1.10
27644 type: counter
27645 help: The total number of octets received on the interface, including framing
27646 characters - 1.3.6.1.2.1.2.2.1.10
27647 indexes:
27648 - labelname: ifIndex
27649 type: gauge
27650 - name: ifInUcastPkts
27651 oid: 1.3.6.1.2.1.2.2.1.11
27652 type: counter
27653 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27654 which were not addressed to a multicast or broadcast address at this sub-layer
27655 - 1.3.6.1.2.1.2.2.1.11
27656 indexes:
27657 - labelname: ifIndex
27658 type: gauge
27659 - name: ifInNUcastPkts
27660 oid: 1.3.6.1.2.1.2.2.1.12
27661 type: counter
27662 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27663 which were addressed to a multicast or broadcast address at this sub-layer -
27664 1.3.6.1.2.1.2.2.1.12
27665 indexes:
27666 - labelname: ifIndex
27667 type: gauge
27668 - name: ifInDiscards
27669 oid: 1.3.6.1.2.1.2.2.1.13
27670 type: counter
27671 help: The number of inbound packets which were chosen to be discarded even though
27672 no errors had been detected to prevent their being deliverable to a higher-layer
27673 protocol - 1.3.6.1.2.1.2.2.1.13
27674 indexes:
27675 - labelname: ifIndex
27676 type: gauge
27677 - name: ifInErrors
27678 oid: 1.3.6.1.2.1.2.2.1.14
27679 type: counter
27680 help: For packet-oriented interfaces, the number of inbound packets that contained
27681 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
27682 indexes:
27683 - labelname: ifIndex
27684 type: gauge
27685 - name: ifInUnknownProtos
27686 oid: 1.3.6.1.2.1.2.2.1.15
27687 type: counter
27688 help: For packet-oriented interfaces, the number of packets received via the interface
27689 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
27690 indexes:
27691 - labelname: ifIndex
27692 type: gauge
27693 - name: ifOutOctets
27694 oid: 1.3.6.1.2.1.2.2.1.16
27695 type: counter
27696 help: The total number of octets transmitted out of the interface, including framing
27697 characters - 1.3.6.1.2.1.2.2.1.16
27698 indexes:
27699 - labelname: ifIndex
27700 type: gauge
27701 - name: ifOutUcastPkts
27702 oid: 1.3.6.1.2.1.2.2.1.17
27703 type: counter
27704 help: The total number of packets that higher-level protocols requested be transmitted,
27705 and which were not addressed to a multicast or broadcast address at this sub-layer,
27706 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
27707 indexes:
27708 - labelname: ifIndex
27709 type: gauge
27710 - name: ifOutNUcastPkts
27711 oid: 1.3.6.1.2.1.2.2.1.18
27712 type: counter
27713 help: The total number of packets that higher-level protocols requested be transmitted,
27714 and which were addressed to a multicast or broadcast address at this sub-layer,
27715 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
27716 indexes:
27717 - labelname: ifIndex
27718 type: gauge
27719 - name: ifOutDiscards
27720 oid: 1.3.6.1.2.1.2.2.1.19
27721 type: counter
27722 help: The number of outbound packets which were chosen to be discarded even though
27723 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
27724 indexes:
27725 - labelname: ifIndex
27726 type: gauge
27727 - name: ifOutErrors
27728 oid: 1.3.6.1.2.1.2.2.1.20
27729 type: counter
27730 help: For packet-oriented interfaces, the number of outbound packets that could
27731 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
27732 indexes:
27733 - labelname: ifIndex
27734 type: gauge
27735 - name: ifOutQLen
27736 oid: 1.3.6.1.2.1.2.2.1.21
27737 type: gauge
27738 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
27739 indexes:
27740 - labelname: ifIndex
27741 type: gauge
27742 - name: ifSpecific
27743 oid: 1.3.6.1.2.1.2.2.1.22
27744 type: OctetString
27745 help: A reference to MIB definitions specific to the particular media being used
27746 to realize the interface - 1.3.6.1.2.1.2.2.1.22
27747 indexes:
27748 - labelname: ifIndex
27749 type: gauge
27750 - name: ifName
27751 oid: 1.3.6.1.2.1.31.1.1.1.1
27752 type: DisplayString
27753 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
27754 indexes:
27755 - labelname: ifIndex
27756 type: gauge
27757 - name: ifInMulticastPkts
27758 oid: 1.3.6.1.2.1.31.1.1.1.2
27759 type: counter
27760 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27761 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
27762 indexes:
27763 - labelname: ifIndex
27764 type: gauge
27765 - name: ifInBroadcastPkts
27766 oid: 1.3.6.1.2.1.31.1.1.1.3
27767 type: counter
27768 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27769 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
27770 indexes:
27771 - labelname: ifIndex
27772 type: gauge
27773 - name: ifOutMulticastPkts
27774 oid: 1.3.6.1.2.1.31.1.1.1.4
27775 type: counter
27776 help: The total number of packets that higher-level protocols requested be transmitted,
27777 and which were addressed to a multicast address at this sub-layer, including
27778 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
27779 indexes:
27780 - labelname: ifIndex
27781 type: gauge
27782 - name: ifOutBroadcastPkts
27783 oid: 1.3.6.1.2.1.31.1.1.1.5
27784 type: counter
27785 help: The total number of packets that higher-level protocols requested be transmitted,
27786 and which were addressed to a broadcast address at this sub-layer, including
27787 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
27788 indexes:
27789 - labelname: ifIndex
27790 type: gauge
27791 - name: ifHCInOctets
27792 oid: 1.3.6.1.2.1.31.1.1.1.6
27793 type: counter
27794 help: The total number of octets received on the interface, including framing
27795 characters - 1.3.6.1.2.1.31.1.1.1.6
27796 indexes:
27797 - labelname: ifIndex
27798 type: gauge
27799 - name: ifHCInUcastPkts
27800 oid: 1.3.6.1.2.1.31.1.1.1.7
27801 type: counter
27802 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27803 which were not addressed to a multicast or broadcast address at this sub-layer
27804 - 1.3.6.1.2.1.31.1.1.1.7
27805 indexes:
27806 - labelname: ifIndex
27807 type: gauge
27808 - name: ifHCInMulticastPkts
27809 oid: 1.3.6.1.2.1.31.1.1.1.8
27810 type: counter
27811 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27812 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
27813 indexes:
27814 - labelname: ifIndex
27815 type: gauge
27816 - name: ifHCInBroadcastPkts
27817 oid: 1.3.6.1.2.1.31.1.1.1.9
27818 type: counter
27819 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27820 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
27821 indexes:
27822 - labelname: ifIndex
27823 type: gauge
27824 - name: ifHCOutOctets
27825 oid: 1.3.6.1.2.1.31.1.1.1.10
27826 type: counter
27827 help: The total number of octets transmitted out of the interface, including framing
27828 characters - 1.3.6.1.2.1.31.1.1.1.10
27829 indexes:
27830 - labelname: ifIndex
27831 type: gauge
27832 - name: ifHCOutUcastPkts
27833 oid: 1.3.6.1.2.1.31.1.1.1.11
27834 type: counter
27835 help: The total number of packets that higher-level protocols requested be transmitted,
27836 and which were not addressed to a multicast or broadcast address at this sub-layer,
27837 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
27838 indexes:
27839 - labelname: ifIndex
27840 type: gauge
27841 - name: ifHCOutMulticastPkts
27842 oid: 1.3.6.1.2.1.31.1.1.1.12
27843 type: counter
27844 help: The total number of packets that higher-level protocols requested be transmitted,
27845 and which were addressed to a multicast address at this sub-layer, including
27846 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
27847 indexes:
27848 - labelname: ifIndex
27849 type: gauge
27850 - name: ifHCOutBroadcastPkts
27851 oid: 1.3.6.1.2.1.31.1.1.1.13
27852 type: counter
27853 help: The total number of packets that higher-level protocols requested be transmitted,
27854 and which were addressed to a broadcast address at this sub-layer, including
27855 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
27856 indexes:
27857 - labelname: ifIndex
27858 type: gauge
27859 - name: ifLinkUpDownTrapEnable
27860 oid: 1.3.6.1.2.1.31.1.1.1.14
27861 type: gauge
27862 help: Indicates whether linkUp/linkDown traps should be generated for this interface
27863 - 1.3.6.1.2.1.31.1.1.1.14
27864 indexes:
27865 - labelname: ifIndex
27866 type: gauge
27867 enum_values:
27868 1: enabled
27869 2: disabled
27870 - name: ifHighSpeed
27871 oid: 1.3.6.1.2.1.31.1.1.1.15
27872 type: gauge
27873 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
27874 per second - 1.3.6.1.2.1.31.1.1.1.15
27875 indexes:
27876 - labelname: ifIndex
27877 type: gauge
27878 - name: ifPromiscuousMode
27879 oid: 1.3.6.1.2.1.31.1.1.1.16
27880 type: gauge
27881 help: This object has a value of false(2) if this interface only accepts packets/frames
27882 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
27883 indexes:
27884 - labelname: ifIndex
27885 type: gauge
27886 enum_values:
27887 1: "true"
27888 2: "false"
27889 - name: ifConnectorPresent
27890 oid: 1.3.6.1.2.1.31.1.1.1.17
27891 type: gauge
27892 help: This object has the value 'true(1)' if the interface sublayer has a physical
27893 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
27894 indexes:
27895 - labelname: ifIndex
27896 type: gauge
27897 enum_values:
27898 1: "true"
27899 2: "false"
27900 - name: ifAlias
27901 oid: 1.3.6.1.2.1.31.1.1.1.18
27902 type: DisplayString
27903 help: This object is an 'alias' name for the interface as specified by a network
27904 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
27905 indexes:
27906 - labelname: ifIndex
27907 type: gauge
27908 - name: ifCounterDiscontinuityTime
27909 oid: 1.3.6.1.2.1.31.1.1.1.19
27910 type: gauge
27911 help: The value of sysUpTime on the most recent occasion at which any one or more
27912 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
27913 indexes:
27914 - labelname: ifIndex
27915 type: gauge
27916 - name: airFiberConfigIndex
27917 oid: 1.3.6.1.4.1.41112.1.3.1.1.1
27918 type: gauge
27919 help: Index for the airFiberConfig - 1.3.6.1.4.1.41112.1.3.1.1.1
27920 indexes:
27921 - labelname: airFiberConfigIndex
27922 type: gauge
27923 - name: radioEnable
27924 oid: 1.3.6.1.4.1.41112.1.3.1.1.2
27925 type: gauge
27926 help: Radio Enabled State (Enabled/Disabled) - 1.3.6.1.4.1.41112.1.3.1.1.2
27927 indexes:
27928 - labelname: airFiberConfigIndex
27929 type: gauge
27930 enum_values:
27931 1: enabled
27932 2: disabled
27933 - name: radioLinkMode
27934 oid: 1.3.6.1.4.1.41112.1.3.1.1.3
27935 type: gauge
27936 help: Radio Operating Mode - 1.3.6.1.4.1.41112.1.3.1.1.3
27937 indexes:
27938 - labelname: airFiberConfigIndex
27939 type: gauge
27940 enum_values:
27941 1: master
27942 2: slave
27943 3: spectral
27944 - name: radioDuplex
27945 oid: 1.3.6.1.4.1.41112.1.3.1.1.4
27946 type: gauge
27947 help: Radio Duplex Mode - 1.3.6.1.4.1.41112.1.3.1.1.4
27948 indexes:
27949 - labelname: airFiberConfigIndex
27950 type: gauge
27951 enum_values:
27952 1: halfDuplex
27953 2: fullDuplex
27954 - name: txFrequency
27955 oid: 1.3.6.1.4.1.41112.1.3.1.1.5
27956 type: gauge
27957 help: TX Operating frequency (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.5
27958 indexes:
27959 - labelname: airFiberConfigIndex
27960 type: gauge
27961 - name: rxFrequency
27962 oid: 1.3.6.1.4.1.41112.1.3.1.1.6
27963 type: gauge
27964 help: RX Operating frequency (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.6
27965 indexes:
27966 - labelname: airFiberConfigIndex
27967 type: gauge
27968 - name: regDomain
27969 oid: 1.3.6.1.4.1.41112.1.3.1.1.7
27970 type: DisplayString
27971 help: Regulatory Domain - 1.3.6.1.4.1.41112.1.3.1.1.7
27972 indexes:
27973 - labelname: airFiberConfigIndex
27974 type: gauge
27975 - name: gpsSync
27976 oid: 1.3.6.1.4.1.41112.1.3.1.1.8
27977 type: gauge
27978 help: GPS Synchronization state (OFF, ON) - 1.3.6.1.4.1.41112.1.3.1.1.8
27979 indexes:
27980 - labelname: airFiberConfigIndex
27981 type: gauge
27982 enum_values:
27983 1: "off"
27984 2: "on"
27985 - name: txPower
27986 oid: 1.3.6.1.4.1.41112.1.3.1.1.9
27987 type: gauge
27988 help: Radio Transmit Power Setting (dBm) - 1.3.6.1.4.1.41112.1.3.1.1.9
27989 indexes:
27990 - labelname: airFiberConfigIndex
27991 type: gauge
27992 - name: rxGain
27993 oid: 1.3.6.1.4.1.41112.1.3.1.1.10
27994 type: gauge
27995 help: Radio Receiver Gain Setting - 1.3.6.1.4.1.41112.1.3.1.1.10
27996 indexes:
27997 - labelname: airFiberConfigIndex
27998 type: gauge
27999 enum_values:
28000 1: low
28001 2: high
28002 - name: maxTxModRate
28003 oid: 1.3.6.1.4.1.41112.1.3.1.1.11
28004 type: gauge
28005 help: Maximum TX Modulation Rate - 1.3.6.1.4.1.41112.1.3.1.1.11
28006 indexes:
28007 - labelname: airFiberConfigIndex
28008 type: gauge
28009 enum_values:
28010 0: qPSK-SISO-1-4x
28011 1: qPSK-SISO-1x
28012 2: qPSK-MIMO-2x
28013 3: qAM8-MIMO-3x
28014 4: qAM16-MIMO-4x
28015 5: qAM32-MIMO-5x
28016 6: qAM64-MIMO-6x
28017 7: qAM128-MIMO-7x
28018 8: qAM256-MIMO-8x
28019 9: qAM512-MIMO-9x
28020 10: qAM1024-MIMO-10x
28021 11: qAM8-SISO-1p5x
28022 12: qAM16-SISO-2x
28023 13: qAM32-SISO-2p5x
28024 14: qAM64-SISO-3x
28025 15: qAM128-SISO-3p5x
28026 16: qAM256-SISO-4x
28027 17: qAM512-SISO-4p5x
28028 18: qAM1024-SISO-5x
28029 - name: modRateControl
28030 oid: 1.3.6.1.4.1.41112.1.3.1.1.12
28031 type: gauge
28032 help: Transmit Modulation Rate Control - 1.3.6.1.4.1.41112.1.3.1.1.12
28033 indexes:
28034 - labelname: airFiberConfigIndex
28035 type: gauge
28036 enum_values:
28037 1: manual
28038 2: automatic
28039 - name: ethDPortLinkSpeed
28040 oid: 1.3.6.1.4.1.41112.1.3.1.1.13
28041 type: gauge
28042 help: Ethernet Data Port Configuration - 1.3.6.1.4.1.41112.1.3.1.1.13
28043 indexes:
28044 - labelname: airFiberConfigIndex
28045 type: gauge
28046 enum_values:
28047 1: auto
28048 2: half-10Mbps
28049 3: half-100Mbps
28050 4: full-10Mbps
28051 5: full-100Mbps
28052 6: full-1000Mbps
28053 - name: linkName
28054 oid: 1.3.6.1.4.1.41112.1.3.1.1.14
28055 type: DisplayString
28056 help: Radio Link Name - 1.3.6.1.4.1.41112.1.3.1.1.14
28057 indexes:
28058 - labelname: airFiberConfigIndex
28059 type: gauge
28060 - name: encryptKey
28061 oid: 1.3.6.1.4.1.41112.1.3.1.1.15
28062 type: DisplayString
28063 help: Radio Link Encryption Key - 1.3.6.1.4.1.41112.1.3.1.1.15
28064 indexes:
28065 - labelname: airFiberConfigIndex
28066 type: gauge
28067 - name: ethFlowControl
28068 oid: 1.3.6.1.4.1.41112.1.3.1.1.16
28069 type: gauge
28070 help: Ethernet DATA port Flow Control (OFF, ON) - 1.3.6.1.4.1.41112.1.3.1.1.16
28071 indexes:
28072 - labelname: airFiberConfigIndex
28073 type: gauge
28074 enum_values:
28075 1: "off"
28076 2: "on"
28077 - name: ethMcastFilter
28078 oid: 1.3.6.1.4.1.41112.1.3.1.1.17
28079 type: gauge
28080 help: Ethernet DATA port Multicast Filter - 1.3.6.1.4.1.41112.1.3.1.1.17
28081 indexes:
28082 - labelname: airFiberConfigIndex
28083 type: gauge
28084 enum_values:
28085 1: "off"
28086 2: "on"
28087 - name: ethTrackRFLink
28088 oid: 1.3.6.1.4.1.41112.1.3.1.1.18
28089 type: gauge
28090 help: Enable Ethernet DATA port state to track RF Link - 1.3.6.1.4.1.41112.1.3.1.1.18
28091 indexes:
28092 - labelname: airFiberConfigIndex
28093 type: gauge
28094 enum_values:
28095 0: disabled
28096 1: use-Timers
28097 2: enabled
28098 - name: ethLinkOffDuration
28099 oid: 1.3.6.1.4.1.41112.1.3.1.1.19
28100 type: gauge
28101 help: Duration (seconds) of Ethernet Link Drop when ethTrackRFLink is set to Use-Timers
28102 - 1.3.6.1.4.1.41112.1.3.1.1.19
28103 indexes:
28104 - labelname: airFiberConfigIndex
28105 type: gauge
28106 - name: ethLinkOffSpacing
28107 oid: 1.3.6.1.4.1.41112.1.3.1.1.20
28108 type: gauge
28109 help: Spacing (seconds) of consecutive Etherenet Link Drops when ethTrackLink
28110 is set to Use-Timers - 1.3.6.1.4.1.41112.1.3.1.1.20
28111 indexes:
28112 - labelname: airFiberConfigIndex
28113 type: gauge
28114 - name: txFrequency1
28115 oid: 1.3.6.1.4.1.41112.1.3.1.1.21
28116 type: gauge
28117 help: First configured TX Frequency (MHz) of radio. - 1.3.6.1.4.1.41112.1.3.1.1.21
28118 indexes:
28119 - labelname: airFiberConfigIndex
28120 type: gauge
28121 - name: rxFrequency1
28122 oid: 1.3.6.1.4.1.41112.1.3.1.1.22
28123 type: gauge
28124 help: First configured RX Frequency (MHz) of radio. - 1.3.6.1.4.1.41112.1.3.1.1.22
28125 indexes:
28126 - labelname: airFiberConfigIndex
28127 type: gauge
28128 - name: txFrequency2
28129 oid: 1.3.6.1.4.1.41112.1.3.1.1.23
28130 type: gauge
28131 help: Second configured TX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.23
28132 indexes:
28133 - labelname: airFiberConfigIndex
28134 type: gauge
28135 - name: rxFrequency2
28136 oid: 1.3.6.1.4.1.41112.1.3.1.1.24
28137 type: gauge
28138 help: Second configured RX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.24
28139 indexes:
28140 - labelname: airFiberConfigIndex
28141 type: gauge
28142 - name: txFrequency3
28143 oid: 1.3.6.1.4.1.41112.1.3.1.1.25
28144 type: gauge
28145 help: Third configured TX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.25
28146 indexes:
28147 - labelname: airFiberConfigIndex
28148 type: gauge
28149 - name: rxFrequency3
28150 oid: 1.3.6.1.4.1.41112.1.3.1.1.26
28151 type: gauge
28152 help: Third configured RX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.26
28153 indexes:
28154 - labelname: airFiberConfigIndex
28155 type: gauge
28156 - name: channelWidth
28157 oid: 1.3.6.1.4.1.41112.1.3.1.1.27
28158 type: gauge
28159 help: Current RF Channel Bandwidth - 1.3.6.1.4.1.41112.1.3.1.1.27
28160 indexes:
28161 - labelname: airFiberConfigIndex
28162 type: gauge
28163 - name: txChannelWidth
28164 oid: 1.3.6.1.4.1.41112.1.3.1.1.28
28165 type: gauge
28166 help: Current TX RF Channel Bandwidth (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.28
28167 indexes:
28168 - labelname: airFiberConfigIndex
28169 type: gauge
28170 - name: rxChannelWidth
28171 oid: 1.3.6.1.4.1.41112.1.3.1.1.29
28172 type: gauge
28173 help: Current RX RF Channel Bandwidth (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.29
28174 indexes:
28175 - labelname: airFiberConfigIndex
28176 type: gauge
28177 - name: airFiberStatusIndex
28178 oid: 1.3.6.1.4.1.41112.1.3.2.1.1
28179 type: gauge
28180 help: Index for the air0 interface - 1.3.6.1.4.1.41112.1.3.2.1.1
28181 indexes:
28182 - labelname: airFiberStatusIndex
28183 type: gauge
28184 - name: curTXModRate
28185 oid: 1.3.6.1.4.1.41112.1.3.2.1.2
28186 type: gauge
28187 help: Current Transmit Modulation Rate - 1.3.6.1.4.1.41112.1.3.2.1.2
28188 indexes:
28189 - labelname: airFiberStatusIndex
28190 type: gauge
28191 enum_values:
28192 0: qPSK-SISO-1-4x
28193 1: qPSK-SISO-1x
28194 2: qPSK-MIMO-2x
28195 3: qAM8-MIMO-3x
28196 4: qAM16-MIMO-4x
28197 5: qAM32-MIMO-5x
28198 6: qAM64-MIMO-6x
28199 7: qAM128-MIMO-7x
28200 8: qAM256-MIMO-8x
28201 9: qAM512-MIMO-9x
28202 10: qAM1024-MIMO-10x
28203 11: qAM8-SISO-1p5x
28204 12: qAM16-SISO-2x
28205 13: qAM32-SISO-2p5x
28206 14: qAM64-SISO-3x
28207 15: qAM128-SISO-3p5x
28208 16: qAM256-SISO-4x
28209 17: qAM512-SISO-4p5x
28210 18: qAM1024-SISO-5x
28211 - name: radioLinkDistFt
28212 oid: 1.3.6.1.4.1.41112.1.3.2.1.3
28213 type: gauge
28214 help: Radio Link Distance (Feet) - 1.3.6.1.4.1.41112.1.3.2.1.3
28215 indexes:
28216 - labelname: airFiberStatusIndex
28217 type: gauge
28218 - name: radioLinkDistM
28219 oid: 1.3.6.1.4.1.41112.1.3.2.1.4
28220 type: gauge
28221 help: Radio Link Distance (Meters) - 1.3.6.1.4.1.41112.1.3.2.1.4
28222 indexes:
28223 - labelname: airFiberStatusIndex
28224 type: gauge
28225 - name: rxCapacity
28226 oid: 1.3.6.1.4.1.41112.1.3.2.1.5
28227 type: gauge
28228 help: Radio Receive Throughput Capacity (bits/sec) - 1.3.6.1.4.1.41112.1.3.2.1.5
28229 indexes:
28230 - labelname: airFiberStatusIndex
28231 type: gauge
28232 - name: txCapacity
28233 oid: 1.3.6.1.4.1.41112.1.3.2.1.6
28234 type: gauge
28235 help: Radio Transmit Throughput Capacity (bits/sec) - 1.3.6.1.4.1.41112.1.3.2.1.6
28236 indexes:
28237 - labelname: airFiberStatusIndex
28238 type: gauge
28239 - name: radio0TempF
28240 oid: 1.3.6.1.4.1.41112.1.3.2.1.7
28241 type: gauge
28242 help: Radio Chain 0 DAC Temperature (F) - 1.3.6.1.4.1.41112.1.3.2.1.7
28243 indexes:
28244 - labelname: airFiberStatusIndex
28245 type: gauge
28246 - name: radio0TempC
28247 oid: 1.3.6.1.4.1.41112.1.3.2.1.8
28248 type: gauge
28249 help: Radio Chain 0 DAC Temperature (C) - 1.3.6.1.4.1.41112.1.3.2.1.8
28250 indexes:
28251 - labelname: airFiberStatusIndex
28252 type: gauge
28253 - name: radio1TempF
28254 oid: 1.3.6.1.4.1.41112.1.3.2.1.9
28255 type: gauge
28256 help: Radio Chain 1 DAC Temperature (F) - 1.3.6.1.4.1.41112.1.3.2.1.9
28257 indexes:
28258 - labelname: airFiberStatusIndex
28259 type: gauge
28260 - name: radio1TempC
28261 oid: 1.3.6.1.4.1.41112.1.3.2.1.10
28262 type: gauge
28263 help: Radio Chain 0 DAC Temperature (C) - 1.3.6.1.4.1.41112.1.3.2.1.10
28264 indexes:
28265 - labelname: airFiberStatusIndex
28266 type: gauge
28267 - name: rxPower0
28268 oid: 1.3.6.1.4.1.41112.1.3.2.1.11
28269 type: gauge
28270 help: Radio Chain 0 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.11
28271 indexes:
28272 - labelname: airFiberStatusIndex
28273 type: gauge
28274 - name: rxPower0Valid
28275 oid: 1.3.6.1.4.1.41112.1.3.2.1.12
28276 type: gauge
28277 help: Radio Chain 0 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.12
28278 indexes:
28279 - labelname: airFiberStatusIndex
28280 type: gauge
28281 enum_values:
28282 1: "true"
28283 2: "false"
28284 - name: rxOverload0
28285 oid: 1.3.6.1.4.1.41112.1.3.2.1.13
28286 type: gauge
28287 help: Radio Chain 0 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.13
28288 indexes:
28289 - labelname: airFiberStatusIndex
28290 type: gauge
28291 enum_values:
28292 1: "true"
28293 2: "false"
28294 - name: rxPower1
28295 oid: 1.3.6.1.4.1.41112.1.3.2.1.14
28296 type: gauge
28297 help: Radio Chain 1 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.14
28298 indexes:
28299 - labelname: airFiberStatusIndex
28300 type: gauge
28301 - name: rxPower1Valid
28302 oid: 1.3.6.1.4.1.41112.1.3.2.1.15
28303 type: gauge
28304 help: Radio Chain 1 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.15
28305 indexes:
28306 - labelname: airFiberStatusIndex
28307 type: gauge
28308 enum_values:
28309 1: "true"
28310 2: "false"
28311 - name: rxOverload1
28312 oid: 1.3.6.1.4.1.41112.1.3.2.1.16
28313 type: gauge
28314 help: Radio Chain 1 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.16
28315 indexes:
28316 - labelname: airFiberStatusIndex
28317 type: gauge
28318 enum_values:
28319 1: "true"
28320 2: "false"
28321 - name: remoteTXPower
28322 oid: 1.3.6.1.4.1.41112.1.3.2.1.17
28323 type: gauge
28324 help: Remote Radio Transmit Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.17
28325 indexes:
28326 - labelname: airFiberStatusIndex
28327 type: gauge
28328 - name: remoteTXModRate
28329 oid: 1.3.6.1.4.1.41112.1.3.2.1.18
28330 type: gauge
28331 help: Remote Transmit Modulation Rate - 1.3.6.1.4.1.41112.1.3.2.1.18
28332 indexes:
28333 - labelname: airFiberStatusIndex
28334 type: gauge
28335 enum_values:
28336 0: qPSK-SISO-1-4x
28337 1: qPSK-SISO-1x
28338 2: qPSK-MIMO-2x
28339 3: qAM8-MIMO-3x
28340 4: qAM16-MIMO-4x
28341 5: qAM32-MIMO-5x
28342 6: qAM64-MIMO-6x
28343 7: qAM128-MIMO-7x
28344 8: qAM256-MIMO-8x
28345 9: qAM512-MIMO-9x
28346 10: qAM1024-MIMO-10x
28347 11: qAM8-SISO-1p5x
28348 12: qAM16-SISO-2x
28349 13: qAM32-SISO-2p5x
28350 14: qAM64-SISO-3x
28351 15: qAM128-SISO-3p5x
28352 16: qAM256-SISO-4x
28353 17: qAM512-SISO-4p5x
28354 18: qAM1024-SISO-5x
28355 - name: remoteRXPower0
28356 oid: 1.3.6.1.4.1.41112.1.3.2.1.19
28357 type: gauge
28358 help: Remote Radio Chain 0 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.19
28359 indexes:
28360 - labelname: airFiberStatusIndex
28361 type: gauge
28362 - name: remoteRXPower0Valid
28363 oid: 1.3.6.1.4.1.41112.1.3.2.1.20
28364 type: gauge
28365 help: Remote Radio Chain 0 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.20
28366 indexes:
28367 - labelname: airFiberStatusIndex
28368 type: gauge
28369 enum_values:
28370 1: "true"
28371 2: "false"
28372 - name: remoteRXPower0Overload
28373 oid: 1.3.6.1.4.1.41112.1.3.2.1.21
28374 type: gauge
28375 help: Remote Radio Chain 0 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.21
28376 indexes:
28377 - labelname: airFiberStatusIndex
28378 type: gauge
28379 enum_values:
28380 1: "true"
28381 2: "false"
28382 - name: remoteRXPower1
28383 oid: 1.3.6.1.4.1.41112.1.3.2.1.22
28384 type: gauge
28385 help: Remote Radio Chain 1 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.22
28386 indexes:
28387 - labelname: airFiberStatusIndex
28388 type: gauge
28389 - name: remoteRXPower1Valid
28390 oid: 1.3.6.1.4.1.41112.1.3.2.1.23
28391 type: gauge
28392 help: Remote Radio Chain 1 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.23
28393 indexes:
28394 - labelname: airFiberStatusIndex
28395 type: gauge
28396 enum_values:
28397 1: "true"
28398 2: "false"
28399 - name: remoteRXPower1Overload
28400 oid: 1.3.6.1.4.1.41112.1.3.2.1.24
28401 type: gauge
28402 help: Remote Radio Chain 1 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.24
28403 indexes:
28404 - labelname: airFiberStatusIndex
28405 type: gauge
28406 enum_values:
28407 1: "true"
28408 2: "false"
28409 - name: countryCode
28410 oid: 1.3.6.1.4.1.41112.1.3.2.1.25
28411 type: gauge
28412 help: Configured Country Code - 1.3.6.1.4.1.41112.1.3.2.1.25
28413 indexes:
28414 - labelname: airFiberStatusIndex
28415 type: gauge
28416 - name: radioLinkState
28417 oid: 1.3.6.1.4.1.41112.1.3.2.1.26
28418 type: gauge
28419 help: Radio Link State - 1.3.6.1.4.1.41112.1.3.2.1.26
28420 indexes:
28421 - labelname: airFiberStatusIndex
28422 type: gauge
28423 enum_values:
28424 0: down
28425 1: up
28426 - name: ethDataPortState
28427 oid: 1.3.6.1.4.1.41112.1.3.2.1.27
28428 type: gauge
28429 help: Ethernet Data Port State - 1.3.6.1.4.1.41112.1.3.2.1.27
28430 indexes:
28431 - labelname: airFiberStatusIndex
28432 type: gauge
28433 enum_values:
28434 0: down
28435 1: up
28436 - name: gpsPulse
28437 oid: 1.3.6.1.4.1.41112.1.3.2.1.28
28438 type: DisplayString
28439 help: GPS Pulse Detected - 1.3.6.1.4.1.41112.1.3.2.1.28
28440 indexes:
28441 - labelname: airFiberStatusIndex
28442 type: gauge
28443 - name: gpsFix
28444 oid: 1.3.6.1.4.1.41112.1.3.2.1.29
28445 type: DisplayString
28446 help: GPS Fix Obtained - 1.3.6.1.4.1.41112.1.3.2.1.29
28447 indexes:
28448 - labelname: airFiberStatusIndex
28449 type: gauge
28450 - name: gpsLat
28451 oid: 1.3.6.1.4.1.41112.1.3.2.1.30
28452 type: DisplayString
28453 help: GPS Latitude - 1.3.6.1.4.1.41112.1.3.2.1.30
28454 indexes:
28455 - labelname: airFiberStatusIndex
28456 type: gauge
28457 - name: gpsLong
28458 oid: 1.3.6.1.4.1.41112.1.3.2.1.31
28459 type: DisplayString
28460 help: GPS Longitude - 1.3.6.1.4.1.41112.1.3.2.1.31
28461 indexes:
28462 - labelname: airFiberStatusIndex
28463 type: gauge
28464 - name: gpsAltMeters
28465 oid: 1.3.6.1.4.1.41112.1.3.2.1.32
28466 type: DisplayString
28467 help: GPS Altitude (m) - 1.3.6.1.4.1.41112.1.3.2.1.32
28468 indexes:
28469 - labelname: airFiberStatusIndex
28470 type: gauge
28471 - name: gpsAltFeet
28472 oid: 1.3.6.1.4.1.41112.1.3.2.1.33
28473 type: DisplayString
28474 help: GPS Altitude (ft) - 1.3.6.1.4.1.41112.1.3.2.1.33
28475 indexes:
28476 - labelname: airFiberStatusIndex
28477 type: gauge
28478 - name: gpsSatsVisible
28479 oid: 1.3.6.1.4.1.41112.1.3.2.1.34
28480 type: gauge
28481 help: GPS Satellites Visible - 1.3.6.1.4.1.41112.1.3.2.1.34
28482 indexes:
28483 - labelname: airFiberStatusIndex
28484 type: gauge
28485 - name: gpsSatsTracked
28486 oid: 1.3.6.1.4.1.41112.1.3.2.1.35
28487 type: gauge
28488 help: GPS Satellites Tracked - 1.3.6.1.4.1.41112.1.3.2.1.35
28489 indexes:
28490 - labelname: airFiberStatusIndex
28491 type: gauge
28492 - name: gpsHDOP
28493 oid: 1.3.6.1.4.1.41112.1.3.2.1.36
28494 type: OctetString
28495 help: GPS Horizontal Dilution of Precision - 1.3.6.1.4.1.41112.1.3.2.1.36
28496 indexes:
28497 - labelname: airFiberStatusIndex
28498 type: gauge
28499 - name: dfsState
28500 oid: 1.3.6.1.4.1.41112.1.3.2.1.37
28501 type: DisplayString
28502 help: Radio DFS State - 1.3.6.1.4.1.41112.1.3.2.1.37
28503 indexes:
28504 - labelname: airFiberStatusIndex
28505 type: gauge
28506 - name: upTime
28507 oid: 1.3.6.1.4.1.41112.1.3.2.1.38
28508 type: gauge
28509 help: Board uptime (seconds) - 1.3.6.1.4.1.41112.1.3.2.1.38
28510 indexes:
28511 - labelname: airFiberStatusIndex
28512 type: gauge
28513 - name: dateTime
28514 oid: 1.3.6.1.4.1.41112.1.3.2.1.39
28515 type: DisplayString
28516 help: Board date and time - 1.3.6.1.4.1.41112.1.3.2.1.39
28517 indexes:
28518 - labelname: airFiberStatusIndex
28519 type: gauge
28520 - name: fwVersion
28521 oid: 1.3.6.1.4.1.41112.1.3.2.1.40
28522 type: DisplayString
28523 help: Board Firmware Revision - 1.3.6.1.4.1.41112.1.3.2.1.40
28524 indexes:
28525 - labelname: airFiberStatusIndex
28526 type: gauge
28527 - name: remoteRXGain
28528 oid: 1.3.6.1.4.1.41112.1.3.2.1.41
28529 type: DisplayString
28530 help: Remote radio Receiver Gain - 1.3.6.1.4.1.41112.1.3.2.1.41
28531 indexes:
28532 - labelname: airFiberStatusIndex
28533 type: gauge
28534 - name: radioLinkInfo
28535 oid: 1.3.6.1.4.1.41112.1.3.2.1.42
28536 type: DisplayString
28537 help: Radio Link Connection Information - 1.3.6.1.4.1.41112.1.3.2.1.42
28538 indexes:
28539 - labelname: airFiberStatusIndex
28540 type: gauge
28541 - name: ethDataPortInfo
28542 oid: 1.3.6.1.4.1.41112.1.3.2.1.43
28543 type: DisplayString
28544 help: Ethernet Data Port Link Connection Speed - 1.3.6.1.4.1.41112.1.3.2.1.43
28545 indexes:
28546 - labelname: airFiberStatusIndex
28547 type: gauge
28548 - name: linkUpTime
28549 oid: 1.3.6.1.4.1.41112.1.3.2.1.44
28550 type: gauge
28551 help: Radio Link uptime (seconds) - 1.3.6.1.4.1.41112.1.3.2.1.44
28552 indexes:
28553 - labelname: airFiberStatusIndex
28554 type: gauge
28555 - name: remoteMAC
28556 oid: 1.3.6.1.4.1.41112.1.3.2.1.45
28557 type: DisplayString
28558 help: Remote radio MAC Address - 1.3.6.1.4.1.41112.1.3.2.1.45
28559 indexes:
28560 - labelname: airFiberStatusIndex
28561 type: gauge
28562 - name: remoteIP
28563 oid: 1.3.6.1.4.1.41112.1.3.2.1.46
28564 type: DisplayString
28565 help: Remote radio IP Address - 1.3.6.1.4.1.41112.1.3.2.1.46
28566 indexes:
28567 - labelname: airFiberStatusIndex
28568 type: gauge
28569 - name: dfsDetections
28570 oid: 1.3.6.1.4.1.41112.1.3.2.1.47
28571 type: gauge
28572 help: Number of DFS Detections since boot - 1.3.6.1.4.1.41112.1.3.2.1.47
28573 indexes:
28574 - labelname: airFiberStatusIndex
28575 type: gauge
28576 - name: dfsDomain
28577 oid: 1.3.6.1.4.1.41112.1.3.2.1.48
28578 type: DisplayString
28579 help: DFS Regulatory Domain for current TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.48
28580 indexes:
28581 - labelname: airFiberStatusIndex
28582 type: gauge
28583 - name: dfsStateTxFreq1
28584 oid: 1.3.6.1.4.1.41112.1.3.2.1.49
28585 type: DisplayString
28586 help: State of first TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.49
28587 indexes:
28588 - labelname: airFiberStatusIndex
28589 type: gauge
28590 - name: dfsStateTxFreq2
28591 oid: 1.3.6.1.4.1.41112.1.3.2.1.50
28592 type: DisplayString
28593 help: State of second TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.50
28594 indexes:
28595 - labelname: airFiberStatusIndex
28596 type: gauge
28597 - name: dfsStateTxFreq3
28598 oid: 1.3.6.1.4.1.41112.1.3.2.1.51
28599 type: DisplayString
28600 help: State of third TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.51
28601 indexes:
28602 - labelname: airFiberStatusIndex
28603 type: gauge
28604 - name: dfsTimerTxFreq1
28605 oid: 1.3.6.1.4.1.41112.1.3.2.1.52
28606 type: gauge
28607 help: Seconds remaining before first TX Frequency can advance to next operating
28608 state - 1.3.6.1.4.1.41112.1.3.2.1.52
28609 indexes:
28610 - labelname: airFiberStatusIndex
28611 type: gauge
28612 - name: dfsTimerTxFreq2
28613 oid: 1.3.6.1.4.1.41112.1.3.2.1.53
28614 type: gauge
28615 help: Seconds remaining before second TX Frequency can advance to next operating
28616 state - 1.3.6.1.4.1.41112.1.3.2.1.53
28617 indexes:
28618 - labelname: airFiberStatusIndex
28619 type: gauge
28620 - name: dfsTimerTxFreq3
28621 oid: 1.3.6.1.4.1.41112.1.3.2.1.54
28622 type: gauge
28623 help: Seconds remaining before third TX Frequency can advance to next operating
28624 state - 1.3.6.1.4.1.41112.1.3.2.1.54
28625 indexes:
28626 - labelname: airFiberStatusIndex
28627 type: gauge
28628 - name: airFiberStatisticsIndex
28629 oid: 1.3.6.1.4.1.41112.1.3.3.1.1
28630 type: gauge
28631 help: Index for the airFiberStatus - 1.3.6.1.4.1.41112.1.3.3.1.1
28632 indexes:
28633 - labelname: airFiberStatisticsIndex
28634 type: gauge
28635 - name: txFramesOK
28636 oid: 1.3.6.1.4.1.41112.1.3.3.1.2
28637 type: counter
28638 help: Eth Data Port TX Frames - 1.3.6.1.4.1.41112.1.3.3.1.2
28639 indexes:
28640 - labelname: airFiberStatisticsIndex
28641 type: gauge
28642 - name: rxFramesOK
28643 oid: 1.3.6.1.4.1.41112.1.3.3.1.3
28644 type: counter
28645 help: Eth Data Port RX Frames - 1.3.6.1.4.1.41112.1.3.3.1.3
28646 indexes:
28647 - labelname: airFiberStatisticsIndex
28648 type: gauge
28649 - name: rxFrameCrcErr
28650 oid: 1.3.6.1.4.1.41112.1.3.3.1.4
28651 type: counter
28652 help: Eth Data Port CRC Errors - 1.3.6.1.4.1.41112.1.3.3.1.4
28653 indexes:
28654 - labelname: airFiberStatisticsIndex
28655 type: gauge
28656 - name: rxAlignErr
28657 oid: 1.3.6.1.4.1.41112.1.3.3.1.5
28658 type: counter
28659 help: Eth Data Port Receive Alignment Errors - 1.3.6.1.4.1.41112.1.3.3.1.5
28660 indexes:
28661 - labelname: airFiberStatisticsIndex
28662 type: gauge
28663 - name: txOctetsOK
28664 oid: 1.3.6.1.4.1.41112.1.3.3.1.6
28665 type: counter
28666 help: Eth Data Port TX Octets - 1.3.6.1.4.1.41112.1.3.3.1.6
28667 indexes:
28668 - labelname: airFiberStatisticsIndex
28669 type: gauge
28670 - name: rxOctetsOK
28671 oid: 1.3.6.1.4.1.41112.1.3.3.1.7
28672 type: counter
28673 help: Eth Data Port RX Octets - 1.3.6.1.4.1.41112.1.3.3.1.7
28674 indexes:
28675 - labelname: airFiberStatisticsIndex
28676 type: gauge
28677 - name: txPauseFrames
28678 oid: 1.3.6.1.4.1.41112.1.3.3.1.8
28679 type: counter
28680 help: Eth Data Port Pause Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.8
28681 indexes:
28682 - labelname: airFiberStatisticsIndex
28683 type: gauge
28684 - name: rxPauseFrames
28685 oid: 1.3.6.1.4.1.41112.1.3.3.1.9
28686 type: counter
28687 help: Eth Data Port Pause Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.9
28688 indexes:
28689 - labelname: airFiberStatisticsIndex
28690 type: gauge
28691 - name: rxErroredFrames
28692 oid: 1.3.6.1.4.1.41112.1.3.3.1.10
28693 type: counter
28694 help: Eth Data Port Bad Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.10
28695 indexes:
28696 - labelname: airFiberStatisticsIndex
28697 type: gauge
28698 - name: txErroredFrames
28699 oid: 1.3.6.1.4.1.41112.1.3.3.1.11
28700 type: counter
28701 help: Eth Data Port Bad Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.11
28702 indexes:
28703 - labelname: airFiberStatisticsIndex
28704 type: gauge
28705 - name: rxValidUnicastFrames
28706 oid: 1.3.6.1.4.1.41112.1.3.3.1.12
28707 type: counter
28708 help: Eth Data Port Unicast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.12
28709 indexes:
28710 - labelname: airFiberStatisticsIndex
28711 type: gauge
28712 - name: rxValidMulticastFrames
28713 oid: 1.3.6.1.4.1.41112.1.3.3.1.13
28714 type: counter
28715 help: Eth Data Port Multicast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.13
28716 indexes:
28717 - labelname: airFiberStatisticsIndex
28718 type: gauge
28719 - name: rxValidBroadcastFrames
28720 oid: 1.3.6.1.4.1.41112.1.3.3.1.14
28721 type: counter
28722 help: Eth Data Port Broadcast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.14
28723 indexes:
28724 - labelname: airFiberStatisticsIndex
28725 type: gauge
28726 - name: txValidUnicastFrames
28727 oid: 1.3.6.1.4.1.41112.1.3.3.1.15
28728 type: counter
28729 help: Eth Data Port Unicast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.15
28730 indexes:
28731 - labelname: airFiberStatisticsIndex
28732 type: gauge
28733 - name: txValidMulticastFrames
28734 oid: 1.3.6.1.4.1.41112.1.3.3.1.16
28735 type: counter
28736 help: Eth Data Port Multicast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.16
28737 indexes:
28738 - labelname: airFiberStatisticsIndex
28739 type: gauge
28740 - name: txValidBroadcastFrames
28741 oid: 1.3.6.1.4.1.41112.1.3.3.1.17
28742 type: counter
28743 help: Eth Data Port Broadcast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.17
28744 indexes:
28745 - labelname: airFiberStatisticsIndex
28746 type: gauge
28747 - name: rxDroppedMacErrFrames
28748 oid: 1.3.6.1.4.1.41112.1.3.3.1.18
28749 type: counter
28750 help: Eth Data Port Dropped MAC Receive Errors - 1.3.6.1.4.1.41112.1.3.3.1.18
28751 indexes:
28752 - labelname: airFiberStatisticsIndex
28753 type: gauge
28754 - name: rxTotalOctets
28755 oid: 1.3.6.1.4.1.41112.1.3.3.1.19
28756 type: counter
28757 help: Eth Data Port Total Octets Received - 1.3.6.1.4.1.41112.1.3.3.1.19
28758 indexes:
28759 - labelname: airFiberStatisticsIndex
28760 type: gauge
28761 - name: rxTotalFrames
28762 oid: 1.3.6.1.4.1.41112.1.3.3.1.20
28763 type: counter
28764 help: Eth Data Port Total Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.20
28765 indexes:
28766 - labelname: airFiberStatisticsIndex
28767 type: gauge
28768 - name: rxLess64ByteFrames
28769 oid: 1.3.6.1.4.1.41112.1.3.3.1.21
28770 type: counter
28771 help: Eth Data Port Undersized Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.21
28772 indexes:
28773 - labelname: airFiberStatisticsIndex
28774 type: gauge
28775 - name: rxOverLengthFrames
28776 oid: 1.3.6.1.4.1.41112.1.3.3.1.22
28777 type: counter
28778 help: Eth Data Port Over Max Length Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.22
28779 indexes:
28780 - labelname: airFiberStatisticsIndex
28781 type: gauge
28782 - name: rx64BytePackets
28783 oid: 1.3.6.1.4.1.41112.1.3.3.1.23
28784 type: counter
28785 help: Eth Data Port 64 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.23
28786 indexes:
28787 - labelname: airFiberStatisticsIndex
28788 type: gauge
28789 - name: rx65_127BytePackets
28790 oid: 1.3.6.1.4.1.41112.1.3.3.1.24
28791 type: counter
28792 help: Eth Data Port 65-127 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.24
28793 indexes:
28794 - labelname: airFiberStatisticsIndex
28795 type: gauge
28796 - name: rx128_255BytePackets
28797 oid: 1.3.6.1.4.1.41112.1.3.3.1.25
28798 type: counter
28799 help: Eth Data Port 128-256 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.25
28800 indexes:
28801 - labelname: airFiberStatisticsIndex
28802 type: gauge
28803 - name: rx256_511BytePackets
28804 oid: 1.3.6.1.4.1.41112.1.3.3.1.26
28805 type: counter
28806 help: Eth Data Port 256-511 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.26
28807 indexes:
28808 - labelname: airFiberStatisticsIndex
28809 type: gauge
28810 - name: rx512_1023BytePackets
28811 oid: 1.3.6.1.4.1.41112.1.3.3.1.27
28812 type: counter
28813 help: Eth Data Port 512-1023 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.27
28814 indexes:
28815 - labelname: airFiberStatisticsIndex
28816 type: gauge
28817 - name: rx1024_1518BytesPackets
28818 oid: 1.3.6.1.4.1.41112.1.3.3.1.28
28819 type: counter
28820 help: Eth Data Port 1024-1518 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.28
28821 indexes:
28822 - labelname: airFiberStatisticsIndex
28823 type: gauge
28824 - name: rx1519PlusBytePackets
28825 oid: 1.3.6.1.4.1.41112.1.3.3.1.29
28826 type: counter
28827 help: Eth Data Port Greater Than 1518 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.29
28828 indexes:
28829 - labelname: airFiberStatisticsIndex
28830 type: gauge
28831 - name: rxTooLongFrameCrcErr
28832 oid: 1.3.6.1.4.1.41112.1.3.3.1.30
28833 type: counter
28834 help: Eth Data Port Too Long Frame CRC Errors Received - 1.3.6.1.4.1.41112.1.3.3.1.30
28835 indexes:
28836 - labelname: airFiberStatisticsIndex
28837 type: gauge
28838 - name: rxTooShortFrameCrcErr
28839 oid: 1.3.6.1.4.1.41112.1.3.3.1.31
28840 type: counter
28841 help: Eth Data Port Too Short Frame CRC Errors Received - 1.3.6.1.4.1.41112.1.3.3.1.31
28842 indexes:
28843 - labelname: airFiberStatisticsIndex
28844 type: gauge
28845 - name: txqosoct0
28846 oid: 1.3.6.1.4.1.41112.1.3.3.1.32
28847 type: counter
28848 help: RF TX Octets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.32
28849 indexes:
28850 - labelname: airFiberStatisticsIndex
28851 type: gauge
28852 - name: txqosoct1
28853 oid: 1.3.6.1.4.1.41112.1.3.3.1.33
28854 type: counter
28855 help: RF TX Octets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.33
28856 indexes:
28857 - labelname: airFiberStatisticsIndex
28858 type: gauge
28859 - name: txqosoct2
28860 oid: 1.3.6.1.4.1.41112.1.3.3.1.34
28861 type: counter
28862 help: RF TX Octets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.34
28863 indexes:
28864 - labelname: airFiberStatisticsIndex
28865 type: gauge
28866 - name: txqosoct3
28867 oid: 1.3.6.1.4.1.41112.1.3.3.1.35
28868 type: counter
28869 help: RF TX Octets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.35
28870 indexes:
28871 - labelname: airFiberStatisticsIndex
28872 type: gauge
28873 - name: txqosoct4
28874 oid: 1.3.6.1.4.1.41112.1.3.3.1.36
28875 type: counter
28876 help: RF TX Octets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.36
28877 indexes:
28878 - labelname: airFiberStatisticsIndex
28879 type: gauge
28880 - name: txqosoct5
28881 oid: 1.3.6.1.4.1.41112.1.3.3.1.37
28882 type: counter
28883 help: RF TX Octets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.37
28884 indexes:
28885 - labelname: airFiberStatisticsIndex
28886 type: gauge
28887 - name: txqosoct6
28888 oid: 1.3.6.1.4.1.41112.1.3.3.1.38
28889 type: counter
28890 help: RF TX Octets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.38
28891 indexes:
28892 - labelname: airFiberStatisticsIndex
28893 type: gauge
28894 - name: txqosoct7
28895 oid: 1.3.6.1.4.1.41112.1.3.3.1.39
28896 type: counter
28897 help: RF TX Octets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.39
28898 indexes:
28899 - labelname: airFiberStatisticsIndex
28900 type: gauge
28901 - name: txqospkt0
28902 oid: 1.3.6.1.4.1.41112.1.3.3.1.40
28903 type: counter
28904 help: RF TX Packets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.40
28905 indexes:
28906 - labelname: airFiberStatisticsIndex
28907 type: gauge
28908 - name: txqospkt1
28909 oid: 1.3.6.1.4.1.41112.1.3.3.1.41
28910 type: counter
28911 help: RF TX Packets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.41
28912 indexes:
28913 - labelname: airFiberStatisticsIndex
28914 type: gauge
28915 - name: txqospkt2
28916 oid: 1.3.6.1.4.1.41112.1.3.3.1.42
28917 type: counter
28918 help: RF TX Packets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.42
28919 indexes:
28920 - labelname: airFiberStatisticsIndex
28921 type: gauge
28922 - name: txqospkt3
28923 oid: 1.3.6.1.4.1.41112.1.3.3.1.43
28924 type: counter
28925 help: RF TX Packets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.43
28926 indexes:
28927 - labelname: airFiberStatisticsIndex
28928 type: gauge
28929 - name: txqospkt4
28930 oid: 1.3.6.1.4.1.41112.1.3.3.1.44
28931 type: counter
28932 help: RF TX Packets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.44
28933 indexes:
28934 - labelname: airFiberStatisticsIndex
28935 type: gauge
28936 - name: txqospkt5
28937 oid: 1.3.6.1.4.1.41112.1.3.3.1.45
28938 type: counter
28939 help: RF TX Packets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.45
28940 indexes:
28941 - labelname: airFiberStatisticsIndex
28942 type: gauge
28943 - name: txqospkt6
28944 oid: 1.3.6.1.4.1.41112.1.3.3.1.46
28945 type: counter
28946 help: RF TX Packets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.46
28947 indexes:
28948 - labelname: airFiberStatisticsIndex
28949 type: gauge
28950 - name: txqospkt7
28951 oid: 1.3.6.1.4.1.41112.1.3.3.1.47
28952 type: counter
28953 help: RF TX Packets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.47
28954 indexes:
28955 - labelname: airFiberStatisticsIndex
28956 type: gauge
28957 - name: rxqosoct0
28958 oid: 1.3.6.1.4.1.41112.1.3.3.1.48
28959 type: counter
28960 help: RF RX Octets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.48
28961 indexes:
28962 - labelname: airFiberStatisticsIndex
28963 type: gauge
28964 - name: rxqosoct1
28965 oid: 1.3.6.1.4.1.41112.1.3.3.1.49
28966 type: counter
28967 help: RF RX Octets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.49
28968 indexes:
28969 - labelname: airFiberStatisticsIndex
28970 type: gauge
28971 - name: rxqosoct2
28972 oid: 1.3.6.1.4.1.41112.1.3.3.1.50
28973 type: counter
28974 help: RF RX Octets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.50
28975 indexes:
28976 - labelname: airFiberStatisticsIndex
28977 type: gauge
28978 - name: rxqosoct3
28979 oid: 1.3.6.1.4.1.41112.1.3.3.1.51
28980 type: counter
28981 help: RF RX Octets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.51
28982 indexes:
28983 - labelname: airFiberStatisticsIndex
28984 type: gauge
28985 - name: rxqosoct4
28986 oid: 1.3.6.1.4.1.41112.1.3.3.1.52
28987 type: counter
28988 help: RF RX Octets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.52
28989 indexes:
28990 - labelname: airFiberStatisticsIndex
28991 type: gauge
28992 - name: rxqosoct5
28993 oid: 1.3.6.1.4.1.41112.1.3.3.1.53
28994 type: counter
28995 help: RF RX Octets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.53
28996 indexes:
28997 - labelname: airFiberStatisticsIndex
28998 type: gauge
28999 - name: rxqosoct6
29000 oid: 1.3.6.1.4.1.41112.1.3.3.1.54
29001 type: counter
29002 help: RF RX Octets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.54
29003 indexes:
29004 - labelname: airFiberStatisticsIndex
29005 type: gauge
29006 - name: rxqosoct7
29007 oid: 1.3.6.1.4.1.41112.1.3.3.1.55
29008 type: counter
29009 help: RF RX Octets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.55
29010 indexes:
29011 - labelname: airFiberStatisticsIndex
29012 type: gauge
29013 - name: rxqospkt0
29014 oid: 1.3.6.1.4.1.41112.1.3.3.1.56
29015 type: counter
29016 help: RF RX Packets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.56
29017 indexes:
29018 - labelname: airFiberStatisticsIndex
29019 type: gauge
29020 - name: rxqospkt1
29021 oid: 1.3.6.1.4.1.41112.1.3.3.1.57
29022 type: counter
29023 help: RF RX Packets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.57
29024 indexes:
29025 - labelname: airFiberStatisticsIndex
29026 type: gauge
29027 - name: rxqospkt2
29028 oid: 1.3.6.1.4.1.41112.1.3.3.1.58
29029 type: counter
29030 help: RF RX Packets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.58
29031 indexes:
29032 - labelname: airFiberStatisticsIndex
29033 type: gauge
29034 - name: rxqospkt3
29035 oid: 1.3.6.1.4.1.41112.1.3.3.1.59
29036 type: counter
29037 help: RF RX Packets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.59
29038 indexes:
29039 - labelname: airFiberStatisticsIndex
29040 type: gauge
29041 - name: rxqospkt4
29042 oid: 1.3.6.1.4.1.41112.1.3.3.1.60
29043 type: counter
29044 help: RF RX Packets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.60
29045 indexes:
29046 - labelname: airFiberStatisticsIndex
29047 type: gauge
29048 - name: rxqospkt5
29049 oid: 1.3.6.1.4.1.41112.1.3.3.1.61
29050 type: counter
29051 help: RF RX Packets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.61
29052 indexes:
29053 - labelname: airFiberStatisticsIndex
29054 type: gauge
29055 - name: rxqospkt6
29056 oid: 1.3.6.1.4.1.41112.1.3.3.1.62
29057 type: counter
29058 help: RF RX Packets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.62
29059 indexes:
29060 - labelname: airFiberStatisticsIndex
29061 type: gauge
29062 - name: rxqospkt7
29063 oid: 1.3.6.1.4.1.41112.1.3.3.1.63
29064 type: counter
29065 help: RF RX Packets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.63
29066 indexes:
29067 - labelname: airFiberStatisticsIndex
29068 type: gauge
29069 - name: txoctetsAll
29070 oid: 1.3.6.1.4.1.41112.1.3.3.1.64
29071 type: counter
29072 help: RF Total Octets Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.64
29073 indexes:
29074 - labelname: airFiberStatisticsIndex
29075 type: gauge
29076 - name: txpktsAll
29077 oid: 1.3.6.1.4.1.41112.1.3.3.1.65
29078 type: counter
29079 help: RF Total Packets Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.65
29080 indexes:
29081 - labelname: airFiberStatisticsIndex
29082 type: gauge
29083 - name: rxoctetsAll
29084 oid: 1.3.6.1.4.1.41112.1.3.3.1.66
29085 type: counter
29086 help: RF Total Octets Received - 1.3.6.1.4.1.41112.1.3.3.1.66
29087 indexes:
29088 - labelname: airFiberStatisticsIndex
29089 type: gauge
29090 - name: rxpktsAll
29091 oid: 1.3.6.1.4.1.41112.1.3.3.1.67
29092 type: counter
29093 help: RF Total Packets Received - 1.3.6.1.4.1.41112.1.3.3.1.67
29094 indexes:
29095 - labelname: airFiberStatisticsIndex
29096 type: gauge
29097 ubiquiti_airmax:
29098 walk:
29099 - 1.3.6.1.2.1.2
29100 - 1.3.6.1.2.1.31.1.1
29101 - 1.3.6.1.4.1.41112.1.4
29102 get:
29103 - 1.3.6.1.2.1.1.3.0
29104 metrics:
29105 - name: sysUpTime
29106 oid: 1.3.6.1.2.1.1.3
29107 type: gauge
29108 help: The time (in hundredths of a second) since the network management portion
29109 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
29110 - name: ifNumber
29111 oid: 1.3.6.1.2.1.2.1
29112 type: gauge
29113 help: The number of network interfaces (regardless of their current state) present
29114 on this system. - 1.3.6.1.2.1.2.1
29115 - name: ifIndex
29116 oid: 1.3.6.1.2.1.2.2.1.1
29117 type: gauge
29118 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
29119 indexes:
29120 - labelname: ifIndex
29121 type: gauge
29122 - name: ifDescr
29123 oid: 1.3.6.1.2.1.2.2.1.2
29124 type: DisplayString
29125 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
29126 indexes:
29127 - labelname: ifIndex
29128 type: gauge
29129 - name: ifType
29130 oid: 1.3.6.1.2.1.2.2.1.3
29131 type: EnumAsInfo
29132 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
29133 indexes:
29134 - labelname: ifIndex
29135 type: gauge
29136 enum_values:
29137 1: other
29138 2: regular1822
29139 3: hdh1822
29140 4: ddnX25
29141 5: rfc877x25
29142 6: ethernetCsmacd
29143 7: iso88023Csmacd
29144 8: iso88024TokenBus
29145 9: iso88025TokenRing
29146 10: iso88026Man
29147 11: starLan
29148 12: proteon10Mbit
29149 13: proteon80Mbit
29150 14: hyperchannel
29151 15: fddi
29152 16: lapb
29153 17: sdlc
29154 18: ds1
29155 19: e1
29156 20: basicISDN
29157 21: primaryISDN
29158 22: propPointToPointSerial
29159 23: ppp
29160 24: softwareLoopback
29161 25: eon
29162 26: ethernet3Mbit
29163 27: nsip
29164 28: slip
29165 29: ultra
29166 30: ds3
29167 31: sip
29168 32: frameRelay
29169 33: rs232
29170 34: para
29171 35: arcnet
29172 36: arcnetPlus
29173 37: atm
29174 38: miox25
29175 39: sonet
29176 40: x25ple
29177 41: iso88022llc
29178 42: localTalk
29179 43: smdsDxi
29180 44: frameRelayService
29181 45: v35
29182 46: hssi
29183 47: hippi
29184 48: modem
29185 49: aal5
29186 50: sonetPath
29187 51: sonetVT
29188 52: smdsIcip
29189 53: propVirtual
29190 54: propMultiplexor
29191 55: ieee80212
29192 56: fibreChannel
29193 57: hippiInterface
29194 58: frameRelayInterconnect
29195 59: aflane8023
29196 60: aflane8025
29197 61: cctEmul
29198 62: fastEther
29199 63: isdn
29200 64: v11
29201 65: v36
29202 66: g703at64k
29203 67: g703at2mb
29204 68: qllc
29205 69: fastEtherFX
29206 70: channel
29207 71: ieee80211
29208 72: ibm370parChan
29209 73: escon
29210 74: dlsw
29211 75: isdns
29212 76: isdnu
29213 77: lapd
29214 78: ipSwitch
29215 79: rsrb
29216 80: atmLogical
29217 81: ds0
29218 82: ds0Bundle
29219 83: bsc
29220 84: async
29221 85: cnr
29222 86: iso88025Dtr
29223 87: eplrs
29224 88: arap
29225 89: propCnls
29226 90: hostPad
29227 91: termPad
29228 92: frameRelayMPI
29229 93: x213
29230 94: adsl
29231 95: radsl
29232 96: sdsl
29233 97: vdsl
29234 98: iso88025CRFPInt
29235 99: myrinet
29236 100: voiceEM
29237 101: voiceFXO
29238 102: voiceFXS
29239 103: voiceEncap
29240 104: voiceOverIp
29241 105: atmDxi
29242 106: atmFuni
29243 107: atmIma
29244 108: pppMultilinkBundle
29245 109: ipOverCdlc
29246 110: ipOverClaw
29247 111: stackToStack
29248 112: virtualIpAddress
29249 113: mpc
29250 114: ipOverAtm
29251 115: iso88025Fiber
29252 116: tdlc
29253 117: gigabitEthernet
29254 118: hdlc
29255 119: lapf
29256 120: v37
29257 121: x25mlp
29258 122: x25huntGroup
29259 123: transpHdlc
29260 124: interleave
29261 125: fast
29262 126: ip
29263 127: docsCableMaclayer
29264 128: docsCableDownstream
29265 129: docsCableUpstream
29266 130: a12MppSwitch
29267 131: tunnel
29268 132: coffee
29269 133: ces
29270 134: atmSubInterface
29271 135: l2vlan
29272 136: l3ipvlan
29273 137: l3ipxvlan
29274 138: digitalPowerline
29275 139: mediaMailOverIp
29276 140: dtm
29277 141: dcn
29278 142: ipForward
29279 143: msdsl
29280 144: ieee1394
29281 145: if-gsn
29282 146: dvbRccMacLayer
29283 147: dvbRccDownstream
29284 148: dvbRccUpstream
29285 149: atmVirtual
29286 150: mplsTunnel
29287 151: srp
29288 152: voiceOverAtm
29289 153: voiceOverFrameRelay
29290 154: idsl
29291 155: compositeLink
29292 156: ss7SigLink
29293 157: propWirelessP2P
29294 158: frForward
29295 159: rfc1483
29296 160: usb
29297 161: ieee8023adLag
29298 162: bgppolicyaccounting
29299 163: frf16MfrBundle
29300 164: h323Gatekeeper
29301 165: h323Proxy
29302 166: mpls
29303 167: mfSigLink
29304 168: hdsl2
29305 169: shdsl
29306 170: ds1FDL
29307 171: pos
29308 172: dvbAsiIn
29309 173: dvbAsiOut
29310 174: plc
29311 175: nfas
29312 176: tr008
29313 177: gr303RDT
29314 178: gr303IDT
29315 179: isup
29316 180: propDocsWirelessMaclayer
29317 181: propDocsWirelessDownstream
29318 182: propDocsWirelessUpstream
29319 183: hiperlan2
29320 184: propBWAp2Mp
29321 185: sonetOverheadChannel
29322 186: digitalWrapperOverheadChannel
29323 187: aal2
29324 188: radioMAC
29325 189: atmRadio
29326 190: imt
29327 191: mvl
29328 192: reachDSL
29329 193: frDlciEndPt
29330 194: atmVciEndPt
29331 195: opticalChannel
29332 196: opticalTransport
29333 197: propAtm
29334 198: voiceOverCable
29335 199: infiniband
29336 200: teLink
29337 201: q2931
29338 202: virtualTg
29339 203: sipTg
29340 204: sipSig
29341 205: docsCableUpstreamChannel
29342 206: econet
29343 207: pon155
29344 208: pon622
29345 209: bridge
29346 210: linegroup
29347 211: voiceEMFGD
29348 212: voiceFGDEANA
29349 213: voiceDID
29350 214: mpegTransport
29351 215: sixToFour
29352 216: gtp
29353 217: pdnEtherLoop1
29354 218: pdnEtherLoop2
29355 219: opticalChannelGroup
29356 220: homepna
29357 221: gfp
29358 222: ciscoISLvlan
29359 223: actelisMetaLOOP
29360 224: fcipLink
29361 225: rpr
29362 226: qam
29363 227: lmp
29364 228: cblVectaStar
29365 229: docsCableMCmtsDownstream
29366 230: adsl2
29367 231: macSecControlledIF
29368 232: macSecUncontrolledIF
29369 233: aviciOpticalEther
29370 234: atmbond
29371 235: voiceFGDOS
29372 236: mocaVersion1
29373 237: ieee80216WMAN
29374 238: adsl2plus
29375 239: dvbRcsMacLayer
29376 240: dvbTdm
29377 241: dvbRcsTdma
29378 242: x86Laps
29379 243: wwanPP
29380 244: wwanPP2
29381 245: voiceEBS
29382 246: ifPwType
29383 247: ilan
29384 248: pip
29385 249: aluELP
29386 250: gpon
29387 251: vdsl2
29388 252: capwapDot11Profile
29389 253: capwapDot11Bss
29390 254: capwapWtpVirtualRadio
29391 255: bits
29392 256: docsCableUpstreamRfPort
29393 257: cableDownstreamRfPort
29394 258: vmwareVirtualNic
29395 259: ieee802154
29396 260: otnOdu
29397 261: otnOtu
29398 262: ifVfiType
29399 263: g9981
29400 264: g9982
29401 265: g9983
29402 266: aluEpon
29403 267: aluEponOnu
29404 268: aluEponPhysicalUni
29405 269: aluEponLogicalLink
29406 270: aluGponOnu
29407 271: aluGponPhysicalUni
29408 272: vmwareNicTeam
29409 277: docsOfdmDownstream
29410 278: docsOfdmaUpstream
29411 279: gfast
29412 280: sdci
29413 281: xboxWireless
29414 282: fastdsl
29415 283: docsCableScte55d1FwdOob
29416 284: docsCableScte55d1RetOob
29417 285: docsCableScte55d2DsOob
29418 286: docsCableScte55d2UsOob
29419 287: docsCableNdf
29420 288: docsCableNdr
29421 289: ptm
29422 290: ghn
29423 291: otnOtsi
29424 292: otnOtuc
29425 293: otnOduc
29426 294: otnOtsig
29427 295: microwaveCarrierTermination
29428 296: microwaveRadioLinkTerminal
29429 297: ieee8021axDrni
29430 298: ax25
29431 299: ieee19061nanocom
29432 300: cpri
29433 301: omni
29434 302: roe
29435 303: p2pOverLan
29436 - name: ifMtu
29437 oid: 1.3.6.1.2.1.2.2.1.4
29438 type: gauge
29439 help: The size of the largest packet which can be sent/received on the interface,
29440 specified in octets - 1.3.6.1.2.1.2.2.1.4
29441 indexes:
29442 - labelname: ifIndex
29443 type: gauge
29444 - name: ifSpeed
29445 oid: 1.3.6.1.2.1.2.2.1.5
29446 type: gauge
29447 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
29448 indexes:
29449 - labelname: ifIndex
29450 type: gauge
29451 - name: ifPhysAddress
29452 oid: 1.3.6.1.2.1.2.2.1.6
29453 type: PhysAddress48
29454 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
29455 indexes:
29456 - labelname: ifIndex
29457 type: gauge
29458 - name: ifAdminStatus
29459 oid: 1.3.6.1.2.1.2.2.1.7
29460 type: gauge
29461 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
29462 indexes:
29463 - labelname: ifIndex
29464 type: gauge
29465 enum_values:
29466 1: up
29467 2: down
29468 3: testing
29469 - name: ifOperStatus
29470 oid: 1.3.6.1.2.1.2.2.1.8
29471 type: gauge
29472 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
29473 indexes:
29474 - labelname: ifIndex
29475 type: gauge
29476 enum_values:
29477 1: up
29478 2: down
29479 3: testing
29480 4: unknown
29481 5: dormant
29482 6: notPresent
29483 7: lowerLayerDown
29484 - name: ifLastChange
29485 oid: 1.3.6.1.2.1.2.2.1.9
29486 type: gauge
29487 help: The value of sysUpTime at the time the interface entered its current operational
29488 state - 1.3.6.1.2.1.2.2.1.9
29489 indexes:
29490 - labelname: ifIndex
29491 type: gauge
29492 - name: ifInOctets
29493 oid: 1.3.6.1.2.1.2.2.1.10
29494 type: counter
29495 help: The total number of octets received on the interface, including framing
29496 characters - 1.3.6.1.2.1.2.2.1.10
29497 indexes:
29498 - labelname: ifIndex
29499 type: gauge
29500 - name: ifInUcastPkts
29501 oid: 1.3.6.1.2.1.2.2.1.11
29502 type: counter
29503 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29504 which were not addressed to a multicast or broadcast address at this sub-layer
29505 - 1.3.6.1.2.1.2.2.1.11
29506 indexes:
29507 - labelname: ifIndex
29508 type: gauge
29509 - name: ifInNUcastPkts
29510 oid: 1.3.6.1.2.1.2.2.1.12
29511 type: counter
29512 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29513 which were addressed to a multicast or broadcast address at this sub-layer -
29514 1.3.6.1.2.1.2.2.1.12
29515 indexes:
29516 - labelname: ifIndex
29517 type: gauge
29518 - name: ifInDiscards
29519 oid: 1.3.6.1.2.1.2.2.1.13
29520 type: counter
29521 help: The number of inbound packets which were chosen to be discarded even though
29522 no errors had been detected to prevent their being deliverable to a higher-layer
29523 protocol - 1.3.6.1.2.1.2.2.1.13
29524 indexes:
29525 - labelname: ifIndex
29526 type: gauge
29527 - name: ifInErrors
29528 oid: 1.3.6.1.2.1.2.2.1.14
29529 type: counter
29530 help: For packet-oriented interfaces, the number of inbound packets that contained
29531 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
29532 indexes:
29533 - labelname: ifIndex
29534 type: gauge
29535 - name: ifInUnknownProtos
29536 oid: 1.3.6.1.2.1.2.2.1.15
29537 type: counter
29538 help: For packet-oriented interfaces, the number of packets received via the interface
29539 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
29540 indexes:
29541 - labelname: ifIndex
29542 type: gauge
29543 - name: ifOutOctets
29544 oid: 1.3.6.1.2.1.2.2.1.16
29545 type: counter
29546 help: The total number of octets transmitted out of the interface, including framing
29547 characters - 1.3.6.1.2.1.2.2.1.16
29548 indexes:
29549 - labelname: ifIndex
29550 type: gauge
29551 - name: ifOutUcastPkts
29552 oid: 1.3.6.1.2.1.2.2.1.17
29553 type: counter
29554 help: The total number of packets that higher-level protocols requested be transmitted,
29555 and which were not addressed to a multicast or broadcast address at this sub-layer,
29556 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
29557 indexes:
29558 - labelname: ifIndex
29559 type: gauge
29560 - name: ifOutNUcastPkts
29561 oid: 1.3.6.1.2.1.2.2.1.18
29562 type: counter
29563 help: The total number of packets that higher-level protocols requested be transmitted,
29564 and which were addressed to a multicast or broadcast address at this sub-layer,
29565 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
29566 indexes:
29567 - labelname: ifIndex
29568 type: gauge
29569 - name: ifOutDiscards
29570 oid: 1.3.6.1.2.1.2.2.1.19
29571 type: counter
29572 help: The number of outbound packets which were chosen to be discarded even though
29573 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
29574 indexes:
29575 - labelname: ifIndex
29576 type: gauge
29577 - name: ifOutErrors
29578 oid: 1.3.6.1.2.1.2.2.1.20
29579 type: counter
29580 help: For packet-oriented interfaces, the number of outbound packets that could
29581 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
29582 indexes:
29583 - labelname: ifIndex
29584 type: gauge
29585 - name: ifOutQLen
29586 oid: 1.3.6.1.2.1.2.2.1.21
29587 type: gauge
29588 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
29589 indexes:
29590 - labelname: ifIndex
29591 type: gauge
29592 - name: ifSpecific
29593 oid: 1.3.6.1.2.1.2.2.1.22
29594 type: OctetString
29595 help: A reference to MIB definitions specific to the particular media being used
29596 to realize the interface - 1.3.6.1.2.1.2.2.1.22
29597 indexes:
29598 - labelname: ifIndex
29599 type: gauge
29600 - name: ifName
29601 oid: 1.3.6.1.2.1.31.1.1.1.1
29602 type: DisplayString
29603 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
29604 indexes:
29605 - labelname: ifIndex
29606 type: gauge
29607 - name: ifInMulticastPkts
29608 oid: 1.3.6.1.2.1.31.1.1.1.2
29609 type: counter
29610 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29611 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
29612 indexes:
29613 - labelname: ifIndex
29614 type: gauge
29615 - name: ifInBroadcastPkts
29616 oid: 1.3.6.1.2.1.31.1.1.1.3
29617 type: counter
29618 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29619 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
29620 indexes:
29621 - labelname: ifIndex
29622 type: gauge
29623 - name: ifOutMulticastPkts
29624 oid: 1.3.6.1.2.1.31.1.1.1.4
29625 type: counter
29626 help: The total number of packets that higher-level protocols requested be transmitted,
29627 and which were addressed to a multicast address at this sub-layer, including
29628 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
29629 indexes:
29630 - labelname: ifIndex
29631 type: gauge
29632 - name: ifOutBroadcastPkts
29633 oid: 1.3.6.1.2.1.31.1.1.1.5
29634 type: counter
29635 help: The total number of packets that higher-level protocols requested be transmitted,
29636 and which were addressed to a broadcast address at this sub-layer, including
29637 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
29638 indexes:
29639 - labelname: ifIndex
29640 type: gauge
29641 - name: ifHCInOctets
29642 oid: 1.3.6.1.2.1.31.1.1.1.6
29643 type: counter
29644 help: The total number of octets received on the interface, including framing
29645 characters - 1.3.6.1.2.1.31.1.1.1.6
29646 indexes:
29647 - labelname: ifIndex
29648 type: gauge
29649 - name: ifHCInUcastPkts
29650 oid: 1.3.6.1.2.1.31.1.1.1.7
29651 type: counter
29652 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29653 which were not addressed to a multicast or broadcast address at this sub-layer
29654 - 1.3.6.1.2.1.31.1.1.1.7
29655 indexes:
29656 - labelname: ifIndex
29657 type: gauge
29658 - name: ifHCInMulticastPkts
29659 oid: 1.3.6.1.2.1.31.1.1.1.8
29660 type: counter
29661 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29662 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
29663 indexes:
29664 - labelname: ifIndex
29665 type: gauge
29666 - name: ifHCInBroadcastPkts
29667 oid: 1.3.6.1.2.1.31.1.1.1.9
29668 type: counter
29669 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29670 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
29671 indexes:
29672 - labelname: ifIndex
29673 type: gauge
29674 - name: ifHCOutOctets
29675 oid: 1.3.6.1.2.1.31.1.1.1.10
29676 type: counter
29677 help: The total number of octets transmitted out of the interface, including framing
29678 characters - 1.3.6.1.2.1.31.1.1.1.10
29679 indexes:
29680 - labelname: ifIndex
29681 type: gauge
29682 - name: ifHCOutUcastPkts
29683 oid: 1.3.6.1.2.1.31.1.1.1.11
29684 type: counter
29685 help: The total number of packets that higher-level protocols requested be transmitted,
29686 and which were not addressed to a multicast or broadcast address at this sub-layer,
29687 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
29688 indexes:
29689 - labelname: ifIndex
29690 type: gauge
29691 - name: ifHCOutMulticastPkts
29692 oid: 1.3.6.1.2.1.31.1.1.1.12
29693 type: counter
29694 help: The total number of packets that higher-level protocols requested be transmitted,
29695 and which were addressed to a multicast address at this sub-layer, including
29696 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
29697 indexes:
29698 - labelname: ifIndex
29699 type: gauge
29700 - name: ifHCOutBroadcastPkts
29701 oid: 1.3.6.1.2.1.31.1.1.1.13
29702 type: counter
29703 help: The total number of packets that higher-level protocols requested be transmitted,
29704 and which were addressed to a broadcast address at this sub-layer, including
29705 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
29706 indexes:
29707 - labelname: ifIndex
29708 type: gauge
29709 - name: ifLinkUpDownTrapEnable
29710 oid: 1.3.6.1.2.1.31.1.1.1.14
29711 type: gauge
29712 help: Indicates whether linkUp/linkDown traps should be generated for this interface
29713 - 1.3.6.1.2.1.31.1.1.1.14
29714 indexes:
29715 - labelname: ifIndex
29716 type: gauge
29717 enum_values:
29718 1: enabled
29719 2: disabled
29720 - name: ifHighSpeed
29721 oid: 1.3.6.1.2.1.31.1.1.1.15
29722 type: gauge
29723 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
29724 per second - 1.3.6.1.2.1.31.1.1.1.15
29725 indexes:
29726 - labelname: ifIndex
29727 type: gauge
29728 - name: ifPromiscuousMode
29729 oid: 1.3.6.1.2.1.31.1.1.1.16
29730 type: gauge
29731 help: This object has a value of false(2) if this interface only accepts packets/frames
29732 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
29733 indexes:
29734 - labelname: ifIndex
29735 type: gauge
29736 enum_values:
29737 1: "true"
29738 2: "false"
29739 - name: ifConnectorPresent
29740 oid: 1.3.6.1.2.1.31.1.1.1.17
29741 type: gauge
29742 help: This object has the value 'true(1)' if the interface sublayer has a physical
29743 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
29744 indexes:
29745 - labelname: ifIndex
29746 type: gauge
29747 enum_values:
29748 1: "true"
29749 2: "false"
29750 - name: ifAlias
29751 oid: 1.3.6.1.2.1.31.1.1.1.18
29752 type: DisplayString
29753 help: This object is an 'alias' name for the interface as specified by a network
29754 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
29755 indexes:
29756 - labelname: ifIndex
29757 type: gauge
29758 - name: ifCounterDiscontinuityTime
29759 oid: 1.3.6.1.2.1.31.1.1.1.19
29760 type: gauge
29761 help: The value of sysUpTime on the most recent occasion at which any one or more
29762 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
29763 indexes:
29764 - labelname: ifIndex
29765 type: gauge
29766 - name: ubntRadioIndex
29767 oid: 1.3.6.1.4.1.41112.1.4.1.1.1
29768 type: gauge
29769 help: Index for the ubntRadioTable - 1.3.6.1.4.1.41112.1.4.1.1.1
29770 indexes:
29771 - labelname: ubntRadioIndex
29772 type: gauge
29773 - name: ubntRadioMode
29774 oid: 1.3.6.1.4.1.41112.1.4.1.1.2
29775 type: gauge
29776 help: Radio mode - 1.3.6.1.4.1.41112.1.4.1.1.2
29777 indexes:
29778 - labelname: ubntRadioIndex
29779 type: gauge
29780 enum_values:
29781 1: sta
29782 2: ap
29783 3: aprepeater
29784 4: apwds
29785 - name: ubntRadioCCode
29786 oid: 1.3.6.1.4.1.41112.1.4.1.1.3
29787 type: gauge
29788 help: Country code - 1.3.6.1.4.1.41112.1.4.1.1.3
29789 indexes:
29790 - labelname: ubntRadioIndex
29791 type: gauge
29792 - name: ubntRadioFreq
29793 oid: 1.3.6.1.4.1.41112.1.4.1.1.4
29794 type: gauge
29795 help: Operating frequency - 1.3.6.1.4.1.41112.1.4.1.1.4
29796 indexes:
29797 - labelname: ubntRadioIndex
29798 type: gauge
29799 - name: ubntRadioDfsEnabled
29800 oid: 1.3.6.1.4.1.41112.1.4.1.1.5
29801 type: gauge
29802 help: DFS status - 1.3.6.1.4.1.41112.1.4.1.1.5
29803 indexes:
29804 - labelname: ubntRadioIndex
29805 type: gauge
29806 enum_values:
29807 1: "true"
29808 2: "false"
29809 - name: ubntRadioTxPower
29810 oid: 1.3.6.1.4.1.41112.1.4.1.1.6
29811 type: gauge
29812 help: Transmit power - 1.3.6.1.4.1.41112.1.4.1.1.6
29813 indexes:
29814 - labelname: ubntRadioIndex
29815 type: gauge
29816 - name: ubntRadioDistance
29817 oid: 1.3.6.1.4.1.41112.1.4.1.1.7
29818 type: gauge
29819 help: Distance - 1.3.6.1.4.1.41112.1.4.1.1.7
29820 indexes:
29821 - labelname: ubntRadioIndex
29822 type: gauge
29823 - name: ubntRadioChainmask
29824 oid: 1.3.6.1.4.1.41112.1.4.1.1.8
29825 type: gauge
29826 help: Chainmask - 1.3.6.1.4.1.41112.1.4.1.1.8
29827 indexes:
29828 - labelname: ubntRadioIndex
29829 type: gauge
29830 - name: ubntRadioAntenna
29831 oid: 1.3.6.1.4.1.41112.1.4.1.1.9
29832 type: DisplayString
29833 help: Antenna - 1.3.6.1.4.1.41112.1.4.1.1.9
29834 indexes:
29835 - labelname: ubntRadioIndex
29836 type: gauge
29837 - name: ubntRadioRssiIndex
29838 oid: 1.3.6.1.4.1.41112.1.4.2.1.1
29839 type: gauge
29840 help: Index for the ubntRadioRssiTable - 1.3.6.1.4.1.41112.1.4.2.1.1
29841 indexes:
29842 - labelname: ubntRadioIndex
29843 type: gauge
29844 - labelname: ubntRadioRssiIndex
29845 type: gauge
29846 - name: ubntRadioRssi
29847 oid: 1.3.6.1.4.1.41112.1.4.2.1.2
29848 type: gauge
29849 help: Data frames rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.2
29850 indexes:
29851 - labelname: ubntRadioIndex
29852 type: gauge
29853 - labelname: ubntRadioRssiIndex
29854 type: gauge
29855 - name: ubntRadioRssiMgmt
29856 oid: 1.3.6.1.4.1.41112.1.4.2.1.3
29857 type: gauge
29858 help: Management frames rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.3
29859 indexes:
29860 - labelname: ubntRadioIndex
29861 type: gauge
29862 - labelname: ubntRadioRssiIndex
29863 type: gauge
29864 - name: ubntRadioRssiExt
29865 oid: 1.3.6.1.4.1.41112.1.4.2.1.4
29866 type: gauge
29867 help: Extension channel rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.4
29868 indexes:
29869 - labelname: ubntRadioIndex
29870 type: gauge
29871 - labelname: ubntRadioRssiIndex
29872 type: gauge
29873 - name: ubntAirSyncIfIndex
29874 oid: 1.3.6.1.4.1.41112.1.4.3.1.1
29875 type: gauge
29876 help: Index for the ubntAirSyncTable - 1.3.6.1.4.1.41112.1.4.3.1.1
29877 indexes:
29878 - labelname: ubntAirSyncIfIndex
29879 type: gauge
29880 - name: ubntAirSyncMode
29881 oid: 1.3.6.1.4.1.41112.1.4.3.1.2
29882 type: gauge
29883 help: airSync mode - master/slave - 1.3.6.1.4.1.41112.1.4.3.1.2
29884 indexes:
29885 - labelname: ubntAirSyncIfIndex
29886 type: gauge
29887 enum_values:
29888 0: disabled
29889 1: master
29890 2: slave
29891 - name: ubntAirSyncCount
29892 oid: 1.3.6.1.4.1.41112.1.4.3.1.3
29893 type: gauge
29894 help: airSync client count - 1.3.6.1.4.1.41112.1.4.3.1.3
29895 indexes:
29896 - labelname: ubntAirSyncIfIndex
29897 type: gauge
29898 - name: ubntAirSyncDownUtil
29899 oid: 1.3.6.1.4.1.41112.1.4.3.1.4
29900 type: gauge
29901 help: airSync down utilization - 1.3.6.1.4.1.41112.1.4.3.1.4
29902 indexes:
29903 - labelname: ubntAirSyncIfIndex
29904 type: gauge
29905 - name: ubntAirSyncUpUtil
29906 oid: 1.3.6.1.4.1.41112.1.4.3.1.5
29907 type: gauge
29908 help: airSync up utilization - 1.3.6.1.4.1.41112.1.4.3.1.5
29909 indexes:
29910 - labelname: ubntAirSyncIfIndex
29911 type: gauge
29912 - name: ubntAirSelIfIndex
29913 oid: 1.3.6.1.4.1.41112.1.4.4.1.1
29914 type: gauge
29915 help: Index for the ubntAirSelTable - 1.3.6.1.4.1.41112.1.4.4.1.1
29916 indexes:
29917 - labelname: ubntAirSelIfIndex
29918 type: gauge
29919 - name: ubntAirSelEnabled
29920 oid: 1.3.6.1.4.1.41112.1.4.4.1.2
29921 type: gauge
29922 help: airSelect status - on/off - 1.3.6.1.4.1.41112.1.4.4.1.2
29923 indexes:
29924 - labelname: ubntAirSelIfIndex
29925 type: gauge
29926 enum_values:
29927 1: "true"
29928 2: "false"
29929 - name: ubntAirSelInterval
29930 oid: 1.3.6.1.4.1.41112.1.4.4.1.3
29931 type: gauge
29932 help: airSelect hop interval (miliseconds) - 1.3.6.1.4.1.41112.1.4.4.1.3
29933 indexes:
29934 - labelname: ubntAirSelIfIndex
29935 type: gauge
29936 - name: ubntWlStatIndex
29937 oid: 1.3.6.1.4.1.41112.1.4.5.1.1
29938 type: gauge
29939 help: Index for the ubntWlStatTable - 1.3.6.1.4.1.41112.1.4.5.1.1
29940 indexes:
29941 - labelname: ubntWlStatIndex
29942 type: gauge
29943 - name: ubntWlStatSsid
29944 oid: 1.3.6.1.4.1.41112.1.4.5.1.2
29945 type: DisplayString
29946 help: SSID - 1.3.6.1.4.1.41112.1.4.5.1.2
29947 indexes:
29948 - labelname: ubntWlStatIndex
29949 type: gauge
29950 - name: ubntWlStatHideSsid
29951 oid: 1.3.6.1.4.1.41112.1.4.5.1.3
29952 type: gauge
29953 help: Hide SSID - on/off - 1.3.6.1.4.1.41112.1.4.5.1.3
29954 indexes:
29955 - labelname: ubntWlStatIndex
29956 type: gauge
29957 enum_values:
29958 1: "true"
29959 2: "false"
29960 - name: ubntWlStatApMac
29961 oid: 1.3.6.1.4.1.41112.1.4.5.1.4
29962 type: PhysAddress48
29963 help: AP MAC address - 1.3.6.1.4.1.41112.1.4.5.1.4
29964 indexes:
29965 - labelname: ubntWlStatIndex
29966 type: gauge
29967 - name: ubntWlStatSignal
29968 oid: 1.3.6.1.4.1.41112.1.4.5.1.5
29969 type: gauge
29970 help: Signal strength, dBm - 1.3.6.1.4.1.41112.1.4.5.1.5
29971 indexes:
29972 - labelname: ubntWlStatIndex
29973 type: gauge
29974 - name: ubntWlStatRssi
29975 oid: 1.3.6.1.4.1.41112.1.4.5.1.6
29976 type: gauge
29977 help: RSSI, dBm - 1.3.6.1.4.1.41112.1.4.5.1.6
29978 indexes:
29979 - labelname: ubntWlStatIndex
29980 type: gauge
29981 - name: ubntWlStatCcq
29982 oid: 1.3.6.1.4.1.41112.1.4.5.1.7
29983 type: gauge
29984 help: CCQ in % - 1.3.6.1.4.1.41112.1.4.5.1.7
29985 indexes:
29986 - labelname: ubntWlStatIndex
29987 type: gauge
29988 - name: ubntWlStatNoiseFloor
29989 oid: 1.3.6.1.4.1.41112.1.4.5.1.8
29990 type: gauge
29991 help: Noise floor - 1.3.6.1.4.1.41112.1.4.5.1.8
29992 indexes:
29993 - labelname: ubntWlStatIndex
29994 type: gauge
29995 - name: ubntWlStatTxRate
29996 oid: 1.3.6.1.4.1.41112.1.4.5.1.9
29997 type: gauge
29998 help: TX rate - 1.3.6.1.4.1.41112.1.4.5.1.9
29999 indexes:
30000 - labelname: ubntWlStatIndex
30001 type: gauge
30002 - name: ubntWlStatRxRate
30003 oid: 1.3.6.1.4.1.41112.1.4.5.1.10
30004 type: gauge
30005 help: RX rate - 1.3.6.1.4.1.41112.1.4.5.1.10
30006 indexes:
30007 - labelname: ubntWlStatIndex
30008 type: gauge
30009 - name: ubntWlStatSecurity
30010 oid: 1.3.6.1.4.1.41112.1.4.5.1.11
30011 type: DisplayString
30012 help: Wireless security mode - 1.3.6.1.4.1.41112.1.4.5.1.11
30013 indexes:
30014 - labelname: ubntWlStatIndex
30015 type: gauge
30016 - name: ubntWlStatWdsEnabled
30017 oid: 1.3.6.1.4.1.41112.1.4.5.1.12
30018 type: gauge
30019 help: WDS - on/off - 1.3.6.1.4.1.41112.1.4.5.1.12
30020 indexes:
30021 - labelname: ubntWlStatIndex
30022 type: gauge
30023 enum_values:
30024 1: "true"
30025 2: "false"
30026 - name: ubntWlStatApRepeater
30027 oid: 1.3.6.1.4.1.41112.1.4.5.1.13
30028 type: gauge
30029 help: AP repeater - on/off - 1.3.6.1.4.1.41112.1.4.5.1.13
30030 indexes:
30031 - labelname: ubntWlStatIndex
30032 type: gauge
30033 enum_values:
30034 1: "true"
30035 2: "false"
30036 - name: ubntWlStatChanWidth
30037 oid: 1.3.6.1.4.1.41112.1.4.5.1.14
30038 type: gauge
30039 help: Channel Width - 1.3.6.1.4.1.41112.1.4.5.1.14
30040 indexes:
30041 - labelname: ubntWlStatIndex
30042 type: gauge
30043 - name: ubntWlStatStaCount
30044 oid: 1.3.6.1.4.1.41112.1.4.5.1.15
30045 type: gauge
30046 help: Station count - 1.3.6.1.4.1.41112.1.4.5.1.15
30047 indexes:
30048 - labelname: ubntWlStatIndex
30049 type: gauge
30050 - name: ubntAirMaxIfIndex
30051 oid: 1.3.6.1.4.1.41112.1.4.6.1.1
30052 type: gauge
30053 help: Index for the ubntAirMaxTable - 1.3.6.1.4.1.41112.1.4.6.1.1
30054 indexes:
30055 - labelname: ubntAirMaxIfIndex
30056 type: gauge
30057 - name: ubntAirMaxEnabled
30058 oid: 1.3.6.1.4.1.41112.1.4.6.1.2
30059 type: gauge
30060 help: airMAX status - on/off - 1.3.6.1.4.1.41112.1.4.6.1.2
30061 indexes:
30062 - labelname: ubntAirMaxIfIndex
30063 type: gauge
30064 enum_values:
30065 1: "true"
30066 2: "false"
30067 - name: ubntAirMaxQuality
30068 oid: 1.3.6.1.4.1.41112.1.4.6.1.3
30069 type: gauge
30070 help: airMAX quality - percentage - 1.3.6.1.4.1.41112.1.4.6.1.3
30071 indexes:
30072 - labelname: ubntAirMaxIfIndex
30073 type: gauge
30074 - name: ubntAirMaxCapacity
30075 oid: 1.3.6.1.4.1.41112.1.4.6.1.4
30076 type: gauge
30077 help: airMAX capacity - percentage - 1.3.6.1.4.1.41112.1.4.6.1.4
30078 indexes:
30079 - labelname: ubntAirMaxIfIndex
30080 type: gauge
30081 - name: ubntAirMaxPriority
30082 oid: 1.3.6.1.4.1.41112.1.4.6.1.5
30083 type: gauge
30084 help: airMAX priority - none/high/low/medium - 1.3.6.1.4.1.41112.1.4.6.1.5
30085 indexes:
30086 - labelname: ubntAirMaxIfIndex
30087 type: gauge
30088 enum_values:
30089 0: high
30090 1: medium
30091 2: low
30092 3: none
30093 - name: ubntAirMaxNoAck
30094 oid: 1.3.6.1.4.1.41112.1.4.6.1.6
30095 type: gauge
30096 help: airMAX NoACK mode - on/off - 1.3.6.1.4.1.41112.1.4.6.1.6
30097 indexes:
30098 - labelname: ubntAirMaxIfIndex
30099 type: gauge
30100 enum_values:
30101 1: "true"
30102 2: "false"
30103 - name: ubntAirMaxAirtime
30104 oid: 1.3.6.1.4.1.41112.1.4.6.1.7
30105 type: gauge
30106 help: airMAX Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.6.1.7
30107 indexes:
30108 - labelname: ubntAirMaxIfIndex
30109 type: gauge
30110 - name: ubntAirMaxGpsSync
30111 oid: 1.3.6.1.4.1.41112.1.4.6.1.8
30112 type: gauge
30113 help: airMAX GPS sync - on/off - 1.3.6.1.4.1.41112.1.4.6.1.8
30114 indexes:
30115 - labelname: ubntAirMaxIfIndex
30116 type: gauge
30117 enum_values:
30118 1: "true"
30119 2: "false"
30120 - name: ubntAirMaxTdd
30121 oid: 1.3.6.1.4.1.41112.1.4.6.1.9
30122 type: gauge
30123 help: airMAX TDD framing - on/off - 1.3.6.1.4.1.41112.1.4.6.1.9
30124 indexes:
30125 - labelname: ubntAirMaxIfIndex
30126 type: gauge
30127 enum_values:
30128 1: "true"
30129 2: "false"
30130 - name: ubntStaMac
30131 oid: 1.3.6.1.4.1.41112.1.4.7.1.1
30132 type: PhysAddress48
30133 help: Station MAC address - 1.3.6.1.4.1.41112.1.4.7.1.1
30134 indexes:
30135 - labelname: ubntWlStatIndex
30136 type: gauge
30137 - labelname: ubntStaMac
30138 type: PhysAddress48
30139 fixed_size: 6
30140 - name: ubntStaName
30141 oid: 1.3.6.1.4.1.41112.1.4.7.1.2
30142 type: DisplayString
30143 help: Station name - 1.3.6.1.4.1.41112.1.4.7.1.2
30144 indexes:
30145 - labelname: ubntWlStatIndex
30146 type: gauge
30147 - labelname: ubntStaMac
30148 type: PhysAddress48
30149 fixed_size: 6
30150 - name: ubntStaSignal
30151 oid: 1.3.6.1.4.1.41112.1.4.7.1.3
30152 type: gauge
30153 help: Signal strength, dBm - 1.3.6.1.4.1.41112.1.4.7.1.3
30154 indexes:
30155 - labelname: ubntWlStatIndex
30156 type: gauge
30157 - labelname: ubntStaMac
30158 type: PhysAddress48
30159 fixed_size: 6
30160 - name: ubntStaNoiseFloor
30161 oid: 1.3.6.1.4.1.41112.1.4.7.1.4
30162 type: gauge
30163 help: Noise floor - 1.3.6.1.4.1.41112.1.4.7.1.4
30164 indexes:
30165 - labelname: ubntWlStatIndex
30166 type: gauge
30167 - labelname: ubntStaMac
30168 type: PhysAddress48
30169 fixed_size: 6
30170 - name: ubntStaDistance
30171 oid: 1.3.6.1.4.1.41112.1.4.7.1.5
30172 type: gauge
30173 help: Distance - 1.3.6.1.4.1.41112.1.4.7.1.5
30174 indexes:
30175 - labelname: ubntWlStatIndex
30176 type: gauge
30177 - labelname: ubntStaMac
30178 type: PhysAddress48
30179 fixed_size: 6
30180 - name: ubntStaCcq
30181 oid: 1.3.6.1.4.1.41112.1.4.7.1.6
30182 type: gauge
30183 help: CCQ in % - 1.3.6.1.4.1.41112.1.4.7.1.6
30184 indexes:
30185 - labelname: ubntWlStatIndex
30186 type: gauge
30187 - labelname: ubntStaMac
30188 type: PhysAddress48
30189 fixed_size: 6
30190 - name: ubntStaAmp
30191 oid: 1.3.6.1.4.1.41112.1.4.7.1.7
30192 type: gauge
30193 help: airMAX priority - 1.3.6.1.4.1.41112.1.4.7.1.7
30194 indexes:
30195 - labelname: ubntWlStatIndex
30196 type: gauge
30197 - labelname: ubntStaMac
30198 type: PhysAddress48
30199 fixed_size: 6
30200 - name: ubntStaAmq
30201 oid: 1.3.6.1.4.1.41112.1.4.7.1.8
30202 type: gauge
30203 help: airMAX quality - 1.3.6.1.4.1.41112.1.4.7.1.8
30204 indexes:
30205 - labelname: ubntWlStatIndex
30206 type: gauge
30207 - labelname: ubntStaMac
30208 type: PhysAddress48
30209 fixed_size: 6
30210 - name: ubntStaAmc
30211 oid: 1.3.6.1.4.1.41112.1.4.7.1.9
30212 type: gauge
30213 help: airMAX capacity - 1.3.6.1.4.1.41112.1.4.7.1.9
30214 indexes:
30215 - labelname: ubntWlStatIndex
30216 type: gauge
30217 - labelname: ubntStaMac
30218 type: PhysAddress48
30219 fixed_size: 6
30220 - name: ubntStaLastIp
30221 oid: 1.3.6.1.4.1.41112.1.4.7.1.10
30222 type: InetAddressIPv4
30223 help: Last known IP address - 1.3.6.1.4.1.41112.1.4.7.1.10
30224 indexes:
30225 - labelname: ubntWlStatIndex
30226 type: gauge
30227 - labelname: ubntStaMac
30228 type: PhysAddress48
30229 fixed_size: 6
30230 - name: ubntStaTxRate
30231 oid: 1.3.6.1.4.1.41112.1.4.7.1.11
30232 type: gauge
30233 help: TX rate - 1.3.6.1.4.1.41112.1.4.7.1.11
30234 indexes:
30235 - labelname: ubntWlStatIndex
30236 type: gauge
30237 - labelname: ubntStaMac
30238 type: PhysAddress48
30239 fixed_size: 6
30240 - name: ubntStaRxRate
30241 oid: 1.3.6.1.4.1.41112.1.4.7.1.12
30242 type: gauge
30243 help: RX rate - 1.3.6.1.4.1.41112.1.4.7.1.12
30244 indexes:
30245 - labelname: ubntWlStatIndex
30246 type: gauge
30247 - labelname: ubntStaMac
30248 type: PhysAddress48
30249 fixed_size: 6
30250 - name: ubntStaTxBytes
30251 oid: 1.3.6.1.4.1.41112.1.4.7.1.13
30252 type: counter
30253 help: TX bytes - 1.3.6.1.4.1.41112.1.4.7.1.13
30254 indexes:
30255 - labelname: ubntWlStatIndex
30256 type: gauge
30257 - labelname: ubntStaMac
30258 type: PhysAddress48
30259 fixed_size: 6
30260 - name: ubntStaRxBytes
30261 oid: 1.3.6.1.4.1.41112.1.4.7.1.14
30262 type: counter
30263 help: TX rate - 1.3.6.1.4.1.41112.1.4.7.1.14
30264 indexes:
30265 - labelname: ubntWlStatIndex
30266 type: gauge
30267 - labelname: ubntStaMac
30268 type: PhysAddress48
30269 fixed_size: 6
30270 - name: ubntStaConnTime
30271 oid: 1.3.6.1.4.1.41112.1.4.7.1.15
30272 type: gauge
30273 help: Connection Time in seconds - 1.3.6.1.4.1.41112.1.4.7.1.15
30274 indexes:
30275 - labelname: ubntWlStatIndex
30276 type: gauge
30277 - labelname: ubntStaMac
30278 type: PhysAddress48
30279 fixed_size: 6
30280 - name: ubntStaLocalCINR
30281 oid: 1.3.6.1.4.1.41112.1.4.7.1.16
30282 type: gauge
30283 help: Local CINR - 1.3.6.1.4.1.41112.1.4.7.1.16
30284 indexes:
30285 - labelname: ubntWlStatIndex
30286 type: gauge
30287 - labelname: ubntStaMac
30288 type: PhysAddress48
30289 fixed_size: 6
30290 - name: ubntStaTxCapacity
30291 oid: 1.3.6.1.4.1.41112.1.4.7.1.17
30292 type: gauge
30293 help: Uplink Capacity in Kbps - 1.3.6.1.4.1.41112.1.4.7.1.17
30294 indexes:
30295 - labelname: ubntWlStatIndex
30296 type: gauge
30297 - labelname: ubntStaMac
30298 type: PhysAddress48
30299 fixed_size: 6
30300 - name: ubntStaRxCapacity
30301 oid: 1.3.6.1.4.1.41112.1.4.7.1.18
30302 type: gauge
30303 help: Downlink Capacity in Kbps - 1.3.6.1.4.1.41112.1.4.7.1.18
30304 indexes:
30305 - labelname: ubntWlStatIndex
30306 type: gauge
30307 - labelname: ubntStaMac
30308 type: PhysAddress48
30309 fixed_size: 6
30310 - name: ubntStaTxAirtime
30311 oid: 1.3.6.1.4.1.41112.1.4.7.1.19
30312 type: gauge
30313 help: Uplink Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.7.1.19
30314 indexes:
30315 - labelname: ubntWlStatIndex
30316 type: gauge
30317 - labelname: ubntStaMac
30318 type: PhysAddress48
30319 fixed_size: 6
30320 - name: ubntStaRxAirtime
30321 oid: 1.3.6.1.4.1.41112.1.4.7.1.20
30322 type: gauge
30323 help: Downlink Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.7.1.20
30324 indexes:
30325 - labelname: ubntWlStatIndex
30326 type: gauge
30327 - labelname: ubntStaMac
30328 type: PhysAddress48
30329 fixed_size: 6
30330 - name: ubntStaTxLatency
30331 oid: 1.3.6.1.4.1.41112.1.4.7.1.21
30332 type: gauge
30333 help: Uplink Latency in milliseconds - 1.3.6.1.4.1.41112.1.4.7.1.21
30334 indexes:
30335 - labelname: ubntWlStatIndex
30336 type: gauge
30337 - labelname: ubntStaMac
30338 type: PhysAddress48
30339 fixed_size: 6
30340 - name: ubntHostLocaltime
30341 oid: 1.3.6.1.4.1.41112.1.4.8.1
30342 type: DisplayString
30343 help: Host local time - 1.3.6.1.4.1.41112.1.4.8.1
30344 - name: ubntHostNetrole
30345 oid: 1.3.6.1.4.1.41112.1.4.8.2
30346 type: gauge
30347 help: Radio mode - 1.3.6.1.4.1.41112.1.4.8.2
30348 enum_values:
30349 0: unknown
30350 1: bridge
30351 2: router
30352 3: soho
30353 - name: ubntHostCpuLoad
30354 oid: 1.3.6.1.4.1.41112.1.4.8.3
30355 type: gauge
30356 help: Host CPU load - 1.3.6.1.4.1.41112.1.4.8.3
30357 - name: ubntHostTemperature
30358 oid: 1.3.6.1.4.1.41112.1.4.8.4
30359 type: gauge
30360 help: Host system temperature - 1.3.6.1.4.1.41112.1.4.8.4
30361 - name: ubntGpsStatus
30362 oid: 1.3.6.1.4.1.41112.1.4.9.1
30363 type: gauge
30364 help: GPS status - 1.3.6.1.4.1.41112.1.4.9.1
30365 enum_values:
30366 0: absent
30367 1: "off"
30368 2: "on"
30369 - name: ubntGpsFix
30370 oid: 1.3.6.1.4.1.41112.1.4.9.2
30371 type: gauge
30372 help: GPS Fix Obtained - 1.3.6.1.4.1.41112.1.4.9.2
30373 enum_values:
30374 0: unknown
30375 1: nofix
30376 2: fix2d
30377 3: fix3d
30378 - name: ubntGpsLat
30379 oid: 1.3.6.1.4.1.41112.1.4.9.3
30380 type: DisplayString
30381 help: GPS Latitude - 1.3.6.1.4.1.41112.1.4.9.3
30382 - name: ubntGpsLon
30383 oid: 1.3.6.1.4.1.41112.1.4.9.4
30384 type: DisplayString
30385 help: GPS Longitude - 1.3.6.1.4.1.41112.1.4.9.4
30386 - name: ubntGpsAltMeters
30387 oid: 1.3.6.1.4.1.41112.1.4.9.5
30388 type: DisplayString
30389 help: GPS Altitude (m) - 1.3.6.1.4.1.41112.1.4.9.5
30390 - name: ubntGpsAltFeet
30391 oid: 1.3.6.1.4.1.41112.1.4.9.6
30392 type: DisplayString
30393 help: GPS Altitude (ft) - 1.3.6.1.4.1.41112.1.4.9.6
30394 - name: ubntGpsSatsVisible
30395 oid: 1.3.6.1.4.1.41112.1.4.9.7
30396 type: gauge
30397 help: GPS Satellites Visible - 1.3.6.1.4.1.41112.1.4.9.7
30398 - name: ubntGpsSatsTracked
30399 oid: 1.3.6.1.4.1.41112.1.4.9.8
30400 type: gauge
30401 help: GPS Satellites Tracked - 1.3.6.1.4.1.41112.1.4.9.8
30402 - name: ubntGpsHDOP
30403 oid: 1.3.6.1.4.1.41112.1.4.9.9
30404 type: DisplayString
30405 help: GPS Horizontal Dilution of Precision - 1.3.6.1.4.1.41112.1.4.9.9
30406 ubiquiti_unifi:
30407 walk:
30408 - 1.3.6.1.2.1.2
30409 - 1.3.6.1.2.1.31.1.1
30410 - 1.3.6.1.4.1.41112.1.6
30411 get:
30412 - 1.3.6.1.2.1.1.3.0
30413 metrics:
30414 - name: sysUpTime
30415 oid: 1.3.6.1.2.1.1.3
30416 type: gauge
30417 help: The time (in hundredths of a second) since the network management portion
30418 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
30419 - name: ifNumber
30420 oid: 1.3.6.1.2.1.2.1
30421 type: gauge
30422 help: The number of network interfaces (regardless of their current state) present
30423 on this system. - 1.3.6.1.2.1.2.1
30424 - name: ifIndex
30425 oid: 1.3.6.1.2.1.2.2.1.1
30426 type: gauge
30427 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
30428 indexes:
30429 - labelname: ifIndex
30430 type: gauge
30431 lookups:
30432 - labels:
30433 - ifIndex
30434 labelname: ifName
30435 oid: 1.3.6.1.2.1.31.1.1.1.1
30436 type: DisplayString
30437 - name: ifDescr
30438 oid: 1.3.6.1.2.1.2.2.1.2
30439 type: DisplayString
30440 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
30441 indexes:
30442 - labelname: ifIndex
30443 type: gauge
30444 lookups:
30445 - labels:
30446 - ifIndex
30447 labelname: ifName
30448 oid: 1.3.6.1.2.1.31.1.1.1.1
30449 type: DisplayString
30450 - name: ifType
30451 oid: 1.3.6.1.2.1.2.2.1.3
30452 type: EnumAsInfo
30453 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
30454 indexes:
30455 - labelname: ifIndex
30456 type: gauge
30457 lookups:
30458 - labels:
30459 - ifIndex
30460 labelname: ifName
30461 oid: 1.3.6.1.2.1.31.1.1.1.1
30462 type: DisplayString
30463 enum_values:
30464 1: other
30465 2: regular1822
30466 3: hdh1822
30467 4: ddnX25
30468 5: rfc877x25
30469 6: ethernetCsmacd
30470 7: iso88023Csmacd
30471 8: iso88024TokenBus
30472 9: iso88025TokenRing
30473 10: iso88026Man
30474 11: starLan
30475 12: proteon10Mbit
30476 13: proteon80Mbit
30477 14: hyperchannel
30478 15: fddi
30479 16: lapb
30480 17: sdlc
30481 18: ds1
30482 19: e1
30483 20: basicISDN
30484 21: primaryISDN
30485 22: propPointToPointSerial
30486 23: ppp
30487 24: softwareLoopback
30488 25: eon
30489 26: ethernet3Mbit
30490 27: nsip
30491 28: slip
30492 29: ultra
30493 30: ds3
30494 31: sip
30495 32: frameRelay
30496 33: rs232
30497 34: para
30498 35: arcnet
30499 36: arcnetPlus
30500 37: atm
30501 38: miox25
30502 39: sonet
30503 40: x25ple
30504 41: iso88022llc
30505 42: localTalk
30506 43: smdsDxi
30507 44: frameRelayService
30508 45: v35
30509 46: hssi
30510 47: hippi
30511 48: modem
30512 49: aal5
30513 50: sonetPath
30514 51: sonetVT
30515 52: smdsIcip
30516 53: propVirtual
30517 54: propMultiplexor
30518 55: ieee80212
30519 56: fibreChannel
30520 57: hippiInterface
30521 58: frameRelayInterconnect
30522 59: aflane8023
30523 60: aflane8025
30524 61: cctEmul
30525 62: fastEther
30526 63: isdn
30527 64: v11
30528 65: v36
30529 66: g703at64k
30530 67: g703at2mb
30531 68: qllc
30532 69: fastEtherFX
30533 70: channel
30534 71: ieee80211
30535 72: ibm370parChan
30536 73: escon
30537 74: dlsw
30538 75: isdns
30539 76: isdnu
30540 77: lapd
30541 78: ipSwitch
30542 79: rsrb
30543 80: atmLogical
30544 81: ds0
30545 82: ds0Bundle
30546 83: bsc
30547 84: async
30548 85: cnr
30549 86: iso88025Dtr
30550 87: eplrs
30551 88: arap
30552 89: propCnls
30553 90: hostPad
30554 91: termPad
30555 92: frameRelayMPI
30556 93: x213
30557 94: adsl
30558 95: radsl
30559 96: sdsl
30560 97: vdsl
30561 98: iso88025CRFPInt
30562 99: myrinet
30563 100: voiceEM
30564 101: voiceFXO
30565 102: voiceFXS
30566 103: voiceEncap
30567 104: voiceOverIp
30568 105: atmDxi
30569 106: atmFuni
30570 107: atmIma
30571 108: pppMultilinkBundle
30572 109: ipOverCdlc
30573 110: ipOverClaw
30574 111: stackToStack
30575 112: virtualIpAddress
30576 113: mpc
30577 114: ipOverAtm
30578 115: iso88025Fiber
30579 116: tdlc
30580 117: gigabitEthernet
30581 118: hdlc
30582 119: lapf
30583 120: v37
30584 121: x25mlp
30585 122: x25huntGroup
30586 123: transpHdlc
30587 124: interleave
30588 125: fast
30589 126: ip
30590 127: docsCableMaclayer
30591 128: docsCableDownstream
30592 129: docsCableUpstream
30593 130: a12MppSwitch
30594 131: tunnel
30595 132: coffee
30596 133: ces
30597 134: atmSubInterface
30598 135: l2vlan
30599 136: l3ipvlan
30600 137: l3ipxvlan
30601 138: digitalPowerline
30602 139: mediaMailOverIp
30603 140: dtm
30604 141: dcn
30605 142: ipForward
30606 143: msdsl
30607 144: ieee1394
30608 145: if-gsn
30609 146: dvbRccMacLayer
30610 147: dvbRccDownstream
30611 148: dvbRccUpstream
30612 149: atmVirtual
30613 150: mplsTunnel
30614 151: srp
30615 152: voiceOverAtm
30616 153: voiceOverFrameRelay
30617 154: idsl
30618 155: compositeLink
30619 156: ss7SigLink
30620 157: propWirelessP2P
30621 158: frForward
30622 159: rfc1483
30623 160: usb
30624 161: ieee8023adLag
30625 162: bgppolicyaccounting
30626 163: frf16MfrBundle
30627 164: h323Gatekeeper
30628 165: h323Proxy
30629 166: mpls
30630 167: mfSigLink
30631 168: hdsl2
30632 169: shdsl
30633 170: ds1FDL
30634 171: pos
30635 172: dvbAsiIn
30636 173: dvbAsiOut
30637 174: plc
30638 175: nfas
30639 176: tr008
30640 177: gr303RDT
30641 178: gr303IDT
30642 179: isup
30643 180: propDocsWirelessMaclayer
30644 181: propDocsWirelessDownstream
30645 182: propDocsWirelessUpstream
30646 183: hiperlan2
30647 184: propBWAp2Mp
30648 185: sonetOverheadChannel
30649 186: digitalWrapperOverheadChannel
30650 187: aal2
30651 188: radioMAC
30652 189: atmRadio
30653 190: imt
30654 191: mvl
30655 192: reachDSL
30656 193: frDlciEndPt
30657 194: atmVciEndPt
30658 195: opticalChannel
30659 196: opticalTransport
30660 197: propAtm
30661 198: voiceOverCable
30662 199: infiniband
30663 200: teLink
30664 201: q2931
30665 202: virtualTg
30666 203: sipTg
30667 204: sipSig
30668 205: docsCableUpstreamChannel
30669 206: econet
30670 207: pon155
30671 208: pon622
30672 209: bridge
30673 210: linegroup
30674 211: voiceEMFGD
30675 212: voiceFGDEANA
30676 213: voiceDID
30677 214: mpegTransport
30678 215: sixToFour
30679 216: gtp
30680 217: pdnEtherLoop1
30681 218: pdnEtherLoop2
30682 219: opticalChannelGroup
30683 220: homepna
30684 221: gfp
30685 222: ciscoISLvlan
30686 223: actelisMetaLOOP
30687 224: fcipLink
30688 225: rpr
30689 226: qam
30690 227: lmp
30691 228: cblVectaStar
30692 229: docsCableMCmtsDownstream
30693 230: adsl2
30694 231: macSecControlledIF
30695 232: macSecUncontrolledIF
30696 233: aviciOpticalEther
30697 234: atmbond
30698 235: voiceFGDOS
30699 236: mocaVersion1
30700 237: ieee80216WMAN
30701 238: adsl2plus
30702 239: dvbRcsMacLayer
30703 240: dvbTdm
30704 241: dvbRcsTdma
30705 242: x86Laps
30706 243: wwanPP
30707 244: wwanPP2
30708 245: voiceEBS
30709 246: ifPwType
30710 247: ilan
30711 248: pip
30712 249: aluELP
30713 250: gpon
30714 251: vdsl2
30715 252: capwapDot11Profile
30716 253: capwapDot11Bss
30717 254: capwapWtpVirtualRadio
30718 255: bits
30719 256: docsCableUpstreamRfPort
30720 257: cableDownstreamRfPort
30721 258: vmwareVirtualNic
30722 259: ieee802154
30723 260: otnOdu
30724 261: otnOtu
30725 262: ifVfiType
30726 263: g9981
30727 264: g9982
30728 265: g9983
30729 266: aluEpon
30730 267: aluEponOnu
30731 268: aluEponPhysicalUni
30732 269: aluEponLogicalLink
30733 270: aluGponOnu
30734 271: aluGponPhysicalUni
30735 272: vmwareNicTeam
30736 277: docsOfdmDownstream
30737 278: docsOfdmaUpstream
30738 279: gfast
30739 280: sdci
30740 281: xboxWireless
30741 282: fastdsl
30742 283: docsCableScte55d1FwdOob
30743 284: docsCableScte55d1RetOob
30744 285: docsCableScte55d2DsOob
30745 286: docsCableScte55d2UsOob
30746 287: docsCableNdf
30747 288: docsCableNdr
30748 289: ptm
30749 290: ghn
30750 291: otnOtsi
30751 292: otnOtuc
30752 293: otnOduc
30753 294: otnOtsig
30754 295: microwaveCarrierTermination
30755 296: microwaveRadioLinkTerminal
30756 297: ieee8021axDrni
30757 298: ax25
30758 299: ieee19061nanocom
30759 300: cpri
30760 301: omni
30761 302: roe
30762 303: p2pOverLan
30763 - name: ifMtu
30764 oid: 1.3.6.1.2.1.2.2.1.4
30765 type: gauge
30766 help: The size of the largest packet which can be sent/received on the interface,
30767 specified in octets - 1.3.6.1.2.1.2.2.1.4
30768 indexes:
30769 - labelname: ifIndex
30770 type: gauge
30771 lookups:
30772 - labels:
30773 - ifIndex
30774 labelname: ifName
30775 oid: 1.3.6.1.2.1.31.1.1.1.1
30776 type: DisplayString
30777 - name: ifSpeed
30778 oid: 1.3.6.1.2.1.2.2.1.5
30779 type: gauge
30780 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
30781 indexes:
30782 - labelname: ifIndex
30783 type: gauge
30784 lookups:
30785 - labels:
30786 - ifIndex
30787 labelname: ifName
30788 oid: 1.3.6.1.2.1.31.1.1.1.1
30789 type: DisplayString
30790 - name: ifPhysAddress
30791 oid: 1.3.6.1.2.1.2.2.1.6
30792 type: PhysAddress48
30793 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
30794 indexes:
30795 - labelname: ifIndex
30796 type: gauge
30797 lookups:
30798 - labels:
30799 - ifIndex
30800 labelname: ifName
30801 oid: 1.3.6.1.2.1.31.1.1.1.1
30802 type: DisplayString
30803 - name: ifAdminStatus
30804 oid: 1.3.6.1.2.1.2.2.1.7
30805 type: gauge
30806 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
30807 indexes:
30808 - labelname: ifIndex
30809 type: gauge
30810 lookups:
30811 - labels:
30812 - ifIndex
30813 labelname: ifName
30814 oid: 1.3.6.1.2.1.31.1.1.1.1
30815 type: DisplayString
30816 enum_values:
30817 1: up
30818 2: down
30819 3: testing
30820 - name: ifOperStatus
30821 oid: 1.3.6.1.2.1.2.2.1.8
30822 type: gauge
30823 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
30824 indexes:
30825 - labelname: ifIndex
30826 type: gauge
30827 lookups:
30828 - labels:
30829 - ifIndex
30830 labelname: ifName
30831 oid: 1.3.6.1.2.1.31.1.1.1.1
30832 type: DisplayString
30833 enum_values:
30834 1: up
30835 2: down
30836 3: testing
30837 4: unknown
30838 5: dormant
30839 6: notPresent
30840 7: lowerLayerDown
30841 - name: ifLastChange
30842 oid: 1.3.6.1.2.1.2.2.1.9
30843 type: gauge
30844 help: The value of sysUpTime at the time the interface entered its current operational
30845 state - 1.3.6.1.2.1.2.2.1.9
30846 indexes:
30847 - labelname: ifIndex
30848 type: gauge
30849 lookups:
30850 - labels:
30851 - ifIndex
30852 labelname: ifName
30853 oid: 1.3.6.1.2.1.31.1.1.1.1
30854 type: DisplayString
30855 - name: ifInOctets
30856 oid: 1.3.6.1.2.1.2.2.1.10
30857 type: counter
30858 help: The total number of octets received on the interface, including framing
30859 characters - 1.3.6.1.2.1.2.2.1.10
30860 indexes:
30861 - labelname: ifIndex
30862 type: gauge
30863 lookups:
30864 - labels:
30865 - ifIndex
30866 labelname: ifName
30867 oid: 1.3.6.1.2.1.31.1.1.1.1
30868 type: DisplayString
30869 - name: ifInUcastPkts
30870 oid: 1.3.6.1.2.1.2.2.1.11
30871 type: counter
30872 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
30873 which were not addressed to a multicast or broadcast address at this sub-layer
30874 - 1.3.6.1.2.1.2.2.1.11
30875 indexes:
30876 - labelname: ifIndex
30877 type: gauge
30878 lookups:
30879 - labels:
30880 - ifIndex
30881 labelname: ifName
30882 oid: 1.3.6.1.2.1.31.1.1.1.1
30883 type: DisplayString
30884 - name: ifInNUcastPkts
30885 oid: 1.3.6.1.2.1.2.2.1.12
30886 type: counter
30887 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
30888 which were addressed to a multicast or broadcast address at this sub-layer -
30889 1.3.6.1.2.1.2.2.1.12
30890 indexes:
30891 - labelname: ifIndex
30892 type: gauge
30893 lookups:
30894 - labels:
30895 - ifIndex
30896 labelname: ifName
30897 oid: 1.3.6.1.2.1.31.1.1.1.1
30898 type: DisplayString
30899 - name: ifInDiscards
30900 oid: 1.3.6.1.2.1.2.2.1.13
30901 type: counter
30902 help: The number of inbound packets which were chosen to be discarded even though
30903 no errors had been detected to prevent their being deliverable to a higher-layer
30904 protocol - 1.3.6.1.2.1.2.2.1.13
30905 indexes:
30906 - labelname: ifIndex
30907 type: gauge
30908 lookups:
30909 - labels:
30910 - ifIndex
30911 labelname: ifName
30912 oid: 1.3.6.1.2.1.31.1.1.1.1
30913 type: DisplayString
30914 - name: ifInErrors
30915 oid: 1.3.6.1.2.1.2.2.1.14
30916 type: counter
30917 help: For packet-oriented interfaces, the number of inbound packets that contained
30918 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
30919 indexes:
30920 - labelname: ifIndex
30921 type: gauge
30922 lookups:
30923 - labels:
30924 - ifIndex
30925 labelname: ifName
30926 oid: 1.3.6.1.2.1.31.1.1.1.1
30927 type: DisplayString
30928 - name: ifInUnknownProtos
30929 oid: 1.3.6.1.2.1.2.2.1.15
30930 type: counter
30931 help: For packet-oriented interfaces, the number of packets received via the interface
30932 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
30933 indexes:
30934 - labelname: ifIndex
30935 type: gauge
30936 lookups:
30937 - labels:
30938 - ifIndex
30939 labelname: ifName
30940 oid: 1.3.6.1.2.1.31.1.1.1.1
30941 type: DisplayString
30942 - name: ifOutOctets
30943 oid: 1.3.6.1.2.1.2.2.1.16
30944 type: counter
30945 help: The total number of octets transmitted out of the interface, including framing
30946 characters - 1.3.6.1.2.1.2.2.1.16
30947 indexes:
30948 - labelname: ifIndex
30949 type: gauge
30950 lookups:
30951 - labels:
30952 - ifIndex
30953 labelname: ifName
30954 oid: 1.3.6.1.2.1.31.1.1.1.1
30955 type: DisplayString
30956 - name: ifOutUcastPkts
30957 oid: 1.3.6.1.2.1.2.2.1.17
30958 type: counter
30959 help: The total number of packets that higher-level protocols requested be transmitted,
30960 and which were not addressed to a multicast or broadcast address at this sub-layer,
30961 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
30962 indexes:
30963 - labelname: ifIndex
30964 type: gauge
30965 lookups:
30966 - labels:
30967 - ifIndex
30968 labelname: ifName
30969 oid: 1.3.6.1.2.1.31.1.1.1.1
30970 type: DisplayString
30971 - name: ifOutNUcastPkts
30972 oid: 1.3.6.1.2.1.2.2.1.18
30973 type: counter
30974 help: The total number of packets that higher-level protocols requested be transmitted,
30975 and which were addressed to a multicast or broadcast address at this sub-layer,
30976 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
30977 indexes:
30978 - labelname: ifIndex
30979 type: gauge
30980 lookups:
30981 - labels:
30982 - ifIndex
30983 labelname: ifName
30984 oid: 1.3.6.1.2.1.31.1.1.1.1
30985 type: DisplayString
30986 - name: ifOutDiscards
30987 oid: 1.3.6.1.2.1.2.2.1.19
30988 type: counter
30989 help: The number of outbound packets which were chosen to be discarded even though
30990 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
30991 indexes:
30992 - labelname: ifIndex
30993 type: gauge
30994 lookups:
30995 - labels:
30996 - ifIndex
30997 labelname: ifName
30998 oid: 1.3.6.1.2.1.31.1.1.1.1
30999 type: DisplayString
31000 - name: ifOutErrors
31001 oid: 1.3.6.1.2.1.2.2.1.20
31002 type: counter
31003 help: For packet-oriented interfaces, the number of outbound packets that could
31004 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
31005 indexes:
31006 - labelname: ifIndex
31007 type: gauge
31008 lookups:
31009 - labels:
31010 - ifIndex
31011 labelname: ifName
31012 oid: 1.3.6.1.2.1.31.1.1.1.1
31013 type: DisplayString
31014 - name: ifOutQLen
31015 oid: 1.3.6.1.2.1.2.2.1.21
31016 type: gauge
31017 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
31018 indexes:
31019 - labelname: ifIndex
31020 type: gauge
31021 lookups:
31022 - labels:
31023 - ifIndex
31024 labelname: ifName
31025 oid: 1.3.6.1.2.1.31.1.1.1.1
31026 type: DisplayString
31027 - name: ifSpecific
31028 oid: 1.3.6.1.2.1.2.2.1.22
31029 type: OctetString
31030 help: A reference to MIB definitions specific to the particular media being used
31031 to realize the interface - 1.3.6.1.2.1.2.2.1.22
31032 indexes:
31033 - labelname: ifIndex
31034 type: gauge
31035 lookups:
31036 - labels:
31037 - ifIndex
31038 labelname: ifName
31039 oid: 1.3.6.1.2.1.31.1.1.1.1
31040 type: DisplayString
31041 - name: ifName
31042 oid: 1.3.6.1.2.1.31.1.1.1.1
31043 type: DisplayString
31044 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
31045 indexes:
31046 - labelname: ifIndex
31047 type: gauge
31048 lookups:
31049 - labels:
31050 - ifIndex
31051 labelname: ifName
31052 oid: 1.3.6.1.2.1.31.1.1.1.1
31053 type: DisplayString
31054 - name: ifInMulticastPkts
31055 oid: 1.3.6.1.2.1.31.1.1.1.2
31056 type: counter
31057 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31058 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
31059 indexes:
31060 - labelname: ifIndex
31061 type: gauge
31062 lookups:
31063 - labels:
31064 - ifIndex
31065 labelname: ifName
31066 oid: 1.3.6.1.2.1.31.1.1.1.1
31067 type: DisplayString
31068 - name: ifInBroadcastPkts
31069 oid: 1.3.6.1.2.1.31.1.1.1.3
31070 type: counter
31071 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31072 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
31073 indexes:
31074 - labelname: ifIndex
31075 type: gauge
31076 lookups:
31077 - labels:
31078 - ifIndex
31079 labelname: ifName
31080 oid: 1.3.6.1.2.1.31.1.1.1.1
31081 type: DisplayString
31082 - name: ifOutMulticastPkts
31083 oid: 1.3.6.1.2.1.31.1.1.1.4
31084 type: counter
31085 help: The total number of packets that higher-level protocols requested be transmitted,
31086 and which were addressed to a multicast address at this sub-layer, including
31087 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
31088 indexes:
31089 - labelname: ifIndex
31090 type: gauge
31091 lookups:
31092 - labels:
31093 - ifIndex
31094 labelname: ifName
31095 oid: 1.3.6.1.2.1.31.1.1.1.1
31096 type: DisplayString
31097 - name: ifOutBroadcastPkts
31098 oid: 1.3.6.1.2.1.31.1.1.1.5
31099 type: counter
31100 help: The total number of packets that higher-level protocols requested be transmitted,
31101 and which were addressed to a broadcast address at this sub-layer, including
31102 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
31103 indexes:
31104 - labelname: ifIndex
31105 type: gauge
31106 lookups:
31107 - labels:
31108 - ifIndex
31109 labelname: ifName
31110 oid: 1.3.6.1.2.1.31.1.1.1.1
31111 type: DisplayString
31112 - name: ifHCInOctets
31113 oid: 1.3.6.1.2.1.31.1.1.1.6
31114 type: counter
31115 help: The total number of octets received on the interface, including framing
31116 characters - 1.3.6.1.2.1.31.1.1.1.6
31117 indexes:
31118 - labelname: ifIndex
31119 type: gauge
31120 lookups:
31121 - labels:
31122 - ifIndex
31123 labelname: ifName
31124 oid: 1.3.6.1.2.1.31.1.1.1.1
31125 type: DisplayString
31126 - name: ifHCInUcastPkts
31127 oid: 1.3.6.1.2.1.31.1.1.1.7
31128 type: counter
31129 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31130 which were not addressed to a multicast or broadcast address at this sub-layer
31131 - 1.3.6.1.2.1.31.1.1.1.7
31132 indexes:
31133 - labelname: ifIndex
31134 type: gauge
31135 lookups:
31136 - labels:
31137 - ifIndex
31138 labelname: ifName
31139 oid: 1.3.6.1.2.1.31.1.1.1.1
31140 type: DisplayString
31141 - name: ifHCInMulticastPkts
31142 oid: 1.3.6.1.2.1.31.1.1.1.8
31143 type: counter
31144 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31145 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
31146 indexes:
31147 - labelname: ifIndex
31148 type: gauge
31149 lookups:
31150 - labels:
31151 - ifIndex
31152 labelname: ifName
31153 oid: 1.3.6.1.2.1.31.1.1.1.1
31154 type: DisplayString
31155 - name: ifHCInBroadcastPkts
31156 oid: 1.3.6.1.2.1.31.1.1.1.9
31157 type: counter
31158 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31159 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
31160 indexes:
31161 - labelname: ifIndex
31162 type: gauge
31163 lookups:
31164 - labels:
31165 - ifIndex
31166 labelname: ifName
31167 oid: 1.3.6.1.2.1.31.1.1.1.1
31168 type: DisplayString
31169 - name: ifHCOutOctets
31170 oid: 1.3.6.1.2.1.31.1.1.1.10
31171 type: counter
31172 help: The total number of octets transmitted out of the interface, including framing
31173 characters - 1.3.6.1.2.1.31.1.1.1.10
31174 indexes:
31175 - labelname: ifIndex
31176 type: gauge
31177 lookups:
31178 - labels:
31179 - ifIndex
31180 labelname: ifName
31181 oid: 1.3.6.1.2.1.31.1.1.1.1
31182 type: DisplayString
31183 - name: ifHCOutUcastPkts
31184 oid: 1.3.6.1.2.1.31.1.1.1.11
31185 type: counter
31186 help: The total number of packets that higher-level protocols requested be transmitted,
31187 and which were not addressed to a multicast or broadcast address at this sub-layer,
31188 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
31189 indexes:
31190 - labelname: ifIndex
31191 type: gauge
31192 lookups:
31193 - labels:
31194 - ifIndex
31195 labelname: ifName
31196 oid: 1.3.6.1.2.1.31.1.1.1.1
31197 type: DisplayString
31198 - name: ifHCOutMulticastPkts
31199 oid: 1.3.6.1.2.1.31.1.1.1.12
31200 type: counter
31201 help: The total number of packets that higher-level protocols requested be transmitted,
31202 and which were addressed to a multicast address at this sub-layer, including
31203 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
31204 indexes:
31205 - labelname: ifIndex
31206 type: gauge
31207 lookups:
31208 - labels:
31209 - ifIndex
31210 labelname: ifName
31211 oid: 1.3.6.1.2.1.31.1.1.1.1
31212 type: DisplayString
31213 - name: ifHCOutBroadcastPkts
31214 oid: 1.3.6.1.2.1.31.1.1.1.13
31215 type: counter
31216 help: The total number of packets that higher-level protocols requested be transmitted,
31217 and which were addressed to a broadcast address at this sub-layer, including
31218 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
31219 indexes:
31220 - labelname: ifIndex
31221 type: gauge
31222 lookups:
31223 - labels:
31224 - ifIndex
31225 labelname: ifName
31226 oid: 1.3.6.1.2.1.31.1.1.1.1
31227 type: DisplayString
31228 - name: ifLinkUpDownTrapEnable
31229 oid: 1.3.6.1.2.1.31.1.1.1.14
31230 type: gauge
31231 help: Indicates whether linkUp/linkDown traps should be generated for this interface
31232 - 1.3.6.1.2.1.31.1.1.1.14
31233 indexes:
31234 - labelname: ifIndex
31235 type: gauge
31236 lookups:
31237 - labels:
31238 - ifIndex
31239 labelname: ifName
31240 oid: 1.3.6.1.2.1.31.1.1.1.1
31241 type: DisplayString
31242 enum_values:
31243 1: enabled
31244 2: disabled
31245 - name: ifHighSpeed
31246 oid: 1.3.6.1.2.1.31.1.1.1.15
31247 type: gauge
31248 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
31249 per second - 1.3.6.1.2.1.31.1.1.1.15
31250 indexes:
31251 - labelname: ifIndex
31252 type: gauge
31253 lookups:
31254 - labels:
31255 - ifIndex
31256 labelname: ifName
31257 oid: 1.3.6.1.2.1.31.1.1.1.1
31258 type: DisplayString
31259 - name: ifPromiscuousMode
31260 oid: 1.3.6.1.2.1.31.1.1.1.16
31261 type: gauge
31262 help: This object has a value of false(2) if this interface only accepts packets/frames
31263 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
31264 indexes:
31265 - labelname: ifIndex
31266 type: gauge
31267 lookups:
31268 - labels:
31269 - ifIndex
31270 labelname: ifName
31271 oid: 1.3.6.1.2.1.31.1.1.1.1
31272 type: DisplayString
31273 enum_values:
31274 1: "true"
31275 2: "false"
31276 - name: ifConnectorPresent
31277 oid: 1.3.6.1.2.1.31.1.1.1.17
31278 type: gauge
31279 help: This object has the value 'true(1)' if the interface sublayer has a physical
31280 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
31281 indexes:
31282 - labelname: ifIndex
31283 type: gauge
31284 lookups:
31285 - labels:
31286 - ifIndex
31287 labelname: ifName
31288 oid: 1.3.6.1.2.1.31.1.1.1.1
31289 type: DisplayString
31290 enum_values:
31291 1: "true"
31292 2: "false"
31293 - name: ifAlias
31294 oid: 1.3.6.1.2.1.31.1.1.1.18
31295 type: DisplayString
31296 help: This object is an 'alias' name for the interface as specified by a network
31297 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
31298 indexes:
31299 - labelname: ifIndex
31300 type: gauge
31301 lookups:
31302 - labels:
31303 - ifIndex
31304 labelname: ifName
31305 oid: 1.3.6.1.2.1.31.1.1.1.1
31306 type: DisplayString
31307 - name: ifCounterDiscontinuityTime
31308 oid: 1.3.6.1.2.1.31.1.1.1.19
31309 type: gauge
31310 help: The value of sysUpTime on the most recent occasion at which any one or more
31311 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
31312 indexes:
31313 - labelname: ifIndex
31314 type: gauge
31315 lookups:
31316 - labels:
31317 - ifIndex
31318 labelname: ifName
31319 oid: 1.3.6.1.2.1.31.1.1.1.1
31320 type: DisplayString
31321 - name: unifiRadioIndex
31322 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.1
31323 type: gauge
31324 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.1'
31325 indexes:
31326 - labelname: unifiRadioIndex
31327 type: gauge
31328 - name: unifiRadioName
31329 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.2
31330 type: DisplayString
31331 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.2'
31332 indexes:
31333 - labelname: unifiRadioIndex
31334 type: gauge
31335 - name: unifiRadioRadio
31336 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.3
31337 type: DisplayString
31338 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.3'
31339 indexes:
31340 - labelname: unifiRadioIndex
31341 type: gauge
31342 - name: unifiRadioRxPackets
31343 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.4
31344 type: counter
31345 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.4'
31346 indexes:
31347 - labelname: unifiRadioIndex
31348 type: gauge
31349 - name: unifiRadioTxPackets
31350 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.5
31351 type: counter
31352 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.5'
31353 indexes:
31354 - labelname: unifiRadioIndex
31355 type: gauge
31356 - name: unifiRadioCuTotal
31357 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.6
31358 type: gauge
31359 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.6'
31360 indexes:
31361 - labelname: unifiRadioIndex
31362 type: gauge
31363 - name: unifiRadioCuSelfRx
31364 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.7
31365 type: gauge
31366 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.7'
31367 indexes:
31368 - labelname: unifiRadioIndex
31369 type: gauge
31370 - name: unifiRadioCuSelfTx
31371 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.8
31372 type: gauge
31373 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.8'
31374 indexes:
31375 - labelname: unifiRadioIndex
31376 type: gauge
31377 - name: unifiRadioOtherBss
31378 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.9
31379 type: gauge
31380 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.9'
31381 indexes:
31382 - labelname: unifiRadioIndex
31383 type: gauge
31384 - name: unifiVapIndex
31385 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.1
31386 type: gauge
31387 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.1'
31388 indexes:
31389 - labelname: unifiVapIndex
31390 type: gauge
31391 lookups:
31392 - labels:
31393 - unifiVapIndex
31394 labelname: unifiVapName
31395 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31396 type: DisplayString
31397 - labels:
31398 - unifiVapIndex
31399 labelname: unifiVapEssId
31400 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31401 type: DisplayString
31402 - name: unifiVapBssId
31403 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.2
31404 type: PhysAddress48
31405 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.2'
31406 indexes:
31407 - labelname: unifiVapIndex
31408 type: gauge
31409 lookups:
31410 - labels:
31411 - unifiVapIndex
31412 labelname: unifiVapName
31413 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31414 type: DisplayString
31415 - labels:
31416 - unifiVapIndex
31417 labelname: unifiVapEssId
31418 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31419 type: DisplayString
31420 - name: unifiVapCcq
31421 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.3
31422 type: gauge
31423 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.3'
31424 indexes:
31425 - labelname: unifiVapIndex
31426 type: gauge
31427 lookups:
31428 - labels:
31429 - unifiVapIndex
31430 labelname: unifiVapName
31431 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31432 type: DisplayString
31433 - labels:
31434 - unifiVapIndex
31435 labelname: unifiVapEssId
31436 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31437 type: DisplayString
31438 - name: unifiVapChannel
31439 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.4
31440 type: gauge
31441 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.4'
31442 indexes:
31443 - labelname: unifiVapIndex
31444 type: gauge
31445 lookups:
31446 - labels:
31447 - unifiVapIndex
31448 labelname: unifiVapName
31449 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31450 type: DisplayString
31451 - labels:
31452 - unifiVapIndex
31453 labelname: unifiVapEssId
31454 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31455 type: DisplayString
31456 - name: unifiVapExtChannel
31457 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.5
31458 type: gauge
31459 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.5'
31460 indexes:
31461 - labelname: unifiVapIndex
31462 type: gauge
31463 lookups:
31464 - labels:
31465 - unifiVapIndex
31466 labelname: unifiVapName
31467 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31468 type: DisplayString
31469 - labels:
31470 - unifiVapIndex
31471 labelname: unifiVapEssId
31472 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31473 type: DisplayString
31474 - name: unifiVapEssId
31475 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31476 type: DisplayString
31477 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.6'
31478 indexes:
31479 - labelname: unifiVapIndex
31480 type: gauge
31481 lookups:
31482 - labels:
31483 - unifiVapIndex
31484 labelname: unifiVapName
31485 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31486 type: DisplayString
31487 - labels:
31488 - unifiVapIndex
31489 labelname: unifiVapEssId
31490 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31491 type: DisplayString
31492 - name: unifiVapName
31493 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31494 type: DisplayString
31495 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.7'
31496 indexes:
31497 - labelname: unifiVapIndex
31498 type: gauge
31499 lookups:
31500 - labels:
31501 - unifiVapIndex
31502 labelname: unifiVapName
31503 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31504 type: DisplayString
31505 - labels:
31506 - unifiVapIndex
31507 labelname: unifiVapEssId
31508 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31509 type: DisplayString
31510 - name: unifiVapNumStations
31511 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.8
31512 type: gauge
31513 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.8'
31514 indexes:
31515 - labelname: unifiVapIndex
31516 type: gauge
31517 lookups:
31518 - labels:
31519 - unifiVapIndex
31520 labelname: unifiVapName
31521 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31522 type: DisplayString
31523 - labels:
31524 - unifiVapIndex
31525 labelname: unifiVapEssId
31526 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31527 type: DisplayString
31528 - name: unifiVapRadio
31529 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.9
31530 type: DisplayString
31531 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.9'
31532 indexes:
31533 - labelname: unifiVapIndex
31534 type: gauge
31535 lookups:
31536 - labels:
31537 - unifiVapIndex
31538 labelname: unifiVapName
31539 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31540 type: DisplayString
31541 - labels:
31542 - unifiVapIndex
31543 labelname: unifiVapEssId
31544 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31545 type: DisplayString
31546 - name: unifiVapRxBytes
31547 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.10
31548 type: counter
31549 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.10'
31550 indexes:
31551 - labelname: unifiVapIndex
31552 type: gauge
31553 lookups:
31554 - labels:
31555 - unifiVapIndex
31556 labelname: unifiVapName
31557 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31558 type: DisplayString
31559 - labels:
31560 - unifiVapIndex
31561 labelname: unifiVapEssId
31562 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31563 type: DisplayString
31564 - name: unifiVapRxCrypts
31565 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.11
31566 type: counter
31567 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.11'
31568 indexes:
31569 - labelname: unifiVapIndex
31570 type: gauge
31571 lookups:
31572 - labels:
31573 - unifiVapIndex
31574 labelname: unifiVapName
31575 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31576 type: DisplayString
31577 - labels:
31578 - unifiVapIndex
31579 labelname: unifiVapEssId
31580 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31581 type: DisplayString
31582 - name: unifiVapRxDropped
31583 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.12
31584 type: counter
31585 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.12'
31586 indexes:
31587 - labelname: unifiVapIndex
31588 type: gauge
31589 lookups:
31590 - labels:
31591 - unifiVapIndex
31592 labelname: unifiVapName
31593 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31594 type: DisplayString
31595 - labels:
31596 - unifiVapIndex
31597 labelname: unifiVapEssId
31598 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31599 type: DisplayString
31600 - name: unifiVapRxErrors
31601 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.13
31602 type: counter
31603 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.13'
31604 indexes:
31605 - labelname: unifiVapIndex
31606 type: gauge
31607 lookups:
31608 - labels:
31609 - unifiVapIndex
31610 labelname: unifiVapName
31611 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31612 type: DisplayString
31613 - labels:
31614 - unifiVapIndex
31615 labelname: unifiVapEssId
31616 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31617 type: DisplayString
31618 - name: unifiVapRxFrags
31619 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.14
31620 type: counter
31621 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.14'
31622 indexes:
31623 - labelname: unifiVapIndex
31624 type: gauge
31625 lookups:
31626 - labels:
31627 - unifiVapIndex
31628 labelname: unifiVapName
31629 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31630 type: DisplayString
31631 - labels:
31632 - unifiVapIndex
31633 labelname: unifiVapEssId
31634 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31635 type: DisplayString
31636 - name: unifiVapRxPackets
31637 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.15
31638 type: counter
31639 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.15'
31640 indexes:
31641 - labelname: unifiVapIndex
31642 type: gauge
31643 lookups:
31644 - labels:
31645 - unifiVapIndex
31646 labelname: unifiVapName
31647 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31648 type: DisplayString
31649 - labels:
31650 - unifiVapIndex
31651 labelname: unifiVapEssId
31652 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31653 type: DisplayString
31654 - name: unifiVapTxBytes
31655 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.16
31656 type: counter
31657 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.16'
31658 indexes:
31659 - labelname: unifiVapIndex
31660 type: gauge
31661 lookups:
31662 - labels:
31663 - unifiVapIndex
31664 labelname: unifiVapName
31665 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31666 type: DisplayString
31667 - labels:
31668 - unifiVapIndex
31669 labelname: unifiVapEssId
31670 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31671 type: DisplayString
31672 - name: unifiVapTxDropped
31673 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.17
31674 type: counter
31675 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.17'
31676 indexes:
31677 - labelname: unifiVapIndex
31678 type: gauge
31679 lookups:
31680 - labels:
31681 - unifiVapIndex
31682 labelname: unifiVapName
31683 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31684 type: DisplayString
31685 - labels:
31686 - unifiVapIndex
31687 labelname: unifiVapEssId
31688 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31689 type: DisplayString
31690 - name: unifiVapTxErrors
31691 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.18
31692 type: counter
31693 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.18'
31694 indexes:
31695 - labelname: unifiVapIndex
31696 type: gauge
31697 lookups:
31698 - labels:
31699 - unifiVapIndex
31700 labelname: unifiVapName
31701 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31702 type: DisplayString
31703 - labels:
31704 - unifiVapIndex
31705 labelname: unifiVapEssId
31706 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31707 type: DisplayString
31708 - name: unifiVapTxPackets
31709 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.19
31710 type: counter
31711 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.19'
31712 indexes:
31713 - labelname: unifiVapIndex
31714 type: gauge
31715 lookups:
31716 - labels:
31717 - unifiVapIndex
31718 labelname: unifiVapName
31719 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31720 type: DisplayString
31721 - labels:
31722 - unifiVapIndex
31723 labelname: unifiVapEssId
31724 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31725 type: DisplayString
31726 - name: unifiVapTxRetries
31727 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.20
31728 type: counter
31729 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.20'
31730 indexes:
31731 - labelname: unifiVapIndex
31732 type: gauge
31733 lookups:
31734 - labels:
31735 - unifiVapIndex
31736 labelname: unifiVapName
31737 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31738 type: DisplayString
31739 - labels:
31740 - unifiVapIndex
31741 labelname: unifiVapEssId
31742 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31743 type: DisplayString
31744 - name: unifiVapTxPower
31745 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.21
31746 type: gauge
31747 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.21'
31748 indexes:
31749 - labelname: unifiVapIndex
31750 type: gauge
31751 lookups:
31752 - labels:
31753 - unifiVapIndex
31754 labelname: unifiVapName
31755 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31756 type: DisplayString
31757 - labels:
31758 - unifiVapIndex
31759 labelname: unifiVapEssId
31760 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31761 type: DisplayString
31762 - name: unifiVapUp
31763 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.22
31764 type: gauge
31765 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.22'
31766 indexes:
31767 - labelname: unifiVapIndex
31768 type: gauge
31769 lookups:
31770 - labels:
31771 - unifiVapIndex
31772 labelname: unifiVapName
31773 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31774 type: DisplayString
31775 - labels:
31776 - unifiVapIndex
31777 labelname: unifiVapEssId
31778 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31779 type: DisplayString
31780 enum_values:
31781 1: "true"
31782 2: "false"
31783 - name: unifiVapUsage
31784 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.23
31785 type: DisplayString
31786 help: guest or regular user - 1.3.6.1.4.1.41112.1.6.1.2.1.23
31787 indexes:
31788 - labelname: unifiVapIndex
31789 type: gauge
31790 lookups:
31791 - labels:
31792 - unifiVapIndex
31793 labelname: unifiVapName
31794 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31795 type: DisplayString
31796 - labels:
31797 - unifiVapIndex
31798 labelname: unifiVapEssId
31799 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31800 type: DisplayString
31801 - name: unifiIfIndex
31802 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.1
31803 type: gauge
31804 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.1'
31805 indexes:
31806 - labelname: unifiIfIndex
31807 type: gauge
31808 - name: unifiIfFullDuplex
31809 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.2
31810 type: gauge
31811 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.2'
31812 indexes:
31813 - labelname: unifiIfIndex
31814 type: gauge
31815 enum_values:
31816 1: "true"
31817 2: "false"
31818 - name: unifiIfIp
31819 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.3
31820 type: InetAddressIPv4
31821 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.3'
31822 indexes:
31823 - labelname: unifiIfIndex
31824 type: gauge
31825 - name: unifiIfMac
31826 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.4
31827 type: PhysAddress48
31828 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.4'
31829 indexes:
31830 - labelname: unifiIfIndex
31831 type: gauge
31832 - name: unifiIfName
31833 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.5
31834 type: DisplayString
31835 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.5'
31836 indexes:
31837 - labelname: unifiIfIndex
31838 type: gauge
31839 - name: unifiIfRxBytes
31840 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.6
31841 type: counter
31842 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.6'
31843 indexes:
31844 - labelname: unifiIfIndex
31845 type: gauge
31846 - name: unifiIfRxDropped
31847 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.7
31848 type: counter
31849 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.7'
31850 indexes:
31851 - labelname: unifiIfIndex
31852 type: gauge
31853 - name: unifiIfRxError
31854 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.8
31855 type: counter
31856 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.8'
31857 indexes:
31858 - labelname: unifiIfIndex
31859 type: gauge
31860 - name: unifiIfRxMulticast
31861 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.9
31862 type: counter
31863 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.9'
31864 indexes:
31865 - labelname: unifiIfIndex
31866 type: gauge
31867 - name: unifiIfRxPackets
31868 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.10
31869 type: counter
31870 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.10'
31871 indexes:
31872 - labelname: unifiIfIndex
31873 type: gauge
31874 - name: unifiIfSpeed
31875 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.11
31876 type: gauge
31877 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.11'
31878 indexes:
31879 - labelname: unifiIfIndex
31880 type: gauge
31881 - name: unifiIfTxBytes
31882 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.12
31883 type: counter
31884 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.12'
31885 indexes:
31886 - labelname: unifiIfIndex
31887 type: gauge
31888 - name: unifiIfTxDropped
31889 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.13
31890 type: counter
31891 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.13'
31892 indexes:
31893 - labelname: unifiIfIndex
31894 type: gauge
31895 - name: unifiIfTxError
31896 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.14
31897 type: counter
31898 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.14'
31899 indexes:
31900 - labelname: unifiIfIndex
31901 type: gauge
31902 - name: unifiIfTxPackets
31903 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.15
31904 type: counter
31905 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.15'
31906 indexes:
31907 - labelname: unifiIfIndex
31908 type: gauge
31909 - name: unifiIfUp
31910 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.16
31911 type: gauge
31912 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.16'
31913 indexes:
31914 - labelname: unifiIfIndex
31915 type: gauge
31916 enum_values:
31917 1: "true"
31918 2: "false"
31919 - name: unifiApSystemIp
31920 oid: 1.3.6.1.4.1.41112.1.6.3.1
31921 type: InetAddressIPv4
31922 help: ' - 1.3.6.1.4.1.41112.1.6.3.1'
31923 - name: unifiApSystemIsolated
31924 oid: 1.3.6.1.4.1.41112.1.6.3.2
31925 type: gauge
31926 help: ' - 1.3.6.1.4.1.41112.1.6.3.2'
31927 enum_values:
31928 1: "true"
31929 2: "false"
31930 - name: unifiApSystemModel
31931 oid: 1.3.6.1.4.1.41112.1.6.3.3
31932 type: DisplayString
31933 help: ' - 1.3.6.1.4.1.41112.1.6.3.3'
31934 - name: unifiApSystemUplink
31935 oid: 1.3.6.1.4.1.41112.1.6.3.4
31936 type: DisplayString
31937 help: ' - 1.3.6.1.4.1.41112.1.6.3.4'
31938 - name: unifiApSystemUptime
31939 oid: 1.3.6.1.4.1.41112.1.6.3.5
31940 type: counter
31941 help: ' - 1.3.6.1.4.1.41112.1.6.3.5'
31942 - name: unifiApSystemVersion
31943 oid: 1.3.6.1.4.1.41112.1.6.3.6
31944 type: DisplayString
31945 help: ' - 1.3.6.1.4.1.41112.1.6.3.6'
31946 wiener_mpod:
31947 walk:
31948 - 1.3.6.1.4.1.19947.1.3.2.1.10
31949 - 1.3.6.1.4.1.19947.1.3.2.1.11
31950 - 1.3.6.1.4.1.19947.1.3.2.1.12
31951 - 1.3.6.1.4.1.19947.1.3.2.1.13
31952 - 1.3.6.1.4.1.19947.1.3.2.1.14
31953 - 1.3.6.1.4.1.19947.1.3.2.1.15
31954 - 1.3.6.1.4.1.19947.1.3.2.1.5
31955 - 1.3.6.1.4.1.19947.1.3.2.1.6
31956 - 1.3.6.1.4.1.19947.1.3.2.1.7
31957 - 1.3.6.1.4.1.19947.1.3.2.1.8
31958 - 1.3.6.1.4.1.19947.1.3.2.1.9
31959 - 1.3.6.1.4.1.19947.1.3.6.1.8
31960 - 1.3.6.1.4.1.19947.1.3.6.1.9
31961 - 1.3.6.1.4.1.19947.1.4.2.1.2
31962 - 1.3.6.1.4.1.19947.1.7.8.1.2
31963 get:
31964 - 1.3.6.1.2.1.1.3.0
31965 - 1.3.6.1.4.1.19947.1.1.1.0
31966 - 1.3.6.1.4.1.19947.1.1.11.0
31967 - 1.3.6.1.4.1.19947.1.1.2.0
31968 - 1.3.6.1.4.1.19947.1.3.1.0
31969 metrics:
31970 - name: sysUpTime
31971 oid: 1.3.6.1.2.1.1.3
31972 type: gauge
31973 help: The time (in hundredths of a second) since the network management portion
31974 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
31975 - name: sysMainSwitch
31976 oid: 1.3.6.1.4.1.19947.1.1.1
31977 type: gauge
31978 help: 'Read: An enumerated value which shows the current state of the crates main
31979 switch - 1.3.6.1.4.1.19947.1.1.1'
31980 enum_values:
31981 0: "off"
31982 1: "on"
31983 - name: sysOperatingTime
31984 oid: 1.3.6.1.4.1.19947.1.1.11
31985 type: gauge
31986 help: The time in seconds for how long the controller was in action. - 1.3.6.1.4.1.19947.1.1.11
31987 - name: sysStatus
31988 oid: 1.3.6.1.4.1.19947.1.1.2
31989 type: Bits
31990 help: A bit string which shows the status (health) of the complete crate - 1.3.6.1.4.1.19947.1.1.2
31991 enum_values:
31992 0: mainOn
31993 1: mainInhibit
31994 2: localControlOnly
31995 3: inputFailure
31996 4: outputFailure
31997 5: fantrayFailure
31998 6: sensorFailure
31999 7: vmeSysfail
32000 8: plugAndPlayIncompatible
32001 9: busReset
32002 10: supplyDerating
32003 11: supplyFailure
32004 12: supplyDerating2
32005 13: supplyFailure2
32006 - name: outputNumber
32007 oid: 1.3.6.1.4.1.19947.1.3.1
32008 type: gauge
32009 help: The number of output channels of the crate. - 1.3.6.1.4.1.19947.1.3.1
32010 - name: outputVoltage
32011 oid: 1.3.6.1.4.1.19947.1.3.2.1.10
32012 type: Float
32013 help: The nominal output voltage of the channel. - 1.3.6.1.4.1.19947.1.3.2.1.10
32014 indexes:
32015 - labelname: outputIndex
32016 type: gauge
32017 enum_values:
32018 1: u0
32019 2: u1
32020 3: u2
32021 4: u3
32022 5: u4
32023 6: u5
32024 7: u6
32025 8: u7
32026 9: u8
32027 10: u9
32028 11: u10
32029 12: u11
32030 13: u12
32031 14: u13
32032 15: u14
32033 16: u15
32034 17: u16
32035 18: u17
32036 19: u18
32037 20: u19
32038 21: u20
32039 22: u21
32040 23: u22
32041 24: u23
32042 25: u24
32043 26: u25
32044 27: u26
32045 28: u27
32046 29: u28
32047 30: u29
32048 31: u30
32049 32: u31
32050 33: u32
32051 34: u33
32052 35: u34
32053 36: u35
32054 37: u36
32055 38: u37
32056 39: u38
32057 40: u39
32058 41: u40
32059 42: u41
32060 43: u42
32061 44: u43
32062 45: u44
32063 46: u45
32064 47: u46
32065 48: u47
32066 49: u48
32067 50: u49
32068 51: u50
32069 52: u51
32070 53: u52
32071 54: u53
32072 55: u54
32073 56: u55
32074 57: u56
32075 58: u57
32076 59: u58
32077 60: u59
32078 61: u60
32079 62: u61
32080 63: u62
32081 64: u63
32082 65: u64
32083 66: u65
32084 67: u66
32085 68: u67
32086 69: u68
32087 70: u69
32088 71: u70
32089 72: u71
32090 73: u72
32091 74: u73
32092 75: u74
32093 76: u75
32094 77: u76
32095 78: u77
32096 79: u78
32097 80: u79
32098 81: u80
32099 82: u81
32100 83: u82
32101 84: u83
32102 85: u84
32103 86: u85
32104 87: u86
32105 88: u87
32106 89: u88
32107 90: u89
32108 91: u90
32109 92: u91
32110 93: u92
32111 94: u93
32112 95: u94
32113 96: u95
32114 97: u96
32115 98: u97
32116 99: u98
32117 100: u99
32118 101: u100
32119 102: u101
32120 103: u102
32121 104: u103
32122 105: u104
32123 106: u105
32124 107: u106
32125 108: u107
32126 109: u108
32127 110: u109
32128 111: u110
32129 112: u111
32130 113: u112
32131 114: u113
32132 115: u114
32133 116: u115
32134 117: u116
32135 118: u117
32136 119: u118
32137 120: u119
32138 121: u120
32139 122: u121
32140 123: u122
32141 124: u123
32142 125: u124
32143 126: u125
32144 127: u126
32145 128: u127
32146 129: u128
32147 130: u129
32148 131: u130
32149 132: u131
32150 133: u132
32151 134: u133
32152 135: u134
32153 136: u135
32154 137: u136
32155 138: u137
32156 139: u138
32157 140: u139
32158 141: u140
32159 142: u141
32160 143: u142
32161 144: u143
32162 145: u144
32163 146: u145
32164 147: u146
32165 148: u147
32166 149: u148
32167 150: u149
32168 151: u150
32169 152: u151
32170 153: u152
32171 154: u153
32172 155: u154
32173 156: u155
32174 157: u156
32175 158: u157
32176 159: u158
32177 160: u159
32178 161: u160
32179 162: u161
32180 163: u162
32181 164: u163
32182 165: u164
32183 166: u165
32184 167: u166
32185 168: u167
32186 169: u168
32187 170: u169
32188 171: u170
32189 172: u171
32190 173: u172
32191 174: u173
32192 175: u174
32193 176: u175
32194 177: u176
32195 178: u177
32196 179: u178
32197 180: u179
32198 181: u180
32199 182: u181
32200 183: u182
32201 184: u183
32202 185: u184
32203 186: u185
32204 187: u186
32205 188: u187
32206 189: u188
32207 190: u189
32208 191: u190
32209 192: u191
32210 193: u192
32211 194: u193
32212 195: u194
32213 196: u195
32214 197: u196
32215 198: u197
32216 199: u198
32217 200: u199
32218 201: u200
32219 202: u201
32220 203: u202
32221 204: u203
32222 205: u204
32223 206: u205
32224 207: u206
32225 208: u207
32226 209: u208
32227 210: u209
32228 211: u210
32229 212: u211
32230 213: u212
32231 214: u213
32232 215: u214
32233 216: u215
32234 217: u216
32235 218: u217
32236 219: u218
32237 220: u219
32238 221: u220
32239 222: u221
32240 223: u222
32241 224: u223
32242 225: u224
32243 226: u225
32244 227: u226
32245 228: u227
32246 229: u228
32247 230: u229
32248 231: u230
32249 232: u231
32250 233: u232
32251 234: u233
32252 235: u234
32253 236: u235
32254 237: u236
32255 238: u237
32256 239: u238
32257 240: u239
32258 241: u240
32259 242: u241
32260 243: u242
32261 244: u243
32262 245: u244
32263 246: u245
32264 247: u246
32265 248: u247
32266 249: u248
32267 250: u249
32268 251: u250
32269 252: u251
32270 253: u252
32271 254: u253
32272 255: u254
32273 256: u255
32274 257: u256
32275 258: u257
32276 259: u258
32277 260: u259
32278 261: u260
32279 262: u261
32280 263: u262
32281 264: u263
32282 265: u264
32283 266: u265
32284 267: u266
32285 268: u267
32286 269: u268
32287 270: u269
32288 271: u270
32289 272: u271
32290 273: u272
32291 274: u273
32292 275: u274
32293 276: u275
32294 277: u276
32295 278: u277
32296 279: u278
32297 280: u279
32298 281: u280
32299 282: u281
32300 283: u282
32301 284: u283
32302 285: u284
32303 286: u285
32304 287: u286
32305 288: u287
32306 289: u288
32307 290: u289
32308 291: u290
32309 292: u291
32310 293: u292
32311 294: u293
32312 295: u294
32313 296: u295
32314 297: u296
32315 298: u297
32316 299: u298
32317 300: u299
32318 301: u300
32319 302: u301
32320 303: u302
32321 304: u303
32322 305: u304
32323 306: u305
32324 307: u306
32325 308: u307
32326 309: u308
32327 310: u309
32328 311: u310
32329 312: u311
32330 313: u312
32331 314: u313
32332 315: u314
32333 316: u315
32334 317: u316
32335 318: u317
32336 319: u318
32337 320: u319
32338 321: u320
32339 322: u321
32340 323: u322
32341 324: u323
32342 325: u324
32343 326: u325
32344 327: u326
32345 328: u327
32346 329: u328
32347 330: u329
32348 331: u330
32349 332: u331
32350 333: u332
32351 334: u333
32352 335: u334
32353 336: u335
32354 337: u336
32355 338: u337
32356 339: u338
32357 340: u339
32358 341: u340
32359 342: u341
32360 343: u342
32361 344: u343
32362 345: u344
32363 346: u345
32364 347: u346
32365 348: u347
32366 349: u348
32367 350: u349
32368 351: u350
32369 352: u351
32370 353: u352
32371 354: u353
32372 355: u354
32373 356: u355
32374 357: u356
32375 358: u357
32376 359: u358
32377 360: u359
32378 361: u360
32379 362: u361
32380 363: u362
32381 364: u363
32382 365: u364
32383 366: u365
32384 367: u366
32385 368: u367
32386 369: u368
32387 370: u369
32388 371: u370
32389 372: u371
32390 373: u372
32391 374: u373
32392 375: u374
32393 376: u375
32394 377: u376
32395 378: u377
32396 379: u378
32397 380: u379
32398 381: u380
32399 382: u381
32400 383: u382
32401 384: u383
32402 385: u384
32403 386: u385
32404 387: u386
32405 388: u387
32406 389: u388
32407 390: u389
32408 391: u390
32409 392: u391
32410 393: u392
32411 394: u393
32412 395: u394
32413 396: u395
32414 397: u396
32415 398: u397
32416 399: u398
32417 400: u399
32418 401: u400
32419 402: u401
32420 403: u402
32421 404: u403
32422 405: u404
32423 406: u405
32424 407: u406
32425 408: u407
32426 409: u408
32427 410: u409
32428 411: u410
32429 412: u411
32430 413: u412
32431 414: u413
32432 415: u414
32433 416: u415
32434 417: u416
32435 418: u417
32436 419: u418
32437 420: u419
32438 421: u420
32439 422: u421
32440 423: u422
32441 424: u423
32442 425: u424
32443 426: u425
32444 427: u426
32445 428: u427
32446 429: u428
32447 430: u429
32448 431: u430
32449 432: u431
32450 433: u432
32451 434: u433
32452 435: u434
32453 436: u435
32454 437: u436
32455 438: u437
32456 439: u438
32457 440: u439
32458 441: u440
32459 442: u441
32460 443: u442
32461 444: u443
32462 445: u444
32463 446: u445
32464 447: u446
32465 448: u447
32466 449: u448
32467 450: u449
32468 451: u450
32469 452: u451
32470 453: u452
32471 454: u453
32472 455: u454
32473 456: u455
32474 457: u456
32475 458: u457
32476 459: u458
32477 460: u459
32478 461: u460
32479 462: u461
32480 463: u462
32481 464: u463
32482 465: u464
32483 466: u465
32484 467: u466
32485 468: u467
32486 469: u468
32487 470: u469
32488 471: u470
32489 472: u471
32490 473: u472
32491 474: u473
32492 475: u474
32493 476: u475
32494 477: u476
32495 478: u477
32496 479: u478
32497 480: u479
32498 481: u480
32499 482: u481
32500 483: u482
32501 484: u483
32502 485: u484
32503 486: u485
32504 487: u486
32505 488: u487
32506 489: u488
32507 490: u489
32508 491: u490
32509 492: u491
32510 493: u492
32511 494: u493
32512 495: u494
32513 496: u495
32514 497: u496
32515 498: u497
32516 499: u498
32517 500: u499
32518 501: u500
32519 502: u501
32520 503: u502
32521 504: u503
32522 505: u504
32523 506: u505
32524 507: u506
32525 508: u507
32526 509: u508
32527 510: u509
32528 511: u510
32529 512: u511
32530 513: u512
32531 514: u513
32532 515: u514
32533 516: u515
32534 517: u516
32535 518: u517
32536 519: u518
32537 520: u519
32538 521: u520
32539 522: u521
32540 523: u522
32541 524: u523
32542 525: u524
32543 526: u525
32544 527: u526
32545 528: u527
32546 529: u528
32547 530: u529
32548 531: u530
32549 532: u531
32550 533: u532
32551 534: u533
32552 535: u534
32553 536: u535
32554 537: u536
32555 538: u537
32556 539: u538
32557 540: u539
32558 541: u540
32559 542: u541
32560 543: u542
32561 544: u543
32562 545: u544
32563 546: u545
32564 547: u546
32565 548: u547
32566 549: u548
32567 550: u549
32568 551: u550
32569 552: u551
32570 553: u552
32571 554: u553
32572 555: u554
32573 556: u555
32574 557: u556
32575 558: u557
32576 559: u558
32577 560: u559
32578 561: u560
32579 562: u561
32580 563: u562
32581 564: u563
32582 565: u564
32583 566: u565
32584 567: u566
32585 568: u567
32586 569: u568
32587 570: u569
32588 571: u570
32589 572: u571
32590 573: u572
32591 574: u573
32592 575: u574
32593 576: u575
32594 577: u576
32595 578: u577
32596 579: u578
32597 580: u579
32598 581: u580
32599 582: u581
32600 583: u582
32601 584: u583
32602 585: u584
32603 586: u585
32604 587: u586
32605 588: u587
32606 589: u588
32607 590: u589
32608 591: u590
32609 592: u591
32610 593: u592
32611 594: u593
32612 595: u594
32613 596: u595
32614 597: u596
32615 598: u597
32616 599: u598
32617 600: u599
32618 601: u600
32619 602: u601
32620 603: u602
32621 604: u603
32622 605: u604
32623 606: u605
32624 607: u606
32625 608: u607
32626 609: u608
32627 610: u609
32628 611: u610
32629 612: u611
32630 613: u612
32631 614: u613
32632 615: u614
32633 616: u615
32634 617: u616
32635 618: u617
32636 619: u618
32637 620: u619
32638 621: u620
32639 622: u621
32640 623: u622
32641 624: u623
32642 625: u624
32643 626: u625
32644 627: u626
32645 628: u627
32646 629: u628
32647 630: u629
32648 631: u630
32649 632: u631
32650 633: u632
32651 634: u633
32652 635: u634
32653 636: u635
32654 637: u636
32655 638: u637
32656 639: u638
32657 640: u639
32658 641: u640
32659 642: u641
32660 643: u642
32661 644: u643
32662 645: u644
32663 646: u645
32664 647: u646
32665 648: u647
32666 649: u648
32667 650: u649
32668 651: u650
32669 652: u651
32670 653: u652
32671 654: u653
32672 655: u654
32673 656: u655
32674 657: u656
32675 658: u657
32676 659: u658
32677 660: u659
32678 661: u660
32679 662: u661
32680 663: u662
32681 664: u663
32682 665: u664
32683 666: u665
32684 667: u666
32685 668: u667
32686 669: u668
32687 670: u669
32688 671: u670
32689 672: u671
32690 673: u672
32691 674: u673
32692 675: u674
32693 676: u675
32694 677: u676
32695 678: u677
32696 679: u678
32697 680: u679
32698 681: u680
32699 682: u681
32700 683: u682
32701 684: u683
32702 685: u684
32703 686: u685
32704 687: u686
32705 688: u687
32706 689: u688
32707 690: u689
32708 691: u690
32709 692: u691
32710 693: u692
32711 694: u693
32712 695: u694
32713 696: u695
32714 697: u696
32715 698: u697
32716 699: u698
32717 700: u699
32718 701: u700
32719 702: u701
32720 703: u702
32721 704: u703
32722 705: u704
32723 706: u705
32724 707: u706
32725 708: u707
32726 709: u708
32727 710: u709
32728 711: u710
32729 712: u711
32730 713: u712
32731 714: u713
32732 715: u714
32733 716: u715
32734 717: u716
32735 718: u717
32736 719: u718
32737 720: u719
32738 721: u720
32739 722: u721
32740 723: u722
32741 724: u723
32742 725: u724
32743 726: u725
32744 727: u726
32745 728: u727
32746 729: u728
32747 730: u729
32748 731: u730
32749 732: u731
32750 733: u732
32751 734: u733
32752 735: u734
32753 736: u735
32754 737: u736
32755 738: u737
32756 739: u738
32757 740: u739
32758 741: u740
32759 742: u741
32760 743: u742
32761 744: u743
32762 745: u744
32763 746: u745
32764 747: u746
32765 748: u747
32766 749: u748
32767 750: u749
32768 751: u750
32769 752: u751
32770 753: u752
32771 754: u753
32772 755: u754
32773 756: u755
32774 757: u756
32775 758: u757
32776 759: u758
32777 760: u759
32778 761: u760
32779 762: u761
32780 763: u762
32781 764: u763
32782 765: u764
32783 766: u765
32784 767: u766
32785 768: u767
32786 769: u768
32787 770: u769
32788 771: u770
32789 772: u771
32790 773: u772
32791 774: u773
32792 775: u774
32793 776: u775
32794 777: u776
32795 778: u777
32796 779: u778
32797 780: u779
32798 781: u780
32799 782: u781
32800 783: u782
32801 784: u783
32802 785: u784
32803 786: u785
32804 787: u786
32805 788: u787
32806 789: u788
32807 790: u789
32808 791: u790
32809 792: u791
32810 793: u792
32811 794: u793
32812 795: u794
32813 796: u795
32814 797: u796
32815 798: u797
32816 799: u798
32817 800: u799
32818 801: u800
32819 802: u801
32820 803: u802
32821 804: u803
32822 805: u804
32823 806: u805
32824 807: u806
32825 808: u807
32826 809: u808
32827 810: u809
32828 811: u810
32829 812: u811
32830 813: u812
32831 814: u813
32832 815: u814
32833 816: u815
32834 817: u816
32835 818: u817
32836 819: u818
32837 820: u819
32838 821: u820
32839 822: u821
32840 823: u822
32841 824: u823
32842 825: u824
32843 826: u825
32844 827: u826
32845 828: u827
32846 829: u828
32847 830: u829
32848 831: u830
32849 832: u831
32850 833: u832
32851 834: u833
32852 835: u834
32853 836: u835
32854 837: u836
32855 838: u837
32856 839: u838
32857 840: u839
32858 841: u840
32859 842: u841
32860 843: u842
32861 844: u843
32862 845: u844
32863 846: u845
32864 847: u846
32865 848: u847
32866 849: u848
32867 850: u849
32868 851: u850
32869 852: u851
32870 853: u852
32871 854: u853
32872 855: u854
32873 856: u855
32874 857: u856
32875 858: u857
32876 859: u858
32877 860: u859
32878 861: u860
32879 862: u861
32880 863: u862
32881 864: u863
32882 865: u864
32883 866: u865
32884 867: u866
32885 868: u867
32886 869: u868
32887 870: u869
32888 871: u870
32889 872: u871
32890 873: u872
32891 874: u873
32892 875: u874
32893 876: u875
32894 877: u876
32895 878: u877
32896 879: u878
32897 880: u879
32898 881: u880
32899 882: u881
32900 883: u882
32901 884: u883
32902 885: u884
32903 886: u885
32904 887: u886
32905 888: u887
32906 889: u888
32907 890: u889
32908 891: u890
32909 892: u891
32910 893: u892
32911 894: u893
32912 895: u894
32913 896: u895
32914 897: u896
32915 898: u897
32916 899: u898
32917 900: u899
32918 901: u900
32919 902: u901
32920 903: u902
32921 904: u903
32922 905: u904
32923 906: u905
32924 907: u906
32925 908: u907
32926 909: u908
32927 910: u909
32928 911: u910
32929 912: u911
32930 913: u912
32931 914: u913
32932 915: u914
32933 916: u915
32934 917: u916
32935 918: u917
32936 919: u918
32937 920: u919
32938 921: u920
32939 922: u921
32940 923: u922
32941 924: u923
32942 925: u924
32943 926: u925
32944 927: u926
32945 928: u927
32946 929: u928
32947 930: u929
32948 931: u930
32949 932: u931
32950 933: u932
32951 934: u933
32952 935: u934
32953 936: u935
32954 937: u936
32955 938: u937
32956 939: u938
32957 940: u939
32958 941: u940
32959 942: u941
32960 943: u942
32961 944: u943
32962 945: u944
32963 946: u945
32964 947: u946
32965 948: u947
32966 949: u948
32967 950: u949
32968 951: u950
32969 952: u951
32970 953: u952
32971 954: u953
32972 955: u954
32973 956: u955
32974 957: u956
32975 958: u957
32976 959: u958
32977 960: u959
32978 961: u960
32979 962: u961
32980 963: u962
32981 964: u963
32982 965: u964
32983 966: u965
32984 967: u966
32985 968: u967
32986 969: u968
32987 970: u969
32988 971: u970
32989 972: u971
32990 973: u972
32991 974: u973
32992 975: u974
32993 976: u975
32994 977: u976
32995 978: u977
32996 979: u978
32997 980: u979
32998 981: u980
32999 982: u981
33000 983: u982
33001 984: u983
33002 985: u984
33003 986: u985
33004 987: u986
33005 988: u987
33006 989: u988
33007 990: u989
33008 991: u990
33009 992: u991
33010 993: u992
33011 994: u993
33012 995: u994
33013 996: u995
33014 997: u996
33015 998: u997
33016 999: u998
33017 1000: u999
33018 1001: u1000
33019 1002: u1001
33020 1003: u1002
33021 1004: u1003
33022 1005: u1004
33023 1006: u1005
33024 1007: u1006
33025 1008: u1007
33026 1009: u1008
33027 1010: u1009
33028 1011: u1010
33029 1012: u1011
33030 1013: u1012
33031 1014: u1013
33032 1015: u1014
33033 1016: u1015
33034 1017: u1016
33035 1018: u1017
33036 1019: u1018
33037 1020: u1019
33038 1021: u1020
33039 1022: u1021
33040 1023: u1022
33041 1024: u1023
33042 1025: u1024
33043 1026: u1025
33044 1027: u1026
33045 1028: u1027
33046 1029: u1028
33047 1030: u1029
33048 1031: u1030
33049 1032: u1031
33050 1033: u1032
33051 1034: u1033
33052 1035: u1034
33053 1036: u1035
33054 1037: u1036
33055 1038: u1037
33056 1039: u1038
33057 1040: u1039
33058 1041: u1040
33059 1042: u1041
33060 1043: u1042
33061 1044: u1043
33062 1045: u1044
33063 1046: u1045
33064 1047: u1046
33065 1048: u1047
33066 1049: u1048
33067 1050: u1049
33068 1051: u1050
33069 1052: u1051
33070 1053: u1052
33071 1054: u1053
33072 1055: u1054
33073 1056: u1055
33074 1057: u1056
33075 1058: u1057
33076 1059: u1058
33077 1060: u1059
33078 1061: u1060
33079 1062: u1061
33080 1063: u1062
33081 1064: u1063
33082 1065: u1064
33083 1066: u1065
33084 1067: u1066
33085 1068: u1067
33086 1069: u1068
33087 1070: u1069
33088 1071: u1070
33089 1072: u1071
33090 1073: u1072
33091 1074: u1073
33092 1075: u1074
33093 1076: u1075
33094 1077: u1076
33095 1078: u1077
33096 1079: u1078
33097 1080: u1079
33098 1081: u1080
33099 1082: u1081
33100 1083: u1082
33101 1084: u1083
33102 1085: u1084
33103 1086: u1085
33104 1087: u1086
33105 1088: u1087
33106 1089: u1088
33107 1090: u1089
33108 1091: u1090
33109 1092: u1091
33110 1093: u1092
33111 1094: u1093
33112 1095: u1094
33113 1096: u1095
33114 1097: u1096
33115 1098: u1097
33116 1099: u1098
33117 1100: u1099
33118 1101: u1100
33119 1102: u1101
33120 1103: u1102
33121 1104: u1103
33122 1105: u1104
33123 1106: u1105
33124 1107: u1106
33125 1108: u1107
33126 1109: u1108
33127 1110: u1109
33128 1111: u1110
33129 1112: u1111
33130 1113: u1112
33131 1114: u1113
33132 1115: u1114
33133 1116: u1115
33134 1117: u1116
33135 1118: u1117
33136 1119: u1118
33137 1120: u1119
33138 1121: u1120
33139 1122: u1121
33140 1123: u1122
33141 1124: u1123
33142 1125: u1124
33143 1126: u1125
33144 1127: u1126
33145 1128: u1127
33146 1129: u1128
33147 1130: u1129
33148 1131: u1130
33149 1132: u1131
33150 1133: u1132
33151 1134: u1133
33152 1135: u1134
33153 1136: u1135
33154 1137: u1136
33155 1138: u1137
33156 1139: u1138
33157 1140: u1139
33158 1141: u1140
33159 1142: u1141
33160 1143: u1142
33161 1144: u1143
33162 1145: u1144
33163 1146: u1145
33164 1147: u1146
33165 1148: u1147
33166 1149: u1148
33167 1150: u1149
33168 1151: u1150
33169 1152: u1151
33170 1153: u1152
33171 1154: u1153
33172 1155: u1154
33173 1156: u1155
33174 1157: u1156
33175 1158: u1157
33176 1159: u1158
33177 1160: u1159
33178 1161: u1160
33179 1162: u1161
33180 1163: u1162
33181 1164: u1163
33182 1165: u1164
33183 1166: u1165
33184 1167: u1166
33185 1168: u1167
33186 1169: u1168
33187 1170: u1169
33188 1171: u1170
33189 1172: u1171
33190 1173: u1172
33191 1174: u1173
33192 1175: u1174
33193 1176: u1175
33194 1177: u1176
33195 1178: u1177
33196 1179: u1178
33197 1180: u1179
33198 1181: u1180
33199 1182: u1181
33200 1183: u1182
33201 1184: u1183
33202 1185: u1184
33203 1186: u1185
33204 1187: u1186
33205 1188: u1187
33206 1189: u1188
33207 1190: u1189
33208 1191: u1190
33209 1192: u1191
33210 1193: u1192
33211 1194: u1193
33212 1195: u1194
33213 1196: u1195
33214 1197: u1196
33215 1198: u1197
33216 1199: u1198
33217 1200: u1199
33218 1201: u1200
33219 1202: u1201
33220 1203: u1202
33221 1204: u1203
33222 1205: u1204
33223 1206: u1205
33224 1207: u1206
33225 1208: u1207
33226 1209: u1208
33227 1210: u1209
33228 1211: u1210
33229 1212: u1211
33230 1213: u1212
33231 1214: u1213
33232 1215: u1214
33233 1216: u1215
33234 1217: u1216
33235 1218: u1217
33236 1219: u1218
33237 1220: u1219
33238 1221: u1220
33239 1222: u1221
33240 1223: u1222
33241 1224: u1223
33242 1225: u1224
33243 1226: u1225
33244 1227: u1226
33245 1228: u1227
33246 1229: u1228
33247 1230: u1229
33248 1231: u1230
33249 1232: u1231
33250 1233: u1232
33251 1234: u1233
33252 1235: u1234
33253 1236: u1235
33254 1237: u1236
33255 1238: u1237
33256 1239: u1238
33257 1240: u1239
33258 1241: u1240
33259 1242: u1241
33260 1243: u1242
33261 1244: u1243
33262 1245: u1244
33263 1246: u1245
33264 1247: u1246
33265 1248: u1247
33266 1249: u1248
33267 1250: u1249
33268 1251: u1250
33269 1252: u1251
33270 1253: u1252
33271 1254: u1253
33272 1255: u1254
33273 1256: u1255
33274 1257: u1256
33275 1258: u1257
33276 1259: u1258
33277 1260: u1259
33278 1261: u1260
33279 1262: u1261
33280 1263: u1262
33281 1264: u1263
33282 1265: u1264
33283 1266: u1265
33284 1267: u1266
33285 1268: u1267
33286 1269: u1268
33287 1270: u1269
33288 1271: u1270
33289 1272: u1271
33290 1273: u1272
33291 1274: u1273
33292 1275: u1274
33293 1276: u1275
33294 1277: u1276
33295 1278: u1277
33296 1279: u1278
33297 1280: u1279
33298 1281: u1280
33299 1282: u1281
33300 1283: u1282
33301 1284: u1283
33302 1285: u1284
33303 1286: u1285
33304 1287: u1286
33305 1288: u1287
33306 1289: u1288
33307 1290: u1289
33308 1291: u1290
33309 1292: u1291
33310 1293: u1292
33311 1294: u1293
33312 1295: u1294
33313 1296: u1295
33314 1297: u1296
33315 1298: u1297
33316 1299: u1298
33317 1300: u1299
33318 1301: u1300
33319 1302: u1301
33320 1303: u1302
33321 1304: u1303
33322 1305: u1304
33323 1306: u1305
33324 1307: u1306
33325 1308: u1307
33326 1309: u1308
33327 1310: u1309
33328 1311: u1310
33329 1312: u1311
33330 1313: u1312
33331 1314: u1313
33332 1315: u1314
33333 1316: u1315
33334 1317: u1316
33335 1318: u1317
33336 1319: u1318
33337 1320: u1319
33338 1321: u1320
33339 1322: u1321
33340 1323: u1322
33341 1324: u1323
33342 1325: u1324
33343 1326: u1325
33344 1327: u1326
33345 1328: u1327
33346 1329: u1328
33347 1330: u1329
33348 1331: u1330
33349 1332: u1331
33350 1333: u1332
33351 1334: u1333
33352 1335: u1334
33353 1336: u1335
33354 1337: u1336
33355 1338: u1337
33356 1339: u1338
33357 1340: u1339
33358 1341: u1340
33359 1342: u1341
33360 1343: u1342
33361 1344: u1343
33362 1345: u1344
33363 1346: u1345
33364 1347: u1346
33365 1348: u1347
33366 1349: u1348
33367 1350: u1349
33368 1351: u1350
33369 1352: u1351
33370 1353: u1352
33371 1354: u1353
33372 1355: u1354
33373 1356: u1355
33374 1357: u1356
33375 1358: u1357
33376 1359: u1358
33377 1360: u1359
33378 1361: u1360
33379 1362: u1361
33380 1363: u1362
33381 1364: u1363
33382 1365: u1364
33383 1366: u1365
33384 1367: u1366
33385 1368: u1367
33386 1369: u1368
33387 1370: u1369
33388 1371: u1370
33389 1372: u1371
33390 1373: u1372
33391 1374: u1373
33392 1375: u1374
33393 1376: u1375
33394 1377: u1376
33395 1378: u1377
33396 1379: u1378
33397 1380: u1379
33398 1381: u1380
33399 1382: u1381
33400 1383: u1382
33401 1384: u1383
33402 1385: u1384
33403 1386: u1385
33404 1387: u1386
33405 1388: u1387
33406 1389: u1388
33407 1390: u1389
33408 1391: u1390
33409 1392: u1391
33410 1393: u1392
33411 1394: u1393
33412 1395: u1394
33413 1396: u1395
33414 1397: u1396
33415 1398: u1397
33416 1399: u1398
33417 1400: u1399
33418 1401: u1400
33419 1402: u1401
33420 1403: u1402
33421 1404: u1403
33422 1405: u1404
33423 1406: u1405
33424 1407: u1406
33425 1408: u1407
33426 1409: u1408
33427 1410: u1409
33428 1411: u1410
33429 1412: u1411
33430 1413: u1412
33431 1414: u1413
33432 1415: u1414
33433 1416: u1415
33434 1417: u1416
33435 1418: u1417
33436 1419: u1418
33437 1420: u1419
33438 1421: u1420
33439 1422: u1421
33440 1423: u1422
33441 1424: u1423
33442 1425: u1424
33443 1426: u1425
33444 1427: u1426
33445 1428: u1427
33446 1429: u1428
33447 1430: u1429
33448 1431: u1430
33449 1432: u1431
33450 1433: u1432
33451 1434: u1433
33452 1435: u1434
33453 1436: u1435
33454 1437: u1436
33455 1438: u1437
33456 1439: u1438
33457 1440: u1439
33458 1441: u1440
33459 1442: u1441
33460 1443: u1442
33461 1444: u1443
33462 1445: u1444
33463 1446: u1445
33464 1447: u1446
33465 1448: u1447
33466 1449: u1448
33467 1450: u1449
33468 1451: u1450
33469 1452: u1451
33470 1453: u1452
33471 1454: u1453
33472 1455: u1454
33473 1456: u1455
33474 1457: u1456
33475 1458: u1457
33476 1459: u1458
33477 1460: u1459
33478 1461: u1460
33479 1462: u1461
33480 1463: u1462
33481 1464: u1463
33482 1465: u1464
33483 1466: u1465
33484 1467: u1466
33485 1468: u1467
33486 1469: u1468
33487 1470: u1469
33488 1471: u1470
33489 1472: u1471
33490 1473: u1472
33491 1474: u1473
33492 1475: u1474
33493 1476: u1475
33494 1477: u1476
33495 1478: u1477
33496 1479: u1478
33497 1480: u1479
33498 1481: u1480
33499 1482: u1481
33500 1483: u1482
33501 1484: u1483
33502 1485: u1484
33503 1486: u1485
33504 1487: u1486
33505 1488: u1487
33506 1489: u1488
33507 1490: u1489
33508 1491: u1490
33509 1492: u1491
33510 1493: u1492
33511 1494: u1493
33512 1495: u1494
33513 1496: u1495
33514 1497: u1496
33515 1498: u1497
33516 1499: u1498
33517 1500: u1499
33518 1501: u1500
33519 1502: u1501
33520 1503: u1502
33521 1504: u1503
33522 1505: u1504
33523 1506: u1505
33524 1507: u1506
33525 1508: u1507
33526 1509: u1508
33527 1510: u1509
33528 1511: u1510
33529 1512: u1511
33530 1513: u1512
33531 1514: u1513
33532 1515: u1514
33533 1516: u1515
33534 1517: u1516
33535 1518: u1517
33536 1519: u1518
33537 1520: u1519
33538 1521: u1520
33539 1522: u1521
33540 1523: u1522
33541 1524: u1523
33542 1525: u1524
33543 1526: u1525
33544 1527: u1526
33545 1528: u1527
33546 1529: u1528
33547 1530: u1529
33548 1531: u1530
33549 1532: u1531
33550 1533: u1532
33551 1534: u1533
33552 1535: u1534
33553 1536: u1535
33554 1537: u1536
33555 1538: u1537
33556 1539: u1538
33557 1540: u1539
33558 1541: u1540
33559 1542: u1541
33560 1543: u1542
33561 1544: u1543
33562 1545: u1544
33563 1546: u1545
33564 1547: u1546
33565 1548: u1547
33566 1549: u1548
33567 1550: u1549
33568 1551: u1550
33569 1552: u1551
33570 1553: u1552
33571 1554: u1553
33572 1555: u1554
33573 1556: u1555
33574 1557: u1556
33575 1558: u1557
33576 1559: u1558
33577 1560: u1559
33578 1561: u1560
33579 1562: u1561
33580 1563: u1562
33581 1564: u1563
33582 1565: u1564
33583 1566: u1565
33584 1567: u1566
33585 1568: u1567
33586 1569: u1568
33587 1570: u1569
33588 1571: u1570
33589 1572: u1571
33590 1573: u1572
33591 1574: u1573
33592 1575: u1574
33593 1576: u1575
33594 1577: u1576
33595 1578: u1577
33596 1579: u1578
33597 1580: u1579
33598 1581: u1580
33599 1582: u1581
33600 1583: u1582
33601 1584: u1583
33602 1585: u1584
33603 1586: u1585
33604 1587: u1586
33605 1588: u1587
33606 1589: u1588
33607 1590: u1589
33608 1591: u1590
33609 1592: u1591
33610 1593: u1592
33611 1594: u1593
33612 1595: u1594
33613 1596: u1595
33614 1597: u1596
33615 1598: u1597
33616 1599: u1598
33617 1600: u1599
33618 1601: u1600
33619 1602: u1601
33620 1603: u1602
33621 1604: u1603
33622 1605: u1604
33623 1606: u1605
33624 1607: u1606
33625 1608: u1607
33626 1609: u1608
33627 1610: u1609
33628 1611: u1610
33629 1612: u1611
33630 1613: u1612
33631 1614: u1613
33632 1615: u1614
33633 1616: u1615
33634 1617: u1616
33635 1618: u1617
33636 1619: u1618
33637 1620: u1619
33638 1621: u1620
33639 1622: u1621
33640 1623: u1622
33641 1624: u1623
33642 1625: u1624
33643 1626: u1625
33644 1627: u1626
33645 1628: u1627
33646 1629: u1628
33647 1630: u1629
33648 1631: u1630
33649 1632: u1631
33650 1633: u1632
33651 1634: u1633
33652 1635: u1634
33653 1636: u1635
33654 1637: u1636
33655 1638: u1637
33656 1639: u1638
33657 1640: u1639
33658 1641: u1640
33659 1642: u1641
33660 1643: u1642
33661 1644: u1643
33662 1645: u1644
33663 1646: u1645
33664 1647: u1646
33665 1648: u1647
33666 1649: u1648
33667 1650: u1649
33668 1651: u1650
33669 1652: u1651
33670 1653: u1652
33671 1654: u1653
33672 1655: u1654
33673 1656: u1655
33674 1657: u1656
33675 1658: u1657
33676 1659: u1658
33677 1660: u1659
33678 1661: u1660
33679 1662: u1661
33680 1663: u1662
33681 1664: u1663
33682 1665: u1664
33683 1666: u1665
33684 1667: u1666
33685 1668: u1667
33686 1669: u1668
33687 1670: u1669
33688 1671: u1670
33689 1672: u1671
33690 1673: u1672
33691 1674: u1673
33692 1675: u1674
33693 1676: u1675
33694 1677: u1676
33695 1678: u1677
33696 1679: u1678
33697 1680: u1679
33698 1681: u1680
33699 1682: u1681
33700 1683: u1682
33701 1684: u1683
33702 1685: u1684
33703 1686: u1685
33704 1687: u1686
33705 1688: u1687
33706 1689: u1688
33707 1690: u1689
33708 1691: u1690
33709 1692: u1691
33710 1693: u1692
33711 1694: u1693
33712 1695: u1694
33713 1696: u1695
33714 1697: u1696
33715 1698: u1697
33716 1699: u1698
33717 1700: u1699
33718 1701: u1700
33719 1702: u1701
33720 1703: u1702
33721 1704: u1703
33722 1705: u1704
33723 1706: u1705
33724 1707: u1706
33725 1708: u1707
33726 1709: u1708
33727 1710: u1709
33728 1711: u1710
33729 1712: u1711
33730 1713: u1712
33731 1714: u1713
33732 1715: u1714
33733 1716: u1715
33734 1717: u1716
33735 1718: u1717
33736 1719: u1718
33737 1720: u1719
33738 1721: u1720
33739 1722: u1721
33740 1723: u1722
33741 1724: u1723
33742 1725: u1724
33743 1726: u1725
33744 1727: u1726
33745 1728: u1727
33746 1729: u1728
33747 1730: u1729
33748 1731: u1730
33749 1732: u1731
33750 1733: u1732
33751 1734: u1733
33752 1735: u1734
33753 1736: u1735
33754 1737: u1736
33755 1738: u1737
33756 1739: u1738
33757 1740: u1739
33758 1741: u1740
33759 1742: u1741
33760 1743: u1742
33761 1744: u1743
33762 1745: u1744
33763 1746: u1745
33764 1747: u1746
33765 1748: u1747
33766 1749: u1748
33767 1750: u1749
33768 1751: u1750
33769 1752: u1751
33770 1753: u1752
33771 1754: u1753
33772 1755: u1754
33773 1756: u1755
33774 1757: u1756
33775 1758: u1757
33776 1759: u1758
33777 1760: u1759
33778 1761: u1760
33779 1762: u1761
33780 1763: u1762
33781 1764: u1763
33782 1765: u1764
33783 1766: u1765
33784 1767: u1766
33785 1768: u1767
33786 1769: u1768
33787 1770: u1769
33788 1771: u1770
33789 1772: u1771
33790 1773: u1772
33791 1774: u1773
33792 1775: u1774
33793 1776: u1775
33794 1777: u1776
33795 1778: u1777
33796 1779: u1778
33797 1780: u1779
33798 1781: u1780
33799 1782: u1781
33800 1783: u1782
33801 1784: u1783
33802 1785: u1784
33803 1786: u1785
33804 1787: u1786
33805 1788: u1787
33806 1789: u1788
33807 1790: u1789
33808 1791: u1790
33809 1792: u1791
33810 1793: u1792
33811 1794: u1793
33812 1795: u1794
33813 1796: u1795
33814 1797: u1796
33815 1798: u1797
33816 1799: u1798
33817 1800: u1799
33818 1801: u1800
33819 1802: u1801
33820 1803: u1802
33821 1804: u1803
33822 1805: u1804
33823 1806: u1805
33824 1807: u1806
33825 1808: u1807
33826 1809: u1808
33827 1810: u1809
33828 1811: u1810
33829 1812: u1811
33830 1813: u1812
33831 1814: u1813
33832 1815: u1814
33833 1816: u1815
33834 1817: u1816
33835 1818: u1817
33836 1819: u1818
33837 1820: u1819
33838 1821: u1820
33839 1822: u1821
33840 1823: u1822
33841 1824: u1823
33842 1825: u1824
33843 1826: u1825
33844 1827: u1826
33845 1828: u1827
33846 1829: u1828
33847 1830: u1829
33848 1831: u1830
33849 1832: u1831
33850 1833: u1832
33851 1834: u1833
33852 1835: u1834
33853 1836: u1835
33854 1837: u1836
33855 1838: u1837
33856 1839: u1838
33857 1840: u1839
33858 1841: u1840
33859 1842: u1841
33860 1843: u1842
33861 1844: u1843
33862 1845: u1844
33863 1846: u1845
33864 1847: u1846
33865 1848: u1847
33866 1849: u1848
33867 1850: u1849
33868 1851: u1850
33869 1852: u1851
33870 1853: u1852
33871 1854: u1853
33872 1855: u1854
33873 1856: u1855
33874 1857: u1856
33875 1858: u1857
33876 1859: u1858
33877 1860: u1859
33878 1861: u1860
33879 1862: u1861
33880 1863: u1862
33881 1864: u1863
33882 1865: u1864
33883 1866: u1865
33884 1867: u1866
33885 1868: u1867
33886 1869: u1868
33887 1870: u1869
33888 1871: u1870
33889 1872: u1871
33890 1873: u1872
33891 1874: u1873
33892 1875: u1874
33893 1876: u1875
33894 1877: u1876
33895 1878: u1877
33896 1879: u1878
33897 1880: u1879
33898 1881: u1880
33899 1882: u1881
33900 1883: u1882
33901 1884: u1883
33902 1885: u1884
33903 1886: u1885
33904 1887: u1886
33905 1888: u1887
33906 1889: u1888
33907 1890: u1889
33908 1891: u1890
33909 1892: u1891
33910 1893: u1892
33911 1894: u1893
33912 1895: u1894
33913 1896: u1895
33914 1897: u1896
33915 1898: u1897
33916 1899: u1898
33917 1900: u1899
33918 1901: u1900
33919 1902: u1901
33920 1903: u1902
33921 1904: u1903
33922 1905: u1904
33923 1906: u1905
33924 1907: u1906
33925 1908: u1907
33926 1909: u1908
33927 1910: u1909
33928 1911: u1910
33929 1912: u1911
33930 1913: u1912
33931 1914: u1913
33932 1915: u1914
33933 1916: u1915
33934 1917: u1916
33935 1918: u1917
33936 1919: u1918
33937 1920: u1919
33938 1921: u1920
33939 1922: u1921
33940 1923: u1922
33941 1924: u1923
33942 1925: u1924
33943 1926: u1925
33944 1927: u1926
33945 1928: u1927
33946 1929: u1928
33947 1930: u1929
33948 1931: u1930
33949 1932: u1931
33950 1933: u1932
33951 1934: u1933
33952 1935: u1934
33953 1936: u1935
33954 1937: u1936
33955 1938: u1937
33956 1939: u1938
33957 1940: u1939
33958 1941: u1940
33959 1942: u1941
33960 1943: u1942
33961 1944: u1943
33962 1945: u1944
33963 1946: u1945
33964 1947: u1946
33965 1948: u1947
33966 1949: u1948
33967 1950: u1949
33968 1951: u1950
33969 1952: u1951
33970 1953: u1952
33971 1954: u1953
33972 1955: u1954
33973 1956: u1955
33974 1957: u1956
33975 1958: u1957
33976 1959: u1958
33977 1960: u1959
33978 1961: u1960
33979 1962: u1961
33980 1963: u1962
33981 1964: u1963
33982 1965: u1964
33983 1966: u1965
33984 1967: u1966
33985 1968: u1967
33986 1969: u1968
33987 1970: u1969
33988 1971: u1970
33989 1972: u1971
33990 1973: u1972
33991 1974: u1973
33992 1975: u1974
33993 1976: u1975
33994 1977: u1976
33995 1978: u1977
33996 1979: u1978
33997 1980: u1979
33998 1981: u1980
33999 1982: u1981
34000 1983: u1982
34001 1984: u1983
34002 1985: u1984
34003 1986: u1985
34004 1987: u1986
34005 1988: u1987
34006 1989: u1988
34007 1990: u1989
34008 1991: u1990
34009 1992: u1991
34010 1993: u1992
34011 1994: u1993
34012 1995: u1994
34013 1996: u1995
34014 1997: u1996
34015 1998: u1997
34016 1999: u1998
34017 2000: u1999
34018 - name: outputAdjustVoltage
34019 oid: 1.3.6.1.4.1.19947.1.3.2.1.11
34020 type: gauge
34021 help: A posibillity to make small changes of the output voltage. - 1.3.6.1.4.1.19947.1.3.2.1.11
34022 indexes:
34023 - labelname: outputIndex
34024 type: gauge
34025 enum_values:
34026 1: u0
34027 2: u1
34028 3: u2
34029 4: u3
34030 5: u4
34031 6: u5
34032 7: u6
34033 8: u7
34034 9: u8
34035 10: u9
34036 11: u10
34037 12: u11
34038 13: u12
34039 14: u13
34040 15: u14
34041 16: u15
34042 17: u16
34043 18: u17
34044 19: u18
34045 20: u19
34046 21: u20
34047 22: u21
34048 23: u22
34049 24: u23
34050 25: u24
34051 26: u25
34052 27: u26
34053 28: u27
34054 29: u28
34055 30: u29
34056 31: u30
34057 32: u31
34058 33: u32
34059 34: u33
34060 35: u34
34061 36: u35
34062 37: u36
34063 38: u37
34064 39: u38
34065 40: u39
34066 41: u40
34067 42: u41
34068 43: u42
34069 44: u43
34070 45: u44
34071 46: u45
34072 47: u46
34073 48: u47
34074 49: u48
34075 50: u49
34076 51: u50
34077 52: u51
34078 53: u52
34079 54: u53
34080 55: u54
34081 56: u55
34082 57: u56
34083 58: u57
34084 59: u58
34085 60: u59
34086 61: u60
34087 62: u61
34088 63: u62
34089 64: u63
34090 65: u64
34091 66: u65
34092 67: u66
34093 68: u67
34094 69: u68
34095 70: u69
34096 71: u70
34097 72: u71
34098 73: u72
34099 74: u73
34100 75: u74
34101 76: u75
34102 77: u76
34103 78: u77
34104 79: u78
34105 80: u79
34106 81: u80
34107 82: u81
34108 83: u82
34109 84: u83
34110 85: u84
34111 86: u85
34112 87: u86
34113 88: u87
34114 89: u88
34115 90: u89
34116 91: u90
34117 92: u91
34118 93: u92
34119 94: u93
34120 95: u94
34121 96: u95
34122 97: u96
34123 98: u97
34124 99: u98
34125 100: u99
34126 101: u100
34127 102: u101
34128 103: u102
34129 104: u103
34130 105: u104
34131 106: u105
34132 107: u106
34133 108: u107
34134 109: u108
34135 110: u109
34136 111: u110
34137 112: u111
34138 113: u112
34139 114: u113
34140 115: u114
34141 116: u115
34142 117: u116
34143 118: u117
34144 119: u118
34145 120: u119
34146 121: u120
34147 122: u121
34148 123: u122
34149 124: u123
34150 125: u124
34151 126: u125
34152 127: u126
34153 128: u127
34154 129: u128
34155 130: u129
34156 131: u130
34157 132: u131
34158 133: u132
34159 134: u133
34160 135: u134
34161 136: u135
34162 137: u136
34163 138: u137
34164 139: u138
34165 140: u139
34166 141: u140
34167 142: u141
34168 143: u142
34169 144: u143
34170 145: u144
34171 146: u145
34172 147: u146
34173 148: u147
34174 149: u148
34175 150: u149
34176 151: u150
34177 152: u151
34178 153: u152
34179 154: u153
34180 155: u154
34181 156: u155
34182 157: u156
34183 158: u157
34184 159: u158
34185 160: u159
34186 161: u160
34187 162: u161
34188 163: u162
34189 164: u163
34190 165: u164
34191 166: u165
34192 167: u166
34193 168: u167
34194 169: u168
34195 170: u169
34196 171: u170
34197 172: u171
34198 173: u172
34199 174: u173
34200 175: u174
34201 176: u175
34202 177: u176
34203 178: u177
34204 179: u178
34205 180: u179
34206 181: u180
34207 182: u181
34208 183: u182
34209 184: u183
34210 185: u184
34211 186: u185
34212 187: u186
34213 188: u187
34214 189: u188
34215 190: u189
34216 191: u190
34217 192: u191
34218 193: u192
34219 194: u193
34220 195: u194
34221 196: u195
34222 197: u196
34223 198: u197
34224 199: u198
34225 200: u199
34226 201: u200
34227 202: u201
34228 203: u202
34229 204: u203
34230 205: u204
34231 206: u205
34232 207: u206
34233 208: u207
34234 209: u208
34235 210: u209
34236 211: u210
34237 212: u211
34238 213: u212
34239 214: u213
34240 215: u214
34241 216: u215
34242 217: u216
34243 218: u217
34244 219: u218
34245 220: u219
34246 221: u220
34247 222: u221
34248 223: u222
34249 224: u223
34250 225: u224
34251 226: u225
34252 227: u226
34253 228: u227
34254 229: u228
34255 230: u229
34256 231: u230
34257 232: u231
34258 233: u232
34259 234: u233
34260 235: u234
34261 236: u235
34262 237: u236
34263 238: u237
34264 239: u238
34265 240: u239
34266 241: u240
34267 242: u241
34268 243: u242
34269 244: u243
34270 245: u244
34271 246: u245
34272 247: u246
34273 248: u247
34274 249: u248
34275 250: u249
34276 251: u250
34277 252: u251
34278 253: u252
34279 254: u253
34280 255: u254
34281 256: u255
34282 257: u256
34283 258: u257
34284 259: u258
34285 260: u259
34286 261: u260
34287 262: u261
34288 263: u262
34289 264: u263
34290 265: u264
34291 266: u265
34292 267: u266
34293 268: u267
34294 269: u268
34295 270: u269
34296 271: u270
34297 272: u271
34298 273: u272
34299 274: u273
34300 275: u274
34301 276: u275
34302 277: u276
34303 278: u277
34304 279: u278
34305 280: u279
34306 281: u280
34307 282: u281
34308 283: u282
34309 284: u283
34310 285: u284
34311 286: u285
34312 287: u286
34313 288: u287
34314 289: u288
34315 290: u289
34316 291: u290
34317 292: u291
34318 293: u292
34319 294: u293
34320 295: u294
34321 296: u295
34322 297: u296
34323 298: u297
34324 299: u298
34325 300: u299
34326 301: u300
34327 302: u301
34328 303: u302
34329 304: u303
34330 305: u304
34331 306: u305
34332 307: u306
34333 308: u307
34334 309: u308
34335 310: u309
34336 311: u310
34337 312: u311
34338 313: u312
34339 314: u313
34340 315: u314
34341 316: u315
34342 317: u316
34343 318: u317
34344 319: u318
34345 320: u319
34346 321: u320
34347 322: u321
34348 323: u322
34349 324: u323
34350 325: u324
34351 326: u325
34352 327: u326
34353 328: u327
34354 329: u328
34355 330: u329
34356 331: u330
34357 332: u331
34358 333: u332
34359 334: u333
34360 335: u334
34361 336: u335
34362 337: u336
34363 338: u337
34364 339: u338
34365 340: u339
34366 341: u340
34367 342: u341
34368 343: u342
34369 344: u343
34370 345: u344
34371 346: u345
34372 347: u346
34373 348: u347
34374 349: u348
34375 350: u349
34376 351: u350
34377 352: u351
34378 353: u352
34379 354: u353
34380 355: u354
34381 356: u355
34382 357: u356
34383 358: u357
34384 359: u358
34385 360: u359
34386 361: u360
34387 362: u361
34388 363: u362
34389 364: u363
34390 365: u364
34391 366: u365
34392 367: u366
34393 368: u367
34394 369: u368
34395 370: u369
34396 371: u370
34397 372: u371
34398 373: u372
34399 374: u373
34400 375: u374
34401 376: u375
34402 377: u376
34403 378: u377
34404 379: u378
34405 380: u379
34406 381: u380
34407 382: u381
34408 383: u382
34409 384: u383
34410 385: u384
34411 386: u385
34412 387: u386
34413 388: u387
34414 389: u388
34415 390: u389
34416 391: u390
34417 392: u391
34418 393: u392
34419 394: u393
34420 395: u394
34421 396: u395
34422 397: u396
34423 398: u397
34424 399: u398
34425 400: u399
34426 401: u400
34427 402: u401
34428 403: u402
34429 404: u403
34430 405: u404
34431 406: u405
34432 407: u406
34433 408: u407
34434 409: u408
34435 410: u409
34436 411: u410
34437 412: u411
34438 413: u412
34439 414: u413
34440 415: u414
34441 416: u415
34442 417: u416
34443 418: u417
34444 419: u418
34445 420: u419
34446 421: u420
34447 422: u421
34448 423: u422
34449 424: u423
34450 425: u424
34451 426: u425
34452 427: u426
34453 428: u427
34454 429: u428
34455 430: u429
34456 431: u430
34457 432: u431
34458 433: u432
34459 434: u433
34460 435: u434
34461 436: u435
34462 437: u436
34463 438: u437
34464 439: u438
34465 440: u439
34466 441: u440
34467 442: u441
34468 443: u442
34469 444: u443
34470 445: u444
34471 446: u445
34472 447: u446
34473 448: u447
34474 449: u448
34475 450: u449
34476 451: u450
34477 452: u451
34478 453: u452
34479 454: u453
34480 455: u454
34481 456: u455
34482 457: u456
34483 458: u457
34484 459: u458
34485 460: u459
34486 461: u460
34487 462: u461
34488 463: u462
34489 464: u463
34490 465: u464
34491 466: u465
34492 467: u466
34493 468: u467
34494 469: u468
34495 470: u469
34496 471: u470
34497 472: u471
34498 473: u472
34499 474: u473
34500 475: u474
34501 476: u475
34502 477: u476
34503 478: u477
34504 479: u478
34505 480: u479
34506 481: u480
34507 482: u481
34508 483: u482
34509 484: u483
34510 485: u484
34511 486: u485
34512 487: u486
34513 488: u487
34514 489: u488
34515 490: u489
34516 491: u490
34517 492: u491
34518 493: u492
34519 494: u493
34520 495: u494
34521 496: u495
34522 497: u496
34523 498: u497
34524 499: u498
34525 500: u499
34526 501: u500
34527 502: u501
34528 503: u502
34529 504: u503
34530 505: u504
34531 506: u505
34532 507: u506
34533 508: u507
34534 509: u508
34535 510: u509
34536 511: u510
34537 512: u511
34538 513: u512
34539 514: u513
34540 515: u514
34541 516: u515
34542 517: u516
34543 518: u517
34544 519: u518
34545 520: u519
34546 521: u520
34547 522: u521
34548 523: u522
34549 524: u523
34550 525: u524
34551 526: u525
34552 527: u526
34553 528: u527
34554 529: u528
34555 530: u529
34556 531: u530
34557 532: u531
34558 533: u532
34559 534: u533
34560 535: u534
34561 536: u535
34562 537: u536
34563 538: u537
34564 539: u538
34565 540: u539
34566 541: u540
34567 542: u541
34568 543: u542
34569 544: u543
34570 545: u544
34571 546: u545
34572 547: u546
34573 548: u547
34574 549: u548
34575 550: u549
34576 551: u550
34577 552: u551
34578 553: u552
34579 554: u553
34580 555: u554
34581 556: u555
34582 557: u556
34583 558: u557
34584 559: u558
34585 560: u559
34586 561: u560
34587 562: u561
34588 563: u562
34589 564: u563
34590 565: u564
34591 566: u565
34592 567: u566
34593 568: u567
34594 569: u568
34595 570: u569
34596 571: u570
34597 572: u571
34598 573: u572
34599 574: u573
34600 575: u574
34601 576: u575
34602 577: u576
34603 578: u577
34604 579: u578
34605 580: u579
34606 581: u580
34607 582: u581
34608 583: u582
34609 584: u583
34610 585: u584
34611 586: u585
34612 587: u586
34613 588: u587
34614 589: u588
34615 590: u589
34616 591: u590
34617 592: u591
34618 593: u592
34619 594: u593
34620 595: u594
34621 596: u595
34622 597: u596
34623 598: u597
34624 599: u598
34625 600: u599
34626 601: u600
34627 602: u601
34628 603: u602
34629 604: u603
34630 605: u604
34631 606: u605
34632 607: u606
34633 608: u607
34634 609: u608
34635 610: u609
34636 611: u610
34637 612: u611
34638 613: u612
34639 614: u613
34640 615: u614
34641 616: u615
34642 617: u616
34643 618: u617
34644 619: u618
34645 620: u619
34646 621: u620
34647 622: u621
34648 623: u622
34649 624: u623
34650 625: u624
34651 626: u625
34652 627: u626
34653 628: u627
34654 629: u628
34655 630: u629
34656 631: u630
34657 632: u631
34658 633: u632
34659 634: u633
34660 635: u634
34661 636: u635
34662 637: u636
34663 638: u637
34664 639: u638
34665 640: u639
34666 641: u640
34667 642: u641
34668 643: u642
34669 644: u643
34670 645: u644
34671 646: u645
34672 647: u646
34673 648: u647
34674 649: u648
34675 650: u649
34676 651: u650
34677 652: u651
34678 653: u652
34679 654: u653
34680 655: u654
34681 656: u655
34682 657: u656
34683 658: u657
34684 659: u658
34685 660: u659
34686 661: u660
34687 662: u661
34688 663: u662
34689 664: u663
34690 665: u664
34691 666: u665
34692 667: u666
34693 668: u667
34694 669: u668
34695 670: u669
34696 671: u670
34697 672: u671
34698 673: u672
34699 674: u673
34700 675: u674
34701 676: u675
34702 677: u676
34703 678: u677
34704 679: u678
34705 680: u679
34706 681: u680
34707 682: u681
34708 683: u682
34709 684: u683
34710 685: u684
34711 686: u685
34712 687: u686
34713 688: u687
34714 689: u688
34715 690: u689
34716 691: u690
34717 692: u691
34718 693: u692
34719 694: u693
34720 695: u694
34721 696: u695
34722 697: u696
34723 698: u697
34724 699: u698
34725 700: u699
34726 701: u700
34727 702: u701
34728 703: u702
34729 704: u703
34730 705: u704
34731 706: u705
34732 707: u706
34733 708: u707
34734 709: u708
34735 710: u709
34736 711: u710
34737 712: u711
34738 713: u712
34739 714: u713
34740 715: u714
34741 716: u715
34742 717: u716
34743 718: u717
34744 719: u718
34745 720: u719
34746 721: u720
34747 722: u721
34748 723: u722
34749 724: u723
34750 725: u724
34751 726: u725
34752 727: u726
34753 728: u727
34754 729: u728
34755 730: u729
34756 731: u730
34757 732: u731
34758 733: u732
34759 734: u733
34760 735: u734
34761 736: u735
34762 737: u736
34763 738: u737
34764 739: u738
34765 740: u739
34766 741: u740
34767 742: u741
34768 743: u742
34769 744: u743
34770 745: u744
34771 746: u745
34772 747: u746
34773 748: u747
34774 749: u748
34775 750: u749
34776 751: u750
34777 752: u751
34778 753: u752
34779 754: u753
34780 755: u754
34781 756: u755
34782 757: u756
34783 758: u757
34784 759: u758
34785 760: u759
34786 761: u760
34787 762: u761
34788 763: u762
34789 764: u763
34790 765: u764
34791 766: u765
34792 767: u766
34793 768: u767
34794 769: u768
34795 770: u769
34796 771: u770
34797 772: u771
34798 773: u772
34799 774: u773
34800 775: u774
34801 776: u775
34802 777: u776
34803 778: u777
34804 779: u778
34805 780: u779
34806 781: u780
34807 782: u781
34808 783: u782
34809 784: u783
34810 785: u784
34811 786: u785
34812 787: u786
34813 788: u787
34814 789: u788
34815 790: u789
34816 791: u790
34817 792: u791
34818 793: u792
34819 794: u793
34820 795: u794
34821 796: u795
34822 797: u796
34823 798: u797
34824 799: u798
34825 800: u799
34826 801: u800
34827 802: u801
34828 803: u802
34829 804: u803
34830 805: u804
34831 806: u805
34832 807: u806
34833 808: u807
34834 809: u808
34835 810: u809
34836 811: u810
34837 812: u811
34838 813: u812
34839 814: u813
34840 815: u814
34841 816: u815
34842 817: u816
34843 818: u817
34844 819: u818
34845 820: u819
34846 821: u820
34847 822: u821
34848 823: u822
34849 824: u823
34850 825: u824
34851 826: u825
34852 827: u826
34853 828: u827
34854 829: u828
34855 830: u829
34856 831: u830
34857 832: u831
34858 833: u832
34859 834: u833
34860 835: u834
34861 836: u835
34862 837: u836
34863 838: u837
34864 839: u838
34865 840: u839
34866 841: u840
34867 842: u841
34868 843: u842
34869 844: u843
34870 845: u844
34871 846: u845
34872 847: u846
34873 848: u847
34874 849: u848
34875 850: u849
34876 851: u850
34877 852: u851
34878 853: u852
34879 854: u853
34880 855: u854
34881 856: u855
34882 857: u856
34883 858: u857
34884 859: u858
34885 860: u859
34886 861: u860
34887 862: u861
34888 863: u862
34889 864: u863
34890 865: u864
34891 866: u865
34892 867: u866
34893 868: u867
34894 869: u868
34895 870: u869
34896 871: u870
34897 872: u871
34898 873: u872
34899 874: u873
34900 875: u874
34901 876: u875
34902 877: u876
34903 878: u877
34904 879: u878
34905 880: u879
34906 881: u880
34907 882: u881
34908 883: u882
34909 884: u883
34910 885: u884
34911 886: u885
34912 887: u886
34913 888: u887
34914 889: u888
34915 890: u889
34916 891: u890
34917 892: u891
34918 893: u892
34919 894: u893
34920 895: u894
34921 896: u895
34922 897: u896
34923 898: u897
34924 899: u898
34925 900: u899
34926 901: u900
34927 902: u901
34928 903: u902
34929 904: u903
34930 905: u904
34931 906: u905
34932 907: u906
34933 908: u907
34934 909: u908
34935 910: u909
34936 911: u910
34937 912: u911
34938 913: u912
34939 914: u913
34940 915: u914
34941 916: u915
34942 917: u916
34943 918: u917
34944 919: u918
34945 920: u919
34946 921: u920
34947 922: u921
34948 923: u922
34949 924: u923
34950 925: u924
34951 926: u925
34952 927: u926
34953 928: u927
34954 929: u928
34955 930: u929
34956 931: u930
34957 932: u931
34958 933: u932
34959 934: u933
34960 935: u934
34961 936: u935
34962 937: u936
34963 938: u937
34964 939: u938
34965 940: u939
34966 941: u940
34967 942: u941
34968 943: u942
34969 944: u943
34970 945: u944
34971 946: u945
34972 947: u946
34973 948: u947
34974 949: u948
34975 950: u949
34976 951: u950
34977 952: u951
34978 953: u952
34979 954: u953
34980 955: u954
34981 956: u955
34982 957: u956
34983 958: u957
34984 959: u958
34985 960: u959
34986 961: u960
34987 962: u961
34988 963: u962
34989 964: u963
34990 965: u964
34991 966: u965
34992 967: u966
34993 968: u967
34994 969: u968
34995 970: u969
34996 971: u970
34997 972: u971
34998 973: u972
34999 974: u973
35000 975: u974
35001 976: u975
35002 977: u976
35003 978: u977
35004 979: u978
35005 980: u979
35006 981: u980
35007 982: u981
35008 983: u982
35009 984: u983
35010 985: u984
35011 986: u985
35012 987: u986
35013 988: u987
35014 989: u988
35015 990: u989
35016 991: u990
35017 992: u991
35018 993: u992
35019 994: u993
35020 995: u994
35021 996: u995
35022 997: u996
35023 998: u997
35024 999: u998
35025 1000: u999
35026 1001: u1000
35027 1002: u1001
35028 1003: u1002
35029 1004: u1003
35030 1005: u1004
35031 1006: u1005
35032 1007: u1006
35033 1008: u1007
35034 1009: u1008
35035 1010: u1009
35036 1011: u1010
35037 1012: u1011
35038 1013: u1012
35039 1014: u1013
35040 1015: u1014
35041 1016: u1015
35042 1017: u1016
35043 1018: u1017
35044 1019: u1018
35045 1020: u1019
35046 1021: u1020
35047 1022: u1021
35048 1023: u1022
35049 1024: u1023
35050 1025: u1024
35051 1026: u1025
35052 1027: u1026
35053 1028: u1027
35054 1029: u1028
35055 1030: u1029
35056 1031: u1030
35057 1032: u1031
35058 1033: u1032
35059 1034: u1033
35060 1035: u1034
35061 1036: u1035
35062 1037: u1036
35063 1038: u1037
35064 1039: u1038
35065 1040: u1039
35066 1041: u1040
35067 1042: u1041
35068 1043: u1042
35069 1044: u1043
35070 1045: u1044
35071 1046: u1045
35072 1047: u1046
35073 1048: u1047
35074 1049: u1048
35075 1050: u1049
35076 1051: u1050
35077 1052: u1051
35078 1053: u1052
35079 1054: u1053
35080 1055: u1054
35081 1056: u1055
35082 1057: u1056
35083 1058: u1057
35084 1059: u1058
35085 1060: u1059
35086 1061: u1060
35087 1062: u1061
35088 1063: u1062
35089 1064: u1063
35090 1065: u1064
35091 1066: u1065
35092 1067: u1066
35093 1068: u1067
35094 1069: u1068
35095 1070: u1069
35096 1071: u1070
35097 1072: u1071
35098 1073: u1072
35099 1074: u1073
35100 1075: u1074
35101 1076: u1075
35102 1077: u1076
35103 1078: u1077
35104 1079: u1078
35105 1080: u1079
35106 1081: u1080
35107 1082: u1081
35108 1083: u1082
35109 1084: u1083
35110 1085: u1084
35111 1086: u1085
35112 1087: u1086
35113 1088: u1087
35114 1089: u1088
35115 1090: u1089
35116 1091: u1090
35117 1092: u1091
35118 1093: u1092
35119 1094: u1093
35120 1095: u1094
35121 1096: u1095
35122 1097: u1096
35123 1098: u1097
35124 1099: u1098
35125 1100: u1099
35126 1101: u1100
35127 1102: u1101
35128 1103: u1102
35129 1104: u1103
35130 1105: u1104
35131 1106: u1105
35132 1107: u1106
35133 1108: u1107
35134 1109: u1108
35135 1110: u1109
35136 1111: u1110
35137 1112: u1111
35138 1113: u1112
35139 1114: u1113
35140 1115: u1114
35141 1116: u1115
35142 1117: u1116
35143 1118: u1117
35144 1119: u1118
35145 1120: u1119
35146 1121: u1120
35147 1122: u1121
35148 1123: u1122
35149 1124: u1123
35150 1125: u1124
35151 1126: u1125
35152 1127: u1126
35153 1128: u1127
35154 1129: u1128
35155 1130: u1129
35156 1131: u1130
35157 1132: u1131
35158 1133: u1132
35159 1134: u1133
35160 1135: u1134
35161 1136: u1135
35162 1137: u1136
35163 1138: u1137
35164 1139: u1138
35165 1140: u1139
35166 1141: u1140
35167 1142: u1141
35168 1143: u1142
35169 1144: u1143
35170 1145: u1144
35171 1146: u1145
35172 1147: u1146
35173 1148: u1147
35174 1149: u1148
35175 1150: u1149
35176 1151: u1150
35177 1152: u1151
35178 1153: u1152
35179 1154: u1153
35180 1155: u1154
35181 1156: u1155
35182 1157: u1156
35183 1158: u1157
35184 1159: u1158
35185 1160: u1159
35186 1161: u1160
35187 1162: u1161
35188 1163: u1162
35189 1164: u1163
35190 1165: u1164
35191 1166: u1165
35192 1167: u1166
35193 1168: u1167
35194 1169: u1168
35195 1170: u1169
35196 1171: u1170
35197 1172: u1171
35198 1173: u1172
35199 1174: u1173
35200 1175: u1174
35201 1176: u1175
35202 1177: u1176
35203 1178: u1177
35204 1179: u1178
35205 1180: u1179
35206 1181: u1180
35207 1182: u1181
35208 1183: u1182
35209 1184: u1183
35210 1185: u1184
35211 1186: u1185
35212 1187: u1186
35213 1188: u1187
35214 1189: u1188
35215 1190: u1189
35216 1191: u1190
35217 1192: u1191
35218 1193: u1192
35219 1194: u1193
35220 1195: u1194
35221 1196: u1195
35222 1197: u1196
35223 1198: u1197
35224 1199: u1198
35225 1200: u1199
35226 1201: u1200
35227 1202: u1201
35228 1203: u1202
35229 1204: u1203
35230 1205: u1204
35231 1206: u1205
35232 1207: u1206
35233 1208: u1207
35234 1209: u1208
35235 1210: u1209
35236 1211: u1210
35237 1212: u1211
35238 1213: u1212
35239 1214: u1213
35240 1215: u1214
35241 1216: u1215
35242 1217: u1216
35243 1218: u1217
35244 1219: u1218
35245 1220: u1219
35246 1221: u1220
35247 1222: u1221
35248 1223: u1222
35249 1224: u1223
35250 1225: u1224
35251 1226: u1225
35252 1227: u1226
35253 1228: u1227
35254 1229: u1228
35255 1230: u1229
35256 1231: u1230
35257 1232: u1231
35258 1233: u1232
35259 1234: u1233
35260 1235: u1234
35261 1236: u1235
35262 1237: u1236
35263 1238: u1237
35264 1239: u1238
35265 1240: u1239
35266 1241: u1240
35267 1242: u1241
35268 1243: u1242
35269 1244: u1243
35270 1245: u1244
35271 1246: u1245
35272 1247: u1246
35273 1248: u1247
35274 1249: u1248
35275 1250: u1249
35276 1251: u1250
35277 1252: u1251
35278 1253: u1252
35279 1254: u1253
35280 1255: u1254
35281 1256: u1255
35282 1257: u1256
35283 1258: u1257
35284 1259: u1258
35285 1260: u1259
35286 1261: u1260
35287 1262: u1261
35288 1263: u1262
35289 1264: u1263
35290 1265: u1264
35291 1266: u1265
35292 1267: u1266
35293 1268: u1267
35294 1269: u1268
35295 1270: u1269
35296 1271: u1270
35297 1272: u1271
35298 1273: u1272
35299 1274: u1273
35300 1275: u1274
35301 1276: u1275
35302 1277: u1276
35303 1278: u1277
35304 1279: u1278
35305 1280: u1279
35306 1281: u1280
35307 1282: u1281
35308 1283: u1282
35309 1284: u1283
35310 1285: u1284
35311 1286: u1285
35312 1287: u1286
35313 1288: u1287
35314 1289: u1288
35315 1290: u1289
35316 1291: u1290
35317 1292: u1291
35318 1293: u1292
35319 1294: u1293
35320 1295: u1294
35321 1296: u1295
35322 1297: u1296
35323 1298: u1297
35324 1299: u1298
35325 1300: u1299
35326 1301: u1300
35327 1302: u1301
35328 1303: u1302
35329 1304: u1303
35330 1305: u1304
35331 1306: u1305
35332 1307: u1306
35333 1308: u1307
35334 1309: u1308
35335 1310: u1309
35336 1311: u1310
35337 1312: u1311
35338 1313: u1312
35339 1314: u1313
35340 1315: u1314
35341 1316: u1315
35342 1317: u1316
35343 1318: u1317
35344 1319: u1318
35345 1320: u1319
35346 1321: u1320
35347 1322: u1321
35348 1323: u1322
35349 1324: u1323
35350 1325: u1324
35351 1326: u1325
35352 1327: u1326
35353 1328: u1327
35354 1329: u1328
35355 1330: u1329
35356 1331: u1330
35357 1332: u1331
35358 1333: u1332
35359 1334: u1333
35360 1335: u1334
35361 1336: u1335
35362 1337: u1336
35363 1338: u1337
35364 1339: u1338
35365 1340: u1339
35366 1341: u1340
35367 1342: u1341
35368 1343: u1342
35369 1344: u1343
35370 1345: u1344
35371 1346: u1345
35372 1347: u1346
35373 1348: u1347
35374 1349: u1348
35375 1350: u1349
35376 1351: u1350
35377 1352: u1351
35378 1353: u1352
35379 1354: u1353
35380 1355: u1354
35381 1356: u1355
35382 1357: u1356
35383 1358: u1357
35384 1359: u1358
35385 1360: u1359
35386 1361: u1360
35387 1362: u1361
35388 1363: u1362
35389 1364: u1363
35390 1365: u1364
35391 1366: u1365
35392 1367: u1366
35393 1368: u1367
35394 1369: u1368
35395 1370: u1369
35396 1371: u1370
35397 1372: u1371
35398 1373: u1372
35399 1374: u1373
35400 1375: u1374
35401 1376: u1375
35402 1377: u1376
35403 1378: u1377
35404 1379: u1378
35405 1380: u1379
35406 1381: u1380
35407 1382: u1381
35408 1383: u1382
35409 1384: u1383
35410 1385: u1384
35411 1386: u1385
35412 1387: u1386
35413 1388: u1387
35414 1389: u1388
35415 1390: u1389
35416 1391: u1390
35417 1392: u1391
35418 1393: u1392
35419 1394: u1393
35420 1395: u1394
35421 1396: u1395
35422 1397: u1396
35423 1398: u1397
35424 1399: u1398
35425 1400: u1399
35426 1401: u1400
35427 1402: u1401
35428 1403: u1402
35429 1404: u1403
35430 1405: u1404
35431 1406: u1405
35432 1407: u1406
35433 1408: u1407
35434 1409: u1408
35435 1410: u1409
35436 1411: u1410
35437 1412: u1411
35438 1413: u1412
35439 1414: u1413
35440 1415: u1414
35441 1416: u1415
35442 1417: u1416
35443 1418: u1417
35444 1419: u1418
35445 1420: u1419
35446 1421: u1420
35447 1422: u1421
35448 1423: u1422
35449 1424: u1423
35450 1425: u1424
35451 1426: u1425
35452 1427: u1426
35453 1428: u1427
35454 1429: u1428
35455 1430: u1429
35456 1431: u1430
35457 1432: u1431
35458 1433: u1432
35459 1434: u1433
35460 1435: u1434
35461 1436: u1435
35462 1437: u1436
35463 1438: u1437
35464 1439: u1438
35465 1440: u1439
35466 1441: u1440
35467 1442: u1441
35468 1443: u1442
35469 1444: u1443
35470 1445: u1444
35471 1446: u1445
35472 1447: u1446
35473 1448: u1447
35474 1449: u1448
35475 1450: u1449
35476 1451: u1450
35477 1452: u1451
35478 1453: u1452
35479 1454: u1453
35480 1455: u1454
35481 1456: u1455
35482 1457: u1456
35483 1458: u1457
35484 1459: u1458
35485 1460: u1459
35486 1461: u1460
35487 1462: u1461
35488 1463: u1462
35489 1464: u1463
35490 1465: u1464
35491 1466: u1465
35492 1467: u1466
35493 1468: u1467
35494 1469: u1468
35495 1470: u1469
35496 1471: u1470
35497 1472: u1471
35498 1473: u1472
35499 1474: u1473
35500 1475: u1474
35501 1476: u1475
35502 1477: u1476
35503 1478: u1477
35504 1479: u1478
35505 1480: u1479
35506 1481: u1480
35507 1482: u1481
35508 1483: u1482
35509 1484: u1483
35510 1485: u1484
35511 1486: u1485
35512 1487: u1486
35513 1488: u1487
35514 1489: u1488
35515 1490: u1489
35516 1491: u1490
35517 1492: u1491
35518 1493: u1492
35519 1494: u1493
35520 1495: u1494
35521 1496: u1495
35522 1497: u1496
35523 1498: u1497
35524 1499: u1498
35525 1500: u1499
35526 1501: u1500
35527 1502: u1501
35528 1503: u1502
35529 1504: u1503
35530 1505: u1504
35531 1506: u1505
35532 1507: u1506
35533 1508: u1507
35534 1509: u1508
35535 1510: u1509
35536 1511: u1510
35537 1512: u1511
35538 1513: u1512
35539 1514: u1513
35540 1515: u1514
35541 1516: u1515
35542 1517: u1516
35543 1518: u1517
35544 1519: u1518
35545 1520: u1519
35546 1521: u1520
35547 1522: u1521
35548 1523: u1522
35549 1524: u1523
35550 1525: u1524
35551 1526: u1525
35552 1527: u1526
35553 1528: u1527
35554 1529: u1528
35555 1530: u1529
35556 1531: u1530
35557 1532: u1531
35558 1533: u1532
35559 1534: u1533
35560 1535: u1534
35561 1536: u1535
35562 1537: u1536
35563 1538: u1537
35564 1539: u1538
35565 1540: u1539
35566 1541: u1540
35567 1542: u1541
35568 1543: u1542
35569 1544: u1543
35570 1545: u1544
35571 1546: u1545
35572 1547: u1546
35573 1548: u1547
35574 1549: u1548
35575 1550: u1549
35576 1551: u1550
35577 1552: u1551
35578 1553: u1552
35579 1554: u1553
35580 1555: u1554
35581 1556: u1555
35582 1557: u1556
35583 1558: u1557
35584 1559: u1558
35585 1560: u1559
35586 1561: u1560
35587 1562: u1561
35588 1563: u1562
35589 1564: u1563
35590 1565: u1564
35591 1566: u1565
35592 1567: u1566
35593 1568: u1567
35594 1569: u1568
35595 1570: u1569
35596 1571: u1570
35597 1572: u1571
35598 1573: u1572
35599 1574: u1573
35600 1575: u1574
35601 1576: u1575
35602 1577: u1576
35603 1578: u1577
35604 1579: u1578
35605 1580: u1579
35606 1581: u1580
35607 1582: u1581
35608 1583: u1582
35609 1584: u1583
35610 1585: u1584
35611 1586: u1585
35612 1587: u1586
35613 1588: u1587
35614 1589: u1588
35615 1590: u1589
35616 1591: u1590
35617 1592: u1591
35618 1593: u1592
35619 1594: u1593
35620 1595: u1594
35621 1596: u1595
35622 1597: u1596
35623 1598: u1597
35624 1599: u1598
35625 1600: u1599
35626 1601: u1600
35627 1602: u1601
35628 1603: u1602
35629 1604: u1603
35630 1605: u1604
35631 1606: u1605
35632 1607: u1606
35633 1608: u1607
35634 1609: u1608
35635 1610: u1609
35636 1611: u1610
35637 1612: u1611
35638 1613: u1612
35639 1614: u1613
35640 1615: u1614
35641 1616: u1615
35642 1617: u1616
35643 1618: u1617
35644 1619: u1618
35645 1620: u1619
35646 1621: u1620
35647 1622: u1621
35648 1623: u1622
35649 1624: u1623
35650 1625: u1624
35651 1626: u1625
35652 1627: u1626
35653 1628: u1627
35654 1629: u1628
35655 1630: u1629
35656 1631: u1630
35657 1632: u1631
35658 1633: u1632
35659 1634: u1633
35660 1635: u1634
35661 1636: u1635
35662 1637: u1636
35663 1638: u1637
35664 1639: u1638
35665 1640: u1639
35666 1641: u1640
35667 1642: u1641
35668 1643: u1642
35669 1644: u1643
35670 1645: u1644
35671 1646: u1645
35672 1647: u1646
35673 1648: u1647
35674 1649: u1648
35675 1650: u1649
35676 1651: u1650
35677 1652: u1651
35678 1653: u1652
35679 1654: u1653
35680 1655: u1654
35681 1656: u1655
35682 1657: u1656
35683 1658: u1657
35684 1659: u1658
35685 1660: u1659
35686 1661: u1660
35687 1662: u1661
35688 1663: u1662
35689 1664: u1663
35690 1665: u1664
35691 1666: u1665
35692 1667: u1666
35693 1668: u1667
35694 1669: u1668
35695 1670: u1669
35696 1671: u1670
35697 1672: u1671
35698 1673: u1672
35699 1674: u1673
35700 1675: u1674
35701 1676: u1675
35702 1677: u1676
35703 1678: u1677
35704 1679: u1678
35705 1680: u1679
35706 1681: u1680
35707 1682: u1681
35708 1683: u1682
35709 1684: u1683
35710 1685: u1684
35711 1686: u1685
35712 1687: u1686
35713 1688: u1687
35714 1689: u1688
35715 1690: u1689
35716 1691: u1690
35717 1692: u1691
35718 1693: u1692
35719 1694: u1693
35720 1695: u1694
35721 1696: u1695
35722 1697: u1696
35723 1698: u1697
35724 1699: u1698
35725 1700: u1699
35726 1701: u1700
35727 1702: u1701
35728 1703: u1702
35729 1704: u1703
35730 1705: u1704
35731 1706: u1705
35732 1707: u1706
35733 1708: u1707
35734 1709: u1708
35735 1710: u1709
35736 1711: u1710
35737 1712: u1711
35738 1713: u1712
35739 1714: u1713
35740 1715: u1714
35741 1716: u1715
35742 1717: u1716
35743 1718: u1717
35744 1719: u1718
35745 1720: u1719
35746 1721: u1720
35747 1722: u1721
35748 1723: u1722
35749 1724: u1723
35750 1725: u1724
35751 1726: u1725
35752 1727: u1726
35753 1728: u1727
35754 1729: u1728
35755 1730: u1729
35756 1731: u1730
35757 1732: u1731
35758 1733: u1732
35759 1734: u1733
35760 1735: u1734
35761 1736: u1735
35762 1737: u1736
35763 1738: u1737
35764 1739: u1738
35765 1740: u1739
35766 1741: u1740
35767 1742: u1741
35768 1743: u1742
35769 1744: u1743
35770 1745: u1744
35771 1746: u1745
35772 1747: u1746
35773 1748: u1747
35774 1749: u1748
35775 1750: u1749
35776 1751: u1750
35777 1752: u1751
35778 1753: u1752
35779 1754: u1753
35780 1755: u1754
35781 1756: u1755
35782 1757: u1756
35783 1758: u1757
35784 1759: u1758
35785 1760: u1759
35786 1761: u1760
35787 1762: u1761
35788 1763: u1762
35789 1764: u1763
35790 1765: u1764
35791 1766: u1765
35792 1767: u1766
35793 1768: u1767
35794 1769: u1768
35795 1770: u1769
35796 1771: u1770
35797 1772: u1771
35798 1773: u1772
35799 1774: u1773
35800 1775: u1774
35801 1776: u1775
35802 1777: u1776
35803 1778: u1777
35804 1779: u1778
35805 1780: u1779
35806 1781: u1780
35807 1782: u1781
35808 1783: u1782
35809 1784: u1783
35810 1785: u1784
35811 1786: u1785
35812 1787: u1786
35813 1788: u1787
35814 1789: u1788
35815 1790: u1789
35816 1791: u1790
35817 1792: u1791
35818 1793: u1792
35819 1794: u1793
35820 1795: u1794
35821 1796: u1795
35822 1797: u1796
35823 1798: u1797
35824 1799: u1798
35825 1800: u1799
35826 1801: u1800
35827 1802: u1801
35828 1803: u1802
35829 1804: u1803
35830 1805: u1804
35831 1806: u1805
35832 1807: u1806
35833 1808: u1807
35834 1809: u1808
35835 1810: u1809
35836 1811: u1810
35837 1812: u1811
35838 1813: u1812
35839 1814: u1813
35840 1815: u1814
35841 1816: u1815
35842 1817: u1816
35843 1818: u1817
35844 1819: u1818
35845 1820: u1819
35846 1821: u1820
35847 1822: u1821
35848 1823: u1822
35849 1824: u1823
35850 1825: u1824
35851 1826: u1825
35852 1827: u1826
35853 1828: u1827
35854 1829: u1828
35855 1830: u1829
35856 1831: u1830
35857 1832: u1831
35858 1833: u1832
35859 1834: u1833
35860 1835: u1834
35861 1836: u1835
35862 1837: u1836
35863 1838: u1837
35864 1839: u1838
35865 1840: u1839
35866 1841: u1840
35867 1842: u1841
35868 1843: u1842
35869 1844: u1843
35870 1845: u1844
35871 1846: u1845
35872 1847: u1846
35873 1848: u1847
35874 1849: u1848
35875 1850: u1849
35876 1851: u1850
35877 1852: u1851
35878 1853: u1852
35879 1854: u1853
35880 1855: u1854
35881 1856: u1855
35882 1857: u1856
35883 1858: u1857
35884 1859: u1858
35885 1860: u1859
35886 1861: u1860
35887 1862: u1861
35888 1863: u1862
35889 1864: u1863
35890 1865: u1864
35891 1866: u1865
35892 1867: u1866
35893 1868: u1867
35894 1869: u1868
35895 1870: u1869
35896 1871: u1870
35897 1872: u1871
35898 1873: u1872
35899 1874: u1873
35900 1875: u1874
35901 1876: u1875
35902 1877: u1876
35903 1878: u1877
35904 1879: u1878
35905 1880: u1879
35906 1881: u1880
35907 1882: u1881
35908 1883: u1882
35909 1884: u1883
35910 1885: u1884
35911 1886: u1885
35912 1887: u1886
35913 1888: u1887
35914 1889: u1888
35915 1890: u1889
35916 1891: u1890
35917 1892: u1891
35918 1893: u1892
35919 1894: u1893
35920 1895: u1894
35921 1896: u1895
35922 1897: u1896
35923 1898: u1897
35924 1899: u1898
35925 1900: u1899
35926 1901: u1900
35927 1902: u1901
35928 1903: u1902
35929 1904: u1903
35930 1905: u1904
35931 1906: u1905
35932 1907: u1906
35933 1908: u1907
35934 1909: u1908
35935 1910: u1909
35936 1911: u1910
35937 1912: u1911
35938 1913: u1912
35939 1914: u1913
35940 1915: u1914
35941 1916: u1915
35942 1917: u1916
35943 1918: u1917
35944 1919: u1918
35945 1920: u1919
35946 1921: u1920
35947 1922: u1921
35948 1923: u1922
35949 1924: u1923
35950 1925: u1924
35951 1926: u1925
35952 1927: u1926
35953 1928: u1927
35954 1929: u1928
35955 1930: u1929
35956 1931: u1930
35957 1932: u1931
35958 1933: u1932
35959 1934: u1933
35960 1935: u1934
35961 1936: u1935
35962 1937: u1936
35963 1938: u1937
35964 1939: u1938
35965 1940: u1939
35966 1941: u1940
35967 1942: u1941
35968 1943: u1942
35969 1944: u1943
35970 1945: u1944
35971 1946: u1945
35972 1947: u1946
35973 1948: u1947
35974 1949: u1948
35975 1950: u1949
35976 1951: u1950
35977 1952: u1951
35978 1953: u1952
35979 1954: u1953
35980 1955: u1954
35981 1956: u1955
35982 1957: u1956
35983 1958: u1957
35984 1959: u1958
35985 1960: u1959
35986 1961: u1960
35987 1962: u1961
35988 1963: u1962
35989 1964: u1963
35990 1965: u1964
35991 1966: u1965
35992 1967: u1966
35993 1968: u1967
35994 1969: u1968
35995 1970: u1969
35996 1971: u1970
35997 1972: u1971
35998 1973: u1972
35999 1974: u1973
36000 1975: u1974
36001 1976: u1975
36002 1977: u1976
36003 1978: u1977
36004 1979: u1978
36005 1980: u1979
36006 1981: u1980
36007 1982: u1981
36008 1983: u1982
36009 1984: u1983
36010 1985: u1984
36011 1986: u1985
36012 1987: u1986
36013 1988: u1987
36014 1989: u1988
36015 1990: u1989
36016 1991: u1990
36017 1992: u1991
36018 1993: u1992
36019 1994: u1993
36020 1995: u1994
36021 1996: u1995
36022 1997: u1996
36023 1998: u1997
36024 1999: u1998
36025 2000: u1999
36026 - name: outputCurrent
36027 oid: 1.3.6.1.4.1.19947.1.3.2.1.12
36028 type: Float
36029 help: The current limit of the channel. - 1.3.6.1.4.1.19947.1.3.2.1.12
36030 indexes:
36031 - labelname: outputIndex
36032 type: gauge
36033 enum_values:
36034 1: u0
36035 2: u1
36036 3: u2
36037 4: u3
36038 5: u4
36039 6: u5
36040 7: u6
36041 8: u7
36042 9: u8
36043 10: u9
36044 11: u10
36045 12: u11
36046 13: u12
36047 14: u13
36048 15: u14
36049 16: u15
36050 17: u16
36051 18: u17
36052 19: u18
36053 20: u19
36054 21: u20
36055 22: u21
36056 23: u22
36057 24: u23
36058 25: u24
36059 26: u25
36060 27: u26
36061 28: u27
36062 29: u28
36063 30: u29
36064 31: u30
36065 32: u31
36066 33: u32
36067 34: u33
36068 35: u34
36069 36: u35
36070 37: u36
36071 38: u37
36072 39: u38
36073 40: u39
36074 41: u40
36075 42: u41
36076 43: u42
36077 44: u43
36078 45: u44
36079 46: u45
36080 47: u46
36081 48: u47
36082 49: u48
36083 50: u49
36084 51: u50
36085 52: u51
36086 53: u52
36087 54: u53
36088 55: u54
36089 56: u55
36090 57: u56
36091 58: u57
36092 59: u58
36093 60: u59
36094 61: u60
36095 62: u61
36096 63: u62
36097 64: u63
36098 65: u64
36099 66: u65
36100 67: u66
36101 68: u67
36102 69: u68
36103 70: u69
36104 71: u70
36105 72: u71
36106 73: u72
36107 74: u73
36108 75: u74
36109 76: u75
36110 77: u76
36111 78: u77
36112 79: u78
36113 80: u79
36114 81: u80
36115 82: u81
36116 83: u82
36117 84: u83
36118 85: u84
36119 86: u85
36120 87: u86
36121 88: u87
36122 89: u88
36123 90: u89
36124 91: u90
36125 92: u91
36126 93: u92
36127 94: u93
36128 95: u94
36129 96: u95
36130 97: u96
36131 98: u97
36132 99: u98
36133 100: u99
36134 101: u100
36135 102: u101
36136 103: u102
36137 104: u103
36138 105: u104
36139 106: u105
36140 107: u106
36141 108: u107
36142 109: u108
36143 110: u109
36144 111: u110
36145 112: u111
36146 113: u112
36147 114: u113
36148 115: u114
36149 116: u115
36150 117: u116
36151 118: u117
36152 119: u118
36153 120: u119
36154 121: u120
36155 122: u121
36156 123: u122
36157 124: u123
36158 125: u124
36159 126: u125
36160 127: u126
36161 128: u127
36162 129: u128
36163 130: u129
36164 131: u130
36165 132: u131
36166 133: u132
36167 134: u133
36168 135: u134
36169 136: u135
36170 137: u136
36171 138: u137
36172 139: u138
36173 140: u139
36174 141: u140
36175 142: u141
36176 143: u142
36177 144: u143
36178 145: u144
36179 146: u145
36180 147: u146
36181 148: u147
36182 149: u148
36183 150: u149
36184 151: u150
36185 152: u151
36186 153: u152
36187 154: u153
36188 155: u154
36189 156: u155
36190 157: u156
36191 158: u157
36192 159: u158
36193 160: u159
36194 161: u160
36195 162: u161
36196 163: u162
36197 164: u163
36198 165: u164
36199 166: u165
36200 167: u166
36201 168: u167
36202 169: u168
36203 170: u169
36204 171: u170
36205 172: u171
36206 173: u172
36207 174: u173
36208 175: u174
36209 176: u175
36210 177: u176
36211 178: u177
36212 179: u178
36213 180: u179
36214 181: u180
36215 182: u181
36216 183: u182
36217 184: u183
36218 185: u184
36219 186: u185
36220 187: u186
36221 188: u187
36222 189: u188
36223 190: u189
36224 191: u190
36225 192: u191
36226 193: u192
36227 194: u193
36228 195: u194
36229 196: u195
36230 197: u196
36231 198: u197
36232 199: u198
36233 200: u199
36234 201: u200
36235 202: u201
36236 203: u202
36237 204: u203
36238 205: u204
36239 206: u205
36240 207: u206
36241 208: u207
36242 209: u208
36243 210: u209
36244 211: u210
36245 212: u211
36246 213: u212
36247 214: u213
36248 215: u214
36249 216: u215
36250 217: u216
36251 218: u217
36252 219: u218
36253 220: u219
36254 221: u220
36255 222: u221
36256 223: u222
36257 224: u223
36258 225: u224
36259 226: u225
36260 227: u226
36261 228: u227
36262 229: u228
36263 230: u229
36264 231: u230
36265 232: u231
36266 233: u232
36267 234: u233
36268 235: u234
36269 236: u235
36270 237: u236
36271 238: u237
36272 239: u238
36273 240: u239
36274 241: u240
36275 242: u241
36276 243: u242
36277 244: u243
36278 245: u244
36279 246: u245
36280 247: u246
36281 248: u247
36282 249: u248
36283 250: u249
36284 251: u250
36285 252: u251
36286 253: u252
36287 254: u253
36288 255: u254
36289 256: u255
36290 257: u256
36291 258: u257
36292 259: u258
36293 260: u259
36294 261: u260
36295 262: u261
36296 263: u262
36297 264: u263
36298 265: u264
36299 266: u265
36300 267: u266
36301 268: u267
36302 269: u268
36303 270: u269
36304 271: u270
36305 272: u271
36306 273: u272
36307 274: u273
36308 275: u274
36309 276: u275
36310 277: u276
36311 278: u277
36312 279: u278
36313 280: u279
36314 281: u280
36315 282: u281
36316 283: u282
36317 284: u283
36318 285: u284
36319 286: u285
36320 287: u286
36321 288: u287
36322 289: u288
36323 290: u289
36324 291: u290
36325 292: u291
36326 293: u292
36327 294: u293
36328 295: u294
36329 296: u295
36330 297: u296
36331 298: u297
36332 299: u298
36333 300: u299
36334 301: u300
36335 302: u301
36336 303: u302
36337 304: u303
36338 305: u304
36339 306: u305
36340 307: u306
36341 308: u307
36342 309: u308
36343 310: u309
36344 311: u310
36345 312: u311
36346 313: u312
36347 314: u313
36348 315: u314
36349 316: u315
36350 317: u316
36351 318: u317
36352 319: u318
36353 320: u319
36354 321: u320
36355 322: u321
36356 323: u322
36357 324: u323
36358 325: u324
36359 326: u325
36360 327: u326
36361 328: u327
36362 329: u328
36363 330: u329
36364 331: u330
36365 332: u331
36366 333: u332
36367 334: u333
36368 335: u334
36369 336: u335
36370 337: u336
36371 338: u337
36372 339: u338
36373 340: u339
36374 341: u340
36375 342: u341
36376 343: u342
36377 344: u343
36378 345: u344
36379 346: u345
36380 347: u346
36381 348: u347
36382 349: u348
36383 350: u349
36384 351: u350
36385 352: u351
36386 353: u352
36387 354: u353
36388 355: u354
36389 356: u355
36390 357: u356
36391 358: u357
36392 359: u358
36393 360: u359
36394 361: u360
36395 362: u361
36396 363: u362
36397 364: u363
36398 365: u364
36399 366: u365
36400 367: u366
36401 368: u367
36402 369: u368
36403 370: u369
36404 371: u370
36405 372: u371
36406 373: u372
36407 374: u373
36408 375: u374
36409 376: u375
36410 377: u376
36411 378: u377
36412 379: u378
36413 380: u379
36414 381: u380
36415 382: u381
36416 383: u382
36417 384: u383
36418 385: u384
36419 386: u385
36420 387: u386
36421 388: u387
36422 389: u388
36423 390: u389
36424 391: u390
36425 392: u391
36426 393: u392
36427 394: u393
36428 395: u394
36429 396: u395
36430 397: u396
36431 398: u397
36432 399: u398
36433 400: u399
36434 401: u400
36435 402: u401
36436 403: u402
36437 404: u403
36438 405: u404
36439 406: u405
36440 407: u406
36441 408: u407
36442 409: u408
36443 410: u409
36444 411: u410
36445 412: u411
36446 413: u412
36447 414: u413
36448 415: u414
36449 416: u415
36450 417: u416
36451 418: u417
36452 419: u418
36453 420: u419
36454 421: u420
36455 422: u421
36456 423: u422
36457 424: u423
36458 425: u424
36459 426: u425
36460 427: u426
36461 428: u427
36462 429: u428
36463 430: u429
36464 431: u430
36465 432: u431
36466 433: u432
36467 434: u433
36468 435: u434
36469 436: u435
36470 437: u436
36471 438: u437
36472 439: u438
36473 440: u439
36474 441: u440
36475 442: u441
36476 443: u442
36477 444: u443
36478 445: u444
36479 446: u445
36480 447: u446
36481 448: u447
36482 449: u448
36483 450: u449
36484 451: u450
36485 452: u451
36486 453: u452
36487 454: u453
36488 455: u454
36489 456: u455
36490 457: u456
36491 458: u457
36492 459: u458
36493 460: u459
36494 461: u460
36495 462: u461
36496 463: u462
36497 464: u463
36498 465: u464
36499 466: u465
36500 467: u466
36501 468: u467
36502 469: u468
36503 470: u469
36504 471: u470
36505 472: u471
36506 473: u472
36507 474: u473
36508 475: u474
36509 476: u475
36510 477: u476
36511 478: u477
36512 479: u478
36513 480: u479
36514 481: u480
36515 482: u481
36516 483: u482
36517 484: u483
36518 485: u484
36519 486: u485
36520 487: u486
36521 488: u487
36522 489: u488
36523 490: u489
36524 491: u490
36525 492: u491
36526 493: u492
36527 494: u493
36528 495: u494
36529 496: u495
36530 497: u496
36531 498: u497
36532 499: u498
36533 500: u499
36534 501: u500
36535 502: u501
36536 503: u502
36537 504: u503
36538 505: u504
36539 506: u505
36540 507: u506
36541 508: u507
36542 509: u508
36543 510: u509
36544 511: u510
36545 512: u511
36546 513: u512
36547 514: u513
36548 515: u514
36549 516: u515
36550 517: u516
36551 518: u517
36552 519: u518
36553 520: u519
36554 521: u520
36555 522: u521
36556 523: u522
36557 524: u523
36558 525: u524
36559 526: u525
36560 527: u526
36561 528: u527
36562 529: u528
36563 530: u529
36564 531: u530
36565 532: u531
36566 533: u532
36567 534: u533
36568 535: u534
36569 536: u535
36570 537: u536
36571 538: u537
36572 539: u538
36573 540: u539
36574 541: u540
36575 542: u541
36576 543: u542
36577 544: u543
36578 545: u544
36579 546: u545
36580 547: u546
36581 548: u547
36582 549: u548
36583 550: u549
36584 551: u550
36585 552: u551
36586 553: u552
36587 554: u553
36588 555: u554
36589 556: u555
36590 557: u556
36591 558: u557
36592 559: u558
36593 560: u559
36594 561: u560
36595 562: u561
36596 563: u562
36597 564: u563
36598 565: u564
36599 566: u565
36600 567: u566
36601 568: u567
36602 569: u568
36603 570: u569
36604 571: u570
36605 572: u571
36606 573: u572
36607 574: u573
36608 575: u574
36609 576: u575
36610 577: u576
36611 578: u577
36612 579: u578
36613 580: u579
36614 581: u580
36615 582: u581
36616 583: u582
36617 584: u583
36618 585: u584
36619 586: u585
36620 587: u586
36621 588: u587
36622 589: u588
36623 590: u589
36624 591: u590
36625 592: u591
36626 593: u592
36627 594: u593
36628 595: u594
36629 596: u595
36630 597: u596
36631 598: u597
36632 599: u598
36633 600: u599
36634 601: u600
36635 602: u601
36636 603: u602
36637 604: u603
36638 605: u604
36639 606: u605
36640 607: u606
36641 608: u607
36642 609: u608
36643 610: u609
36644 611: u610
36645 612: u611
36646 613: u612
36647 614: u613
36648 615: u614
36649 616: u615
36650 617: u616
36651 618: u617
36652 619: u618
36653 620: u619
36654 621: u620
36655 622: u621
36656 623: u622
36657 624: u623
36658 625: u624
36659 626: u625
36660 627: u626
36661 628: u627
36662 629: u628
36663 630: u629
36664 631: u630
36665 632: u631
36666 633: u632
36667 634: u633
36668 635: u634
36669 636: u635
36670 637: u636
36671 638: u637
36672 639: u638
36673 640: u639
36674 641: u640
36675 642: u641
36676 643: u642
36677 644: u643
36678 645: u644
36679 646: u645
36680 647: u646
36681 648: u647
36682 649: u648
36683 650: u649
36684 651: u650
36685 652: u651
36686 653: u652
36687 654: u653
36688 655: u654
36689 656: u655
36690 657: u656
36691 658: u657
36692 659: u658
36693 660: u659
36694 661: u660
36695 662: u661
36696 663: u662
36697 664: u663
36698 665: u664
36699 666: u665
36700 667: u666
36701 668: u667
36702 669: u668
36703 670: u669
36704 671: u670
36705 672: u671
36706 673: u672
36707 674: u673
36708 675: u674
36709 676: u675
36710 677: u676
36711 678: u677
36712 679: u678
36713 680: u679
36714 681: u680
36715 682: u681
36716 683: u682
36717 684: u683
36718 685: u684
36719 686: u685
36720 687: u686
36721 688: u687
36722 689: u688
36723 690: u689
36724 691: u690
36725 692: u691
36726 693: u692
36727 694: u693
36728 695: u694
36729 696: u695
36730 697: u696
36731 698: u697
36732 699: u698
36733 700: u699
36734 701: u700
36735 702: u701
36736 703: u702
36737 704: u703
36738 705: u704
36739 706: u705
36740 707: u706
36741 708: u707
36742 709: u708
36743 710: u709
36744 711: u710
36745 712: u711
36746 713: u712
36747 714: u713
36748 715: u714
36749 716: u715
36750 717: u716
36751 718: u717
36752 719: u718
36753 720: u719
36754 721: u720
36755 722: u721
36756 723: u722
36757 724: u723
36758 725: u724
36759 726: u725
36760 727: u726
36761 728: u727
36762 729: u728
36763 730: u729
36764 731: u730
36765 732: u731
36766 733: u732
36767 734: u733
36768 735: u734
36769 736: u735
36770 737: u736
36771 738: u737
36772 739: u738
36773 740: u739
36774 741: u740
36775 742: u741
36776 743: u742
36777 744: u743
36778 745: u744
36779 746: u745
36780 747: u746
36781 748: u747
36782 749: u748
36783 750: u749
36784 751: u750
36785 752: u751
36786 753: u752
36787 754: u753
36788 755: u754
36789 756: u755
36790 757: u756
36791 758: u757
36792 759: u758
36793 760: u759
36794 761: u760
36795 762: u761
36796 763: u762
36797 764: u763
36798 765: u764
36799 766: u765
36800 767: u766
36801 768: u767
36802 769: u768
36803 770: u769
36804 771: u770
36805 772: u771
36806 773: u772
36807 774: u773
36808 775: u774
36809 776: u775
36810 777: u776
36811 778: u777
36812 779: u778
36813 780: u779
36814 781: u780
36815 782: u781
36816 783: u782
36817 784: u783
36818 785: u784
36819 786: u785
36820 787: u786
36821 788: u787
36822 789: u788
36823 790: u789
36824 791: u790
36825 792: u791
36826 793: u792
36827 794: u793
36828 795: u794
36829 796: u795
36830 797: u796
36831 798: u797
36832 799: u798
36833 800: u799
36834 801: u800
36835 802: u801
36836 803: u802
36837 804: u803
36838 805: u804
36839 806: u805
36840 807: u806
36841 808: u807
36842 809: u808
36843 810: u809
36844 811: u810
36845 812: u811
36846 813: u812
36847 814: u813
36848 815: u814
36849 816: u815
36850 817: u816
36851 818: u817
36852 819: u818
36853 820: u819
36854 821: u820
36855 822: u821
36856 823: u822
36857 824: u823
36858 825: u824
36859 826: u825
36860 827: u826
36861 828: u827
36862 829: u828
36863 830: u829
36864 831: u830
36865 832: u831
36866 833: u832
36867 834: u833
36868 835: u834
36869 836: u835
36870 837: u836
36871 838: u837
36872 839: u838
36873 840: u839
36874 841: u840
36875 842: u841
36876 843: u842
36877 844: u843
36878 845: u844
36879 846: u845
36880 847: u846
36881 848: u847
36882 849: u848
36883 850: u849
36884 851: u850
36885 852: u851
36886 853: u852
36887 854: u853
36888 855: u854
36889 856: u855
36890 857: u856
36891 858: u857
36892 859: u858
36893 860: u859
36894 861: u860
36895 862: u861
36896 863: u862
36897 864: u863
36898 865: u864
36899 866: u865
36900 867: u866
36901 868: u867
36902 869: u868
36903 870: u869
36904 871: u870
36905 872: u871
36906 873: u872
36907 874: u873
36908 875: u874
36909 876: u875
36910 877: u876
36911 878: u877
36912 879: u878
36913 880: u879
36914 881: u880
36915 882: u881
36916 883: u882
36917 884: u883
36918 885: u884
36919 886: u885
36920 887: u886
36921 888: u887
36922 889: u888
36923 890: u889
36924 891: u890
36925 892: u891
36926 893: u892
36927 894: u893
36928 895: u894
36929 896: u895
36930 897: u896
36931 898: u897
36932 899: u898
36933 900: u899
36934 901: u900
36935 902: u901
36936 903: u902
36937 904: u903
36938 905: u904
36939 906: u905
36940 907: u906
36941 908: u907
36942 909: u908
36943 910: u909
36944 911: u910
36945 912: u911
36946 913: u912
36947 914: u913
36948 915: u914
36949 916: u915
36950 917: u916
36951 918: u917
36952 919: u918
36953 920: u919
36954 921: u920
36955 922: u921
36956 923: u922
36957 924: u923
36958 925: u924
36959 926: u925
36960 927: u926
36961 928: u927
36962 929: u928
36963 930: u929
36964 931: u930
36965 932: u931
36966 933: u932
36967 934: u933
36968 935: u934
36969 936: u935
36970 937: u936
36971 938: u937
36972 939: u938
36973 940: u939
36974 941: u940
36975 942: u941
36976 943: u942
36977 944: u943
36978 945: u944
36979 946: u945
36980 947: u946
36981 948: u947
36982 949: u948
36983 950: u949
36984 951: u950
36985 952: u951
36986 953: u952
36987 954: u953
36988 955: u954
36989 956: u955
36990 957: u956
36991 958: u957
36992 959: u958
36993 960: u959
36994 961: u960
36995 962: u961
36996 963: u962
36997 964: u963
36998 965: u964
36999 966: u965
37000 967: u966
37001 968: u967
37002 969: u968
37003 970: u969
37004 971: u970
37005 972: u971
37006 973: u972
37007 974: u973
37008 975: u974
37009 976: u975
37010 977: u976
37011 978: u977
37012 979: u978
37013 980: u979
37014 981: u980
37015 982: u981
37016 983: u982
37017 984: u983
37018 985: u984
37019 986: u985
37020 987: u986
37021 988: u987
37022 989: u988
37023 990: u989
37024 991: u990
37025 992: u991
37026 993: u992
37027 994: u993
37028 995: u994
37029 996: u995
37030 997: u996
37031 998: u997
37032 999: u998
37033 1000: u999
37034 1001: u1000
37035 1002: u1001
37036 1003: u1002
37037 1004: u1003
37038 1005: u1004
37039 1006: u1005
37040 1007: u1006
37041 1008: u1007
37042 1009: u1008
37043 1010: u1009
37044 1011: u1010
37045 1012: u1011
37046 1013: u1012
37047 1014: u1013
37048 1015: u1014
37049 1016: u1015
37050 1017: u1016
37051 1018: u1017
37052 1019: u1018
37053 1020: u1019
37054 1021: u1020
37055 1022: u1021
37056 1023: u1022
37057 1024: u1023
37058 1025: u1024
37059 1026: u1025
37060 1027: u1026
37061 1028: u1027
37062 1029: u1028
37063 1030: u1029
37064 1031: u1030
37065 1032: u1031
37066 1033: u1032
37067 1034: u1033
37068 1035: u1034
37069 1036: u1035
37070 1037: u1036
37071 1038: u1037
37072 1039: u1038
37073 1040: u1039
37074 1041: u1040
37075 1042: u1041
37076 1043: u1042
37077 1044: u1043
37078 1045: u1044
37079 1046: u1045
37080 1047: u1046
37081 1048: u1047
37082 1049: u1048
37083 1050: u1049
37084 1051: u1050
37085 1052: u1051
37086 1053: u1052
37087 1054: u1053
37088 1055: u1054
37089 1056: u1055
37090 1057: u1056
37091 1058: u1057
37092 1059: u1058
37093 1060: u1059
37094 1061: u1060
37095 1062: u1061
37096 1063: u1062
37097 1064: u1063
37098 1065: u1064
37099 1066: u1065
37100 1067: u1066
37101 1068: u1067
37102 1069: u1068
37103 1070: u1069
37104 1071: u1070
37105 1072: u1071
37106 1073: u1072
37107 1074: u1073
37108 1075: u1074
37109 1076: u1075
37110 1077: u1076
37111 1078: u1077
37112 1079: u1078
37113 1080: u1079
37114 1081: u1080
37115 1082: u1081
37116 1083: u1082
37117 1084: u1083
37118 1085: u1084
37119 1086: u1085
37120 1087: u1086
37121 1088: u1087
37122 1089: u1088
37123 1090: u1089
37124 1091: u1090
37125 1092: u1091
37126 1093: u1092
37127 1094: u1093
37128 1095: u1094
37129 1096: u1095
37130 1097: u1096
37131 1098: u1097
37132 1099: u1098
37133 1100: u1099
37134 1101: u1100
37135 1102: u1101
37136 1103: u1102
37137 1104: u1103
37138 1105: u1104
37139 1106: u1105
37140 1107: u1106
37141 1108: u1107
37142 1109: u1108
37143 1110: u1109
37144 1111: u1110
37145 1112: u1111
37146 1113: u1112
37147 1114: u1113
37148 1115: u1114
37149 1116: u1115
37150 1117: u1116
37151 1118: u1117
37152 1119: u1118
37153 1120: u1119
37154 1121: u1120
37155 1122: u1121
37156 1123: u1122
37157 1124: u1123
37158 1125: u1124
37159 1126: u1125
37160 1127: u1126
37161 1128: u1127
37162 1129: u1128
37163 1130: u1129
37164 1131: u1130
37165 1132: u1131
37166 1133: u1132
37167 1134: u1133
37168 1135: u1134
37169 1136: u1135
37170 1137: u1136
37171 1138: u1137
37172 1139: u1138
37173 1140: u1139
37174 1141: u1140
37175 1142: u1141
37176 1143: u1142
37177 1144: u1143
37178 1145: u1144
37179 1146: u1145
37180 1147: u1146
37181 1148: u1147
37182 1149: u1148
37183 1150: u1149
37184 1151: u1150
37185 1152: u1151
37186 1153: u1152
37187 1154: u1153
37188 1155: u1154
37189 1156: u1155
37190 1157: u1156
37191 1158: u1157
37192 1159: u1158
37193 1160: u1159
37194 1161: u1160
37195 1162: u1161
37196 1163: u1162
37197 1164: u1163
37198 1165: u1164
37199 1166: u1165
37200 1167: u1166
37201 1168: u1167
37202 1169: u1168
37203 1170: u1169
37204 1171: u1170
37205 1172: u1171
37206 1173: u1172
37207 1174: u1173
37208 1175: u1174
37209 1176: u1175
37210 1177: u1176
37211 1178: u1177
37212 1179: u1178
37213 1180: u1179
37214 1181: u1180
37215 1182: u1181
37216 1183: u1182
37217 1184: u1183
37218 1185: u1184
37219 1186: u1185
37220 1187: u1186
37221 1188: u1187
37222 1189: u1188
37223 1190: u1189
37224 1191: u1190
37225 1192: u1191
37226 1193: u1192
37227 1194: u1193
37228 1195: u1194
37229 1196: u1195
37230 1197: u1196
37231 1198: u1197
37232 1199: u1198
37233 1200: u1199
37234 1201: u1200
37235 1202: u1201
37236 1203: u1202
37237 1204: u1203
37238 1205: u1204
37239 1206: u1205
37240 1207: u1206
37241 1208: u1207
37242 1209: u1208
37243 1210: u1209
37244 1211: u1210
37245 1212: u1211
37246 1213: u1212
37247 1214: u1213
37248 1215: u1214
37249 1216: u1215
37250 1217: u1216
37251 1218: u1217
37252 1219: u1218
37253 1220: u1219
37254 1221: u1220
37255 1222: u1221
37256 1223: u1222
37257 1224: u1223
37258 1225: u1224
37259 1226: u1225
37260 1227: u1226
37261 1228: u1227
37262 1229: u1228
37263 1230: u1229
37264 1231: u1230
37265 1232: u1231
37266 1233: u1232
37267 1234: u1233
37268 1235: u1234
37269 1236: u1235
37270 1237: u1236
37271 1238: u1237
37272 1239: u1238
37273 1240: u1239
37274 1241: u1240
37275 1242: u1241
37276 1243: u1242
37277 1244: u1243
37278 1245: u1244
37279 1246: u1245
37280 1247: u1246
37281 1248: u1247
37282 1249: u1248
37283 1250: u1249
37284 1251: u1250
37285 1252: u1251
37286 1253: u1252
37287 1254: u1253
37288 1255: u1254
37289 1256: u1255
37290 1257: u1256
37291 1258: u1257
37292 1259: u1258
37293 1260: u1259
37294 1261: u1260
37295 1262: u1261
37296 1263: u1262
37297 1264: u1263
37298 1265: u1264
37299 1266: u1265
37300 1267: u1266
37301 1268: u1267
37302 1269: u1268
37303 1270: u1269
37304 1271: u1270
37305 1272: u1271
37306 1273: u1272
37307 1274: u1273
37308 1275: u1274
37309 1276: u1275
37310 1277: u1276
37311 1278: u1277
37312 1279: u1278
37313 1280: u1279
37314 1281: u1280
37315 1282: u1281
37316 1283: u1282
37317 1284: u1283
37318 1285: u1284
37319 1286: u1285
37320 1287: u1286
37321 1288: u1287
37322 1289: u1288
37323 1290: u1289
37324 1291: u1290
37325 1292: u1291
37326 1293: u1292
37327 1294: u1293
37328 1295: u1294
37329 1296: u1295
37330 1297: u1296
37331 1298: u1297
37332 1299: u1298
37333 1300: u1299
37334 1301: u1300
37335 1302: u1301
37336 1303: u1302
37337 1304: u1303
37338 1305: u1304
37339 1306: u1305
37340 1307: u1306
37341 1308: u1307
37342 1309: u1308
37343 1310: u1309
37344 1311: u1310
37345 1312: u1311
37346 1313: u1312
37347 1314: u1313
37348 1315: u1314
37349 1316: u1315
37350 1317: u1316
37351 1318: u1317
37352 1319: u1318
37353 1320: u1319
37354 1321: u1320
37355 1322: u1321
37356 1323: u1322
37357 1324: u1323
37358 1325: u1324
37359 1326: u1325
37360 1327: u1326
37361 1328: u1327
37362 1329: u1328
37363 1330: u1329
37364 1331: u1330
37365 1332: u1331
37366 1333: u1332
37367 1334: u1333
37368 1335: u1334
37369 1336: u1335
37370 1337: u1336
37371 1338: u1337
37372 1339: u1338
37373 1340: u1339
37374 1341: u1340
37375 1342: u1341
37376 1343: u1342
37377 1344: u1343
37378 1345: u1344
37379 1346: u1345
37380 1347: u1346
37381 1348: u1347
37382 1349: u1348
37383 1350: u1349
37384 1351: u1350
37385 1352: u1351
37386 1353: u1352
37387 1354: u1353
37388 1355: u1354
37389 1356: u1355
37390 1357: u1356
37391 1358: u1357
37392 1359: u1358
37393 1360: u1359
37394 1361: u1360
37395 1362: u1361
37396 1363: u1362
37397 1364: u1363
37398 1365: u1364
37399 1366: u1365
37400 1367: u1366
37401 1368: u1367
37402 1369: u1368
37403 1370: u1369
37404 1371: u1370
37405 1372: u1371
37406 1373: u1372
37407 1374: u1373
37408 1375: u1374
37409 1376: u1375
37410 1377: u1376
37411 1378: u1377
37412 1379: u1378
37413 1380: u1379
37414 1381: u1380
37415 1382: u1381
37416 1383: u1382
37417 1384: u1383
37418 1385: u1384
37419 1386: u1385
37420 1387: u1386
37421 1388: u1387
37422 1389: u1388
37423 1390: u1389
37424 1391: u1390
37425 1392: u1391
37426 1393: u1392
37427 1394: u1393
37428 1395: u1394
37429 1396: u1395
37430 1397: u1396
37431 1398: u1397
37432 1399: u1398
37433 1400: u1399
37434 1401: u1400
37435 1402: u1401
37436 1403: u1402
37437 1404: u1403
37438 1405: u1404
37439 1406: u1405
37440 1407: u1406
37441 1408: u1407
37442 1409: u1408
37443 1410: u1409
37444 1411: u1410
37445 1412: u1411
37446 1413: u1412
37447 1414: u1413
37448 1415: u1414
37449 1416: u1415
37450 1417: u1416
37451 1418: u1417
37452 1419: u1418
37453 1420: u1419
37454 1421: u1420
37455 1422: u1421
37456 1423: u1422
37457 1424: u1423
37458 1425: u1424
37459 1426: u1425
37460 1427: u1426
37461 1428: u1427
37462 1429: u1428
37463 1430: u1429
37464 1431: u1430
37465 1432: u1431
37466 1433: u1432
37467 1434: u1433
37468 1435: u1434
37469 1436: u1435
37470 1437: u1436
37471 1438: u1437
37472 1439: u1438
37473 1440: u1439
37474 1441: u1440
37475 1442: u1441
37476 1443: u1442
37477 1444: u1443
37478 1445: u1444
37479 1446: u1445
37480 1447: u1446
37481 1448: u1447
37482 1449: u1448
37483 1450: u1449
37484 1451: u1450
37485 1452: u1451
37486 1453: u1452
37487 1454: u1453
37488 1455: u1454
37489 1456: u1455
37490 1457: u1456
37491 1458: u1457
37492 1459: u1458
37493 1460: u1459
37494 1461: u1460
37495 1462: u1461
37496 1463: u1462
37497 1464: u1463
37498 1465: u1464
37499 1466: u1465
37500 1467: u1466
37501 1468: u1467
37502 1469: u1468
37503 1470: u1469
37504 1471: u1470
37505 1472: u1471
37506 1473: u1472
37507 1474: u1473
37508 1475: u1474
37509 1476: u1475
37510 1477: u1476
37511 1478: u1477
37512 1479: u1478
37513 1480: u1479
37514 1481: u1480
37515 1482: u1481
37516 1483: u1482
37517 1484: u1483
37518 1485: u1484
37519 1486: u1485
37520 1487: u1486
37521 1488: u1487
37522 1489: u1488
37523 1490: u1489
37524 1491: u1490
37525 1492: u1491
37526 1493: u1492
37527 1494: u1493
37528 1495: u1494
37529 1496: u1495
37530 1497: u1496
37531 1498: u1497
37532 1499: u1498
37533 1500: u1499
37534 1501: u1500
37535 1502: u1501
37536 1503: u1502
37537 1504: u1503
37538 1505: u1504
37539 1506: u1505
37540 1507: u1506
37541 1508: u1507
37542 1509: u1508
37543 1510: u1509
37544 1511: u1510
37545 1512: u1511
37546 1513: u1512
37547 1514: u1513
37548 1515: u1514
37549 1516: u1515
37550 1517: u1516
37551 1518: u1517
37552 1519: u1518
37553 1520: u1519
37554 1521: u1520
37555 1522: u1521
37556 1523: u1522
37557 1524: u1523
37558 1525: u1524
37559 1526: u1525
37560 1527: u1526
37561 1528: u1527
37562 1529: u1528
37563 1530: u1529
37564 1531: u1530
37565 1532: u1531
37566 1533: u1532
37567 1534: u1533
37568 1535: u1534
37569 1536: u1535
37570 1537: u1536
37571 1538: u1537
37572 1539: u1538
37573 1540: u1539
37574 1541: u1540
37575 1542: u1541
37576 1543: u1542
37577 1544: u1543
37578 1545: u1544
37579 1546: u1545
37580 1547: u1546
37581 1548: u1547
37582 1549: u1548
37583 1550: u1549
37584 1551: u1550
37585 1552: u1551
37586 1553: u1552
37587 1554: u1553
37588 1555: u1554
37589 1556: u1555
37590 1557: u1556
37591 1558: u1557
37592 1559: u1558
37593 1560: u1559
37594 1561: u1560
37595 1562: u1561
37596 1563: u1562
37597 1564: u1563
37598 1565: u1564
37599 1566: u1565
37600 1567: u1566
37601 1568: u1567
37602 1569: u1568
37603 1570: u1569
37604 1571: u1570
37605 1572: u1571
37606 1573: u1572
37607 1574: u1573
37608 1575: u1574
37609 1576: u1575
37610 1577: u1576
37611 1578: u1577
37612 1579: u1578
37613 1580: u1579
37614 1581: u1580
37615 1582: u1581
37616 1583: u1582
37617 1584: u1583
37618 1585: u1584
37619 1586: u1585
37620 1587: u1586
37621 1588: u1587
37622 1589: u1588
37623 1590: u1589
37624 1591: u1590
37625 1592: u1591
37626 1593: u1592
37627 1594: u1593
37628 1595: u1594
37629 1596: u1595
37630 1597: u1596
37631 1598: u1597
37632 1599: u1598
37633 1600: u1599
37634 1601: u1600
37635 1602: u1601
37636 1603: u1602
37637 1604: u1603
37638 1605: u1604
37639 1606: u1605
37640 1607: u1606
37641 1608: u1607
37642 1609: u1608
37643 1610: u1609
37644 1611: u1610
37645 1612: u1611
37646 1613: u1612
37647 1614: u1613
37648 1615: u1614
37649 1616: u1615
37650 1617: u1616
37651 1618: u1617
37652 1619: u1618
37653 1620: u1619
37654 1621: u1620
37655 1622: u1621
37656 1623: u1622
37657 1624: u1623
37658 1625: u1624
37659 1626: u1625
37660 1627: u1626
37661 1628: u1627
37662 1629: u1628
37663 1630: u1629
37664 1631: u1630
37665 1632: u1631
37666 1633: u1632
37667 1634: u1633
37668 1635: u1634
37669 1636: u1635
37670 1637: u1636
37671 1638: u1637
37672 1639: u1638
37673 1640: u1639
37674 1641: u1640
37675 1642: u1641
37676 1643: u1642
37677 1644: u1643
37678 1645: u1644
37679 1646: u1645
37680 1647: u1646
37681 1648: u1647
37682 1649: u1648
37683 1650: u1649
37684 1651: u1650
37685 1652: u1651
37686 1653: u1652
37687 1654: u1653
37688 1655: u1654
37689 1656: u1655
37690 1657: u1656
37691 1658: u1657
37692 1659: u1658
37693 1660: u1659
37694 1661: u1660
37695 1662: u1661
37696 1663: u1662
37697 1664: u1663
37698 1665: u1664
37699 1666: u1665
37700 1667: u1666
37701 1668: u1667
37702 1669: u1668
37703 1670: u1669
37704 1671: u1670
37705 1672: u1671
37706 1673: u1672
37707 1674: u1673
37708 1675: u1674
37709 1676: u1675
37710 1677: u1676
37711 1678: u1677
37712 1679: u1678
37713 1680: u1679
37714 1681: u1680
37715 1682: u1681
37716 1683: u1682
37717 1684: u1683
37718 1685: u1684
37719 1686: u1685
37720 1687: u1686
37721 1688: u1687
37722 1689: u1688
37723 1690: u1689
37724 1691: u1690
37725 1692: u1691
37726 1693: u1692
37727 1694: u1693
37728 1695: u1694
37729 1696: u1695
37730 1697: u1696
37731 1698: u1697
37732 1699: u1698
37733 1700: u1699
37734 1701: u1700
37735 1702: u1701
37736 1703: u1702
37737 1704: u1703
37738 1705: u1704
37739 1706: u1705
37740 1707: u1706
37741 1708: u1707
37742 1709: u1708
37743 1710: u1709
37744 1711: u1710
37745 1712: u1711
37746 1713: u1712
37747 1714: u1713
37748 1715: u1714
37749 1716: u1715
37750 1717: u1716
37751 1718: u1717
37752 1719: u1718
37753 1720: u1719
37754 1721: u1720
37755 1722: u1721
37756 1723: u1722
37757 1724: u1723
37758 1725: u1724
37759 1726: u1725
37760 1727: u1726
37761 1728: u1727
37762 1729: u1728
37763 1730: u1729
37764 1731: u1730
37765 1732: u1731
37766 1733: u1732
37767 1734: u1733
37768 1735: u1734
37769 1736: u1735
37770 1737: u1736
37771 1738: u1737
37772 1739: u1738
37773 1740: u1739
37774 1741: u1740
37775 1742: u1741
37776 1743: u1742
37777 1744: u1743
37778 1745: u1744
37779 1746: u1745
37780 1747: u1746
37781 1748: u1747
37782 1749: u1748
37783 1750: u1749
37784 1751: u1750
37785 1752: u1751
37786 1753: u1752
37787 1754: u1753
37788 1755: u1754
37789 1756: u1755
37790 1757: u1756
37791 1758: u1757
37792 1759: u1758
37793 1760: u1759
37794 1761: u1760
37795 1762: u1761
37796 1763: u1762
37797 1764: u1763
37798 1765: u1764
37799 1766: u1765
37800 1767: u1766
37801 1768: u1767
37802 1769: u1768
37803 1770: u1769
37804 1771: u1770
37805 1772: u1771
37806 1773: u1772
37807 1774: u1773
37808 1775: u1774
37809 1776: u1775
37810 1777: u1776
37811 1778: u1777
37812 1779: u1778
37813 1780: u1779
37814 1781: u1780
37815 1782: u1781
37816 1783: u1782
37817 1784: u1783
37818 1785: u1784
37819 1786: u1785
37820 1787: u1786
37821 1788: u1787
37822 1789: u1788
37823 1790: u1789
37824 1791: u1790
37825 1792: u1791
37826 1793: u1792
37827 1794: u1793
37828 1795: u1794
37829 1796: u1795
37830 1797: u1796
37831 1798: u1797
37832 1799: u1798
37833 1800: u1799
37834 1801: u1800
37835 1802: u1801
37836 1803: u1802
37837 1804: u1803
37838 1805: u1804
37839 1806: u1805
37840 1807: u1806
37841 1808: u1807
37842 1809: u1808
37843 1810: u1809
37844 1811: u1810
37845 1812: u1811
37846 1813: u1812
37847 1814: u1813
37848 1815: u1814
37849 1816: u1815
37850 1817: u1816
37851 1818: u1817
37852 1819: u1818
37853 1820: u1819
37854 1821: u1820
37855 1822: u1821
37856 1823: u1822
37857 1824: u1823
37858 1825: u1824
37859 1826: u1825
37860 1827: u1826
37861 1828: u1827
37862 1829: u1828
37863 1830: u1829
37864 1831: u1830
37865 1832: u1831
37866 1833: u1832
37867 1834: u1833
37868 1835: u1834
37869 1836: u1835
37870 1837: u1836
37871 1838: u1837
37872 1839: u1838
37873 1840: u1839
37874 1841: u1840
37875 1842: u1841
37876 1843: u1842
37877 1844: u1843
37878 1845: u1844
37879 1846: u1845
37880 1847: u1846
37881 1848: u1847
37882 1849: u1848
37883 1850: u1849
37884 1851: u1850
37885 1852: u1851
37886 1853: u1852
37887 1854: u1853
37888 1855: u1854
37889 1856: u1855
37890 1857: u1856
37891 1858: u1857
37892 1859: u1858
37893 1860: u1859
37894 1861: u1860
37895 1862: u1861
37896 1863: u1862
37897 1864: u1863
37898 1865: u1864
37899 1866: u1865
37900 1867: u1866
37901 1868: u1867
37902 1869: u1868
37903 1870: u1869
37904 1871: u1870
37905 1872: u1871
37906 1873: u1872
37907 1874: u1873
37908 1875: u1874
37909 1876: u1875
37910 1877: u1876
37911 1878: u1877
37912 1879: u1878
37913 1880: u1879
37914 1881: u1880
37915 1882: u1881
37916 1883: u1882
37917 1884: u1883
37918 1885: u1884
37919 1886: u1885
37920 1887: u1886
37921 1888: u1887
37922 1889: u1888
37923 1890: u1889
37924 1891: u1890
37925 1892: u1891
37926 1893: u1892
37927 1894: u1893
37928 1895: u1894
37929 1896: u1895
37930 1897: u1896
37931 1898: u1897
37932 1899: u1898
37933 1900: u1899
37934 1901: u1900
37935 1902: u1901
37936 1903: u1902
37937 1904: u1903
37938 1905: u1904
37939 1906: u1905
37940 1907: u1906
37941 1908: u1907
37942 1909: u1908
37943 1910: u1909
37944 1911: u1910
37945 1912: u1911
37946 1913: u1912
37947 1914: u1913
37948 1915: u1914
37949 1916: u1915
37950 1917: u1916
37951 1918: u1917
37952 1919: u1918
37953 1920: u1919
37954 1921: u1920
37955 1922: u1921
37956 1923: u1922
37957 1924: u1923
37958 1925: u1924
37959 1926: u1925
37960 1927: u1926
37961 1928: u1927
37962 1929: u1928
37963 1930: u1929
37964 1931: u1930
37965 1932: u1931
37966 1933: u1932
37967 1934: u1933
37968 1935: u1934
37969 1936: u1935
37970 1937: u1936
37971 1938: u1937
37972 1939: u1938
37973 1940: u1939
37974 1941: u1940
37975 1942: u1941
37976 1943: u1942
37977 1944: u1943
37978 1945: u1944
37979 1946: u1945
37980 1947: u1946
37981 1948: u1947
37982 1949: u1948
37983 1950: u1949
37984 1951: u1950
37985 1952: u1951
37986 1953: u1952
37987 1954: u1953
37988 1955: u1954
37989 1956: u1955
37990 1957: u1956
37991 1958: u1957
37992 1959: u1958
37993 1960: u1959
37994 1961: u1960
37995 1962: u1961
37996 1963: u1962
37997 1964: u1963
37998 1965: u1964
37999 1966: u1965
38000 1967: u1966
38001 1968: u1967
38002 1969: u1968
38003 1970: u1969
38004 1971: u1970
38005 1972: u1971
38006 1973: u1972
38007 1974: u1973
38008 1975: u1974
38009 1976: u1975
38010 1977: u1976
38011 1978: u1977
38012 1979: u1978
38013 1980: u1979
38014 1981: u1980
38015 1982: u1981
38016 1983: u1982
38017 1984: u1983
38018 1985: u1984
38019 1986: u1985
38020 1987: u1986
38021 1988: u1987
38022 1989: u1988
38023 1990: u1989
38024 1991: u1990
38025 1992: u1991
38026 1993: u1992
38027 1994: u1993
38028 1995: u1994
38029 1996: u1995
38030 1997: u1996
38031 1998: u1997
38032 1999: u1998
38033 2000: u1999
38034 - name: outputVoltageRiseRate
38035 oid: 1.3.6.1.4.1.19947.1.3.2.1.13
38036 type: Float
38037 help: Voltage Fall Slew Rate [V/s] - 1.3.6.1.4.1.19947.1.3.2.1.13
38038 indexes:
38039 - labelname: outputIndex
38040 type: gauge
38041 enum_values:
38042 1: u0
38043 2: u1
38044 3: u2
38045 4: u3
38046 5: u4
38047 6: u5
38048 7: u6
38049 8: u7
38050 9: u8
38051 10: u9
38052 11: u10
38053 12: u11
38054 13: u12
38055 14: u13
38056 15: u14
38057 16: u15
38058 17: u16
38059 18: u17
38060 19: u18
38061 20: u19
38062 21: u20
38063 22: u21
38064 23: u22
38065 24: u23
38066 25: u24
38067 26: u25
38068 27: u26
38069 28: u27
38070 29: u28
38071 30: u29
38072 31: u30
38073 32: u31
38074 33: u32
38075 34: u33
38076 35: u34
38077 36: u35
38078 37: u36
38079 38: u37
38080 39: u38
38081 40: u39
38082 41: u40
38083 42: u41
38084 43: u42
38085 44: u43
38086 45: u44
38087 46: u45
38088 47: u46
38089 48: u47
38090 49: u48
38091 50: u49
38092 51: u50
38093 52: u51
38094 53: u52
38095 54: u53
38096 55: u54
38097 56: u55
38098 57: u56
38099 58: u57
38100 59: u58
38101 60: u59
38102 61: u60
38103 62: u61
38104 63: u62
38105 64: u63
38106 65: u64
38107 66: u65
38108 67: u66
38109 68: u67
38110 69: u68
38111 70: u69
38112 71: u70
38113 72: u71
38114 73: u72
38115 74: u73
38116 75: u74
38117 76: u75
38118 77: u76
38119 78: u77
38120 79: u78
38121 80: u79
38122 81: u80
38123 82: u81
38124 83: u82
38125 84: u83
38126 85: u84
38127 86: u85
38128 87: u86
38129 88: u87
38130 89: u88
38131 90: u89
38132 91: u90
38133 92: u91
38134 93: u92
38135 94: u93
38136 95: u94
38137 96: u95
38138 97: u96
38139 98: u97
38140 99: u98
38141 100: u99
38142 101: u100
38143 102: u101
38144 103: u102
38145 104: u103
38146 105: u104
38147 106: u105
38148 107: u106
38149 108: u107
38150 109: u108
38151 110: u109
38152 111: u110
38153 112: u111
38154 113: u112
38155 114: u113
38156 115: u114
38157 116: u115
38158 117: u116
38159 118: u117
38160 119: u118
38161 120: u119
38162 121: u120
38163 122: u121
38164 123: u122
38165 124: u123
38166 125: u124
38167 126: u125
38168 127: u126
38169 128: u127
38170 129: u128
38171 130: u129
38172 131: u130
38173 132: u131
38174 133: u132
38175 134: u133
38176 135: u134
38177 136: u135
38178 137: u136
38179 138: u137
38180 139: u138
38181 140: u139
38182 141: u140
38183 142: u141
38184 143: u142
38185 144: u143
38186 145: u144
38187 146: u145
38188 147: u146
38189 148: u147
38190 149: u148
38191 150: u149
38192 151: u150
38193 152: u151
38194 153: u152
38195 154: u153
38196 155: u154
38197 156: u155
38198 157: u156
38199 158: u157
38200 159: u158
38201 160: u159
38202 161: u160
38203 162: u161
38204 163: u162
38205 164: u163
38206 165: u164
38207 166: u165
38208 167: u166
38209 168: u167
38210 169: u168
38211 170: u169
38212 171: u170
38213 172: u171
38214 173: u172
38215 174: u173
38216 175: u174
38217 176: u175
38218 177: u176
38219 178: u177
38220 179: u178
38221 180: u179
38222 181: u180
38223 182: u181
38224 183: u182
38225 184: u183
38226 185: u184
38227 186: u185
38228 187: u186
38229 188: u187
38230 189: u188
38231 190: u189
38232 191: u190
38233 192: u191
38234 193: u192
38235 194: u193
38236 195: u194
38237 196: u195
38238 197: u196
38239 198: u197
38240 199: u198
38241 200: u199
38242 201: u200
38243 202: u201
38244 203: u202
38245 204: u203
38246 205: u204
38247 206: u205
38248 207: u206
38249 208: u207
38250 209: u208
38251 210: u209
38252 211: u210
38253 212: u211
38254 213: u212
38255 214: u213
38256 215: u214
38257 216: u215
38258 217: u216
38259 218: u217
38260 219: u218
38261 220: u219
38262 221: u220
38263 222: u221
38264 223: u222
38265 224: u223
38266 225: u224
38267 226: u225
38268 227: u226
38269 228: u227
38270 229: u228
38271 230: u229
38272 231: u230
38273 232: u231
38274 233: u232
38275 234: u233
38276 235: u234
38277 236: u235
38278 237: u236
38279 238: u237
38280 239: u238
38281 240: u239
38282 241: u240
38283 242: u241
38284 243: u242
38285 244: u243
38286 245: u244
38287 246: u245
38288 247: u246
38289 248: u247
38290 249: u248
38291 250: u249
38292 251: u250
38293 252: u251
38294 253: u252
38295 254: u253
38296 255: u254
38297 256: u255
38298 257: u256
38299 258: u257
38300 259: u258
38301 260: u259
38302 261: u260
38303 262: u261
38304 263: u262
38305 264: u263
38306 265: u264
38307 266: u265
38308 267: u266
38309 268: u267
38310 269: u268
38311 270: u269
38312 271: u270
38313 272: u271
38314 273: u272
38315 274: u273
38316 275: u274
38317 276: u275
38318 277: u276
38319 278: u277
38320 279: u278
38321 280: u279
38322 281: u280
38323 282: u281
38324 283: u282
38325 284: u283
38326 285: u284
38327 286: u285
38328 287: u286
38329 288: u287
38330 289: u288
38331 290: u289
38332 291: u290
38333 292: u291
38334 293: u292
38335 294: u293
38336 295: u294
38337 296: u295
38338 297: u296
38339 298: u297
38340 299: u298
38341 300: u299
38342 301: u300
38343 302: u301
38344 303: u302
38345 304: u303
38346 305: u304
38347 306: u305
38348 307: u306
38349 308: u307
38350 309: u308
38351 310: u309
38352 311: u310
38353 312: u311
38354 313: u312
38355 314: u313
38356 315: u314
38357 316: u315
38358 317: u316
38359 318: u317
38360 319: u318
38361 320: u319
38362 321: u320
38363 322: u321
38364 323: u322
38365 324: u323
38366 325: u324
38367 326: u325
38368 327: u326
38369 328: u327
38370 329: u328
38371 330: u329
38372 331: u330
38373 332: u331
38374 333: u332
38375 334: u333
38376 335: u334
38377 336: u335
38378 337: u336
38379 338: u337
38380 339: u338
38381 340: u339
38382 341: u340
38383 342: u341
38384 343: u342
38385 344: u343
38386 345: u344
38387 346: u345
38388 347: u346
38389 348: u347
38390 349: u348
38391 350: u349
38392 351: u350
38393 352: u351
38394 353: u352
38395 354: u353
38396 355: u354
38397 356: u355
38398 357: u356
38399 358: u357
38400 359: u358
38401 360: u359
38402 361: u360
38403 362: u361
38404 363: u362
38405 364: u363
38406 365: u364
38407 366: u365
38408 367: u366
38409 368: u367
38410 369: u368
38411 370: u369
38412 371: u370
38413 372: u371
38414 373: u372
38415 374: u373
38416 375: u374
38417 376: u375
38418 377: u376
38419 378: u377
38420 379: u378
38421 380: u379
38422 381: u380
38423 382: u381
38424 383: u382
38425 384: u383
38426 385: u384
38427 386: u385
38428 387: u386
38429 388: u387
38430 389: u388
38431 390: u389
38432 391: u390
38433 392: u391
38434 393: u392
38435 394: u393
38436 395: u394
38437 396: u395
38438 397: u396
38439 398: u397
38440 399: u398
38441 400: u399
38442 401: u400
38443 402: u401
38444 403: u402
38445 404: u403
38446 405: u404
38447 406: u405
38448 407: u406
38449 408: u407
38450 409: u408
38451 410: u409
38452 411: u410
38453 412: u411
38454 413: u412
38455 414: u413
38456 415: u414
38457 416: u415
38458 417: u416
38459 418: u417
38460 419: u418
38461 420: u419
38462 421: u420
38463 422: u421
38464 423: u422
38465 424: u423
38466 425: u424
38467 426: u425
38468 427: u426
38469 428: u427
38470 429: u428
38471 430: u429
38472 431: u430
38473 432: u431
38474 433: u432
38475 434: u433
38476 435: u434
38477 436: u435
38478 437: u436
38479 438: u437
38480 439: u438
38481 440: u439
38482 441: u440
38483 442: u441
38484 443: u442
38485 444: u443
38486 445: u444
38487 446: u445
38488 447: u446
38489 448: u447
38490 449: u448
38491 450: u449
38492 451: u450
38493 452: u451
38494 453: u452
38495 454: u453
38496 455: u454
38497 456: u455
38498 457: u456
38499 458: u457
38500 459: u458
38501 460: u459
38502 461: u460
38503 462: u461
38504 463: u462
38505 464: u463
38506 465: u464
38507 466: u465
38508 467: u466
38509 468: u467
38510 469: u468
38511 470: u469
38512 471: u470
38513 472: u471
38514 473: u472
38515 474: u473
38516 475: u474
38517 476: u475
38518 477: u476
38519 478: u477
38520 479: u478
38521 480: u479
38522 481: u480
38523 482: u481
38524 483: u482
38525 484: u483
38526 485: u484
38527 486: u485
38528 487: u486
38529 488: u487
38530 489: u488
38531 490: u489
38532 491: u490
38533 492: u491
38534 493: u492
38535 494: u493
38536 495: u494
38537 496: u495
38538 497: u496
38539 498: u497
38540 499: u498
38541 500: u499
38542 501: u500
38543 502: u501
38544 503: u502
38545 504: u503
38546 505: u504
38547 506: u505
38548 507: u506
38549 508: u507
38550 509: u508
38551 510: u509
38552 511: u510
38553 512: u511
38554 513: u512
38555 514: u513
38556 515: u514
38557 516: u515
38558 517: u516
38559 518: u517
38560 519: u518
38561 520: u519
38562 521: u520
38563 522: u521
38564 523: u522
38565 524: u523
38566 525: u524
38567 526: u525
38568 527: u526
38569 528: u527
38570 529: u528
38571 530: u529
38572 531: u530
38573 532: u531
38574 533: u532
38575 534: u533
38576 535: u534
38577 536: u535
38578 537: u536
38579 538: u537
38580 539: u538
38581 540: u539
38582 541: u540
38583 542: u541
38584 543: u542
38585 544: u543
38586 545: u544
38587 546: u545
38588 547: u546
38589 548: u547
38590 549: u548
38591 550: u549
38592 551: u550
38593 552: u551
38594 553: u552
38595 554: u553
38596 555: u554
38597 556: u555
38598 557: u556
38599 558: u557
38600 559: u558
38601 560: u559
38602 561: u560
38603 562: u561
38604 563: u562
38605 564: u563
38606 565: u564
38607 566: u565
38608 567: u566
38609 568: u567
38610 569: u568
38611 570: u569
38612 571: u570
38613 572: u571
38614 573: u572
38615 574: u573
38616 575: u574
38617 576: u575
38618 577: u576
38619 578: u577
38620 579: u578
38621 580: u579
38622 581: u580
38623 582: u581
38624 583: u582
38625 584: u583
38626 585: u584
38627 586: u585
38628 587: u586
38629 588: u587
38630 589: u588
38631 590: u589
38632 591: u590
38633 592: u591
38634 593: u592
38635 594: u593
38636 595: u594
38637 596: u595
38638 597: u596
38639 598: u597
38640 599: u598
38641 600: u599
38642 601: u600
38643 602: u601
38644 603: u602
38645 604: u603
38646 605: u604
38647 606: u605
38648 607: u606
38649 608: u607
38650 609: u608
38651 610: u609
38652 611: u610
38653 612: u611
38654 613: u612
38655 614: u613
38656 615: u614
38657 616: u615
38658 617: u616
38659 618: u617
38660 619: u618
38661 620: u619
38662 621: u620
38663 622: u621
38664 623: u622
38665 624: u623
38666 625: u624
38667 626: u625
38668 627: u626
38669 628: u627
38670 629: u628
38671 630: u629
38672 631: u630
38673 632: u631
38674 633: u632
38675 634: u633
38676 635: u634
38677 636: u635
38678 637: u636
38679 638: u637
38680 639: u638
38681 640: u639
38682 641: u640
38683 642: u641
38684 643: u642
38685 644: u643
38686 645: u644
38687 646: u645
38688 647: u646
38689 648: u647
38690 649: u648
38691 650: u649
38692 651: u650
38693 652: u651
38694 653: u652
38695 654: u653
38696 655: u654
38697 656: u655
38698 657: u656
38699 658: u657
38700 659: u658
38701 660: u659
38702 661: u660
38703 662: u661
38704 663: u662
38705 664: u663
38706 665: u664
38707 666: u665
38708 667: u666
38709 668: u667
38710 669: u668
38711 670: u669
38712 671: u670
38713 672: u671
38714 673: u672
38715 674: u673
38716 675: u674
38717 676: u675
38718 677: u676
38719 678: u677
38720 679: u678
38721 680: u679
38722 681: u680
38723 682: u681
38724 683: u682
38725 684: u683
38726 685: u684
38727 686: u685
38728 687: u686
38729 688: u687
38730 689: u688
38731 690: u689
38732 691: u690
38733 692: u691
38734 693: u692
38735 694: u693
38736 695: u694
38737 696: u695
38738 697: u696
38739 698: u697
38740 699: u698
38741 700: u699
38742 701: u700
38743 702: u701
38744 703: u702
38745 704: u703
38746 705: u704
38747 706: u705
38748 707: u706
38749 708: u707
38750 709: u708
38751 710: u709
38752 711: u710
38753 712: u711
38754 713: u712
38755 714: u713
38756 715: u714
38757 716: u715
38758 717: u716
38759 718: u717
38760 719: u718
38761 720: u719
38762 721: u720
38763 722: u721
38764 723: u722
38765 724: u723
38766 725: u724
38767 726: u725
38768 727: u726
38769 728: u727
38770 729: u728
38771 730: u729
38772 731: u730
38773 732: u731
38774 733: u732
38775 734: u733
38776 735: u734
38777 736: u735
38778 737: u736
38779 738: u737
38780 739: u738
38781 740: u739
38782 741: u740
38783 742: u741
38784 743: u742
38785 744: u743
38786 745: u744
38787 746: u745
38788 747: u746
38789 748: u747
38790 749: u748
38791 750: u749
38792 751: u750
38793 752: u751
38794 753: u752
38795 754: u753
38796 755: u754
38797 756: u755
38798 757: u756
38799 758: u757
38800 759: u758
38801 760: u759
38802 761: u760
38803 762: u761
38804 763: u762
38805 764: u763
38806 765: u764
38807 766: u765
38808 767: u766
38809 768: u767
38810 769: u768
38811 770: u769
38812 771: u770
38813 772: u771
38814 773: u772
38815 774: u773
38816 775: u774
38817 776: u775
38818 777: u776
38819 778: u777
38820 779: u778
38821 780: u779
38822 781: u780
38823 782: u781
38824 783: u782
38825 784: u783
38826 785: u784
38827 786: u785
38828 787: u786
38829 788: u787
38830 789: u788
38831 790: u789
38832 791: u790
38833 792: u791
38834 793: u792
38835 794: u793
38836 795: u794
38837 796: u795
38838 797: u796
38839 798: u797
38840 799: u798
38841 800: u799
38842 801: u800
38843 802: u801
38844 803: u802
38845 804: u803
38846 805: u804
38847 806: u805
38848 807: u806
38849 808: u807
38850 809: u808
38851 810: u809
38852 811: u810
38853 812: u811
38854 813: u812
38855 814: u813
38856 815: u814
38857 816: u815
38858 817: u816
38859 818: u817
38860 819: u818
38861 820: u819
38862 821: u820
38863 822: u821
38864 823: u822
38865 824: u823
38866 825: u824
38867 826: u825
38868 827: u826
38869 828: u827
38870 829: u828
38871 830: u829
38872 831: u830
38873 832: u831
38874 833: u832
38875 834: u833
38876 835: u834
38877 836: u835
38878 837: u836
38879 838: u837
38880 839: u838
38881 840: u839
38882 841: u840
38883 842: u841
38884 843: u842
38885 844: u843
38886 845: u844
38887 846: u845
38888 847: u846
38889 848: u847
38890 849: u848
38891 850: u849
38892 851: u850
38893 852: u851
38894 853: u852
38895 854: u853
38896 855: u854
38897 856: u855
38898 857: u856
38899 858: u857
38900 859: u858
38901 860: u859
38902 861: u860
38903 862: u861
38904 863: u862
38905 864: u863
38906 865: u864
38907 866: u865
38908 867: u866
38909 868: u867
38910 869: u868
38911 870: u869
38912 871: u870
38913 872: u871
38914 873: u872
38915 874: u873
38916 875: u874
38917 876: u875
38918 877: u876
38919 878: u877
38920 879: u878
38921 880: u879
38922 881: u880
38923 882: u881
38924 883: u882
38925 884: u883
38926 885: u884
38927 886: u885
38928 887: u886
38929 888: u887
38930 889: u888
38931 890: u889
38932 891: u890
38933 892: u891
38934 893: u892
38935 894: u893
38936 895: u894
38937 896: u895
38938 897: u896
38939 898: u897
38940 899: u898
38941 900: u899
38942 901: u900
38943 902: u901
38944 903: u902
38945 904: u903
38946 905: u904
38947 906: u905
38948 907: u906
38949 908: u907
38950 909: u908
38951 910: u909
38952 911: u910
38953 912: u911
38954 913: u912
38955 914: u913
38956 915: u914
38957 916: u915
38958 917: u916
38959 918: u917
38960 919: u918
38961 920: u919
38962 921: u920
38963 922: u921
38964 923: u922
38965 924: u923
38966 925: u924
38967 926: u925
38968 927: u926
38969 928: u927
38970 929: u928
38971 930: u929
38972 931: u930
38973 932: u931
38974 933: u932
38975 934: u933
38976 935: u934
38977 936: u935
38978 937: u936
38979 938: u937
38980 939: u938
38981 940: u939
38982 941: u940
38983 942: u941
38984 943: u942
38985 944: u943
38986 945: u944
38987 946: u945
38988 947: u946
38989 948: u947
38990 949: u948
38991 950: u949
38992 951: u950
38993 952: u951
38994 953: u952
38995 954: u953
38996 955: u954
38997 956: u955
38998 957: u956
38999 958: u957
39000 959: u958
39001 960: u959
39002 961: u960
39003 962: u961
39004 963: u962
39005 964: u963
39006 965: u964
39007 966: u965
39008 967: u966
39009 968: u967
39010 969: u968
39011 970: u969
39012 971: u970
39013 972: u971
39014 973: u972
39015 974: u973
39016 975: u974
39017 976: u975
39018 977: u976
39019 978: u977
39020 979: u978
39021 980: u979
39022 981: u980
39023 982: u981
39024 983: u982
39025 984: u983
39026 985: u984
39027 986: u985
39028 987: u986
39029 988: u987
39030 989: u988
39031 990: u989
39032 991: u990
39033 992: u991
39034 993: u992
39035 994: u993
39036 995: u994
39037 996: u995
39038 997: u996
39039 998: u997
39040 999: u998
39041 1000: u999
39042 1001: u1000
39043 1002: u1001
39044 1003: u1002
39045 1004: u1003
39046 1005: u1004
39047 1006: u1005
39048 1007: u1006
39049 1008: u1007
39050 1009: u1008
39051 1010: u1009
39052 1011: u1010
39053 1012: u1011
39054 1013: u1012
39055 1014: u1013
39056 1015: u1014
39057 1016: u1015
39058 1017: u1016
39059 1018: u1017
39060 1019: u1018
39061 1020: u1019
39062 1021: u1020
39063 1022: u1021
39064 1023: u1022
39065 1024: u1023
39066 1025: u1024
39067 1026: u1025
39068 1027: u1026
39069 1028: u1027
39070 1029: u1028
39071 1030: u1029
39072 1031: u1030
39073 1032: u1031
39074 1033: u1032
39075 1034: u1033
39076 1035: u1034
39077 1036: u1035
39078 1037: u1036
39079 1038: u1037
39080 1039: u1038
39081 1040: u1039
39082 1041: u1040
39083 1042: u1041
39084 1043: u1042
39085 1044: u1043
39086 1045: u1044
39087 1046: u1045
39088 1047: u1046
39089 1048: u1047
39090 1049: u1048
39091 1050: u1049
39092 1051: u1050
39093 1052: u1051
39094 1053: u1052
39095 1054: u1053
39096 1055: u1054
39097 1056: u1055
39098 1057: u1056
39099 1058: u1057
39100 1059: u1058
39101 1060: u1059
39102 1061: u1060
39103 1062: u1061
39104 1063: u1062
39105 1064: u1063
39106 1065: u1064
39107 1066: u1065
39108 1067: u1066
39109 1068: u1067
39110 1069: u1068
39111 1070: u1069
39112 1071: u1070
39113 1072: u1071
39114 1073: u1072
39115 1074: u1073
39116 1075: u1074
39117 1076: u1075
39118 1077: u1076
39119 1078: u1077
39120 1079: u1078
39121 1080: u1079
39122 1081: u1080
39123 1082: u1081
39124 1083: u1082
39125 1084: u1083
39126 1085: u1084
39127 1086: u1085
39128 1087: u1086
39129 1088: u1087
39130 1089: u1088
39131 1090: u1089
39132 1091: u1090
39133 1092: u1091
39134 1093: u1092
39135 1094: u1093
39136 1095: u1094
39137 1096: u1095
39138 1097: u1096
39139 1098: u1097
39140 1099: u1098
39141 1100: u1099
39142 1101: u1100
39143 1102: u1101
39144 1103: u1102
39145 1104: u1103
39146 1105: u1104
39147 1106: u1105
39148 1107: u1106
39149 1108: u1107
39150 1109: u1108
39151 1110: u1109
39152 1111: u1110
39153 1112: u1111
39154 1113: u1112
39155 1114: u1113
39156 1115: u1114
39157 1116: u1115
39158 1117: u1116
39159 1118: u1117
39160 1119: u1118
39161 1120: u1119
39162 1121: u1120
39163 1122: u1121
39164 1123: u1122
39165 1124: u1123
39166 1125: u1124
39167 1126: u1125
39168 1127: u1126
39169 1128: u1127
39170 1129: u1128
39171 1130: u1129
39172 1131: u1130
39173 1132: u1131
39174 1133: u1132
39175 1134: u1133
39176 1135: u1134
39177 1136: u1135
39178 1137: u1136
39179 1138: u1137
39180 1139: u1138
39181 1140: u1139
39182 1141: u1140
39183 1142: u1141
39184 1143: u1142
39185 1144: u1143
39186 1145: u1144
39187 1146: u1145
39188 1147: u1146
39189 1148: u1147
39190 1149: u1148
39191 1150: u1149
39192 1151: u1150
39193 1152: u1151
39194 1153: u1152
39195 1154: u1153
39196 1155: u1154
39197 1156: u1155
39198 1157: u1156
39199 1158: u1157
39200 1159: u1158
39201 1160: u1159
39202 1161: u1160
39203 1162: u1161
39204 1163: u1162
39205 1164: u1163
39206 1165: u1164
39207 1166: u1165
39208 1167: u1166
39209 1168: u1167
39210 1169: u1168
39211 1170: u1169
39212 1171: u1170
39213 1172: u1171
39214 1173: u1172
39215 1174: u1173
39216 1175: u1174
39217 1176: u1175
39218 1177: u1176
39219 1178: u1177
39220 1179: u1178
39221 1180: u1179
39222 1181: u1180
39223 1182: u1181
39224 1183: u1182
39225 1184: u1183
39226 1185: u1184
39227 1186: u1185
39228 1187: u1186
39229 1188: u1187
39230 1189: u1188
39231 1190: u1189
39232 1191: u1190
39233 1192: u1191
39234 1193: u1192
39235 1194: u1193
39236 1195: u1194
39237 1196: u1195
39238 1197: u1196
39239 1198: u1197
39240 1199: u1198
39241 1200: u1199
39242 1201: u1200
39243 1202: u1201
39244 1203: u1202
39245 1204: u1203
39246 1205: u1204
39247 1206: u1205
39248 1207: u1206
39249 1208: u1207
39250 1209: u1208
39251 1210: u1209
39252 1211: u1210
39253 1212: u1211
39254 1213: u1212
39255 1214: u1213
39256 1215: u1214
39257 1216: u1215
39258 1217: u1216
39259 1218: u1217
39260 1219: u1218
39261 1220: u1219
39262 1221: u1220
39263 1222: u1221
39264 1223: u1222
39265 1224: u1223
39266 1225: u1224
39267 1226: u1225
39268 1227: u1226
39269 1228: u1227
39270 1229: u1228
39271 1230: u1229
39272 1231: u1230
39273 1232: u1231
39274 1233: u1232
39275 1234: u1233
39276 1235: u1234
39277 1236: u1235
39278 1237: u1236
39279 1238: u1237
39280 1239: u1238
39281 1240: u1239
39282 1241: u1240
39283 1242: u1241
39284 1243: u1242
39285 1244: u1243
39286 1245: u1244
39287 1246: u1245
39288 1247: u1246
39289 1248: u1247
39290 1249: u1248
39291 1250: u1249
39292 1251: u1250
39293 1252: u1251
39294 1253: u1252
39295 1254: u1253
39296 1255: u1254
39297 1256: u1255
39298 1257: u1256
39299 1258: u1257
39300 1259: u1258
39301 1260: u1259
39302 1261: u1260
39303 1262: u1261
39304 1263: u1262
39305 1264: u1263
39306 1265: u1264
39307 1266: u1265
39308 1267: u1266
39309 1268: u1267
39310 1269: u1268
39311 1270: u1269
39312 1271: u1270
39313 1272: u1271
39314 1273: u1272
39315 1274: u1273
39316 1275: u1274
39317 1276: u1275
39318 1277: u1276
39319 1278: u1277
39320 1279: u1278
39321 1280: u1279
39322 1281: u1280
39323 1282: u1281
39324 1283: u1282
39325 1284: u1283
39326 1285: u1284
39327 1286: u1285
39328 1287: u1286
39329 1288: u1287
39330 1289: u1288
39331 1290: u1289
39332 1291: u1290
39333 1292: u1291
39334 1293: u1292
39335 1294: u1293
39336 1295: u1294
39337 1296: u1295
39338 1297: u1296
39339 1298: u1297
39340 1299: u1298
39341 1300: u1299
39342 1301: u1300
39343 1302: u1301
39344 1303: u1302
39345 1304: u1303
39346 1305: u1304
39347 1306: u1305
39348 1307: u1306
39349 1308: u1307
39350 1309: u1308
39351 1310: u1309
39352 1311: u1310
39353 1312: u1311
39354 1313: u1312
39355 1314: u1313
39356 1315: u1314
39357 1316: u1315
39358 1317: u1316
39359 1318: u1317
39360 1319: u1318
39361 1320: u1319
39362 1321: u1320
39363 1322: u1321
39364 1323: u1322
39365 1324: u1323
39366 1325: u1324
39367 1326: u1325
39368 1327: u1326
39369 1328: u1327
39370 1329: u1328
39371 1330: u1329
39372 1331: u1330
39373 1332: u1331
39374 1333: u1332
39375 1334: u1333
39376 1335: u1334
39377 1336: u1335
39378 1337: u1336
39379 1338: u1337
39380 1339: u1338
39381 1340: u1339
39382 1341: u1340
39383 1342: u1341
39384 1343: u1342
39385 1344: u1343
39386 1345: u1344
39387 1346: u1345
39388 1347: u1346
39389 1348: u1347
39390 1349: u1348
39391 1350: u1349
39392 1351: u1350
39393 1352: u1351
39394 1353: u1352
39395 1354: u1353
39396 1355: u1354
39397 1356: u1355
39398 1357: u1356
39399 1358: u1357
39400 1359: u1358
39401 1360: u1359
39402 1361: u1360
39403 1362: u1361
39404 1363: u1362
39405 1364: u1363
39406 1365: u1364
39407 1366: u1365
39408 1367: u1366
39409 1368: u1367
39410 1369: u1368
39411 1370: u1369
39412 1371: u1370
39413 1372: u1371
39414 1373: u1372
39415 1374: u1373
39416 1375: u1374
39417 1376: u1375
39418 1377: u1376
39419 1378: u1377
39420 1379: u1378
39421 1380: u1379
39422 1381: u1380
39423 1382: u1381
39424 1383: u1382
39425 1384: u1383
39426 1385: u1384
39427 1386: u1385
39428 1387: u1386
39429 1388: u1387
39430 1389: u1388
39431 1390: u1389
39432 1391: u1390
39433 1392: u1391
39434 1393: u1392
39435 1394: u1393
39436 1395: u1394
39437 1396: u1395
39438 1397: u1396
39439 1398: u1397
39440 1399: u1398
39441 1400: u1399
39442 1401: u1400
39443 1402: u1401
39444 1403: u1402
39445 1404: u1403
39446 1405: u1404
39447 1406: u1405
39448 1407: u1406
39449 1408: u1407
39450 1409: u1408
39451 1410: u1409
39452 1411: u1410
39453 1412: u1411
39454 1413: u1412
39455 1414: u1413
39456 1415: u1414
39457 1416: u1415
39458 1417: u1416
39459 1418: u1417
39460 1419: u1418
39461 1420: u1419
39462 1421: u1420
39463 1422: u1421
39464 1423: u1422
39465 1424: u1423
39466 1425: u1424
39467 1426: u1425
39468 1427: u1426
39469 1428: u1427
39470 1429: u1428
39471 1430: u1429
39472 1431: u1430
39473 1432: u1431
39474 1433: u1432
39475 1434: u1433
39476 1435: u1434
39477 1436: u1435
39478 1437: u1436
39479 1438: u1437
39480 1439: u1438
39481 1440: u1439
39482 1441: u1440
39483 1442: u1441
39484 1443: u1442
39485 1444: u1443
39486 1445: u1444
39487 1446: u1445
39488 1447: u1446
39489 1448: u1447
39490 1449: u1448
39491 1450: u1449
39492 1451: u1450
39493 1452: u1451
39494 1453: u1452
39495 1454: u1453
39496 1455: u1454
39497 1456: u1455
39498 1457: u1456
39499 1458: u1457
39500 1459: u1458
39501 1460: u1459
39502 1461: u1460
39503 1462: u1461
39504 1463: u1462
39505 1464: u1463
39506 1465: u1464
39507 1466: u1465
39508 1467: u1466
39509 1468: u1467
39510 1469: u1468
39511 1470: u1469
39512 1471: u1470
39513 1472: u1471
39514 1473: u1472
39515 1474: u1473
39516 1475: u1474
39517 1476: u1475
39518 1477: u1476
39519 1478: u1477
39520 1479: u1478
39521 1480: u1479
39522 1481: u1480
39523 1482: u1481
39524 1483: u1482
39525 1484: u1483
39526 1485: u1484
39527 1486: u1485
39528 1487: u1486
39529 1488: u1487
39530 1489: u1488
39531 1490: u1489
39532 1491: u1490
39533 1492: u1491
39534 1493: u1492
39535 1494: u1493
39536 1495: u1494
39537 1496: u1495
39538 1497: u1496
39539 1498: u1497
39540 1499: u1498
39541 1500: u1499
39542 1501: u1500
39543 1502: u1501
39544 1503: u1502
39545 1504: u1503
39546 1505: u1504
39547 1506: u1505
39548 1507: u1506
39549 1508: u1507
39550 1509: u1508
39551 1510: u1509
39552 1511: u1510
39553 1512: u1511
39554 1513: u1512
39555 1514: u1513
39556 1515: u1514
39557 1516: u1515
39558 1517: u1516
39559 1518: u1517
39560 1519: u1518
39561 1520: u1519
39562 1521: u1520
39563 1522: u1521
39564 1523: u1522
39565 1524: u1523
39566 1525: u1524
39567 1526: u1525
39568 1527: u1526
39569 1528: u1527
39570 1529: u1528
39571 1530: u1529
39572 1531: u1530
39573 1532: u1531
39574 1533: u1532
39575 1534: u1533
39576 1535: u1534
39577 1536: u1535
39578 1537: u1536
39579 1538: u1537
39580 1539: u1538
39581 1540: u1539
39582 1541: u1540
39583 1542: u1541
39584 1543: u1542
39585 1544: u1543
39586 1545: u1544
39587 1546: u1545
39588 1547: u1546
39589 1548: u1547
39590 1549: u1548
39591 1550: u1549
39592 1551: u1550
39593 1552: u1551
39594 1553: u1552
39595 1554: u1553
39596 1555: u1554
39597 1556: u1555
39598 1557: u1556
39599 1558: u1557
39600 1559: u1558
39601 1560: u1559
39602 1561: u1560
39603 1562: u1561
39604 1563: u1562
39605 1564: u1563
39606 1565: u1564
39607 1566: u1565
39608 1567: u1566
39609 1568: u1567
39610 1569: u1568
39611 1570: u1569
39612 1571: u1570
39613 1572: u1571
39614 1573: u1572
39615 1574: u1573
39616 1575: u1574
39617 1576: u1575
39618 1577: u1576
39619 1578: u1577
39620 1579: u1578
39621 1580: u1579
39622 1581: u1580
39623 1582: u1581
39624 1583: u1582
39625 1584: u1583
39626 1585: u1584
39627 1586: u1585
39628 1587: u1586
39629 1588: u1587
39630 1589: u1588
39631 1590: u1589
39632 1591: u1590
39633 1592: u1591
39634 1593: u1592
39635 1594: u1593
39636 1595: u1594
39637 1596: u1595
39638 1597: u1596
39639 1598: u1597
39640 1599: u1598
39641 1600: u1599
39642 1601: u1600
39643 1602: u1601
39644 1603: u1602
39645 1604: u1603
39646 1605: u1604
39647 1606: u1605
39648 1607: u1606
39649 1608: u1607
39650 1609: u1608
39651 1610: u1609
39652 1611: u1610
39653 1612: u1611
39654 1613: u1612
39655 1614: u1613
39656 1615: u1614
39657 1616: u1615
39658 1617: u1616
39659 1618: u1617
39660 1619: u1618
39661 1620: u1619
39662 1621: u1620
39663 1622: u1621
39664 1623: u1622
39665 1624: u1623
39666 1625: u1624
39667 1626: u1625
39668 1627: u1626
39669 1628: u1627
39670 1629: u1628
39671 1630: u1629
39672 1631: u1630
39673 1632: u1631
39674 1633: u1632
39675 1634: u1633
39676 1635: u1634
39677 1636: u1635
39678 1637: u1636
39679 1638: u1637
39680 1639: u1638
39681 1640: u1639
39682 1641: u1640
39683 1642: u1641
39684 1643: u1642
39685 1644: u1643
39686 1645: u1644
39687 1646: u1645
39688 1647: u1646
39689 1648: u1647
39690 1649: u1648
39691 1650: u1649
39692 1651: u1650
39693 1652: u1651
39694 1653: u1652
39695 1654: u1653
39696 1655: u1654
39697 1656: u1655
39698 1657: u1656
39699 1658: u1657
39700 1659: u1658
39701 1660: u1659
39702 1661: u1660
39703 1662: u1661
39704 1663: u1662
39705 1664: u1663
39706 1665: u1664
39707 1666: u1665
39708 1667: u1666
39709 1668: u1667
39710 1669: u1668
39711 1670: u1669
39712 1671: u1670
39713 1672: u1671
39714 1673: u1672
39715 1674: u1673
39716 1675: u1674
39717 1676: u1675
39718 1677: u1676
39719 1678: u1677
39720 1679: u1678
39721 1680: u1679
39722 1681: u1680
39723 1682: u1681
39724 1683: u1682
39725 1684: u1683
39726 1685: u1684
39727 1686: u1685
39728 1687: u1686
39729 1688: u1687
39730 1689: u1688
39731 1690: u1689
39732 1691: u1690
39733 1692: u1691
39734 1693: u1692
39735 1694: u1693
39736 1695: u1694
39737 1696: u1695
39738 1697: u1696
39739 1698: u1697
39740 1699: u1698
39741 1700: u1699
39742 1701: u1700
39743 1702: u1701
39744 1703: u1702
39745 1704: u1703
39746 1705: u1704
39747 1706: u1705
39748 1707: u1706
39749 1708: u1707
39750 1709: u1708
39751 1710: u1709
39752 1711: u1710
39753 1712: u1711
39754 1713: u1712
39755 1714: u1713
39756 1715: u1714
39757 1716: u1715
39758 1717: u1716
39759 1718: u1717
39760 1719: u1718
39761 1720: u1719
39762 1721: u1720
39763 1722: u1721
39764 1723: u1722
39765 1724: u1723
39766 1725: u1724
39767 1726: u1725
39768 1727: u1726
39769 1728: u1727
39770 1729: u1728
39771 1730: u1729
39772 1731: u1730
39773 1732: u1731
39774 1733: u1732
39775 1734: u1733
39776 1735: u1734
39777 1736: u1735
39778 1737: u1736
39779 1738: u1737
39780 1739: u1738
39781 1740: u1739
39782 1741: u1740
39783 1742: u1741
39784 1743: u1742
39785 1744: u1743
39786 1745: u1744
39787 1746: u1745
39788 1747: u1746
39789 1748: u1747
39790 1749: u1748
39791 1750: u1749
39792 1751: u1750
39793 1752: u1751
39794 1753: u1752
39795 1754: u1753
39796 1755: u1754
39797 1756: u1755
39798 1757: u1756
39799 1758: u1757
39800 1759: u1758
39801 1760: u1759
39802 1761: u1760
39803 1762: u1761
39804 1763: u1762
39805 1764: u1763
39806 1765: u1764
39807 1766: u1765
39808 1767: u1766
39809 1768: u1767
39810 1769: u1768
39811 1770: u1769
39812 1771: u1770
39813 1772: u1771
39814 1773: u1772
39815 1774: u1773
39816 1775: u1774
39817 1776: u1775
39818 1777: u1776
39819 1778: u1777
39820 1779: u1778
39821 1780: u1779
39822 1781: u1780
39823 1782: u1781
39824 1783: u1782
39825 1784: u1783
39826 1785: u1784
39827 1786: u1785
39828 1787: u1786
39829 1788: u1787
39830 1789: u1788
39831 1790: u1789
39832 1791: u1790
39833 1792: u1791
39834 1793: u1792
39835 1794: u1793
39836 1795: u1794
39837 1796: u1795
39838 1797: u1796
39839 1798: u1797
39840 1799: u1798
39841 1800: u1799
39842 1801: u1800
39843 1802: u1801
39844 1803: u1802
39845 1804: u1803
39846 1805: u1804
39847 1806: u1805
39848 1807: u1806
39849 1808: u1807
39850 1809: u1808
39851 1810: u1809
39852 1811: u1810
39853 1812: u1811
39854 1813: u1812
39855 1814: u1813
39856 1815: u1814
39857 1816: u1815
39858 1817: u1816
39859 1818: u1817
39860 1819: u1818
39861 1820: u1819
39862 1821: u1820
39863 1822: u1821
39864 1823: u1822
39865 1824: u1823
39866 1825: u1824
39867 1826: u1825
39868 1827: u1826
39869 1828: u1827
39870 1829: u1828
39871 1830: u1829
39872 1831: u1830
39873 1832: u1831
39874 1833: u1832
39875 1834: u1833
39876 1835: u1834
39877 1836: u1835
39878 1837: u1836
39879 1838: u1837
39880 1839: u1838
39881 1840: u1839
39882 1841: u1840
39883 1842: u1841
39884 1843: u1842
39885 1844: u1843
39886 1845: u1844
39887 1846: u1845
39888 1847: u1846
39889 1848: u1847
39890 1849: u1848
39891 1850: u1849
39892 1851: u1850
39893 1852: u1851
39894 1853: u1852
39895 1854: u1853
39896 1855: u1854
39897 1856: u1855
39898 1857: u1856
39899 1858: u1857
39900 1859: u1858
39901 1860: u1859
39902 1861: u1860
39903 1862: u1861
39904 1863: u1862
39905 1864: u1863
39906 1865: u1864
39907 1866: u1865
39908 1867: u1866
39909 1868: u1867
39910 1869: u1868
39911 1870: u1869
39912 1871: u1870
39913 1872: u1871
39914 1873: u1872
39915 1874: u1873
39916 1875: u1874
39917 1876: u1875
39918 1877: u1876
39919 1878: u1877
39920 1879: u1878
39921 1880: u1879
39922 1881: u1880
39923 1882: u1881
39924 1883: u1882
39925 1884: u1883
39926 1885: u1884
39927 1886: u1885
39928 1887: u1886
39929 1888: u1887
39930 1889: u1888
39931 1890: u1889
39932 1891: u1890
39933 1892: u1891
39934 1893: u1892
39935 1894: u1893
39936 1895: u1894
39937 1896: u1895
39938 1897: u1896
39939 1898: u1897
39940 1899: u1898
39941 1900: u1899
39942 1901: u1900
39943 1902: u1901
39944 1903: u1902
39945 1904: u1903
39946 1905: u1904
39947 1906: u1905
39948 1907: u1906
39949 1908: u1907
39950 1909: u1908
39951 1910: u1909
39952 1911: u1910
39953 1912: u1911
39954 1913: u1912
39955 1914: u1913
39956 1915: u1914
39957 1916: u1915
39958 1917: u1916
39959 1918: u1917
39960 1919: u1918
39961 1920: u1919
39962 1921: u1920
39963 1922: u1921
39964 1923: u1922
39965 1924: u1923
39966 1925: u1924
39967 1926: u1925
39968 1927: u1926
39969 1928: u1927
39970 1929: u1928
39971 1930: u1929
39972 1931: u1930
39973 1932: u1931
39974 1933: u1932
39975 1934: u1933
39976 1935: u1934
39977 1936: u1935
39978 1937: u1936
39979 1938: u1937
39980 1939: u1938
39981 1940: u1939
39982 1941: u1940
39983 1942: u1941
39984 1943: u1942
39985 1944: u1943
39986 1945: u1944
39987 1946: u1945
39988 1947: u1946
39989 1948: u1947
39990 1949: u1948
39991 1950: u1949
39992 1951: u1950
39993 1952: u1951
39994 1953: u1952
39995 1954: u1953
39996 1955: u1954
39997 1956: u1955
39998 1957: u1956
39999 1958: u1957
40000 1959: u1958
40001 1960: u1959
40002 1961: u1960
40003 1962: u1961
40004 1963: u1962
40005 1964: u1963
40006 1965: u1964
40007 1966: u1965
40008 1967: u1966
40009 1968: u1967
40010 1969: u1968
40011 1970: u1969
40012 1971: u1970
40013 1972: u1971
40014 1973: u1972
40015 1974: u1973
40016 1975: u1974
40017 1976: u1975
40018 1977: u1976
40019 1978: u1977
40020 1979: u1978
40021 1980: u1979
40022 1981: u1980
40023 1982: u1981
40024 1983: u1982
40025 1984: u1983
40026 1985: u1984
40027 1986: u1985
40028 1987: u1986
40029 1988: u1987
40030 1989: u1988
40031 1990: u1989
40032 1991: u1990
40033 1992: u1991
40034 1993: u1992
40035 1994: u1993
40036 1995: u1994
40037 1996: u1995
40038 1997: u1996
40039 1998: u1997
40040 1999: u1998
40041 2000: u1999
40042 - name: outputVoltageFallRate
40043 oid: 1.3.6.1.4.1.19947.1.3.2.1.14
40044 type: Float
40045 help: Voltage Rise Slew Rate [V/s] - 1.3.6.1.4.1.19947.1.3.2.1.14
40046 indexes:
40047 - labelname: outputIndex
40048 type: gauge
40049 enum_values:
40050 1: u0
40051 2: u1
40052 3: u2
40053 4: u3
40054 5: u4
40055 6: u5
40056 7: u6
40057 8: u7
40058 9: u8
40059 10: u9
40060 11: u10
40061 12: u11
40062 13: u12
40063 14: u13
40064 15: u14
40065 16: u15
40066 17: u16
40067 18: u17
40068 19: u18
40069 20: u19
40070 21: u20
40071 22: u21
40072 23: u22
40073 24: u23
40074 25: u24
40075 26: u25
40076 27: u26
40077 28: u27
40078 29: u28
40079 30: u29
40080 31: u30
40081 32: u31
40082 33: u32
40083 34: u33
40084 35: u34
40085 36: u35
40086 37: u36
40087 38: u37
40088 39: u38
40089 40: u39
40090 41: u40
40091 42: u41
40092 43: u42
40093 44: u43
40094 45: u44
40095 46: u45
40096 47: u46
40097 48: u47
40098 49: u48
40099 50: u49
40100 51: u50
40101 52: u51
40102 53: u52
40103 54: u53
40104 55: u54
40105 56: u55
40106 57: u56
40107 58: u57
40108 59: u58
40109 60: u59
40110 61: u60
40111 62: u61
40112 63: u62
40113 64: u63
40114 65: u64
40115 66: u65
40116 67: u66
40117 68: u67
40118 69: u68
40119 70: u69
40120 71: u70
40121 72: u71
40122 73: u72
40123 74: u73
40124 75: u74
40125 76: u75
40126 77: u76
40127 78: u77
40128 79: u78
40129 80: u79
40130 81: u80
40131 82: u81
40132 83: u82
40133 84: u83
40134 85: u84
40135 86: u85
40136 87: u86
40137 88: u87
40138 89: u88
40139 90: u89
40140 91: u90
40141 92: u91
40142 93: u92
40143 94: u93
40144 95: u94
40145 96: u95
40146 97: u96
40147 98: u97
40148 99: u98
40149 100: u99
40150 101: u100
40151 102: u101
40152 103: u102
40153 104: u103
40154 105: u104
40155 106: u105
40156 107: u106
40157 108: u107
40158 109: u108
40159 110: u109
40160 111: u110
40161 112: u111
40162 113: u112
40163 114: u113
40164 115: u114
40165 116: u115
40166 117: u116
40167 118: u117
40168 119: u118
40169 120: u119
40170 121: u120
40171 122: u121
40172 123: u122
40173 124: u123
40174 125: u124
40175 126: u125
40176 127: u126
40177 128: u127
40178 129: u128
40179 130: u129
40180 131: u130
40181 132: u131
40182 133: u132
40183 134: u133
40184 135: u134
40185 136: u135
40186 137: u136
40187 138: u137
40188 139: u138
40189 140: u139
40190 141: u140
40191 142: u141
40192 143: u142
40193 144: u143
40194 145: u144
40195 146: u145
40196 147: u146
40197 148: u147
40198 149: u148
40199 150: u149
40200 151: u150
40201 152: u151
40202 153: u152
40203 154: u153
40204 155: u154
40205 156: u155
40206 157: u156
40207 158: u157
40208 159: u158
40209 160: u159
40210 161: u160
40211 162: u161
40212 163: u162
40213 164: u163
40214 165: u164
40215 166: u165
40216 167: u166
40217 168: u167
40218 169: u168
40219 170: u169
40220 171: u170
40221 172: u171
40222 173: u172
40223 174: u173
40224 175: u174
40225 176: u175
40226 177: u176
40227 178: u177
40228 179: u178
40229 180: u179
40230 181: u180
40231 182: u181
40232 183: u182
40233 184: u183
40234 185: u184
40235 186: u185
40236 187: u186
40237 188: u187
40238 189: u188
40239 190: u189
40240 191: u190
40241 192: u191
40242 193: u192
40243 194: u193
40244 195: u194
40245 196: u195
40246 197: u196
40247 198: u197
40248 199: u198
40249 200: u199
40250 201: u200
40251 202: u201
40252 203: u202
40253 204: u203
40254 205: u204
40255 206: u205
40256 207: u206
40257 208: u207
40258 209: u208
40259 210: u209
40260 211: u210
40261 212: u211
40262 213: u212
40263 214: u213
40264 215: u214
40265 216: u215
40266 217: u216
40267 218: u217
40268 219: u218
40269 220: u219
40270 221: u220
40271 222: u221
40272 223: u222
40273 224: u223
40274 225: u224
40275 226: u225
40276 227: u226
40277 228: u227
40278 229: u228
40279 230: u229
40280 231: u230
40281 232: u231
40282 233: u232
40283 234: u233
40284 235: u234
40285 236: u235
40286 237: u236
40287 238: u237
40288 239: u238
40289 240: u239
40290 241: u240
40291 242: u241
40292 243: u242
40293 244: u243
40294 245: u244
40295 246: u245
40296 247: u246
40297 248: u247
40298 249: u248
40299 250: u249
40300 251: u250
40301 252: u251
40302 253: u252
40303 254: u253
40304 255: u254
40305 256: u255
40306 257: u256
40307 258: u257
40308 259: u258
40309 260: u259
40310 261: u260
40311 262: u261
40312 263: u262
40313 264: u263
40314 265: u264
40315 266: u265
40316 267: u266
40317 268: u267
40318 269: u268
40319 270: u269
40320 271: u270
40321 272: u271
40322 273: u272
40323 274: u273
40324 275: u274
40325 276: u275
40326 277: u276
40327 278: u277
40328 279: u278
40329 280: u279
40330 281: u280
40331 282: u281
40332 283: u282
40333 284: u283
40334 285: u284
40335 286: u285
40336 287: u286
40337 288: u287
40338 289: u288
40339 290: u289
40340 291: u290
40341 292: u291
40342 293: u292
40343 294: u293
40344 295: u294
40345 296: u295
40346 297: u296
40347 298: u297
40348 299: u298
40349 300: u299
40350 301: u300
40351 302: u301
40352 303: u302
40353 304: u303
40354 305: u304
40355 306: u305
40356 307: u306
40357 308: u307
40358 309: u308
40359 310: u309
40360 311: u310
40361 312: u311
40362 313: u312
40363 314: u313
40364 315: u314
40365 316: u315
40366 317: u316
40367 318: u317
40368 319: u318
40369 320: u319
40370 321: u320
40371 322: u321
40372 323: u322
40373 324: u323
40374 325: u324
40375 326: u325
40376 327: u326
40377 328: u327
40378 329: u328
40379 330: u329
40380 331: u330
40381 332: u331
40382 333: u332
40383 334: u333
40384 335: u334
40385 336: u335
40386 337: u336
40387 338: u337
40388 339: u338
40389 340: u339
40390 341: u340
40391 342: u341
40392 343: u342
40393 344: u343
40394 345: u344
40395 346: u345
40396 347: u346
40397 348: u347
40398 349: u348
40399 350: u349
40400 351: u350
40401 352: u351
40402 353: u352
40403 354: u353
40404 355: u354
40405 356: u355
40406 357: u356
40407 358: u357
40408 359: u358
40409 360: u359
40410 361: u360
40411 362: u361
40412 363: u362
40413 364: u363
40414 365: u364
40415 366: u365
40416 367: u366
40417 368: u367
40418 369: u368
40419 370: u369
40420 371: u370
40421 372: u371
40422 373: u372
40423 374: u373
40424 375: u374
40425 376: u375
40426 377: u376
40427 378: u377
40428 379: u378
40429 380: u379
40430 381: u380
40431 382: u381
40432 383: u382
40433 384: u383
40434 385: u384
40435 386: u385
40436 387: u386
40437 388: u387
40438 389: u388
40439 390: u389
40440 391: u390
40441 392: u391
40442 393: u392
40443 394: u393
40444 395: u394
40445 396: u395
40446 397: u396
40447 398: u397
40448 399: u398
40449 400: u399
40450 401: u400
40451 402: u401
40452 403: u402
40453 404: u403
40454 405: u404
40455 406: u405
40456 407: u406
40457 408: u407
40458 409: u408
40459 410: u409
40460 411: u410
40461 412: u411
40462 413: u412
40463 414: u413
40464 415: u414
40465 416: u415
40466 417: u416
40467 418: u417
40468 419: u418
40469 420: u419
40470 421: u420
40471 422: u421
40472 423: u422
40473 424: u423
40474 425: u424
40475 426: u425
40476 427: u426
40477 428: u427
40478 429: u428
40479 430: u429
40480 431: u430
40481 432: u431
40482 433: u432
40483 434: u433
40484 435: u434
40485 436: u435
40486 437: u436
40487 438: u437
40488 439: u438
40489 440: u439
40490 441: u440
40491 442: u441
40492 443: u442
40493 444: u443
40494 445: u444
40495 446: u445
40496 447: u446
40497 448: u447
40498 449: u448
40499 450: u449
40500 451: u450
40501 452: u451
40502 453: u452
40503 454: u453
40504 455: u454
40505 456: u455
40506 457: u456
40507 458: u457
40508 459: u458
40509 460: u459
40510 461: u460
40511 462: u461
40512 463: u462
40513 464: u463
40514 465: u464
40515 466: u465
40516 467: u466
40517 468: u467
40518 469: u468
40519 470: u469
40520 471: u470
40521 472: u471
40522 473: u472
40523 474: u473
40524 475: u474
40525 476: u475
40526 477: u476
40527 478: u477
40528 479: u478
40529 480: u479
40530 481: u480
40531 482: u481
40532 483: u482
40533 484: u483
40534 485: u484
40535 486: u485
40536 487: u486
40537 488: u487
40538 489: u488
40539 490: u489
40540 491: u490
40541 492: u491
40542 493: u492
40543 494: u493
40544 495: u494
40545 496: u495
40546 497: u496
40547 498: u497
40548 499: u498
40549 500: u499
40550 501: u500
40551 502: u501
40552 503: u502
40553 504: u503
40554 505: u504
40555 506: u505
40556 507: u506
40557 508: u507
40558 509: u508
40559 510: u509
40560 511: u510
40561 512: u511
40562 513: u512
40563 514: u513
40564 515: u514
40565 516: u515
40566 517: u516
40567 518: u517
40568 519: u518
40569 520: u519
40570 521: u520
40571 522: u521
40572 523: u522
40573 524: u523
40574 525: u524
40575 526: u525
40576 527: u526
40577 528: u527
40578 529: u528
40579 530: u529
40580 531: u530
40581 532: u531
40582 533: u532
40583 534: u533
40584 535: u534
40585 536: u535
40586 537: u536
40587 538: u537
40588 539: u538
40589 540: u539
40590 541: u540
40591 542: u541
40592 543: u542
40593 544: u543
40594 545: u544
40595 546: u545
40596 547: u546
40597 548: u547
40598 549: u548
40599 550: u549
40600 551: u550
40601 552: u551
40602 553: u552
40603 554: u553
40604 555: u554
40605 556: u555
40606 557: u556
40607 558: u557
40608 559: u558
40609 560: u559
40610 561: u560
40611 562: u561
40612 563: u562
40613 564: u563
40614 565: u564
40615 566: u565
40616 567: u566
40617 568: u567
40618 569: u568
40619 570: u569
40620 571: u570
40621 572: u571
40622 573: u572
40623 574: u573
40624 575: u574
40625 576: u575
40626 577: u576
40627 578: u577
40628 579: u578
40629 580: u579
40630 581: u580
40631 582: u581
40632 583: u582
40633 584: u583
40634 585: u584
40635 586: u585
40636 587: u586
40637 588: u587
40638 589: u588
40639 590: u589
40640 591: u590
40641 592: u591
40642 593: u592
40643 594: u593
40644 595: u594
40645 596: u595
40646 597: u596
40647 598: u597
40648 599: u598
40649 600: u599
40650 601: u600
40651 602: u601
40652 603: u602
40653 604: u603
40654 605: u604
40655 606: u605
40656 607: u606
40657 608: u607
40658 609: u608
40659 610: u609
40660 611: u610
40661 612: u611
40662 613: u612
40663 614: u613
40664 615: u614
40665 616: u615
40666 617: u616
40667 618: u617
40668 619: u618
40669 620: u619
40670 621: u620
40671 622: u621
40672 623: u622
40673 624: u623
40674 625: u624
40675 626: u625
40676 627: u626
40677 628: u627
40678 629: u628
40679 630: u629
40680 631: u630
40681 632: u631
40682 633: u632
40683 634: u633
40684 635: u634
40685 636: u635
40686 637: u636
40687 638: u637
40688 639: u638
40689 640: u639
40690 641: u640
40691 642: u641
40692 643: u642
40693 644: u643
40694 645: u644
40695 646: u645
40696 647: u646
40697 648: u647
40698 649: u648
40699 650: u649
40700 651: u650
40701 652: u651
40702 653: u652
40703 654: u653
40704 655: u654
40705 656: u655
40706 657: u656
40707 658: u657
40708 659: u658
40709 660: u659
40710 661: u660
40711 662: u661
40712 663: u662
40713 664: u663
40714 665: u664
40715 666: u665
40716 667: u666
40717 668: u667
40718 669: u668
40719 670: u669
40720 671: u670
40721 672: u671
40722 673: u672
40723 674: u673
40724 675: u674
40725 676: u675
40726 677: u676
40727 678: u677
40728 679: u678
40729 680: u679
40730 681: u680
40731 682: u681
40732 683: u682
40733 684: u683
40734 685: u684
40735 686: u685
40736 687: u686
40737 688: u687
40738 689: u688
40739 690: u689
40740 691: u690
40741 692: u691
40742 693: u692
40743 694: u693
40744 695: u694
40745 696: u695
40746 697: u696
40747 698: u697
40748 699: u698
40749 700: u699
40750 701: u700
40751 702: u701
40752 703: u702
40753 704: u703
40754 705: u704
40755 706: u705
40756 707: u706
40757 708: u707
40758 709: u708
40759 710: u709
40760 711: u710
40761 712: u711
40762 713: u712
40763 714: u713
40764 715: u714
40765 716: u715
40766 717: u716
40767 718: u717
40768 719: u718
40769 720: u719
40770 721: u720
40771 722: u721
40772 723: u722
40773 724: u723
40774 725: u724
40775 726: u725
40776 727: u726
40777 728: u727
40778 729: u728
40779 730: u729
40780 731: u730
40781 732: u731
40782 733: u732
40783 734: u733
40784 735: u734
40785 736: u735
40786 737: u736
40787 738: u737
40788 739: u738
40789 740: u739
40790 741: u740
40791 742: u741
40792 743: u742
40793 744: u743
40794 745: u744
40795 746: u745
40796 747: u746
40797 748: u747
40798 749: u748
40799 750: u749
40800 751: u750
40801 752: u751
40802 753: u752
40803 754: u753
40804 755: u754
40805 756: u755
40806 757: u756
40807 758: u757
40808 759: u758
40809 760: u759
40810 761: u760
40811 762: u761
40812 763: u762
40813 764: u763
40814 765: u764
40815 766: u765
40816 767: u766
40817 768: u767
40818 769: u768
40819 770: u769
40820 771: u770
40821 772: u771
40822 773: u772
40823 774: u773
40824 775: u774
40825 776: u775
40826 777: u776
40827 778: u777
40828 779: u778
40829 780: u779
40830 781: u780
40831 782: u781
40832 783: u782
40833 784: u783
40834 785: u784
40835 786: u785
40836 787: u786
40837 788: u787
40838 789: u788
40839 790: u789
40840 791: u790
40841 792: u791
40842 793: u792
40843 794: u793
40844 795: u794
40845 796: u795
40846 797: u796
40847 798: u797
40848 799: u798
40849 800: u799
40850 801: u800
40851 802: u801
40852 803: u802
40853 804: u803
40854 805: u804
40855 806: u805
40856 807: u806
40857 808: u807
40858 809: u808
40859 810: u809
40860 811: u810
40861 812: u811
40862 813: u812
40863 814: u813
40864 815: u814
40865 816: u815
40866 817: u816
40867 818: u817
40868 819: u818
40869 820: u819
40870 821: u820
40871 822: u821
40872 823: u822
40873 824: u823
40874 825: u824
40875 826: u825
40876 827: u826
40877 828: u827
40878 829: u828
40879 830: u829
40880 831: u830
40881 832: u831
40882 833: u832
40883 834: u833
40884 835: u834
40885 836: u835
40886 837: u836
40887 838: u837
40888 839: u838
40889 840: u839
40890 841: u840
40891 842: u841
40892 843: u842
40893 844: u843
40894 845: u844
40895 846: u845
40896 847: u846
40897 848: u847
40898 849: u848
40899 850: u849
40900 851: u850
40901 852: u851
40902 853: u852
40903 854: u853
40904 855: u854
40905 856: u855
40906 857: u856
40907 858: u857
40908 859: u858
40909 860: u859
40910 861: u860
40911 862: u861
40912 863: u862
40913 864: u863
40914 865: u864
40915 866: u865
40916 867: u866
40917 868: u867
40918 869: u868
40919 870: u869
40920 871: u870
40921 872: u871
40922 873: u872
40923 874: u873
40924 875: u874
40925 876: u875
40926 877: u876
40927 878: u877
40928 879: u878
40929 880: u879
40930 881: u880
40931 882: u881
40932 883: u882
40933 884: u883
40934 885: u884
40935 886: u885
40936 887: u886
40937 888: u887
40938 889: u888
40939 890: u889
40940 891: u890
40941 892: u891
40942 893: u892
40943 894: u893
40944 895: u894
40945 896: u895
40946 897: u896
40947 898: u897
40948 899: u898
40949 900: u899
40950 901: u900
40951 902: u901
40952 903: u902
40953 904: u903
40954 905: u904
40955 906: u905
40956 907: u906
40957 908: u907
40958 909: u908
40959 910: u909
40960 911: u910
40961 912: u911
40962 913: u912
40963 914: u913
40964 915: u914
40965 916: u915
40966 917: u916
40967 918: u917
40968 919: u918
40969 920: u919
40970 921: u920
40971 922: u921
40972 923: u922
40973 924: u923
40974 925: u924
40975 926: u925
40976 927: u926
40977 928: u927
40978 929: u928
40979 930: u929
40980 931: u930
40981 932: u931
40982 933: u932
40983 934: u933
40984 935: u934
40985 936: u935
40986 937: u936
40987 938: u937
40988 939: u938
40989 940: u939
40990 941: u940
40991 942: u941
40992 943: u942
40993 944: u943
40994 945: u944
40995 946: u945
40996 947: u946
40997 948: u947
40998 949: u948
40999 950: u949
41000 951: u950
41001 952: u951
41002 953: u952
41003 954: u953
41004 955: u954
41005 956: u955
41006 957: u956
41007 958: u957
41008 959: u958
41009 960: u959
41010 961: u960
41011 962: u961
41012 963: u962
41013 964: u963
41014 965: u964
41015 966: u965
41016 967: u966
41017 968: u967
41018 969: u968
41019 970: u969
41020 971: u970
41021 972: u971
41022 973: u972
41023 974: u973
41024 975: u974
41025 976: u975
41026 977: u976
41027 978: u977
41028 979: u978
41029 980: u979
41030 981: u980
41031 982: u981
41032 983: u982
41033 984: u983
41034 985: u984
41035 986: u985
41036 987: u986
41037 988: u987
41038 989: u988
41039 990: u989
41040 991: u990
41041 992: u991
41042 993: u992
41043 994: u993
41044 995: u994
41045 996: u995
41046 997: u996
41047 998: u997
41048 999: u998
41049 1000: u999
41050 1001: u1000
41051 1002: u1001
41052 1003: u1002
41053 1004: u1003
41054 1005: u1004
41055 1006: u1005
41056 1007: u1006
41057 1008: u1007
41058 1009: u1008
41059 1010: u1009
41060 1011: u1010
41061 1012: u1011
41062 1013: u1012
41063 1014: u1013
41064 1015: u1014
41065 1016: u1015
41066 1017: u1016
41067 1018: u1017
41068 1019: u1018
41069 1020: u1019
41070 1021: u1020
41071 1022: u1021
41072 1023: u1022
41073 1024: u1023
41074 1025: u1024
41075 1026: u1025
41076 1027: u1026
41077 1028: u1027
41078 1029: u1028
41079 1030: u1029
41080 1031: u1030
41081 1032: u1031
41082 1033: u1032
41083 1034: u1033
41084 1035: u1034
41085 1036: u1035
41086 1037: u1036
41087 1038: u1037
41088 1039: u1038
41089 1040: u1039
41090 1041: u1040
41091 1042: u1041
41092 1043: u1042
41093 1044: u1043
41094 1045: u1044
41095 1046: u1045
41096 1047: u1046
41097 1048: u1047
41098 1049: u1048
41099 1050: u1049
41100 1051: u1050
41101 1052: u1051
41102 1053: u1052
41103 1054: u1053
41104 1055: u1054
41105 1056: u1055
41106 1057: u1056
41107 1058: u1057
41108 1059: u1058
41109 1060: u1059
41110 1061: u1060
41111 1062: u1061
41112 1063: u1062
41113 1064: u1063
41114 1065: u1064
41115 1066: u1065
41116 1067: u1066
41117 1068: u1067
41118 1069: u1068
41119 1070: u1069
41120 1071: u1070
41121 1072: u1071
41122 1073: u1072
41123 1074: u1073
41124 1075: u1074
41125 1076: u1075
41126 1077: u1076
41127 1078: u1077
41128 1079: u1078
41129 1080: u1079
41130 1081: u1080
41131 1082: u1081
41132 1083: u1082
41133 1084: u1083
41134 1085: u1084
41135 1086: u1085
41136 1087: u1086
41137 1088: u1087
41138 1089: u1088
41139 1090: u1089
41140 1091: u1090
41141 1092: u1091
41142 1093: u1092
41143 1094: u1093
41144 1095: u1094
41145 1096: u1095
41146 1097: u1096
41147 1098: u1097
41148 1099: u1098
41149 1100: u1099
41150 1101: u1100
41151 1102: u1101
41152 1103: u1102
41153 1104: u1103
41154 1105: u1104
41155 1106: u1105
41156 1107: u1106
41157 1108: u1107
41158 1109: u1108
41159 1110: u1109
41160 1111: u1110
41161 1112: u1111
41162 1113: u1112
41163 1114: u1113
41164 1115: u1114
41165 1116: u1115
41166 1117: u1116
41167 1118: u1117
41168 1119: u1118
41169 1120: u1119
41170 1121: u1120
41171 1122: u1121
41172 1123: u1122
41173 1124: u1123
41174 1125: u1124
41175 1126: u1125
41176 1127: u1126
41177 1128: u1127
41178 1129: u1128
41179 1130: u1129
41180 1131: u1130
41181 1132: u1131
41182 1133: u1132
41183 1134: u1133
41184 1135: u1134
41185 1136: u1135
41186 1137: u1136
41187 1138: u1137
41188 1139: u1138
41189 1140: u1139
41190 1141: u1140
41191 1142: u1141
41192 1143: u1142
41193 1144: u1143
41194 1145: u1144
41195 1146: u1145
41196 1147: u1146
41197 1148: u1147
41198 1149: u1148
41199 1150: u1149
41200 1151: u1150
41201 1152: u1151
41202 1153: u1152
41203 1154: u1153
41204 1155: u1154
41205 1156: u1155
41206 1157: u1156
41207 1158: u1157
41208 1159: u1158
41209 1160: u1159
41210 1161: u1160
41211 1162: u1161
41212 1163: u1162
41213 1164: u1163
41214 1165: u1164
41215 1166: u1165
41216 1167: u1166
41217 1168: u1167
41218 1169: u1168
41219 1170: u1169
41220 1171: u1170
41221 1172: u1171
41222 1173: u1172
41223 1174: u1173
41224 1175: u1174
41225 1176: u1175
41226 1177: u1176
41227 1178: u1177
41228 1179: u1178
41229 1180: u1179
41230 1181: u1180
41231 1182: u1181
41232 1183: u1182
41233 1184: u1183
41234 1185: u1184
41235 1186: u1185
41236 1187: u1186
41237 1188: u1187
41238 1189: u1188
41239 1190: u1189
41240 1191: u1190
41241 1192: u1191
41242 1193: u1192
41243 1194: u1193
41244 1195: u1194
41245 1196: u1195
41246 1197: u1196
41247 1198: u1197
41248 1199: u1198
41249 1200: u1199
41250 1201: u1200
41251 1202: u1201
41252 1203: u1202
41253 1204: u1203
41254 1205: u1204
41255 1206: u1205
41256 1207: u1206
41257 1208: u1207
41258 1209: u1208
41259 1210: u1209
41260 1211: u1210
41261 1212: u1211
41262 1213: u1212
41263 1214: u1213
41264 1215: u1214
41265 1216: u1215
41266 1217: u1216
41267 1218: u1217
41268 1219: u1218
41269 1220: u1219
41270 1221: u1220
41271 1222: u1221
41272 1223: u1222
41273 1224: u1223
41274 1225: u1224
41275 1226: u1225
41276 1227: u1226
41277 1228: u1227
41278 1229: u1228
41279 1230: u1229
41280 1231: u1230
41281 1232: u1231
41282 1233: u1232
41283 1234: u1233
41284 1235: u1234
41285 1236: u1235
41286 1237: u1236
41287 1238: u1237
41288 1239: u1238
41289 1240: u1239
41290 1241: u1240
41291 1242: u1241
41292 1243: u1242
41293 1244: u1243
41294 1245: u1244
41295 1246: u1245
41296 1247: u1246
41297 1248: u1247
41298 1249: u1248
41299 1250: u1249
41300 1251: u1250
41301 1252: u1251
41302 1253: u1252
41303 1254: u1253
41304 1255: u1254
41305 1256: u1255
41306 1257: u1256
41307 1258: u1257
41308 1259: u1258
41309 1260: u1259
41310 1261: u1260
41311 1262: u1261
41312 1263: u1262
41313 1264: u1263
41314 1265: u1264
41315 1266: u1265
41316 1267: u1266
41317 1268: u1267
41318 1269: u1268
41319 1270: u1269
41320 1271: u1270
41321 1272: u1271
41322 1273: u1272
41323 1274: u1273
41324 1275: u1274
41325 1276: u1275
41326 1277: u1276
41327 1278: u1277
41328 1279: u1278
41329 1280: u1279
41330 1281: u1280
41331 1282: u1281
41332 1283: u1282
41333 1284: u1283
41334 1285: u1284
41335 1286: u1285
41336 1287: u1286
41337 1288: u1287
41338 1289: u1288
41339 1290: u1289
41340 1291: u1290
41341 1292: u1291
41342 1293: u1292
41343 1294: u1293
41344 1295: u1294
41345 1296: u1295
41346 1297: u1296
41347 1298: u1297
41348 1299: u1298
41349 1300: u1299
41350 1301: u1300
41351 1302: u1301
41352 1303: u1302
41353 1304: u1303
41354 1305: u1304
41355 1306: u1305
41356 1307: u1306
41357 1308: u1307
41358 1309: u1308
41359 1310: u1309
41360 1311: u1310
41361 1312: u1311
41362 1313: u1312
41363 1314: u1313
41364 1315: u1314
41365 1316: u1315
41366 1317: u1316
41367 1318: u1317
41368 1319: u1318
41369 1320: u1319
41370 1321: u1320
41371 1322: u1321
41372 1323: u1322
41373 1324: u1323
41374 1325: u1324
41375 1326: u1325
41376 1327: u1326
41377 1328: u1327
41378 1329: u1328
41379 1330: u1329
41380 1331: u1330
41381 1332: u1331
41382 1333: u1332
41383 1334: u1333
41384 1335: u1334
41385 1336: u1335
41386 1337: u1336
41387 1338: u1337
41388 1339: u1338
41389 1340: u1339
41390 1341: u1340
41391 1342: u1341
41392 1343: u1342
41393 1344: u1343
41394 1345: u1344
41395 1346: u1345
41396 1347: u1346
41397 1348: u1347
41398 1349: u1348
41399 1350: u1349
41400 1351: u1350
41401 1352: u1351
41402 1353: u1352
41403 1354: u1353
41404 1355: u1354
41405 1356: u1355
41406 1357: u1356
41407 1358: u1357
41408 1359: u1358
41409 1360: u1359
41410 1361: u1360
41411 1362: u1361
41412 1363: u1362
41413 1364: u1363
41414 1365: u1364
41415 1366: u1365
41416 1367: u1366
41417 1368: u1367
41418 1369: u1368
41419 1370: u1369
41420 1371: u1370
41421 1372: u1371
41422 1373: u1372
41423 1374: u1373
41424 1375: u1374
41425 1376: u1375
41426 1377: u1376
41427 1378: u1377
41428 1379: u1378
41429 1380: u1379
41430 1381: u1380
41431 1382: u1381
41432 1383: u1382
41433 1384: u1383
41434 1385: u1384
41435 1386: u1385
41436 1387: u1386
41437 1388: u1387
41438 1389: u1388
41439 1390: u1389
41440 1391: u1390
41441 1392: u1391
41442 1393: u1392
41443 1394: u1393
41444 1395: u1394
41445 1396: u1395
41446 1397: u1396
41447 1398: u1397
41448 1399: u1398
41449 1400: u1399
41450 1401: u1400
41451 1402: u1401
41452 1403: u1402
41453 1404: u1403
41454 1405: u1404
41455 1406: u1405
41456 1407: u1406
41457 1408: u1407
41458 1409: u1408
41459 1410: u1409
41460 1411: u1410
41461 1412: u1411
41462 1413: u1412
41463 1414: u1413
41464 1415: u1414
41465 1416: u1415
41466 1417: u1416
41467 1418: u1417
41468 1419: u1418
41469 1420: u1419
41470 1421: u1420
41471 1422: u1421
41472 1423: u1422
41473 1424: u1423
41474 1425: u1424
41475 1426: u1425
41476 1427: u1426
41477 1428: u1427
41478 1429: u1428
41479 1430: u1429
41480 1431: u1430
41481 1432: u1431
41482 1433: u1432
41483 1434: u1433
41484 1435: u1434
41485 1436: u1435
41486 1437: u1436
41487 1438: u1437
41488 1439: u1438
41489 1440: u1439
41490 1441: u1440
41491 1442: u1441
41492 1443: u1442
41493 1444: u1443
41494 1445: u1444
41495 1446: u1445
41496 1447: u1446
41497 1448: u1447
41498 1449: u1448
41499 1450: u1449
41500 1451: u1450
41501 1452: u1451
41502 1453: u1452
41503 1454: u1453
41504 1455: u1454
41505 1456: u1455
41506 1457: u1456
41507 1458: u1457
41508 1459: u1458
41509 1460: u1459
41510 1461: u1460
41511 1462: u1461
41512 1463: u1462
41513 1464: u1463
41514 1465: u1464
41515 1466: u1465
41516 1467: u1466
41517 1468: u1467
41518 1469: u1468
41519 1470: u1469
41520 1471: u1470
41521 1472: u1471
41522 1473: u1472
41523 1474: u1473
41524 1475: u1474
41525 1476: u1475
41526 1477: u1476
41527 1478: u1477
41528 1479: u1478
41529 1480: u1479
41530 1481: u1480
41531 1482: u1481
41532 1483: u1482
41533 1484: u1483
41534 1485: u1484
41535 1486: u1485
41536 1487: u1486
41537 1488: u1487
41538 1489: u1488
41539 1490: u1489
41540 1491: u1490
41541 1492: u1491
41542 1493: u1492
41543 1494: u1493
41544 1495: u1494
41545 1496: u1495
41546 1497: u1496
41547 1498: u1497
41548 1499: u1498
41549 1500: u1499
41550 1501: u1500
41551 1502: u1501
41552 1503: u1502
41553 1504: u1503
41554 1505: u1504
41555 1506: u1505
41556 1507: u1506
41557 1508: u1507
41558 1509: u1508
41559 1510: u1509
41560 1511: u1510
41561 1512: u1511
41562 1513: u1512
41563 1514: u1513
41564 1515: u1514
41565 1516: u1515
41566 1517: u1516
41567 1518: u1517
41568 1519: u1518
41569 1520: u1519
41570 1521: u1520
41571 1522: u1521
41572 1523: u1522
41573 1524: u1523
41574 1525: u1524
41575 1526: u1525
41576 1527: u1526
41577 1528: u1527
41578 1529: u1528
41579 1530: u1529
41580 1531: u1530
41581 1532: u1531
41582 1533: u1532
41583 1534: u1533
41584 1535: u1534
41585 1536: u1535
41586 1537: u1536
41587 1538: u1537
41588 1539: u1538
41589 1540: u1539
41590 1541: u1540
41591 1542: u1541
41592 1543: u1542
41593 1544: u1543
41594 1545: u1544
41595 1546: u1545
41596 1547: u1546
41597 1548: u1547
41598 1549: u1548
41599 1550: u1549
41600 1551: u1550
41601 1552: u1551
41602 1553: u1552
41603 1554: u1553
41604 1555: u1554
41605 1556: u1555
41606 1557: u1556
41607 1558: u1557
41608 1559: u1558
41609 1560: u1559
41610 1561: u1560
41611 1562: u1561
41612 1563: u1562
41613 1564: u1563
41614 1565: u1564
41615 1566: u1565
41616 1567: u1566
41617 1568: u1567
41618 1569: u1568
41619 1570: u1569
41620 1571: u1570
41621 1572: u1571
41622 1573: u1572
41623 1574: u1573
41624 1575: u1574
41625 1576: u1575
41626 1577: u1576
41627 1578: u1577
41628 1579: u1578
41629 1580: u1579
41630 1581: u1580
41631 1582: u1581
41632 1583: u1582
41633 1584: u1583
41634 1585: u1584
41635 1586: u1585
41636 1587: u1586
41637 1588: u1587
41638 1589: u1588
41639 1590: u1589
41640 1591: u1590
41641 1592: u1591
41642 1593: u1592
41643 1594: u1593
41644 1595: u1594
41645 1596: u1595
41646 1597: u1596
41647 1598: u1597
41648 1599: u1598
41649 1600: u1599
41650 1601: u1600
41651 1602: u1601
41652 1603: u1602
41653 1604: u1603
41654 1605: u1604
41655 1606: u1605
41656 1607: u1606
41657 1608: u1607
41658 1609: u1608
41659 1610: u1609
41660 1611: u1610
41661 1612: u1611
41662 1613: u1612
41663 1614: u1613
41664 1615: u1614
41665 1616: u1615
41666 1617: u1616
41667 1618: u1617
41668 1619: u1618
41669 1620: u1619
41670 1621: u1620
41671 1622: u1621
41672 1623: u1622
41673 1624: u1623
41674 1625: u1624
41675 1626: u1625
41676 1627: u1626
41677 1628: u1627
41678 1629: u1628
41679 1630: u1629
41680 1631: u1630
41681 1632: u1631
41682 1633: u1632
41683 1634: u1633
41684 1635: u1634
41685 1636: u1635
41686 1637: u1636
41687 1638: u1637
41688 1639: u1638
41689 1640: u1639
41690 1641: u1640
41691 1642: u1641
41692 1643: u1642
41693 1644: u1643
41694 1645: u1644
41695 1646: u1645
41696 1647: u1646
41697 1648: u1647
41698 1649: u1648
41699 1650: u1649
41700 1651: u1650
41701 1652: u1651
41702 1653: u1652
41703 1654: u1653
41704 1655: u1654
41705 1656: u1655
41706 1657: u1656
41707 1658: u1657
41708 1659: u1658
41709 1660: u1659
41710 1661: u1660
41711 1662: u1661
41712 1663: u1662
41713 1664: u1663
41714 1665: u1664
41715 1666: u1665
41716 1667: u1666
41717 1668: u1667
41718 1669: u1668
41719 1670: u1669
41720 1671: u1670
41721 1672: u1671
41722 1673: u1672
41723 1674: u1673
41724 1675: u1674
41725 1676: u1675
41726 1677: u1676
41727 1678: u1677
41728 1679: u1678
41729 1680: u1679
41730 1681: u1680
41731 1682: u1681
41732 1683: u1682
41733 1684: u1683
41734 1685: u1684
41735 1686: u1685
41736 1687: u1686
41737 1688: u1687
41738 1689: u1688
41739 1690: u1689
41740 1691: u1690
41741 1692: u1691
41742 1693: u1692
41743 1694: u1693
41744 1695: u1694
41745 1696: u1695
41746 1697: u1696
41747 1698: u1697
41748 1699: u1698
41749 1700: u1699
41750 1701: u1700
41751 1702: u1701
41752 1703: u1702
41753 1704: u1703
41754 1705: u1704
41755 1706: u1705
41756 1707: u1706
41757 1708: u1707
41758 1709: u1708
41759 1710: u1709
41760 1711: u1710
41761 1712: u1711
41762 1713: u1712
41763 1714: u1713
41764 1715: u1714
41765 1716: u1715
41766 1717: u1716
41767 1718: u1717
41768 1719: u1718
41769 1720: u1719
41770 1721: u1720
41771 1722: u1721
41772 1723: u1722
41773 1724: u1723
41774 1725: u1724
41775 1726: u1725
41776 1727: u1726
41777 1728: u1727
41778 1729: u1728
41779 1730: u1729
41780 1731: u1730
41781 1732: u1731
41782 1733: u1732
41783 1734: u1733
41784 1735: u1734
41785 1736: u1735
41786 1737: u1736
41787 1738: u1737
41788 1739: u1738
41789 1740: u1739
41790 1741: u1740
41791 1742: u1741
41792 1743: u1742
41793 1744: u1743
41794 1745: u1744
41795 1746: u1745
41796 1747: u1746
41797 1748: u1747
41798 1749: u1748
41799 1750: u1749
41800 1751: u1750
41801 1752: u1751
41802 1753: u1752
41803 1754: u1753
41804 1755: u1754
41805 1756: u1755
41806 1757: u1756
41807 1758: u1757
41808 1759: u1758
41809 1760: u1759
41810 1761: u1760
41811 1762: u1761
41812 1763: u1762
41813 1764: u1763
41814 1765: u1764
41815 1766: u1765
41816 1767: u1766
41817 1768: u1767
41818 1769: u1768
41819 1770: u1769
41820 1771: u1770
41821 1772: u1771
41822 1773: u1772
41823 1774: u1773
41824 1775: u1774
41825 1776: u1775
41826 1777: u1776
41827 1778: u1777
41828 1779: u1778
41829 1780: u1779
41830 1781: u1780
41831 1782: u1781
41832 1783: u1782
41833 1784: u1783
41834 1785: u1784
41835 1786: u1785
41836 1787: u1786
41837 1788: u1787
41838 1789: u1788
41839 1790: u1789
41840 1791: u1790
41841 1792: u1791
41842 1793: u1792
41843 1794: u1793
41844 1795: u1794
41845 1796: u1795
41846 1797: u1796
41847 1798: u1797
41848 1799: u1798
41849 1800: u1799
41850 1801: u1800
41851 1802: u1801
41852 1803: u1802
41853 1804: u1803
41854 1805: u1804
41855 1806: u1805
41856 1807: u1806
41857 1808: u1807
41858 1809: u1808
41859 1810: u1809
41860 1811: u1810
41861 1812: u1811
41862 1813: u1812
41863 1814: u1813
41864 1815: u1814
41865 1816: u1815
41866 1817: u1816
41867 1818: u1817
41868 1819: u1818
41869 1820: u1819
41870 1821: u1820
41871 1822: u1821
41872 1823: u1822
41873 1824: u1823
41874 1825: u1824
41875 1826: u1825
41876 1827: u1826
41877 1828: u1827
41878 1829: u1828
41879 1830: u1829
41880 1831: u1830
41881 1832: u1831
41882 1833: u1832
41883 1834: u1833
41884 1835: u1834
41885 1836: u1835
41886 1837: u1836
41887 1838: u1837
41888 1839: u1838
41889 1840: u1839
41890 1841: u1840
41891 1842: u1841
41892 1843: u1842
41893 1844: u1843
41894 1845: u1844
41895 1846: u1845
41896 1847: u1846
41897 1848: u1847
41898 1849: u1848
41899 1850: u1849
41900 1851: u1850
41901 1852: u1851
41902 1853: u1852
41903 1854: u1853
41904 1855: u1854
41905 1856: u1855
41906 1857: u1856
41907 1858: u1857
41908 1859: u1858
41909 1860: u1859
41910 1861: u1860
41911 1862: u1861
41912 1863: u1862
41913 1864: u1863
41914 1865: u1864
41915 1866: u1865
41916 1867: u1866
41917 1868: u1867
41918 1869: u1868
41919 1870: u1869
41920 1871: u1870
41921 1872: u1871
41922 1873: u1872
41923 1874: u1873
41924 1875: u1874
41925 1876: u1875
41926 1877: u1876
41927 1878: u1877
41928 1879: u1878
41929 1880: u1879
41930 1881: u1880
41931 1882: u1881
41932 1883: u1882
41933 1884: u1883
41934 1885: u1884
41935 1886: u1885
41936 1887: u1886
41937 1888: u1887
41938 1889: u1888
41939 1890: u1889
41940 1891: u1890
41941 1892: u1891
41942 1893: u1892
41943 1894: u1893
41944 1895: u1894
41945 1896: u1895
41946 1897: u1896
41947 1898: u1897
41948 1899: u1898
41949 1900: u1899
41950 1901: u1900
41951 1902: u1901
41952 1903: u1902
41953 1904: u1903
41954 1905: u1904
41955 1906: u1905
41956 1907: u1906
41957 1908: u1907
41958 1909: u1908
41959 1910: u1909
41960 1911: u1910
41961 1912: u1911
41962 1913: u1912
41963 1914: u1913
41964 1915: u1914
41965 1916: u1915
41966 1917: u1916
41967 1918: u1917
41968 1919: u1918
41969 1920: u1919
41970 1921: u1920
41971 1922: u1921
41972 1923: u1922
41973 1924: u1923
41974 1925: u1924
41975 1926: u1925
41976 1927: u1926
41977 1928: u1927
41978 1929: u1928
41979 1930: u1929
41980 1931: u1930
41981 1932: u1931
41982 1933: u1932
41983 1934: u1933
41984 1935: u1934
41985 1936: u1935
41986 1937: u1936
41987 1938: u1937
41988 1939: u1938
41989 1940: u1939
41990 1941: u1940
41991 1942: u1941
41992 1943: u1942
41993 1944: u1943
41994 1945: u1944
41995 1946: u1945
41996 1947: u1946
41997 1948: u1947
41998 1949: u1948
41999 1950: u1949
42000 1951: u1950
42001 1952: u1951
42002 1953: u1952
42003 1954: u1953
42004 1955: u1954
42005 1956: u1955
42006 1957: u1956
42007 1958: u1957
42008 1959: u1958
42009 1960: u1959
42010 1961: u1960
42011 1962: u1961
42012 1963: u1962
42013 1964: u1963
42014 1965: u1964
42015 1966: u1965
42016 1967: u1966
42017 1968: u1967
42018 1969: u1968
42019 1970: u1969
42020 1971: u1970
42021 1972: u1971
42022 1973: u1972
42023 1974: u1973
42024 1975: u1974
42025 1976: u1975
42026 1977: u1976
42027 1978: u1977
42028 1979: u1978
42029 1980: u1979
42030 1981: u1980
42031 1982: u1981
42032 1983: u1982
42033 1984: u1983
42034 1985: u1984
42035 1986: u1985
42036 1987: u1986
42037 1988: u1987
42038 1989: u1988
42039 1990: u1989
42040 1991: u1990
42041 1992: u1991
42042 1993: u1992
42043 1994: u1993
42044 1995: u1994
42045 1996: u1995
42046 1997: u1996
42047 1998: u1997
42048 1999: u1998
42049 2000: u1999
42050 - name: outputSupervisionBehavior
42051 oid: 1.3.6.1.4.1.19947.1.3.2.1.15
42052 type: gauge
42053 help: A bit field packed into an integer which define the behavior of the output
42054 channel / power supply after failures - 1.3.6.1.4.1.19947.1.3.2.1.15
42055 indexes:
42056 - labelname: outputIndex
42057 type: gauge
42058 enum_values:
42059 1: u0
42060 2: u1
42061 3: u2
42062 4: u3
42063 5: u4
42064 6: u5
42065 7: u6
42066 8: u7
42067 9: u8
42068 10: u9
42069 11: u10
42070 12: u11
42071 13: u12
42072 14: u13
42073 15: u14
42074 16: u15
42075 17: u16
42076 18: u17
42077 19: u18
42078 20: u19
42079 21: u20
42080 22: u21
42081 23: u22
42082 24: u23
42083 25: u24
42084 26: u25
42085 27: u26
42086 28: u27
42087 29: u28
42088 30: u29
42089 31: u30
42090 32: u31
42091 33: u32
42092 34: u33
42093 35: u34
42094 36: u35
42095 37: u36
42096 38: u37
42097 39: u38
42098 40: u39
42099 41: u40
42100 42: u41
42101 43: u42
42102 44: u43
42103 45: u44
42104 46: u45
42105 47: u46
42106 48: u47
42107 49: u48
42108 50: u49
42109 51: u50
42110 52: u51
42111 53: u52
42112 54: u53
42113 55: u54
42114 56: u55
42115 57: u56
42116 58: u57
42117 59: u58
42118 60: u59
42119 61: u60
42120 62: u61
42121 63: u62
42122 64: u63
42123 65: u64
42124 66: u65
42125 67: u66
42126 68: u67
42127 69: u68
42128 70: u69
42129 71: u70
42130 72: u71
42131 73: u72
42132 74: u73
42133 75: u74
42134 76: u75
42135 77: u76
42136 78: u77
42137 79: u78
42138 80: u79
42139 81: u80
42140 82: u81
42141 83: u82
42142 84: u83
42143 85: u84
42144 86: u85
42145 87: u86
42146 88: u87
42147 89: u88
42148 90: u89
42149 91: u90
42150 92: u91
42151 93: u92
42152 94: u93
42153 95: u94
42154 96: u95
42155 97: u96
42156 98: u97
42157 99: u98
42158 100: u99
42159 101: u100
42160 102: u101
42161 103: u102
42162 104: u103
42163 105: u104
42164 106: u105
42165 107: u106
42166 108: u107
42167 109: u108
42168 110: u109
42169 111: u110
42170 112: u111
42171 113: u112
42172 114: u113
42173 115: u114
42174 116: u115
42175 117: u116
42176 118: u117
42177 119: u118
42178 120: u119
42179 121: u120
42180 122: u121
42181 123: u122
42182 124: u123
42183 125: u124
42184 126: u125
42185 127: u126
42186 128: u127
42187 129: u128
42188 130: u129
42189 131: u130
42190 132: u131
42191 133: u132
42192 134: u133
42193 135: u134
42194 136: u135
42195 137: u136
42196 138: u137
42197 139: u138
42198 140: u139
42199 141: u140
42200 142: u141
42201 143: u142
42202 144: u143
42203 145: u144
42204 146: u145
42205 147: u146
42206 148: u147
42207 149: u148
42208 150: u149
42209 151: u150
42210 152: u151
42211 153: u152
42212 154: u153
42213 155: u154
42214 156: u155
42215 157: u156
42216 158: u157
42217 159: u158
42218 160: u159
42219 161: u160
42220 162: u161
42221 163: u162
42222 164: u163
42223 165: u164
42224 166: u165
42225 167: u166
42226 168: u167
42227 169: u168
42228 170: u169
42229 171: u170
42230 172: u171
42231 173: u172
42232 174: u173
42233 175: u174
42234 176: u175
42235 177: u176
42236 178: u177
42237 179: u178
42238 180: u179
42239 181: u180
42240 182: u181
42241 183: u182
42242 184: u183
42243 185: u184
42244 186: u185
42245 187: u186
42246 188: u187
42247 189: u188
42248 190: u189
42249 191: u190
42250 192: u191
42251 193: u192
42252 194: u193
42253 195: u194
42254 196: u195
42255 197: u196
42256 198: u197
42257 199: u198
42258 200: u199
42259 201: u200
42260 202: u201
42261 203: u202
42262 204: u203
42263 205: u204
42264 206: u205
42265 207: u206
42266 208: u207
42267 209: u208
42268 210: u209
42269 211: u210
42270 212: u211
42271 213: u212
42272 214: u213
42273 215: u214
42274 216: u215
42275 217: u216
42276 218: u217
42277 219: u218
42278 220: u219
42279 221: u220
42280 222: u221
42281 223: u222
42282 224: u223
42283 225: u224
42284 226: u225
42285 227: u226
42286 228: u227
42287 229: u228
42288 230: u229
42289 231: u230
42290 232: u231
42291 233: u232
42292 234: u233
42293 235: u234
42294 236: u235
42295 237: u236
42296 238: u237
42297 239: u238
42298 240: u239
42299 241: u240
42300 242: u241
42301 243: u242
42302 244: u243
42303 245: u244
42304 246: u245
42305 247: u246
42306 248: u247
42307 249: u248
42308 250: u249
42309 251: u250
42310 252: u251
42311 253: u252
42312 254: u253
42313 255: u254
42314 256: u255
42315 257: u256
42316 258: u257
42317 259: u258
42318 260: u259
42319 261: u260
42320 262: u261
42321 263: u262
42322 264: u263
42323 265: u264
42324 266: u265
42325 267: u266
42326 268: u267
42327 269: u268
42328 270: u269
42329 271: u270
42330 272: u271
42331 273: u272
42332 274: u273
42333 275: u274
42334 276: u275
42335 277: u276
42336 278: u277
42337 279: u278
42338 280: u279
42339 281: u280
42340 282: u281
42341 283: u282
42342 284: u283
42343 285: u284
42344 286: u285
42345 287: u286
42346 288: u287
42347 289: u288
42348 290: u289
42349 291: u290
42350 292: u291
42351 293: u292
42352 294: u293
42353 295: u294
42354 296: u295
42355 297: u296
42356 298: u297
42357 299: u298
42358 300: u299
42359 301: u300
42360 302: u301
42361 303: u302
42362 304: u303
42363 305: u304
42364 306: u305
42365 307: u306
42366 308: u307
42367 309: u308
42368 310: u309
42369 311: u310
42370 312: u311
42371 313: u312
42372 314: u313
42373 315: u314
42374 316: u315
42375 317: u316
42376 318: u317
42377 319: u318
42378 320: u319
42379 321: u320
42380 322: u321
42381 323: u322
42382 324: u323
42383 325: u324
42384 326: u325
42385 327: u326
42386 328: u327
42387 329: u328
42388 330: u329
42389 331: u330
42390 332: u331
42391 333: u332
42392 334: u333
42393 335: u334
42394 336: u335
42395 337: u336
42396 338: u337
42397 339: u338
42398 340: u339
42399 341: u340
42400 342: u341
42401 343: u342
42402 344: u343
42403 345: u344
42404 346: u345
42405 347: u346
42406 348: u347
42407 349: u348
42408 350: u349
42409 351: u350
42410 352: u351
42411 353: u352
42412 354: u353
42413 355: u354
42414 356: u355
42415 357: u356
42416 358: u357
42417 359: u358
42418 360: u359
42419 361: u360
42420 362: u361
42421 363: u362
42422 364: u363
42423 365: u364
42424 366: u365
42425 367: u366
42426 368: u367
42427 369: u368
42428 370: u369
42429 371: u370
42430 372: u371
42431 373: u372
42432 374: u373
42433 375: u374
42434 376: u375
42435 377: u376
42436 378: u377
42437 379: u378
42438 380: u379
42439 381: u380
42440 382: u381
42441 383: u382
42442 384: u383
42443 385: u384
42444 386: u385
42445 387: u386
42446 388: u387
42447 389: u388
42448 390: u389
42449 391: u390
42450 392: u391
42451 393: u392
42452 394: u393
42453 395: u394
42454 396: u395
42455 397: u396
42456 398: u397
42457 399: u398
42458 400: u399
42459 401: u400
42460 402: u401
42461 403: u402
42462 404: u403
42463 405: u404
42464 406: u405
42465 407: u406
42466 408: u407
42467 409: u408
42468 410: u409
42469 411: u410
42470 412: u411
42471 413: u412
42472 414: u413
42473 415: u414
42474 416: u415
42475 417: u416
42476 418: u417
42477 419: u418
42478 420: u419
42479 421: u420
42480 422: u421
42481 423: u422
42482 424: u423
42483 425: u424
42484 426: u425
42485 427: u426
42486 428: u427
42487 429: u428
42488 430: u429
42489 431: u430
42490 432: u431
42491 433: u432
42492 434: u433
42493 435: u434
42494 436: u435
42495 437: u436
42496 438: u437
42497 439: u438
42498 440: u439
42499 441: u440
42500 442: u441
42501 443: u442
42502 444: u443
42503 445: u444
42504 446: u445
42505 447: u446
42506 448: u447
42507 449: u448
42508 450: u449
42509 451: u450
42510 452: u451
42511 453: u452
42512 454: u453
42513 455: u454
42514 456: u455
42515 457: u456
42516 458: u457
42517 459: u458
42518 460: u459
42519 461: u460
42520 462: u461
42521 463: u462
42522 464: u463
42523 465: u464
42524 466: u465
42525 467: u466
42526 468: u467
42527 469: u468
42528 470: u469
42529 471: u470
42530 472: u471
42531 473: u472
42532 474: u473
42533 475: u474
42534 476: u475
42535 477: u476
42536 478: u477
42537 479: u478
42538 480: u479
42539 481: u480
42540 482: u481
42541 483: u482
42542 484: u483
42543 485: u484
42544 486: u485
42545 487: u486
42546 488: u487
42547 489: u488
42548 490: u489
42549 491: u490
42550 492: u491
42551 493: u492
42552 494: u493
42553 495: u494
42554 496: u495
42555 497: u496
42556 498: u497
42557 499: u498
42558 500: u499
42559 501: u500
42560 502: u501
42561 503: u502
42562 504: u503
42563 505: u504
42564 506: u505
42565 507: u506
42566 508: u507
42567 509: u508
42568 510: u509
42569 511: u510
42570 512: u511
42571 513: u512
42572 514: u513
42573 515: u514
42574 516: u515
42575 517: u516
42576 518: u517
42577 519: u518
42578 520: u519
42579 521: u520
42580 522: u521
42581 523: u522
42582 524: u523
42583 525: u524
42584 526: u525
42585 527: u526
42586 528: u527
42587 529: u528
42588 530: u529
42589 531: u530
42590 532: u531
42591 533: u532
42592 534: u533
42593 535: u534
42594 536: u535
42595 537: u536
42596 538: u537
42597 539: u538
42598 540: u539
42599 541: u540
42600 542: u541
42601 543: u542
42602 544: u543
42603 545: u544
42604 546: u545
42605 547: u546
42606 548: u547
42607 549: u548
42608 550: u549
42609 551: u550
42610 552: u551
42611 553: u552
42612 554: u553
42613 555: u554
42614 556: u555
42615 557: u556
42616 558: u557
42617 559: u558
42618 560: u559
42619 561: u560
42620 562: u561
42621 563: u562
42622 564: u563
42623 565: u564
42624 566: u565
42625 567: u566
42626 568: u567
42627 569: u568
42628 570: u569
42629 571: u570
42630 572: u571
42631 573: u572
42632 574: u573
42633 575: u574
42634 576: u575
42635 577: u576
42636 578: u577
42637 579: u578
42638 580: u579
42639 581: u580
42640 582: u581
42641 583: u582
42642 584: u583
42643 585: u584
42644 586: u585
42645 587: u586
42646 588: u587
42647 589: u588
42648 590: u589
42649 591: u590
42650 592: u591
42651 593: u592
42652 594: u593
42653 595: u594
42654 596: u595
42655 597: u596
42656 598: u597
42657 599: u598
42658 600: u599
42659 601: u600
42660 602: u601
42661 603: u602
42662 604: u603
42663 605: u604
42664 606: u605
42665 607: u606
42666 608: u607
42667 609: u608
42668 610: u609
42669 611: u610
42670 612: u611
42671 613: u612
42672 614: u613
42673 615: u614
42674 616: u615
42675 617: u616
42676 618: u617
42677 619: u618
42678 620: u619
42679 621: u620
42680 622: u621
42681 623: u622
42682 624: u623
42683 625: u624
42684 626: u625
42685 627: u626
42686 628: u627
42687 629: u628
42688 630: u629
42689 631: u630
42690 632: u631
42691 633: u632
42692 634: u633
42693 635: u634
42694 636: u635
42695 637: u636
42696 638: u637
42697 639: u638
42698 640: u639
42699 641: u640
42700 642: u641
42701 643: u642
42702 644: u643
42703 645: u644
42704 646: u645
42705 647: u646
42706 648: u647
42707 649: u648
42708 650: u649
42709 651: u650
42710 652: u651
42711 653: u652
42712 654: u653
42713 655: u654
42714 656: u655
42715 657: u656
42716 658: u657
42717 659: u658
42718 660: u659
42719 661: u660
42720 662: u661
42721 663: u662
42722 664: u663
42723 665: u664
42724 666: u665
42725 667: u666
42726 668: u667
42727 669: u668
42728 670: u669
42729 671: u670
42730 672: u671
42731 673: u672
42732 674: u673
42733 675: u674
42734 676: u675
42735 677: u676
42736 678: u677
42737 679: u678
42738 680: u679
42739 681: u680
42740 682: u681
42741 683: u682
42742 684: u683
42743 685: u684
42744 686: u685
42745 687: u686
42746 688: u687
42747 689: u688
42748 690: u689
42749 691: u690
42750 692: u691
42751 693: u692
42752 694: u693
42753 695: u694
42754 696: u695
42755 697: u696
42756 698: u697
42757 699: u698
42758 700: u699
42759 701: u700
42760 702: u701
42761 703: u702
42762 704: u703
42763 705: u704
42764 706: u705
42765 707: u706
42766 708: u707
42767 709: u708
42768 710: u709
42769 711: u710
42770 712: u711
42771 713: u712
42772 714: u713
42773 715: u714
42774 716: u715
42775 717: u716
42776 718: u717
42777 719: u718
42778 720: u719
42779 721: u720
42780 722: u721
42781 723: u722
42782 724: u723
42783 725: u724
42784 726: u725
42785 727: u726
42786 728: u727
42787 729: u728
42788 730: u729
42789 731: u730
42790 732: u731
42791 733: u732
42792 734: u733
42793 735: u734
42794 736: u735
42795 737: u736
42796 738: u737
42797 739: u738
42798 740: u739
42799 741: u740
42800 742: u741
42801 743: u742
42802 744: u743
42803 745: u744
42804 746: u745
42805 747: u746
42806 748: u747
42807 749: u748
42808 750: u749
42809 751: u750
42810 752: u751
42811 753: u752
42812 754: u753
42813 755: u754
42814 756: u755
42815 757: u756
42816 758: u757
42817 759: u758
42818 760: u759
42819 761: u760
42820 762: u761
42821 763: u762
42822 764: u763
42823 765: u764
42824 766: u765
42825 767: u766
42826 768: u767
42827 769: u768
42828 770: u769
42829 771: u770
42830 772: u771
42831 773: u772
42832 774: u773
42833 775: u774
42834 776: u775
42835 777: u776
42836 778: u777
42837 779: u778
42838 780: u779
42839 781: u780
42840 782: u781
42841 783: u782
42842 784: u783
42843 785: u784
42844 786: u785
42845 787: u786
42846 788: u787
42847 789: u788
42848 790: u789
42849 791: u790
42850 792: u791
42851 793: u792
42852 794: u793
42853 795: u794
42854 796: u795
42855 797: u796
42856 798: u797
42857 799: u798
42858 800: u799
42859 801: u800
42860 802: u801
42861 803: u802
42862 804: u803
42863 805: u804
42864 806: u805
42865 807: u806
42866 808: u807
42867 809: u808
42868 810: u809
42869 811: u810
42870 812: u811
42871 813: u812
42872 814: u813
42873 815: u814
42874 816: u815
42875 817: u816
42876 818: u817
42877 819: u818
42878 820: u819
42879 821: u820
42880 822: u821
42881 823: u822
42882 824: u823
42883 825: u824
42884 826: u825
42885 827: u826
42886 828: u827
42887 829: u828
42888 830: u829
42889 831: u830
42890 832: u831
42891 833: u832
42892 834: u833
42893 835: u834
42894 836: u835
42895 837: u836
42896 838: u837
42897 839: u838
42898 840: u839
42899 841: u840
42900 842: u841
42901 843: u842
42902 844: u843
42903 845: u844
42904 846: u845
42905 847: u846
42906 848: u847
42907 849: u848
42908 850: u849
42909 851: u850
42910 852: u851
42911 853: u852
42912 854: u853
42913 855: u854
42914 856: u855
42915 857: u856
42916 858: u857
42917 859: u858
42918 860: u859
42919 861: u860
42920 862: u861
42921 863: u862
42922 864: u863
42923 865: u864
42924 866: u865
42925 867: u866
42926 868: u867
42927 869: u868
42928 870: u869
42929 871: u870
42930 872: u871
42931 873: u872
42932 874: u873
42933 875: u874
42934 876: u875
42935 877: u876
42936 878: u877
42937 879: u878
42938 880: u879
42939 881: u880
42940 882: u881
42941 883: u882
42942 884: u883
42943 885: u884
42944 886: u885
42945 887: u886
42946 888: u887
42947 889: u888
42948 890: u889
42949 891: u890
42950 892: u891
42951 893: u892
42952 894: u893
42953 895: u894
42954 896: u895
42955 897: u896
42956 898: u897
42957 899: u898
42958 900: u899
42959 901: u900
42960 902: u901
42961 903: u902
42962 904: u903
42963 905: u904
42964 906: u905
42965 907: u906
42966 908: u907
42967 909: u908
42968 910: u909
42969 911: u910
42970 912: u911
42971 913: u912
42972 914: u913
42973 915: u914
42974 916: u915
42975 917: u916
42976 918: u917
42977 919: u918
42978 920: u919
42979 921: u920
42980 922: u921
42981 923: u922
42982 924: u923
42983 925: u924
42984 926: u925
42985 927: u926
42986 928: u927
42987 929: u928
42988 930: u929
42989 931: u930
42990 932: u931
42991 933: u932
42992 934: u933
42993 935: u934
42994 936: u935
42995 937: u936
42996 938: u937
42997 939: u938
42998 940: u939
42999 941: u940
43000 942: u941
43001 943: u942
43002 944: u943
43003 945: u944
43004 946: u945
43005 947: u946
43006 948: u947
43007 949: u948
43008 950: u949
43009 951: u950
43010 952: u951
43011 953: u952
43012 954: u953
43013 955: u954
43014 956: u955
43015 957: u956
43016 958: u957
43017 959: u958
43018 960: u959
43019 961: u960
43020 962: u961
43021 963: u962
43022 964: u963
43023 965: u964
43024 966: u965
43025 967: u966
43026 968: u967
43027 969: u968
43028 970: u969
43029 971: u970
43030 972: u971
43031 973: u972
43032 974: u973
43033 975: u974
43034 976: u975
43035 977: u976
43036 978: u977
43037 979: u978
43038 980: u979
43039 981: u980
43040 982: u981
43041 983: u982
43042 984: u983
43043 985: u984
43044 986: u985
43045 987: u986
43046 988: u987
43047 989: u988
43048 990: u989
43049 991: u990
43050 992: u991
43051 993: u992
43052 994: u993
43053 995: u994
43054 996: u995
43055 997: u996
43056 998: u997
43057 999: u998
43058 1000: u999
43059 1001: u1000
43060 1002: u1001
43061 1003: u1002
43062 1004: u1003
43063 1005: u1004
43064 1006: u1005
43065 1007: u1006
43066 1008: u1007
43067 1009: u1008
43068 1010: u1009
43069 1011: u1010
43070 1012: u1011
43071 1013: u1012
43072 1014: u1013
43073 1015: u1014
43074 1016: u1015
43075 1017: u1016
43076 1018: u1017
43077 1019: u1018
43078 1020: u1019
43079 1021: u1020
43080 1022: u1021
43081 1023: u1022
43082 1024: u1023
43083 1025: u1024
43084 1026: u1025
43085 1027: u1026
43086 1028: u1027
43087 1029: u1028
43088 1030: u1029
43089 1031: u1030
43090 1032: u1031
43091 1033: u1032
43092 1034: u1033
43093 1035: u1034
43094 1036: u1035
43095 1037: u1036
43096 1038: u1037
43097 1039: u1038
43098 1040: u1039
43099 1041: u1040
43100 1042: u1041
43101 1043: u1042
43102 1044: u1043
43103 1045: u1044
43104 1046: u1045
43105 1047: u1046
43106 1048: u1047
43107 1049: u1048
43108 1050: u1049
43109 1051: u1050
43110 1052: u1051
43111 1053: u1052
43112 1054: u1053
43113 1055: u1054
43114 1056: u1055
43115 1057: u1056
43116 1058: u1057
43117 1059: u1058
43118 1060: u1059
43119 1061: u1060
43120 1062: u1061
43121 1063: u1062
43122 1064: u1063
43123 1065: u1064
43124 1066: u1065
43125 1067: u1066
43126 1068: u1067
43127 1069: u1068
43128 1070: u1069
43129 1071: u1070
43130 1072: u1071
43131 1073: u1072
43132 1074: u1073
43133 1075: u1074
43134 1076: u1075
43135 1077: u1076
43136 1078: u1077
43137 1079: u1078
43138 1080: u1079
43139 1081: u1080
43140 1082: u1081
43141 1083: u1082
43142 1084: u1083
43143 1085: u1084
43144 1086: u1085
43145 1087: u1086
43146 1088: u1087
43147 1089: u1088
43148 1090: u1089
43149 1091: u1090
43150 1092: u1091
43151 1093: u1092
43152 1094: u1093
43153 1095: u1094
43154 1096: u1095
43155 1097: u1096
43156 1098: u1097
43157 1099: u1098
43158 1100: u1099
43159 1101: u1100
43160 1102: u1101
43161 1103: u1102
43162 1104: u1103
43163 1105: u1104
43164 1106: u1105
43165 1107: u1106
43166 1108: u1107
43167 1109: u1108
43168 1110: u1109
43169 1111: u1110
43170 1112: u1111
43171 1113: u1112
43172 1114: u1113
43173 1115: u1114
43174 1116: u1115
43175 1117: u1116
43176 1118: u1117
43177 1119: u1118
43178 1120: u1119
43179 1121: u1120
43180 1122: u1121
43181 1123: u1122
43182 1124: u1123
43183 1125: u1124
43184 1126: u1125
43185 1127: u1126
43186 1128: u1127
43187 1129: u1128
43188 1130: u1129
43189 1131: u1130
43190 1132: u1131
43191 1133: u1132
43192 1134: u1133
43193 1135: u1134
43194 1136: u1135
43195 1137: u1136
43196 1138: u1137
43197 1139: u1138
43198 1140: u1139
43199 1141: u1140
43200 1142: u1141
43201 1143: u1142
43202 1144: u1143
43203 1145: u1144
43204 1146: u1145
43205 1147: u1146
43206 1148: u1147
43207 1149: u1148
43208 1150: u1149
43209 1151: u1150
43210 1152: u1151
43211 1153: u1152
43212 1154: u1153
43213 1155: u1154
43214 1156: u1155
43215 1157: u1156
43216 1158: u1157
43217 1159: u1158
43218 1160: u1159
43219 1161: u1160
43220 1162: u1161
43221 1163: u1162
43222 1164: u1163
43223 1165: u1164
43224 1166: u1165
43225 1167: u1166
43226 1168: u1167
43227 1169: u1168
43228 1170: u1169
43229 1171: u1170
43230 1172: u1171
43231 1173: u1172
43232 1174: u1173
43233 1175: u1174
43234 1176: u1175
43235 1177: u1176
43236 1178: u1177
43237 1179: u1178
43238 1180: u1179
43239 1181: u1180
43240 1182: u1181
43241 1183: u1182
43242 1184: u1183
43243 1185: u1184
43244 1186: u1185
43245 1187: u1186
43246 1188: u1187
43247 1189: u1188
43248 1190: u1189
43249 1191: u1190
43250 1192: u1191
43251 1193: u1192
43252 1194: u1193
43253 1195: u1194
43254 1196: u1195
43255 1197: u1196
43256 1198: u1197
43257 1199: u1198
43258 1200: u1199
43259 1201: u1200
43260 1202: u1201
43261 1203: u1202
43262 1204: u1203
43263 1205: u1204
43264 1206: u1205
43265 1207: u1206
43266 1208: u1207
43267 1209: u1208
43268 1210: u1209
43269 1211: u1210
43270 1212: u1211
43271 1213: u1212
43272 1214: u1213
43273 1215: u1214
43274 1216: u1215
43275 1217: u1216
43276 1218: u1217
43277 1219: u1218
43278 1220: u1219
43279 1221: u1220
43280 1222: u1221
43281 1223: u1222
43282 1224: u1223
43283 1225: u1224
43284 1226: u1225
43285 1227: u1226
43286 1228: u1227
43287 1229: u1228
43288 1230: u1229
43289 1231: u1230
43290 1232: u1231
43291 1233: u1232
43292 1234: u1233
43293 1235: u1234
43294 1236: u1235
43295 1237: u1236
43296 1238: u1237
43297 1239: u1238
43298 1240: u1239
43299 1241: u1240
43300 1242: u1241
43301 1243: u1242
43302 1244: u1243
43303 1245: u1244
43304 1246: u1245
43305 1247: u1246
43306 1248: u1247
43307 1249: u1248
43308 1250: u1249
43309 1251: u1250
43310 1252: u1251
43311 1253: u1252
43312 1254: u1253
43313 1255: u1254
43314 1256: u1255
43315 1257: u1256
43316 1258: u1257
43317 1259: u1258
43318 1260: u1259
43319 1261: u1260
43320 1262: u1261
43321 1263: u1262
43322 1264: u1263
43323 1265: u1264
43324 1266: u1265
43325 1267: u1266
43326 1268: u1267
43327 1269: u1268
43328 1270: u1269
43329 1271: u1270
43330 1272: u1271
43331 1273: u1272
43332 1274: u1273
43333 1275: u1274
43334 1276: u1275
43335 1277: u1276
43336 1278: u1277
43337 1279: u1278
43338 1280: u1279
43339 1281: u1280
43340 1282: u1281
43341 1283: u1282
43342 1284: u1283
43343 1285: u1284
43344 1286: u1285
43345 1287: u1286
43346 1288: u1287
43347 1289: u1288
43348 1290: u1289
43349 1291: u1290
43350 1292: u1291
43351 1293: u1292
43352 1294: u1293
43353 1295: u1294
43354 1296: u1295
43355 1297: u1296
43356 1298: u1297
43357 1299: u1298
43358 1300: u1299
43359 1301: u1300
43360 1302: u1301
43361 1303: u1302
43362 1304: u1303
43363 1305: u1304
43364 1306: u1305
43365 1307: u1306
43366 1308: u1307
43367 1309: u1308
43368 1310: u1309
43369 1311: u1310
43370 1312: u1311
43371 1313: u1312
43372 1314: u1313
43373 1315: u1314
43374 1316: u1315
43375 1317: u1316
43376 1318: u1317
43377 1319: u1318
43378 1320: u1319
43379 1321: u1320
43380 1322: u1321
43381 1323: u1322
43382 1324: u1323
43383 1325: u1324
43384 1326: u1325
43385 1327: u1326
43386 1328: u1327
43387 1329: u1328
43388 1330: u1329
43389 1331: u1330
43390 1332: u1331
43391 1333: u1332
43392 1334: u1333
43393 1335: u1334
43394 1336: u1335
43395 1337: u1336
43396 1338: u1337
43397 1339: u1338
43398 1340: u1339
43399 1341: u1340
43400 1342: u1341
43401 1343: u1342
43402 1344: u1343
43403 1345: u1344
43404 1346: u1345
43405 1347: u1346
43406 1348: u1347
43407 1349: u1348
43408 1350: u1349
43409 1351: u1350
43410 1352: u1351
43411 1353: u1352
43412 1354: u1353
43413 1355: u1354
43414 1356: u1355
43415 1357: u1356
43416 1358: u1357
43417 1359: u1358
43418 1360: u1359
43419 1361: u1360
43420 1362: u1361
43421 1363: u1362
43422 1364: u1363
43423 1365: u1364
43424 1366: u1365
43425 1367: u1366
43426 1368: u1367
43427 1369: u1368
43428 1370: u1369
43429 1371: u1370
43430 1372: u1371
43431 1373: u1372
43432 1374: u1373
43433 1375: u1374
43434 1376: u1375
43435 1377: u1376
43436 1378: u1377
43437 1379: u1378
43438 1380: u1379
43439 1381: u1380
43440 1382: u1381
43441 1383: u1382
43442 1384: u1383
43443 1385: u1384
43444 1386: u1385
43445 1387: u1386
43446 1388: u1387
43447 1389: u1388
43448 1390: u1389
43449 1391: u1390
43450 1392: u1391
43451 1393: u1392
43452 1394: u1393
43453 1395: u1394
43454 1396: u1395
43455 1397: u1396
43456 1398: u1397
43457 1399: u1398
43458 1400: u1399
43459 1401: u1400
43460 1402: u1401
43461 1403: u1402
43462 1404: u1403
43463 1405: u1404
43464 1406: u1405
43465 1407: u1406
43466 1408: u1407
43467 1409: u1408
43468 1410: u1409
43469 1411: u1410
43470 1412: u1411
43471 1413: u1412
43472 1414: u1413
43473 1415: u1414
43474 1416: u1415
43475 1417: u1416
43476 1418: u1417
43477 1419: u1418
43478 1420: u1419
43479 1421: u1420
43480 1422: u1421
43481 1423: u1422
43482 1424: u1423
43483 1425: u1424
43484 1426: u1425
43485 1427: u1426
43486 1428: u1427
43487 1429: u1428
43488 1430: u1429
43489 1431: u1430
43490 1432: u1431
43491 1433: u1432
43492 1434: u1433
43493 1435: u1434
43494 1436: u1435
43495 1437: u1436
43496 1438: u1437
43497 1439: u1438
43498 1440: u1439
43499 1441: u1440
43500 1442: u1441
43501 1443: u1442
43502 1444: u1443
43503 1445: u1444
43504 1446: u1445
43505 1447: u1446
43506 1448: u1447
43507 1449: u1448
43508 1450: u1449
43509 1451: u1450
43510 1452: u1451
43511 1453: u1452
43512 1454: u1453
43513 1455: u1454
43514 1456: u1455
43515 1457: u1456
43516 1458: u1457
43517 1459: u1458
43518 1460: u1459
43519 1461: u1460
43520 1462: u1461
43521 1463: u1462
43522 1464: u1463
43523 1465: u1464
43524 1466: u1465
43525 1467: u1466
43526 1468: u1467
43527 1469: u1468
43528 1470: u1469
43529 1471: u1470
43530 1472: u1471
43531 1473: u1472
43532 1474: u1473
43533 1475: u1474
43534 1476: u1475
43535 1477: u1476
43536 1478: u1477
43537 1479: u1478
43538 1480: u1479
43539 1481: u1480
43540 1482: u1481
43541 1483: u1482
43542 1484: u1483
43543 1485: u1484
43544 1486: u1485
43545 1487: u1486
43546 1488: u1487
43547 1489: u1488
43548 1490: u1489
43549 1491: u1490
43550 1492: u1491
43551 1493: u1492
43552 1494: u1493
43553 1495: u1494
43554 1496: u1495
43555 1497: u1496
43556 1498: u1497
43557 1499: u1498
43558 1500: u1499
43559 1501: u1500
43560 1502: u1501
43561 1503: u1502
43562 1504: u1503
43563 1505: u1504
43564 1506: u1505
43565 1507: u1506
43566 1508: u1507
43567 1509: u1508
43568 1510: u1509
43569 1511: u1510
43570 1512: u1511
43571 1513: u1512
43572 1514: u1513
43573 1515: u1514
43574 1516: u1515
43575 1517: u1516
43576 1518: u1517
43577 1519: u1518
43578 1520: u1519
43579 1521: u1520
43580 1522: u1521
43581 1523: u1522
43582 1524: u1523
43583 1525: u1524
43584 1526: u1525
43585 1527: u1526
43586 1528: u1527
43587 1529: u1528
43588 1530: u1529
43589 1531: u1530
43590 1532: u1531
43591 1533: u1532
43592 1534: u1533
43593 1535: u1534
43594 1536: u1535
43595 1537: u1536
43596 1538: u1537
43597 1539: u1538
43598 1540: u1539
43599 1541: u1540
43600 1542: u1541
43601 1543: u1542
43602 1544: u1543
43603 1545: u1544
43604 1546: u1545
43605 1547: u1546
43606 1548: u1547
43607 1549: u1548
43608 1550: u1549
43609 1551: u1550
43610 1552: u1551
43611 1553: u1552
43612 1554: u1553
43613 1555: u1554
43614 1556: u1555
43615 1557: u1556
43616 1558: u1557
43617 1559: u1558
43618 1560: u1559
43619 1561: u1560
43620 1562: u1561
43621 1563: u1562
43622 1564: u1563
43623 1565: u1564
43624 1566: u1565
43625 1567: u1566
43626 1568: u1567
43627 1569: u1568
43628 1570: u1569
43629 1571: u1570
43630 1572: u1571
43631 1573: u1572
43632 1574: u1573
43633 1575: u1574
43634 1576: u1575
43635 1577: u1576
43636 1578: u1577
43637 1579: u1578
43638 1580: u1579
43639 1581: u1580
43640 1582: u1581
43641 1583: u1582
43642 1584: u1583
43643 1585: u1584
43644 1586: u1585
43645 1587: u1586
43646 1588: u1587
43647 1589: u1588
43648 1590: u1589
43649 1591: u1590
43650 1592: u1591
43651 1593: u1592
43652 1594: u1593
43653 1595: u1594
43654 1596: u1595
43655 1597: u1596
43656 1598: u1597
43657 1599: u1598
43658 1600: u1599
43659 1601: u1600
43660 1602: u1601
43661 1603: u1602
43662 1604: u1603
43663 1605: u1604
43664 1606: u1605
43665 1607: u1606
43666 1608: u1607
43667 1609: u1608
43668 1610: u1609
43669 1611: u1610
43670 1612: u1611
43671 1613: u1612
43672 1614: u1613
43673 1615: u1614
43674 1616: u1615
43675 1617: u1616
43676 1618: u1617
43677 1619: u1618
43678 1620: u1619
43679 1621: u1620
43680 1622: u1621
43681 1623: u1622
43682 1624: u1623
43683 1625: u1624
43684 1626: u1625
43685 1627: u1626
43686 1628: u1627
43687 1629: u1628
43688 1630: u1629
43689 1631: u1630
43690 1632: u1631
43691 1633: u1632
43692 1634: u1633
43693 1635: u1634
43694 1636: u1635
43695 1637: u1636
43696 1638: u1637
43697 1639: u1638
43698 1640: u1639
43699 1641: u1640
43700 1642: u1641
43701 1643: u1642
43702 1644: u1643
43703 1645: u1644
43704 1646: u1645
43705 1647: u1646
43706 1648: u1647
43707 1649: u1648
43708 1650: u1649
43709 1651: u1650
43710 1652: u1651
43711 1653: u1652
43712 1654: u1653
43713 1655: u1654
43714 1656: u1655
43715 1657: u1656
43716 1658: u1657
43717 1659: u1658
43718 1660: u1659
43719 1661: u1660
43720 1662: u1661
43721 1663: u1662
43722 1664: u1663
43723 1665: u1664
43724 1666: u1665
43725 1667: u1666
43726 1668: u1667
43727 1669: u1668
43728 1670: u1669
43729 1671: u1670
43730 1672: u1671
43731 1673: u1672
43732 1674: u1673
43733 1675: u1674
43734 1676: u1675
43735 1677: u1676
43736 1678: u1677
43737 1679: u1678
43738 1680: u1679
43739 1681: u1680
43740 1682: u1681
43741 1683: u1682
43742 1684: u1683
43743 1685: u1684
43744 1686: u1685
43745 1687: u1686
43746 1688: u1687
43747 1689: u1688
43748 1690: u1689
43749 1691: u1690
43750 1692: u1691
43751 1693: u1692
43752 1694: u1693
43753 1695: u1694
43754 1696: u1695
43755 1697: u1696
43756 1698: u1697
43757 1699: u1698
43758 1700: u1699
43759 1701: u1700
43760 1702: u1701
43761 1703: u1702
43762 1704: u1703
43763 1705: u1704
43764 1706: u1705
43765 1707: u1706
43766 1708: u1707
43767 1709: u1708
43768 1710: u1709
43769 1711: u1710
43770 1712: u1711
43771 1713: u1712
43772 1714: u1713
43773 1715: u1714
43774 1716: u1715
43775 1717: u1716
43776 1718: u1717
43777 1719: u1718
43778 1720: u1719
43779 1721: u1720
43780 1722: u1721
43781 1723: u1722
43782 1724: u1723
43783 1725: u1724
43784 1726: u1725
43785 1727: u1726
43786 1728: u1727
43787 1729: u1728
43788 1730: u1729
43789 1731: u1730
43790 1732: u1731
43791 1733: u1732
43792 1734: u1733
43793 1735: u1734
43794 1736: u1735
43795 1737: u1736
43796 1738: u1737
43797 1739: u1738
43798 1740: u1739
43799 1741: u1740
43800 1742: u1741
43801 1743: u1742
43802 1744: u1743
43803 1745: u1744
43804 1746: u1745
43805 1747: u1746
43806 1748: u1747
43807 1749: u1748
43808 1750: u1749
43809 1751: u1750
43810 1752: u1751
43811 1753: u1752
43812 1754: u1753
43813 1755: u1754
43814 1756: u1755
43815 1757: u1756
43816 1758: u1757
43817 1759: u1758
43818 1760: u1759
43819 1761: u1760
43820 1762: u1761
43821 1763: u1762
43822 1764: u1763
43823 1765: u1764
43824 1766: u1765
43825 1767: u1766
43826 1768: u1767
43827 1769: u1768
43828 1770: u1769
43829 1771: u1770
43830 1772: u1771
43831 1773: u1772
43832 1774: u1773
43833 1775: u1774
43834 1776: u1775
43835 1777: u1776
43836 1778: u1777
43837 1779: u1778
43838 1780: u1779
43839 1781: u1780
43840 1782: u1781
43841 1783: u1782
43842 1784: u1783
43843 1785: u1784
43844 1786: u1785
43845 1787: u1786
43846 1788: u1787
43847 1789: u1788
43848 1790: u1789
43849 1791: u1790
43850 1792: u1791
43851 1793: u1792
43852 1794: u1793
43853 1795: u1794
43854 1796: u1795
43855 1797: u1796
43856 1798: u1797
43857 1799: u1798
43858 1800: u1799
43859 1801: u1800
43860 1802: u1801
43861 1803: u1802
43862 1804: u1803
43863 1805: u1804
43864 1806: u1805
43865 1807: u1806
43866 1808: u1807
43867 1809: u1808
43868 1810: u1809
43869 1811: u1810
43870 1812: u1811
43871 1813: u1812
43872 1814: u1813
43873 1815: u1814
43874 1816: u1815
43875 1817: u1816
43876 1818: u1817
43877 1819: u1818
43878 1820: u1819
43879 1821: u1820
43880 1822: u1821
43881 1823: u1822
43882 1824: u1823
43883 1825: u1824
43884 1826: u1825
43885 1827: u1826
43886 1828: u1827
43887 1829: u1828
43888 1830: u1829
43889 1831: u1830
43890 1832: u1831
43891 1833: u1832
43892 1834: u1833
43893 1835: u1834
43894 1836: u1835
43895 1837: u1836
43896 1838: u1837
43897 1839: u1838
43898 1840: u1839
43899 1841: u1840
43900 1842: u1841
43901 1843: u1842
43902 1844: u1843
43903 1845: u1844
43904 1846: u1845
43905 1847: u1846
43906 1848: u1847
43907 1849: u1848
43908 1850: u1849
43909 1851: u1850
43910 1852: u1851
43911 1853: u1852
43912 1854: u1853
43913 1855: u1854
43914 1856: u1855
43915 1857: u1856
43916 1858: u1857
43917 1859: u1858
43918 1860: u1859
43919 1861: u1860
43920 1862: u1861
43921 1863: u1862
43922 1864: u1863
43923 1865: u1864
43924 1866: u1865
43925 1867: u1866
43926 1868: u1867
43927 1869: u1868
43928 1870: u1869
43929 1871: u1870
43930 1872: u1871
43931 1873: u1872
43932 1874: u1873
43933 1875: u1874
43934 1876: u1875
43935 1877: u1876
43936 1878: u1877
43937 1879: u1878
43938 1880: u1879
43939 1881: u1880
43940 1882: u1881
43941 1883: u1882
43942 1884: u1883
43943 1885: u1884
43944 1886: u1885
43945 1887: u1886
43946 1888: u1887
43947 1889: u1888
43948 1890: u1889
43949 1891: u1890
43950 1892: u1891
43951 1893: u1892
43952 1894: u1893
43953 1895: u1894
43954 1896: u1895
43955 1897: u1896
43956 1898: u1897
43957 1899: u1898
43958 1900: u1899
43959 1901: u1900
43960 1902: u1901
43961 1903: u1902
43962 1904: u1903
43963 1905: u1904
43964 1906: u1905
43965 1907: u1906
43966 1908: u1907
43967 1909: u1908
43968 1910: u1909
43969 1911: u1910
43970 1912: u1911
43971 1913: u1912
43972 1914: u1913
43973 1915: u1914
43974 1916: u1915
43975 1917: u1916
43976 1918: u1917
43977 1919: u1918
43978 1920: u1919
43979 1921: u1920
43980 1922: u1921
43981 1923: u1922
43982 1924: u1923
43983 1925: u1924
43984 1926: u1925
43985 1927: u1926
43986 1928: u1927
43987 1929: u1928
43988 1930: u1929
43989 1931: u1930
43990 1932: u1931
43991 1933: u1932
43992 1934: u1933
43993 1935: u1934
43994 1936: u1935
43995 1937: u1936
43996 1938: u1937
43997 1939: u1938
43998 1940: u1939
43999 1941: u1940
44000 1942: u1941
44001 1943: u1942
44002 1944: u1943
44003 1945: u1944
44004 1946: u1945
44005 1947: u1946
44006 1948: u1947
44007 1949: u1948
44008 1950: u1949
44009 1951: u1950
44010 1952: u1951
44011 1953: u1952
44012 1954: u1953
44013 1955: u1954
44014 1956: u1955
44015 1957: u1956
44016 1958: u1957
44017 1959: u1958
44018 1960: u1959
44019 1961: u1960
44020 1962: u1961
44021 1963: u1962
44022 1964: u1963
44023 1965: u1964
44024 1966: u1965
44025 1967: u1966
44026 1968: u1967
44027 1969: u1968
44028 1970: u1969
44029 1971: u1970
44030 1972: u1971
44031 1973: u1972
44032 1974: u1973
44033 1975: u1974
44034 1976: u1975
44035 1977: u1976
44036 1978: u1977
44037 1979: u1978
44038 1980: u1979
44039 1981: u1980
44040 1982: u1981
44041 1983: u1982
44042 1984: u1983
44043 1985: u1984
44044 1986: u1985
44045 1987: u1986
44046 1988: u1987
44047 1989: u1988
44048 1990: u1989
44049 1991: u1990
44050 1992: u1991
44051 1993: u1992
44052 1994: u1993
44053 1995: u1994
44054 1996: u1995
44055 1997: u1996
44056 1998: u1997
44057 1999: u1998
44058 2000: u1999
44059 - name: outputMeasurementSenseVoltage
44060 oid: 1.3.6.1.4.1.19947.1.3.2.1.5
44061 type: Float
44062 help: The measured voltage at the sense input lines. - 1.3.6.1.4.1.19947.1.3.2.1.5
44063 indexes:
44064 - labelname: outputIndex
44065 type: gauge
44066 enum_values:
44067 1: u0
44068 2: u1
44069 3: u2
44070 4: u3
44071 5: u4
44072 6: u5
44073 7: u6
44074 8: u7
44075 9: u8
44076 10: u9
44077 11: u10
44078 12: u11
44079 13: u12
44080 14: u13
44081 15: u14
44082 16: u15
44083 17: u16
44084 18: u17
44085 19: u18
44086 20: u19
44087 21: u20
44088 22: u21
44089 23: u22
44090 24: u23
44091 25: u24
44092 26: u25
44093 27: u26
44094 28: u27
44095 29: u28
44096 30: u29
44097 31: u30
44098 32: u31
44099 33: u32
44100 34: u33
44101 35: u34
44102 36: u35
44103 37: u36
44104 38: u37
44105 39: u38
44106 40: u39
44107 41: u40
44108 42: u41
44109 43: u42
44110 44: u43
44111 45: u44
44112 46: u45
44113 47: u46
44114 48: u47
44115 49: u48
44116 50: u49
44117 51: u50
44118 52: u51
44119 53: u52
44120 54: u53
44121 55: u54
44122 56: u55
44123 57: u56
44124 58: u57
44125 59: u58
44126 60: u59
44127 61: u60
44128 62: u61
44129 63: u62
44130 64: u63
44131 65: u64
44132 66: u65
44133 67: u66
44134 68: u67
44135 69: u68
44136 70: u69
44137 71: u70
44138 72: u71
44139 73: u72
44140 74: u73
44141 75: u74
44142 76: u75
44143 77: u76
44144 78: u77
44145 79: u78
44146 80: u79
44147 81: u80
44148 82: u81
44149 83: u82
44150 84: u83
44151 85: u84
44152 86: u85
44153 87: u86
44154 88: u87
44155 89: u88
44156 90: u89
44157 91: u90
44158 92: u91
44159 93: u92
44160 94: u93
44161 95: u94
44162 96: u95
44163 97: u96
44164 98: u97
44165 99: u98
44166 100: u99
44167 101: u100
44168 102: u101
44169 103: u102
44170 104: u103
44171 105: u104
44172 106: u105
44173 107: u106
44174 108: u107
44175 109: u108
44176 110: u109
44177 111: u110
44178 112: u111
44179 113: u112
44180 114: u113
44181 115: u114
44182 116: u115
44183 117: u116
44184 118: u117
44185 119: u118
44186 120: u119
44187 121: u120
44188 122: u121
44189 123: u122
44190 124: u123
44191 125: u124
44192 126: u125
44193 127: u126
44194 128: u127
44195 129: u128
44196 130: u129
44197 131: u130
44198 132: u131
44199 133: u132
44200 134: u133
44201 135: u134
44202 136: u135
44203 137: u136
44204 138: u137
44205 139: u138
44206 140: u139
44207 141: u140
44208 142: u141
44209 143: u142
44210 144: u143
44211 145: u144
44212 146: u145
44213 147: u146
44214 148: u147
44215 149: u148
44216 150: u149
44217 151: u150
44218 152: u151
44219 153: u152
44220 154: u153
44221 155: u154
44222 156: u155
44223 157: u156
44224 158: u157
44225 159: u158
44226 160: u159
44227 161: u160
44228 162: u161
44229 163: u162
44230 164: u163
44231 165: u164
44232 166: u165
44233 167: u166
44234 168: u167
44235 169: u168
44236 170: u169
44237 171: u170
44238 172: u171
44239 173: u172
44240 174: u173
44241 175: u174
44242 176: u175
44243 177: u176
44244 178: u177
44245 179: u178
44246 180: u179
44247 181: u180
44248 182: u181
44249 183: u182
44250 184: u183
44251 185: u184
44252 186: u185
44253 187: u186
44254 188: u187
44255 189: u188
44256 190: u189
44257 191: u190
44258 192: u191
44259 193: u192
44260 194: u193
44261 195: u194
44262 196: u195
44263 197: u196
44264 198: u197
44265 199: u198
44266 200: u199
44267 201: u200
44268 202: u201
44269 203: u202
44270 204: u203
44271 205: u204
44272 206: u205
44273 207: u206
44274 208: u207
44275 209: u208
44276 210: u209
44277 211: u210
44278 212: u211
44279 213: u212
44280 214: u213
44281 215: u214
44282 216: u215
44283 217: u216
44284 218: u217
44285 219: u218
44286 220: u219
44287 221: u220
44288 222: u221
44289 223: u222
44290 224: u223
44291 225: u224
44292 226: u225
44293 227: u226
44294 228: u227
44295 229: u228
44296 230: u229
44297 231: u230
44298 232: u231
44299 233: u232
44300 234: u233
44301 235: u234
44302 236: u235
44303 237: u236
44304 238: u237
44305 239: u238
44306 240: u239
44307 241: u240
44308 242: u241
44309 243: u242
44310 244: u243
44311 245: u244
44312 246: u245
44313 247: u246
44314 248: u247
44315 249: u248
44316 250: u249
44317 251: u250
44318 252: u251
44319 253: u252
44320 254: u253
44321 255: u254
44322 256: u255
44323 257: u256
44324 258: u257
44325 259: u258
44326 260: u259
44327 261: u260
44328 262: u261
44329 263: u262
44330 264: u263
44331 265: u264
44332 266: u265
44333 267: u266
44334 268: u267
44335 269: u268
44336 270: u269
44337 271: u270
44338 272: u271
44339 273: u272
44340 274: u273
44341 275: u274
44342 276: u275
44343 277: u276
44344 278: u277
44345 279: u278
44346 280: u279
44347 281: u280
44348 282: u281
44349 283: u282
44350 284: u283
44351 285: u284
44352 286: u285
44353 287: u286
44354 288: u287
44355 289: u288
44356 290: u289
44357 291: u290
44358 292: u291
44359 293: u292
44360 294: u293
44361 295: u294
44362 296: u295
44363 297: u296
44364 298: u297
44365 299: u298
44366 300: u299
44367 301: u300
44368 302: u301
44369 303: u302
44370 304: u303
44371 305: u304
44372 306: u305
44373 307: u306
44374 308: u307
44375 309: u308
44376 310: u309
44377 311: u310
44378 312: u311
44379 313: u312
44380 314: u313
44381 315: u314
44382 316: u315
44383 317: u316
44384 318: u317
44385 319: u318
44386 320: u319
44387 321: u320
44388 322: u321
44389 323: u322
44390 324: u323
44391 325: u324
44392 326: u325
44393 327: u326
44394 328: u327
44395 329: u328
44396 330: u329
44397 331: u330
44398 332: u331
44399 333: u332
44400 334: u333
44401 335: u334
44402 336: u335
44403 337: u336
44404 338: u337
44405 339: u338
44406 340: u339
44407 341: u340
44408 342: u341
44409 343: u342
44410 344: u343
44411 345: u344
44412 346: u345
44413 347: u346
44414 348: u347
44415 349: u348
44416 350: u349
44417 351: u350
44418 352: u351
44419 353: u352
44420 354: u353
44421 355: u354
44422 356: u355
44423 357: u356
44424 358: u357
44425 359: u358
44426 360: u359
44427 361: u360
44428 362: u361
44429 363: u362
44430 364: u363
44431 365: u364
44432 366: u365
44433 367: u366
44434 368: u367
44435 369: u368
44436 370: u369
44437 371: u370
44438 372: u371
44439 373: u372
44440 374: u373
44441 375: u374
44442 376: u375
44443 377: u376
44444 378: u377
44445 379: u378
44446 380: u379
44447 381: u380
44448 382: u381
44449 383: u382
44450 384: u383
44451 385: u384
44452 386: u385
44453 387: u386
44454 388: u387
44455 389: u388
44456 390: u389
44457 391: u390
44458 392: u391
44459 393: u392
44460 394: u393
44461 395: u394
44462 396: u395
44463 397: u396
44464 398: u397
44465 399: u398
44466 400: u399
44467 401: u400
44468 402: u401
44469 403: u402
44470 404: u403
44471 405: u404
44472 406: u405
44473 407: u406
44474 408: u407
44475 409: u408
44476 410: u409
44477 411: u410
44478 412: u411
44479 413: u412
44480 414: u413
44481 415: u414
44482 416: u415
44483 417: u416
44484 418: u417
44485 419: u418
44486 420: u419
44487 421: u420
44488 422: u421
44489 423: u422
44490 424: u423
44491 425: u424
44492 426: u425
44493 427: u426
44494 428: u427
44495 429: u428
44496 430: u429
44497 431: u430
44498 432: u431
44499 433: u432
44500 434: u433
44501 435: u434
44502 436: u435
44503 437: u436
44504 438: u437
44505 439: u438
44506 440: u439
44507 441: u440
44508 442: u441
44509 443: u442
44510 444: u443
44511 445: u444
44512 446: u445
44513 447: u446
44514 448: u447
44515 449: u448
44516 450: u449
44517 451: u450
44518 452: u451
44519 453: u452
44520 454: u453
44521 455: u454
44522 456: u455
44523 457: u456
44524 458: u457
44525 459: u458
44526 460: u459
44527 461: u460
44528 462: u461
44529 463: u462
44530 464: u463
44531 465: u464
44532 466: u465
44533 467: u466
44534 468: u467
44535 469: u468
44536 470: u469
44537 471: u470
44538 472: u471
44539 473: u472
44540 474: u473
44541 475: u474
44542 476: u475
44543 477: u476
44544 478: u477
44545 479: u478
44546 480: u479
44547 481: u480
44548 482: u481
44549 483: u482
44550 484: u483
44551 485: u484
44552 486: u485
44553 487: u486
44554 488: u487
44555 489: u488
44556 490: u489
44557 491: u490
44558 492: u491
44559 493: u492
44560 494: u493
44561 495: u494
44562 496: u495
44563 497: u496
44564 498: u497
44565 499: u498
44566 500: u499
44567 501: u500
44568 502: u501
44569 503: u502
44570 504: u503
44571 505: u504
44572 506: u505
44573 507: u506
44574 508: u507
44575 509: u508
44576 510: u509
44577 511: u510
44578 512: u511
44579 513: u512
44580 514: u513
44581 515: u514
44582 516: u515
44583 517: u516
44584 518: u517
44585 519: u518
44586 520: u519
44587 521: u520
44588 522: u521
44589 523: u522
44590 524: u523
44591 525: u524
44592 526: u525
44593 527: u526
44594 528: u527
44595 529: u528
44596 530: u529
44597 531: u530
44598 532: u531
44599 533: u532
44600 534: u533
44601 535: u534
44602 536: u535
44603 537: u536
44604 538: u537
44605 539: u538
44606 540: u539
44607 541: u540
44608 542: u541
44609 543: u542
44610 544: u543
44611 545: u544
44612 546: u545
44613 547: u546
44614 548: u547
44615 549: u548
44616 550: u549
44617 551: u550
44618 552: u551
44619 553: u552
44620 554: u553
44621 555: u554
44622 556: u555
44623 557: u556
44624 558: u557
44625 559: u558
44626 560: u559
44627 561: u560
44628 562: u561
44629 563: u562
44630 564: u563
44631 565: u564
44632 566: u565
44633 567: u566
44634 568: u567
44635 569: u568
44636 570: u569
44637 571: u570
44638 572: u571
44639 573: u572
44640 574: u573
44641 575: u574
44642 576: u575
44643 577: u576
44644 578: u577
44645 579: u578
44646 580: u579
44647 581: u580
44648 582: u581
44649 583: u582
44650 584: u583
44651 585: u584
44652 586: u585
44653 587: u586
44654 588: u587
44655 589: u588
44656 590: u589
44657 591: u590
44658 592: u591
44659 593: u592
44660 594: u593
44661 595: u594
44662 596: u595
44663 597: u596
44664 598: u597
44665 599: u598
44666 600: u599
44667 601: u600
44668 602: u601
44669 603: u602
44670 604: u603
44671 605: u604
44672 606: u605
44673 607: u606
44674 608: u607
44675 609: u608
44676 610: u609
44677 611: u610
44678 612: u611
44679 613: u612
44680 614: u613
44681 615: u614
44682 616: u615
44683 617: u616
44684 618: u617
44685 619: u618
44686 620: u619
44687 621: u620
44688 622: u621
44689 623: u622
44690 624: u623
44691 625: u624
44692 626: u625
44693 627: u626
44694 628: u627
44695 629: u628
44696 630: u629
44697 631: u630
44698 632: u631
44699 633: u632
44700 634: u633
44701 635: u634
44702 636: u635
44703 637: u636
44704 638: u637
44705 639: u638
44706 640: u639
44707 641: u640
44708 642: u641
44709 643: u642
44710 644: u643
44711 645: u644
44712 646: u645
44713 647: u646
44714 648: u647
44715 649: u648
44716 650: u649
44717 651: u650
44718 652: u651
44719 653: u652
44720 654: u653
44721 655: u654
44722 656: u655
44723 657: u656
44724 658: u657
44725 659: u658
44726 660: u659
44727 661: u660
44728 662: u661
44729 663: u662
44730 664: u663
44731 665: u664
44732 666: u665
44733 667: u666
44734 668: u667
44735 669: u668
44736 670: u669
44737 671: u670
44738 672: u671
44739 673: u672
44740 674: u673
44741 675: u674
44742 676: u675
44743 677: u676
44744 678: u677
44745 679: u678
44746 680: u679
44747 681: u680
44748 682: u681
44749 683: u682
44750 684: u683
44751 685: u684
44752 686: u685
44753 687: u686
44754 688: u687
44755 689: u688
44756 690: u689
44757 691: u690
44758 692: u691
44759 693: u692
44760 694: u693
44761 695: u694
44762 696: u695
44763 697: u696
44764 698: u697
44765 699: u698
44766 700: u699
44767 701: u700
44768 702: u701
44769 703: u702
44770 704: u703
44771 705: u704
44772 706: u705
44773 707: u706
44774 708: u707
44775 709: u708
44776 710: u709
44777 711: u710
44778 712: u711
44779 713: u712
44780 714: u713
44781 715: u714
44782 716: u715
44783 717: u716
44784 718: u717
44785 719: u718
44786 720: u719
44787 721: u720
44788 722: u721
44789 723: u722
44790 724: u723
44791 725: u724
44792 726: u725
44793 727: u726
44794 728: u727
44795 729: u728
44796 730: u729
44797 731: u730
44798 732: u731
44799 733: u732
44800 734: u733
44801 735: u734
44802 736: u735
44803 737: u736
44804 738: u737
44805 739: u738
44806 740: u739
44807 741: u740
44808 742: u741
44809 743: u742
44810 744: u743
44811 745: u744
44812 746: u745
44813 747: u746
44814 748: u747
44815 749: u748
44816 750: u749
44817 751: u750
44818 752: u751
44819 753: u752
44820 754: u753
44821 755: u754
44822 756: u755
44823 757: u756
44824 758: u757
44825 759: u758
44826 760: u759
44827 761: u760
44828 762: u761
44829 763: u762
44830 764: u763
44831 765: u764
44832 766: u765
44833 767: u766
44834 768: u767
44835 769: u768
44836 770: u769
44837 771: u770
44838 772: u771
44839 773: u772
44840 774: u773
44841 775: u774
44842 776: u775
44843 777: u776
44844 778: u777
44845 779: u778
44846 780: u779
44847 781: u780
44848 782: u781
44849 783: u782
44850 784: u783
44851 785: u784
44852 786: u785
44853 787: u786
44854 788: u787
44855 789: u788
44856 790: u789
44857 791: u790
44858 792: u791
44859 793: u792
44860 794: u793
44861 795: u794
44862 796: u795
44863 797: u796
44864 798: u797
44865 799: u798
44866 800: u799
44867 801: u800
44868 802: u801
44869 803: u802
44870 804: u803
44871 805: u804
44872 806: u805
44873 807: u806
44874 808: u807
44875 809: u808
44876 810: u809
44877 811: u810
44878 812: u811
44879 813: u812
44880 814: u813
44881 815: u814
44882 816: u815
44883 817: u816
44884 818: u817
44885 819: u818
44886 820: u819
44887 821: u820
44888 822: u821
44889 823: u822
44890 824: u823
44891 825: u824
44892 826: u825
44893 827: u826
44894 828: u827
44895 829: u828
44896 830: u829
44897 831: u830
44898 832: u831
44899 833: u832
44900 834: u833
44901 835: u834
44902 836: u835
44903 837: u836
44904 838: u837
44905 839: u838
44906 840: u839
44907 841: u840
44908 842: u841
44909 843: u842
44910 844: u843
44911 845: u844
44912 846: u845
44913 847: u846
44914 848: u847
44915 849: u848
44916 850: u849
44917 851: u850
44918 852: u851
44919 853: u852
44920 854: u853
44921 855: u854
44922 856: u855
44923 857: u856
44924 858: u857
44925 859: u858
44926 860: u859
44927 861: u860
44928 862: u861
44929 863: u862
44930 864: u863
44931 865: u864
44932 866: u865
44933 867: u866
44934 868: u867
44935 869: u868
44936 870: u869
44937 871: u870
44938 872: u871
44939 873: u872
44940 874: u873
44941 875: u874
44942 876: u875
44943 877: u876
44944 878: u877
44945 879: u878
44946 880: u879
44947 881: u880
44948 882: u881
44949 883: u882
44950 884: u883
44951 885: u884
44952 886: u885
44953 887: u886
44954 888: u887
44955 889: u888
44956 890: u889
44957 891: u890
44958 892: u891
44959 893: u892
44960 894: u893
44961 895: u894
44962 896: u895
44963 897: u896
44964 898: u897
44965 899: u898
44966 900: u899
44967 901: u900
44968 902: u901
44969 903: u902
44970 904: u903
44971 905: u904
44972 906: u905
44973 907: u906
44974 908: u907
44975 909: u908
44976 910: u909
44977 911: u910
44978 912: u911
44979 913: u912
44980 914: u913
44981 915: u914
44982 916: u915
44983 917: u916
44984 918: u917
44985 919: u918
44986 920: u919
44987 921: u920
44988 922: u921
44989 923: u922
44990 924: u923
44991 925: u924
44992 926: u925
44993 927: u926
44994 928: u927
44995 929: u928
44996 930: u929
44997 931: u930
44998 932: u931
44999 933: u932
45000 934: u933
45001 935: u934
45002 936: u935
45003 937: u936
45004 938: u937
45005 939: u938
45006 940: u939
45007 941: u940
45008 942: u941
45009 943: u942
45010 944: u943
45011 945: u944
45012 946: u945
45013 947: u946
45014 948: u947
45015 949: u948
45016 950: u949
45017 951: u950
45018 952: u951
45019 953: u952
45020 954: u953
45021 955: u954
45022 956: u955
45023 957: u956
45024 958: u957
45025 959: u958
45026 960: u959
45027 961: u960
45028 962: u961
45029 963: u962
45030 964: u963
45031 965: u964
45032 966: u965
45033 967: u966
45034 968: u967
45035 969: u968
45036 970: u969
45037 971: u970
45038 972: u971
45039 973: u972
45040 974: u973
45041 975: u974
45042 976: u975
45043 977: u976
45044 978: u977
45045 979: u978
45046 980: u979
45047 981: u980
45048 982: u981
45049 983: u982
45050 984: u983
45051 985: u984
45052 986: u985
45053 987: u986
45054 988: u987
45055 989: u988
45056 990: u989
45057 991: u990
45058 992: u991
45059 993: u992
45060 994: u993
45061 995: u994
45062 996: u995
45063 997: u996
45064 998: u997
45065 999: u998
45066 1000: u999
45067 1001: u1000
45068 1002: u1001
45069 1003: u1002
45070 1004: u1003
45071 1005: u1004
45072 1006: u1005
45073 1007: u1006
45074 1008: u1007
45075 1009: u1008
45076 1010: u1009
45077 1011: u1010
45078 1012: u1011
45079 1013: u1012
45080 1014: u1013
45081 1015: u1014
45082 1016: u1015
45083 1017: u1016
45084 1018: u1017
45085 1019: u1018
45086 1020: u1019
45087 1021: u1020
45088 1022: u1021
45089 1023: u1022
45090 1024: u1023
45091 1025: u1024
45092 1026: u1025
45093 1027: u1026
45094 1028: u1027
45095 1029: u1028
45096 1030: u1029
45097 1031: u1030
45098 1032: u1031
45099 1033: u1032
45100 1034: u1033
45101 1035: u1034
45102 1036: u1035
45103 1037: u1036
45104 1038: u1037
45105 1039: u1038
45106 1040: u1039
45107 1041: u1040
45108 1042: u1041
45109 1043: u1042
45110 1044: u1043
45111 1045: u1044
45112 1046: u1045
45113 1047: u1046
45114 1048: u1047
45115 1049: u1048
45116 1050: u1049
45117 1051: u1050
45118 1052: u1051
45119 1053: u1052
45120 1054: u1053
45121 1055: u1054
45122 1056: u1055
45123 1057: u1056
45124 1058: u1057
45125 1059: u1058
45126 1060: u1059
45127 1061: u1060
45128 1062: u1061
45129 1063: u1062
45130 1064: u1063
45131 1065: u1064
45132 1066: u1065
45133 1067: u1066
45134 1068: u1067
45135 1069: u1068
45136 1070: u1069
45137 1071: u1070
45138 1072: u1071
45139 1073: u1072
45140 1074: u1073
45141 1075: u1074
45142 1076: u1075
45143 1077: u1076
45144 1078: u1077
45145 1079: u1078
45146 1080: u1079
45147 1081: u1080
45148 1082: u1081
45149 1083: u1082
45150 1084: u1083
45151 1085: u1084
45152 1086: u1085
45153 1087: u1086
45154 1088: u1087
45155 1089: u1088
45156 1090: u1089
45157 1091: u1090
45158 1092: u1091
45159 1093: u1092
45160 1094: u1093
45161 1095: u1094
45162 1096: u1095
45163 1097: u1096
45164 1098: u1097
45165 1099: u1098
45166 1100: u1099
45167 1101: u1100
45168 1102: u1101
45169 1103: u1102
45170 1104: u1103
45171 1105: u1104
45172 1106: u1105
45173 1107: u1106
45174 1108: u1107
45175 1109: u1108
45176 1110: u1109
45177 1111: u1110
45178 1112: u1111
45179 1113: u1112
45180 1114: u1113
45181 1115: u1114
45182 1116: u1115
45183 1117: u1116
45184 1118: u1117
45185 1119: u1118
45186 1120: u1119
45187 1121: u1120
45188 1122: u1121
45189 1123: u1122
45190 1124: u1123
45191 1125: u1124
45192 1126: u1125
45193 1127: u1126
45194 1128: u1127
45195 1129: u1128
45196 1130: u1129
45197 1131: u1130
45198 1132: u1131
45199 1133: u1132
45200 1134: u1133
45201 1135: u1134
45202 1136: u1135
45203 1137: u1136
45204 1138: u1137
45205 1139: u1138
45206 1140: u1139
45207 1141: u1140
45208 1142: u1141
45209 1143: u1142
45210 1144: u1143
45211 1145: u1144
45212 1146: u1145
45213 1147: u1146
45214 1148: u1147
45215 1149: u1148
45216 1150: u1149
45217 1151: u1150
45218 1152: u1151
45219 1153: u1152
45220 1154: u1153
45221 1155: u1154
45222 1156: u1155
45223 1157: u1156
45224 1158: u1157
45225 1159: u1158
45226 1160: u1159
45227 1161: u1160
45228 1162: u1161
45229 1163: u1162
45230 1164: u1163
45231 1165: u1164
45232 1166: u1165
45233 1167: u1166
45234 1168: u1167
45235 1169: u1168
45236 1170: u1169
45237 1171: u1170
45238 1172: u1171
45239 1173: u1172
45240 1174: u1173
45241 1175: u1174
45242 1176: u1175
45243 1177: u1176
45244 1178: u1177
45245 1179: u1178
45246 1180: u1179
45247 1181: u1180
45248 1182: u1181
45249 1183: u1182
45250 1184: u1183
45251 1185: u1184
45252 1186: u1185
45253 1187: u1186
45254 1188: u1187
45255 1189: u1188
45256 1190: u1189
45257 1191: u1190
45258 1192: u1191
45259 1193: u1192
45260 1194: u1193
45261 1195: u1194
45262 1196: u1195
45263 1197: u1196
45264 1198: u1197
45265 1199: u1198
45266 1200: u1199
45267 1201: u1200
45268 1202: u1201
45269 1203: u1202
45270 1204: u1203
45271 1205: u1204
45272 1206: u1205
45273 1207: u1206
45274 1208: u1207
45275 1209: u1208
45276 1210: u1209
45277 1211: u1210
45278 1212: u1211
45279 1213: u1212
45280 1214: u1213
45281 1215: u1214
45282 1216: u1215
45283 1217: u1216
45284 1218: u1217
45285 1219: u1218
45286 1220: u1219
45287 1221: u1220
45288 1222: u1221
45289 1223: u1222
45290 1224: u1223
45291 1225: u1224
45292 1226: u1225
45293 1227: u1226
45294 1228: u1227
45295 1229: u1228
45296 1230: u1229
45297 1231: u1230
45298 1232: u1231
45299 1233: u1232
45300 1234: u1233
45301 1235: u1234
45302 1236: u1235
45303 1237: u1236
45304 1238: u1237
45305 1239: u1238
45306 1240: u1239
45307 1241: u1240
45308 1242: u1241
45309 1243: u1242
45310 1244: u1243
45311 1245: u1244
45312 1246: u1245
45313 1247: u1246
45314 1248: u1247
45315 1249: u1248
45316 1250: u1249
45317 1251: u1250
45318 1252: u1251
45319 1253: u1252
45320 1254: u1253
45321 1255: u1254
45322 1256: u1255
45323 1257: u1256
45324 1258: u1257
45325 1259: u1258
45326 1260: u1259
45327 1261: u1260
45328 1262: u1261
45329 1263: u1262
45330 1264: u1263
45331 1265: u1264
45332 1266: u1265
45333 1267: u1266
45334 1268: u1267
45335 1269: u1268
45336 1270: u1269
45337 1271: u1270
45338 1272: u1271
45339 1273: u1272
45340 1274: u1273
45341 1275: u1274
45342 1276: u1275
45343 1277: u1276
45344 1278: u1277
45345 1279: u1278
45346 1280: u1279
45347 1281: u1280
45348 1282: u1281
45349 1283: u1282
45350 1284: u1283
45351 1285: u1284
45352 1286: u1285
45353 1287: u1286
45354 1288: u1287
45355 1289: u1288
45356 1290: u1289
45357 1291: u1290
45358 1292: u1291
45359 1293: u1292
45360 1294: u1293
45361 1295: u1294
45362 1296: u1295
45363 1297: u1296
45364 1298: u1297
45365 1299: u1298
45366 1300: u1299
45367 1301: u1300
45368 1302: u1301
45369 1303: u1302
45370 1304: u1303
45371 1305: u1304
45372 1306: u1305
45373 1307: u1306
45374 1308: u1307
45375 1309: u1308
45376 1310: u1309
45377 1311: u1310
45378 1312: u1311
45379 1313: u1312
45380 1314: u1313
45381 1315: u1314
45382 1316: u1315
45383 1317: u1316
45384 1318: u1317
45385 1319: u1318
45386 1320: u1319
45387 1321: u1320
45388 1322: u1321
45389 1323: u1322
45390 1324: u1323
45391 1325: u1324
45392 1326: u1325
45393 1327: u1326
45394 1328: u1327
45395 1329: u1328
45396 1330: u1329
45397 1331: u1330
45398 1332: u1331
45399 1333: u1332
45400 1334: u1333
45401 1335: u1334
45402 1336: u1335
45403 1337: u1336
45404 1338: u1337
45405 1339: u1338
45406 1340: u1339
45407 1341: u1340
45408 1342: u1341
45409 1343: u1342
45410 1344: u1343
45411 1345: u1344
45412 1346: u1345
45413 1347: u1346
45414 1348: u1347
45415 1349: u1348
45416 1350: u1349
45417 1351: u1350
45418 1352: u1351
45419 1353: u1352
45420 1354: u1353
45421 1355: u1354
45422 1356: u1355
45423 1357: u1356
45424 1358: u1357
45425 1359: u1358
45426 1360: u1359
45427 1361: u1360
45428 1362: u1361
45429 1363: u1362
45430 1364: u1363
45431 1365: u1364
45432 1366: u1365
45433 1367: u1366
45434 1368: u1367
45435 1369: u1368
45436 1370: u1369
45437 1371: u1370
45438 1372: u1371
45439 1373: u1372
45440 1374: u1373
45441 1375: u1374
45442 1376: u1375
45443 1377: u1376
45444 1378: u1377
45445 1379: u1378
45446 1380: u1379
45447 1381: u1380
45448 1382: u1381
45449 1383: u1382
45450 1384: u1383
45451 1385: u1384
45452 1386: u1385
45453 1387: u1386
45454 1388: u1387
45455 1389: u1388
45456 1390: u1389
45457 1391: u1390
45458 1392: u1391
45459 1393: u1392
45460 1394: u1393
45461 1395: u1394
45462 1396: u1395
45463 1397: u1396
45464 1398: u1397
45465 1399: u1398
45466 1400: u1399
45467 1401: u1400
45468 1402: u1401
45469 1403: u1402
45470 1404: u1403
45471 1405: u1404
45472 1406: u1405
45473 1407: u1406
45474 1408: u1407
45475 1409: u1408
45476 1410: u1409
45477 1411: u1410
45478 1412: u1411
45479 1413: u1412
45480 1414: u1413
45481 1415: u1414
45482 1416: u1415
45483 1417: u1416
45484 1418: u1417
45485 1419: u1418
45486 1420: u1419
45487 1421: u1420
45488 1422: u1421
45489 1423: u1422
45490 1424: u1423
45491 1425: u1424
45492 1426: u1425
45493 1427: u1426
45494 1428: u1427
45495 1429: u1428
45496 1430: u1429
45497 1431: u1430
45498 1432: u1431
45499 1433: u1432
45500 1434: u1433
45501 1435: u1434
45502 1436: u1435
45503 1437: u1436
45504 1438: u1437
45505 1439: u1438
45506 1440: u1439
45507 1441: u1440
45508 1442: u1441
45509 1443: u1442
45510 1444: u1443
45511 1445: u1444
45512 1446: u1445
45513 1447: u1446
45514 1448: u1447
45515 1449: u1448
45516 1450: u1449
45517 1451: u1450
45518 1452: u1451
45519 1453: u1452
45520 1454: u1453
45521 1455: u1454
45522 1456: u1455
45523 1457: u1456
45524 1458: u1457
45525 1459: u1458
45526 1460: u1459
45527 1461: u1460
45528 1462: u1461
45529 1463: u1462
45530 1464: u1463
45531 1465: u1464
45532 1466: u1465
45533 1467: u1466
45534 1468: u1467
45535 1469: u1468
45536 1470: u1469
45537 1471: u1470
45538 1472: u1471
45539 1473: u1472
45540 1474: u1473
45541 1475: u1474
45542 1476: u1475
45543 1477: u1476
45544 1478: u1477
45545 1479: u1478
45546 1480: u1479
45547 1481: u1480
45548 1482: u1481
45549 1483: u1482
45550 1484: u1483
45551 1485: u1484
45552 1486: u1485
45553 1487: u1486
45554 1488: u1487
45555 1489: u1488
45556 1490: u1489
45557 1491: u1490
45558 1492: u1491
45559 1493: u1492
45560 1494: u1493
45561 1495: u1494
45562 1496: u1495
45563 1497: u1496
45564 1498: u1497
45565 1499: u1498
45566 1500: u1499
45567 1501: u1500
45568 1502: u1501
45569 1503: u1502
45570 1504: u1503
45571 1505: u1504
45572 1506: u1505
45573 1507: u1506
45574 1508: u1507
45575 1509: u1508
45576 1510: u1509
45577 1511: u1510
45578 1512: u1511
45579 1513: u1512
45580 1514: u1513
45581 1515: u1514
45582 1516: u1515
45583 1517: u1516
45584 1518: u1517
45585 1519: u1518
45586 1520: u1519
45587 1521: u1520
45588 1522: u1521
45589 1523: u1522
45590 1524: u1523
45591 1525: u1524
45592 1526: u1525
45593 1527: u1526
45594 1528: u1527
45595 1529: u1528
45596 1530: u1529
45597 1531: u1530
45598 1532: u1531
45599 1533: u1532
45600 1534: u1533
45601 1535: u1534
45602 1536: u1535
45603 1537: u1536
45604 1538: u1537
45605 1539: u1538
45606 1540: u1539
45607 1541: u1540
45608 1542: u1541
45609 1543: u1542
45610 1544: u1543
45611 1545: u1544
45612 1546: u1545
45613 1547: u1546
45614 1548: u1547
45615 1549: u1548
45616 1550: u1549
45617 1551: u1550
45618 1552: u1551
45619 1553: u1552
45620 1554: u1553
45621 1555: u1554
45622 1556: u1555
45623 1557: u1556
45624 1558: u1557
45625 1559: u1558
45626 1560: u1559
45627 1561: u1560
45628 1562: u1561
45629 1563: u1562
45630 1564: u1563
45631 1565: u1564
45632 1566: u1565
45633 1567: u1566
45634 1568: u1567
45635 1569: u1568
45636 1570: u1569
45637 1571: u1570
45638 1572: u1571
45639 1573: u1572
45640 1574: u1573
45641 1575: u1574
45642 1576: u1575
45643 1577: u1576
45644 1578: u1577
45645 1579: u1578
45646 1580: u1579
45647 1581: u1580
45648 1582: u1581
45649 1583: u1582
45650 1584: u1583
45651 1585: u1584
45652 1586: u1585
45653 1587: u1586
45654 1588: u1587
45655 1589: u1588
45656 1590: u1589
45657 1591: u1590
45658 1592: u1591
45659 1593: u1592
45660 1594: u1593
45661 1595: u1594
45662 1596: u1595
45663 1597: u1596
45664 1598: u1597
45665 1599: u1598
45666 1600: u1599
45667 1601: u1600
45668 1602: u1601
45669 1603: u1602
45670 1604: u1603
45671 1605: u1604
45672 1606: u1605
45673 1607: u1606
45674 1608: u1607
45675 1609: u1608
45676 1610: u1609
45677 1611: u1610
45678 1612: u1611
45679 1613: u1612
45680 1614: u1613
45681 1615: u1614
45682 1616: u1615
45683 1617: u1616
45684 1618: u1617
45685 1619: u1618
45686 1620: u1619
45687 1621: u1620
45688 1622: u1621
45689 1623: u1622
45690 1624: u1623
45691 1625: u1624
45692 1626: u1625
45693 1627: u1626
45694 1628: u1627
45695 1629: u1628
45696 1630: u1629
45697 1631: u1630
45698 1632: u1631
45699 1633: u1632
45700 1634: u1633
45701 1635: u1634
45702 1636: u1635
45703 1637: u1636
45704 1638: u1637
45705 1639: u1638
45706 1640: u1639
45707 1641: u1640
45708 1642: u1641
45709 1643: u1642
45710 1644: u1643
45711 1645: u1644
45712 1646: u1645
45713 1647: u1646
45714 1648: u1647
45715 1649: u1648
45716 1650: u1649
45717 1651: u1650
45718 1652: u1651
45719 1653: u1652
45720 1654: u1653
45721 1655: u1654
45722 1656: u1655
45723 1657: u1656
45724 1658: u1657
45725 1659: u1658
45726 1660: u1659
45727 1661: u1660
45728 1662: u1661
45729 1663: u1662
45730 1664: u1663
45731 1665: u1664
45732 1666: u1665
45733 1667: u1666
45734 1668: u1667
45735 1669: u1668
45736 1670: u1669
45737 1671: u1670
45738 1672: u1671
45739 1673: u1672
45740 1674: u1673
45741 1675: u1674
45742 1676: u1675
45743 1677: u1676
45744 1678: u1677
45745 1679: u1678
45746 1680: u1679
45747 1681: u1680
45748 1682: u1681
45749 1683: u1682
45750 1684: u1683
45751 1685: u1684
45752 1686: u1685
45753 1687: u1686
45754 1688: u1687
45755 1689: u1688
45756 1690: u1689
45757 1691: u1690
45758 1692: u1691
45759 1693: u1692
45760 1694: u1693
45761 1695: u1694
45762 1696: u1695
45763 1697: u1696
45764 1698: u1697
45765 1699: u1698
45766 1700: u1699
45767 1701: u1700
45768 1702: u1701
45769 1703: u1702
45770 1704: u1703
45771 1705: u1704
45772 1706: u1705
45773 1707: u1706
45774 1708: u1707
45775 1709: u1708
45776 1710: u1709
45777 1711: u1710
45778 1712: u1711
45779 1713: u1712
45780 1714: u1713
45781 1715: u1714
45782 1716: u1715
45783 1717: u1716
45784 1718: u1717
45785 1719: u1718
45786 1720: u1719
45787 1721: u1720
45788 1722: u1721
45789 1723: u1722
45790 1724: u1723
45791 1725: u1724
45792 1726: u1725
45793 1727: u1726
45794 1728: u1727
45795 1729: u1728
45796 1730: u1729
45797 1731: u1730
45798 1732: u1731
45799 1733: u1732
45800 1734: u1733
45801 1735: u1734
45802 1736: u1735
45803 1737: u1736
45804 1738: u1737
45805 1739: u1738
45806 1740: u1739
45807 1741: u1740
45808 1742: u1741
45809 1743: u1742
45810 1744: u1743
45811 1745: u1744
45812 1746: u1745
45813 1747: u1746
45814 1748: u1747
45815 1749: u1748
45816 1750: u1749
45817 1751: u1750
45818 1752: u1751
45819 1753: u1752
45820 1754: u1753
45821 1755: u1754
45822 1756: u1755
45823 1757: u1756
45824 1758: u1757
45825 1759: u1758
45826 1760: u1759
45827 1761: u1760
45828 1762: u1761
45829 1763: u1762
45830 1764: u1763
45831 1765: u1764
45832 1766: u1765
45833 1767: u1766
45834 1768: u1767
45835 1769: u1768
45836 1770: u1769
45837 1771: u1770
45838 1772: u1771
45839 1773: u1772
45840 1774: u1773
45841 1775: u1774
45842 1776: u1775
45843 1777: u1776
45844 1778: u1777
45845 1779: u1778
45846 1780: u1779
45847 1781: u1780
45848 1782: u1781
45849 1783: u1782
45850 1784: u1783
45851 1785: u1784
45852 1786: u1785
45853 1787: u1786
45854 1788: u1787
45855 1789: u1788
45856 1790: u1789
45857 1791: u1790
45858 1792: u1791
45859 1793: u1792
45860 1794: u1793
45861 1795: u1794
45862 1796: u1795
45863 1797: u1796
45864 1798: u1797
45865 1799: u1798
45866 1800: u1799
45867 1801: u1800
45868 1802: u1801
45869 1803: u1802
45870 1804: u1803
45871 1805: u1804
45872 1806: u1805
45873 1807: u1806
45874 1808: u1807
45875 1809: u1808
45876 1810: u1809
45877 1811: u1810
45878 1812: u1811
45879 1813: u1812
45880 1814: u1813
45881 1815: u1814
45882 1816: u1815
45883 1817: u1816
45884 1818: u1817
45885 1819: u1818
45886 1820: u1819
45887 1821: u1820
45888 1822: u1821
45889 1823: u1822
45890 1824: u1823
45891 1825: u1824
45892 1826: u1825
45893 1827: u1826
45894 1828: u1827
45895 1829: u1828
45896 1830: u1829
45897 1831: u1830
45898 1832: u1831
45899 1833: u1832
45900 1834: u1833
45901 1835: u1834
45902 1836: u1835
45903 1837: u1836
45904 1838: u1837
45905 1839: u1838
45906 1840: u1839
45907 1841: u1840
45908 1842: u1841
45909 1843: u1842
45910 1844: u1843
45911 1845: u1844
45912 1846: u1845
45913 1847: u1846
45914 1848: u1847
45915 1849: u1848
45916 1850: u1849
45917 1851: u1850
45918 1852: u1851
45919 1853: u1852
45920 1854: u1853
45921 1855: u1854
45922 1856: u1855
45923 1857: u1856
45924 1858: u1857
45925 1859: u1858
45926 1860: u1859
45927 1861: u1860
45928 1862: u1861
45929 1863: u1862
45930 1864: u1863
45931 1865: u1864
45932 1866: u1865
45933 1867: u1866
45934 1868: u1867
45935 1869: u1868
45936 1870: u1869
45937 1871: u1870
45938 1872: u1871
45939 1873: u1872
45940 1874: u1873
45941 1875: u1874
45942 1876: u1875
45943 1877: u1876
45944 1878: u1877
45945 1879: u1878
45946 1880: u1879
45947 1881: u1880
45948 1882: u1881
45949 1883: u1882
45950 1884: u1883
45951 1885: u1884
45952 1886: u1885
45953 1887: u1886
45954 1888: u1887
45955 1889: u1888
45956 1890: u1889
45957 1891: u1890
45958 1892: u1891
45959 1893: u1892
45960 1894: u1893
45961 1895: u1894
45962 1896: u1895
45963 1897: u1896
45964 1898: u1897
45965 1899: u1898
45966 1900: u1899
45967 1901: u1900
45968 1902: u1901
45969 1903: u1902
45970 1904: u1903
45971 1905: u1904
45972 1906: u1905
45973 1907: u1906
45974 1908: u1907
45975 1909: u1908
45976 1910: u1909
45977 1911: u1910
45978 1912: u1911
45979 1913: u1912
45980 1914: u1913
45981 1915: u1914
45982 1916: u1915
45983 1917: u1916
45984 1918: u1917
45985 1919: u1918
45986 1920: u1919
45987 1921: u1920
45988 1922: u1921
45989 1923: u1922
45990 1924: u1923
45991 1925: u1924
45992 1926: u1925
45993 1927: u1926
45994 1928: u1927
45995 1929: u1928
45996 1930: u1929
45997 1931: u1930
45998 1932: u1931
45999 1933: u1932
46000 1934: u1933
46001 1935: u1934
46002 1936: u1935
46003 1937: u1936
46004 1938: u1937
46005 1939: u1938
46006 1940: u1939
46007 1941: u1940
46008 1942: u1941
46009 1943: u1942
46010 1944: u1943
46011 1945: u1944
46012 1946: u1945
46013 1947: u1946
46014 1948: u1947
46015 1949: u1948
46016 1950: u1949
46017 1951: u1950
46018 1952: u1951
46019 1953: u1952
46020 1954: u1953
46021 1955: u1954
46022 1956: u1955
46023 1957: u1956
46024 1958: u1957
46025 1959: u1958
46026 1960: u1959
46027 1961: u1960
46028 1962: u1961
46029 1963: u1962
46030 1964: u1963
46031 1965: u1964
46032 1966: u1965
46033 1967: u1966
46034 1968: u1967
46035 1969: u1968
46036 1970: u1969
46037 1971: u1970
46038 1972: u1971
46039 1973: u1972
46040 1974: u1973
46041 1975: u1974
46042 1976: u1975
46043 1977: u1976
46044 1978: u1977
46045 1979: u1978
46046 1980: u1979
46047 1981: u1980
46048 1982: u1981
46049 1983: u1982
46050 1984: u1983
46051 1985: u1984
46052 1986: u1985
46053 1987: u1986
46054 1988: u1987
46055 1989: u1988
46056 1990: u1989
46057 1991: u1990
46058 1992: u1991
46059 1993: u1992
46060 1994: u1993
46061 1995: u1994
46062 1996: u1995
46063 1997: u1996
46064 1998: u1997
46065 1999: u1998
46066 2000: u1999
46067 - name: outputMeasurementTerminalVoltage
46068 oid: 1.3.6.1.4.1.19947.1.3.2.1.6
46069 type: Float
46070 help: The measured voltage at the output terminals. - 1.3.6.1.4.1.19947.1.3.2.1.6
46071 indexes:
46072 - labelname: outputIndex
46073 type: gauge
46074 enum_values:
46075 1: u0
46076 2: u1
46077 3: u2
46078 4: u3
46079 5: u4
46080 6: u5
46081 7: u6
46082 8: u7
46083 9: u8
46084 10: u9
46085 11: u10
46086 12: u11
46087 13: u12
46088 14: u13
46089 15: u14
46090 16: u15
46091 17: u16
46092 18: u17
46093 19: u18
46094 20: u19
46095 21: u20
46096 22: u21
46097 23: u22
46098 24: u23
46099 25: u24
46100 26: u25
46101 27: u26
46102 28: u27
46103 29: u28
46104 30: u29
46105 31: u30
46106 32: u31
46107 33: u32
46108 34: u33
46109 35: u34
46110 36: u35
46111 37: u36
46112 38: u37
46113 39: u38
46114 40: u39
46115 41: u40
46116 42: u41
46117 43: u42
46118 44: u43
46119 45: u44
46120 46: u45
46121 47: u46
46122 48: u47
46123 49: u48
46124 50: u49
46125 51: u50
46126 52: u51
46127 53: u52
46128 54: u53
46129 55: u54
46130 56: u55
46131 57: u56
46132 58: u57
46133 59: u58
46134 60: u59
46135 61: u60
46136 62: u61
46137 63: u62
46138 64: u63
46139 65: u64
46140 66: u65
46141 67: u66
46142 68: u67
46143 69: u68
46144 70: u69
46145 71: u70
46146 72: u71
46147 73: u72
46148 74: u73
46149 75: u74
46150 76: u75
46151 77: u76
46152 78: u77
46153 79: u78
46154 80: u79
46155 81: u80
46156 82: u81
46157 83: u82
46158 84: u83
46159 85: u84
46160 86: u85
46161 87: u86
46162 88: u87
46163 89: u88
46164 90: u89
46165 91: u90
46166 92: u91
46167 93: u92
46168 94: u93
46169 95: u94
46170 96: u95
46171 97: u96
46172 98: u97
46173 99: u98
46174 100: u99
46175 101: u100
46176 102: u101
46177 103: u102
46178 104: u103
46179 105: u104
46180 106: u105
46181 107: u106
46182 108: u107
46183 109: u108
46184 110: u109
46185 111: u110
46186 112: u111
46187 113: u112
46188 114: u113
46189 115: u114
46190 116: u115
46191 117: u116
46192 118: u117
46193 119: u118
46194 120: u119
46195 121: u120
46196 122: u121
46197 123: u122
46198 124: u123
46199 125: u124
46200 126: u125
46201 127: u126
46202 128: u127
46203 129: u128
46204 130: u129
46205 131: u130
46206 132: u131
46207 133: u132
46208 134: u133
46209 135: u134
46210 136: u135
46211 137: u136
46212 138: u137
46213 139: u138
46214 140: u139
46215 141: u140
46216 142: u141
46217 143: u142
46218 144: u143
46219 145: u144
46220 146: u145
46221 147: u146
46222 148: u147
46223 149: u148
46224 150: u149
46225 151: u150
46226 152: u151
46227 153: u152
46228 154: u153
46229 155: u154
46230 156: u155
46231 157: u156
46232 158: u157
46233 159: u158
46234 160: u159
46235 161: u160
46236 162: u161
46237 163: u162
46238 164: u163
46239 165: u164
46240 166: u165
46241 167: u166
46242 168: u167
46243 169: u168
46244 170: u169
46245 171: u170
46246 172: u171
46247 173: u172
46248 174: u173
46249 175: u174
46250 176: u175
46251 177: u176
46252 178: u177
46253 179: u178
46254 180: u179
46255 181: u180
46256 182: u181
46257 183: u182
46258 184: u183
46259 185: u184
46260 186: u185
46261 187: u186
46262 188: u187
46263 189: u188
46264 190: u189
46265 191: u190
46266 192: u191
46267 193: u192
46268 194: u193
46269 195: u194
46270 196: u195
46271 197: u196
46272 198: u197
46273 199: u198
46274 200: u199
46275 201: u200
46276 202: u201
46277 203: u202
46278 204: u203
46279 205: u204
46280 206: u205
46281 207: u206
46282 208: u207
46283 209: u208
46284 210: u209
46285 211: u210
46286 212: u211
46287 213: u212
46288 214: u213
46289 215: u214
46290 216: u215
46291 217: u216
46292 218: u217
46293 219: u218
46294 220: u219
46295 221: u220
46296 222: u221
46297 223: u222
46298 224: u223
46299 225: u224
46300 226: u225
46301 227: u226
46302 228: u227
46303 229: u228
46304 230: u229
46305 231: u230
46306 232: u231
46307 233: u232
46308 234: u233
46309 235: u234
46310 236: u235
46311 237: u236
46312 238: u237
46313 239: u238
46314 240: u239
46315 241: u240
46316 242: u241
46317 243: u242
46318 244: u243
46319 245: u244
46320 246: u245
46321 247: u246
46322 248: u247
46323 249: u248
46324 250: u249
46325 251: u250
46326 252: u251
46327 253: u252
46328 254: u253
46329 255: u254
46330 256: u255
46331 257: u256
46332 258: u257
46333 259: u258
46334 260: u259
46335 261: u260
46336 262: u261
46337 263: u262
46338 264: u263
46339 265: u264
46340 266: u265
46341 267: u266
46342 268: u267
46343 269: u268
46344 270: u269
46345 271: u270
46346 272: u271
46347 273: u272
46348 274: u273
46349 275: u274
46350 276: u275
46351 277: u276
46352 278: u277
46353 279: u278
46354 280: u279
46355 281: u280
46356 282: u281
46357 283: u282
46358 284: u283
46359 285: u284
46360 286: u285
46361 287: u286
46362 288: u287
46363 289: u288
46364 290: u289
46365 291: u290
46366 292: u291
46367 293: u292
46368 294: u293
46369 295: u294
46370 296: u295
46371 297: u296
46372 298: u297
46373 299: u298
46374 300: u299
46375 301: u300
46376 302: u301
46377 303: u302
46378 304: u303
46379 305: u304
46380 306: u305
46381 307: u306
46382 308: u307
46383 309: u308
46384 310: u309
46385 311: u310
46386 312: u311
46387 313: u312
46388 314: u313
46389 315: u314
46390 316: u315
46391 317: u316
46392 318: u317
46393 319: u318
46394 320: u319
46395 321: u320
46396 322: u321
46397 323: u322
46398 324: u323
46399 325: u324
46400 326: u325
46401 327: u326
46402 328: u327
46403 329: u328
46404 330: u329
46405 331: u330
46406 332: u331
46407 333: u332
46408 334: u333
46409 335: u334
46410 336: u335
46411 337: u336
46412 338: u337
46413 339: u338
46414 340: u339
46415 341: u340
46416 342: u341
46417 343: u342
46418 344: u343
46419 345: u344
46420 346: u345
46421 347: u346
46422 348: u347
46423 349: u348
46424 350: u349
46425 351: u350
46426 352: u351
46427 353: u352
46428 354: u353
46429 355: u354
46430 356: u355
46431 357: u356
46432 358: u357
46433 359: u358
46434 360: u359
46435 361: u360
46436 362: u361
46437 363: u362
46438 364: u363
46439 365: u364
46440 366: u365
46441 367: u366
46442 368: u367
46443 369: u368
46444 370: u369
46445 371: u370
46446 372: u371
46447 373: u372
46448 374: u373
46449 375: u374
46450 376: u375
46451 377: u376
46452 378: u377
46453 379: u378
46454 380: u379
46455 381: u380
46456 382: u381
46457 383: u382
46458 384: u383
46459 385: u384
46460 386: u385
46461 387: u386
46462 388: u387
46463 389: u388
46464 390: u389
46465 391: u390
46466 392: u391
46467 393: u392
46468 394: u393
46469 395: u394
46470 396: u395
46471 397: u396
46472 398: u397
46473 399: u398
46474 400: u399
46475 401: u400
46476 402: u401
46477 403: u402
46478 404: u403
46479 405: u404
46480 406: u405
46481 407: u406
46482 408: u407
46483 409: u408
46484 410: u409
46485 411: u410
46486 412: u411
46487 413: u412
46488 414: u413
46489 415: u414
46490 416: u415
46491 417: u416
46492 418: u417
46493 419: u418
46494 420: u419
46495 421: u420
46496 422: u421
46497 423: u422
46498 424: u423
46499 425: u424
46500 426: u425
46501 427: u426
46502 428: u427
46503 429: u428
46504 430: u429
46505 431: u430
46506 432: u431
46507 433: u432
46508 434: u433
46509 435: u434
46510 436: u435
46511 437: u436
46512 438: u437
46513 439: u438
46514 440: u439
46515 441: u440
46516 442: u441
46517 443: u442
46518 444: u443
46519 445: u444
46520 446: u445
46521 447: u446
46522 448: u447
46523 449: u448
46524 450: u449
46525 451: u450
46526 452: u451
46527 453: u452
46528 454: u453
46529 455: u454
46530 456: u455
46531 457: u456
46532 458: u457
46533 459: u458
46534 460: u459
46535 461: u460
46536 462: u461
46537 463: u462
46538 464: u463
46539 465: u464
46540 466: u465
46541 467: u466
46542 468: u467
46543 469: u468
46544 470: u469
46545 471: u470
46546 472: u471
46547 473: u472
46548 474: u473
46549 475: u474
46550 476: u475
46551 477: u476
46552 478: u477
46553 479: u478
46554 480: u479
46555 481: u480
46556 482: u481
46557 483: u482
46558 484: u483
46559 485: u484
46560 486: u485
46561 487: u486
46562 488: u487
46563 489: u488
46564 490: u489
46565 491: u490
46566 492: u491
46567 493: u492
46568 494: u493
46569 495: u494
46570 496: u495
46571 497: u496
46572 498: u497
46573 499: u498
46574 500: u499
46575 501: u500
46576 502: u501
46577 503: u502
46578 504: u503
46579 505: u504
46580 506: u505
46581 507: u506
46582 508: u507
46583 509: u508
46584 510: u509
46585 511: u510
46586 512: u511
46587 513: u512
46588 514: u513
46589 515: u514
46590 516: u515
46591 517: u516
46592 518: u517
46593 519: u518
46594 520: u519
46595 521: u520
46596 522: u521
46597 523: u522
46598 524: u523
46599 525: u524
46600 526: u525
46601 527: u526
46602 528: u527
46603 529: u528
46604 530: u529
46605 531: u530
46606 532: u531
46607 533: u532
46608 534: u533
46609 535: u534
46610 536: u535
46611 537: u536
46612 538: u537
46613 539: u538
46614 540: u539
46615 541: u540
46616 542: u541
46617 543: u542
46618 544: u543
46619 545: u544
46620 546: u545
46621 547: u546
46622 548: u547
46623 549: u548
46624 550: u549
46625 551: u550
46626 552: u551
46627 553: u552
46628 554: u553
46629 555: u554
46630 556: u555
46631 557: u556
46632 558: u557
46633 559: u558
46634 560: u559
46635 561: u560
46636 562: u561
46637 563: u562
46638 564: u563
46639 565: u564
46640 566: u565
46641 567: u566
46642 568: u567
46643 569: u568
46644 570: u569
46645 571: u570
46646 572: u571
46647 573: u572
46648 574: u573
46649 575: u574
46650 576: u575
46651 577: u576
46652 578: u577
46653 579: u578
46654 580: u579
46655 581: u580
46656 582: u581
46657 583: u582
46658 584: u583
46659 585: u584
46660 586: u585
46661 587: u586
46662 588: u587
46663 589: u588
46664 590: u589
46665 591: u590
46666 592: u591
46667 593: u592
46668 594: u593
46669 595: u594
46670 596: u595
46671 597: u596
46672 598: u597
46673 599: u598
46674 600: u599
46675 601: u600
46676 602: u601
46677 603: u602
46678 604: u603
46679 605: u604
46680 606: u605
46681 607: u606
46682 608: u607
46683 609: u608
46684 610: u609
46685 611: u610
46686 612: u611
46687 613: u612
46688 614: u613
46689 615: u614
46690 616: u615
46691 617: u616
46692 618: u617
46693 619: u618
46694 620: u619
46695 621: u620
46696 622: u621
46697 623: u622
46698 624: u623
46699 625: u624
46700 626: u625
46701 627: u626
46702 628: u627
46703 629: u628
46704 630: u629
46705 631: u630
46706 632: u631
46707 633: u632
46708 634: u633
46709 635: u634
46710 636: u635
46711 637: u636
46712 638: u637
46713 639: u638
46714 640: u639
46715 641: u640
46716 642: u641
46717 643: u642
46718 644: u643
46719 645: u644
46720 646: u645
46721 647: u646
46722 648: u647
46723 649: u648
46724 650: u649
46725 651: u650
46726 652: u651
46727 653: u652
46728 654: u653
46729 655: u654
46730 656: u655
46731 657: u656
46732 658: u657
46733 659: u658
46734 660: u659
46735 661: u660
46736 662: u661
46737 663: u662
46738 664: u663
46739 665: u664
46740 666: u665
46741 667: u666
46742 668: u667
46743 669: u668
46744 670: u669
46745 671: u670
46746 672: u671
46747 673: u672
46748 674: u673
46749 675: u674
46750 676: u675
46751 677: u676
46752 678: u677
46753 679: u678
46754 680: u679
46755 681: u680
46756 682: u681
46757 683: u682
46758 684: u683
46759 685: u684
46760 686: u685
46761 687: u686
46762 688: u687
46763 689: u688
46764 690: u689
46765 691: u690
46766 692: u691
46767 693: u692
46768 694: u693
46769 695: u694
46770 696: u695
46771 697: u696
46772 698: u697
46773 699: u698
46774 700: u699
46775 701: u700
46776 702: u701
46777 703: u702
46778 704: u703
46779 705: u704
46780 706: u705
46781 707: u706
46782 708: u707
46783 709: u708
46784 710: u709
46785 711: u710
46786 712: u711
46787 713: u712
46788 714: u713
46789 715: u714
46790 716: u715
46791 717: u716
46792 718: u717
46793 719: u718
46794 720: u719
46795 721: u720
46796 722: u721
46797 723: u722
46798 724: u723
46799 725: u724
46800 726: u725
46801 727: u726
46802 728: u727
46803 729: u728
46804 730: u729
46805 731: u730
46806 732: u731
46807 733: u732
46808 734: u733
46809 735: u734
46810 736: u735
46811 737: u736
46812 738: u737
46813 739: u738
46814 740: u739
46815 741: u740
46816 742: u741
46817 743: u742
46818 744: u743
46819 745: u744
46820 746: u745
46821 747: u746
46822 748: u747
46823 749: u748
46824 750: u749
46825 751: u750
46826 752: u751
46827 753: u752
46828 754: u753
46829 755: u754
46830 756: u755
46831 757: u756
46832 758: u757
46833 759: u758
46834 760: u759
46835 761: u760
46836 762: u761
46837 763: u762
46838 764: u763
46839 765: u764
46840 766: u765
46841 767: u766
46842 768: u767
46843 769: u768
46844 770: u769
46845 771: u770
46846 772: u771
46847 773: u772
46848 774: u773
46849 775: u774
46850 776: u775
46851 777: u776
46852 778: u777
46853 779: u778
46854 780: u779
46855 781: u780
46856 782: u781
46857 783: u782
46858 784: u783
46859 785: u784
46860 786: u785
46861 787: u786
46862 788: u787
46863 789: u788
46864 790: u789
46865 791: u790
46866 792: u791
46867 793: u792
46868 794: u793
46869 795: u794
46870 796: u795
46871 797: u796
46872 798: u797
46873 799: u798
46874 800: u799
46875 801: u800
46876 802: u801
46877 803: u802
46878 804: u803
46879 805: u804
46880 806: u805
46881 807: u806
46882 808: u807
46883 809: u808
46884 810: u809
46885 811: u810
46886 812: u811
46887 813: u812
46888 814: u813
46889 815: u814
46890 816: u815
46891 817: u816
46892 818: u817
46893 819: u818
46894 820: u819
46895 821: u820
46896 822: u821
46897 823: u822
46898 824: u823
46899 825: u824
46900 826: u825
46901 827: u826
46902 828: u827
46903 829: u828
46904 830: u829
46905 831: u830
46906 832: u831
46907 833: u832
46908 834: u833
46909 835: u834
46910 836: u835
46911 837: u836
46912 838: u837
46913 839: u838
46914 840: u839
46915 841: u840
46916 842: u841
46917 843: u842
46918 844: u843
46919 845: u844
46920 846: u845
46921 847: u846
46922 848: u847
46923 849: u848
46924 850: u849
46925 851: u850
46926 852: u851
46927 853: u852
46928 854: u853
46929 855: u854
46930 856: u855
46931 857: u856
46932 858: u857
46933 859: u858
46934 860: u859
46935 861: u860
46936 862: u861
46937 863: u862
46938 864: u863
46939 865: u864
46940 866: u865
46941 867: u866
46942 868: u867
46943 869: u868
46944 870: u869
46945 871: u870
46946 872: u871
46947 873: u872
46948 874: u873
46949 875: u874
46950 876: u875
46951 877: u876
46952 878: u877
46953 879: u878
46954 880: u879
46955 881: u880
46956 882: u881
46957 883: u882
46958 884: u883
46959 885: u884
46960 886: u885
46961 887: u886
46962 888: u887
46963 889: u888
46964 890: u889
46965 891: u890
46966 892: u891
46967 893: u892
46968 894: u893
46969 895: u894
46970 896: u895
46971 897: u896
46972 898: u897
46973 899: u898
46974 900: u899
46975 901: u900
46976 902: u901
46977 903: u902
46978 904: u903
46979 905: u904
46980 906: u905
46981 907: u906
46982 908: u907
46983 909: u908
46984 910: u909
46985 911: u910
46986 912: u911
46987 913: u912
46988 914: u913
46989 915: u914
46990 916: u915
46991 917: u916
46992 918: u917
46993 919: u918
46994 920: u919
46995 921: u920
46996 922: u921
46997 923: u922
46998 924: u923
46999 925: u924
47000 926: u925
47001 927: u926
47002 928: u927
47003 929: u928
47004 930: u929
47005 931: u930
47006 932: u931
47007 933: u932
47008 934: u933
47009 935: u934
47010 936: u935
47011 937: u936
47012 938: u937
47013 939: u938
47014 940: u939
47015 941: u940
47016 942: u941
47017 943: u942
47018 944: u943
47019 945: u944
47020 946: u945
47021 947: u946
47022 948: u947
47023 949: u948
47024 950: u949
47025 951: u950
47026 952: u951
47027 953: u952
47028 954: u953
47029 955: u954
47030 956: u955
47031 957: u956
47032 958: u957
47033 959: u958
47034 960: u959
47035 961: u960
47036 962: u961
47037 963: u962
47038 964: u963
47039 965: u964
47040 966: u965
47041 967: u966
47042 968: u967
47043 969: u968
47044 970: u969
47045 971: u970
47046 972: u971
47047 973: u972
47048 974: u973
47049 975: u974
47050 976: u975
47051 977: u976
47052 978: u977
47053 979: u978
47054 980: u979
47055 981: u980
47056 982: u981
47057 983: u982
47058 984: u983
47059 985: u984
47060 986: u985
47061 987: u986
47062 988: u987
47063 989: u988
47064 990: u989
47065 991: u990
47066 992: u991
47067 993: u992
47068 994: u993
47069 995: u994
47070 996: u995
47071 997: u996
47072 998: u997
47073 999: u998
47074 1000: u999
47075 1001: u1000
47076 1002: u1001
47077 1003: u1002
47078 1004: u1003
47079 1005: u1004
47080 1006: u1005
47081 1007: u1006
47082 1008: u1007
47083 1009: u1008
47084 1010: u1009
47085 1011: u1010
47086 1012: u1011
47087 1013: u1012
47088 1014: u1013
47089 1015: u1014
47090 1016: u1015
47091 1017: u1016
47092 1018: u1017
47093 1019: u1018
47094 1020: u1019
47095 1021: u1020
47096 1022: u1021
47097 1023: u1022
47098 1024: u1023
47099 1025: u1024
47100 1026: u1025
47101 1027: u1026
47102 1028: u1027
47103 1029: u1028
47104 1030: u1029
47105 1031: u1030
47106 1032: u1031
47107 1033: u1032
47108 1034: u1033
47109 1035: u1034
47110 1036: u1035
47111 1037: u1036
47112 1038: u1037
47113 1039: u1038
47114 1040: u1039
47115 1041: u1040
47116 1042: u1041
47117 1043: u1042
47118 1044: u1043
47119 1045: u1044
47120 1046: u1045
47121 1047: u1046
47122 1048: u1047
47123 1049: u1048
47124 1050: u1049
47125 1051: u1050
47126 1052: u1051
47127 1053: u1052
47128 1054: u1053
47129 1055: u1054
47130 1056: u1055
47131 1057: u1056
47132 1058: u1057
47133 1059: u1058
47134 1060: u1059
47135 1061: u1060
47136 1062: u1061
47137 1063: u1062
47138 1064: u1063
47139 1065: u1064
47140 1066: u1065
47141 1067: u1066
47142 1068: u1067
47143 1069: u1068
47144 1070: u1069
47145 1071: u1070
47146 1072: u1071
47147 1073: u1072
47148 1074: u1073
47149 1075: u1074
47150 1076: u1075
47151 1077: u1076
47152 1078: u1077
47153 1079: u1078
47154 1080: u1079
47155 1081: u1080
47156 1082: u1081
47157 1083: u1082
47158 1084: u1083
47159 1085: u1084
47160 1086: u1085
47161 1087: u1086
47162 1088: u1087
47163 1089: u1088
47164 1090: u1089
47165 1091: u1090
47166 1092: u1091
47167 1093: u1092
47168 1094: u1093
47169 1095: u1094
47170 1096: u1095
47171 1097: u1096
47172 1098: u1097
47173 1099: u1098
47174 1100: u1099
47175 1101: u1100
47176 1102: u1101
47177 1103: u1102
47178 1104: u1103
47179 1105: u1104
47180 1106: u1105
47181 1107: u1106
47182 1108: u1107
47183 1109: u1108
47184 1110: u1109
47185 1111: u1110
47186 1112: u1111
47187 1113: u1112
47188 1114: u1113
47189 1115: u1114
47190 1116: u1115
47191 1117: u1116
47192 1118: u1117
47193 1119: u1118
47194 1120: u1119
47195 1121: u1120
47196 1122: u1121
47197 1123: u1122
47198 1124: u1123
47199 1125: u1124
47200 1126: u1125
47201 1127: u1126
47202 1128: u1127
47203 1129: u1128
47204 1130: u1129
47205 1131: u1130
47206 1132: u1131
47207 1133: u1132
47208 1134: u1133
47209 1135: u1134
47210 1136: u1135
47211 1137: u1136
47212 1138: u1137
47213 1139: u1138
47214 1140: u1139
47215 1141: u1140
47216 1142: u1141
47217 1143: u1142
47218 1144: u1143
47219 1145: u1144
47220 1146: u1145
47221 1147: u1146
47222 1148: u1147
47223 1149: u1148
47224 1150: u1149
47225 1151: u1150
47226 1152: u1151
47227 1153: u1152
47228 1154: u1153
47229 1155: u1154
47230 1156: u1155
47231 1157: u1156
47232 1158: u1157
47233 1159: u1158
47234 1160: u1159
47235 1161: u1160
47236 1162: u1161
47237 1163: u1162
47238 1164: u1163
47239 1165: u1164
47240 1166: u1165
47241 1167: u1166
47242 1168: u1167
47243 1169: u1168
47244 1170: u1169
47245 1171: u1170
47246 1172: u1171
47247 1173: u1172
47248 1174: u1173
47249 1175: u1174
47250 1176: u1175
47251 1177: u1176
47252 1178: u1177
47253 1179: u1178
47254 1180: u1179
47255 1181: u1180
47256 1182: u1181
47257 1183: u1182
47258 1184: u1183
47259 1185: u1184
47260 1186: u1185
47261 1187: u1186
47262 1188: u1187
47263 1189: u1188
47264 1190: u1189
47265 1191: u1190
47266 1192: u1191
47267 1193: u1192
47268 1194: u1193
47269 1195: u1194
47270 1196: u1195
47271 1197: u1196
47272 1198: u1197
47273 1199: u1198
47274 1200: u1199
47275 1201: u1200
47276 1202: u1201
47277 1203: u1202
47278 1204: u1203
47279 1205: u1204
47280 1206: u1205
47281 1207: u1206
47282 1208: u1207
47283 1209: u1208
47284 1210: u1209
47285 1211: u1210
47286 1212: u1211
47287 1213: u1212
47288 1214: u1213
47289 1215: u1214
47290 1216: u1215
47291 1217: u1216
47292 1218: u1217
47293 1219: u1218
47294 1220: u1219
47295 1221: u1220
47296 1222: u1221
47297 1223: u1222
47298 1224: u1223
47299 1225: u1224
47300 1226: u1225
47301 1227: u1226
47302 1228: u1227
47303 1229: u1228
47304 1230: u1229
47305 1231: u1230
47306 1232: u1231
47307 1233: u1232
47308 1234: u1233
47309 1235: u1234
47310 1236: u1235
47311 1237: u1236
47312 1238: u1237
47313 1239: u1238
47314 1240: u1239
47315 1241: u1240
47316 1242: u1241
47317 1243: u1242
47318 1244: u1243
47319 1245: u1244
47320 1246: u1245
47321 1247: u1246
47322 1248: u1247
47323 1249: u1248
47324 1250: u1249
47325 1251: u1250
47326 1252: u1251
47327 1253: u1252
47328 1254: u1253
47329 1255: u1254
47330 1256: u1255
47331 1257: u1256
47332 1258: u1257
47333 1259: u1258
47334 1260: u1259
47335 1261: u1260
47336 1262: u1261
47337 1263: u1262
47338 1264: u1263
47339 1265: u1264
47340 1266: u1265
47341 1267: u1266
47342 1268: u1267
47343 1269: u1268
47344 1270: u1269
47345 1271: u1270
47346 1272: u1271
47347 1273: u1272
47348 1274: u1273
47349 1275: u1274
47350 1276: u1275
47351 1277: u1276
47352 1278: u1277
47353 1279: u1278
47354 1280: u1279
47355 1281: u1280
47356 1282: u1281
47357 1283: u1282
47358 1284: u1283
47359 1285: u1284
47360 1286: u1285
47361 1287: u1286
47362 1288: u1287
47363 1289: u1288
47364 1290: u1289
47365 1291: u1290
47366 1292: u1291
47367 1293: u1292
47368 1294: u1293
47369 1295: u1294
47370 1296: u1295
47371 1297: u1296
47372 1298: u1297
47373 1299: u1298
47374 1300: u1299
47375 1301: u1300
47376 1302: u1301
47377 1303: u1302
47378 1304: u1303
47379 1305: u1304
47380 1306: u1305
47381 1307: u1306
47382 1308: u1307
47383 1309: u1308
47384 1310: u1309
47385 1311: u1310
47386 1312: u1311
47387 1313: u1312
47388 1314: u1313
47389 1315: u1314
47390 1316: u1315
47391 1317: u1316
47392 1318: u1317
47393 1319: u1318
47394 1320: u1319
47395 1321: u1320
47396 1322: u1321
47397 1323: u1322
47398 1324: u1323
47399 1325: u1324
47400 1326: u1325
47401 1327: u1326
47402 1328: u1327
47403 1329: u1328
47404 1330: u1329
47405 1331: u1330
47406 1332: u1331
47407 1333: u1332
47408 1334: u1333
47409 1335: u1334
47410 1336: u1335
47411 1337: u1336
47412 1338: u1337
47413 1339: u1338
47414 1340: u1339
47415 1341: u1340
47416 1342: u1341
47417 1343: u1342
47418 1344: u1343
47419 1345: u1344
47420 1346: u1345
47421 1347: u1346
47422 1348: u1347
47423 1349: u1348
47424 1350: u1349
47425 1351: u1350
47426 1352: u1351
47427 1353: u1352
47428 1354: u1353
47429 1355: u1354
47430 1356: u1355
47431 1357: u1356
47432 1358: u1357
47433 1359: u1358
47434 1360: u1359
47435 1361: u1360
47436 1362: u1361
47437 1363: u1362
47438 1364: u1363
47439 1365: u1364
47440 1366: u1365
47441 1367: u1366
47442 1368: u1367
47443 1369: u1368
47444 1370: u1369
47445 1371: u1370
47446 1372: u1371
47447 1373: u1372
47448 1374: u1373
47449 1375: u1374
47450 1376: u1375
47451 1377: u1376
47452 1378: u1377
47453 1379: u1378
47454 1380: u1379
47455 1381: u1380
47456 1382: u1381
47457 1383: u1382
47458 1384: u1383
47459 1385: u1384
47460 1386: u1385
47461 1387: u1386
47462 1388: u1387
47463 1389: u1388
47464 1390: u1389
47465 1391: u1390
47466 1392: u1391
47467 1393: u1392
47468 1394: u1393
47469 1395: u1394
47470 1396: u1395
47471 1397: u1396
47472 1398: u1397
47473 1399: u1398
47474 1400: u1399
47475 1401: u1400
47476 1402: u1401
47477 1403: u1402
47478 1404: u1403
47479 1405: u1404
47480 1406: u1405
47481 1407: u1406
47482 1408: u1407
47483 1409: u1408
47484 1410: u1409
47485 1411: u1410
47486 1412: u1411
47487 1413: u1412
47488 1414: u1413
47489 1415: u1414
47490 1416: u1415
47491 1417: u1416
47492 1418: u1417
47493 1419: u1418
47494 1420: u1419
47495 1421: u1420
47496 1422: u1421
47497 1423: u1422
47498 1424: u1423
47499 1425: u1424
47500 1426: u1425
47501 1427: u1426
47502 1428: u1427
47503 1429: u1428
47504 1430: u1429
47505 1431: u1430
47506 1432: u1431
47507 1433: u1432
47508 1434: u1433
47509 1435: u1434
47510 1436: u1435
47511 1437: u1436
47512 1438: u1437
47513 1439: u1438
47514 1440: u1439
47515 1441: u1440
47516 1442: u1441
47517 1443: u1442
47518 1444: u1443
47519 1445: u1444
47520 1446: u1445
47521 1447: u1446
47522 1448: u1447
47523 1449: u1448
47524 1450: u1449
47525 1451: u1450
47526 1452: u1451
47527 1453: u1452
47528 1454: u1453
47529 1455: u1454
47530 1456: u1455
47531 1457: u1456
47532 1458: u1457
47533 1459: u1458
47534 1460: u1459
47535 1461: u1460
47536 1462: u1461
47537 1463: u1462
47538 1464: u1463
47539 1465: u1464
47540 1466: u1465
47541 1467: u1466
47542 1468: u1467
47543 1469: u1468
47544 1470: u1469
47545 1471: u1470
47546 1472: u1471
47547 1473: u1472
47548 1474: u1473
47549 1475: u1474
47550 1476: u1475
47551 1477: u1476
47552 1478: u1477
47553 1479: u1478
47554 1480: u1479
47555 1481: u1480
47556 1482: u1481
47557 1483: u1482
47558 1484: u1483
47559 1485: u1484
47560 1486: u1485
47561 1487: u1486
47562 1488: u1487
47563 1489: u1488
47564 1490: u1489
47565 1491: u1490
47566 1492: u1491
47567 1493: u1492
47568 1494: u1493
47569 1495: u1494
47570 1496: u1495
47571 1497: u1496
47572 1498: u1497
47573 1499: u1498
47574 1500: u1499
47575 1501: u1500
47576 1502: u1501
47577 1503: u1502
47578 1504: u1503
47579 1505: u1504
47580 1506: u1505
47581 1507: u1506
47582 1508: u1507
47583 1509: u1508
47584 1510: u1509
47585 1511: u1510
47586 1512: u1511
47587 1513: u1512
47588 1514: u1513
47589 1515: u1514
47590 1516: u1515
47591 1517: u1516
47592 1518: u1517
47593 1519: u1518
47594 1520: u1519
47595 1521: u1520
47596 1522: u1521
47597 1523: u1522
47598 1524: u1523
47599 1525: u1524
47600 1526: u1525
47601 1527: u1526
47602 1528: u1527
47603 1529: u1528
47604 1530: u1529
47605 1531: u1530
47606 1532: u1531
47607 1533: u1532
47608 1534: u1533
47609 1535: u1534
47610 1536: u1535
47611 1537: u1536
47612 1538: u1537
47613 1539: u1538
47614 1540: u1539
47615 1541: u1540
47616 1542: u1541
47617 1543: u1542
47618 1544: u1543
47619 1545: u1544
47620 1546: u1545
47621 1547: u1546
47622 1548: u1547
47623 1549: u1548
47624 1550: u1549
47625 1551: u1550
47626 1552: u1551
47627 1553: u1552
47628 1554: u1553
47629 1555: u1554
47630 1556: u1555
47631 1557: u1556
47632 1558: u1557
47633 1559: u1558
47634 1560: u1559
47635 1561: u1560
47636 1562: u1561
47637 1563: u1562
47638 1564: u1563
47639 1565: u1564
47640 1566: u1565
47641 1567: u1566
47642 1568: u1567
47643 1569: u1568
47644 1570: u1569
47645 1571: u1570
47646 1572: u1571
47647 1573: u1572
47648 1574: u1573
47649 1575: u1574
47650 1576: u1575
47651 1577: u1576
47652 1578: u1577
47653 1579: u1578
47654 1580: u1579
47655 1581: u1580
47656 1582: u1581
47657 1583: u1582
47658 1584: u1583
47659 1585: u1584
47660 1586: u1585
47661 1587: u1586
47662 1588: u1587
47663 1589: u1588
47664 1590: u1589
47665 1591: u1590
47666 1592: u1591
47667 1593: u1592
47668 1594: u1593
47669 1595: u1594
47670 1596: u1595
47671 1597: u1596
47672 1598: u1597
47673 1599: u1598
47674 1600: u1599
47675 1601: u1600
47676 1602: u1601
47677 1603: u1602
47678 1604: u1603
47679 1605: u1604
47680 1606: u1605
47681 1607: u1606
47682 1608: u1607
47683 1609: u1608
47684 1610: u1609
47685 1611: u1610
47686 1612: u1611
47687 1613: u1612
47688 1614: u1613
47689 1615: u1614
47690 1616: u1615
47691 1617: u1616
47692 1618: u1617
47693 1619: u1618
47694 1620: u1619
47695 1621: u1620
47696 1622: u1621
47697 1623: u1622
47698 1624: u1623
47699 1625: u1624
47700 1626: u1625
47701 1627: u1626
47702 1628: u1627
47703 1629: u1628
47704 1630: u1629
47705 1631: u1630
47706 1632: u1631
47707 1633: u1632
47708 1634: u1633
47709 1635: u1634
47710 1636: u1635
47711 1637: u1636
47712 1638: u1637
47713 1639: u1638
47714 1640: u1639
47715 1641: u1640
47716 1642: u1641
47717 1643: u1642
47718 1644: u1643
47719 1645: u1644
47720 1646: u1645
47721 1647: u1646
47722 1648: u1647
47723 1649: u1648
47724 1650: u1649
47725 1651: u1650
47726 1652: u1651
47727 1653: u1652
47728 1654: u1653
47729 1655: u1654
47730 1656: u1655
47731 1657: u1656
47732 1658: u1657
47733 1659: u1658
47734 1660: u1659
47735 1661: u1660
47736 1662: u1661
47737 1663: u1662
47738 1664: u1663
47739 1665: u1664
47740 1666: u1665
47741 1667: u1666
47742 1668: u1667
47743 1669: u1668
47744 1670: u1669
47745 1671: u1670
47746 1672: u1671
47747 1673: u1672
47748 1674: u1673
47749 1675: u1674
47750 1676: u1675
47751 1677: u1676
47752 1678: u1677
47753 1679: u1678
47754 1680: u1679
47755 1681: u1680
47756 1682: u1681
47757 1683: u1682
47758 1684: u1683
47759 1685: u1684
47760 1686: u1685
47761 1687: u1686
47762 1688: u1687
47763 1689: u1688
47764 1690: u1689
47765 1691: u1690
47766 1692: u1691
47767 1693: u1692
47768 1694: u1693
47769 1695: u1694
47770 1696: u1695
47771 1697: u1696
47772 1698: u1697
47773 1699: u1698
47774 1700: u1699
47775 1701: u1700
47776 1702: u1701
47777 1703: u1702
47778 1704: u1703
47779 1705: u1704
47780 1706: u1705
47781 1707: u1706
47782 1708: u1707
47783 1709: u1708
47784 1710: u1709
47785 1711: u1710
47786 1712: u1711
47787 1713: u1712
47788 1714: u1713
47789 1715: u1714
47790 1716: u1715
47791 1717: u1716
47792 1718: u1717
47793 1719: u1718
47794 1720: u1719
47795 1721: u1720
47796 1722: u1721
47797 1723: u1722
47798 1724: u1723
47799 1725: u1724
47800 1726: u1725
47801 1727: u1726
47802 1728: u1727
47803 1729: u1728
47804 1730: u1729
47805 1731: u1730
47806 1732: u1731
47807 1733: u1732
47808 1734: u1733
47809 1735: u1734
47810 1736: u1735
47811 1737: u1736
47812 1738: u1737
47813 1739: u1738
47814 1740: u1739
47815 1741: u1740
47816 1742: u1741
47817 1743: u1742
47818 1744: u1743
47819 1745: u1744
47820 1746: u1745
47821 1747: u1746
47822 1748: u1747
47823 1749: u1748
47824 1750: u1749
47825 1751: u1750
47826 1752: u1751
47827 1753: u1752
47828 1754: u1753
47829 1755: u1754
47830 1756: u1755
47831 1757: u1756
47832 1758: u1757
47833 1759: u1758
47834 1760: u1759
47835 1761: u1760
47836 1762: u1761
47837 1763: u1762
47838 1764: u1763
47839 1765: u1764
47840 1766: u1765
47841 1767: u1766
47842 1768: u1767
47843 1769: u1768
47844 1770: u1769
47845 1771: u1770
47846 1772: u1771
47847 1773: u1772
47848 1774: u1773
47849 1775: u1774
47850 1776: u1775
47851 1777: u1776
47852 1778: u1777
47853 1779: u1778
47854 1780: u1779
47855 1781: u1780
47856 1782: u1781
47857 1783: u1782
47858 1784: u1783
47859 1785: u1784
47860 1786: u1785
47861 1787: u1786
47862 1788: u1787
47863 1789: u1788
47864 1790: u1789
47865 1791: u1790
47866 1792: u1791
47867 1793: u1792
47868 1794: u1793
47869 1795: u1794
47870 1796: u1795
47871 1797: u1796
47872 1798: u1797
47873 1799: u1798
47874 1800: u1799
47875 1801: u1800
47876 1802: u1801
47877 1803: u1802
47878 1804: u1803
47879 1805: u1804
47880 1806: u1805
47881 1807: u1806
47882 1808: u1807
47883 1809: u1808
47884 1810: u1809
47885 1811: u1810
47886 1812: u1811
47887 1813: u1812
47888 1814: u1813
47889 1815: u1814
47890 1816: u1815
47891 1817: u1816
47892 1818: u1817
47893 1819: u1818
47894 1820: u1819
47895 1821: u1820
47896 1822: u1821
47897 1823: u1822
47898 1824: u1823
47899 1825: u1824
47900 1826: u1825
47901 1827: u1826
47902 1828: u1827
47903 1829: u1828
47904 1830: u1829
47905 1831: u1830
47906 1832: u1831
47907 1833: u1832
47908 1834: u1833
47909 1835: u1834
47910 1836: u1835
47911 1837: u1836
47912 1838: u1837
47913 1839: u1838
47914 1840: u1839
47915 1841: u1840
47916 1842: u1841
47917 1843: u1842
47918 1844: u1843
47919 1845: u1844
47920 1846: u1845
47921 1847: u1846
47922 1848: u1847
47923 1849: u1848
47924 1850: u1849
47925 1851: u1850
47926 1852: u1851
47927 1853: u1852
47928 1854: u1853
47929 1855: u1854
47930 1856: u1855
47931 1857: u1856
47932 1858: u1857
47933 1859: u1858
47934 1860: u1859
47935 1861: u1860
47936 1862: u1861
47937 1863: u1862
47938 1864: u1863
47939 1865: u1864
47940 1866: u1865
47941 1867: u1866
47942 1868: u1867
47943 1869: u1868
47944 1870: u1869
47945 1871: u1870
47946 1872: u1871
47947 1873: u1872
47948 1874: u1873
47949 1875: u1874
47950 1876: u1875
47951 1877: u1876
47952 1878: u1877
47953 1879: u1878
47954 1880: u1879
47955 1881: u1880
47956 1882: u1881
47957 1883: u1882
47958 1884: u1883
47959 1885: u1884
47960 1886: u1885
47961 1887: u1886
47962 1888: u1887
47963 1889: u1888
47964 1890: u1889
47965 1891: u1890
47966 1892: u1891
47967 1893: u1892
47968 1894: u1893
47969 1895: u1894
47970 1896: u1895
47971 1897: u1896
47972 1898: u1897
47973 1899: u1898
47974 1900: u1899
47975 1901: u1900
47976 1902: u1901
47977 1903: u1902
47978 1904: u1903
47979 1905: u1904
47980 1906: u1905
47981 1907: u1906
47982 1908: u1907
47983 1909: u1908
47984 1910: u1909
47985 1911: u1910
47986 1912: u1911
47987 1913: u1912
47988 1914: u1913
47989 1915: u1914
47990 1916: u1915
47991 1917: u1916
47992 1918: u1917
47993 1919: u1918
47994 1920: u1919
47995 1921: u1920
47996 1922: u1921
47997 1923: u1922
47998 1924: u1923
47999 1925: u1924
48000 1926: u1925
48001 1927: u1926
48002 1928: u1927
48003 1929: u1928
48004 1930: u1929
48005 1931: u1930
48006 1932: u1931
48007 1933: u1932
48008 1934: u1933
48009 1935: u1934
48010 1936: u1935
48011 1937: u1936
48012 1938: u1937
48013 1939: u1938
48014 1940: u1939
48015 1941: u1940
48016 1942: u1941
48017 1943: u1942
48018 1944: u1943
48019 1945: u1944
48020 1946: u1945
48021 1947: u1946
48022 1948: u1947
48023 1949: u1948
48024 1950: u1949
48025 1951: u1950
48026 1952: u1951
48027 1953: u1952
48028 1954: u1953
48029 1955: u1954
48030 1956: u1955
48031 1957: u1956
48032 1958: u1957
48033 1959: u1958
48034 1960: u1959
48035 1961: u1960
48036 1962: u1961
48037 1963: u1962
48038 1964: u1963
48039 1965: u1964
48040 1966: u1965
48041 1967: u1966
48042 1968: u1967
48043 1969: u1968
48044 1970: u1969
48045 1971: u1970
48046 1972: u1971
48047 1973: u1972
48048 1974: u1973
48049 1975: u1974
48050 1976: u1975
48051 1977: u1976
48052 1978: u1977
48053 1979: u1978
48054 1980: u1979
48055 1981: u1980
48056 1982: u1981
48057 1983: u1982
48058 1984: u1983
48059 1985: u1984
48060 1986: u1985
48061 1987: u1986
48062 1988: u1987
48063 1989: u1988
48064 1990: u1989
48065 1991: u1990
48066 1992: u1991
48067 1993: u1992
48068 1994: u1993
48069 1995: u1994
48070 1996: u1995
48071 1997: u1996
48072 1998: u1997
48073 1999: u1998
48074 2000: u1999
48075 - name: outputMeasurementCurrent
48076 oid: 1.3.6.1.4.1.19947.1.3.2.1.7
48077 type: Float
48078 help: The measured output current. - 1.3.6.1.4.1.19947.1.3.2.1.7
48079 indexes:
48080 - labelname: outputIndex
48081 type: gauge
48082 enum_values:
48083 1: u0
48084 2: u1
48085 3: u2
48086 4: u3
48087 5: u4
48088 6: u5
48089 7: u6
48090 8: u7
48091 9: u8
48092 10: u9
48093 11: u10
48094 12: u11
48095 13: u12
48096 14: u13
48097 15: u14
48098 16: u15
48099 17: u16
48100 18: u17
48101 19: u18
48102 20: u19
48103 21: u20
48104 22: u21
48105 23: u22
48106 24: u23
48107 25: u24
48108 26: u25
48109 27: u26
48110 28: u27
48111 29: u28
48112 30: u29
48113 31: u30
48114 32: u31
48115 33: u32
48116 34: u33
48117 35: u34
48118 36: u35
48119 37: u36
48120 38: u37
48121 39: u38
48122 40: u39
48123 41: u40
48124 42: u41
48125 43: u42
48126 44: u43
48127 45: u44
48128 46: u45
48129 47: u46
48130 48: u47
48131 49: u48
48132 50: u49
48133 51: u50
48134 52: u51
48135 53: u52
48136 54: u53
48137 55: u54
48138 56: u55
48139 57: u56
48140 58: u57
48141 59: u58
48142 60: u59
48143 61: u60
48144 62: u61
48145 63: u62
48146 64: u63
48147 65: u64
48148 66: u65
48149 67: u66
48150 68: u67
48151 69: u68
48152 70: u69
48153 71: u70
48154 72: u71
48155 73: u72
48156 74: u73
48157 75: u74
48158 76: u75
48159 77: u76
48160 78: u77
48161 79: u78
48162 80: u79
48163 81: u80
48164 82: u81
48165 83: u82
48166 84: u83
48167 85: u84
48168 86: u85
48169 87: u86
48170 88: u87
48171 89: u88
48172 90: u89
48173 91: u90
48174 92: u91
48175 93: u92
48176 94: u93
48177 95: u94
48178 96: u95
48179 97: u96
48180 98: u97
48181 99: u98
48182 100: u99
48183 101: u100
48184 102: u101
48185 103: u102
48186 104: u103
48187 105: u104
48188 106: u105
48189 107: u106
48190 108: u107
48191 109: u108
48192 110: u109
48193 111: u110
48194 112: u111
48195 113: u112
48196 114: u113
48197 115: u114
48198 116: u115
48199 117: u116
48200 118: u117
48201 119: u118
48202 120: u119
48203 121: u120
48204 122: u121
48205 123: u122
48206 124: u123
48207 125: u124
48208 126: u125
48209 127: u126
48210 128: u127
48211 129: u128
48212 130: u129
48213 131: u130
48214 132: u131
48215 133: u132
48216 134: u133
48217 135: u134
48218 136: u135
48219 137: u136
48220 138: u137
48221 139: u138
48222 140: u139
48223 141: u140
48224 142: u141
48225 143: u142
48226 144: u143
48227 145: u144
48228 146: u145
48229 147: u146
48230 148: u147
48231 149: u148
48232 150: u149
48233 151: u150
48234 152: u151
48235 153: u152
48236 154: u153
48237 155: u154
48238 156: u155
48239 157: u156
48240 158: u157
48241 159: u158
48242 160: u159
48243 161: u160
48244 162: u161
48245 163: u162
48246 164: u163
48247 165: u164
48248 166: u165
48249 167: u166
48250 168: u167
48251 169: u168
48252 170: u169
48253 171: u170
48254 172: u171
48255 173: u172
48256 174: u173
48257 175: u174
48258 176: u175
48259 177: u176
48260 178: u177
48261 179: u178
48262 180: u179
48263 181: u180
48264 182: u181
48265 183: u182
48266 184: u183
48267 185: u184
48268 186: u185
48269 187: u186
48270 188: u187
48271 189: u188
48272 190: u189
48273 191: u190
48274 192: u191
48275 193: u192
48276 194: u193
48277 195: u194
48278 196: u195
48279 197: u196
48280 198: u197
48281 199: u198
48282 200: u199
48283 201: u200
48284 202: u201
48285 203: u202
48286 204: u203
48287 205: u204
48288 206: u205
48289 207: u206
48290 208: u207
48291 209: u208
48292 210: u209
48293 211: u210
48294 212: u211
48295 213: u212
48296 214: u213
48297 215: u214
48298 216: u215
48299 217: u216
48300 218: u217
48301 219: u218
48302 220: u219
48303 221: u220
48304 222: u221
48305 223: u222
48306 224: u223
48307 225: u224
48308 226: u225
48309 227: u226
48310 228: u227
48311 229: u228
48312 230: u229
48313 231: u230
48314 232: u231
48315 233: u232
48316 234: u233
48317 235: u234
48318 236: u235
48319 237: u236
48320 238: u237
48321 239: u238
48322 240: u239
48323 241: u240
48324 242: u241
48325 243: u242
48326 244: u243
48327 245: u244
48328 246: u245
48329 247: u246
48330 248: u247
48331 249: u248
48332 250: u249
48333 251: u250
48334 252: u251
48335 253: u252
48336 254: u253
48337 255: u254
48338 256: u255
48339 257: u256
48340 258: u257
48341 259: u258
48342 260: u259
48343 261: u260
48344 262: u261
48345 263: u262
48346 264: u263
48347 265: u264
48348 266: u265
48349 267: u266
48350 268: u267
48351 269: u268
48352 270: u269
48353 271: u270
48354 272: u271
48355 273: u272
48356 274: u273
48357 275: u274
48358 276: u275
48359 277: u276
48360 278: u277
48361 279: u278
48362 280: u279
48363 281: u280
48364 282: u281
48365 283: u282
48366 284: u283
48367 285: u284
48368 286: u285
48369 287: u286
48370 288: u287
48371 289: u288
48372 290: u289
48373 291: u290
48374 292: u291
48375 293: u292
48376 294: u293
48377 295: u294
48378 296: u295
48379 297: u296
48380 298: u297
48381 299: u298
48382 300: u299
48383 301: u300
48384 302: u301
48385 303: u302
48386 304: u303
48387 305: u304
48388 306: u305
48389 307: u306
48390 308: u307
48391 309: u308
48392 310: u309
48393 311: u310
48394 312: u311
48395 313: u312
48396 314: u313
48397 315: u314
48398 316: u315
48399 317: u316
48400 318: u317
48401 319: u318
48402 320: u319
48403 321: u320
48404 322: u321
48405 323: u322
48406 324: u323
48407 325: u324
48408 326: u325
48409 327: u326
48410 328: u327
48411 329: u328
48412 330: u329
48413 331: u330
48414 332: u331
48415 333: u332
48416 334: u333
48417 335: u334
48418 336: u335
48419 337: u336
48420 338: u337
48421 339: u338
48422 340: u339
48423 341: u340
48424 342: u341
48425 343: u342
48426 344: u343
48427 345: u344
48428 346: u345
48429 347: u346
48430 348: u347
48431 349: u348
48432 350: u349
48433 351: u350
48434 352: u351
48435 353: u352
48436 354: u353
48437 355: u354
48438 356: u355
48439 357: u356
48440 358: u357
48441 359: u358
48442 360: u359
48443 361: u360
48444 362: u361
48445 363: u362
48446 364: u363
48447 365: u364
48448 366: u365
48449 367: u366
48450 368: u367
48451 369: u368
48452 370: u369
48453 371: u370
48454 372: u371
48455 373: u372
48456 374: u373
48457 375: u374
48458 376: u375
48459 377: u376
48460 378: u377
48461 379: u378
48462 380: u379
48463 381: u380
48464 382: u381
48465 383: u382
48466 384: u383
48467 385: u384
48468 386: u385
48469 387: u386
48470 388: u387
48471 389: u388
48472 390: u389
48473 391: u390
48474 392: u391
48475 393: u392
48476 394: u393
48477 395: u394
48478 396: u395
48479 397: u396
48480 398: u397
48481 399: u398
48482 400: u399
48483 401: u400
48484 402: u401
48485 403: u402
48486 404: u403
48487 405: u404
48488 406: u405
48489 407: u406
48490 408: u407
48491 409: u408
48492 410: u409
48493 411: u410
48494 412: u411
48495 413: u412
48496 414: u413
48497 415: u414
48498 416: u415
48499 417: u416
48500 418: u417
48501 419: u418
48502 420: u419
48503 421: u420
48504 422: u421
48505 423: u422
48506 424: u423
48507 425: u424
48508 426: u425
48509 427: u426
48510 428: u427
48511 429: u428
48512 430: u429
48513 431: u430
48514 432: u431
48515 433: u432
48516 434: u433
48517 435: u434
48518 436: u435
48519 437: u436
48520 438: u437
48521 439: u438
48522 440: u439
48523 441: u440
48524 442: u441
48525 443: u442
48526 444: u443
48527 445: u444
48528 446: u445
48529 447: u446
48530 448: u447
48531 449: u448
48532 450: u449
48533 451: u450
48534 452: u451
48535 453: u452
48536 454: u453
48537 455: u454
48538 456: u455
48539 457: u456
48540 458: u457
48541 459: u458
48542 460: u459
48543 461: u460
48544 462: u461
48545 463: u462
48546 464: u463
48547 465: u464
48548 466: u465
48549 467: u466
48550 468: u467
48551 469: u468
48552 470: u469
48553 471: u470
48554 472: u471
48555 473: u472
48556 474: u473
48557 475: u474
48558 476: u475
48559 477: u476
48560 478: u477
48561 479: u478
48562 480: u479
48563 481: u480
48564 482: u481
48565 483: u482
48566 484: u483
48567 485: u484
48568 486: u485
48569 487: u486
48570 488: u487
48571 489: u488
48572 490: u489
48573 491: u490
48574 492: u491
48575 493: u492
48576 494: u493
48577 495: u494
48578 496: u495
48579 497: u496
48580 498: u497
48581 499: u498
48582 500: u499
48583 501: u500
48584 502: u501
48585 503: u502
48586 504: u503
48587 505: u504
48588 506: u505
48589 507: u506
48590 508: u507
48591 509: u508
48592 510: u509
48593 511: u510
48594 512: u511
48595 513: u512
48596 514: u513
48597 515: u514
48598 516: u515
48599 517: u516
48600 518: u517
48601 519: u518
48602 520: u519
48603 521: u520
48604 522: u521
48605 523: u522
48606 524: u523
48607 525: u524
48608 526: u525
48609 527: u526
48610 528: u527
48611 529: u528
48612 530: u529
48613 531: u530
48614 532: u531
48615 533: u532
48616 534: u533
48617 535: u534
48618 536: u535
48619 537: u536
48620 538: u537
48621 539: u538
48622 540: u539
48623 541: u540
48624 542: u541
48625 543: u542
48626 544: u543
48627 545: u544
48628 546: u545
48629 547: u546
48630 548: u547
48631 549: u548
48632 550: u549
48633 551: u550
48634 552: u551
48635 553: u552
48636 554: u553
48637 555: u554
48638 556: u555
48639 557: u556
48640 558: u557
48641 559: u558
48642 560: u559
48643 561: u560
48644 562: u561
48645 563: u562
48646 564: u563
48647 565: u564
48648 566: u565
48649 567: u566
48650 568: u567
48651 569: u568
48652 570: u569
48653 571: u570
48654 572: u571
48655 573: u572
48656 574: u573
48657 575: u574
48658 576: u575
48659 577: u576
48660 578: u577
48661 579: u578
48662 580: u579
48663 581: u580
48664 582: u581
48665 583: u582
48666 584: u583
48667 585: u584
48668 586: u585
48669 587: u586
48670 588: u587
48671 589: u588
48672 590: u589
48673 591: u590
48674 592: u591
48675 593: u592
48676 594: u593
48677 595: u594
48678 596: u595
48679 597: u596
48680 598: u597
48681 599: u598
48682 600: u599
48683 601: u600
48684 602: u601
48685 603: u602
48686 604: u603
48687 605: u604
48688 606: u605
48689 607: u606
48690 608: u607
48691 609: u608
48692 610: u609
48693 611: u610
48694 612: u611
48695 613: u612
48696 614: u613
48697 615: u614
48698 616: u615
48699 617: u616
48700 618: u617
48701 619: u618
48702 620: u619
48703 621: u620
48704 622: u621
48705 623: u622
48706 624: u623
48707 625: u624
48708 626: u625
48709 627: u626
48710 628: u627
48711 629: u628
48712 630: u629
48713 631: u630
48714 632: u631
48715 633: u632
48716 634: u633
48717 635: u634
48718 636: u635
48719 637: u636
48720 638: u637
48721 639: u638
48722 640: u639
48723 641: u640
48724 642: u641
48725 643: u642
48726 644: u643
48727 645: u644
48728 646: u645
48729 647: u646
48730 648: u647
48731 649: u648
48732 650: u649
48733 651: u650
48734 652: u651
48735 653: u652
48736 654: u653
48737 655: u654
48738 656: u655
48739 657: u656
48740 658: u657
48741 659: u658
48742 660: u659
48743 661: u660
48744 662: u661
48745 663: u662
48746 664: u663
48747 665: u664
48748 666: u665
48749 667: u666
48750 668: u667
48751 669: u668
48752 670: u669
48753 671: u670
48754 672: u671
48755 673: u672
48756 674: u673
48757 675: u674
48758 676: u675
48759 677: u676
48760 678: u677
48761 679: u678
48762 680: u679
48763 681: u680
48764 682: u681
48765 683: u682
48766 684: u683
48767 685: u684
48768 686: u685
48769 687: u686
48770 688: u687
48771 689: u688
48772 690: u689
48773 691: u690
48774 692: u691
48775 693: u692
48776 694: u693
48777 695: u694
48778 696: u695
48779 697: u696
48780 698: u697
48781 699: u698
48782 700: u699
48783 701: u700
48784 702: u701
48785 703: u702
48786 704: u703
48787 705: u704
48788 706: u705
48789 707: u706
48790 708: u707
48791 709: u708
48792 710: u709
48793 711: u710
48794 712: u711
48795 713: u712
48796 714: u713
48797 715: u714
48798 716: u715
48799 717: u716
48800 718: u717
48801 719: u718
48802 720: u719
48803 721: u720
48804 722: u721
48805 723: u722
48806 724: u723
48807 725: u724
48808 726: u725
48809 727: u726
48810 728: u727
48811 729: u728
48812 730: u729
48813 731: u730
48814 732: u731
48815 733: u732
48816 734: u733
48817 735: u734
48818 736: u735
48819 737: u736
48820 738: u737
48821 739: u738
48822 740: u739
48823 741: u740
48824 742: u741
48825 743: u742
48826 744: u743
48827 745: u744
48828 746: u745
48829 747: u746
48830 748: u747
48831 749: u748
48832 750: u749
48833 751: u750
48834 752: u751
48835 753: u752
48836 754: u753
48837 755: u754
48838 756: u755
48839 757: u756
48840 758: u757
48841 759: u758
48842 760: u759
48843 761: u760
48844 762: u761
48845 763: u762
48846 764: u763
48847 765: u764
48848 766: u765
48849 767: u766
48850 768: u767
48851 769: u768
48852 770: u769
48853 771: u770
48854 772: u771
48855 773: u772
48856 774: u773
48857 775: u774
48858 776: u775
48859 777: u776
48860 778: u777
48861 779: u778
48862 780: u779
48863 781: u780
48864 782: u781
48865 783: u782
48866 784: u783
48867 785: u784
48868 786: u785
48869 787: u786
48870 788: u787
48871 789: u788
48872 790: u789
48873 791: u790
48874 792: u791
48875 793: u792
48876 794: u793
48877 795: u794
48878 796: u795
48879 797: u796
48880 798: u797
48881 799: u798
48882 800: u799
48883 801: u800
48884 802: u801
48885 803: u802
48886 804: u803
48887 805: u804
48888 806: u805
48889 807: u806
48890 808: u807
48891 809: u808
48892 810: u809
48893 811: u810
48894 812: u811
48895 813: u812
48896 814: u813
48897 815: u814
48898 816: u815
48899 817: u816
48900 818: u817
48901 819: u818
48902 820: u819
48903 821: u820
48904 822: u821
48905 823: u822
48906 824: u823
48907 825: u824
48908 826: u825
48909 827: u826
48910 828: u827
48911 829: u828
48912 830: u829
48913 831: u830
48914 832: u831
48915 833: u832
48916 834: u833
48917 835: u834
48918 836: u835
48919 837: u836
48920 838: u837
48921 839: u838
48922 840: u839
48923 841: u840
48924 842: u841
48925 843: u842
48926 844: u843
48927 845: u844
48928 846: u845
48929 847: u846
48930 848: u847
48931 849: u848
48932 850: u849
48933 851: u850
48934 852: u851
48935 853: u852
48936 854: u853
48937 855: u854
48938 856: u855
48939 857: u856
48940 858: u857
48941 859: u858
48942 860: u859
48943 861: u860
48944 862: u861
48945 863: u862
48946 864: u863
48947 865: u864
48948 866: u865
48949 867: u866
48950 868: u867
48951 869: u868
48952 870: u869
48953 871: u870
48954 872: u871
48955 873: u872
48956 874: u873
48957 875: u874
48958 876: u875
48959 877: u876
48960 878: u877
48961 879: u878
48962 880: u879
48963 881: u880
48964 882: u881
48965 883: u882
48966 884: u883
48967 885: u884
48968 886: u885
48969 887: u886
48970 888: u887
48971 889: u888
48972 890: u889
48973 891: u890
48974 892: u891
48975 893: u892
48976 894: u893
48977 895: u894
48978 896: u895
48979 897: u896
48980 898: u897
48981 899: u898
48982 900: u899
48983 901: u900
48984 902: u901
48985 903: u902
48986 904: u903
48987 905: u904
48988 906: u905
48989 907: u906
48990 908: u907
48991 909: u908
48992 910: u909
48993 911: u910
48994 912: u911
48995 913: u912
48996 914: u913
48997 915: u914
48998 916: u915
48999 917: u916
49000 918: u917
49001 919: u918
49002 920: u919
49003 921: u920
49004 922: u921
49005 923: u922
49006 924: u923
49007 925: u924
49008 926: u925
49009 927: u926
49010 928: u927
49011 929: u928
49012 930: u929
49013 931: u930
49014 932: u931
49015 933: u932
49016 934: u933
49017 935: u934
49018 936: u935
49019 937: u936
49020 938: u937
49021 939: u938
49022 940: u939
49023 941: u940
49024 942: u941
49025 943: u942
49026 944: u943
49027 945: u944
49028 946: u945
49029 947: u946
49030 948: u947
49031 949: u948
49032 950: u949
49033 951: u950
49034 952: u951
49035 953: u952
49036 954: u953
49037 955: u954
49038 956: u955
49039 957: u956
49040 958: u957
49041 959: u958
49042 960: u959
49043 961: u960
49044 962: u961
49045 963: u962
49046 964: u963
49047 965: u964
49048 966: u965
49049 967: u966
49050 968: u967
49051 969: u968
49052 970: u969
49053 971: u970
49054 972: u971
49055 973: u972
49056 974: u973
49057 975: u974
49058 976: u975
49059 977: u976
49060 978: u977
49061 979: u978
49062 980: u979
49063 981: u980
49064 982: u981
49065 983: u982
49066 984: u983
49067 985: u984
49068 986: u985
49069 987: u986
49070 988: u987
49071 989: u988
49072 990: u989
49073 991: u990
49074 992: u991
49075 993: u992
49076 994: u993
49077 995: u994
49078 996: u995
49079 997: u996
49080 998: u997
49081 999: u998
49082 1000: u999
49083 1001: u1000
49084 1002: u1001
49085 1003: u1002
49086 1004: u1003
49087 1005: u1004
49088 1006: u1005
49089 1007: u1006
49090 1008: u1007
49091 1009: u1008
49092 1010: u1009
49093 1011: u1010
49094 1012: u1011
49095 1013: u1012
49096 1014: u1013
49097 1015: u1014
49098 1016: u1015
49099 1017: u1016
49100 1018: u1017
49101 1019: u1018
49102 1020: u1019
49103 1021: u1020
49104 1022: u1021
49105 1023: u1022
49106 1024: u1023
49107 1025: u1024
49108 1026: u1025
49109 1027: u1026
49110 1028: u1027
49111 1029: u1028
49112 1030: u1029
49113 1031: u1030
49114 1032: u1031
49115 1033: u1032
49116 1034: u1033
49117 1035: u1034
49118 1036: u1035
49119 1037: u1036
49120 1038: u1037
49121 1039: u1038
49122 1040: u1039
49123 1041: u1040
49124 1042: u1041
49125 1043: u1042
49126 1044: u1043
49127 1045: u1044
49128 1046: u1045
49129 1047: u1046
49130 1048: u1047
49131 1049: u1048
49132 1050: u1049
49133 1051: u1050
49134 1052: u1051
49135 1053: u1052
49136 1054: u1053
49137 1055: u1054
49138 1056: u1055
49139 1057: u1056
49140 1058: u1057
49141 1059: u1058
49142 1060: u1059
49143 1061: u1060
49144 1062: u1061
49145 1063: u1062
49146 1064: u1063
49147 1065: u1064
49148 1066: u1065
49149 1067: u1066
49150 1068: u1067
49151 1069: u1068
49152 1070: u1069
49153 1071: u1070
49154 1072: u1071
49155 1073: u1072
49156 1074: u1073
49157 1075: u1074
49158 1076: u1075
49159 1077: u1076
49160 1078: u1077
49161 1079: u1078
49162 1080: u1079
49163 1081: u1080
49164 1082: u1081
49165 1083: u1082
49166 1084: u1083
49167 1085: u1084
49168 1086: u1085
49169 1087: u1086
49170 1088: u1087
49171 1089: u1088
49172 1090: u1089
49173 1091: u1090
49174 1092: u1091
49175 1093: u1092
49176 1094: u1093
49177 1095: u1094
49178 1096: u1095
49179 1097: u1096
49180 1098: u1097
49181 1099: u1098
49182 1100: u1099
49183 1101: u1100
49184 1102: u1101
49185 1103: u1102
49186 1104: u1103
49187 1105: u1104
49188 1106: u1105
49189 1107: u1106
49190 1108: u1107
49191 1109: u1108
49192 1110: u1109
49193 1111: u1110
49194 1112: u1111
49195 1113: u1112
49196 1114: u1113
49197 1115: u1114
49198 1116: u1115
49199 1117: u1116
49200 1118: u1117
49201 1119: u1118
49202 1120: u1119
49203 1121: u1120
49204 1122: u1121
49205 1123: u1122
49206 1124: u1123
49207 1125: u1124
49208 1126: u1125
49209 1127: u1126
49210 1128: u1127
49211 1129: u1128
49212 1130: u1129
49213 1131: u1130
49214 1132: u1131
49215 1133: u1132
49216 1134: u1133
49217 1135: u1134
49218 1136: u1135
49219 1137: u1136
49220 1138: u1137
49221 1139: u1138
49222 1140: u1139
49223 1141: u1140
49224 1142: u1141
49225 1143: u1142
49226 1144: u1143
49227 1145: u1144
49228 1146: u1145
49229 1147: u1146
49230 1148: u1147
49231 1149: u1148
49232 1150: u1149
49233 1151: u1150
49234 1152: u1151
49235 1153: u1152
49236 1154: u1153
49237 1155: u1154
49238 1156: u1155
49239 1157: u1156
49240 1158: u1157
49241 1159: u1158
49242 1160: u1159
49243 1161: u1160
49244 1162: u1161
49245 1163: u1162
49246 1164: u1163
49247 1165: u1164
49248 1166: u1165
49249 1167: u1166
49250 1168: u1167
49251 1169: u1168
49252 1170: u1169
49253 1171: u1170
49254 1172: u1171
49255 1173: u1172
49256 1174: u1173
49257 1175: u1174
49258 1176: u1175
49259 1177: u1176
49260 1178: u1177
49261 1179: u1178
49262 1180: u1179
49263 1181: u1180
49264 1182: u1181
49265 1183: u1182
49266 1184: u1183
49267 1185: u1184
49268 1186: u1185
49269 1187: u1186
49270 1188: u1187
49271 1189: u1188
49272 1190: u1189
49273 1191: u1190
49274 1192: u1191
49275 1193: u1192
49276 1194: u1193
49277 1195: u1194
49278 1196: u1195
49279 1197: u1196
49280 1198: u1197
49281 1199: u1198
49282 1200: u1199
49283 1201: u1200
49284 1202: u1201
49285 1203: u1202
49286 1204: u1203
49287 1205: u1204
49288 1206: u1205
49289 1207: u1206
49290 1208: u1207
49291 1209: u1208
49292 1210: u1209
49293 1211: u1210
49294 1212: u1211
49295 1213: u1212
49296 1214: u1213
49297 1215: u1214
49298 1216: u1215
49299 1217: u1216
49300 1218: u1217
49301 1219: u1218
49302 1220: u1219
49303 1221: u1220
49304 1222: u1221
49305 1223: u1222
49306 1224: u1223
49307 1225: u1224
49308 1226: u1225
49309 1227: u1226
49310 1228: u1227
49311 1229: u1228
49312 1230: u1229
49313 1231: u1230
49314 1232: u1231
49315 1233: u1232
49316 1234: u1233
49317 1235: u1234
49318 1236: u1235
49319 1237: u1236
49320 1238: u1237
49321 1239: u1238
49322 1240: u1239
49323 1241: u1240
49324 1242: u1241
49325 1243: u1242
49326 1244: u1243
49327 1245: u1244
49328 1246: u1245
49329 1247: u1246
49330 1248: u1247
49331 1249: u1248
49332 1250: u1249
49333 1251: u1250
49334 1252: u1251
49335 1253: u1252
49336 1254: u1253
49337 1255: u1254
49338 1256: u1255
49339 1257: u1256
49340 1258: u1257
49341 1259: u1258
49342 1260: u1259
49343 1261: u1260
49344 1262: u1261
49345 1263: u1262
49346 1264: u1263
49347 1265: u1264
49348 1266: u1265
49349 1267: u1266
49350 1268: u1267
49351 1269: u1268
49352 1270: u1269
49353 1271: u1270
49354 1272: u1271
49355 1273: u1272
49356 1274: u1273
49357 1275: u1274
49358 1276: u1275
49359 1277: u1276
49360 1278: u1277
49361 1279: u1278
49362 1280: u1279
49363 1281: u1280
49364 1282: u1281
49365 1283: u1282
49366 1284: u1283
49367 1285: u1284
49368 1286: u1285
49369 1287: u1286
49370 1288: u1287
49371 1289: u1288
49372 1290: u1289
49373 1291: u1290
49374 1292: u1291
49375 1293: u1292
49376 1294: u1293
49377 1295: u1294
49378 1296: u1295
49379 1297: u1296
49380 1298: u1297
49381 1299: u1298
49382 1300: u1299
49383 1301: u1300
49384 1302: u1301
49385 1303: u1302
49386 1304: u1303
49387 1305: u1304
49388 1306: u1305
49389 1307: u1306
49390 1308: u1307
49391 1309: u1308
49392 1310: u1309
49393 1311: u1310
49394 1312: u1311
49395 1313: u1312
49396 1314: u1313
49397 1315: u1314
49398 1316: u1315
49399 1317: u1316
49400 1318: u1317
49401 1319: u1318
49402 1320: u1319
49403 1321: u1320
49404 1322: u1321
49405 1323: u1322
49406 1324: u1323
49407 1325: u1324
49408 1326: u1325
49409 1327: u1326
49410 1328: u1327
49411 1329: u1328
49412 1330: u1329
49413 1331: u1330
49414 1332: u1331
49415 1333: u1332
49416 1334: u1333
49417 1335: u1334
49418 1336: u1335
49419 1337: u1336
49420 1338: u1337
49421 1339: u1338
49422 1340: u1339
49423 1341: u1340
49424 1342: u1341
49425 1343: u1342
49426 1344: u1343
49427 1345: u1344
49428 1346: u1345
49429 1347: u1346
49430 1348: u1347
49431 1349: u1348
49432 1350: u1349
49433 1351: u1350
49434 1352: u1351
49435 1353: u1352
49436 1354: u1353
49437 1355: u1354
49438 1356: u1355
49439 1357: u1356
49440 1358: u1357
49441 1359: u1358
49442 1360: u1359
49443 1361: u1360
49444 1362: u1361
49445 1363: u1362
49446 1364: u1363
49447 1365: u1364
49448 1366: u1365
49449 1367: u1366
49450 1368: u1367
49451 1369: u1368
49452 1370: u1369
49453 1371: u1370
49454 1372: u1371
49455 1373: u1372
49456 1374: u1373
49457 1375: u1374
49458 1376: u1375
49459 1377: u1376
49460 1378: u1377
49461 1379: u1378
49462 1380: u1379
49463 1381: u1380
49464 1382: u1381
49465 1383: u1382
49466 1384: u1383
49467 1385: u1384
49468 1386: u1385
49469 1387: u1386
49470 1388: u1387
49471 1389: u1388
49472 1390: u1389
49473 1391: u1390
49474 1392: u1391
49475 1393: u1392
49476 1394: u1393
49477 1395: u1394
49478 1396: u1395
49479 1397: u1396
49480 1398: u1397
49481 1399: u1398
49482 1400: u1399
49483 1401: u1400
49484 1402: u1401
49485 1403: u1402
49486 1404: u1403
49487 1405: u1404
49488 1406: u1405
49489 1407: u1406
49490 1408: u1407
49491 1409: u1408
49492 1410: u1409
49493 1411: u1410
49494 1412: u1411
49495 1413: u1412
49496 1414: u1413
49497 1415: u1414
49498 1416: u1415
49499 1417: u1416
49500 1418: u1417
49501 1419: u1418
49502 1420: u1419
49503 1421: u1420
49504 1422: u1421
49505 1423: u1422
49506 1424: u1423
49507 1425: u1424
49508 1426: u1425
49509 1427: u1426
49510 1428: u1427
49511 1429: u1428
49512 1430: u1429
49513 1431: u1430
49514 1432: u1431
49515 1433: u1432
49516 1434: u1433
49517 1435: u1434
49518 1436: u1435
49519 1437: u1436
49520 1438: u1437
49521 1439: u1438
49522 1440: u1439
49523 1441: u1440
49524 1442: u1441
49525 1443: u1442
49526 1444: u1443
49527 1445: u1444
49528 1446: u1445
49529 1447: u1446
49530 1448: u1447
49531 1449: u1448
49532 1450: u1449
49533 1451: u1450
49534 1452: u1451
49535 1453: u1452
49536 1454: u1453
49537 1455: u1454
49538 1456: u1455
49539 1457: u1456
49540 1458: u1457
49541 1459: u1458
49542 1460: u1459
49543 1461: u1460
49544 1462: u1461
49545 1463: u1462
49546 1464: u1463
49547 1465: u1464
49548 1466: u1465
49549 1467: u1466
49550 1468: u1467
49551 1469: u1468
49552 1470: u1469
49553 1471: u1470
49554 1472: u1471
49555 1473: u1472
49556 1474: u1473
49557 1475: u1474
49558 1476: u1475
49559 1477: u1476
49560 1478: u1477
49561 1479: u1478
49562 1480: u1479
49563 1481: u1480
49564 1482: u1481
49565 1483: u1482
49566 1484: u1483
49567 1485: u1484
49568 1486: u1485
49569 1487: u1486
49570 1488: u1487
49571 1489: u1488
49572 1490: u1489
49573 1491: u1490
49574 1492: u1491
49575 1493: u1492
49576 1494: u1493
49577 1495: u1494
49578 1496: u1495
49579 1497: u1496
49580 1498: u1497
49581 1499: u1498
49582 1500: u1499
49583 1501: u1500
49584 1502: u1501
49585 1503: u1502
49586 1504: u1503
49587 1505: u1504
49588 1506: u1505
49589 1507: u1506
49590 1508: u1507
49591 1509: u1508
49592 1510: u1509
49593 1511: u1510
49594 1512: u1511
49595 1513: u1512
49596 1514: u1513
49597 1515: u1514
49598 1516: u1515
49599 1517: u1516
49600 1518: u1517
49601 1519: u1518
49602 1520: u1519
49603 1521: u1520
49604 1522: u1521
49605 1523: u1522
49606 1524: u1523
49607 1525: u1524
49608 1526: u1525
49609 1527: u1526
49610 1528: u1527
49611 1529: u1528
49612 1530: u1529
49613 1531: u1530
49614 1532: u1531
49615 1533: u1532
49616 1534: u1533
49617 1535: u1534
49618 1536: u1535
49619 1537: u1536
49620 1538: u1537
49621 1539: u1538
49622 1540: u1539
49623 1541: u1540
49624 1542: u1541
49625 1543: u1542
49626 1544: u1543
49627 1545: u1544
49628 1546: u1545
49629 1547: u1546
49630 1548: u1547
49631 1549: u1548
49632 1550: u1549
49633 1551: u1550
49634 1552: u1551
49635 1553: u1552
49636 1554: u1553
49637 1555: u1554
49638 1556: u1555
49639 1557: u1556
49640 1558: u1557
49641 1559: u1558
49642 1560: u1559
49643 1561: u1560
49644 1562: u1561
49645 1563: u1562
49646 1564: u1563
49647 1565: u1564
49648 1566: u1565
49649 1567: u1566
49650 1568: u1567
49651 1569: u1568
49652 1570: u1569
49653 1571: u1570
49654 1572: u1571
49655 1573: u1572
49656 1574: u1573
49657 1575: u1574
49658 1576: u1575
49659 1577: u1576
49660 1578: u1577
49661 1579: u1578
49662 1580: u1579
49663 1581: u1580
49664 1582: u1581
49665 1583: u1582
49666 1584: u1583
49667 1585: u1584
49668 1586: u1585
49669 1587: u1586
49670 1588: u1587
49671 1589: u1588
49672 1590: u1589
49673 1591: u1590
49674 1592: u1591
49675 1593: u1592
49676 1594: u1593
49677 1595: u1594
49678 1596: u1595
49679 1597: u1596
49680 1598: u1597
49681 1599: u1598
49682 1600: u1599
49683 1601: u1600
49684 1602: u1601
49685 1603: u1602
49686 1604: u1603
49687 1605: u1604
49688 1606: u1605
49689 1607: u1606
49690 1608: u1607
49691 1609: u1608
49692 1610: u1609
49693 1611: u1610
49694 1612: u1611
49695 1613: u1612
49696 1614: u1613
49697 1615: u1614
49698 1616: u1615
49699 1617: u1616
49700 1618: u1617
49701 1619: u1618
49702 1620: u1619
49703 1621: u1620
49704 1622: u1621
49705 1623: u1622
49706 1624: u1623
49707 1625: u1624
49708 1626: u1625
49709 1627: u1626
49710 1628: u1627
49711 1629: u1628
49712 1630: u1629
49713 1631: u1630
49714 1632: u1631
49715 1633: u1632
49716 1634: u1633
49717 1635: u1634
49718 1636: u1635
49719 1637: u1636
49720 1638: u1637
49721 1639: u1638
49722 1640: u1639
49723 1641: u1640
49724 1642: u1641
49725 1643: u1642
49726 1644: u1643
49727 1645: u1644
49728 1646: u1645
49729 1647: u1646
49730 1648: u1647
49731 1649: u1648
49732 1650: u1649
49733 1651: u1650
49734 1652: u1651
49735 1653: u1652
49736 1654: u1653
49737 1655: u1654
49738 1656: u1655
49739 1657: u1656
49740 1658: u1657
49741 1659: u1658
49742 1660: u1659
49743 1661: u1660
49744 1662: u1661
49745 1663: u1662
49746 1664: u1663
49747 1665: u1664
49748 1666: u1665
49749 1667: u1666
49750 1668: u1667
49751 1669: u1668
49752 1670: u1669
49753 1671: u1670
49754 1672: u1671
49755 1673: u1672
49756 1674: u1673
49757 1675: u1674
49758 1676: u1675
49759 1677: u1676
49760 1678: u1677
49761 1679: u1678
49762 1680: u1679
49763 1681: u1680
49764 1682: u1681
49765 1683: u1682
49766 1684: u1683
49767 1685: u1684
49768 1686: u1685
49769 1687: u1686
49770 1688: u1687
49771 1689: u1688
49772 1690: u1689
49773 1691: u1690
49774 1692: u1691
49775 1693: u1692
49776 1694: u1693
49777 1695: u1694
49778 1696: u1695
49779 1697: u1696
49780 1698: u1697
49781 1699: u1698
49782 1700: u1699
49783 1701: u1700
49784 1702: u1701
49785 1703: u1702
49786 1704: u1703
49787 1705: u1704
49788 1706: u1705
49789 1707: u1706
49790 1708: u1707
49791 1709: u1708
49792 1710: u1709
49793 1711: u1710
49794 1712: u1711
49795 1713: u1712
49796 1714: u1713
49797 1715: u1714
49798 1716: u1715
49799 1717: u1716
49800 1718: u1717
49801 1719: u1718
49802 1720: u1719
49803 1721: u1720
49804 1722: u1721
49805 1723: u1722
49806 1724: u1723
49807 1725: u1724
49808 1726: u1725
49809 1727: u1726
49810 1728: u1727
49811 1729: u1728
49812 1730: u1729
49813 1731: u1730
49814 1732: u1731
49815 1733: u1732
49816 1734: u1733
49817 1735: u1734
49818 1736: u1735
49819 1737: u1736
49820 1738: u1737
49821 1739: u1738
49822 1740: u1739
49823 1741: u1740
49824 1742: u1741
49825 1743: u1742
49826 1744: u1743
49827 1745: u1744
49828 1746: u1745
49829 1747: u1746
49830 1748: u1747
49831 1749: u1748
49832 1750: u1749
49833 1751: u1750
49834 1752: u1751
49835 1753: u1752
49836 1754: u1753
49837 1755: u1754
49838 1756: u1755
49839 1757: u1756
49840 1758: u1757
49841 1759: u1758
49842 1760: u1759
49843 1761: u1760
49844 1762: u1761
49845 1763: u1762
49846 1764: u1763
49847 1765: u1764
49848 1766: u1765
49849 1767: u1766
49850 1768: u1767
49851 1769: u1768
49852 1770: u1769
49853 1771: u1770
49854 1772: u1771
49855 1773: u1772
49856 1774: u1773
49857 1775: u1774
49858 1776: u1775
49859 1777: u1776
49860 1778: u1777
49861 1779: u1778
49862 1780: u1779
49863 1781: u1780
49864 1782: u1781
49865 1783: u1782
49866 1784: u1783
49867 1785: u1784
49868 1786: u1785
49869 1787: u1786
49870 1788: u1787
49871 1789: u1788
49872 1790: u1789
49873 1791: u1790
49874 1792: u1791
49875 1793: u1792
49876 1794: u1793
49877 1795: u1794
49878 1796: u1795
49879 1797: u1796
49880 1798: u1797
49881 1799: u1798
49882 1800: u1799
49883 1801: u1800
49884 1802: u1801
49885 1803: u1802
49886 1804: u1803
49887 1805: u1804
49888 1806: u1805
49889 1807: u1806
49890 1808: u1807
49891 1809: u1808
49892 1810: u1809
49893 1811: u1810
49894 1812: u1811
49895 1813: u1812
49896 1814: u1813
49897 1815: u1814
49898 1816: u1815
49899 1817: u1816
49900 1818: u1817
49901 1819: u1818
49902 1820: u1819
49903 1821: u1820
49904 1822: u1821
49905 1823: u1822
49906 1824: u1823
49907 1825: u1824
49908 1826: u1825
49909 1827: u1826
49910 1828: u1827
49911 1829: u1828
49912 1830: u1829
49913 1831: u1830
49914 1832: u1831
49915 1833: u1832
49916 1834: u1833
49917 1835: u1834
49918 1836: u1835
49919 1837: u1836
49920 1838: u1837
49921 1839: u1838
49922 1840: u1839
49923 1841: u1840
49924 1842: u1841
49925 1843: u1842
49926 1844: u1843
49927 1845: u1844
49928 1846: u1845
49929 1847: u1846
49930 1848: u1847
49931 1849: u1848
49932 1850: u1849
49933 1851: u1850
49934 1852: u1851
49935 1853: u1852
49936 1854: u1853
49937 1855: u1854
49938 1856: u1855
49939 1857: u1856
49940 1858: u1857
49941 1859: u1858
49942 1860: u1859
49943 1861: u1860
49944 1862: u1861
49945 1863: u1862
49946 1864: u1863
49947 1865: u1864
49948 1866: u1865
49949 1867: u1866
49950 1868: u1867
49951 1869: u1868
49952 1870: u1869
49953 1871: u1870
49954 1872: u1871
49955 1873: u1872
49956 1874: u1873
49957 1875: u1874
49958 1876: u1875
49959 1877: u1876
49960 1878: u1877
49961 1879: u1878
49962 1880: u1879
49963 1881: u1880
49964 1882: u1881
49965 1883: u1882
49966 1884: u1883
49967 1885: u1884
49968 1886: u1885
49969 1887: u1886
49970 1888: u1887
49971 1889: u1888
49972 1890: u1889
49973 1891: u1890
49974 1892: u1891
49975 1893: u1892
49976 1894: u1893
49977 1895: u1894
49978 1896: u1895
49979 1897: u1896
49980 1898: u1897
49981 1899: u1898
49982 1900: u1899
49983 1901: u1900
49984 1902: u1901
49985 1903: u1902
49986 1904: u1903
49987 1905: u1904
49988 1906: u1905
49989 1907: u1906
49990 1908: u1907
49991 1909: u1908
49992 1910: u1909
49993 1911: u1910
49994 1912: u1911
49995 1913: u1912
49996 1914: u1913
49997 1915: u1914
49998 1916: u1915
49999 1917: u1916
50000 1918: u1917
50001 1919: u1918
50002 1920: u1919
50003 1921: u1920
50004 1922: u1921
50005 1923: u1922
50006 1924: u1923
50007 1925: u1924
50008 1926: u1925
50009 1927: u1926
50010 1928: u1927
50011 1929: u1928
50012 1930: u1929
50013 1931: u1930
50014 1932: u1931
50015 1933: u1932
50016 1934: u1933
50017 1935: u1934
50018 1936: u1935
50019 1937: u1936
50020 1938: u1937
50021 1939: u1938
50022 1940: u1939
50023 1941: u1940
50024 1942: u1941
50025 1943: u1942
50026 1944: u1943
50027 1945: u1944
50028 1946: u1945
50029 1947: u1946
50030 1948: u1947
50031 1949: u1948
50032 1950: u1949
50033 1951: u1950
50034 1952: u1951
50035 1953: u1952
50036 1954: u1953
50037 1955: u1954
50038 1956: u1955
50039 1957: u1956
50040 1958: u1957
50041 1959: u1958
50042 1960: u1959
50043 1961: u1960
50044 1962: u1961
50045 1963: u1962
50046 1964: u1963
50047 1965: u1964
50048 1966: u1965
50049 1967: u1966
50050 1968: u1967
50051 1969: u1968
50052 1970: u1969
50053 1971: u1970
50054 1972: u1971
50055 1973: u1972
50056 1974: u1973
50057 1975: u1974
50058 1976: u1975
50059 1977: u1976
50060 1978: u1977
50061 1979: u1978
50062 1980: u1979
50063 1981: u1980
50064 1982: u1981
50065 1983: u1982
50066 1984: u1983
50067 1985: u1984
50068 1986: u1985
50069 1987: u1986
50070 1988: u1987
50071 1989: u1988
50072 1990: u1989
50073 1991: u1990
50074 1992: u1991
50075 1993: u1992
50076 1994: u1993
50077 1995: u1994
50078 1996: u1995
50079 1997: u1996
50080 1998: u1997
50081 1999: u1998
50082 2000: u1999
50083 - name: outputMeasurementTemperature
50084 oid: 1.3.6.1.4.1.19947.1.3.2.1.8
50085 type: gauge
50086 help: The measured temperature of the power module. - 1.3.6.1.4.1.19947.1.3.2.1.8
50087 indexes:
50088 - labelname: outputIndex
50089 type: gauge
50090 enum_values:
50091 1: u0
50092 2: u1
50093 3: u2
50094 4: u3
50095 5: u4
50096 6: u5
50097 7: u6
50098 8: u7
50099 9: u8
50100 10: u9
50101 11: u10
50102 12: u11
50103 13: u12
50104 14: u13
50105 15: u14
50106 16: u15
50107 17: u16
50108 18: u17
50109 19: u18
50110 20: u19
50111 21: u20
50112 22: u21
50113 23: u22
50114 24: u23
50115 25: u24
50116 26: u25
50117 27: u26
50118 28: u27
50119 29: u28
50120 30: u29
50121 31: u30
50122 32: u31
50123 33: u32
50124 34: u33
50125 35: u34
50126 36: u35
50127 37: u36
50128 38: u37
50129 39: u38
50130 40: u39
50131 41: u40
50132 42: u41
50133 43: u42
50134 44: u43
50135 45: u44
50136 46: u45
50137 47: u46
50138 48: u47
50139 49: u48
50140 50: u49
50141 51: u50
50142 52: u51
50143 53: u52
50144 54: u53
50145 55: u54
50146 56: u55
50147 57: u56
50148 58: u57
50149 59: u58
50150 60: u59
50151 61: u60
50152 62: u61
50153 63: u62
50154 64: u63
50155 65: u64
50156 66: u65
50157 67: u66
50158 68: u67
50159 69: u68
50160 70: u69
50161 71: u70
50162 72: u71
50163 73: u72
50164 74: u73
50165 75: u74
50166 76: u75
50167 77: u76
50168 78: u77
50169 79: u78
50170 80: u79
50171 81: u80
50172 82: u81
50173 83: u82
50174 84: u83
50175 85: u84
50176 86: u85
50177 87: u86
50178 88: u87
50179 89: u88
50180 90: u89
50181 91: u90
50182 92: u91
50183 93: u92
50184 94: u93
50185 95: u94
50186 96: u95
50187 97: u96
50188 98: u97
50189 99: u98
50190 100: u99
50191 101: u100
50192 102: u101
50193 103: u102
50194 104: u103
50195 105: u104
50196 106: u105
50197 107: u106
50198 108: u107
50199 109: u108
50200 110: u109
50201 111: u110
50202 112: u111
50203 113: u112
50204 114: u113
50205 115: u114
50206 116: u115
50207 117: u116
50208 118: u117
50209 119: u118
50210 120: u119
50211 121: u120
50212 122: u121
50213 123: u122
50214 124: u123
50215 125: u124
50216 126: u125
50217 127: u126
50218 128: u127
50219 129: u128
50220 130: u129
50221 131: u130
50222 132: u131
50223 133: u132
50224 134: u133
50225 135: u134
50226 136: u135
50227 137: u136
50228 138: u137
50229 139: u138
50230 140: u139
50231 141: u140
50232 142: u141
50233 143: u142
50234 144: u143
50235 145: u144
50236 146: u145
50237 147: u146
50238 148: u147
50239 149: u148
50240 150: u149
50241 151: u150
50242 152: u151
50243 153: u152
50244 154: u153
50245 155: u154
50246 156: u155
50247 157: u156
50248 158: u157
50249 159: u158
50250 160: u159
50251 161: u160
50252 162: u161
50253 163: u162
50254 164: u163
50255 165: u164
50256 166: u165
50257 167: u166
50258 168: u167
50259 169: u168
50260 170: u169
50261 171: u170
50262 172: u171
50263 173: u172
50264 174: u173
50265 175: u174
50266 176: u175
50267 177: u176
50268 178: u177
50269 179: u178
50270 180: u179
50271 181: u180
50272 182: u181
50273 183: u182
50274 184: u183
50275 185: u184
50276 186: u185
50277 187: u186
50278 188: u187
50279 189: u188
50280 190: u189
50281 191: u190
50282 192: u191
50283 193: u192
50284 194: u193
50285 195: u194
50286 196: u195
50287 197: u196
50288 198: u197
50289 199: u198
50290 200: u199
50291 201: u200
50292 202: u201
50293 203: u202
50294 204: u203
50295 205: u204
50296 206: u205
50297 207: u206
50298 208: u207
50299 209: u208
50300 210: u209
50301 211: u210
50302 212: u211
50303 213: u212
50304 214: u213
50305 215: u214
50306 216: u215
50307 217: u216
50308 218: u217
50309 219: u218
50310 220: u219
50311 221: u220
50312 222: u221
50313 223: u222
50314 224: u223
50315 225: u224
50316 226: u225
50317 227: u226
50318 228: u227
50319 229: u228
50320 230: u229
50321 231: u230
50322 232: u231
50323 233: u232
50324 234: u233
50325 235: u234
50326 236: u235
50327 237: u236
50328 238: u237
50329 239: u238
50330 240: u239
50331 241: u240
50332 242: u241
50333 243: u242
50334 244: u243
50335 245: u244
50336 246: u245
50337 247: u246
50338 248: u247
50339 249: u248
50340 250: u249
50341 251: u250
50342 252: u251
50343 253: u252
50344 254: u253
50345 255: u254
50346 256: u255
50347 257: u256
50348 258: u257
50349 259: u258
50350 260: u259
50351 261: u260
50352 262: u261
50353 263: u262
50354 264: u263
50355 265: u264
50356 266: u265
50357 267: u266
50358 268: u267
50359 269: u268
50360 270: u269
50361 271: u270
50362 272: u271
50363 273: u272
50364 274: u273
50365 275: u274
50366 276: u275
50367 277: u276
50368 278: u277
50369 279: u278
50370 280: u279
50371 281: u280
50372 282: u281
50373 283: u282
50374 284: u283
50375 285: u284
50376 286: u285
50377 287: u286
50378 288: u287
50379 289: u288
50380 290: u289
50381 291: u290
50382 292: u291
50383 293: u292
50384 294: u293
50385 295: u294
50386 296: u295
50387 297: u296
50388 298: u297
50389 299: u298
50390 300: u299
50391 301: u300
50392 302: u301
50393 303: u302
50394 304: u303
50395 305: u304
50396 306: u305
50397 307: u306
50398 308: u307
50399 309: u308
50400 310: u309
50401 311: u310
50402 312: u311
50403 313: u312
50404 314: u313
50405 315: u314
50406 316: u315
50407 317: u316
50408 318: u317
50409 319: u318
50410 320: u319
50411 321: u320
50412 322: u321
50413 323: u322
50414 324: u323
50415 325: u324
50416 326: u325
50417 327: u326
50418 328: u327
50419 329: u328
50420 330: u329
50421 331: u330
50422 332: u331
50423 333: u332
50424 334: u333
50425 335: u334
50426 336: u335
50427 337: u336
50428 338: u337
50429 339: u338
50430 340: u339
50431 341: u340
50432 342: u341
50433 343: u342
50434 344: u343
50435 345: u344
50436 346: u345
50437 347: u346
50438 348: u347
50439 349: u348
50440 350: u349
50441 351: u350
50442 352: u351
50443 353: u352
50444 354: u353
50445 355: u354
50446 356: u355
50447 357: u356
50448 358: u357
50449 359: u358
50450 360: u359
50451 361: u360
50452 362: u361
50453 363: u362
50454 364: u363
50455 365: u364
50456 366: u365
50457 367: u366
50458 368: u367
50459 369: u368
50460 370: u369
50461 371: u370
50462 372: u371
50463 373: u372
50464 374: u373
50465 375: u374
50466 376: u375
50467 377: u376
50468 378: u377
50469 379: u378
50470 380: u379
50471 381: u380
50472 382: u381
50473 383: u382
50474 384: u383
50475 385: u384
50476 386: u385
50477 387: u386
50478 388: u387
50479 389: u388
50480 390: u389
50481 391: u390
50482 392: u391
50483 393: u392
50484 394: u393
50485 395: u394
50486 396: u395
50487 397: u396
50488 398: u397
50489 399: u398
50490 400: u399
50491 401: u400
50492 402: u401
50493 403: u402
50494 404: u403
50495 405: u404
50496 406: u405
50497 407: u406
50498 408: u407
50499 409: u408
50500 410: u409
50501 411: u410
50502 412: u411
50503 413: u412
50504 414: u413
50505 415: u414
50506 416: u415
50507 417: u416
50508 418: u417
50509 419: u418
50510 420: u419
50511 421: u420
50512 422: u421
50513 423: u422
50514 424: u423
50515 425: u424
50516 426: u425
50517 427: u426
50518 428: u427
50519 429: u428
50520 430: u429
50521 431: u430
50522 432: u431
50523 433: u432
50524 434: u433
50525 435: u434
50526 436: u435
50527 437: u436
50528 438: u437
50529 439: u438
50530 440: u439
50531 441: u440
50532 442: u441
50533 443: u442
50534 444: u443
50535 445: u444
50536 446: u445
50537 447: u446
50538 448: u447
50539 449: u448
50540 450: u449
50541 451: u450
50542 452: u451
50543 453: u452
50544 454: u453
50545 455: u454
50546 456: u455
50547 457: u456
50548 458: u457
50549 459: u458
50550 460: u459
50551 461: u460
50552 462: u461
50553 463: u462
50554 464: u463
50555 465: u464
50556 466: u465
50557 467: u466
50558 468: u467
50559 469: u468
50560 470: u469
50561 471: u470
50562 472: u471
50563 473: u472
50564 474: u473
50565 475: u474
50566 476: u475
50567 477: u476
50568 478: u477
50569 479: u478
50570 480: u479
50571 481: u480
50572 482: u481
50573 483: u482
50574 484: u483
50575 485: u484
50576 486: u485
50577 487: u486
50578 488: u487
50579 489: u488
50580 490: u489
50581 491: u490
50582 492: u491
50583 493: u492
50584 494: u493
50585 495: u494
50586 496: u495
50587 497: u496
50588 498: u497
50589 499: u498
50590 500: u499
50591 501: u500
50592 502: u501
50593 503: u502
50594 504: u503
50595 505: u504
50596 506: u505
50597 507: u506
50598 508: u507
50599 509: u508
50600 510: u509
50601 511: u510
50602 512: u511
50603 513: u512
50604 514: u513
50605 515: u514
50606 516: u515
50607 517: u516
50608 518: u517
50609 519: u518
50610 520: u519
50611 521: u520
50612 522: u521
50613 523: u522
50614 524: u523
50615 525: u524
50616 526: u525
50617 527: u526
50618 528: u527
50619 529: u528
50620 530: u529
50621 531: u530
50622 532: u531
50623 533: u532
50624 534: u533
50625 535: u534
50626 536: u535
50627 537: u536
50628 538: u537
50629 539: u538
50630 540: u539
50631 541: u540
50632 542: u541
50633 543: u542
50634 544: u543
50635 545: u544
50636 546: u545
50637 547: u546
50638 548: u547
50639 549: u548
50640 550: u549
50641 551: u550
50642 552: u551
50643 553: u552
50644 554: u553
50645 555: u554
50646 556: u555
50647 557: u556
50648 558: u557
50649 559: u558
50650 560: u559
50651 561: u560
50652 562: u561
50653 563: u562
50654 564: u563
50655 565: u564
50656 566: u565
50657 567: u566
50658 568: u567
50659 569: u568
50660 570: u569
50661 571: u570
50662 572: u571
50663 573: u572
50664 574: u573
50665 575: u574
50666 576: u575
50667 577: u576
50668 578: u577
50669 579: u578
50670 580: u579
50671 581: u580
50672 582: u581
50673 583: u582
50674 584: u583
50675 585: u584
50676 586: u585
50677 587: u586
50678 588: u587
50679 589: u588
50680 590: u589
50681 591: u590
50682 592: u591
50683 593: u592
50684 594: u593
50685 595: u594
50686 596: u595
50687 597: u596
50688 598: u597
50689 599: u598
50690 600: u599
50691 601: u600
50692 602: u601
50693 603: u602
50694 604: u603
50695 605: u604
50696 606: u605
50697 607: u606
50698 608: u607
50699 609: u608
50700 610: u609
50701 611: u610
50702 612: u611
50703 613: u612
50704 614: u613
50705 615: u614
50706 616: u615
50707 617: u616
50708 618: u617
50709 619: u618
50710 620: u619
50711 621: u620
50712 622: u621
50713 623: u622
50714 624: u623
50715 625: u624
50716 626: u625
50717 627: u626
50718 628: u627
50719 629: u628
50720 630: u629
50721 631: u630
50722 632: u631
50723 633: u632
50724 634: u633
50725 635: u634
50726 636: u635
50727 637: u636
50728 638: u637
50729 639: u638
50730 640: u639
50731 641: u640
50732 642: u641
50733 643: u642
50734 644: u643
50735 645: u644
50736 646: u645
50737 647: u646
50738 648: u647
50739 649: u648
50740 650: u649
50741 651: u650
50742 652: u651
50743 653: u652
50744 654: u653
50745 655: u654
50746 656: u655
50747 657: u656
50748 658: u657
50749 659: u658
50750 660: u659
50751 661: u660
50752 662: u661
50753 663: u662
50754 664: u663
50755 665: u664
50756 666: u665
50757 667: u666
50758 668: u667
50759 669: u668
50760 670: u669
50761 671: u670
50762 672: u671
50763 673: u672
50764 674: u673
50765 675: u674
50766 676: u675
50767 677: u676
50768 678: u677
50769 679: u678
50770 680: u679
50771 681: u680
50772 682: u681
50773 683: u682
50774 684: u683
50775 685: u684
50776 686: u685
50777 687: u686
50778 688: u687
50779 689: u688
50780 690: u689
50781 691: u690
50782 692: u691
50783 693: u692
50784 694: u693
50785 695: u694
50786 696: u695
50787 697: u696
50788 698: u697
50789 699: u698
50790 700: u699
50791 701: u700
50792 702: u701
50793 703: u702
50794 704: u703
50795 705: u704
50796 706: u705
50797 707: u706
50798 708: u707
50799 709: u708
50800 710: u709
50801 711: u710
50802 712: u711
50803 713: u712
50804 714: u713
50805 715: u714
50806 716: u715
50807 717: u716
50808 718: u717
50809 719: u718
50810 720: u719
50811 721: u720
50812 722: u721
50813 723: u722
50814 724: u723
50815 725: u724
50816 726: u725
50817 727: u726
50818 728: u727
50819 729: u728
50820 730: u729
50821 731: u730
50822 732: u731
50823 733: u732
50824 734: u733
50825 735: u734
50826 736: u735
50827 737: u736
50828 738: u737
50829 739: u738
50830 740: u739
50831 741: u740
50832 742: u741
50833 743: u742
50834 744: u743
50835 745: u744
50836 746: u745
50837 747: u746
50838 748: u747
50839 749: u748
50840 750: u749
50841 751: u750
50842 752: u751
50843 753: u752
50844 754: u753
50845 755: u754
50846 756: u755
50847 757: u756
50848 758: u757
50849 759: u758
50850 760: u759
50851 761: u760
50852 762: u761
50853 763: u762
50854 764: u763
50855 765: u764
50856 766: u765
50857 767: u766
50858 768: u767
50859 769: u768
50860 770: u769
50861 771: u770
50862 772: u771
50863 773: u772
50864 774: u773
50865 775: u774
50866 776: u775
50867 777: u776
50868 778: u777
50869 779: u778
50870 780: u779
50871 781: u780
50872 782: u781
50873 783: u782
50874 784: u783
50875 785: u784
50876 786: u785
50877 787: u786
50878 788: u787
50879 789: u788
50880 790: u789
50881 791: u790
50882 792: u791
50883 793: u792
50884 794: u793
50885 795: u794
50886 796: u795
50887 797: u796
50888 798: u797
50889 799: u798
50890 800: u799
50891 801: u800
50892 802: u801
50893 803: u802
50894 804: u803
50895 805: u804
50896 806: u805
50897 807: u806
50898 808: u807
50899 809: u808
50900 810: u809
50901 811: u810
50902 812: u811
50903 813: u812
50904 814: u813
50905 815: u814
50906 816: u815
50907 817: u816
50908 818: u817
50909 819: u818
50910 820: u819
50911 821: u820
50912 822: u821
50913 823: u822
50914 824: u823
50915 825: u824
50916 826: u825
50917 827: u826
50918 828: u827
50919 829: u828
50920 830: u829
50921 831: u830
50922 832: u831
50923 833: u832
50924 834: u833
50925 835: u834
50926 836: u835
50927 837: u836
50928 838: u837
50929 839: u838
50930 840: u839
50931 841: u840
50932 842: u841
50933 843: u842
50934 844: u843
50935 845: u844
50936 846: u845
50937 847: u846
50938 848: u847
50939 849: u848
50940 850: u849
50941 851: u850
50942 852: u851
50943 853: u852
50944 854: u853
50945 855: u854
50946 856: u855
50947 857: u856
50948 858: u857
50949 859: u858
50950 860: u859
50951 861: u860
50952 862: u861
50953 863: u862
50954 864: u863
50955 865: u864
50956 866: u865
50957 867: u866
50958 868: u867
50959 869: u868
50960 870: u869
50961 871: u870
50962 872: u871
50963 873: u872
50964 874: u873
50965 875: u874
50966 876: u875
50967 877: u876
50968 878: u877
50969 879: u878
50970 880: u879
50971 881: u880
50972 882: u881
50973 883: u882
50974 884: u883
50975 885: u884
50976 886: u885
50977 887: u886
50978 888: u887
50979 889: u888
50980 890: u889
50981 891: u890
50982 892: u891
50983 893: u892
50984 894: u893
50985 895: u894
50986 896: u895
50987 897: u896
50988 898: u897
50989 899: u898
50990 900: u899
50991 901: u900
50992 902: u901
50993 903: u902
50994 904: u903
50995 905: u904
50996 906: u905
50997 907: u906
50998 908: u907
50999 909: u908
51000 910: u909
51001 911: u910
51002 912: u911
51003 913: u912
51004 914: u913
51005 915: u914
51006 916: u915
51007 917: u916
51008 918: u917
51009 919: u918
51010 920: u919
51011 921: u920
51012 922: u921
51013 923: u922
51014 924: u923
51015 925: u924
51016 926: u925
51017 927: u926
51018 928: u927
51019 929: u928
51020 930: u929
51021 931: u930
51022 932: u931
51023 933: u932
51024 934: u933
51025 935: u934
51026 936: u935
51027 937: u936
51028 938: u937
51029 939: u938
51030 940: u939
51031 941: u940
51032 942: u941
51033 943: u942
51034 944: u943
51035 945: u944
51036 946: u945
51037 947: u946
51038 948: u947
51039 949: u948
51040 950: u949
51041 951: u950
51042 952: u951
51043 953: u952
51044 954: u953
51045 955: u954
51046 956: u955
51047 957: u956
51048 958: u957
51049 959: u958
51050 960: u959
51051 961: u960
51052 962: u961
51053 963: u962
51054 964: u963
51055 965: u964
51056 966: u965
51057 967: u966
51058 968: u967
51059 969: u968
51060 970: u969
51061 971: u970
51062 972: u971
51063 973: u972
51064 974: u973
51065 975: u974
51066 976: u975
51067 977: u976
51068 978: u977
51069 979: u978
51070 980: u979
51071 981: u980
51072 982: u981
51073 983: u982
51074 984: u983
51075 985: u984
51076 986: u985
51077 987: u986
51078 988: u987
51079 989: u988
51080 990: u989
51081 991: u990
51082 992: u991
51083 993: u992
51084 994: u993
51085 995: u994
51086 996: u995
51087 997: u996
51088 998: u997
51089 999: u998
51090 1000: u999
51091 1001: u1000
51092 1002: u1001
51093 1003: u1002
51094 1004: u1003
51095 1005: u1004
51096 1006: u1005
51097 1007: u1006
51098 1008: u1007
51099 1009: u1008
51100 1010: u1009
51101 1011: u1010
51102 1012: u1011
51103 1013: u1012
51104 1014: u1013
51105 1015: u1014
51106 1016: u1015
51107 1017: u1016
51108 1018: u1017
51109 1019: u1018
51110 1020: u1019
51111 1021: u1020
51112 1022: u1021
51113 1023: u1022
51114 1024: u1023
51115 1025: u1024
51116 1026: u1025
51117 1027: u1026
51118 1028: u1027
51119 1029: u1028
51120 1030: u1029
51121 1031: u1030
51122 1032: u1031
51123 1033: u1032
51124 1034: u1033
51125 1035: u1034
51126 1036: u1035
51127 1037: u1036
51128 1038: u1037
51129 1039: u1038
51130 1040: u1039
51131 1041: u1040
51132 1042: u1041
51133 1043: u1042
51134 1044: u1043
51135 1045: u1044
51136 1046: u1045
51137 1047: u1046
51138 1048: u1047
51139 1049: u1048
51140 1050: u1049
51141 1051: u1050
51142 1052: u1051
51143 1053: u1052
51144 1054: u1053
51145 1055: u1054
51146 1056: u1055
51147 1057: u1056
51148 1058: u1057
51149 1059: u1058
51150 1060: u1059
51151 1061: u1060
51152 1062: u1061
51153 1063: u1062
51154 1064: u1063
51155 1065: u1064
51156 1066: u1065
51157 1067: u1066
51158 1068: u1067
51159 1069: u1068
51160 1070: u1069
51161 1071: u1070
51162 1072: u1071
51163 1073: u1072
51164 1074: u1073
51165 1075: u1074
51166 1076: u1075
51167 1077: u1076
51168 1078: u1077
51169 1079: u1078
51170 1080: u1079
51171 1081: u1080
51172 1082: u1081
51173 1083: u1082
51174 1084: u1083
51175 1085: u1084
51176 1086: u1085
51177 1087: u1086
51178 1088: u1087
51179 1089: u1088
51180 1090: u1089
51181 1091: u1090
51182 1092: u1091
51183 1093: u1092
51184 1094: u1093
51185 1095: u1094
51186 1096: u1095
51187 1097: u1096
51188 1098: u1097
51189 1099: u1098
51190 1100: u1099
51191 1101: u1100
51192 1102: u1101
51193 1103: u1102
51194 1104: u1103
51195 1105: u1104
51196 1106: u1105
51197 1107: u1106
51198 1108: u1107
51199 1109: u1108
51200 1110: u1109
51201 1111: u1110
51202 1112: u1111
51203 1113: u1112
51204 1114: u1113
51205 1115: u1114
51206 1116: u1115
51207 1117: u1116
51208 1118: u1117
51209 1119: u1118
51210 1120: u1119
51211 1121: u1120
51212 1122: u1121
51213 1123: u1122
51214 1124: u1123
51215 1125: u1124
51216 1126: u1125
51217 1127: u1126
51218 1128: u1127
51219 1129: u1128
51220 1130: u1129
51221 1131: u1130
51222 1132: u1131
51223 1133: u1132
51224 1134: u1133
51225 1135: u1134
51226 1136: u1135
51227 1137: u1136
51228 1138: u1137
51229 1139: u1138
51230 1140: u1139
51231 1141: u1140
51232 1142: u1141
51233 1143: u1142
51234 1144: u1143
51235 1145: u1144
51236 1146: u1145
51237 1147: u1146
51238 1148: u1147
51239 1149: u1148
51240 1150: u1149
51241 1151: u1150
51242 1152: u1151
51243 1153: u1152
51244 1154: u1153
51245 1155: u1154
51246 1156: u1155
51247 1157: u1156
51248 1158: u1157
51249 1159: u1158
51250 1160: u1159
51251 1161: u1160
51252 1162: u1161
51253 1163: u1162
51254 1164: u1163
51255 1165: u1164
51256 1166: u1165
51257 1167: u1166
51258 1168: u1167
51259 1169: u1168
51260 1170: u1169
51261 1171: u1170
51262 1172: u1171
51263 1173: u1172
51264 1174: u1173
51265 1175: u1174
51266 1176: u1175
51267 1177: u1176
51268 1178: u1177
51269 1179: u1178
51270 1180: u1179
51271 1181: u1180
51272 1182: u1181
51273 1183: u1182
51274 1184: u1183
51275 1185: u1184
51276 1186: u1185
51277 1187: u1186
51278 1188: u1187
51279 1189: u1188
51280 1190: u1189
51281 1191: u1190
51282 1192: u1191
51283 1193: u1192
51284 1194: u1193
51285 1195: u1194
51286 1196: u1195
51287 1197: u1196
51288 1198: u1197
51289 1199: u1198
51290 1200: u1199
51291 1201: u1200
51292 1202: u1201
51293 1203: u1202
51294 1204: u1203
51295 1205: u1204
51296 1206: u1205
51297 1207: u1206
51298 1208: u1207
51299 1209: u1208
51300 1210: u1209
51301 1211: u1210
51302 1212: u1211
51303 1213: u1212
51304 1214: u1213
51305 1215: u1214
51306 1216: u1215
51307 1217: u1216
51308 1218: u1217
51309 1219: u1218
51310 1220: u1219
51311 1221: u1220
51312 1222: u1221
51313 1223: u1222
51314 1224: u1223
51315 1225: u1224
51316 1226: u1225
51317 1227: u1226
51318 1228: u1227
51319 1229: u1228
51320 1230: u1229
51321 1231: u1230
51322 1232: u1231
51323 1233: u1232
51324 1234: u1233
51325 1235: u1234
51326 1236: u1235
51327 1237: u1236
51328 1238: u1237
51329 1239: u1238
51330 1240: u1239
51331 1241: u1240
51332 1242: u1241
51333 1243: u1242
51334 1244: u1243
51335 1245: u1244
51336 1246: u1245
51337 1247: u1246
51338 1248: u1247
51339 1249: u1248
51340 1250: u1249
51341 1251: u1250
51342 1252: u1251
51343 1253: u1252
51344 1254: u1253
51345 1255: u1254
51346 1256: u1255
51347 1257: u1256
51348 1258: u1257
51349 1259: u1258
51350 1260: u1259
51351 1261: u1260
51352 1262: u1261
51353 1263: u1262
51354 1264: u1263
51355 1265: u1264
51356 1266: u1265
51357 1267: u1266
51358 1268: u1267
51359 1269: u1268
51360 1270: u1269
51361 1271: u1270
51362 1272: u1271
51363 1273: u1272
51364 1274: u1273
51365 1275: u1274
51366 1276: u1275
51367 1277: u1276
51368 1278: u1277
51369 1279: u1278
51370 1280: u1279
51371 1281: u1280
51372 1282: u1281
51373 1283: u1282
51374 1284: u1283
51375 1285: u1284
51376 1286: u1285
51377 1287: u1286
51378 1288: u1287
51379 1289: u1288
51380 1290: u1289
51381 1291: u1290
51382 1292: u1291
51383 1293: u1292
51384 1294: u1293
51385 1295: u1294
51386 1296: u1295
51387 1297: u1296
51388 1298: u1297
51389 1299: u1298
51390 1300: u1299
51391 1301: u1300
51392 1302: u1301
51393 1303: u1302
51394 1304: u1303
51395 1305: u1304
51396 1306: u1305
51397 1307: u1306
51398 1308: u1307
51399 1309: u1308
51400 1310: u1309
51401 1311: u1310
51402 1312: u1311
51403 1313: u1312
51404 1314: u1313
51405 1315: u1314
51406 1316: u1315
51407 1317: u1316
51408 1318: u1317
51409 1319: u1318
51410 1320: u1319
51411 1321: u1320
51412 1322: u1321
51413 1323: u1322
51414 1324: u1323
51415 1325: u1324
51416 1326: u1325
51417 1327: u1326
51418 1328: u1327
51419 1329: u1328
51420 1330: u1329
51421 1331: u1330
51422 1332: u1331
51423 1333: u1332
51424 1334: u1333
51425 1335: u1334
51426 1336: u1335
51427 1337: u1336
51428 1338: u1337
51429 1339: u1338
51430 1340: u1339
51431 1341: u1340
51432 1342: u1341
51433 1343: u1342
51434 1344: u1343
51435 1345: u1344
51436 1346: u1345
51437 1347: u1346
51438 1348: u1347
51439 1349: u1348
51440 1350: u1349
51441 1351: u1350
51442 1352: u1351
51443 1353: u1352
51444 1354: u1353
51445 1355: u1354
51446 1356: u1355
51447 1357: u1356
51448 1358: u1357
51449 1359: u1358
51450 1360: u1359
51451 1361: u1360
51452 1362: u1361
51453 1363: u1362
51454 1364: u1363
51455 1365: u1364
51456 1366: u1365
51457 1367: u1366
51458 1368: u1367
51459 1369: u1368
51460 1370: u1369
51461 1371: u1370
51462 1372: u1371
51463 1373: u1372
51464 1374: u1373
51465 1375: u1374
51466 1376: u1375
51467 1377: u1376
51468 1378: u1377
51469 1379: u1378
51470 1380: u1379
51471 1381: u1380
51472 1382: u1381
51473 1383: u1382
51474 1384: u1383
51475 1385: u1384
51476 1386: u1385
51477 1387: u1386
51478 1388: u1387
51479 1389: u1388
51480 1390: u1389
51481 1391: u1390
51482 1392: u1391
51483 1393: u1392
51484 1394: u1393
51485 1395: u1394
51486 1396: u1395
51487 1397: u1396
51488 1398: u1397
51489 1399: u1398
51490 1400: u1399
51491 1401: u1400
51492 1402: u1401
51493 1403: u1402
51494 1404: u1403
51495 1405: u1404
51496 1406: u1405
51497 1407: u1406
51498 1408: u1407
51499 1409: u1408
51500 1410: u1409
51501 1411: u1410
51502 1412: u1411
51503 1413: u1412
51504 1414: u1413
51505 1415: u1414
51506 1416: u1415
51507 1417: u1416
51508 1418: u1417
51509 1419: u1418
51510 1420: u1419
51511 1421: u1420
51512 1422: u1421
51513 1423: u1422
51514 1424: u1423
51515 1425: u1424
51516 1426: u1425
51517 1427: u1426
51518 1428: u1427
51519 1429: u1428
51520 1430: u1429
51521 1431: u1430
51522 1432: u1431
51523 1433: u1432
51524 1434: u1433
51525 1435: u1434
51526 1436: u1435
51527 1437: u1436
51528 1438: u1437
51529 1439: u1438
51530 1440: u1439
51531 1441: u1440
51532 1442: u1441
51533 1443: u1442
51534 1444: u1443
51535 1445: u1444
51536 1446: u1445
51537 1447: u1446
51538 1448: u1447
51539 1449: u1448
51540 1450: u1449
51541 1451: u1450
51542 1452: u1451
51543 1453: u1452
51544 1454: u1453
51545 1455: u1454
51546 1456: u1455
51547 1457: u1456
51548 1458: u1457
51549 1459: u1458
51550 1460: u1459
51551 1461: u1460
51552 1462: u1461
51553 1463: u1462
51554 1464: u1463
51555 1465: u1464
51556 1466: u1465
51557 1467: u1466
51558 1468: u1467
51559 1469: u1468
51560 1470: u1469
51561 1471: u1470
51562 1472: u1471
51563 1473: u1472
51564 1474: u1473
51565 1475: u1474
51566 1476: u1475
51567 1477: u1476
51568 1478: u1477
51569 1479: u1478
51570 1480: u1479
51571 1481: u1480
51572 1482: u1481
51573 1483: u1482
51574 1484: u1483
51575 1485: u1484
51576 1486: u1485
51577 1487: u1486
51578 1488: u1487
51579 1489: u1488
51580 1490: u1489
51581 1491: u1490
51582 1492: u1491
51583 1493: u1492
51584 1494: u1493
51585 1495: u1494
51586 1496: u1495
51587 1497: u1496
51588 1498: u1497
51589 1499: u1498
51590 1500: u1499
51591 1501: u1500
51592 1502: u1501
51593 1503: u1502
51594 1504: u1503
51595 1505: u1504
51596 1506: u1505
51597 1507: u1506
51598 1508: u1507
51599 1509: u1508
51600 1510: u1509
51601 1511: u1510
51602 1512: u1511
51603 1513: u1512
51604 1514: u1513
51605 1515: u1514
51606 1516: u1515
51607 1517: u1516
51608 1518: u1517
51609 1519: u1518
51610 1520: u1519
51611 1521: u1520
51612 1522: u1521
51613 1523: u1522
51614 1524: u1523
51615 1525: u1524
51616 1526: u1525
51617 1527: u1526
51618 1528: u1527
51619 1529: u1528
51620 1530: u1529
51621 1531: u1530
51622 1532: u1531
51623 1533: u1532
51624 1534: u1533
51625 1535: u1534
51626 1536: u1535
51627 1537: u1536
51628 1538: u1537
51629 1539: u1538
51630 1540: u1539
51631 1541: u1540
51632 1542: u1541
51633 1543: u1542
51634 1544: u1543
51635 1545: u1544
51636 1546: u1545
51637 1547: u1546
51638 1548: u1547
51639 1549: u1548
51640 1550: u1549
51641 1551: u1550
51642 1552: u1551
51643 1553: u1552
51644 1554: u1553
51645 1555: u1554
51646 1556: u1555
51647 1557: u1556
51648 1558: u1557
51649 1559: u1558
51650 1560: u1559
51651 1561: u1560
51652 1562: u1561
51653 1563: u1562
51654 1564: u1563
51655 1565: u1564
51656 1566: u1565
51657 1567: u1566
51658 1568: u1567
51659 1569: u1568
51660 1570: u1569
51661 1571: u1570
51662 1572: u1571
51663 1573: u1572
51664 1574: u1573
51665 1575: u1574
51666 1576: u1575
51667 1577: u1576
51668 1578: u1577
51669 1579: u1578
51670 1580: u1579
51671 1581: u1580
51672 1582: u1581
51673 1583: u1582
51674 1584: u1583
51675 1585: u1584
51676 1586: u1585
51677 1587: u1586
51678 1588: u1587
51679 1589: u1588
51680 1590: u1589
51681 1591: u1590
51682 1592: u1591
51683 1593: u1592
51684 1594: u1593
51685 1595: u1594
51686 1596: u1595
51687 1597: u1596
51688 1598: u1597
51689 1599: u1598
51690 1600: u1599
51691 1601: u1600
51692 1602: u1601
51693 1603: u1602
51694 1604: u1603
51695 1605: u1604
51696 1606: u1605
51697 1607: u1606
51698 1608: u1607
51699 1609: u1608
51700 1610: u1609
51701 1611: u1610
51702 1612: u1611
51703 1613: u1612
51704 1614: u1613
51705 1615: u1614
51706 1616: u1615
51707 1617: u1616
51708 1618: u1617
51709 1619: u1618
51710 1620: u1619
51711 1621: u1620
51712 1622: u1621
51713 1623: u1622
51714 1624: u1623
51715 1625: u1624
51716 1626: u1625
51717 1627: u1626
51718 1628: u1627
51719 1629: u1628
51720 1630: u1629
51721 1631: u1630
51722 1632: u1631
51723 1633: u1632
51724 1634: u1633
51725 1635: u1634
51726 1636: u1635
51727 1637: u1636
51728 1638: u1637
51729 1639: u1638
51730 1640: u1639
51731 1641: u1640
51732 1642: u1641
51733 1643: u1642
51734 1644: u1643
51735 1645: u1644
51736 1646: u1645
51737 1647: u1646
51738 1648: u1647
51739 1649: u1648
51740 1650: u1649
51741 1651: u1650
51742 1652: u1651
51743 1653: u1652
51744 1654: u1653
51745 1655: u1654
51746 1656: u1655
51747 1657: u1656
51748 1658: u1657
51749 1659: u1658
51750 1660: u1659
51751 1661: u1660
51752 1662: u1661
51753 1663: u1662
51754 1664: u1663
51755 1665: u1664
51756 1666: u1665
51757 1667: u1666
51758 1668: u1667
51759 1669: u1668
51760 1670: u1669
51761 1671: u1670
51762 1672: u1671
51763 1673: u1672
51764 1674: u1673
51765 1675: u1674
51766 1676: u1675
51767 1677: u1676
51768 1678: u1677
51769 1679: u1678
51770 1680: u1679
51771 1681: u1680
51772 1682: u1681
51773 1683: u1682
51774 1684: u1683
51775 1685: u1684
51776 1686: u1685
51777 1687: u1686
51778 1688: u1687
51779 1689: u1688
51780 1690: u1689
51781 1691: u1690
51782 1692: u1691
51783 1693: u1692
51784 1694: u1693
51785 1695: u1694
51786 1696: u1695
51787 1697: u1696
51788 1698: u1697
51789 1699: u1698
51790 1700: u1699
51791 1701: u1700
51792 1702: u1701
51793 1703: u1702
51794 1704: u1703
51795 1705: u1704
51796 1706: u1705
51797 1707: u1706
51798 1708: u1707
51799 1709: u1708
51800 1710: u1709
51801 1711: u1710
51802 1712: u1711
51803 1713: u1712
51804 1714: u1713
51805 1715: u1714
51806 1716: u1715
51807 1717: u1716
51808 1718: u1717
51809 1719: u1718
51810 1720: u1719
51811 1721: u1720
51812 1722: u1721
51813 1723: u1722
51814 1724: u1723
51815 1725: u1724
51816 1726: u1725
51817 1727: u1726
51818 1728: u1727
51819 1729: u1728
51820 1730: u1729
51821 1731: u1730
51822 1732: u1731
51823 1733: u1732
51824 1734: u1733
51825 1735: u1734
51826 1736: u1735
51827 1737: u1736
51828 1738: u1737
51829 1739: u1738
51830 1740: u1739
51831 1741: u1740
51832 1742: u1741
51833 1743: u1742
51834 1744: u1743
51835 1745: u1744
51836 1746: u1745
51837 1747: u1746
51838 1748: u1747
51839 1749: u1748
51840 1750: u1749
51841 1751: u1750
51842 1752: u1751
51843 1753: u1752
51844 1754: u1753
51845 1755: u1754
51846 1756: u1755
51847 1757: u1756
51848 1758: u1757
51849 1759: u1758
51850 1760: u1759
51851 1761: u1760
51852 1762: u1761
51853 1763: u1762
51854 1764: u1763
51855 1765: u1764
51856 1766: u1765
51857 1767: u1766
51858 1768: u1767
51859 1769: u1768
51860 1770: u1769
51861 1771: u1770
51862 1772: u1771
51863 1773: u1772
51864 1774: u1773
51865 1775: u1774
51866 1776: u1775
51867 1777: u1776
51868 1778: u1777
51869 1779: u1778
51870 1780: u1779
51871 1781: u1780
51872 1782: u1781
51873 1783: u1782
51874 1784: u1783
51875 1785: u1784
51876 1786: u1785
51877 1787: u1786
51878 1788: u1787
51879 1789: u1788
51880 1790: u1789
51881 1791: u1790
51882 1792: u1791
51883 1793: u1792
51884 1794: u1793
51885 1795: u1794
51886 1796: u1795
51887 1797: u1796
51888 1798: u1797
51889 1799: u1798
51890 1800: u1799
51891 1801: u1800
51892 1802: u1801
51893 1803: u1802
51894 1804: u1803
51895 1805: u1804
51896 1806: u1805
51897 1807: u1806
51898 1808: u1807
51899 1809: u1808
51900 1810: u1809
51901 1811: u1810
51902 1812: u1811
51903 1813: u1812
51904 1814: u1813
51905 1815: u1814
51906 1816: u1815
51907 1817: u1816
51908 1818: u1817
51909 1819: u1818
51910 1820: u1819
51911 1821: u1820
51912 1822: u1821
51913 1823: u1822
51914 1824: u1823
51915 1825: u1824
51916 1826: u1825
51917 1827: u1826
51918 1828: u1827
51919 1829: u1828
51920 1830: u1829
51921 1831: u1830
51922 1832: u1831
51923 1833: u1832
51924 1834: u1833
51925 1835: u1834
51926 1836: u1835
51927 1837: u1836
51928 1838: u1837
51929 1839: u1838
51930 1840: u1839
51931 1841: u1840
51932 1842: u1841
51933 1843: u1842
51934 1844: u1843
51935 1845: u1844
51936 1846: u1845
51937 1847: u1846
51938 1848: u1847
51939 1849: u1848
51940 1850: u1849
51941 1851: u1850
51942 1852: u1851
51943 1853: u1852
51944 1854: u1853
51945 1855: u1854
51946 1856: u1855
51947 1857: u1856
51948 1858: u1857
51949 1859: u1858
51950 1860: u1859
51951 1861: u1860
51952 1862: u1861
51953 1863: u1862
51954 1864: u1863
51955 1865: u1864
51956 1866: u1865
51957 1867: u1866
51958 1868: u1867
51959 1869: u1868
51960 1870: u1869
51961 1871: u1870
51962 1872: u1871
51963 1873: u1872
51964 1874: u1873
51965 1875: u1874
51966 1876: u1875
51967 1877: u1876
51968 1878: u1877
51969 1879: u1878
51970 1880: u1879
51971 1881: u1880
51972 1882: u1881
51973 1883: u1882
51974 1884: u1883
51975 1885: u1884
51976 1886: u1885
51977 1887: u1886
51978 1888: u1887
51979 1889: u1888
51980 1890: u1889
51981 1891: u1890
51982 1892: u1891
51983 1893: u1892
51984 1894: u1893
51985 1895: u1894
51986 1896: u1895
51987 1897: u1896
51988 1898: u1897
51989 1899: u1898
51990 1900: u1899
51991 1901: u1900
51992 1902: u1901
51993 1903: u1902
51994 1904: u1903
51995 1905: u1904
51996 1906: u1905
51997 1907: u1906
51998 1908: u1907
51999 1909: u1908
52000 1910: u1909
52001 1911: u1910
52002 1912: u1911
52003 1913: u1912
52004 1914: u1913
52005 1915: u1914
52006 1916: u1915
52007 1917: u1916
52008 1918: u1917
52009 1919: u1918
52010 1920: u1919
52011 1921: u1920
52012 1922: u1921
52013 1923: u1922
52014 1924: u1923
52015 1925: u1924
52016 1926: u1925
52017 1927: u1926
52018 1928: u1927
52019 1929: u1928
52020 1930: u1929
52021 1931: u1930
52022 1932: u1931
52023 1933: u1932
52024 1934: u1933
52025 1935: u1934
52026 1936: u1935
52027 1937: u1936
52028 1938: u1937
52029 1939: u1938
52030 1940: u1939
52031 1941: u1940
52032 1942: u1941
52033 1943: u1942
52034 1944: u1943
52035 1945: u1944
52036 1946: u1945
52037 1947: u1946
52038 1948: u1947
52039 1949: u1948
52040 1950: u1949
52041 1951: u1950
52042 1952: u1951
52043 1953: u1952
52044 1954: u1953
52045 1955: u1954
52046 1956: u1955
52047 1957: u1956
52048 1958: u1957
52049 1959: u1958
52050 1960: u1959
52051 1961: u1960
52052 1962: u1961
52053 1963: u1962
52054 1964: u1963
52055 1965: u1964
52056 1966: u1965
52057 1967: u1966
52058 1968: u1967
52059 1969: u1968
52060 1970: u1969
52061 1971: u1970
52062 1972: u1971
52063 1973: u1972
52064 1974: u1973
52065 1975: u1974
52066 1976: u1975
52067 1977: u1976
52068 1978: u1977
52069 1979: u1978
52070 1980: u1979
52071 1981: u1980
52072 1982: u1981
52073 1983: u1982
52074 1984: u1983
52075 1985: u1984
52076 1986: u1985
52077 1987: u1986
52078 1988: u1987
52079 1989: u1988
52080 1990: u1989
52081 1991: u1990
52082 1992: u1991
52083 1993: u1992
52084 1994: u1993
52085 1995: u1994
52086 1996: u1995
52087 1997: u1996
52088 1998: u1997
52089 1999: u1998
52090 2000: u1999
52091 enum_values:
52092 -128: ok
52093 127: failure
52094 - name: outputSwitch
52095 oid: 1.3.6.1.4.1.19947.1.3.2.1.9
52096 type: gauge
52097 help: 'Read: An enumerated value which shows the current state of the output channel
52098 - 1.3.6.1.4.1.19947.1.3.2.1.9'
52099 indexes:
52100 - labelname: outputIndex
52101 type: gauge
52102 enum_values:
52103 1: u0
52104 2: u1
52105 3: u2
52106 4: u3
52107 5: u4
52108 6: u5
52109 7: u6
52110 8: u7
52111 9: u8
52112 10: u9
52113 11: u10
52114 12: u11
52115 13: u12
52116 14: u13
52117 15: u14
52118 16: u15
52119 17: u16
52120 18: u17
52121 19: u18
52122 20: u19
52123 21: u20
52124 22: u21
52125 23: u22
52126 24: u23
52127 25: u24
52128 26: u25
52129 27: u26
52130 28: u27
52131 29: u28
52132 30: u29
52133 31: u30
52134 32: u31
52135 33: u32
52136 34: u33
52137 35: u34
52138 36: u35
52139 37: u36
52140 38: u37
52141 39: u38
52142 40: u39
52143 41: u40
52144 42: u41
52145 43: u42
52146 44: u43
52147 45: u44
52148 46: u45
52149 47: u46
52150 48: u47
52151 49: u48
52152 50: u49
52153 51: u50
52154 52: u51
52155 53: u52
52156 54: u53
52157 55: u54
52158 56: u55
52159 57: u56
52160 58: u57
52161 59: u58
52162 60: u59
52163 61: u60
52164 62: u61
52165 63: u62
52166 64: u63
52167 65: u64
52168 66: u65
52169 67: u66
52170 68: u67
52171 69: u68
52172 70: u69
52173 71: u70
52174 72: u71
52175 73: u72
52176 74: u73
52177 75: u74
52178 76: u75
52179 77: u76
52180 78: u77
52181 79: u78
52182 80: u79
52183 81: u80
52184 82: u81
52185 83: u82
52186 84: u83
52187 85: u84
52188 86: u85
52189 87: u86
52190 88: u87
52191 89: u88
52192 90: u89
52193 91: u90
52194 92: u91
52195 93: u92
52196 94: u93
52197 95: u94
52198 96: u95
52199 97: u96
52200 98: u97
52201 99: u98
52202 100: u99
52203 101: u100
52204 102: u101
52205 103: u102
52206 104: u103
52207 105: u104
52208 106: u105
52209 107: u106
52210 108: u107
52211 109: u108
52212 110: u109
52213 111: u110
52214 112: u111
52215 113: u112
52216 114: u113
52217 115: u114
52218 116: u115
52219 117: u116
52220 118: u117
52221 119: u118
52222 120: u119
52223 121: u120
52224 122: u121
52225 123: u122
52226 124: u123
52227 125: u124
52228 126: u125
52229 127: u126
52230 128: u127
52231 129: u128
52232 130: u129
52233 131: u130
52234 132: u131
52235 133: u132
52236 134: u133
52237 135: u134
52238 136: u135
52239 137: u136
52240 138: u137
52241 139: u138
52242 140: u139
52243 141: u140
52244 142: u141
52245 143: u142
52246 144: u143
52247 145: u144
52248 146: u145
52249 147: u146
52250 148: u147
52251 149: u148
52252 150: u149
52253 151: u150
52254 152: u151
52255 153: u152
52256 154: u153
52257 155: u154
52258 156: u155
52259 157: u156
52260 158: u157
52261 159: u158
52262 160: u159
52263 161: u160
52264 162: u161
52265 163: u162
52266 164: u163
52267 165: u164
52268 166: u165
52269 167: u166
52270 168: u167
52271 169: u168
52272 170: u169
52273 171: u170
52274 172: u171
52275 173: u172
52276 174: u173
52277 175: u174
52278 176: u175
52279 177: u176
52280 178: u177
52281 179: u178
52282 180: u179
52283 181: u180
52284 182: u181
52285 183: u182
52286 184: u183
52287 185: u184
52288 186: u185
52289 187: u186
52290 188: u187
52291 189: u188
52292 190: u189
52293 191: u190
52294 192: u191
52295 193: u192
52296 194: u193
52297 195: u194
52298 196: u195
52299 197: u196
52300 198: u197
52301 199: u198
52302 200: u199
52303 201: u200
52304 202: u201
52305 203: u202
52306 204: u203
52307 205: u204
52308 206: u205
52309 207: u206
52310 208: u207
52311 209: u208
52312 210: u209
52313 211: u210
52314 212: u211
52315 213: u212
52316 214: u213
52317 215: u214
52318 216: u215
52319 217: u216
52320 218: u217
52321 219: u218
52322 220: u219
52323 221: u220
52324 222: u221
52325 223: u222
52326 224: u223
52327 225: u224
52328 226: u225
52329 227: u226
52330 228: u227
52331 229: u228
52332 230: u229
52333 231: u230
52334 232: u231
52335 233: u232
52336 234: u233
52337 235: u234
52338 236: u235
52339 237: u236
52340 238: u237
52341 239: u238
52342 240: u239
52343 241: u240
52344 242: u241
52345 243: u242
52346 244: u243
52347 245: u244
52348 246: u245
52349 247: u246
52350 248: u247
52351 249: u248
52352 250: u249
52353 251: u250
52354 252: u251
52355 253: u252
52356 254: u253
52357 255: u254
52358 256: u255
52359 257: u256
52360 258: u257
52361 259: u258
52362 260: u259
52363 261: u260
52364 262: u261
52365 263: u262
52366 264: u263
52367 265: u264
52368 266: u265
52369 267: u266
52370 268: u267
52371 269: u268
52372 270: u269
52373 271: u270
52374 272: u271
52375 273: u272
52376 274: u273
52377 275: u274
52378 276: u275
52379 277: u276
52380 278: u277
52381 279: u278
52382 280: u279
52383 281: u280
52384 282: u281
52385 283: u282
52386 284: u283
52387 285: u284
52388 286: u285
52389 287: u286
52390 288: u287
52391 289: u288
52392 290: u289
52393 291: u290
52394 292: u291
52395 293: u292
52396 294: u293
52397 295: u294
52398 296: u295
52399 297: u296
52400 298: u297
52401 299: u298
52402 300: u299
52403 301: u300
52404 302: u301
52405 303: u302
52406 304: u303
52407 305: u304
52408 306: u305
52409 307: u306
52410 308: u307
52411 309: u308
52412 310: u309
52413 311: u310
52414 312: u311
52415 313: u312
52416 314: u313
52417 315: u314
52418 316: u315
52419 317: u316
52420 318: u317
52421 319: u318
52422 320: u319
52423 321: u320
52424 322: u321
52425 323: u322
52426 324: u323
52427 325: u324
52428 326: u325
52429 327: u326
52430 328: u327
52431 329: u328
52432 330: u329
52433 331: u330
52434 332: u331
52435 333: u332
52436 334: u333
52437 335: u334
52438 336: u335
52439 337: u336
52440 338: u337
52441 339: u338
52442 340: u339
52443 341: u340
52444 342: u341
52445 343: u342
52446 344: u343
52447 345: u344
52448 346: u345
52449 347: u346
52450 348: u347
52451 349: u348
52452 350: u349
52453 351: u350
52454 352: u351
52455 353: u352
52456 354: u353
52457 355: u354
52458 356: u355
52459 357: u356
52460 358: u357
52461 359: u358
52462 360: u359
52463 361: u360
52464 362: u361
52465 363: u362
52466 364: u363
52467 365: u364
52468 366: u365
52469 367: u366
52470 368: u367
52471 369: u368
52472 370: u369
52473 371: u370
52474 372: u371
52475 373: u372
52476 374: u373
52477 375: u374
52478 376: u375
52479 377: u376
52480 378: u377
52481 379: u378
52482 380: u379
52483 381: u380
52484 382: u381
52485 383: u382
52486 384: u383
52487 385: u384
52488 386: u385
52489 387: u386
52490 388: u387
52491 389: u388
52492 390: u389
52493 391: u390
52494 392: u391
52495 393: u392
52496 394: u393
52497 395: u394
52498 396: u395
52499 397: u396
52500 398: u397
52501 399: u398
52502 400: u399
52503 401: u400
52504 402: u401
52505 403: u402
52506 404: u403
52507 405: u404
52508 406: u405
52509 407: u406
52510 408: u407
52511 409: u408
52512 410: u409
52513 411: u410
52514 412: u411
52515 413: u412
52516 414: u413
52517 415: u414
52518 416: u415
52519 417: u416
52520 418: u417
52521 419: u418
52522 420: u419
52523 421: u420
52524 422: u421
52525 423: u422
52526 424: u423
52527 425: u424
52528 426: u425
52529 427: u426
52530 428: u427
52531 429: u428
52532 430: u429
52533 431: u430
52534 432: u431
52535 433: u432
52536 434: u433
52537 435: u434
52538 436: u435
52539 437: u436
52540 438: u437
52541 439: u438
52542 440: u439
52543 441: u440
52544 442: u441
52545 443: u442
52546 444: u443
52547 445: u444
52548 446: u445
52549 447: u446
52550 448: u447
52551 449: u448
52552 450: u449
52553 451: u450
52554 452: u451
52555 453: u452
52556 454: u453
52557 455: u454
52558 456: u455
52559 457: u456
52560 458: u457
52561 459: u458
52562 460: u459
52563 461: u460
52564 462: u461
52565 463: u462
52566 464: u463
52567 465: u464
52568 466: u465
52569 467: u466
52570 468: u467
52571 469: u468
52572 470: u469
52573 471: u470
52574 472: u471
52575 473: u472
52576 474: u473
52577 475: u474
52578 476: u475
52579 477: u476
52580 478: u477
52581 479: u478
52582 480: u479
52583 481: u480
52584 482: u481
52585 483: u482
52586 484: u483
52587 485: u484
52588 486: u485
52589 487: u486
52590 488: u487
52591 489: u488
52592 490: u489
52593 491: u490
52594 492: u491
52595 493: u492
52596 494: u493
52597 495: u494
52598 496: u495
52599 497: u496
52600 498: u497
52601 499: u498
52602 500: u499
52603 501: u500
52604 502: u501
52605 503: u502
52606 504: u503
52607 505: u504
52608 506: u505
52609 507: u506
52610 508: u507
52611 509: u508
52612 510: u509
52613 511: u510
52614 512: u511
52615 513: u512
52616 514: u513
52617 515: u514
52618 516: u515
52619 517: u516
52620 518: u517
52621 519: u518
52622 520: u519
52623 521: u520
52624 522: u521
52625 523: u522
52626 524: u523
52627 525: u524
52628 526: u525
52629 527: u526
52630 528: u527
52631 529: u528
52632 530: u529
52633 531: u530
52634 532: u531
52635 533: u532
52636 534: u533
52637 535: u534
52638 536: u535
52639 537: u536
52640 538: u537
52641 539: u538
52642 540: u539
52643 541: u540
52644 542: u541
52645 543: u542
52646 544: u543
52647 545: u544
52648 546: u545
52649 547: u546
52650 548: u547
52651 549: u548
52652 550: u549
52653 551: u550
52654 552: u551
52655 553: u552
52656 554: u553
52657 555: u554
52658 556: u555
52659 557: u556
52660 558: u557
52661 559: u558
52662 560: u559
52663 561: u560
52664 562: u561
52665 563: u562
52666 564: u563
52667 565: u564
52668 566: u565
52669 567: u566
52670 568: u567
52671 569: u568
52672 570: u569
52673 571: u570
52674 572: u571
52675 573: u572
52676 574: u573
52677 575: u574
52678 576: u575
52679 577: u576
52680 578: u577
52681 579: u578
52682 580: u579
52683 581: u580
52684 582: u581
52685 583: u582
52686 584: u583
52687 585: u584
52688 586: u585
52689 587: u586
52690 588: u587
52691 589: u588
52692 590: u589
52693 591: u590
52694 592: u591
52695 593: u592
52696 594: u593
52697 595: u594
52698 596: u595
52699 597: u596
52700 598: u597
52701 599: u598
52702 600: u599
52703 601: u600
52704 602: u601
52705 603: u602
52706 604: u603
52707 605: u604
52708 606: u605
52709 607: u606
52710 608: u607
52711 609: u608
52712 610: u609
52713 611: u610
52714 612: u611
52715 613: u612
52716 614: u613
52717 615: u614
52718 616: u615
52719 617: u616
52720 618: u617
52721 619: u618
52722 620: u619
52723 621: u620
52724 622: u621
52725 623: u622
52726 624: u623
52727 625: u624
52728 626: u625
52729 627: u626
52730 628: u627
52731 629: u628
52732 630: u629
52733 631: u630
52734 632: u631
52735 633: u632
52736 634: u633
52737 635: u634
52738 636: u635
52739 637: u636
52740 638: u637
52741 639: u638
52742 640: u639
52743 641: u640
52744 642: u641
52745 643: u642
52746 644: u643
52747 645: u644
52748 646: u645
52749 647: u646
52750 648: u647
52751 649: u648
52752 650: u649
52753 651: u650
52754 652: u651
52755 653: u652
52756 654: u653
52757 655: u654
52758 656: u655
52759 657: u656
52760 658: u657
52761 659: u658
52762 660: u659
52763 661: u660
52764 662: u661
52765 663: u662
52766 664: u663
52767 665: u664
52768 666: u665
52769 667: u666
52770 668: u667
52771 669: u668
52772 670: u669
52773 671: u670
52774 672: u671
52775 673: u672
52776 674: u673
52777 675: u674
52778 676: u675
52779 677: u676
52780 678: u677
52781 679: u678
52782 680: u679
52783 681: u680
52784 682: u681
52785 683: u682
52786 684: u683
52787 685: u684
52788 686: u685
52789 687: u686
52790 688: u687
52791 689: u688
52792 690: u689
52793 691: u690
52794 692: u691
52795 693: u692
52796 694: u693
52797 695: u694
52798 696: u695
52799 697: u696
52800 698: u697
52801 699: u698
52802 700: u699
52803 701: u700
52804 702: u701
52805 703: u702
52806 704: u703
52807 705: u704
52808 706: u705
52809 707: u706
52810 708: u707
52811 709: u708
52812 710: u709
52813 711: u710
52814 712: u711
52815 713: u712
52816 714: u713
52817 715: u714
52818 716: u715
52819 717: u716
52820 718: u717
52821 719: u718
52822 720: u719
52823 721: u720
52824 722: u721
52825 723: u722
52826 724: u723
52827 725: u724
52828 726: u725
52829 727: u726
52830 728: u727
52831 729: u728
52832 730: u729
52833 731: u730
52834 732: u731
52835 733: u732
52836 734: u733
52837 735: u734
52838 736: u735
52839 737: u736
52840 738: u737
52841 739: u738
52842 740: u739
52843 741: u740
52844 742: u741
52845 743: u742
52846 744: u743
52847 745: u744
52848 746: u745
52849 747: u746
52850 748: u747
52851 749: u748
52852 750: u749
52853 751: u750
52854 752: u751
52855 753: u752
52856 754: u753
52857 755: u754
52858 756: u755
52859 757: u756
52860 758: u757
52861 759: u758
52862 760: u759
52863 761: u760
52864 762: u761
52865 763: u762
52866 764: u763
52867 765: u764
52868 766: u765
52869 767: u766
52870 768: u767
52871 769: u768
52872 770: u769
52873 771: u770
52874 772: u771
52875 773: u772
52876 774: u773
52877 775: u774
52878 776: u775
52879 777: u776
52880 778: u777
52881 779: u778
52882 780: u779
52883 781: u780
52884 782: u781
52885 783: u782
52886 784: u783
52887 785: u784
52888 786: u785
52889 787: u786
52890 788: u787
52891 789: u788
52892 790: u789
52893 791: u790
52894 792: u791
52895 793: u792
52896 794: u793
52897 795: u794
52898 796: u795
52899 797: u796
52900 798: u797
52901 799: u798
52902 800: u799
52903 801: u800
52904 802: u801
52905 803: u802
52906 804: u803
52907 805: u804
52908 806: u805
52909 807: u806
52910 808: u807
52911 809: u808
52912 810: u809
52913 811: u810
52914 812: u811
52915 813: u812
52916 814: u813
52917 815: u814
52918 816: u815
52919 817: u816
52920 818: u817
52921 819: u818
52922 820: u819
52923 821: u820
52924 822: u821
52925 823: u822
52926 824: u823
52927 825: u824
52928 826: u825
52929 827: u826
52930 828: u827
52931 829: u828
52932 830: u829
52933 831: u830
52934 832: u831
52935 833: u832
52936 834: u833
52937 835: u834
52938 836: u835
52939 837: u836
52940 838: u837
52941 839: u838
52942 840: u839
52943 841: u840
52944 842: u841
52945 843: u842
52946 844: u843
52947 845: u844
52948 846: u845
52949 847: u846
52950 848: u847
52951 849: u848
52952 850: u849
52953 851: u850
52954 852: u851
52955 853: u852
52956 854: u853
52957 855: u854
52958 856: u855
52959 857: u856
52960 858: u857
52961 859: u858
52962 860: u859
52963 861: u860
52964 862: u861
52965 863: u862
52966 864: u863
52967 865: u864
52968 866: u865
52969 867: u866
52970 868: u867
52971 869: u868
52972 870: u869
52973 871: u870
52974 872: u871
52975 873: u872
52976 874: u873
52977 875: u874
52978 876: u875
52979 877: u876
52980 878: u877
52981 879: u878
52982 880: u879
52983 881: u880
52984 882: u881
52985 883: u882
52986 884: u883
52987 885: u884
52988 886: u885
52989 887: u886
52990 888: u887
52991 889: u888
52992 890: u889
52993 891: u890
52994 892: u891
52995 893: u892
52996 894: u893
52997 895: u894
52998 896: u895
52999 897: u896
53000 898: u897
53001 899: u898
53002 900: u899
53003 901: u900
53004 902: u901
53005 903: u902
53006 904: u903
53007 905: u904
53008 906: u905
53009 907: u906
53010 908: u907
53011 909: u908
53012 910: u909
53013 911: u910
53014 912: u911
53015 913: u912
53016 914: u913
53017 915: u914
53018 916: u915
53019 917: u916
53020 918: u917
53021 919: u918
53022 920: u919
53023 921: u920
53024 922: u921
53025 923: u922
53026 924: u923
53027 925: u924
53028 926: u925
53029 927: u926
53030 928: u927
53031 929: u928
53032 930: u929
53033 931: u930
53034 932: u931
53035 933: u932
53036 934: u933
53037 935: u934
53038 936: u935
53039 937: u936
53040 938: u937
53041 939: u938
53042 940: u939
53043 941: u940
53044 942: u941
53045 943: u942
53046 944: u943
53047 945: u944
53048 946: u945
53049 947: u946
53050 948: u947
53051 949: u948
53052 950: u949
53053 951: u950
53054 952: u951
53055 953: u952
53056 954: u953
53057 955: u954
53058 956: u955
53059 957: u956
53060 958: u957
53061 959: u958
53062 960: u959
53063 961: u960
53064 962: u961
53065 963: u962
53066 964: u963
53067 965: u964
53068 966: u965
53069 967: u966
53070 968: u967
53071 969: u968
53072 970: u969
53073 971: u970
53074 972: u971
53075 973: u972
53076 974: u973
53077 975: u974
53078 976: u975
53079 977: u976
53080 978: u977
53081 979: u978
53082 980: u979
53083 981: u980
53084 982: u981
53085 983: u982
53086 984: u983
53087 985: u984
53088 986: u985
53089 987: u986
53090 988: u987
53091 989: u988
53092 990: u989
53093 991: u990
53094 992: u991
53095 993: u992
53096 994: u993
53097 995: u994
53098 996: u995
53099 997: u996
53100 998: u997
53101 999: u998
53102 1000: u999
53103 1001: u1000
53104 1002: u1001
53105 1003: u1002
53106 1004: u1003
53107 1005: u1004
53108 1006: u1005
53109 1007: u1006
53110 1008: u1007
53111 1009: u1008
53112 1010: u1009
53113 1011: u1010
53114 1012: u1011
53115 1013: u1012
53116 1014: u1013
53117 1015: u1014
53118 1016: u1015
53119 1017: u1016
53120 1018: u1017
53121 1019: u1018
53122 1020: u1019
53123 1021: u1020
53124 1022: u1021
53125 1023: u1022
53126 1024: u1023
53127 1025: u1024
53128 1026: u1025
53129 1027: u1026
53130 1028: u1027
53131 1029: u1028
53132 1030: u1029
53133 1031: u1030
53134 1032: u1031
53135 1033: u1032
53136 1034: u1033
53137 1035: u1034
53138 1036: u1035
53139 1037: u1036
53140 1038: u1037
53141 1039: u1038
53142 1040: u1039
53143 1041: u1040
53144 1042: u1041
53145 1043: u1042
53146 1044: u1043
53147 1045: u1044
53148 1046: u1045
53149 1047: u1046
53150 1048: u1047
53151 1049: u1048
53152 1050: u1049
53153 1051: u1050
53154 1052: u1051
53155 1053: u1052
53156 1054: u1053
53157 1055: u1054
53158 1056: u1055
53159 1057: u1056
53160 1058: u1057
53161 1059: u1058
53162 1060: u1059
53163 1061: u1060
53164 1062: u1061
53165 1063: u1062
53166 1064: u1063
53167 1065: u1064
53168 1066: u1065
53169 1067: u1066
53170 1068: u1067
53171 1069: u1068
53172 1070: u1069
53173 1071: u1070
53174 1072: u1071
53175 1073: u1072
53176 1074: u1073
53177 1075: u1074
53178 1076: u1075
53179 1077: u1076
53180 1078: u1077
53181 1079: u1078
53182 1080: u1079
53183 1081: u1080
53184 1082: u1081
53185 1083: u1082
53186 1084: u1083
53187 1085: u1084
53188 1086: u1085
53189 1087: u1086
53190 1088: u1087
53191 1089: u1088
53192 1090: u1089
53193 1091: u1090
53194 1092: u1091
53195 1093: u1092
53196 1094: u1093
53197 1095: u1094
53198 1096: u1095
53199 1097: u1096
53200 1098: u1097
53201 1099: u1098
53202 1100: u1099
53203 1101: u1100
53204 1102: u1101
53205 1103: u1102
53206 1104: u1103
53207 1105: u1104
53208 1106: u1105
53209 1107: u1106
53210 1108: u1107
53211 1109: u1108
53212 1110: u1109
53213 1111: u1110
53214 1112: u1111
53215 1113: u1112
53216 1114: u1113
53217 1115: u1114
53218 1116: u1115
53219 1117: u1116
53220 1118: u1117
53221 1119: u1118
53222 1120: u1119
53223 1121: u1120
53224 1122: u1121
53225 1123: u1122
53226 1124: u1123
53227 1125: u1124
53228 1126: u1125
53229 1127: u1126
53230 1128: u1127
53231 1129: u1128
53232 1130: u1129
53233 1131: u1130
53234 1132: u1131
53235 1133: u1132
53236 1134: u1133
53237 1135: u1134
53238 1136: u1135
53239 1137: u1136
53240 1138: u1137
53241 1139: u1138
53242 1140: u1139
53243 1141: u1140
53244 1142: u1141
53245 1143: u1142
53246 1144: u1143
53247 1145: u1144
53248 1146: u1145
53249 1147: u1146
53250 1148: u1147
53251 1149: u1148
53252 1150: u1149
53253 1151: u1150
53254 1152: u1151
53255 1153: u1152
53256 1154: u1153
53257 1155: u1154
53258 1156: u1155
53259 1157: u1156
53260 1158: u1157
53261 1159: u1158
53262 1160: u1159
53263 1161: u1160
53264 1162: u1161
53265 1163: u1162
53266 1164: u1163
53267 1165: u1164
53268 1166: u1165
53269 1167: u1166
53270 1168: u1167
53271 1169: u1168
53272 1170: u1169
53273 1171: u1170
53274 1172: u1171
53275 1173: u1172
53276 1174: u1173
53277 1175: u1174
53278 1176: u1175
53279 1177: u1176
53280 1178: u1177
53281 1179: u1178
53282 1180: u1179
53283 1181: u1180
53284 1182: u1181
53285 1183: u1182
53286 1184: u1183
53287 1185: u1184
53288 1186: u1185
53289 1187: u1186
53290 1188: u1187
53291 1189: u1188
53292 1190: u1189
53293 1191: u1190
53294 1192: u1191
53295 1193: u1192
53296 1194: u1193
53297 1195: u1194
53298 1196: u1195
53299 1197: u1196
53300 1198: u1197
53301 1199: u1198
53302 1200: u1199
53303 1201: u1200
53304 1202: u1201
53305 1203: u1202
53306 1204: u1203
53307 1205: u1204
53308 1206: u1205
53309 1207: u1206
53310 1208: u1207
53311 1209: u1208
53312 1210: u1209
53313 1211: u1210
53314 1212: u1211
53315 1213: u1212
53316 1214: u1213
53317 1215: u1214
53318 1216: u1215
53319 1217: u1216
53320 1218: u1217
53321 1219: u1218
53322 1220: u1219
53323 1221: u1220
53324 1222: u1221
53325 1223: u1222
53326 1224: u1223
53327 1225: u1224
53328 1226: u1225
53329 1227: u1226
53330 1228: u1227
53331 1229: u1228
53332 1230: u1229
53333 1231: u1230
53334 1232: u1231
53335 1233: u1232
53336 1234: u1233
53337 1235: u1234
53338 1236: u1235
53339 1237: u1236
53340 1238: u1237
53341 1239: u1238
53342 1240: u1239
53343 1241: u1240
53344 1242: u1241
53345 1243: u1242
53346 1244: u1243
53347 1245: u1244
53348 1246: u1245
53349 1247: u1246
53350 1248: u1247
53351 1249: u1248
53352 1250: u1249
53353 1251: u1250
53354 1252: u1251
53355 1253: u1252
53356 1254: u1253
53357 1255: u1254
53358 1256: u1255
53359 1257: u1256
53360 1258: u1257
53361 1259: u1258
53362 1260: u1259
53363 1261: u1260
53364 1262: u1261
53365 1263: u1262
53366 1264: u1263
53367 1265: u1264
53368 1266: u1265
53369 1267: u1266
53370 1268: u1267
53371 1269: u1268
53372 1270: u1269
53373 1271: u1270
53374 1272: u1271
53375 1273: u1272
53376 1274: u1273
53377 1275: u1274
53378 1276: u1275
53379 1277: u1276
53380 1278: u1277
53381 1279: u1278
53382 1280: u1279
53383 1281: u1280
53384 1282: u1281
53385 1283: u1282
53386 1284: u1283
53387 1285: u1284
53388 1286: u1285
53389 1287: u1286
53390 1288: u1287
53391 1289: u1288
53392 1290: u1289
53393 1291: u1290
53394 1292: u1291
53395 1293: u1292
53396 1294: u1293
53397 1295: u1294
53398 1296: u1295
53399 1297: u1296
53400 1298: u1297
53401 1299: u1298
53402 1300: u1299
53403 1301: u1300
53404 1302: u1301
53405 1303: u1302
53406 1304: u1303
53407 1305: u1304
53408 1306: u1305
53409 1307: u1306
53410 1308: u1307
53411 1309: u1308
53412 1310: u1309
53413 1311: u1310
53414 1312: u1311
53415 1313: u1312
53416 1314: u1313
53417 1315: u1314
53418 1316: u1315
53419 1317: u1316
53420 1318: u1317
53421 1319: u1318
53422 1320: u1319
53423 1321: u1320
53424 1322: u1321
53425 1323: u1322
53426 1324: u1323
53427 1325: u1324
53428 1326: u1325
53429 1327: u1326
53430 1328: u1327
53431 1329: u1328
53432 1330: u1329
53433 1331: u1330
53434 1332: u1331
53435 1333: u1332
53436 1334: u1333
53437 1335: u1334
53438 1336: u1335
53439 1337: u1336
53440 1338: u1337
53441 1339: u1338
53442 1340: u1339
53443 1341: u1340
53444 1342: u1341
53445 1343: u1342
53446 1344: u1343
53447 1345: u1344
53448 1346: u1345
53449 1347: u1346
53450 1348: u1347
53451 1349: u1348
53452 1350: u1349
53453 1351: u1350
53454 1352: u1351
53455 1353: u1352
53456 1354: u1353
53457 1355: u1354
53458 1356: u1355
53459 1357: u1356
53460 1358: u1357
53461 1359: u1358
53462 1360: u1359
53463 1361: u1360
53464 1362: u1361
53465 1363: u1362
53466 1364: u1363
53467 1365: u1364
53468 1366: u1365
53469 1367: u1366
53470 1368: u1367
53471 1369: u1368
53472 1370: u1369
53473 1371: u1370
53474 1372: u1371
53475 1373: u1372
53476 1374: u1373
53477 1375: u1374
53478 1376: u1375
53479 1377: u1376
53480 1378: u1377
53481 1379: u1378
53482 1380: u1379
53483 1381: u1380
53484 1382: u1381
53485 1383: u1382
53486 1384: u1383
53487 1385: u1384
53488 1386: u1385
53489 1387: u1386
53490 1388: u1387
53491 1389: u1388
53492 1390: u1389
53493 1391: u1390
53494 1392: u1391
53495 1393: u1392
53496 1394: u1393
53497 1395: u1394
53498 1396: u1395
53499 1397: u1396
53500 1398: u1397
53501 1399: u1398
53502 1400: u1399
53503 1401: u1400
53504 1402: u1401
53505 1403: u1402
53506 1404: u1403
53507 1405: u1404
53508 1406: u1405
53509 1407: u1406
53510 1408: u1407
53511 1409: u1408
53512 1410: u1409
53513 1411: u1410
53514 1412: u1411
53515 1413: u1412
53516 1414: u1413
53517 1415: u1414
53518 1416: u1415
53519 1417: u1416
53520 1418: u1417
53521 1419: u1418
53522 1420: u1419
53523 1421: u1420
53524 1422: u1421
53525 1423: u1422
53526 1424: u1423
53527 1425: u1424
53528 1426: u1425
53529 1427: u1426
53530 1428: u1427
53531 1429: u1428
53532 1430: u1429
53533 1431: u1430
53534 1432: u1431
53535 1433: u1432
53536 1434: u1433
53537 1435: u1434
53538 1436: u1435
53539 1437: u1436
53540 1438: u1437
53541 1439: u1438
53542 1440: u1439
53543 1441: u1440
53544 1442: u1441
53545 1443: u1442
53546 1444: u1443
53547 1445: u1444
53548 1446: u1445
53549 1447: u1446
53550 1448: u1447
53551 1449: u1448
53552 1450: u1449
53553 1451: u1450
53554 1452: u1451
53555 1453: u1452
53556 1454: u1453
53557 1455: u1454
53558 1456: u1455
53559 1457: u1456
53560 1458: u1457
53561 1459: u1458
53562 1460: u1459
53563 1461: u1460
53564 1462: u1461
53565 1463: u1462
53566 1464: u1463
53567 1465: u1464
53568 1466: u1465
53569 1467: u1466
53570 1468: u1467
53571 1469: u1468
53572 1470: u1469
53573 1471: u1470
53574 1472: u1471
53575 1473: u1472
53576 1474: u1473
53577 1475: u1474
53578 1476: u1475
53579 1477: u1476
53580 1478: u1477
53581 1479: u1478
53582 1480: u1479
53583 1481: u1480
53584 1482: u1481
53585 1483: u1482
53586 1484: u1483
53587 1485: u1484
53588 1486: u1485
53589 1487: u1486
53590 1488: u1487
53591 1489: u1488
53592 1490: u1489
53593 1491: u1490
53594 1492: u1491
53595 1493: u1492
53596 1494: u1493
53597 1495: u1494
53598 1496: u1495
53599 1497: u1496
53600 1498: u1497
53601 1499: u1498
53602 1500: u1499
53603 1501: u1500
53604 1502: u1501
53605 1503: u1502
53606 1504: u1503
53607 1505: u1504
53608 1506: u1505
53609 1507: u1506
53610 1508: u1507
53611 1509: u1508
53612 1510: u1509
53613 1511: u1510
53614 1512: u1511
53615 1513: u1512
53616 1514: u1513
53617 1515: u1514
53618 1516: u1515
53619 1517: u1516
53620 1518: u1517
53621 1519: u1518
53622 1520: u1519
53623 1521: u1520
53624 1522: u1521
53625 1523: u1522
53626 1524: u1523
53627 1525: u1524
53628 1526: u1525
53629 1527: u1526
53630 1528: u1527
53631 1529: u1528
53632 1530: u1529
53633 1531: u1530
53634 1532: u1531
53635 1533: u1532
53636 1534: u1533
53637 1535: u1534
53638 1536: u1535
53639 1537: u1536
53640 1538: u1537
53641 1539: u1538
53642 1540: u1539
53643 1541: u1540
53644 1542: u1541
53645 1543: u1542
53646 1544: u1543
53647 1545: u1544
53648 1546: u1545
53649 1547: u1546
53650 1548: u1547
53651 1549: u1548
53652 1550: u1549
53653 1551: u1550
53654 1552: u1551
53655 1553: u1552
53656 1554: u1553
53657 1555: u1554
53658 1556: u1555
53659 1557: u1556
53660 1558: u1557
53661 1559: u1558
53662 1560: u1559
53663 1561: u1560
53664 1562: u1561
53665 1563: u1562
53666 1564: u1563
53667 1565: u1564
53668 1566: u1565
53669 1567: u1566
53670 1568: u1567
53671 1569: u1568
53672 1570: u1569
53673 1571: u1570
53674 1572: u1571
53675 1573: u1572
53676 1574: u1573
53677 1575: u1574
53678 1576: u1575
53679 1577: u1576
53680 1578: u1577
53681 1579: u1578
53682 1580: u1579
53683 1581: u1580
53684 1582: u1581
53685 1583: u1582
53686 1584: u1583
53687 1585: u1584
53688 1586: u1585
53689 1587: u1586
53690 1588: u1587
53691 1589: u1588
53692 1590: u1589
53693 1591: u1590
53694 1592: u1591
53695 1593: u1592
53696 1594: u1593
53697 1595: u1594
53698 1596: u1595
53699 1597: u1596
53700 1598: u1597
53701 1599: u1598
53702 1600: u1599
53703 1601: u1600
53704 1602: u1601
53705 1603: u1602
53706 1604: u1603
53707 1605: u1604
53708 1606: u1605
53709 1607: u1606
53710 1608: u1607
53711 1609: u1608
53712 1610: u1609
53713 1611: u1610
53714 1612: u1611
53715 1613: u1612
53716 1614: u1613
53717 1615: u1614
53718 1616: u1615
53719 1617: u1616
53720 1618: u1617
53721 1619: u1618
53722 1620: u1619
53723 1621: u1620
53724 1622: u1621
53725 1623: u1622
53726 1624: u1623
53727 1625: u1624
53728 1626: u1625
53729 1627: u1626
53730 1628: u1627
53731 1629: u1628
53732 1630: u1629
53733 1631: u1630
53734 1632: u1631
53735 1633: u1632
53736 1634: u1633
53737 1635: u1634
53738 1636: u1635
53739 1637: u1636
53740 1638: u1637
53741 1639: u1638
53742 1640: u1639
53743 1641: u1640
53744 1642: u1641
53745 1643: u1642
53746 1644: u1643
53747 1645: u1644
53748 1646: u1645
53749 1647: u1646
53750 1648: u1647
53751 1649: u1648
53752 1650: u1649
53753 1651: u1650
53754 1652: u1651
53755 1653: u1652
53756 1654: u1653
53757 1655: u1654
53758 1656: u1655
53759 1657: u1656
53760 1658: u1657
53761 1659: u1658
53762 1660: u1659
53763 1661: u1660
53764 1662: u1661
53765 1663: u1662
53766 1664: u1663
53767 1665: u1664
53768 1666: u1665
53769 1667: u1666
53770 1668: u1667
53771 1669: u1668
53772 1670: u1669
53773 1671: u1670
53774 1672: u1671
53775 1673: u1672
53776 1674: u1673
53777 1675: u1674
53778 1676: u1675
53779 1677: u1676
53780 1678: u1677
53781 1679: u1678
53782 1680: u1679
53783 1681: u1680
53784 1682: u1681
53785 1683: u1682
53786 1684: u1683
53787 1685: u1684
53788 1686: u1685
53789 1687: u1686
53790 1688: u1687
53791 1689: u1688
53792 1690: u1689
53793 1691: u1690
53794 1692: u1691
53795 1693: u1692
53796 1694: u1693
53797 1695: u1694
53798 1696: u1695
53799 1697: u1696
53800 1698: u1697
53801 1699: u1698
53802 1700: u1699
53803 1701: u1700
53804 1702: u1701
53805 1703: u1702
53806 1704: u1703
53807 1705: u1704
53808 1706: u1705
53809 1707: u1706
53810 1708: u1707
53811 1709: u1708
53812 1710: u1709
53813 1711: u1710
53814 1712: u1711
53815 1713: u1712
53816 1714: u1713
53817 1715: u1714
53818 1716: u1715
53819 1717: u1716
53820 1718: u1717
53821 1719: u1718
53822 1720: u1719
53823 1721: u1720
53824 1722: u1721
53825 1723: u1722
53826 1724: u1723
53827 1725: u1724
53828 1726: u1725
53829 1727: u1726
53830 1728: u1727
53831 1729: u1728
53832 1730: u1729
53833 1731: u1730
53834 1732: u1731
53835 1733: u1732
53836 1734: u1733
53837 1735: u1734
53838 1736: u1735
53839 1737: u1736
53840 1738: u1737
53841 1739: u1738
53842 1740: u1739
53843 1741: u1740
53844 1742: u1741
53845 1743: u1742
53846 1744: u1743
53847 1745: u1744
53848 1746: u1745
53849 1747: u1746
53850 1748: u1747
53851 1749: u1748
53852 1750: u1749
53853 1751: u1750
53854 1752: u1751
53855 1753: u1752
53856 1754: u1753
53857 1755: u1754
53858 1756: u1755
53859 1757: u1756
53860 1758: u1757
53861 1759: u1758
53862 1760: u1759
53863 1761: u1760
53864 1762: u1761
53865 1763: u1762
53866 1764: u1763
53867 1765: u1764
53868 1766: u1765
53869 1767: u1766
53870 1768: u1767
53871 1769: u1768
53872 1770: u1769
53873 1771: u1770
53874 1772: u1771
53875 1773: u1772
53876 1774: u1773
53877 1775: u1774
53878 1776: u1775
53879 1777: u1776
53880 1778: u1777
53881 1779: u1778
53882 1780: u1779
53883 1781: u1780
53884 1782: u1781
53885 1783: u1782
53886 1784: u1783
53887 1785: u1784
53888 1786: u1785
53889 1787: u1786
53890 1788: u1787
53891 1789: u1788
53892 1790: u1789
53893 1791: u1790
53894 1792: u1791
53895 1793: u1792
53896 1794: u1793
53897 1795: u1794
53898 1796: u1795
53899 1797: u1796
53900 1798: u1797
53901 1799: u1798
53902 1800: u1799
53903 1801: u1800
53904 1802: u1801
53905 1803: u1802
53906 1804: u1803
53907 1805: u1804
53908 1806: u1805
53909 1807: u1806
53910 1808: u1807
53911 1809: u1808
53912 1810: u1809
53913 1811: u1810
53914 1812: u1811
53915 1813: u1812
53916 1814: u1813
53917 1815: u1814
53918 1816: u1815
53919 1817: u1816
53920 1818: u1817
53921 1819: u1818
53922 1820: u1819
53923 1821: u1820
53924 1822: u1821
53925 1823: u1822
53926 1824: u1823
53927 1825: u1824
53928 1826: u1825
53929 1827: u1826
53930 1828: u1827
53931 1829: u1828
53932 1830: u1829
53933 1831: u1830
53934 1832: u1831
53935 1833: u1832
53936 1834: u1833
53937 1835: u1834
53938 1836: u1835
53939 1837: u1836
53940 1838: u1837
53941 1839: u1838
53942 1840: u1839
53943 1841: u1840
53944 1842: u1841
53945 1843: u1842
53946 1844: u1843
53947 1845: u1844
53948 1846: u1845
53949 1847: u1846
53950 1848: u1847
53951 1849: u1848
53952 1850: u1849
53953 1851: u1850
53954 1852: u1851
53955 1853: u1852
53956 1854: u1853
53957 1855: u1854
53958 1856: u1855
53959 1857: u1856
53960 1858: u1857
53961 1859: u1858
53962 1860: u1859
53963 1861: u1860
53964 1862: u1861
53965 1863: u1862
53966 1864: u1863
53967 1865: u1864
53968 1866: u1865
53969 1867: u1866
53970 1868: u1867
53971 1869: u1868
53972 1870: u1869
53973 1871: u1870
53974 1872: u1871
53975 1873: u1872
53976 1874: u1873
53977 1875: u1874
53978 1876: u1875
53979 1877: u1876
53980 1878: u1877
53981 1879: u1878
53982 1880: u1879
53983 1881: u1880
53984 1882: u1881
53985 1883: u1882
53986 1884: u1883
53987 1885: u1884
53988 1886: u1885
53989 1887: u1886
53990 1888: u1887
53991 1889: u1888
53992 1890: u1889
53993 1891: u1890
53994 1892: u1891
53995 1893: u1892
53996 1894: u1893
53997 1895: u1894
53998 1896: u1895
53999 1897: u1896
54000 1898: u1897
54001 1899: u1898
54002 1900: u1899
54003 1901: u1900
54004 1902: u1901
54005 1903: u1902
54006 1904: u1903
54007 1905: u1904
54008 1906: u1905
54009 1907: u1906
54010 1908: u1907
54011 1909: u1908
54012 1910: u1909
54013 1911: u1910
54014 1912: u1911
54015 1913: u1912
54016 1914: u1913
54017 1915: u1914
54018 1916: u1915
54019 1917: u1916
54020 1918: u1917
54021 1919: u1918
54022 1920: u1919
54023 1921: u1920
54024 1922: u1921
54025 1923: u1922
54026 1924: u1923
54027 1925: u1924
54028 1926: u1925
54029 1927: u1926
54030 1928: u1927
54031 1929: u1928
54032 1930: u1929
54033 1931: u1930
54034 1932: u1931
54035 1933: u1932
54036 1934: u1933
54037 1935: u1934
54038 1936: u1935
54039 1937: u1936
54040 1938: u1937
54041 1939: u1938
54042 1940: u1939
54043 1941: u1940
54044 1942: u1941
54045 1943: u1942
54046 1944: u1943
54047 1945: u1944
54048 1946: u1945
54049 1947: u1946
54050 1948: u1947
54051 1949: u1948
54052 1950: u1949
54053 1951: u1950
54054 1952: u1951
54055 1953: u1952
54056 1954: u1953
54057 1955: u1954
54058 1956: u1955
54059 1957: u1956
54060 1958: u1957
54061 1959: u1958
54062 1960: u1959
54063 1961: u1960
54064 1962: u1961
54065 1963: u1962
54066 1964: u1963
54067 1965: u1964
54068 1966: u1965
54069 1967: u1966
54070 1968: u1967
54071 1969: u1968
54072 1970: u1969
54073 1971: u1970
54074 1972: u1971
54075 1973: u1972
54076 1974: u1973
54077 1975: u1974
54078 1976: u1975
54079 1977: u1976
54080 1978: u1977
54081 1979: u1978
54082 1980: u1979
54083 1981: u1980
54084 1982: u1981
54085 1983: u1982
54086 1984: u1983
54087 1985: u1984
54088 1986: u1985
54089 1987: u1986
54090 1988: u1987
54091 1989: u1988
54092 1990: u1989
54093 1991: u1990
54094 1992: u1991
54095 1993: u1992
54096 1994: u1993
54097 1995: u1994
54098 1996: u1995
54099 1997: u1996
54100 1998: u1997
54101 1999: u1998
54102 2000: u1999
54103 enum_values:
54104 0: "off"
54105 1: "on"
54106 2: resetEmergencyOff
54107 3: setEmergencyOff
54108 10: clearEvents
54109 20: setVoltageRippleMeasurementOff
54110 21: setVoltageMeasurementOn
54111 22: setRippleMeasurementOn
54112 23: setVoltageRippleMeasurementOn
54113 - name: moduleStatus
54114 oid: 1.3.6.1.4.1.19947.1.3.6.1.8
54115 type: Bits
54116 help: A bit string which shows the current module status - 1.3.6.1.4.1.19947.1.3.6.1.8
54117 indexes:
54118 - labelname: moduleIndex
54119 type: gauge
54120 enum_values:
54121 1: ma0
54122 2: ma1
54123 3: ma2
54124 4: ma3
54125 5: ma4
54126 6: ma5
54127 7: ma6
54128 8: ma7
54129 9: ma8
54130 10: ma9
54131 enum_values:
54132 0: moduleIsFineAdjustment
54133 2: moduleIsLiveInsertion
54134 3: moduleIsHighVoltageOn
54135 4: moduleNeedService
54136 5: moduleHardwareLimitVoltageIsGood
54137 6: moduleIsInputError
54138 8: moduleIsNoSumError
54139 9: moduleIsNoRamp
54140 10: moduleSafetyLoopIsGood
54141 11: moduleIsEventActive
54142 12: moduleIsGood
54143 13: moduleSupplyIsGood
54144 14: moduleTemperatureIsGood
54145 15: moduleIsKillEnable
54146 - name: moduleEventStatus
54147 oid: 1.3.6.1.4.1.19947.1.3.6.1.9
54148 type: Bits
54149 help: A bit string which shows the current module status - 1.3.6.1.4.1.19947.1.3.6.1.9
54150 indexes:
54151 - labelname: moduleIndex
54152 type: gauge
54153 enum_values:
54154 1: ma0
54155 2: ma1
54156 3: ma2
54157 4: ma3
54158 5: ma4
54159 6: ma5
54160 7: ma6
54161 8: ma7
54162 9: ma8
54163 10: ma9
54164 enum_values:
54165 0: moduleEventPowerFail
54166 2: moduleEventLiveInsertion
54167 4: moduleEventService
54168 5: moduleHardwareLimitVoltageNotGood
54169 6: moduleEventInputError
54170 10: moduleEventSafetyLoopNotGood
54171 13: moduleEventSupplyNotGood
54172 14: moduleEventTemperatureNotGood
54173 - name: sensorTemperature
54174 oid: 1.3.6.1.4.1.19947.1.4.2.1.2
54175 type: gauge
54176 help: The measured temperature of the sensor - 1.3.6.1.4.1.19947.1.4.2.1.2
54177 indexes:
54178 - labelname: sensorIndex
54179 type: gauge
54180 enum_values:
54181 1: temp1
54182 2: temp2
54183 3: temp3
54184 4: temp4
54185 5: temp5
54186 6: temp6
54187 7: temp7
54188 8: temp8
54189 - name: fanSpeed
54190 oid: 1.3.6.1.4.1.19947.1.7.8.1.2
54191 type: gauge
54192 help: The measured fan rotation speed (RPM, Revolutions Per Minute) - 1.3.6.1.4.1.19947.1.7.8.1.2
54193 indexes:
54194 - labelname: fanNumber
54195 type: gauge