summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix2
-rw-r--r--hosts/vidhar/network/default.nix (renamed from hosts/vidhar/network.nix)0
-rw-r--r--hosts/vidhar/network/dsl.nix (renamed from hosts/vidhar/dsl.nix)0
-rw-r--r--hosts/vidhar/network/pap-secrets (renamed from hosts/vidhar/pap-secrets)0
-rw-r--r--hosts/vidhar/prometheus/default.nix (renamed from hosts/vidhar/prometheus.nix)7
-rw-r--r--hosts/vidhar/prometheus/snmp.yml54329
-rw-r--r--hosts/vidhar/prometheus/zte_10.141.1.3 (renamed from hosts/vidhar/zte_10.141.1.3)0
7 files changed, 54334 insertions, 4 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index fef43c33..29cd96db 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -1,7 +1,7 @@
1{ hostName, flake, config, pkgs, lib, ... }: 1{ hostName, flake, config, pkgs, lib, ... }:
2{ 2{
3 imports = with flake.nixosModules.systemProfiles; [ 3 imports = with flake.nixosModules.systemProfiles; [
4 ./zfs.nix ./network.nix ./samba.nix ./dns.nix ./prometheus.nix 4 ./zfs.nix ./network ./samba.nix ./dns.nix ./prometheus
5 initrd-all-crypto-modules default-locale openssh rebuild-machines 5 initrd-all-crypto-modules default-locale openssh rebuild-machines
6 build-server 6 build-server
7 initrd-ssh 7 initrd-ssh
diff --git a/hosts/vidhar/network.nix b/hosts/vidhar/network/default.nix
index a32dd2f8..a32dd2f8 100644
--- a/hosts/vidhar/network.nix
+++ b/hosts/vidhar/network/default.nix
diff --git a/hosts/vidhar/dsl.nix b/hosts/vidhar/network/dsl.nix
index 4f781422..4f781422 100644
--- a/hosts/vidhar/dsl.nix
+++ b/hosts/vidhar/network/dsl.nix
diff --git a/hosts/vidhar/pap-secrets b/hosts/vidhar/network/pap-secrets
index a7937caa..a7937caa 100644
--- a/hosts/vidhar/pap-secrets
+++ b/hosts/vidhar/network/pap-secrets
diff --git a/hosts/vidhar/prometheus.nix b/hosts/vidhar/prometheus/default.nix
index 7c776c0f..cb7567c9 100644
--- a/hosts/vidhar/prometheus.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -35,9 +35,7 @@ in {
35 }; 35 };
36 snmp = { 36 snmp = {
37 enable = true; 37 enable = true;
38 configuration = { 38 configurationPath = ./snmp.yml;
39 default = { auth = { community = "public"; }; version = 2; };
40 };
41 }; 39 };
42 unbound = { 40 unbound = {
43 enable = true; 41 enable = true;
@@ -71,6 +69,9 @@ in {
71 { targets = ["10.141.1.2"]; } 69 { targets = ["10.141.1.2"]; }
72 ]; 70 ];
73 metrics_path = "/snmp"; 71 metrics_path = "/snmp";
72 params = {
73 module = ["if_mib"];
74 };
74 relabel_configs = [ 75 relabel_configs = [
75 { source_labels = ["__address__"]; 76 { source_labels = ["__address__"];
76 target_label = "__param_target"; 77 target_label = "__param_target";
diff --git a/hosts/vidhar/prometheus/snmp.yml b/hosts/vidhar/prometheus/snmp.yml
new file mode 100644
index 00000000..b3f7dc90
--- /dev/null
+++ b/hosts/vidhar/prometheus/snmp.yml
@@ -0,0 +1,54329 @@
1# WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost.
2apcups:
3 walk:
4 - 1.3.6.1.2.1.2
5 - 1.3.6.1.4.1.318.1.1.1.12
6 - 1.3.6.1.4.1.318.1.1.1.2
7 - 1.3.6.1.4.1.318.1.1.1.3
8 - 1.3.6.1.4.1.318.1.1.1.4
9 - 1.3.6.1.4.1.318.1.1.1.7.2
10 - 1.3.6.1.4.1.318.1.1.10.2.3.2
11 - 1.3.6.1.4.1.318.1.1.26.10.2.2
12 - 1.3.6.1.4.1.318.1.1.26.4.3
13 - 1.3.6.1.4.1.318.1.1.26.6.3
14 - 1.3.6.1.4.1.318.1.1.26.8.3
15 get:
16 - 1.3.6.1.2.1.1.3.0
17 - 1.3.6.1.4.1.318.1.1.1.8.1.0
18 metrics:
19 - name: sysUpTime
20 oid: 1.3.6.1.2.1.1.3
21 type: gauge
22 help: The time (in hundredths of a second) since the network management portion
23 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
24 - name: ifNumber
25 oid: 1.3.6.1.2.1.2.1
26 type: gauge
27 help: The number of network interfaces (regardless of their current state) present
28 on this system. - 1.3.6.1.2.1.2.1
29 - name: ifIndex
30 oid: 1.3.6.1.2.1.2.2.1.1
31 type: gauge
32 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
33 indexes:
34 - labelname: ifIndex
35 type: gauge
36 - name: ifDescr
37 oid: 1.3.6.1.2.1.2.2.1.2
38 type: DisplayString
39 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
40 indexes:
41 - labelname: ifIndex
42 type: gauge
43 - name: ifType
44 oid: 1.3.6.1.2.1.2.2.1.3
45 type: EnumAsInfo
46 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
47 indexes:
48 - labelname: ifIndex
49 type: gauge
50 enum_values:
51 1: other
52 2: regular1822
53 3: hdh1822
54 4: ddnX25
55 5: rfc877x25
56 6: ethernetCsmacd
57 7: iso88023Csmacd
58 8: iso88024TokenBus
59 9: iso88025TokenRing
60 10: iso88026Man
61 11: starLan
62 12: proteon10Mbit
63 13: proteon80Mbit
64 14: hyperchannel
65 15: fddi
66 16: lapb
67 17: sdlc
68 18: ds1
69 19: e1
70 20: basicISDN
71 21: primaryISDN
72 22: propPointToPointSerial
73 23: ppp
74 24: softwareLoopback
75 25: eon
76 26: ethernet3Mbit
77 27: nsip
78 28: slip
79 29: ultra
80 30: ds3
81 31: sip
82 32: frameRelay
83 33: rs232
84 34: para
85 35: arcnet
86 36: arcnetPlus
87 37: atm
88 38: miox25
89 39: sonet
90 40: x25ple
91 41: iso88022llc
92 42: localTalk
93 43: smdsDxi
94 44: frameRelayService
95 45: v35
96 46: hssi
97 47: hippi
98 48: modem
99 49: aal5
100 50: sonetPath
101 51: sonetVT
102 52: smdsIcip
103 53: propVirtual
104 54: propMultiplexor
105 55: ieee80212
106 56: fibreChannel
107 57: hippiInterface
108 58: frameRelayInterconnect
109 59: aflane8023
110 60: aflane8025
111 61: cctEmul
112 62: fastEther
113 63: isdn
114 64: v11
115 65: v36
116 66: g703at64k
117 67: g703at2mb
118 68: qllc
119 69: fastEtherFX
120 70: channel
121 71: ieee80211
122 72: ibm370parChan
123 73: escon
124 74: dlsw
125 75: isdns
126 76: isdnu
127 77: lapd
128 78: ipSwitch
129 79: rsrb
130 80: atmLogical
131 81: ds0
132 82: ds0Bundle
133 83: bsc
134 84: async
135 85: cnr
136 86: iso88025Dtr
137 87: eplrs
138 88: arap
139 89: propCnls
140 90: hostPad
141 91: termPad
142 92: frameRelayMPI
143 93: x213
144 94: adsl
145 95: radsl
146 96: sdsl
147 97: vdsl
148 98: iso88025CRFPInt
149 99: myrinet
150 100: voiceEM
151 101: voiceFXO
152 102: voiceFXS
153 103: voiceEncap
154 104: voiceOverIp
155 105: atmDxi
156 106: atmFuni
157 107: atmIma
158 108: pppMultilinkBundle
159 109: ipOverCdlc
160 110: ipOverClaw
161 111: stackToStack
162 112: virtualIpAddress
163 113: mpc
164 114: ipOverAtm
165 115: iso88025Fiber
166 116: tdlc
167 117: gigabitEthernet
168 118: hdlc
169 119: lapf
170 120: v37
171 121: x25mlp
172 122: x25huntGroup
173 123: transpHdlc
174 124: interleave
175 125: fast
176 126: ip
177 127: docsCableMaclayer
178 128: docsCableDownstream
179 129: docsCableUpstream
180 130: a12MppSwitch
181 131: tunnel
182 132: coffee
183 133: ces
184 134: atmSubInterface
185 135: l2vlan
186 136: l3ipvlan
187 137: l3ipxvlan
188 138: digitalPowerline
189 139: mediaMailOverIp
190 140: dtm
191 141: dcn
192 142: ipForward
193 143: msdsl
194 144: ieee1394
195 145: if-gsn
196 146: dvbRccMacLayer
197 147: dvbRccDownstream
198 148: dvbRccUpstream
199 149: atmVirtual
200 150: mplsTunnel
201 151: srp
202 152: voiceOverAtm
203 153: voiceOverFrameRelay
204 154: idsl
205 155: compositeLink
206 156: ss7SigLink
207 157: propWirelessP2P
208 158: frForward
209 159: rfc1483
210 160: usb
211 161: ieee8023adLag
212 162: bgppolicyaccounting
213 163: frf16MfrBundle
214 164: h323Gatekeeper
215 165: h323Proxy
216 166: mpls
217 167: mfSigLink
218 168: hdsl2
219 169: shdsl
220 170: ds1FDL
221 171: pos
222 172: dvbAsiIn
223 173: dvbAsiOut
224 174: plc
225 175: nfas
226 176: tr008
227 177: gr303RDT
228 178: gr303IDT
229 179: isup
230 180: propDocsWirelessMaclayer
231 181: propDocsWirelessDownstream
232 182: propDocsWirelessUpstream
233 183: hiperlan2
234 184: propBWAp2Mp
235 185: sonetOverheadChannel
236 186: digitalWrapperOverheadChannel
237 187: aal2
238 188: radioMAC
239 189: atmRadio
240 190: imt
241 191: mvl
242 192: reachDSL
243 193: frDlciEndPt
244 194: atmVciEndPt
245 195: opticalChannel
246 196: opticalTransport
247 197: propAtm
248 198: voiceOverCable
249 199: infiniband
250 200: teLink
251 201: q2931
252 202: virtualTg
253 203: sipTg
254 204: sipSig
255 205: docsCableUpstreamChannel
256 206: econet
257 207: pon155
258 208: pon622
259 209: bridge
260 210: linegroup
261 211: voiceEMFGD
262 212: voiceFGDEANA
263 213: voiceDID
264 214: mpegTransport
265 215: sixToFour
266 216: gtp
267 217: pdnEtherLoop1
268 218: pdnEtherLoop2
269 219: opticalChannelGroup
270 220: homepna
271 221: gfp
272 222: ciscoISLvlan
273 223: actelisMetaLOOP
274 224: fcipLink
275 225: rpr
276 226: qam
277 227: lmp
278 228: cblVectaStar
279 229: docsCableMCmtsDownstream
280 230: adsl2
281 231: macSecControlledIF
282 232: macSecUncontrolledIF
283 233: aviciOpticalEther
284 234: atmbond
285 235: voiceFGDOS
286 236: mocaVersion1
287 237: ieee80216WMAN
288 238: adsl2plus
289 239: dvbRcsMacLayer
290 240: dvbTdm
291 241: dvbRcsTdma
292 242: x86Laps
293 243: wwanPP
294 244: wwanPP2
295 245: voiceEBS
296 246: ifPwType
297 247: ilan
298 248: pip
299 249: aluELP
300 250: gpon
301 251: vdsl2
302 252: capwapDot11Profile
303 253: capwapDot11Bss
304 254: capwapWtpVirtualRadio
305 255: bits
306 256: docsCableUpstreamRfPort
307 257: cableDownstreamRfPort
308 258: vmwareVirtualNic
309 259: ieee802154
310 260: otnOdu
311 261: otnOtu
312 262: ifVfiType
313 263: g9981
314 264: g9982
315 265: g9983
316 266: aluEpon
317 267: aluEponOnu
318 268: aluEponPhysicalUni
319 269: aluEponLogicalLink
320 270: aluGponOnu
321 271: aluGponPhysicalUni
322 272: vmwareNicTeam
323 277: docsOfdmDownstream
324 278: docsOfdmaUpstream
325 279: gfast
326 280: sdci
327 281: xboxWireless
328 282: fastdsl
329 283: docsCableScte55d1FwdOob
330 284: docsCableScte55d1RetOob
331 285: docsCableScte55d2DsOob
332 286: docsCableScte55d2UsOob
333 287: docsCableNdf
334 288: docsCableNdr
335 289: ptm
336 290: ghn
337 291: otnOtsi
338 292: otnOtuc
339 293: otnOduc
340 294: otnOtsig
341 295: microwaveCarrierTermination
342 296: microwaveRadioLinkTerminal
343 297: ieee8021axDrni
344 298: ax25
345 299: ieee19061nanocom
346 300: cpri
347 301: omni
348 302: roe
349 303: p2pOverLan
350 - name: ifMtu
351 oid: 1.3.6.1.2.1.2.2.1.4
352 type: gauge
353 help: The size of the largest packet which can be sent/received on the interface,
354 specified in octets - 1.3.6.1.2.1.2.2.1.4
355 indexes:
356 - labelname: ifIndex
357 type: gauge
358 - name: ifSpeed
359 oid: 1.3.6.1.2.1.2.2.1.5
360 type: gauge
361 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
362 indexes:
363 - labelname: ifIndex
364 type: gauge
365 - name: ifPhysAddress
366 oid: 1.3.6.1.2.1.2.2.1.6
367 type: PhysAddress48
368 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
369 indexes:
370 - labelname: ifIndex
371 type: gauge
372 - name: ifAdminStatus
373 oid: 1.3.6.1.2.1.2.2.1.7
374 type: gauge
375 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
376 indexes:
377 - labelname: ifIndex
378 type: gauge
379 enum_values:
380 1: up
381 2: down
382 3: testing
383 - name: ifOperStatus
384 oid: 1.3.6.1.2.1.2.2.1.8
385 type: gauge
386 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
387 indexes:
388 - labelname: ifIndex
389 type: gauge
390 enum_values:
391 1: up
392 2: down
393 3: testing
394 4: unknown
395 5: dormant
396 6: notPresent
397 7: lowerLayerDown
398 - name: ifLastChange
399 oid: 1.3.6.1.2.1.2.2.1.9
400 type: gauge
401 help: The value of sysUpTime at the time the interface entered its current operational
402 state - 1.3.6.1.2.1.2.2.1.9
403 indexes:
404 - labelname: ifIndex
405 type: gauge
406 - name: ifInOctets
407 oid: 1.3.6.1.2.1.2.2.1.10
408 type: counter
409 help: The total number of octets received on the interface, including framing
410 characters - 1.3.6.1.2.1.2.2.1.10
411 indexes:
412 - labelname: ifIndex
413 type: gauge
414 - name: ifInUcastPkts
415 oid: 1.3.6.1.2.1.2.2.1.11
416 type: counter
417 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
418 which were not addressed to a multicast or broadcast address at this sub-layer
419 - 1.3.6.1.2.1.2.2.1.11
420 indexes:
421 - labelname: ifIndex
422 type: gauge
423 - name: ifInNUcastPkts
424 oid: 1.3.6.1.2.1.2.2.1.12
425 type: counter
426 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
427 which were addressed to a multicast or broadcast address at this sub-layer -
428 1.3.6.1.2.1.2.2.1.12
429 indexes:
430 - labelname: ifIndex
431 type: gauge
432 - name: ifInDiscards
433 oid: 1.3.6.1.2.1.2.2.1.13
434 type: counter
435 help: The number of inbound packets which were chosen to be discarded even though
436 no errors had been detected to prevent their being deliverable to a higher-layer
437 protocol - 1.3.6.1.2.1.2.2.1.13
438 indexes:
439 - labelname: ifIndex
440 type: gauge
441 - name: ifInErrors
442 oid: 1.3.6.1.2.1.2.2.1.14
443 type: counter
444 help: For packet-oriented interfaces, the number of inbound packets that contained
445 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
446 indexes:
447 - labelname: ifIndex
448 type: gauge
449 - name: ifInUnknownProtos
450 oid: 1.3.6.1.2.1.2.2.1.15
451 type: counter
452 help: For packet-oriented interfaces, the number of packets received via the interface
453 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
454 indexes:
455 - labelname: ifIndex
456 type: gauge
457 - name: ifOutOctets
458 oid: 1.3.6.1.2.1.2.2.1.16
459 type: counter
460 help: The total number of octets transmitted out of the interface, including framing
461 characters - 1.3.6.1.2.1.2.2.1.16
462 indexes:
463 - labelname: ifIndex
464 type: gauge
465 - name: ifOutUcastPkts
466 oid: 1.3.6.1.2.1.2.2.1.17
467 type: counter
468 help: The total number of packets that higher-level protocols requested be transmitted,
469 and which were not addressed to a multicast or broadcast address at this sub-layer,
470 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
471 indexes:
472 - labelname: ifIndex
473 type: gauge
474 - name: ifOutNUcastPkts
475 oid: 1.3.6.1.2.1.2.2.1.18
476 type: counter
477 help: The total number of packets that higher-level protocols requested be transmitted,
478 and which were addressed to a multicast or broadcast address at this sub-layer,
479 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
480 indexes:
481 - labelname: ifIndex
482 type: gauge
483 - name: ifOutDiscards
484 oid: 1.3.6.1.2.1.2.2.1.19
485 type: counter
486 help: The number of outbound packets which were chosen to be discarded even though
487 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
488 indexes:
489 - labelname: ifIndex
490 type: gauge
491 - name: ifOutErrors
492 oid: 1.3.6.1.2.1.2.2.1.20
493 type: counter
494 help: For packet-oriented interfaces, the number of outbound packets that could
495 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
496 indexes:
497 - labelname: ifIndex
498 type: gauge
499 - name: ifOutQLen
500 oid: 1.3.6.1.2.1.2.2.1.21
501 type: gauge
502 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
503 indexes:
504 - labelname: ifIndex
505 type: gauge
506 - name: ifSpecific
507 oid: 1.3.6.1.2.1.2.2.1.22
508 type: OctetString
509 help: A reference to MIB definitions specific to the particular media being used
510 to realize the interface - 1.3.6.1.2.1.2.2.1.22
511 indexes:
512 - labelname: ifIndex
513 type: gauge
514 - name: upsOutletGroupStatusTableSize
515 oid: 1.3.6.1.4.1.318.1.1.1.12.1.1
516 type: gauge
517 help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.1.1
518 - name: upsOutletGroupStatusIndex
519 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.1
520 type: gauge
521 help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.1
522 indexes:
523 - labelname: upsOutletGroupStatusIndex
524 type: gauge
525 lookups:
526 - labels:
527 - upsOutletGroupStatusIndex
528 labelname: upsOutletGroupStatusName
529 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
530 type: DisplayString
531 - labels: []
532 labelname: upsOutletGroupStatusIndex
533 - name: upsOutletGroupStatusName
534 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
535 type: DisplayString
536 help: The name of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
537 indexes:
538 - labelname: upsOutletGroupStatusIndex
539 type: gauge
540 lookups:
541 - labels:
542 - upsOutletGroupStatusIndex
543 labelname: upsOutletGroupStatusName
544 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
545 type: DisplayString
546 - labels: []
547 labelname: upsOutletGroupStatusIndex
548 - name: upsOutletGroupStatusGroupState
549 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.3
550 type: gauge
551 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
552 indexes:
553 - labelname: upsOutletGroupStatusIndex
554 type: gauge
555 lookups:
556 - labels:
557 - upsOutletGroupStatusIndex
558 labelname: upsOutletGroupStatusName
559 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
560 type: DisplayString
561 - labels: []
562 labelname: upsOutletGroupStatusIndex
563 enum_values:
564 1: upsOutletGroupStatusOn
565 2: upsOutletGroupStatusOff
566 3: upsOutletGroupStatusUnknown
567 - name: upsOutletGroupStatusCommandPending
568 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.4
569 type: gauge
570 help: Getting this variable will return the command pending state of the outlet
571 group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.4
572 indexes:
573 - labelname: upsOutletGroupStatusIndex
574 type: gauge
575 lookups:
576 - labels:
577 - upsOutletGroupStatusIndex
578 labelname: upsOutletGroupStatusName
579 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
580 type: DisplayString
581 - labels: []
582 labelname: upsOutletGroupStatusIndex
583 enum_values:
584 1: upsOutletGroupCommandPending
585 2: upsOutletGroupNoCommandPending
586 - name: upsOutletGroupStatusOutletType
587 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.5
588 type: gauge
589 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
590 indexes:
591 - labelname: upsOutletGroupStatusIndex
592 type: gauge
593 lookups:
594 - labels:
595 - upsOutletGroupStatusIndex
596 labelname: upsOutletGroupStatusName
597 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
598 type: DisplayString
599 - labels: []
600 labelname: upsOutletGroupStatusIndex
601 enum_values:
602 1: upsSwitchedOutletGroup
603 2: upsMainOutletGroup
604 - name: upsOutletGroupStatusGroupFullState
605 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.6
606 type: DisplayString
607 help: An ASCII string containing the 32 flags representing the current state(s)
608 of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.1.2.1.6
609 indexes:
610 - labelname: upsOutletGroupStatusIndex
611 type: gauge
612 lookups:
613 - labels:
614 - upsOutletGroupStatusIndex
615 labelname: upsOutletGroupStatusName
616 oid: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.2
617 type: DisplayString
618 - labels: []
619 labelname: upsOutletGroupStatusIndex
620 - name: upsOutletGroupConfigTableSize
621 oid: 1.3.6.1.4.1.318.1.1.1.12.2.1
622 type: gauge
623 help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.2.1
624 - name: upsOutletGroupConfigIndex
625 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.1
626 type: gauge
627 help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.1
628 indexes:
629 - labelname: upsOutletGroupConfigIndex
630 type: gauge
631 - name: upsOutletGroupConfigName
632 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.2
633 type: DisplayString
634 help: The name of the outlet group. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.2
635 indexes:
636 - labelname: upsOutletGroupConfigIndex
637 type: gauge
638 - name: upsOutletGroupConfigPowerOnDelay
639 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.3
640 type: gauge
641 help: The amount of time (seconds) the outlet group will delay powering on when
642 the delayed on, reboot, or shutdown command is applied - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.3
643 indexes:
644 - labelname: upsOutletGroupConfigIndex
645 type: gauge
646 - name: upsOutletGroupConfigPowerOffDelay
647 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.4
648 type: gauge
649 help: The amount of time (seconds) the outlet group will delay powering off when
650 the delayed off, reboot, or shutdown command is applied - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.4
651 indexes:
652 - labelname: upsOutletGroupConfigIndex
653 type: gauge
654 - name: upsOutletGroupConfigRebootDuration
655 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.5
656 type: gauge
657 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
658 indexes:
659 - labelname: upsOutletGroupConfigIndex
660 type: gauge
661 - name: upsOutletGroupConfigMinReturnRuntime
662 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.6
663 type: gauge
664 help: In an Outlet Group shutdown sequence, the Outlet Group cycles power off
665 then on - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.6
666 indexes:
667 - labelname: upsOutletGroupConfigIndex
668 type: gauge
669 - name: upsOutletGroupConfigOutletType
670 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.7
671 type: gauge
672 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
673 indexes:
674 - labelname: upsOutletGroupConfigIndex
675 type: gauge
676 enum_values:
677 1: upsSwitchedOutletGroup
678 2: upsMainOutletGroup
679 - name: upsOutletGroupConfigLoadShedControlSkipOffDelay
680 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.8
681 type: gauge
682 help: Configures whether the outlet group's off delay setting (upsOutletGroupConfigPowerOffDelay)
683 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
684 indexes:
685 - labelname: upsOutletGroupConfigIndex
686 type: gauge
687 enum_values:
688 1: upsOutletGroupConfigSkipOffDelay
689 2: upsOutletGroupConfigUseOffDelay
690 - name: upsOutletGroupConfigLoadShedControlAutoRestart
691 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.9
692 type: gauge
693 help: Configures whether the outlet group will automatically restart after a load
694 shedding situation, where applicable. - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.9
695 indexes:
696 - labelname: upsOutletGroupConfigIndex
697 type: gauge
698 enum_values:
699 1: upsOutletGroupConfigAutoRestart
700 2: upsOutletGroupConfigManualRestart
701 - name: upsOutletGroupConfigLoadShedControlTimeOnBattery
702 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.10
703 type: gauge
704 help: Configures whether the outlet group will load shed (turn off) after the
705 UPS's time on battery has exceeded the upsOutletGroupConfigLoadShedTimeOnBattery
706 OID setting - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.10
707 indexes:
708 - labelname: upsOutletGroupConfigIndex
709 type: gauge
710 enum_values:
711 1: upsOutletGroupConfigDisableTimeOnBatteryLoadShed
712 2: upsOutletGroupConfigEnableTimeOnBatteryLoadShed
713 - name: upsOutletGroupConfigLoadShedControlRuntimeRemaining
714 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.11
715 type: gauge
716 help: Configures whether the outlet group will load shed (turn off) when the UPS
717 is on battery and the remaining runtime is less than the upsOutletGroupConfigLoadShedRuntimeRemaining
718 OID setting - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.11
719 indexes:
720 - labelname: upsOutletGroupConfigIndex
721 type: gauge
722 enum_values:
723 1: upsOutletGroupConfigDisableRuntimeRemainingLoadShed
724 2: upsOutletGroupConfigEnableRuntimeRemainingLoadShed
725 - name: upsOutletGroupConfigLoadShedControlInOverload
726 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.12
727 type: gauge
728 help: Configures whether the outlet group will load shed (turn off) when the UPS
729 is in an overload condition - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.12
730 indexes:
731 - labelname: upsOutletGroupConfigIndex
732 type: gauge
733 enum_values:
734 1: upsOutletGroupConfigDisableInOverloadLoadShed
735 2: upsOutletGroupConfigEnableInOverloadLoadShed
736 - name: upsOutletGroupConfigLoadShedTimeOnBattery
737 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.13
738 type: gauge
739 help: When the UPS has been on battery for more time than this value, the outlet
740 group will turn off if this condition is enabled by the upsOutletGroupConfigLoadShedControlTimeOnBattery
741 OID - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.13
742 indexes:
743 - labelname: upsOutletGroupConfigIndex
744 type: gauge
745 - name: upsOutletGroupConfigLoadShedRuntimeRemaining
746 oid: 1.3.6.1.4.1.318.1.1.1.12.2.2.1.14
747 type: gauge
748 help: When the runtime remaining is less than this value, the outlet group will
749 turn off if this condition is enabled by the upsOutletGroupConfigLoadShedControlRuntimeRemaining
750 OID - 1.3.6.1.4.1.318.1.1.1.12.2.2.1.14
751 indexes:
752 - labelname: upsOutletGroupConfigIndex
753 type: gauge
754 - name: upsOutletGroupControlTableSize
755 oid: 1.3.6.1.4.1.318.1.1.1.12.3.1
756 type: gauge
757 help: The number of outlet groups for the UPS. - 1.3.6.1.4.1.318.1.1.1.12.3.1
758 - name: upsOutletGroupControlIndex
759 oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.1
760 type: gauge
761 help: The index to the outlet group entry. - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.1
762 indexes:
763 - labelname: upsOutletGroupControlIndex
764 type: gauge
765 - name: upsOutletGroupControlName
766 oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.2
767 type: DisplayString
768 help: The name of the outlet group - 1.3.6.1.4.1.318.1.1.1.12.3.2.1.2
769 indexes:
770 - labelname: upsOutletGroupControlIndex
771 type: gauge
772 - name: upsOutletGroupControlCommand
773 oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.3
774 type: gauge
775 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
776 indexes:
777 - labelname: upsOutletGroupControlIndex
778 type: gauge
779 enum_values:
780 1: upsOutletGroupImmediateOn
781 2: upsOutletGroupImmediateOff
782 3: upsOutletGroupImmediateRebootWithOrWithoutAC
783 4: upsOutletGroupDelayedOn
784 5: upsOutletGroupDelayedOff
785 6: upsOutletGroupDelayedRebootWithOrWithoutAC
786 7: upsOutletGroupCancelPendingCommand
787 8: upsOutletGroupControlUnknown
788 9: upsOutletGroupImmediateRebootShutdown
789 10: upsOutletGroupDelayedRebootShutdown
790 - name: upsOutletGroupControlOutletType
791 oid: 1.3.6.1.4.1.318.1.1.1.12.3.2.1.4
792 type: gauge
793 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
794 indexes:
795 - labelname: upsOutletGroupControlIndex
796 type: gauge
797 enum_values:
798 1: upsSwitchedOutletGroup
799 2: upsMainOutletGroup
800 - name: upsBasicBatteryStatus
801 oid: 1.3.6.1.4.1.318.1.1.1.2.1.1
802 type: gauge
803 help: The status of the UPS batteries - 1.3.6.1.4.1.318.1.1.1.2.1.1
804 enum_values:
805 1: unknown
806 2: batteryNormal
807 3: batteryLow
808 4: batteryInFaultCondition
809 - name: upsBasicBatteryTimeOnBattery
810 oid: 1.3.6.1.4.1.318.1.1.1.2.1.2
811 type: gauge
812 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
813 - name: upsBasicBatteryLastReplaceDate
814 oid: 1.3.6.1.4.1.318.1.1.1.2.1.3
815 type: DisplayString
816 help: The date when the UPS system's batteries were last replaced in mm/dd/yy
817 (or yyyy) format - 1.3.6.1.4.1.318.1.1.1.2.1.3
818 - name: upsAdvBatteryCapacity
819 oid: 1.3.6.1.4.1.318.1.1.1.2.2.1
820 type: gauge
821 help: The remaining battery capacity expressed in percent of full capacity. -
822 1.3.6.1.4.1.318.1.1.1.2.2.1
823 - name: upsAdvBatteryTemperature
824 oid: 1.3.6.1.4.1.318.1.1.1.2.2.2
825 type: gauge
826 help: The current internal UPS temperature expressed in Celsius - 1.3.6.1.4.1.318.1.1.1.2.2.2
827 - name: upsAdvBatteryRunTimeRemaining
828 oid: 1.3.6.1.4.1.318.1.1.1.2.2.3
829 type: gauge
830 help: The UPS battery run time remaining before battery exhaustion. - 1.3.6.1.4.1.318.1.1.1.2.2.3
831 - name: upsAdvBatteryReplaceIndicator
832 oid: 1.3.6.1.4.1.318.1.1.1.2.2.4
833 type: gauge
834 help: Indicates whether the UPS batteries need replacing. - 1.3.6.1.4.1.318.1.1.1.2.2.4
835 enum_values:
836 1: noBatteryNeedsReplacing
837 2: batteryNeedsReplacing
838 - name: upsAdvBatteryNumOfBattPacks
839 oid: 1.3.6.1.4.1.318.1.1.1.2.2.5
840 type: gauge
841 help: The number of external battery packs connected to the UPS - 1.3.6.1.4.1.318.1.1.1.2.2.5
842 - name: upsAdvBatteryNumOfBadBattPacks
843 oid: 1.3.6.1.4.1.318.1.1.1.2.2.6
844 type: gauge
845 help: The number of external battery packs connected to the UPS that are defective
846 - 1.3.6.1.4.1.318.1.1.1.2.2.6
847 - name: upsAdvBatteryNominalVoltage
848 oid: 1.3.6.1.4.1.318.1.1.1.2.2.7
849 type: gauge
850 help: The nominal battery voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.2.2.7
851 - name: upsAdvBatteryActualVoltage
852 oid: 1.3.6.1.4.1.318.1.1.1.2.2.8
853 type: gauge
854 help: The actual battery bus voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.2.2.8
855 - name: upsAdvBatteryCurrent
856 oid: 1.3.6.1.4.1.318.1.1.1.2.2.9
857 type: gauge
858 help: The battery current in Amps. - 1.3.6.1.4.1.318.1.1.1.2.2.9
859 - name: upsAdvTotalDCCurrent
860 oid: 1.3.6.1.4.1.318.1.1.1.2.2.10
861 type: gauge
862 help: The total DC current in Amps. - 1.3.6.1.4.1.318.1.1.1.2.2.10
863 - name: upsAdvBatteryFullCapacity
864 oid: 1.3.6.1.4.1.318.1.1.1.2.2.11
865 type: gauge
866 help: The full chargeable capacity of the battery which is expressed in percentage.
867 - 1.3.6.1.4.1.318.1.1.1.2.2.11
868 - name: upsAdvBatteryActualVoltageTableIndex
869 oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.1
870 type: gauge
871 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.1
872 indexes:
873 - labelname: upsAdvBatteryActualVoltageTableIndex
874 type: gauge
875 - name: upsAdvBatteryActualVoltagePolarity
876 oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.2
877 type: gauge
878 help: The selected Battery Voltage Polarity - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.2
879 indexes:
880 - labelname: upsAdvBatteryActualVoltageTableIndex
881 type: gauge
882 enum_values:
883 0: positive
884 1: negative
885 - name: upsAdvBatteryFrameActualVoltage
886 oid: 1.3.6.1.4.1.318.1.1.1.2.2.12.1.3
887 type: gauge
888 help: The actual battery bus voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.2.2.12.1.3
889 indexes:
890 - labelname: upsAdvBatteryActualVoltageTableIndex
891 type: gauge
892 - name: upsAdvTotalDCCurrentTableIndex
893 oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.1
894 type: gauge
895 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.1
896 indexes:
897 - labelname: upsAdvTotalDCCurrentTableIndex
898 type: gauge
899 - name: upsAdvTotalDCCurrentPolarity
900 oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.2
901 type: gauge
902 help: The selected Battery Current Polarity - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.2
903 indexes:
904 - labelname: upsAdvTotalDCCurrentTableIndex
905 type: gauge
906 enum_values:
907 0: positive
908 1: negative
909 - name: upsAdvTotalFrameDCCurrent
910 oid: 1.3.6.1.4.1.318.1.1.1.2.2.13.1.3
911 type: gauge
912 help: The Total DC Current of battery in Amperes. - 1.3.6.1.4.1.318.1.1.1.2.2.13.1.3
913 indexes:
914 - labelname: upsAdvTotalDCCurrentTableIndex
915 type: gauge
916 - name: upsAdvBatteryCurrentTableIndex
917 oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.1
918 type: gauge
919 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.1
920 indexes:
921 - labelname: upsAdvBatteryCurrentTableIndex
922 type: gauge
923 - labelname: upsAdvBatteryCurrentIndex
924 type: gauge
925 - name: upsAdvBatteryCurrentIndex
926 oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.2
927 type: gauge
928 help: The battery frame identifier. - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.2
929 indexes:
930 - labelname: upsAdvBatteryCurrentTableIndex
931 type: gauge
932 - labelname: upsAdvBatteryCurrentIndex
933 type: gauge
934 - name: upsAdvBatteryCurrentPolarity
935 oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.3
936 type: gauge
937 help: The selected Battery current polarity - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.3
938 indexes:
939 - labelname: upsAdvBatteryCurrentTableIndex
940 type: gauge
941 - labelname: upsAdvBatteryCurrentIndex
942 type: gauge
943 enum_values:
944 0: positive
945 1: negative
946 - name: upsAdvBatteryFrameCurrent
947 oid: 1.3.6.1.4.1.318.1.1.1.2.2.14.1.4
948 type: gauge
949 help: The Battery current measured in Amperes - 1.3.6.1.4.1.318.1.1.1.2.2.14.1.4
950 indexes:
951 - labelname: upsAdvBatteryCurrentTableIndex
952 type: gauge
953 - labelname: upsAdvBatteryCurrentIndex
954 type: gauge
955 - name: upsAdvBatteryEstimatedChargeTime
956 oid: 1.3.6.1.4.1.318.1.1.1.2.2.15
957 type: gauge
958 help: The estimated remaining time required to charge the UPS to a full state
959 of charge. - 1.3.6.1.4.1.318.1.1.1.2.2.15
960 - name: upsAdvBatteryPower
961 oid: 1.3.6.1.4.1.318.1.1.1.2.2.16
962 type: gauge
963 help: The measured battery power in kW. - 1.3.6.1.4.1.318.1.1.1.2.2.16
964 - name: upsAdvBatteryChargerStatus
965 oid: 1.3.6.1.4.1.318.1.1.1.2.2.17
966 type: EnumAsStateSet
967 help: The status of the battery charger - 1.3.6.1.4.1.318.1.1.1.2.2.17
968 enum_values:
969 1: unknown
970 2: ok
971 3: inFaultCondition
972 4: floatCharging
973 5: boostCharging
974 6: resting
975 7: notCharging
976 8: equalizationCharging
977 9: testInProgress
978 10: cyclicFloatCharging
979 - name: upsAdvBatteryInternalSKU
980 oid: 1.3.6.1.4.1.318.1.1.1.2.2.19
981 type: DisplayString
982 help: The SKU of the internal battery. - 1.3.6.1.4.1.318.1.1.1.2.2.19
983 - name: upsAdvBatteryExternalSKU
984 oid: 1.3.6.1.4.1.318.1.1.1.2.2.20
985 type: DisplayString
986 help: The SKU of the external battery. - 1.3.6.1.4.1.318.1.1.1.2.2.20
987 - name: upsAdvBatteryRecommendedReplaceDate
988 oid: 1.3.6.1.4.1.318.1.1.1.2.2.21
989 type: DisplayString
990 help: The recommended replacement date for the battery based on the UPS internal
991 battery life algorithm. - 1.3.6.1.4.1.318.1.1.1.2.2.21
992 - name: upsAdvBatteryNominalBackupTime
993 oid: 1.3.6.1.4.1.318.1.1.1.2.2.22
994 type: gauge
995 help: Defines the runtime of the user supplied battery in minutes, when battery
996 is new. - 1.3.6.1.4.1.318.1.1.1.2.2.22
997 - name: upsAdvBatteryCondition
998 oid: 1.3.6.1.4.1.318.1.1.1.2.2.23
999 type: EnumAsStateSet
1000 help: Health of the battries based on the battery test. - 1.3.6.1.4.1.318.1.1.1.2.2.23
1001 enum_values:
1002 1: unknown
1003 2: ok
1004 3: weak
1005 4: poor
1006 - name: upsAdvBatteryChargingCurrentRestricted
1007 oid: 1.3.6.1.4.1.318.1.1.1.2.2.24
1008 type: EnumAsStateSet
1009 help: Indicates whether battery charging current is restricted or not - 1.3.6.1.4.1.318.1.1.1.2.2.24
1010 enum_values:
1011 1: "yes"
1012 2: "no"
1013 - name: upsAdvBatteryTotalCapacity
1014 oid: 1.3.6.1.4.1.318.1.1.1.2.2.25
1015 type: gauge
1016 help: The actual available battery capacity of the system expressed in ampere
1017 hours (Ah) - 1.3.6.1.4.1.318.1.1.1.2.2.25
1018 - name: upsAdvBatteryFuseStatus
1019 oid: 1.3.6.1.4.1.318.1.1.1.2.2.26
1020 type: gauge
1021 help: If battery system has one common fuse for the battery system, the status
1022 is given by this value - 1.3.6.1.4.1.318.1.1.1.2.2.26
1023 enum_values:
1024 1: fuseOpen
1025 2: fuseOk
1026 3: notPresent
1027 - name: upsAdvBatteryBreakerStatus
1028 oid: 1.3.6.1.4.1.318.1.1.1.2.2.27
1029 type: gauge
1030 help: The value indicates the aggregated status of the battery breakers in the
1031 system - 1.3.6.1.4.1.318.1.1.1.2.2.27
1032 enum_values:
1033 1: disconnected
1034 2: closed
1035 3: notPresent
1036 - name: upsAdvBatteryWiringConfiguration
1037 oid: 1.3.6.1.4.1.318.1.1.1.2.2.28
1038 type: gauge
1039 help: The value indicates the wiring configuration, whether the battery is 2-wire
1040 or 3-wire - 1.3.6.1.4.1.318.1.1.1.2.2.28
1041 enum_values:
1042 1: twoWire
1043 2: threeWire
1044 - name: upsHighPrecBatteryCapacity
1045 oid: 1.3.6.1.4.1.318.1.1.1.2.3.1
1046 type: gauge
1047 help: The remaining battery capacity expressed in tenths of percent of full capacity.
1048 - 1.3.6.1.4.1.318.1.1.1.2.3.1
1049 - name: upsHighPrecBatteryTemperature
1050 oid: 1.3.6.1.4.1.318.1.1.1.2.3.2
1051 type: gauge
1052 help: The current internal UPS temperature expressed in tenths of degrees Celsius
1053 - 1.3.6.1.4.1.318.1.1.1.2.3.2
1054 - name: upsHighPrecBatteryNominalVoltage
1055 oid: 1.3.6.1.4.1.318.1.1.1.2.3.3
1056 type: gauge
1057 help: The nominal battery voltage in tenths of Volts. - 1.3.6.1.4.1.318.1.1.1.2.3.3
1058 - name: upsHighPrecBatteryActualVoltage
1059 oid: 1.3.6.1.4.1.318.1.1.1.2.3.4
1060 type: gauge
1061 help: The actual battery bus voltage in tenths of Volts. - 1.3.6.1.4.1.318.1.1.1.2.3.4
1062 - name: upsHighPrecBatteryCurrent
1063 oid: 1.3.6.1.4.1.318.1.1.1.2.3.5
1064 type: gauge
1065 help: The battery current in tenths of Amps. - 1.3.6.1.4.1.318.1.1.1.2.3.5
1066 - name: upsHighPrecTotalDCCurrent
1067 oid: 1.3.6.1.4.1.318.1.1.1.2.3.6
1068 type: gauge
1069 help: The total DC current in tenths of Amps. - 1.3.6.1.4.1.318.1.1.1.2.3.6
1070 - name: upsHighPrecBatteryActualVoltageTableIndex
1071 oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.1
1072 type: gauge
1073 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.7.1.1
1074 indexes:
1075 - labelname: upsHighPrecBatteryActualVoltageTableIndex
1076 type: gauge
1077 - name: upsHighPrecBatteryActualVoltagePolarity
1078 oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.2
1079 type: gauge
1080 help: The selected Battery Voltage polarity - 1.3.6.1.4.1.318.1.1.1.2.3.7.1.2
1081 indexes:
1082 - labelname: upsHighPrecBatteryActualVoltageTableIndex
1083 type: gauge
1084 enum_values:
1085 0: positive
1086 1: negative
1087 - name: upsHighPrecBatteryVoltage
1088 oid: 1.3.6.1.4.1.318.1.1.1.2.3.7.1.3
1089 type: gauge
1090 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
1091 indexes:
1092 - labelname: upsHighPrecBatteryActualVoltageTableIndex
1093 type: gauge
1094 - name: upsHighPrecTotalDCCurrentTableIndex
1095 oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.1
1096 type: gauge
1097 help: The Battery Frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.1
1098 indexes:
1099 - labelname: upsHighPrecTotalDCCurrentTableIndex
1100 type: gauge
1101 - name: upsHighPrecTotalDCCurrentPolarity
1102 oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.2
1103 type: gauge
1104 help: The selected Battery Current polarity - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.2
1105 indexes:
1106 - labelname: upsHighPrecTotalDCCurrentTableIndex
1107 type: gauge
1108 enum_values:
1109 0: positive
1110 1: negative
1111 - name: upsHighPrecTotalDCFrameCurrent
1112 oid: 1.3.6.1.4.1.318.1.1.1.2.3.8.1.3
1113 type: gauge
1114 help: The total DC current in tenths of Amperes. - 1.3.6.1.4.1.318.1.1.1.2.3.8.1.3
1115 indexes:
1116 - labelname: upsHighPrecTotalDCCurrentTableIndex
1117 type: gauge
1118 - name: upsHighPrecBatteryCurrentTableIndex
1119 oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.1
1120 type: gauge
1121 help: The Battery frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.1
1122 indexes:
1123 - labelname: upsHighPrecBatteryCurrentTableIndex
1124 type: gauge
1125 - labelname: upsHighPrecBatteryCurrentIndex
1126 type: gauge
1127 - name: upsHighPrecBatteryCurrentIndex
1128 oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.2
1129 type: gauge
1130 help: The Battery frame identifier - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.2
1131 indexes:
1132 - labelname: upsHighPrecBatteryCurrentTableIndex
1133 type: gauge
1134 - labelname: upsHighPrecBatteryCurrentIndex
1135 type: gauge
1136 - name: upsHighPrecBatteryCurrentPolarity
1137 oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.3
1138 type: gauge
1139 help: The selected Battery Current polarity - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.3
1140 indexes:
1141 - labelname: upsHighPrecBatteryCurrentTableIndex
1142 type: gauge
1143 - labelname: upsHighPrecBatteryCurrentIndex
1144 type: gauge
1145 enum_values:
1146 0: positive
1147 1: negative
1148 - name: upsHighPrecBatteryFrameCurrent
1149 oid: 1.3.6.1.4.1.318.1.1.1.2.3.9.1.4
1150 type: gauge
1151 help: The Battery current in tenths of Amperes. - 1.3.6.1.4.1.318.1.1.1.2.3.9.1.4
1152 indexes:
1153 - labelname: upsHighPrecBatteryCurrentTableIndex
1154 type: gauge
1155 - labelname: upsHighPrecBatteryCurrentIndex
1156 type: gauge
1157 - name: upsHighPrecBatteryPackTableSize
1158 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.1
1159 type: gauge
1160 help: The number of entries in the upsHighPrecBatteryPacks. - 1.3.6.1.4.1.318.1.1.1.2.3.10.1
1161 - name: upsHighPrecBatteryPackIndex
1162 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.1
1163 type: gauge
1164 help: The battery pack identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.1
1165 indexes:
1166 - labelname: upsHighPrecBatteryPackIndex
1167 type: gauge
1168 - labelname: upsHighPrecBatteryCartridgeIndex
1169 type: gauge
1170 - name: upsHighPrecBatteryCartridgeIndex
1171 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.2
1172 type: gauge
1173 help: The battery cartridge identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.2
1174 indexes:
1175 - labelname: upsHighPrecBatteryPackIndex
1176 type: gauge
1177 - labelname: upsHighPrecBatteryCartridgeIndex
1178 type: gauge
1179 - name: upsHighPrecBatteryPackFirmwareRevision
1180 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.3
1181 type: DisplayString
1182 help: The battery pack firmware revision. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.3
1183 indexes:
1184 - labelname: upsHighPrecBatteryPackIndex
1185 type: gauge
1186 - labelname: upsHighPrecBatteryCartridgeIndex
1187 type: gauge
1188 - name: upsHighPrecBatteryPackSerialNumber
1189 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.4
1190 type: DisplayString
1191 help: The battery pack serial number. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.4
1192 indexes:
1193 - labelname: upsHighPrecBatteryPackIndex
1194 type: gauge
1195 - labelname: upsHighPrecBatteryCartridgeIndex
1196 type: gauge
1197 - name: upsHighPrecBatteryPackTemperature
1198 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.5
1199 type: gauge
1200 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
1201 indexes:
1202 - labelname: upsHighPrecBatteryPackIndex
1203 type: gauge
1204 - labelname: upsHighPrecBatteryCartridgeIndex
1205 type: gauge
1206 - name: upsHighPrecBatteryPackStatus
1207 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.6
1208 type: OctetString
1209 help: The battery status for the pack only - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.6
1210 indexes:
1211 - labelname: upsHighPrecBatteryPackIndex
1212 type: gauge
1213 - labelname: upsHighPrecBatteryCartridgeIndex
1214 type: gauge
1215 - name: upsHighPrecBatteryPackCartridgeHealth
1216 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.7
1217 type: OctetString
1218 help: The battery cartridge health - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.7
1219 indexes:
1220 - labelname: upsHighPrecBatteryPackIndex
1221 type: gauge
1222 - labelname: upsHighPrecBatteryCartridgeIndex
1223 type: gauge
1224 - name: upsHighPrecBatteryPackCartridgeReplaceDate
1225 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.8
1226 type: DisplayString
1227 help: The battery cartridge estimated battery replace date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.8
1228 indexes:
1229 - labelname: upsHighPrecBatteryPackIndex
1230 type: gauge
1231 - labelname: upsHighPrecBatteryCartridgeIndex
1232 type: gauge
1233 - name: upsHighPrecBatteryPackCartridgeInstallDate
1234 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.9
1235 type: DisplayString
1236 help: The battery cartridge install date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.9
1237 indexes:
1238 - labelname: upsHighPrecBatteryPackIndex
1239 type: gauge
1240 - labelname: upsHighPrecBatteryCartridgeIndex
1241 type: gauge
1242 - name: upsHighPrecBatteryPackCartridgeStatus
1243 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.10
1244 type: OctetString
1245 help: The battery cartridge status - 1.3.6.1.4.1.318.1.1.1.2.3.10.2.1.10
1246 indexes:
1247 - labelname: upsHighPrecBatteryPackIndex
1248 type: gauge
1249 - labelname: upsHighPrecBatteryCartridgeIndex
1250 type: gauge
1251 - name: upsHighPrecBatteryPackOnlyTableSize
1252 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.3
1253 type: gauge
1254 help: The number of entries in the upsHighPrecBatteryPacks. - 1.3.6.1.4.1.318.1.1.1.2.3.10.3
1255 - name: upsHighPrecBatteryPackOnlyIndex
1256 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.1
1257 type: gauge
1258 help: The battery pack identifier. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.1
1259 indexes:
1260 - labelname: upsHighPrecBatteryPackOnlyIndex
1261 type: gauge
1262 - name: upsHighPrecBatteryPackOnlyFirmwareRevision
1263 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.2
1264 type: DisplayString
1265 help: The battery pack firmware revision. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.2
1266 indexes:
1267 - labelname: upsHighPrecBatteryPackOnlyIndex
1268 type: gauge
1269 - name: upsHighPrecBatteryPackOnlySerialNumber
1270 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.3
1271 type: DisplayString
1272 help: The battery pack serial number. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.3
1273 indexes:
1274 - labelname: upsHighPrecBatteryPackOnlyIndex
1275 type: gauge
1276 - name: upsHighPrecBatteryPackOnlyTemperature
1277 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.4
1278 type: gauge
1279 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
1280 indexes:
1281 - labelname: upsHighPrecBatteryPackOnlyIndex
1282 type: gauge
1283 - name: upsHighPrecBatteryPackOnlyStatus
1284 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.5
1285 type: OctetString
1286 help: The battery status for the pack only - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.5
1287 indexes:
1288 - labelname: upsHighPrecBatteryPackOnlyIndex
1289 type: gauge
1290 - name: upsHighPrecBatteryPackOnlyHealth
1291 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.6
1292 type: OctetString
1293 help: The battery pack health - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.6
1294 indexes:
1295 - labelname: upsHighPrecBatteryPackOnlyIndex
1296 type: gauge
1297 - name: upsHighPrecBatteryPackOnlyReplaceDate
1298 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.7
1299 type: DisplayString
1300 help: The battery pack estimated battery replace date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.7
1301 indexes:
1302 - labelname: upsHighPrecBatteryPackOnlyIndex
1303 type: gauge
1304 - name: upsHighPrecBatteryPackOnlyInstallDate
1305 oid: 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.8
1306 type: DisplayString
1307 help: The battery pack install date. - 1.3.6.1.4.1.318.1.1.1.2.3.10.4.1.8
1308 indexes:
1309 - labelname: upsHighPrecBatteryPackOnlyIndex
1310 type: gauge
1311 - name: upsHighPrecBatteryHealth
1312 oid: 1.3.6.1.4.1.318.1.1.1.2.3.11
1313 type: OctetString
1314 help: The battery health - 1.3.6.1.4.1.318.1.1.1.2.3.11
1315 - name: upsHighPrecActivePower
1316 oid: 1.3.6.1.4.1.318.1.1.1.2.3.12
1317 type: gauge
1318 help: Active Power of Battery in tenths of kW - 1.3.6.1.4.1.318.1.1.1.2.3.12
1319 - name: upsHighPrecExtdBatteryTemperature
1320 oid: 1.3.6.1.4.1.318.1.1.1.2.3.13
1321 type: gauge
1322 help: The current internal UPS temperature expressed in tenths of degrees Celsius
1323 - 1.3.6.1.4.1.318.1.1.1.2.3.13
1324 - name: upsBatteryNumberOfCabinets
1325 oid: 1.3.6.1.4.1.318.1.1.1.2.4
1326 type: gauge
1327 help: The value indicates the number of battery cabinets in total, internal and
1328 external - 1.3.6.1.4.1.318.1.1.1.2.4
1329 - name: upsBatteryCabinetIndex
1330 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.1
1331 type: gauge
1332 help: The Battery Cabinet identifier - 1.3.6.1.4.1.318.1.1.1.2.5.1.1
1333 indexes:
1334 - labelname: upsBatteryCabinetIndex
1335 type: gauge
1336 - name: upsBatteryCabinetLocalIndex
1337 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.2
1338 type: gauge
1339 help: The identification number for the actual battery cabinet in the system -
1340 1.3.6.1.4.1.318.1.1.1.2.5.1.2
1341 indexes:
1342 - labelname: upsBatteryCabinetIndex
1343 type: gauge
1344 - name: upsBatteryCabinetWiringConfiguration
1345 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.3
1346 type: gauge
1347 help: The value indicates the wiring configuration, whether the battery is 2-wire
1348 or 3-wire - 1.3.6.1.4.1.318.1.1.1.2.5.1.3
1349 indexes:
1350 - labelname: upsBatteryCabinetIndex
1351 type: gauge
1352 enum_values:
1353 1: twoWire
1354 2: threeWire
1355 - name: upsBatteryCabinetVoltagePolarity1
1356 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.4
1357 type: gauge
1358 help: The battery voltage - 1.3.6.1.4.1.318.1.1.1.2.5.1.4
1359 indexes:
1360 - labelname: upsBatteryCabinetIndex
1361 type: gauge
1362 - name: upsBatteryCabinetVoltagePolarity2
1363 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.5
1364 type: gauge
1365 help: The voltage for the second side/half of the battery in a split battery system
1366 - 1.3.6.1.4.1.318.1.1.1.2.5.1.5
1367 indexes:
1368 - labelname: upsBatteryCabinetIndex
1369 type: gauge
1370 - name: upsBatteryCabinetCurrentPolarity1
1371 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.6
1372 type: gauge
1373 help: The battery current - 1.3.6.1.4.1.318.1.1.1.2.5.1.6
1374 indexes:
1375 - labelname: upsBatteryCabinetIndex
1376 type: gauge
1377 - name: upsBatteryCabinetCurrentPolarity2
1378 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.7
1379 type: gauge
1380 help: The current for the second side/half of the battery in a split battery system
1381 - 1.3.6.1.4.1.318.1.1.1.2.5.1.7
1382 indexes:
1383 - labelname: upsBatteryCabinetIndex
1384 type: gauge
1385 - name: upsBatteryCabinetTemperature
1386 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.8
1387 type: gauge
1388 help: The measured temperature of the battery cabinet in tenths of degrees Celcius
1389 - 1.3.6.1.4.1.318.1.1.1.2.5.1.8
1390 indexes:
1391 - labelname: upsBatteryCabinetIndex
1392 type: gauge
1393 - name: upsBatteryCabinetMaxTemperature
1394 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.9
1395 type: gauge
1396 help: The highest temperature measured for the battery in the battery cabinet
1397 in tenths of degrees Celcius - 1.3.6.1.4.1.318.1.1.1.2.5.1.9
1398 indexes:
1399 - labelname: upsBatteryCabinetIndex
1400 type: gauge
1401 - name: upsBatteryCabinetMinTemperature
1402 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.10
1403 type: gauge
1404 help: The lowest temperature measured for the battery in the battery cabinet in
1405 tenths of degrees Celcius - 1.3.6.1.4.1.318.1.1.1.2.5.1.10
1406 indexes:
1407 - labelname: upsBatteryCabinetIndex
1408 type: gauge
1409 - name: upsBatteryCabinetAverageTemperature
1410 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.11
1411 type: gauge
1412 help: The average temperature for all the battery sensors in the battery cabinet
1413 and for the battery strings, if battery strings are present - 1.3.6.1.4.1.318.1.1.1.2.5.1.11
1414 indexes:
1415 - labelname: upsBatteryCabinetIndex
1416 type: gauge
1417 - name: upsBatteryCabinetFuse
1418 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.12
1419 type: gauge
1420 help: If the battery cabinet has a common fuse, the status is given by this value
1421 - 1.3.6.1.4.1.318.1.1.1.2.5.1.12
1422 indexes:
1423 - labelname: upsBatteryCabinetIndex
1424 type: gauge
1425 enum_values:
1426 1: fuseOpen
1427 2: fuseOk
1428 3: notPresent
1429 - name: upsBatteryCabinetBreaker
1430 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.13
1431 type: gauge
1432 help: The value indicates the battery cabinet breaker status - 1.3.6.1.4.1.318.1.1.1.2.5.1.13
1433 indexes:
1434 - labelname: upsBatteryCabinetIndex
1435 type: gauge
1436 enum_values:
1437 1: noBreaker
1438 2: unknown
1439 3: breakerOpen
1440 4: breakerClosed
1441 - name: upsBatteryCabinetNumberOfStrings
1442 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.14
1443 type: gauge
1444 help: The number of battery strings in the battery cabinet - 1.3.6.1.4.1.318.1.1.1.2.5.1.14
1445 indexes:
1446 - labelname: upsBatteryCabinetIndex
1447 type: gauge
1448 - name: upsBatteryCabinetNumberOfVerticalPositions
1449 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.15
1450 type: gauge
1451 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
1452 indexes:
1453 - labelname: upsBatteryCabinetIndex
1454 type: gauge
1455 - name: upsBatteryCabinetNumberOfHorizontalPositions
1456 oid: 1.3.6.1.4.1.318.1.1.1.2.5.1.16
1457 type: gauge
1458 help: The number of horizontal positions for battery blocks/modules - 1.3.6.1.4.1.318.1.1.1.2.5.1.16
1459 indexes:
1460 - labelname: upsBatteryCabinetIndex
1461 type: gauge
1462 - name: upsBatteryCabStringIndex
1463 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.1
1464 type: gauge
1465 help: The battery cabinet string identifier - 1.3.6.1.4.1.318.1.1.1.2.6.1.1
1466 indexes:
1467 - labelname: upsBatteryCabStringIndex
1468 type: gauge
1469 - name: upsBatteryCabStringCabReference
1470 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.2
1471 type: gauge
1472 help: Reference to the global battery cabinet index where the battery string is
1473 placed. - 1.3.6.1.4.1.318.1.1.1.2.6.1.2
1474 indexes:
1475 - labelname: upsBatteryCabStringIndex
1476 type: gauge
1477 - name: upsBatteryCabStringLocalIndex
1478 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.3
1479 type: gauge
1480 help: Local battery string identification index in the actual battery cabinet
1481 (E.g - 1.3.6.1.4.1.318.1.1.1.2.6.1.3
1482 indexes:
1483 - labelname: upsBatteryCabStringIndex
1484 type: gauge
1485 - name: upsBatteryCabStringCurrent
1486 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.4
1487 type: gauge
1488 help: The current in a battery string or battery halfstring, in tenths of Amps.
1489 - 1.3.6.1.4.1.318.1.1.1.2.6.1.4
1490 indexes:
1491 - labelname: upsBatteryCabStringIndex
1492 type: gauge
1493 - name: upsBatteryCabStringAverageTemperature
1494 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.5
1495 type: gauge
1496 help: Temperature of the battery string or the average of the aggregated temperature
1497 of each battery block/module (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.5
1498 indexes:
1499 - labelname: upsBatteryCabStringIndex
1500 type: gauge
1501 - name: upsBatteryCabStringMaxTemperature
1502 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.6
1503 type: gauge
1504 help: The actual highest battery temperature measurement for the battery blocks/modules
1505 (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.6
1506 indexes:
1507 - labelname: upsBatteryCabStringIndex
1508 type: gauge
1509 - name: upsBatteryCabStringMinTemperature
1510 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.7
1511 type: gauge
1512 help: The actual lowest battery temperature measurement for the battery blocks/modules
1513 (in tenths of degrees Celcius). - 1.3.6.1.4.1.318.1.1.1.2.6.1.7
1514 indexes:
1515 - labelname: upsBatteryCabStringIndex
1516 type: gauge
1517 - name: upsBatteryCabStringFuseStatus
1518 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.8
1519 type: gauge
1520 help: If the battery string has a common fuse, the status is given by this value
1521 - 1.3.6.1.4.1.318.1.1.1.2.6.1.8
1522 indexes:
1523 - labelname: upsBatteryCabStringIndex
1524 type: gauge
1525 enum_values:
1526 1: fuseOpen
1527 2: fuseOk
1528 3: notPresent
1529 - name: upsBatteryCabStringNumberOfBlocks
1530 oid: 1.3.6.1.4.1.318.1.1.1.2.6.1.9
1531 type: gauge
1532 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
1533 indexes:
1534 - labelname: upsBatteryCabStringIndex
1535 type: gauge
1536 - name: upsBatteryCabBlockIndex
1537 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.1
1538 type: gauge
1539 help: The battery cabinet block identifier - 1.3.6.1.4.1.318.1.1.1.2.7.1.1
1540 indexes:
1541 - labelname: upsBatteryCabBlockIndex
1542 type: gauge
1543 - name: upsBatteryCabBlockStringReference
1544 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.2
1545 type: gauge
1546 help: Reference to the specific global battery string index - 1.3.6.1.4.1.318.1.1.1.2.7.1.2
1547 indexes:
1548 - labelname: upsBatteryCabBlockIndex
1549 type: gauge
1550 - name: upsBatteryCabBlockLocalIndex
1551 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.3
1552 type: gauge
1553 help: Local battery block/module identification index in the actual battery string
1554 (E.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.3
1555 indexes:
1556 - labelname: upsBatteryCabBlockIndex
1557 type: gauge
1558 - name: upsBatteryCabBlockPresent
1559 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.4
1560 type: gauge
1561 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
1562 indexes:
1563 - labelname: upsBatteryCabBlockIndex
1564 type: gauge
1565 enum_values:
1566 1: present
1567 2: notPresent
1568 3: notAvailable
1569 - name: upsBatteryCabBlockType
1570 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.5
1571 type: DisplayString
1572 help: Text string value, showing the vendor and model of the battery in the battery
1573 block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.5
1574 indexes:
1575 - labelname: upsBatteryCabBlockIndex
1576 type: gauge
1577 - name: upsBatteryCabBlockTemperature
1578 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.6
1579 type: gauge
1580 help: The temperature for the battery block/module in tenths of degrees Celcius
1581 - 1.3.6.1.4.1.318.1.1.1.2.7.1.6
1582 indexes:
1583 - labelname: upsBatteryCabBlockIndex
1584 type: gauge
1585 - name: upsBatteryCabBlockFuseStatus
1586 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.7
1587 type: gauge
1588 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
1589 indexes:
1590 - labelname: upsBatteryCabBlockIndex
1591 type: gauge
1592 enum_values:
1593 1: fuseOpen
1594 2: fuseOk
1595 3: notPresent
1596 - name: upsBatteryCabBlockVoltage
1597 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.8
1598 type: gauge
1599 help: The voltage of the battery block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.8
1600 indexes:
1601 - labelname: upsBatteryCabBlockIndex
1602 type: gauge
1603 - name: upsBatteryCabBlockNumberOfCells
1604 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.9
1605 type: gauge
1606 help: The number of cells in the battery block/module - 1.3.6.1.4.1.318.1.1.1.2.7.1.9
1607 indexes:
1608 - labelname: upsBatteryCabBlockIndex
1609 type: gauge
1610 - name: upsBatteryCabBlockVerticalPosition
1611 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.10
1612 type: gauge
1613 help: The vertical position of the battery block/module in the actual battery
1614 cabinet (E.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.10
1615 indexes:
1616 - labelname: upsBatteryCabBlockIndex
1617 type: gauge
1618 - name: upsBatteryCabBlockHorizontalPosition
1619 oid: 1.3.6.1.4.1.318.1.1.1.2.7.1.11
1620 type: gauge
1621 help: The horizontal position of the battery block/module in the actual battery
1622 cabinet (E.g - 1.3.6.1.4.1.318.1.1.1.2.7.1.11
1623 indexes:
1624 - labelname: upsBatteryCabBlockIndex
1625 type: gauge
1626 - name: upsBatteryCabBlockCellIndex
1627 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.1
1628 type: gauge
1629 help: The battery block cell identifier - 1.3.6.1.4.1.318.1.1.1.2.8.1.1
1630 indexes:
1631 - labelname: upsBatteryCabBlockCellIndex
1632 type: gauge
1633 - name: upsBatteryCabBlockCellReference
1634 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.2
1635 type: gauge
1636 help: Reference to the specific global battery block/module index. - 1.3.6.1.4.1.318.1.1.1.2.8.1.2
1637 indexes:
1638 - labelname: upsBatteryCabBlockCellIndex
1639 type: gauge
1640 - name: upsBatteryCabBlockCellLocalIndex
1641 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.3
1642 type: gauge
1643 help: Local battery block/module identification index in the actual battery block
1644 (E.g - 1.3.6.1.4.1.318.1.1.1.2.8.1.3
1645 indexes:
1646 - labelname: upsBatteryCabBlockCellIndex
1647 type: gauge
1648 - name: upsBatteryCabBlockCellVoltage
1649 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.4
1650 type: gauge
1651 help: The measured battery cell voltage - 1.3.6.1.4.1.318.1.1.1.2.8.1.4
1652 indexes:
1653 - labelname: upsBatteryCabBlockCellIndex
1654 type: gauge
1655 - name: upsBatteryCabBlockCellTemperature
1656 oid: 1.3.6.1.4.1.318.1.1.1.2.8.1.5
1657 type: gauge
1658 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
1659 indexes:
1660 - labelname: upsBatteryCabBlockCellIndex
1661 type: gauge
1662 - name: upsBasicInputPhase
1663 oid: 1.3.6.1.4.1.318.1.1.1.3.1.1
1664 type: gauge
1665 help: The current AC input phase. - 1.3.6.1.4.1.318.1.1.1.3.1.1
1666 - name: upsAdvInputLineVoltage
1667 oid: 1.3.6.1.4.1.318.1.1.1.3.2.1
1668 type: gauge
1669 help: The current utility line voltage in VAC. - 1.3.6.1.4.1.318.1.1.1.3.2.1
1670 - name: upsAdvInputMaxLineVoltage
1671 oid: 1.3.6.1.4.1.318.1.1.1.3.2.2
1672 type: gauge
1673 help: The maximum utility line voltage in VAC over the previous 1 minute period.
1674 - 1.3.6.1.4.1.318.1.1.1.3.2.2
1675 - name: upsAdvInputMinLineVoltage
1676 oid: 1.3.6.1.4.1.318.1.1.1.3.2.3
1677 type: gauge
1678 help: The minimum utility line voltage in VAC over the previous 1 minute period.
1679 - 1.3.6.1.4.1.318.1.1.1.3.2.3
1680 - name: upsAdvInputFrequency
1681 oid: 1.3.6.1.4.1.318.1.1.1.3.2.4
1682 type: gauge
1683 help: The current input frequency to the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.3.2.4
1684 - name: upsAdvInputLineFailCause
1685 oid: 1.3.6.1.4.1.318.1.1.1.3.2.5
1686 type: gauge
1687 help: The reason for the occurrence of the last transfer to UPS battery power
1688 - 1.3.6.1.4.1.318.1.1.1.3.2.5
1689 enum_values:
1690 1: noTransfer
1691 2: highLineVoltage
1692 3: brownout
1693 4: blackout
1694 5: smallMomentarySag
1695 6: deepMomentarySag
1696 7: smallMomentarySpike
1697 8: largeMomentarySpike
1698 9: selfTest
1699 10: rateOfVoltageChange
1700 - name: upsAdvInputNominalFrequency
1701 oid: 1.3.6.1.4.1.318.1.1.1.3.2.6
1702 type: gauge
1703 help: The nominal input frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.3.2.6
1704 - name: upsAdvInputNominalVoltage
1705 oid: 1.3.6.1.4.1.318.1.1.1.3.2.7
1706 type: gauge
1707 help: The nominal input voltage of the UPS system in VAC. - 1.3.6.1.4.1.318.1.1.1.3.2.7
1708 - name: upsAdvInputBypassNominalFrequency
1709 oid: 1.3.6.1.4.1.318.1.1.1.3.2.8
1710 type: gauge
1711 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
1712 - name: upsAdvInputBypassNominalVoltage
1713 oid: 1.3.6.1.4.1.318.1.1.1.3.2.9
1714 type: gauge
1715 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
1716 - name: upsAdvInputStatisticsIndex
1717 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.1
1718 type: gauge
1719 help: The input identifier. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.1
1720 indexes:
1721 - labelname: upsAdvInputStatisticsIndex
1722 type: gauge
1723 - name: upsAdvInputApparentPower
1724 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.2
1725 type: gauge
1726 help: The input apparent power(sum of all of the three phases) measured in kVA.
1727 - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.2
1728 indexes:
1729 - labelname: upsAdvInputStatisticsIndex
1730 type: gauge
1731 - name: upsAdvInputVoltageTHD
1732 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.3
1733 type: gauge
1734 help: The input voltage Total Harmonic Distortion in percent. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.3
1735 indexes:
1736 - labelname: upsAdvInputStatisticsIndex
1737 type: gauge
1738 - name: upsAdvInputBypassVoltageTHD
1739 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.4
1740 type: gauge
1741 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
1742 indexes:
1743 - labelname: upsAdvInputStatisticsIndex
1744 type: gauge
1745 - name: upsAdvInputPeakCurrent
1746 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.5
1747 type: gauge
1748 help: The input peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.5
1749 indexes:
1750 - labelname: upsAdvInputStatisticsIndex
1751 type: gauge
1752 - name: upsAdvInputBypassPeakCurrent
1753 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.6
1754 type: gauge
1755 help: The bypass input peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.6
1756 indexes:
1757 - labelname: upsAdvInputStatisticsIndex
1758 type: gauge
1759 - name: upsAdvInputActivePower
1760 oid: 1.3.6.1.4.1.318.1.1.1.3.2.10.1.7
1761 type: gauge
1762 help: The input active power measured in kW. - 1.3.6.1.4.1.318.1.1.1.3.2.10.1.7
1763 indexes:
1764 - labelname: upsAdvInputStatisticsIndex
1765 type: gauge
1766 - name: upsAdvInputTotalApparentPower
1767 oid: 1.3.6.1.4.1.318.1.1.1.3.2.11
1768 type: gauge
1769 help: The input total apparent power(sum of all three phases) of the UPS system
1770 in kVA. - 1.3.6.1.4.1.318.1.1.1.3.2.11
1771 - name: upsAdvInputTotalActivePower
1772 oid: 1.3.6.1.4.1.318.1.1.1.3.2.12
1773 type: gauge
1774 help: The input total active power(sum of all three phases) of the UPS system
1775 in kW. - 1.3.6.1.4.1.318.1.1.1.3.2.12
1776 - name: upsAdvInputBypassTotalApparentPower
1777 oid: 1.3.6.1.4.1.318.1.1.1.3.2.13
1778 type: gauge
1779 help: The input bypass total apparent power(sum of all three phases) of the UPS
1780 system in kVA. - 1.3.6.1.4.1.318.1.1.1.3.2.13
1781 - name: upsAdvInputBypassTotalActivePower
1782 oid: 1.3.6.1.4.1.318.1.1.1.3.2.14
1783 type: gauge
1784 help: The input bypass total active power(sum of all three phases) of the UPS
1785 system in kW. - 1.3.6.1.4.1.318.1.1.1.3.2.14
1786 - name: upsAdvInputEnergyUsage
1787 oid: 1.3.6.1.4.1.318.1.1.1.3.2.15
1788 type: gauge
1789 help: The input energy usage of the UPS in kWh. - 1.3.6.1.4.1.318.1.1.1.3.2.15
1790 - name: upsAdvInputDCVoltage
1791 oid: 1.3.6.1.4.1.318.1.1.1.3.2.16
1792 type: gauge
1793 help: The DC input voltage in Volts. - 1.3.6.1.4.1.318.1.1.1.3.2.16
1794 - name: upsAdvInputDCCurrent
1795 oid: 1.3.6.1.4.1.318.1.1.1.3.2.17
1796 type: gauge
1797 help: The DC input current in Amps. - 1.3.6.1.4.1.318.1.1.1.3.2.17
1798 - name: upsHighPrecInputLineVoltage
1799 oid: 1.3.6.1.4.1.318.1.1.1.3.3.1
1800 type: gauge
1801 help: The current utility line voltage in tenths of VAC. - 1.3.6.1.4.1.318.1.1.1.3.3.1
1802 - name: upsHighPrecInputMaxLineVoltage
1803 oid: 1.3.6.1.4.1.318.1.1.1.3.3.2
1804 type: gauge
1805 help: The maximum utility line voltage in tenths of VAC over the previous 1 minute
1806 period. - 1.3.6.1.4.1.318.1.1.1.3.3.2
1807 - name: upsHighPrecInputMinLineVoltage
1808 oid: 1.3.6.1.4.1.318.1.1.1.3.3.3
1809 type: gauge
1810 help: The minimum utility line voltage in tenths of VAC over the previous 1 minute
1811 period. - 1.3.6.1.4.1.318.1.1.1.3.3.3
1812 - name: upsHighPrecInputFrequency
1813 oid: 1.3.6.1.4.1.318.1.1.1.3.3.4
1814 type: gauge
1815 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
1816 - name: upsHighPrecInputEnergyUsage
1817 oid: 1.3.6.1.4.1.318.1.1.1.3.3.5
1818 type: gauge
1819 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
1820 - name: upsHighPrecInputBypassVoltage
1821 oid: 1.3.6.1.4.1.318.1.1.1.3.3.6
1822 type: gauge
1823 help: The current bypass line voltage in tenths of VAC. - 1.3.6.1.4.1.318.1.1.1.3.3.6
1824 - name: upsHighPrecInputBypassFrequency
1825 oid: 1.3.6.1.4.1.318.1.1.1.3.3.7
1826 type: gauge
1827 help: The current input bypass frequency to the UPS system in tenths of Hz. -
1828 1.3.6.1.4.1.318.1.1.1.3.3.7
1829 - name: upsBasicOutputStatus
1830 oid: 1.3.6.1.4.1.318.1.1.1.4.1.1
1831 type: gauge
1832 help: The current state of the UPS - 1.3.6.1.4.1.318.1.1.1.4.1.1
1833 enum_values:
1834 1: unknown
1835 2: onLine
1836 3: onBattery
1837 4: onSmartBoost
1838 5: timedSleeping
1839 6: softwareBypass
1840 7: "off"
1841 8: rebooting
1842 9: switchedBypass
1843 10: hardwareFailureBypass
1844 11: sleepingUntilPowerReturn
1845 12: onSmartTrim
1846 13: ecoMode
1847 14: hotStandby
1848 15: onBatteryTest
1849 16: emergencyStaticBypass
1850 17: staticBypassStandby
1851 18: powerSavingMode
1852 19: spotMode
1853 20: eConversion
1854 21: chargerSpotmode
1855 22: inverterSpotmode
1856 23: activeLoad
1857 24: batteryDischargeSpotmode
1858 25: inverterStandby
1859 26: chargerOnly
1860 - name: upsBasicOutputPhase
1861 oid: 1.3.6.1.4.1.318.1.1.1.4.1.2
1862 type: gauge
1863 help: The actual number of output phases in a UPS - 1.3.6.1.4.1.318.1.1.1.4.1.2
1864 - name: upsBasicSystemStatus
1865 oid: 1.3.6.1.4.1.318.1.1.1.4.1.3
1866 type: gauge
1867 help: Current state for the whole system (UPS and surrounding breakers) - 1.3.6.1.4.1.318.1.1.1.4.1.3
1868 enum_values:
1869 1: unknown
1870 2: onLine
1871 3: onBattery
1872 4: onSmartBoost
1873 5: timedSleeping
1874 6: softwareBypass
1875 7: "off"
1876 8: rebooting
1877 9: switchedBypass
1878 10: hardwareFailureBypass
1879 11: sleepingUntilPowerReturn
1880 12: onSmartTrim
1881 13: ecoMode
1882 14: inverter
1883 15: eConversion
1884 16: staticBypassStandby
1885 17: efficiencyBoosterMode
1886 - name: upsBasicSystemInternalTemperature
1887 oid: 1.3.6.1.4.1.318.1.1.1.4.1.4
1888 type: gauge
1889 help: The actual internal temperature of the UPS system in Celsius. - 1.3.6.1.4.1.318.1.1.1.4.1.4
1890 - name: upsBasicSystemInverterStatus
1891 oid: 1.3.6.1.4.1.318.1.1.1.4.1.5
1892 type: gauge
1893 help: The current state of the UPS inverter - 1.3.6.1.4.1.318.1.1.1.4.1.5
1894 enum_values:
1895 1: unknown
1896 2: ok
1897 3: inFaultCondition
1898 - name: upsBasicSystemPFCStatus
1899 oid: 1.3.6.1.4.1.318.1.1.1.4.1.6
1900 type: gauge
1901 help: The general status of the power factor correction (AC input stage of the
1902 UPS) - 1.3.6.1.4.1.318.1.1.1.4.1.6
1903 enum_values:
1904 1: unknown
1905 2: ok
1906 3: inFaultCondition
1907 - name: upsBasicOutputACwiringConfiguration
1908 oid: 1.3.6.1.4.1.318.1.1.1.4.1.7
1909 type: gauge
1910 help: Indicates if neutral wire on output side of the UPS is used (load wired
1911 line to neutral) - 1.3.6.1.4.1.318.1.1.1.4.1.7
1912 enum_values:
1913 1: unknown
1914 2: noNeutralWiredonSystem
1915 3: neutralUsedforSupplyingLoad
1916 - name: upsAdvOutputVoltage
1917 oid: 1.3.6.1.4.1.318.1.1.1.4.2.1
1918 type: gauge
1919 help: The output voltage of the UPS system in VAC. - 1.3.6.1.4.1.318.1.1.1.4.2.1
1920 - name: upsAdvOutputFrequency
1921 oid: 1.3.6.1.4.1.318.1.1.1.4.2.2
1922 type: gauge
1923 help: The current output frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.4.2.2
1924 - name: upsAdvOutputLoad
1925 oid: 1.3.6.1.4.1.318.1.1.1.4.2.3
1926 type: gauge
1927 help: The current UPS load expressed in percent of rated capacity. - 1.3.6.1.4.1.318.1.1.1.4.2.3
1928 - name: upsAdvOutputCurrent
1929 oid: 1.3.6.1.4.1.318.1.1.1.4.2.4
1930 type: gauge
1931 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
1932 - name: upsAdvOutputRedundancy
1933 oid: 1.3.6.1.4.1.318.1.1.1.4.2.5
1934 type: gauge
1935 help: The number of power modules which can fail or be removed without causing
1936 the UPS to generate a Minimum Redundancy Lost event. - 1.3.6.1.4.1.318.1.1.1.4.2.5
1937 - name: upsAdvOutputKVACapacity
1938 oid: 1.3.6.1.4.1.318.1.1.1.4.2.6
1939 type: gauge
1940 help: The maximum load that this UPS can support - 1.3.6.1.4.1.318.1.1.1.4.2.6
1941 - name: upsAdvOutputNominalFrequency
1942 oid: 1.3.6.1.4.1.318.1.1.1.4.2.7
1943 type: gauge
1944 help: The nominal output frequency of the UPS system in Hz. - 1.3.6.1.4.1.318.1.1.1.4.2.7
1945 - name: upsAdvOutputActivePower
1946 oid: 1.3.6.1.4.1.318.1.1.1.4.2.8
1947 type: gauge
1948 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
1949 - name: upsAdvOutputApparentPower
1950 oid: 1.3.6.1.4.1.318.1.1.1.4.2.9
1951 type: gauge
1952 help: The total output apparent power of all phases of the UPS system in VA. -
1953 1.3.6.1.4.1.318.1.1.1.4.2.9
1954 - name: upsAdvOutputStatisticsIndex
1955 oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.1
1956 type: gauge
1957 help: The output identifier. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.1
1958 indexes:
1959 - labelname: upsAdvOutputStatisticsIndex
1960 type: gauge
1961 - name: upsAdvOutputPeakCurrent
1962 oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.2
1963 type: gauge
1964 help: The output peak current in Amperes. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.2
1965 indexes:
1966 - labelname: upsAdvOutputStatisticsIndex
1967 type: gauge
1968 - name: upsAdvOutputCurrentTHD
1969 oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.3
1970 type: gauge
1971 help: The output current Total Harmonic Distortion in percent. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.3
1972 indexes:
1973 - labelname: upsAdvOutputStatisticsIndex
1974 type: gauge
1975 - name: upsAdvOutputCrestFactor
1976 oid: 1.3.6.1.4.1.318.1.1.1.4.2.10.1.4
1977 type: gauge
1978 help: The output current crest factor expressed in tenths. - 1.3.6.1.4.1.318.1.1.1.4.2.10.1.4
1979 indexes:
1980 - labelname: upsAdvOutputStatisticsIndex
1981 type: gauge
1982 - name: upsAdvOutputNeutralCurrent
1983 oid: 1.3.6.1.4.1.318.1.1.1.4.2.11
1984 type: gauge
1985 help: The neutral current in amperes. - 1.3.6.1.4.1.318.1.1.1.4.2.11
1986 - name: upsAdvOutputEnergyUsage
1987 oid: 1.3.6.1.4.1.318.1.1.1.4.2.12
1988 type: gauge
1989 help: The output energy usage of the UPS in kWh. - 1.3.6.1.4.1.318.1.1.1.4.2.12
1990 - name: upsAdvOutputSourceSynchronization
1991 oid: 1.3.6.1.4.1.318.1.1.1.4.2.13
1992 type: gauge
1993 help: Indicates the synchronization source for the inverter output frequency -
1994 1.3.6.1.4.1.318.1.1.1.4.2.13
1995 - name: upsAdvOutputInverterFrequency
1996 oid: 1.3.6.1.4.1.318.1.1.1.4.2.14
1997 type: gauge
1998 help: Output frequency in Hz measured at the output of inverter. - 1.3.6.1.4.1.318.1.1.1.4.2.14
1999 - name: upsHighPrecOutputVoltage
2000 oid: 1.3.6.1.4.1.318.1.1.1.4.3.1
2001 type: gauge
2002 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
2003 - name: upsHighPrecOutputFrequency
2004 oid: 1.3.6.1.4.1.318.1.1.1.4.3.2
2005 type: gauge
2006 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
2007 - name: upsHighPrecOutputLoad
2008 oid: 1.3.6.1.4.1.318.1.1.1.4.3.3
2009 type: gauge
2010 help: The current UPS load expressed in tenths of percent of rated capacity. -
2011 1.3.6.1.4.1.318.1.1.1.4.3.3
2012 - name: upsHighPrecOutputCurrent
2013 oid: 1.3.6.1.4.1.318.1.1.1.4.3.4
2014 type: gauge
2015 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
2016 - name: upsHighPrecOutputEfficiency
2017 oid: 1.3.6.1.4.1.318.1.1.1.4.3.5
2018 type: gauge
2019 help: The positive values represent efficiency of the UPS in tenths of percent
2020 - 1.3.6.1.4.1.318.1.1.1.4.3.5
2021 - name: upsHighPrecOutputEnergyUsage
2022 oid: 1.3.6.1.4.1.318.1.1.1.4.3.6
2023 type: gauge
2024 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
2025 - name: upsAdvTestDiagnosticSchedule
2026 oid: 1.3.6.1.4.1.318.1.1.1.7.2.1
2027 type: gauge
2028 help: The UPS system's automatic battery test schedule. - 1.3.6.1.4.1.318.1.1.1.7.2.1
2029 enum_values:
2030 1: unknown
2031 2: biweekly
2032 3: weekly
2033 4: atTurnOn
2034 5: never
2035 6: fourWeeks
2036 7: twelveWeeks
2037 8: biweeklySinceLastTest
2038 9: weeklySinceLastTest
2039 10: eightWeeks
2040 11: twentysixWeeks
2041 12: fiftytwoWeeks
2042 - name: upsAdvTestDiagnostics
2043 oid: 1.3.6.1.4.1.318.1.1.1.7.2.2
2044 type: gauge
2045 help: Setting this variable to testDiagnostics(2) causes the UPS to perform a
2046 diagnostic self test - 1.3.6.1.4.1.318.1.1.1.7.2.2
2047 enum_values:
2048 1: noTestDiagnostics
2049 2: testDiagnostics
2050 - name: upsAdvTestDiagnosticsResults
2051 oid: 1.3.6.1.4.1.318.1.1.1.7.2.3
2052 type: gauge
2053 help: The results of the last UPS diagnostics test performed. - 1.3.6.1.4.1.318.1.1.1.7.2.3
2054 enum_values:
2055 1: ok
2056 2: failed
2057 3: invalidTest
2058 4: testInProgress
2059 - name: upsAdvTestLastDiagnosticsDate
2060 oid: 1.3.6.1.4.1.318.1.1.1.7.2.4
2061 type: DisplayString
2062 help: The date the last UPS diagnostics test was performed in mm/dd/yy format.
2063 - 1.3.6.1.4.1.318.1.1.1.7.2.4
2064 - name: upsAdvTestRuntimeCalibration
2065 oid: 1.3.6.1.4.1.318.1.1.1.7.2.5
2066 type: gauge
2067 help: Setting this variable to performCalibration(2) causes the UPS to discharge
2068 to calibrate the UPS - 1.3.6.1.4.1.318.1.1.1.7.2.5
2069 enum_values:
2070 1: noPerformCalibration
2071 2: performCalibration
2072 3: cancelCurrentCalibration
2073 - name: upsAdvTestCalibrationResults
2074 oid: 1.3.6.1.4.1.318.1.1.1.7.2.6
2075 type: gauge
2076 help: The results of the last runtime calibration - 1.3.6.1.4.1.318.1.1.1.7.2.6
2077 enum_values:
2078 1: ok
2079 2: invalidCalibration
2080 3: calibrationInProgress
2081 4: refused
2082 5: aborted
2083 6: pending
2084 - name: upsAdvTestCalibrationDate
2085 oid: 1.3.6.1.4.1.318.1.1.1.7.2.7
2086 type: DisplayString
2087 help: The date the last UPS runtime calibration was performed in mm/dd/yy format.
2088 - 1.3.6.1.4.1.318.1.1.1.7.2.7
2089 - name: upsAdvTestDiagnosticTime
2090 oid: 1.3.6.1.4.1.318.1.1.1.7.2.8
2091 type: DisplayString
2092 help: The time of the day to perform automatic battery test - 1.3.6.1.4.1.318.1.1.1.7.2.8
2093 - name: upsAdvTestDiagnosticDay
2094 oid: 1.3.6.1.4.1.318.1.1.1.7.2.9
2095 type: gauge
2096 help: The day of the week to perform automatic battery test. - 1.3.6.1.4.1.318.1.1.1.7.2.9
2097 enum_values:
2098 1: monday
2099 2: tuesday
2100 3: wednesday
2101 4: thursday
2102 5: friday
2103 6: saturday
2104 7: sunday
2105 - name: upsAdvTestBatteryInterval
2106 oid: 1.3.6.1.4.1.318.1.1.1.7.2.10
2107 type: DisplayString
2108 help: The UPS system's automatic battery test period. - 1.3.6.1.4.1.318.1.1.1.7.2.10
2109 - name: upsCommStatus
2110 oid: 1.3.6.1.4.1.318.1.1.1.8.1
2111 type: gauge
2112 help: The status of agent's communication with UPS. - 1.3.6.1.4.1.318.1.1.1.8.1
2113 enum_values:
2114 1: ok
2115 2: noComm
2116 - name: iemStatusProbeNumber
2117 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.1
2118 type: gauge
2119 help: The index of the probe. - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.1
2120 indexes:
2121 - labelname: iemStatusProbeNumber
2122 type: gauge
2123 - name: iemStatusProbeName
2124 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.2
2125 type: DisplayString
2126 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
2127 indexes:
2128 - labelname: iemStatusProbeNumber
2129 type: gauge
2130 - name: iemStatusProbeStatus
2131 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.3
2132 type: gauge
2133 help: The connected status of the probe, either disconnected(1) or connected(2).
2134 - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.3
2135 indexes:
2136 - labelname: iemStatusProbeNumber
2137 type: gauge
2138 enum_values:
2139 1: disconnected
2140 2: connected
2141 - name: iemStatusProbeCurrentTemp
2142 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.4
2143 type: gauge
2144 help: The current temperature reading from the probe displayed in the units shown
2145 in the 'iemStatusProbeTempUnits' OID (Celsius or Fahrenheit). - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.4
2146 indexes:
2147 - labelname: iemStatusProbeNumber
2148 type: gauge
2149 - name: iemStatusProbeTempUnits
2150 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.5
2151 type: gauge
2152 help: The temperature scale used to display the temperature thresholds of the
2153 probe, Celsius(1) or Fahrenheit(2) - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.5
2154 indexes:
2155 - labelname: iemStatusProbeNumber
2156 type: gauge
2157 enum_values:
2158 1: celsius
2159 2: fahrenheit
2160 - name: iemStatusProbeCurrentHumid
2161 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.6
2162 type: gauge
2163 help: The current humidity reading from the probe in percent relative humidity.
2164 - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.6
2165 indexes:
2166 - labelname: iemStatusProbeNumber
2167 type: gauge
2168 - name: iemStatusProbeHighTempViolation
2169 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.7
2170 type: gauge
2171 help: The high temperature violation status of the probe temperature reading -
2172 1.3.6.1.4.1.318.1.1.10.2.3.2.1.7
2173 indexes:
2174 - labelname: iemStatusProbeNumber
2175 type: gauge
2176 enum_values:
2177 1: noViolation
2178 2: highTempViolation
2179 3: disabled
2180 - name: iemStatusProbeLowTempViolation
2181 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.8
2182 type: gauge
2183 help: The high temperature violation status of the probe temperature reading -
2184 1.3.6.1.4.1.318.1.1.10.2.3.2.1.8
2185 indexes:
2186 - labelname: iemStatusProbeNumber
2187 type: gauge
2188 enum_values:
2189 1: noViolation
2190 2: lowTempViolation
2191 3: disabled
2192 - name: iemStatusProbeHighHumidViolation
2193 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.9
2194 type: gauge
2195 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
2196 indexes:
2197 - labelname: iemStatusProbeNumber
2198 type: gauge
2199 enum_values:
2200 1: noViolation
2201 2: highHumidViolation
2202 3: disabled
2203 - name: iemStatusProbeLowHumidViolation
2204 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.10
2205 type: gauge
2206 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
2207 indexes:
2208 - labelname: iemStatusProbeNumber
2209 type: gauge
2210 enum_values:
2211 1: noViolation
2212 2: lowHumidViolation
2213 3: disabled
2214 - name: iemStatusProbeMaxTempViolation
2215 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.11
2216 type: gauge
2217 help: The max temperature violation status of the probe temperature reading -
2218 1.3.6.1.4.1.318.1.1.10.2.3.2.1.11
2219 indexes:
2220 - labelname: iemStatusProbeNumber
2221 type: gauge
2222 enum_values:
2223 1: noViolation
2224 2: maxTempViolation
2225 3: disabled
2226 - name: iemStatusProbeMinTempViolation
2227 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.12
2228 type: gauge
2229 help: The minimum temperature violation status of the probe temperature reading
2230 - 1.3.6.1.4.1.318.1.1.10.2.3.2.1.12
2231 indexes:
2232 - labelname: iemStatusProbeNumber
2233 type: gauge
2234 enum_values:
2235 1: noViolation
2236 2: minTempViolation
2237 3: disabled
2238 - name: iemStatusProbeMaxHumidViolation
2239 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.13
2240 type: gauge
2241 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
2242 indexes:
2243 - labelname: iemStatusProbeNumber
2244 type: gauge
2245 enum_values:
2246 1: noViolation
2247 2: maxHumidViolation
2248 3: disabled
2249 - name: iemStatusProbeMinHumidViolation
2250 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.14
2251 type: gauge
2252 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
2253 indexes:
2254 - labelname: iemStatusProbeNumber
2255 type: gauge
2256 enum_values:
2257 1: noViolation
2258 2: minHumidViolation
2259 3: disabled
2260 - name: iemStatusProbeLocation
2261 oid: 1.3.6.1.4.1.318.1.1.10.2.3.2.1.15
2262 type: DisplayString
2263 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
2264 indexes:
2265 - labelname: iemStatusProbeNumber
2266 type: gauge
2267 - name: rPDU2SensorTempHumidityStatusIndex
2268 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.1
2269 type: gauge
2270 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
2271 indexes:
2272 - labelname: rPDU2SensorTempHumidityStatusIndex
2273 type: gauge
2274 - name: rPDU2SensorTempHumidityStatusModule
2275 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.2
2276 type: gauge
2277 help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.2
2278 indexes:
2279 - labelname: rPDU2SensorTempHumidityStatusIndex
2280 type: gauge
2281 - name: rPDU2SensorTempHumidityStatusName
2282 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.3
2283 type: DisplayString
2284 help: The user-defined temperature-humidity sensor ID string - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.3
2285 indexes:
2286 - labelname: rPDU2SensorTempHumidityStatusIndex
2287 type: gauge
2288 - name: rPDU2SensorTempHumidityStatusNumber
2289 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.4
2290 type: gauge
2291 help: The temperature-humidity sensor numeric ID - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.4
2292 indexes:
2293 - labelname: rPDU2SensorTempHumidityStatusIndex
2294 type: gauge
2295 - name: rPDU2SensorTempHumidityStatusType
2296 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.5
2297 type: gauge
2298 help: The type of the sensor - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.5
2299 indexes:
2300 - labelname: rPDU2SensorTempHumidityStatusIndex
2301 type: gauge
2302 enum_values:
2303 1: temperatureOnly
2304 2: temperatureHumidity
2305 3: commsLost
2306 4: notInstalled
2307 - name: rPDU2SensorTempHumidityStatusCommStatus
2308 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.6
2309 type: gauge
2310 help: The communications status of the sensor - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.6
2311 indexes:
2312 - labelname: rPDU2SensorTempHumidityStatusIndex
2313 type: gauge
2314 enum_values:
2315 1: notInstalled
2316 2: commsOK
2317 3: commsLost
2318 - name: rPDU2SensorTempHumidityStatusTempF
2319 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.7
2320 type: gauge
2321 help: Sensor temperature reading in tenths of degrees Fahrenheit - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.7
2322 indexes:
2323 - labelname: rPDU2SensorTempHumidityStatusIndex
2324 type: gauge
2325 - name: rPDU2SensorTempHumidityStatusTempC
2326 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8
2327 type: gauge
2328 help: Sensor temperature reading in tenths of degrees Celsius - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8
2329 indexes:
2330 - labelname: rPDU2SensorTempHumidityStatusIndex
2331 type: gauge
2332 - name: rPDU2SensorTempHumidityStatusTempStatus
2333 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.9
2334 type: gauge
2335 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
2336 indexes:
2337 - labelname: rPDU2SensorTempHumidityStatusIndex
2338 type: gauge
2339 enum_values:
2340 1: notPresent
2341 2: belowMin
2342 3: belowLow
2343 4: normal
2344 5: aboveHigh
2345 6: aboveMax
2346 - name: rPDU2SensorTempHumidityStatusRelativeHumidity
2347 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.10
2348 type: gauge
2349 help: Sensor humidity reading in percent relative humidity - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.10
2350 indexes:
2351 - labelname: rPDU2SensorTempHumidityStatusIndex
2352 type: gauge
2353 - name: rPDU2SensorTempHumidityStatusHumidityStatus
2354 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.11
2355 type: gauge
2356 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
2357 indexes:
2358 - labelname: rPDU2SensorTempHumidityStatusIndex
2359 type: gauge
2360 enum_values:
2361 1: notPresent
2362 2: belowMin
2363 3: belowLow
2364 4: normal
2365 5: aboveHigh
2366 6: aboveMax
2367 - name: rPDU2SensorTempHumidityStatusTempPeakF
2368 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.12
2369 type: gauge
2370 help: Sensor peak temperature in tenths of degrees Fahrenheit - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.12
2371 indexes:
2372 - labelname: rPDU2SensorTempHumidityStatusIndex
2373 type: gauge
2374 - name: rPDU2SensorTempHumidityStatusTempPeakC
2375 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.13
2376 type: gauge
2377 help: Sensor peak temperature in tenths of degrees Celsius - 1.3.6.1.4.1.318.1.1.26.10.2.2.1.13
2378 indexes:
2379 - labelname: rPDU2SensorTempHumidityStatusIndex
2380 type: gauge
2381 - name: rPDU2SensorTempHumidityStatusTempPeakTimestamp
2382 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.14
2383 type: DisplayString
2384 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
2385 indexes:
2386 - labelname: rPDU2SensorTempHumidityStatusIndex
2387 type: gauge
2388 - name: rPDU2SensorTempHumidityStatusTempPeakStartTime
2389 oid: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.15
2390 type: DisplayString
2391 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
2392 indexes:
2393 - labelname: rPDU2SensorTempHumidityStatusIndex
2394 type: gauge
2395 - name: rPDU2DeviceStatusIndex
2396 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.1
2397 type: gauge
2398 help: The index to the Rack PDU status table entry - 1.3.6.1.4.1.318.1.1.26.4.3.1.1
2399 indexes:
2400 - labelname: rPDU2DeviceStatusIndex
2401 type: gauge
2402 - name: rPDU2DeviceStatusModule
2403 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.2
2404 type: gauge
2405 help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.4.3.1.2
2406 indexes:
2407 - labelname: rPDU2DeviceStatusIndex
2408 type: gauge
2409 - name: rPDU2DeviceStatusName
2410 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.3
2411 type: DisplayString
2412 help: A user-defined string identifying the Rack PDU - 1.3.6.1.4.1.318.1.1.26.4.3.1.3
2413 indexes:
2414 - labelname: rPDU2DeviceStatusIndex
2415 type: gauge
2416 - name: rPDU2DeviceStatusLoadState
2417 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.4
2418 type: gauge
2419 help: Indicates the present load status of the Rack PDU - 1.3.6.1.4.1.318.1.1.26.4.3.1.4
2420 indexes:
2421 - labelname: rPDU2DeviceStatusIndex
2422 type: gauge
2423 enum_values:
2424 1: lowLoad
2425 2: normal
2426 3: nearOverload
2427 4: overload
2428 5: notsupported
2429 - name: rPDU2DeviceStatusPower
2430 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.5
2431 type: gauge
2432 help: The power consumption of the Rack PDU load in hundredths of kilowatts -
2433 1.3.6.1.4.1.318.1.1.26.4.3.1.5
2434 indexes:
2435 - labelname: rPDU2DeviceStatusIndex
2436 type: gauge
2437 - name: rPDU2DeviceStatusPeakPower
2438 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.6
2439 type: gauge
2440 help: The peak power consumption of the Rack PDU load in hundredths of kilowatts
2441 - 1.3.6.1.4.1.318.1.1.26.4.3.1.6
2442 indexes:
2443 - labelname: rPDU2DeviceStatusIndex
2444 type: gauge
2445 - name: rPDU2DeviceStatusPeakPowerTimestamp
2446 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.7
2447 type: DisplayString
2448 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
2449 indexes:
2450 - labelname: rPDU2DeviceStatusIndex
2451 type: gauge
2452 - name: rPDU2DeviceStatusPeakPowerStartTime
2453 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.8
2454 type: DisplayString
2455 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
2456 indexes:
2457 - labelname: rPDU2DeviceStatusIndex
2458 type: gauge
2459 - name: rPDU2DeviceStatusEnergy
2460 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.9
2461 type: gauge
2462 help: A user resettable energy meter measuring Rack PDU load energy consumption
2463 in tenths of kilowatt-hours - 1.3.6.1.4.1.318.1.1.26.4.3.1.9
2464 indexes:
2465 - labelname: rPDU2DeviceStatusIndex
2466 type: gauge
2467 - name: rPDU2DeviceStatusEnergyStartTime
2468 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.10
2469 type: DisplayString
2470 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
2471 indexes:
2472 - labelname: rPDU2DeviceStatusIndex
2473 type: gauge
2474 - name: rPDU2DeviceStatusCommandPending
2475 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.11
2476 type: gauge
2477 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
2478 indexes:
2479 - labelname: rPDU2DeviceStatusIndex
2480 type: gauge
2481 enum_values:
2482 1: commandPending
2483 2: noCommandPending
2484 3: commandPendingUnknown
2485 - name: rPDU2DeviceStatusPowerSupplyAlarm
2486 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.12
2487 type: gauge
2488 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
2489 indexes:
2490 - labelname: rPDU2DeviceStatusIndex
2491 type: gauge
2492 enum_values:
2493 1: normal
2494 2: alarm
2495 - name: rPDU2DeviceStatusPowerSupply1Status
2496 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.13
2497 type: gauge
2498 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
2499 indexes:
2500 - labelname: rPDU2DeviceStatusIndex
2501 type: gauge
2502 enum_values:
2503 1: normal
2504 2: alarm
2505 3: notInstalled
2506 - name: rPDU2DeviceStatusPowerSupply2Status
2507 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.14
2508 type: gauge
2509 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
2510 indexes:
2511 - labelname: rPDU2DeviceStatusIndex
2512 type: gauge
2513 enum_values:
2514 1: normal
2515 2: alarm
2516 3: notInstalled
2517 - name: rPDU2DeviceStatusOutletsEnergyStartTime
2518 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.15
2519 type: DisplayString
2520 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
2521 indexes:
2522 - labelname: rPDU2DeviceStatusIndex
2523 type: gauge
2524 - name: rPDU2DeviceStatusApparentPower
2525 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.16
2526 type: gauge
2527 help: The apparent power consumption of the Rack PDU load in hundredths of kiloVoltAmps
2528 (kVA) - 1.3.6.1.4.1.318.1.1.26.4.3.1.16
2529 indexes:
2530 - labelname: rPDU2DeviceStatusIndex
2531 type: gauge
2532 - name: rPDU2DeviceStatusPowerFactor
2533 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.17
2534 type: gauge
2535 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
2536 indexes:
2537 - labelname: rPDU2DeviceStatusIndex
2538 type: gauge
2539 - name: rPDU2DeviceStatusNPSType
2540 oid: 1.3.6.1.4.1.318.1.1.26.4.3.1.18
2541 type: gauge
2542 help: 'The device NPS status: notNPS (1) indicates the Rack PDU is not in an NPS
2543 group - 1.3.6.1.4.1.318.1.1.26.4.3.1.18'
2544 indexes:
2545 - labelname: rPDU2DeviceStatusIndex
2546 type: gauge
2547 enum_values:
2548 1: notNPS
2549 2: host
2550 3: guest
2551 - name: rPDU2PhaseStatusIndex
2552 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.1
2553 type: gauge
2554 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
2555 indexes:
2556 - labelname: rPDU2PhaseStatusIndex
2557 type: gauge
2558 - name: rPDU2PhaseStatusModule
2559 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.2
2560 type: gauge
2561 help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.6.3.1.2
2562 indexes:
2563 - labelname: rPDU2PhaseStatusIndex
2564 type: gauge
2565 - name: rPDU2PhaseStatusNumber
2566 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.3
2567 type: gauge
2568 help: The numeric phase ID - 1.3.6.1.4.1.318.1.1.26.6.3.1.3
2569 indexes:
2570 - labelname: rPDU2PhaseStatusIndex
2571 type: gauge
2572 - name: rPDU2PhaseStatusLoadState
2573 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.4
2574 type: gauge
2575 help: Indicates the present load status of the Rack PDU phase being queried -
2576 1.3.6.1.4.1.318.1.1.26.6.3.1.4
2577 indexes:
2578 - labelname: rPDU2PhaseStatusIndex
2579 type: gauge
2580 enum_values:
2581 1: lowLoad
2582 2: normal
2583 3: nearOverload
2584 4: overload
2585 - name: rPDU2PhaseStatusCurrent
2586 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.5
2587 type: gauge
2588 help: Indicates the current draw, in tenths of Amps, of the load on the Rack PDU
2589 phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.5
2590 indexes:
2591 - labelname: rPDU2PhaseStatusIndex
2592 type: gauge
2593 - name: rPDU2PhaseStatusVoltage
2594 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.6
2595 type: gauge
2596 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
2597 indexes:
2598 - labelname: rPDU2PhaseStatusIndex
2599 type: gauge
2600 - name: rPDU2PhaseStatusPower
2601 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.7
2602 type: gauge
2603 help: Indicates the load power, in hundredths of kilowatts (kW), consumed on the
2604 Rack PDU phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.7
2605 indexes:
2606 - labelname: rPDU2PhaseStatusIndex
2607 type: gauge
2608 - name: rPDU2PhaseStatusApparentPower
2609 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.8
2610 type: gauge
2611 help: Indicates the load apparent power, in hundredths of kiloVoltAmps (kVA),
2612 consumed on the Rack PDU phase being queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.8
2613 indexes:
2614 - labelname: rPDU2PhaseStatusIndex
2615 type: gauge
2616 - name: rPDU2PhaseStatusPowerFactor
2617 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.9
2618 type: gauge
2619 help: Indicates the load power factor, in hundredths, of the Rack PDU phase being
2620 queried - 1.3.6.1.4.1.318.1.1.26.6.3.1.9
2621 indexes:
2622 - labelname: rPDU2PhaseStatusIndex
2623 type: gauge
2624 - name: rPDU2PhaseStatusPeakCurrent
2625 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.10
2626 type: gauge
2627 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
2628 indexes:
2629 - labelname: rPDU2PhaseStatusIndex
2630 type: gauge
2631 - name: rPDU2PhaseStatusPeakCurrentTimestamp
2632 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.11
2633 type: DisplayString
2634 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
2635 indexes:
2636 - labelname: rPDU2PhaseStatusIndex
2637 type: gauge
2638 - name: rPDU2PhaseStatusPeakCurrentStartTime
2639 oid: 1.3.6.1.4.1.318.1.1.26.6.3.1.12
2640 type: DisplayString
2641 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
2642 indexes:
2643 - labelname: rPDU2PhaseStatusIndex
2644 type: gauge
2645 - name: rPDU2BankStatusIndex
2646 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.1
2647 type: gauge
2648 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
2649 indexes:
2650 - labelname: rPDU2BankStatusIndex
2651 type: gauge
2652 - name: rPDU2BankStatusModule
2653 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.2
2654 type: gauge
2655 help: The user-defined Rack PDU numeric ID - 1.3.6.1.4.1.318.1.1.26.8.3.1.2
2656 indexes:
2657 - labelname: rPDU2BankStatusIndex
2658 type: gauge
2659 - name: rPDU2BankStatusNumber
2660 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.3
2661 type: gauge
2662 help: The numeric bank ID - 1.3.6.1.4.1.318.1.1.26.8.3.1.3
2663 indexes:
2664 - labelname: rPDU2BankStatusIndex
2665 type: gauge
2666 - name: rPDU2BankStatusLoadState
2667 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.4
2668 type: EnumAsStateSet
2669 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
2670 indexes:
2671 - labelname: rPDU2BankStatusIndex
2672 type: gauge
2673 enum_values:
2674 1: lowLoad
2675 2: normal
2676 3: nearOverload
2677 4: overload
2678 - name: rPDU2BankStatusCurrent
2679 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.5
2680 type: gauge
2681 help: Indicates the current draw, in tenths of Amps, of the load on the Rack PDU
2682 bank being queried - 1.3.6.1.4.1.318.1.1.26.8.3.1.5
2683 indexes:
2684 - labelname: rPDU2BankStatusIndex
2685 type: gauge
2686 - name: rPDU2BankStatusPeakCurrent
2687 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.6
2688 type: gauge
2689 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
2690 indexes:
2691 - labelname: rPDU2BankStatusIndex
2692 type: gauge
2693 - name: rPDU2BankStatusPeakCurrentTimestamp
2694 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.7
2695 type: DisplayString
2696 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
2697 indexes:
2698 - labelname: rPDU2BankStatusIndex
2699 type: gauge
2700 - name: rPDU2BankStatusPeakCurrentStartTime
2701 oid: 1.3.6.1.4.1.318.1.1.26.8.3.1.8
2702 type: DisplayString
2703 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
2704 indexes:
2705 - labelname: rPDU2BankStatusIndex
2706 type: gauge
2707 version: 1
2708arista_sw:
2709 walk:
2710 - 1.3.6.1.2.1.2
2711 - 1.3.6.1.2.1.25.2.3.1.6
2712 - 1.3.6.1.2.1.25.3.3.1.2
2713 - 1.3.6.1.2.1.31.1.1
2714 - 1.3.6.1.4.1.30065.3.1.1
2715 get:
2716 - 1.3.6.1.2.1.1.3.0
2717 metrics:
2718 - name: sysUpTime
2719 oid: 1.3.6.1.2.1.1.3
2720 type: gauge
2721 help: The time (in hundredths of a second) since the network management portion
2722 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
2723 - name: ifNumber
2724 oid: 1.3.6.1.2.1.2.1
2725 type: gauge
2726 help: The number of network interfaces (regardless of their current state) present
2727 on this system. - 1.3.6.1.2.1.2.1
2728 - name: ifIndex
2729 oid: 1.3.6.1.2.1.2.2.1.1
2730 type: gauge
2731 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
2732 indexes:
2733 - labelname: ifIndex
2734 type: gauge
2735 - name: ifDescr
2736 oid: 1.3.6.1.2.1.2.2.1.2
2737 type: DisplayString
2738 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
2739 indexes:
2740 - labelname: ifIndex
2741 type: gauge
2742 - name: ifType
2743 oid: 1.3.6.1.2.1.2.2.1.3
2744 type: EnumAsInfo
2745 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
2746 indexes:
2747 - labelname: ifIndex
2748 type: gauge
2749 enum_values:
2750 1: other
2751 2: regular1822
2752 3: hdh1822
2753 4: ddnX25
2754 5: rfc877x25
2755 6: ethernetCsmacd
2756 7: iso88023Csmacd
2757 8: iso88024TokenBus
2758 9: iso88025TokenRing
2759 10: iso88026Man
2760 11: starLan
2761 12: proteon10Mbit
2762 13: proteon80Mbit
2763 14: hyperchannel
2764 15: fddi
2765 16: lapb
2766 17: sdlc
2767 18: ds1
2768 19: e1
2769 20: basicISDN
2770 21: primaryISDN
2771 22: propPointToPointSerial
2772 23: ppp
2773 24: softwareLoopback
2774 25: eon
2775 26: ethernet3Mbit
2776 27: nsip
2777 28: slip
2778 29: ultra
2779 30: ds3
2780 31: sip
2781 32: frameRelay
2782 33: rs232
2783 34: para
2784 35: arcnet
2785 36: arcnetPlus
2786 37: atm
2787 38: miox25
2788 39: sonet
2789 40: x25ple
2790 41: iso88022llc
2791 42: localTalk
2792 43: smdsDxi
2793 44: frameRelayService
2794 45: v35
2795 46: hssi
2796 47: hippi
2797 48: modem
2798 49: aal5
2799 50: sonetPath
2800 51: sonetVT
2801 52: smdsIcip
2802 53: propVirtual
2803 54: propMultiplexor
2804 55: ieee80212
2805 56: fibreChannel
2806 57: hippiInterface
2807 58: frameRelayInterconnect
2808 59: aflane8023
2809 60: aflane8025
2810 61: cctEmul
2811 62: fastEther
2812 63: isdn
2813 64: v11
2814 65: v36
2815 66: g703at64k
2816 67: g703at2mb
2817 68: qllc
2818 69: fastEtherFX
2819 70: channel
2820 71: ieee80211
2821 72: ibm370parChan
2822 73: escon
2823 74: dlsw
2824 75: isdns
2825 76: isdnu
2826 77: lapd
2827 78: ipSwitch
2828 79: rsrb
2829 80: atmLogical
2830 81: ds0
2831 82: ds0Bundle
2832 83: bsc
2833 84: async
2834 85: cnr
2835 86: iso88025Dtr
2836 87: eplrs
2837 88: arap
2838 89: propCnls
2839 90: hostPad
2840 91: termPad
2841 92: frameRelayMPI
2842 93: x213
2843 94: adsl
2844 95: radsl
2845 96: sdsl
2846 97: vdsl
2847 98: iso88025CRFPInt
2848 99: myrinet
2849 100: voiceEM
2850 101: voiceFXO
2851 102: voiceFXS
2852 103: voiceEncap
2853 104: voiceOverIp
2854 105: atmDxi
2855 106: atmFuni
2856 107: atmIma
2857 108: pppMultilinkBundle
2858 109: ipOverCdlc
2859 110: ipOverClaw
2860 111: stackToStack
2861 112: virtualIpAddress
2862 113: mpc
2863 114: ipOverAtm
2864 115: iso88025Fiber
2865 116: tdlc
2866 117: gigabitEthernet
2867 118: hdlc
2868 119: lapf
2869 120: v37
2870 121: x25mlp
2871 122: x25huntGroup
2872 123: transpHdlc
2873 124: interleave
2874 125: fast
2875 126: ip
2876 127: docsCableMaclayer
2877 128: docsCableDownstream
2878 129: docsCableUpstream
2879 130: a12MppSwitch
2880 131: tunnel
2881 132: coffee
2882 133: ces
2883 134: atmSubInterface
2884 135: l2vlan
2885 136: l3ipvlan
2886 137: l3ipxvlan
2887 138: digitalPowerline
2888 139: mediaMailOverIp
2889 140: dtm
2890 141: dcn
2891 142: ipForward
2892 143: msdsl
2893 144: ieee1394
2894 145: if-gsn
2895 146: dvbRccMacLayer
2896 147: dvbRccDownstream
2897 148: dvbRccUpstream
2898 149: atmVirtual
2899 150: mplsTunnel
2900 151: srp
2901 152: voiceOverAtm
2902 153: voiceOverFrameRelay
2903 154: idsl
2904 155: compositeLink
2905 156: ss7SigLink
2906 157: propWirelessP2P
2907 158: frForward
2908 159: rfc1483
2909 160: usb
2910 161: ieee8023adLag
2911 162: bgppolicyaccounting
2912 163: frf16MfrBundle
2913 164: h323Gatekeeper
2914 165: h323Proxy
2915 166: mpls
2916 167: mfSigLink
2917 168: hdsl2
2918 169: shdsl
2919 170: ds1FDL
2920 171: pos
2921 172: dvbAsiIn
2922 173: dvbAsiOut
2923 174: plc
2924 175: nfas
2925 176: tr008
2926 177: gr303RDT
2927 178: gr303IDT
2928 179: isup
2929 180: propDocsWirelessMaclayer
2930 181: propDocsWirelessDownstream
2931 182: propDocsWirelessUpstream
2932 183: hiperlan2
2933 184: propBWAp2Mp
2934 185: sonetOverheadChannel
2935 186: digitalWrapperOverheadChannel
2936 187: aal2
2937 188: radioMAC
2938 189: atmRadio
2939 190: imt
2940 191: mvl
2941 192: reachDSL
2942 193: frDlciEndPt
2943 194: atmVciEndPt
2944 195: opticalChannel
2945 196: opticalTransport
2946 197: propAtm
2947 198: voiceOverCable
2948 199: infiniband
2949 200: teLink
2950 201: q2931
2951 202: virtualTg
2952 203: sipTg
2953 204: sipSig
2954 205: docsCableUpstreamChannel
2955 206: econet
2956 207: pon155
2957 208: pon622
2958 209: bridge
2959 210: linegroup
2960 211: voiceEMFGD
2961 212: voiceFGDEANA
2962 213: voiceDID
2963 214: mpegTransport
2964 215: sixToFour
2965 216: gtp
2966 217: pdnEtherLoop1
2967 218: pdnEtherLoop2
2968 219: opticalChannelGroup
2969 220: homepna
2970 221: gfp
2971 222: ciscoISLvlan
2972 223: actelisMetaLOOP
2973 224: fcipLink
2974 225: rpr
2975 226: qam
2976 227: lmp
2977 228: cblVectaStar
2978 229: docsCableMCmtsDownstream
2979 230: adsl2
2980 231: macSecControlledIF
2981 232: macSecUncontrolledIF
2982 233: aviciOpticalEther
2983 234: atmbond
2984 235: voiceFGDOS
2985 236: mocaVersion1
2986 237: ieee80216WMAN
2987 238: adsl2plus
2988 239: dvbRcsMacLayer
2989 240: dvbTdm
2990 241: dvbRcsTdma
2991 242: x86Laps
2992 243: wwanPP
2993 244: wwanPP2
2994 245: voiceEBS
2995 246: ifPwType
2996 247: ilan
2997 248: pip
2998 249: aluELP
2999 250: gpon
3000 251: vdsl2
3001 252: capwapDot11Profile
3002 253: capwapDot11Bss
3003 254: capwapWtpVirtualRadio
3004 255: bits
3005 256: docsCableUpstreamRfPort
3006 257: cableDownstreamRfPort
3007 258: vmwareVirtualNic
3008 259: ieee802154
3009 260: otnOdu
3010 261: otnOtu
3011 262: ifVfiType
3012 263: g9981
3013 264: g9982
3014 265: g9983
3015 266: aluEpon
3016 267: aluEponOnu
3017 268: aluEponPhysicalUni
3018 269: aluEponLogicalLink
3019 270: aluGponOnu
3020 271: aluGponPhysicalUni
3021 272: vmwareNicTeam
3022 277: docsOfdmDownstream
3023 278: docsOfdmaUpstream
3024 279: gfast
3025 280: sdci
3026 281: xboxWireless
3027 282: fastdsl
3028 283: docsCableScte55d1FwdOob
3029 284: docsCableScte55d1RetOob
3030 285: docsCableScte55d2DsOob
3031 286: docsCableScte55d2UsOob
3032 287: docsCableNdf
3033 288: docsCableNdr
3034 289: ptm
3035 290: ghn
3036 291: otnOtsi
3037 292: otnOtuc
3038 293: otnOduc
3039 294: otnOtsig
3040 295: microwaveCarrierTermination
3041 296: microwaveRadioLinkTerminal
3042 297: ieee8021axDrni
3043 298: ax25
3044 299: ieee19061nanocom
3045 300: cpri
3046 301: omni
3047 302: roe
3048 303: p2pOverLan
3049 - name: ifMtu
3050 oid: 1.3.6.1.2.1.2.2.1.4
3051 type: gauge
3052 help: The size of the largest packet which can be sent/received on the interface,
3053 specified in octets - 1.3.6.1.2.1.2.2.1.4
3054 indexes:
3055 - labelname: ifIndex
3056 type: gauge
3057 - name: ifSpeed
3058 oid: 1.3.6.1.2.1.2.2.1.5
3059 type: gauge
3060 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
3061 indexes:
3062 - labelname: ifIndex
3063 type: gauge
3064 - name: ifPhysAddress
3065 oid: 1.3.6.1.2.1.2.2.1.6
3066 type: PhysAddress48
3067 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
3068 indexes:
3069 - labelname: ifIndex
3070 type: gauge
3071 - name: ifAdminStatus
3072 oid: 1.3.6.1.2.1.2.2.1.7
3073 type: gauge
3074 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
3075 indexes:
3076 - labelname: ifIndex
3077 type: gauge
3078 enum_values:
3079 1: up
3080 2: down
3081 3: testing
3082 - name: ifOperStatus
3083 oid: 1.3.6.1.2.1.2.2.1.8
3084 type: gauge
3085 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
3086 indexes:
3087 - labelname: ifIndex
3088 type: gauge
3089 enum_values:
3090 1: up
3091 2: down
3092 3: testing
3093 4: unknown
3094 5: dormant
3095 6: notPresent
3096 7: lowerLayerDown
3097 - name: ifLastChange
3098 oid: 1.3.6.1.2.1.2.2.1.9
3099 type: gauge
3100 help: The value of sysUpTime at the time the interface entered its current operational
3101 state - 1.3.6.1.2.1.2.2.1.9
3102 indexes:
3103 - labelname: ifIndex
3104 type: gauge
3105 - name: ifInOctets
3106 oid: 1.3.6.1.2.1.2.2.1.10
3107 type: counter
3108 help: The total number of octets received on the interface, including framing
3109 characters - 1.3.6.1.2.1.2.2.1.10
3110 indexes:
3111 - labelname: ifIndex
3112 type: gauge
3113 - name: ifInUcastPkts
3114 oid: 1.3.6.1.2.1.2.2.1.11
3115 type: counter
3116 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3117 which were not addressed to a multicast or broadcast address at this sub-layer
3118 - 1.3.6.1.2.1.2.2.1.11
3119 indexes:
3120 - labelname: ifIndex
3121 type: gauge
3122 - name: ifInNUcastPkts
3123 oid: 1.3.6.1.2.1.2.2.1.12
3124 type: counter
3125 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3126 which were addressed to a multicast or broadcast address at this sub-layer -
3127 1.3.6.1.2.1.2.2.1.12
3128 indexes:
3129 - labelname: ifIndex
3130 type: gauge
3131 - name: ifInDiscards
3132 oid: 1.3.6.1.2.1.2.2.1.13
3133 type: counter
3134 help: The number of inbound packets which were chosen to be discarded even though
3135 no errors had been detected to prevent their being deliverable to a higher-layer
3136 protocol - 1.3.6.1.2.1.2.2.1.13
3137 indexes:
3138 - labelname: ifIndex
3139 type: gauge
3140 - name: ifInErrors
3141 oid: 1.3.6.1.2.1.2.2.1.14
3142 type: counter
3143 help: For packet-oriented interfaces, the number of inbound packets that contained
3144 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
3145 indexes:
3146 - labelname: ifIndex
3147 type: gauge
3148 - name: ifInUnknownProtos
3149 oid: 1.3.6.1.2.1.2.2.1.15
3150 type: counter
3151 help: For packet-oriented interfaces, the number of packets received via the interface
3152 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
3153 indexes:
3154 - labelname: ifIndex
3155 type: gauge
3156 - name: ifOutOctets
3157 oid: 1.3.6.1.2.1.2.2.1.16
3158 type: counter
3159 help: The total number of octets transmitted out of the interface, including framing
3160 characters - 1.3.6.1.2.1.2.2.1.16
3161 indexes:
3162 - labelname: ifIndex
3163 type: gauge
3164 - name: ifOutUcastPkts
3165 oid: 1.3.6.1.2.1.2.2.1.17
3166 type: counter
3167 help: The total number of packets that higher-level protocols requested be transmitted,
3168 and which were not addressed to a multicast or broadcast address at this sub-layer,
3169 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
3170 indexes:
3171 - labelname: ifIndex
3172 type: gauge
3173 - name: ifOutNUcastPkts
3174 oid: 1.3.6.1.2.1.2.2.1.18
3175 type: counter
3176 help: The total number of packets that higher-level protocols requested be transmitted,
3177 and which were addressed to a multicast or broadcast address at this sub-layer,
3178 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
3179 indexes:
3180 - labelname: ifIndex
3181 type: gauge
3182 - name: ifOutDiscards
3183 oid: 1.3.6.1.2.1.2.2.1.19
3184 type: counter
3185 help: The number of outbound packets which were chosen to be discarded even though
3186 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
3187 indexes:
3188 - labelname: ifIndex
3189 type: gauge
3190 - name: ifOutErrors
3191 oid: 1.3.6.1.2.1.2.2.1.20
3192 type: counter
3193 help: For packet-oriented interfaces, the number of outbound packets that could
3194 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
3195 indexes:
3196 - labelname: ifIndex
3197 type: gauge
3198 - name: ifOutQLen
3199 oid: 1.3.6.1.2.1.2.2.1.21
3200 type: gauge
3201 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
3202 indexes:
3203 - labelname: ifIndex
3204 type: gauge
3205 - name: ifSpecific
3206 oid: 1.3.6.1.2.1.2.2.1.22
3207 type: OctetString
3208 help: A reference to MIB definitions specific to the particular media being used
3209 to realize the interface - 1.3.6.1.2.1.2.2.1.22
3210 indexes:
3211 - labelname: ifIndex
3212 type: gauge
3213 - name: hrStorageUsed
3214 oid: 1.3.6.1.2.1.25.2.3.1.6
3215 type: gauge
3216 help: The amount of the storage represented by this entry that is allocated, in
3217 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
3218 indexes:
3219 - labelname: hrStorageIndex
3220 type: gauge
3221 - name: hrProcessorLoad
3222 oid: 1.3.6.1.2.1.25.3.3.1.2
3223 type: gauge
3224 help: The average, over the last minute, of the percentage of time that this processor
3225 was not idle - 1.3.6.1.2.1.25.3.3.1.2
3226 indexes:
3227 - labelname: hrDeviceIndex
3228 type: gauge
3229 - name: ifName
3230 oid: 1.3.6.1.2.1.31.1.1.1.1
3231 type: DisplayString
3232 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
3233 indexes:
3234 - labelname: ifIndex
3235 type: gauge
3236 - name: ifInMulticastPkts
3237 oid: 1.3.6.1.2.1.31.1.1.1.2
3238 type: counter
3239 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3240 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
3241 indexes:
3242 - labelname: ifIndex
3243 type: gauge
3244 - name: ifInBroadcastPkts
3245 oid: 1.3.6.1.2.1.31.1.1.1.3
3246 type: counter
3247 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3248 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
3249 indexes:
3250 - labelname: ifIndex
3251 type: gauge
3252 - name: ifOutMulticastPkts
3253 oid: 1.3.6.1.2.1.31.1.1.1.4
3254 type: counter
3255 help: The total number of packets that higher-level protocols requested be transmitted,
3256 and which were addressed to a multicast address at this sub-layer, including
3257 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
3258 indexes:
3259 - labelname: ifIndex
3260 type: gauge
3261 - name: ifOutBroadcastPkts
3262 oid: 1.3.6.1.2.1.31.1.1.1.5
3263 type: counter
3264 help: The total number of packets that higher-level protocols requested be transmitted,
3265 and which were addressed to a broadcast address at this sub-layer, including
3266 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
3267 indexes:
3268 - labelname: ifIndex
3269 type: gauge
3270 - name: ifHCInOctets
3271 oid: 1.3.6.1.2.1.31.1.1.1.6
3272 type: counter
3273 help: The total number of octets received on the interface, including framing
3274 characters - 1.3.6.1.2.1.31.1.1.1.6
3275 indexes:
3276 - labelname: ifIndex
3277 type: gauge
3278 - name: ifHCInUcastPkts
3279 oid: 1.3.6.1.2.1.31.1.1.1.7
3280 type: counter
3281 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3282 which were not addressed to a multicast or broadcast address at this sub-layer
3283 - 1.3.6.1.2.1.31.1.1.1.7
3284 indexes:
3285 - labelname: ifIndex
3286 type: gauge
3287 - name: ifHCInMulticastPkts
3288 oid: 1.3.6.1.2.1.31.1.1.1.8
3289 type: counter
3290 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3291 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
3292 indexes:
3293 - labelname: ifIndex
3294 type: gauge
3295 - name: ifHCInBroadcastPkts
3296 oid: 1.3.6.1.2.1.31.1.1.1.9
3297 type: counter
3298 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
3299 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
3300 indexes:
3301 - labelname: ifIndex
3302 type: gauge
3303 - name: ifHCOutOctets
3304 oid: 1.3.6.1.2.1.31.1.1.1.10
3305 type: counter
3306 help: The total number of octets transmitted out of the interface, including framing
3307 characters - 1.3.6.1.2.1.31.1.1.1.10
3308 indexes:
3309 - labelname: ifIndex
3310 type: gauge
3311 - name: ifHCOutUcastPkts
3312 oid: 1.3.6.1.2.1.31.1.1.1.11
3313 type: counter
3314 help: The total number of packets that higher-level protocols requested be transmitted,
3315 and which were not addressed to a multicast or broadcast address at this sub-layer,
3316 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
3317 indexes:
3318 - labelname: ifIndex
3319 type: gauge
3320 - name: ifHCOutMulticastPkts
3321 oid: 1.3.6.1.2.1.31.1.1.1.12
3322 type: counter
3323 help: The total number of packets that higher-level protocols requested be transmitted,
3324 and which were addressed to a multicast address at this sub-layer, including
3325 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
3326 indexes:
3327 - labelname: ifIndex
3328 type: gauge
3329 - name: ifHCOutBroadcastPkts
3330 oid: 1.3.6.1.2.1.31.1.1.1.13
3331 type: counter
3332 help: The total number of packets that higher-level protocols requested be transmitted,
3333 and which were addressed to a broadcast address at this sub-layer, including
3334 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
3335 indexes:
3336 - labelname: ifIndex
3337 type: gauge
3338 - name: ifLinkUpDownTrapEnable
3339 oid: 1.3.6.1.2.1.31.1.1.1.14
3340 type: gauge
3341 help: Indicates whether linkUp/linkDown traps should be generated for this interface
3342 - 1.3.6.1.2.1.31.1.1.1.14
3343 indexes:
3344 - labelname: ifIndex
3345 type: gauge
3346 enum_values:
3347 1: enabled
3348 2: disabled
3349 - name: ifHighSpeed
3350 oid: 1.3.6.1.2.1.31.1.1.1.15
3351 type: gauge
3352 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
3353 per second - 1.3.6.1.2.1.31.1.1.1.15
3354 indexes:
3355 - labelname: ifIndex
3356 type: gauge
3357 - name: ifPromiscuousMode
3358 oid: 1.3.6.1.2.1.31.1.1.1.16
3359 type: gauge
3360 help: This object has a value of false(2) if this interface only accepts packets/frames
3361 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
3362 indexes:
3363 - labelname: ifIndex
3364 type: gauge
3365 enum_values:
3366 1: "true"
3367 2: "false"
3368 - name: ifConnectorPresent
3369 oid: 1.3.6.1.2.1.31.1.1.1.17
3370 type: gauge
3371 help: This object has the value 'true(1)' if the interface sublayer has a physical
3372 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
3373 indexes:
3374 - labelname: ifIndex
3375 type: gauge
3376 enum_values:
3377 1: "true"
3378 2: "false"
3379 - name: ifAlias
3380 oid: 1.3.6.1.2.1.31.1.1.1.18
3381 type: DisplayString
3382 help: This object is an 'alias' name for the interface as specified by a network
3383 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
3384 indexes:
3385 - labelname: ifIndex
3386 type: gauge
3387 - name: ifCounterDiscontinuityTime
3388 oid: 1.3.6.1.2.1.31.1.1.1.19
3389 type: gauge
3390 help: The value of sysUpTime on the most recent occasion at which any one or more
3391 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
3392 indexes:
3393 - labelname: ifIndex
3394 type: gauge
3395 - name: aristaSwFwdIpStatsIPVersion
3396 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.1
3397 type: gauge
3398 help: The IP version of this row. - 1.3.6.1.4.1.30065.3.1.1.1.1.1
3399 indexes:
3400 - labelname: aristaSwFwdIpStatsIPVersion
3401 type: gauge
3402 enum_values:
3403 0: unknown
3404 1: ipv4
3405 2: ipv6
3406 enum_values:
3407 0: unknown
3408 1: ipv4
3409 2: ipv6
3410 - name: aristaSwFwdIpStatsInReceives
3411 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.3
3412 type: counter
3413 help: The total number of input IP datagrams received in software, including those
3414 received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.3
3415 indexes:
3416 - labelname: aristaSwFwdIpStatsIPVersion
3417 type: gauge
3418 enum_values:
3419 0: unknown
3420 1: ipv4
3421 2: ipv6
3422 - name: aristaSwFwdIpStatsHCInReceives
3423 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.4
3424 type: counter
3425 help: The total number of input IP datagrams received in software, including those
3426 received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.4
3427 indexes:
3428 - labelname: aristaSwFwdIpStatsIPVersion
3429 type: gauge
3430 enum_values:
3431 0: unknown
3432 1: ipv4
3433 2: ipv6
3434 - name: aristaSwFwdIpStatsInOctets
3435 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.5
3436 type: counter
3437 help: The total number of octets received in software in input IP datagrams, including
3438 those received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.5
3439 indexes:
3440 - labelname: aristaSwFwdIpStatsIPVersion
3441 type: gauge
3442 enum_values:
3443 0: unknown
3444 1: ipv4
3445 2: ipv6
3446 - name: aristaSwFwdIpStatsHCInOctets
3447 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.6
3448 type: counter
3449 help: The total number of octets received in software in input IP datagrams, including
3450 those received in error - 1.3.6.1.4.1.30065.3.1.1.1.1.6
3451 indexes:
3452 - labelname: aristaSwFwdIpStatsIPVersion
3453 type: gauge
3454 enum_values:
3455 0: unknown
3456 1: ipv4
3457 2: ipv6
3458 - name: aristaSwFwdIpStatsInHdrErrors
3459 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.7
3460 type: counter
3461 help: The number of input IP datagrams discarded in software due to errors in
3462 their IP headers, including version number mismatch, other format errors, hop
3463 count exceeded, errors discovered in processing their IP options, etc - 1.3.6.1.4.1.30065.3.1.1.1.1.7
3464 indexes:
3465 - labelname: aristaSwFwdIpStatsIPVersion
3466 type: gauge
3467 enum_values:
3468 0: unknown
3469 1: ipv4
3470 2: ipv6
3471 - name: aristaSwFwdIpStatsInNoRoutes
3472 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.8
3473 type: counter
3474 help: The number of input IP datagrams discarded in software because no route
3475 could be found to transmit them to their destination - 1.3.6.1.4.1.30065.3.1.1.1.1.8
3476 indexes:
3477 - labelname: aristaSwFwdIpStatsIPVersion
3478 type: gauge
3479 enum_values:
3480 0: unknown
3481 1: ipv4
3482 2: ipv6
3483 - name: aristaSwFwdIpStatsInAddrErrors
3484 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.9
3485 type: counter
3486 help: The number of input IP datagrams discarded in software because the IP address
3487 in their IP header's destination field was not a valid address to be received
3488 at this entity - 1.3.6.1.4.1.30065.3.1.1.1.1.9
3489 indexes:
3490 - labelname: aristaSwFwdIpStatsIPVersion
3491 type: gauge
3492 enum_values:
3493 0: unknown
3494 1: ipv4
3495 2: ipv6
3496 - name: aristaSwFwdIpStatsInUnknownProtos
3497 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.10
3498 type: counter
3499 help: The number of locally-addressed IP datagrams received successfully in software
3500 but discarded because of an unknown or unsupported protocol - 1.3.6.1.4.1.30065.3.1.1.1.1.10
3501 indexes:
3502 - labelname: aristaSwFwdIpStatsIPVersion
3503 type: gauge
3504 enum_values:
3505 0: unknown
3506 1: ipv4
3507 2: ipv6
3508 - name: aristaSwFwdIpStatsInTruncatedPkts
3509 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.11
3510 type: counter
3511 help: The number of input IP datagrams discarded in software because the datagram
3512 frame didn't carry enough data - 1.3.6.1.4.1.30065.3.1.1.1.1.11
3513 indexes:
3514 - labelname: aristaSwFwdIpStatsIPVersion
3515 type: gauge
3516 enum_values:
3517 0: unknown
3518 1: ipv4
3519 2: ipv6
3520 - name: aristaSwFwdIpStatsInForwDatagrams
3521 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.12
3522 type: counter
3523 help: The number of input datagrams for which this entity was not their final
3524 IP destination and for which this entity attempted in software to find a route
3525 to forward them to that final destination - 1.3.6.1.4.1.30065.3.1.1.1.1.12
3526 indexes:
3527 - labelname: aristaSwFwdIpStatsIPVersion
3528 type: gauge
3529 enum_values:
3530 0: unknown
3531 1: ipv4
3532 2: ipv6
3533 - name: aristaSwFwdIpStatsHCInForwDatagrams
3534 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.13
3535 type: counter
3536 help: The number of input datagrams for which this entity was not their final
3537 IP destination and for which this entity attempted in software to find a route
3538 to forward them to that final destination - 1.3.6.1.4.1.30065.3.1.1.1.1.13
3539 indexes:
3540 - labelname: aristaSwFwdIpStatsIPVersion
3541 type: gauge
3542 enum_values:
3543 0: unknown
3544 1: ipv4
3545 2: ipv6
3546 - name: aristaSwFwdIpStatsReasmReqds
3547 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.14
3548 type: counter
3549 help: The number of IP fragments received that needed to be reassembled at this
3550 interface - 1.3.6.1.4.1.30065.3.1.1.1.1.14
3551 indexes:
3552 - labelname: aristaSwFwdIpStatsIPVersion
3553 type: gauge
3554 enum_values:
3555 0: unknown
3556 1: ipv4
3557 2: ipv6
3558 - name: aristaSwFwdIpStatsReasmOKs
3559 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.15
3560 type: counter
3561 help: The number of IP datagrams successfully reassembled - 1.3.6.1.4.1.30065.3.1.1.1.1.15
3562 indexes:
3563 - labelname: aristaSwFwdIpStatsIPVersion
3564 type: gauge
3565 enum_values:
3566 0: unknown
3567 1: ipv4
3568 2: ipv6
3569 - name: aristaSwFwdIpStatsReasmFails
3570 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.16
3571 type: counter
3572 help: 'The number of failures detected by the IP re-assembly algorithm (for whatever
3573 reason: timed out, errors, etc.) - 1.3.6.1.4.1.30065.3.1.1.1.1.16'
3574 indexes:
3575 - labelname: aristaSwFwdIpStatsIPVersion
3576 type: gauge
3577 enum_values:
3578 0: unknown
3579 1: ipv4
3580 2: ipv6
3581 - name: aristaSwFwdIpStatsInDiscards
3582 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.17
3583 type: counter
3584 help: The number of input IP datagrams received in software for which no problems
3585 were encountered to prevent their continued processing, but were discarded (e.g.,
3586 for lack of buffer space) - 1.3.6.1.4.1.30065.3.1.1.1.1.17
3587 indexes:
3588 - labelname: aristaSwFwdIpStatsIPVersion
3589 type: gauge
3590 enum_values:
3591 0: unknown
3592 1: ipv4
3593 2: ipv6
3594 - name: aristaSwFwdIpStatsInDelivers
3595 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.18
3596 type: counter
3597 help: The total number of datagrams successfully delivered to IP user-protocols
3598 (including ICMP) - 1.3.6.1.4.1.30065.3.1.1.1.1.18
3599 indexes:
3600 - labelname: aristaSwFwdIpStatsIPVersion
3601 type: gauge
3602 enum_values:
3603 0: unknown
3604 1: ipv4
3605 2: ipv6
3606 - name: aristaSwFwdIpStatsHCInDelivers
3607 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.19
3608 type: counter
3609 help: The total number of datagrams successfully delivered to IP user-protocols
3610 (including ICMP) - 1.3.6.1.4.1.30065.3.1.1.1.1.19
3611 indexes:
3612 - labelname: aristaSwFwdIpStatsIPVersion
3613 type: gauge
3614 enum_values:
3615 0: unknown
3616 1: ipv4
3617 2: ipv6
3618 - name: aristaSwFwdIpStatsOutRequests
3619 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.20
3620 type: counter
3621 help: The total number of IP datagrams that local IP user- protocols (including
3622 ICMP) supplied to IP in requests for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.20
3623 indexes:
3624 - labelname: aristaSwFwdIpStatsIPVersion
3625 type: gauge
3626 enum_values:
3627 0: unknown
3628 1: ipv4
3629 2: ipv6
3630 - name: aristaSwFwdIpStatsHCOutRequests
3631 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.21
3632 type: counter
3633 help: The total number of IP datagrams that local IP user- protocols (including
3634 ICMP) supplied to IP in requests for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.21
3635 indexes:
3636 - labelname: aristaSwFwdIpStatsIPVersion
3637 type: gauge
3638 enum_values:
3639 0: unknown
3640 1: ipv4
3641 2: ipv6
3642 - name: aristaSwFwdIpStatsOutNoRoutes
3643 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.22
3644 type: counter
3645 help: The number of locally generated IP datagrams discarded because no route
3646 could be found to transmit them to their destination - 1.3.6.1.4.1.30065.3.1.1.1.1.22
3647 indexes:
3648 - labelname: aristaSwFwdIpStatsIPVersion
3649 type: gauge
3650 enum_values:
3651 0: unknown
3652 1: ipv4
3653 2: ipv6
3654 - name: aristaSwFwdIpStatsOutForwDatagrams
3655 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.23
3656 type: counter
3657 help: The number of datagrams for which this entity was not their final IP destination
3658 and for which it was successful in finding a path to their final destination
3659 in software - 1.3.6.1.4.1.30065.3.1.1.1.1.23
3660 indexes:
3661 - labelname: aristaSwFwdIpStatsIPVersion
3662 type: gauge
3663 enum_values:
3664 0: unknown
3665 1: ipv4
3666 2: ipv6
3667 - name: aristaSwFwdIpStatsHCOutForwDatagrams
3668 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.24
3669 type: counter
3670 help: The number of datagrams for which this entity was not their final IP destination
3671 and for which it was successful in finding a path to their final destination
3672 in software - 1.3.6.1.4.1.30065.3.1.1.1.1.24
3673 indexes:
3674 - labelname: aristaSwFwdIpStatsIPVersion
3675 type: gauge
3676 enum_values:
3677 0: unknown
3678 1: ipv4
3679 2: ipv6
3680 - name: aristaSwFwdIpStatsOutDiscards
3681 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.25
3682 type: counter
3683 help: The number of output IP datagrams for which no problem was encountered to
3684 prevent their transmission to their destination, but were discarded in software
3685 (e.g., for lack of buffer space) - 1.3.6.1.4.1.30065.3.1.1.1.1.25
3686 indexes:
3687 - labelname: aristaSwFwdIpStatsIPVersion
3688 type: gauge
3689 enum_values:
3690 0: unknown
3691 1: ipv4
3692 2: ipv6
3693 - name: aristaSwFwdIpStatsOutFragReqds
3694 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.26
3695 type: counter
3696 help: The number of IP datagrams that would require fragmentation in order to
3697 be transmitted - 1.3.6.1.4.1.30065.3.1.1.1.1.26
3698 indexes:
3699 - labelname: aristaSwFwdIpStatsIPVersion
3700 type: gauge
3701 enum_values:
3702 0: unknown
3703 1: ipv4
3704 2: ipv6
3705 - name: aristaSwFwdIpStatsOutFragOKs
3706 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.27
3707 type: counter
3708 help: The number of IP datagrams that have been successfully fragmented - 1.3.6.1.4.1.30065.3.1.1.1.1.27
3709 indexes:
3710 - labelname: aristaSwFwdIpStatsIPVersion
3711 type: gauge
3712 enum_values:
3713 0: unknown
3714 1: ipv4
3715 2: ipv6
3716 - name: aristaSwFwdIpStatsOutFragFails
3717 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.28
3718 type: counter
3719 help: The number of IP datagrams that have been discarded because they needed
3720 to be fragmented but could not be - 1.3.6.1.4.1.30065.3.1.1.1.1.28
3721 indexes:
3722 - labelname: aristaSwFwdIpStatsIPVersion
3723 type: gauge
3724 enum_values:
3725 0: unknown
3726 1: ipv4
3727 2: ipv6
3728 - name: aristaSwFwdIpStatsOutFragCreates
3729 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.29
3730 type: counter
3731 help: The number of output datagram fragments that have been generated as a result
3732 of IP fragmentation - 1.3.6.1.4.1.30065.3.1.1.1.1.29
3733 indexes:
3734 - labelname: aristaSwFwdIpStatsIPVersion
3735 type: gauge
3736 enum_values:
3737 0: unknown
3738 1: ipv4
3739 2: ipv6
3740 - name: aristaSwFwdIpStatsOutTransmits
3741 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.30
3742 type: counter
3743 help: The total number of IP datagrams that this entity supplied by software to
3744 the lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.30
3745 indexes:
3746 - labelname: aristaSwFwdIpStatsIPVersion
3747 type: gauge
3748 enum_values:
3749 0: unknown
3750 1: ipv4
3751 2: ipv6
3752 - name: aristaSwFwdIpStatsHCOutTransmits
3753 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.31
3754 type: counter
3755 help: The total number of IP datagrams that this entity supplied by software to
3756 the lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.31
3757 indexes:
3758 - labelname: aristaSwFwdIpStatsIPVersion
3759 type: gauge
3760 enum_values:
3761 0: unknown
3762 1: ipv4
3763 2: ipv6
3764 - name: aristaSwFwdIpStatsOutOctets
3765 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.32
3766 type: counter
3767 help: The total number of octets in IP datagrams delivered by software to the
3768 lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.32
3769 indexes:
3770 - labelname: aristaSwFwdIpStatsIPVersion
3771 type: gauge
3772 enum_values:
3773 0: unknown
3774 1: ipv4
3775 2: ipv6
3776 - name: aristaSwFwdIpStatsHCOutOctets
3777 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.33
3778 type: counter
3779 help: The total number of octets in IP datagrams delivered by software to the
3780 lower layers for transmission - 1.3.6.1.4.1.30065.3.1.1.1.1.33
3781 indexes:
3782 - labelname: aristaSwFwdIpStatsIPVersion
3783 type: gauge
3784 enum_values:
3785 0: unknown
3786 1: ipv4
3787 2: ipv6
3788 - name: aristaSwFwdIpStatsInMcastPkts
3789 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.34
3790 type: counter
3791 help: The number of IP multicast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.34
3792 indexes:
3793 - labelname: aristaSwFwdIpStatsIPVersion
3794 type: gauge
3795 enum_values:
3796 0: unknown
3797 1: ipv4
3798 2: ipv6
3799 - name: aristaSwFwdIpStatsHCInMcastPkts
3800 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.35
3801 type: counter
3802 help: The number of IP multicast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.35
3803 indexes:
3804 - labelname: aristaSwFwdIpStatsIPVersion
3805 type: gauge
3806 enum_values:
3807 0: unknown
3808 1: ipv4
3809 2: ipv6
3810 - name: aristaSwFwdIpStatsInMcastOctets
3811 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.36
3812 type: counter
3813 help: The total number of octets received by software in IP multicast datagrams
3814 - 1.3.6.1.4.1.30065.3.1.1.1.1.36
3815 indexes:
3816 - labelname: aristaSwFwdIpStatsIPVersion
3817 type: gauge
3818 enum_values:
3819 0: unknown
3820 1: ipv4
3821 2: ipv6
3822 - name: aristaSwFwdIpStatsHCInMcastOctets
3823 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.37
3824 type: counter
3825 help: The total number of octets received by software in IP multicast datagrams
3826 - 1.3.6.1.4.1.30065.3.1.1.1.1.37
3827 indexes:
3828 - labelname: aristaSwFwdIpStatsIPVersion
3829 type: gauge
3830 enum_values:
3831 0: unknown
3832 1: ipv4
3833 2: ipv6
3834 - name: aristaSwFwdIpStatsOutMcastPkts
3835 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.38
3836 type: counter
3837 help: The number of IP multicast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.38
3838 indexes:
3839 - labelname: aristaSwFwdIpStatsIPVersion
3840 type: gauge
3841 enum_values:
3842 0: unknown
3843 1: ipv4
3844 2: ipv6
3845 - name: aristaSwFwdIpStatsHCOutMcastPkts
3846 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.39
3847 type: counter
3848 help: The number of IP multicast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.39
3849 indexes:
3850 - labelname: aristaSwFwdIpStatsIPVersion
3851 type: gauge
3852 enum_values:
3853 0: unknown
3854 1: ipv4
3855 2: ipv6
3856 - name: aristaSwFwdIpStatsOutMcastOctets
3857 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.40
3858 type: counter
3859 help: The total number of octets transmitted by software in IP multicast datagrams
3860 - 1.3.6.1.4.1.30065.3.1.1.1.1.40
3861 indexes:
3862 - labelname: aristaSwFwdIpStatsIPVersion
3863 type: gauge
3864 enum_values:
3865 0: unknown
3866 1: ipv4
3867 2: ipv6
3868 - name: aristaSwFwdIpStatsHCOutMcastOctets
3869 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.41
3870 type: counter
3871 help: The total number of octets transmitted by software in IP multicast datagrams
3872 - 1.3.6.1.4.1.30065.3.1.1.1.1.41
3873 indexes:
3874 - labelname: aristaSwFwdIpStatsIPVersion
3875 type: gauge
3876 enum_values:
3877 0: unknown
3878 1: ipv4
3879 2: ipv6
3880 - name: aristaSwFwdIpStatsInBcastPkts
3881 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.42
3882 type: counter
3883 help: The number of IP broadcast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.42
3884 indexes:
3885 - labelname: aristaSwFwdIpStatsIPVersion
3886 type: gauge
3887 enum_values:
3888 0: unknown
3889 1: ipv4
3890 2: ipv6
3891 - name: aristaSwFwdIpStatsHCInBcastPkts
3892 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.43
3893 type: counter
3894 help: The number of IP broadcast datagrams received by software - 1.3.6.1.4.1.30065.3.1.1.1.1.43
3895 indexes:
3896 - labelname: aristaSwFwdIpStatsIPVersion
3897 type: gauge
3898 enum_values:
3899 0: unknown
3900 1: ipv4
3901 2: ipv6
3902 - name: aristaSwFwdIpStatsOutBcastPkts
3903 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.44
3904 type: counter
3905 help: The number of IP broadcast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.44
3906 indexes:
3907 - labelname: aristaSwFwdIpStatsIPVersion
3908 type: gauge
3909 enum_values:
3910 0: unknown
3911 1: ipv4
3912 2: ipv6
3913 - name: aristaSwFwdIpStatsHCOutBcastPkts
3914 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.45
3915 type: counter
3916 help: The number of IP broadcast datagrams transmitted by software - 1.3.6.1.4.1.30065.3.1.1.1.1.45
3917 indexes:
3918 - labelname: aristaSwFwdIpStatsIPVersion
3919 type: gauge
3920 enum_values:
3921 0: unknown
3922 1: ipv4
3923 2: ipv6
3924 - name: aristaSwFwdIpStatsDiscontinuityTime
3925 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.46
3926 type: gauge
3927 help: The value of sysUpTime on the most recent occasion at which any one or more
3928 of this entry's counters suffered a discontinuity - 1.3.6.1.4.1.30065.3.1.1.1.1.46
3929 indexes:
3930 - labelname: aristaSwFwdIpStatsIPVersion
3931 type: gauge
3932 enum_values:
3933 0: unknown
3934 1: ipv4
3935 2: ipv6
3936 - name: aristaSwFwdIpStatsRefreshRate
3937 oid: 1.3.6.1.4.1.30065.3.1.1.1.1.47
3938 type: gauge
3939 help: The minimum reasonable polling interval for this entry - 1.3.6.1.4.1.30065.3.1.1.1.1.47
3940 indexes:
3941 - labelname: aristaSwFwdIpStatsIPVersion
3942 type: gauge
3943 enum_values:
3944 0: unknown
3945 1: ipv4
3946 2: ipv6
3947cisco_wlc:
3948 walk:
3949 - 1.3.6.1.2.1.2
3950 - 1.3.6.1.2.1.31.1.1
3951 - 1.3.6.1.4.1.14179.2.1.1.1.2
3952 - 1.3.6.1.4.1.14179.2.1.1.1.38
3953 - 1.3.6.1.4.1.14179.2.2.1.1.3
3954 - 1.3.6.1.4.1.14179.2.2.13.1.3
3955 - 1.3.6.1.4.1.14179.2.2.15.1.21
3956 - 1.3.6.1.4.1.14179.2.2.2.1.15
3957 - 1.3.6.1.4.1.14179.2.2.2.1.2
3958 - 1.3.6.1.4.1.14179.2.2.2.1.4
3959 - 1.3.6.1.4.1.14179.2.2.6.1
3960 metrics:
3961 - name: ifNumber
3962 oid: 1.3.6.1.2.1.2.1
3963 type: gauge
3964 help: The number of network interfaces (regardless of their current state) present
3965 on this system. - 1.3.6.1.2.1.2.1
3966 - name: ifIndex
3967 oid: 1.3.6.1.2.1.2.2.1.1
3968 type: gauge
3969 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
3970 indexes:
3971 - labelname: ifIndex
3972 type: gauge
3973 - name: ifDescr
3974 oid: 1.3.6.1.2.1.2.2.1.2
3975 type: DisplayString
3976 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
3977 indexes:
3978 - labelname: ifIndex
3979 type: gauge
3980 - name: ifType
3981 oid: 1.3.6.1.2.1.2.2.1.3
3982 type: EnumAsInfo
3983 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
3984 indexes:
3985 - labelname: ifIndex
3986 type: gauge
3987 enum_values:
3988 1: other
3989 2: regular1822
3990 3: hdh1822
3991 4: ddnX25
3992 5: rfc877x25
3993 6: ethernetCsmacd
3994 7: iso88023Csmacd
3995 8: iso88024TokenBus
3996 9: iso88025TokenRing
3997 10: iso88026Man
3998 11: starLan
3999 12: proteon10Mbit
4000 13: proteon80Mbit
4001 14: hyperchannel
4002 15: fddi
4003 16: lapb
4004 17: sdlc
4005 18: ds1
4006 19: e1
4007 20: basicISDN
4008 21: primaryISDN
4009 22: propPointToPointSerial
4010 23: ppp
4011 24: softwareLoopback
4012 25: eon
4013 26: ethernet3Mbit
4014 27: nsip
4015 28: slip
4016 29: ultra
4017 30: ds3
4018 31: sip
4019 32: frameRelay
4020 33: rs232
4021 34: para
4022 35: arcnet
4023 36: arcnetPlus
4024 37: atm
4025 38: miox25
4026 39: sonet
4027 40: x25ple
4028 41: iso88022llc
4029 42: localTalk
4030 43: smdsDxi
4031 44: frameRelayService
4032 45: v35
4033 46: hssi
4034 47: hippi
4035 48: modem
4036 49: aal5
4037 50: sonetPath
4038 51: sonetVT
4039 52: smdsIcip
4040 53: propVirtual
4041 54: propMultiplexor
4042 55: ieee80212
4043 56: fibreChannel
4044 57: hippiInterface
4045 58: frameRelayInterconnect
4046 59: aflane8023
4047 60: aflane8025
4048 61: cctEmul
4049 62: fastEther
4050 63: isdn
4051 64: v11
4052 65: v36
4053 66: g703at64k
4054 67: g703at2mb
4055 68: qllc
4056 69: fastEtherFX
4057 70: channel
4058 71: ieee80211
4059 72: ibm370parChan
4060 73: escon
4061 74: dlsw
4062 75: isdns
4063 76: isdnu
4064 77: lapd
4065 78: ipSwitch
4066 79: rsrb
4067 80: atmLogical
4068 81: ds0
4069 82: ds0Bundle
4070 83: bsc
4071 84: async
4072 85: cnr
4073 86: iso88025Dtr
4074 87: eplrs
4075 88: arap
4076 89: propCnls
4077 90: hostPad
4078 91: termPad
4079 92: frameRelayMPI
4080 93: x213
4081 94: adsl
4082 95: radsl
4083 96: sdsl
4084 97: vdsl
4085 98: iso88025CRFPInt
4086 99: myrinet
4087 100: voiceEM
4088 101: voiceFXO
4089 102: voiceFXS
4090 103: voiceEncap
4091 104: voiceOverIp
4092 105: atmDxi
4093 106: atmFuni
4094 107: atmIma
4095 108: pppMultilinkBundle
4096 109: ipOverCdlc
4097 110: ipOverClaw
4098 111: stackToStack
4099 112: virtualIpAddress
4100 113: mpc
4101 114: ipOverAtm
4102 115: iso88025Fiber
4103 116: tdlc
4104 117: gigabitEthernet
4105 118: hdlc
4106 119: lapf
4107 120: v37
4108 121: x25mlp
4109 122: x25huntGroup
4110 123: transpHdlc
4111 124: interleave
4112 125: fast
4113 126: ip
4114 127: docsCableMaclayer
4115 128: docsCableDownstream
4116 129: docsCableUpstream
4117 130: a12MppSwitch
4118 131: tunnel
4119 132: coffee
4120 133: ces
4121 134: atmSubInterface
4122 135: l2vlan
4123 136: l3ipvlan
4124 137: l3ipxvlan
4125 138: digitalPowerline
4126 139: mediaMailOverIp
4127 140: dtm
4128 141: dcn
4129 142: ipForward
4130 143: msdsl
4131 144: ieee1394
4132 145: if-gsn
4133 146: dvbRccMacLayer
4134 147: dvbRccDownstream
4135 148: dvbRccUpstream
4136 149: atmVirtual
4137 150: mplsTunnel
4138 151: srp
4139 152: voiceOverAtm
4140 153: voiceOverFrameRelay
4141 154: idsl
4142 155: compositeLink
4143 156: ss7SigLink
4144 157: propWirelessP2P
4145 158: frForward
4146 159: rfc1483
4147 160: usb
4148 161: ieee8023adLag
4149 162: bgppolicyaccounting
4150 163: frf16MfrBundle
4151 164: h323Gatekeeper
4152 165: h323Proxy
4153 166: mpls
4154 167: mfSigLink
4155 168: hdsl2
4156 169: shdsl
4157 170: ds1FDL
4158 171: pos
4159 172: dvbAsiIn
4160 173: dvbAsiOut
4161 174: plc
4162 175: nfas
4163 176: tr008
4164 177: gr303RDT
4165 178: gr303IDT
4166 179: isup
4167 180: propDocsWirelessMaclayer
4168 181: propDocsWirelessDownstream
4169 182: propDocsWirelessUpstream
4170 183: hiperlan2
4171 184: propBWAp2Mp
4172 185: sonetOverheadChannel
4173 186: digitalWrapperOverheadChannel
4174 187: aal2
4175 188: radioMAC
4176 189: atmRadio
4177 190: imt
4178 191: mvl
4179 192: reachDSL
4180 193: frDlciEndPt
4181 194: atmVciEndPt
4182 195: opticalChannel
4183 196: opticalTransport
4184 197: propAtm
4185 198: voiceOverCable
4186 199: infiniband
4187 200: teLink
4188 201: q2931
4189 202: virtualTg
4190 203: sipTg
4191 204: sipSig
4192 205: docsCableUpstreamChannel
4193 206: econet
4194 207: pon155
4195 208: pon622
4196 209: bridge
4197 210: linegroup
4198 211: voiceEMFGD
4199 212: voiceFGDEANA
4200 213: voiceDID
4201 214: mpegTransport
4202 215: sixToFour
4203 216: gtp
4204 217: pdnEtherLoop1
4205 218: pdnEtherLoop2
4206 219: opticalChannelGroup
4207 220: homepna
4208 221: gfp
4209 222: ciscoISLvlan
4210 223: actelisMetaLOOP
4211 224: fcipLink
4212 225: rpr
4213 226: qam
4214 227: lmp
4215 228: cblVectaStar
4216 229: docsCableMCmtsDownstream
4217 230: adsl2
4218 231: macSecControlledIF
4219 232: macSecUncontrolledIF
4220 233: aviciOpticalEther
4221 234: atmbond
4222 235: voiceFGDOS
4223 236: mocaVersion1
4224 237: ieee80216WMAN
4225 238: adsl2plus
4226 239: dvbRcsMacLayer
4227 240: dvbTdm
4228 241: dvbRcsTdma
4229 242: x86Laps
4230 243: wwanPP
4231 244: wwanPP2
4232 245: voiceEBS
4233 246: ifPwType
4234 247: ilan
4235 248: pip
4236 249: aluELP
4237 250: gpon
4238 251: vdsl2
4239 252: capwapDot11Profile
4240 253: capwapDot11Bss
4241 254: capwapWtpVirtualRadio
4242 255: bits
4243 256: docsCableUpstreamRfPort
4244 257: cableDownstreamRfPort
4245 258: vmwareVirtualNic
4246 259: ieee802154
4247 260: otnOdu
4248 261: otnOtu
4249 262: ifVfiType
4250 263: g9981
4251 264: g9982
4252 265: g9983
4253 266: aluEpon
4254 267: aluEponOnu
4255 268: aluEponPhysicalUni
4256 269: aluEponLogicalLink
4257 270: aluGponOnu
4258 271: aluGponPhysicalUni
4259 272: vmwareNicTeam
4260 277: docsOfdmDownstream
4261 278: docsOfdmaUpstream
4262 279: gfast
4263 280: sdci
4264 281: xboxWireless
4265 282: fastdsl
4266 283: docsCableScte55d1FwdOob
4267 284: docsCableScte55d1RetOob
4268 285: docsCableScte55d2DsOob
4269 286: docsCableScte55d2UsOob
4270 287: docsCableNdf
4271 288: docsCableNdr
4272 289: ptm
4273 290: ghn
4274 291: otnOtsi
4275 292: otnOtuc
4276 293: otnOduc
4277 294: otnOtsig
4278 295: microwaveCarrierTermination
4279 296: microwaveRadioLinkTerminal
4280 297: ieee8021axDrni
4281 298: ax25
4282 299: ieee19061nanocom
4283 300: cpri
4284 301: omni
4285 302: roe
4286 303: p2pOverLan
4287 - name: ifMtu
4288 oid: 1.3.6.1.2.1.2.2.1.4
4289 type: gauge
4290 help: The size of the largest packet which can be sent/received on the interface,
4291 specified in octets - 1.3.6.1.2.1.2.2.1.4
4292 indexes:
4293 - labelname: ifIndex
4294 type: gauge
4295 - name: ifSpeed
4296 oid: 1.3.6.1.2.1.2.2.1.5
4297 type: gauge
4298 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
4299 indexes:
4300 - labelname: ifIndex
4301 type: gauge
4302 - name: ifPhysAddress
4303 oid: 1.3.6.1.2.1.2.2.1.6
4304 type: PhysAddress48
4305 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
4306 indexes:
4307 - labelname: ifIndex
4308 type: gauge
4309 - name: ifAdminStatus
4310 oid: 1.3.6.1.2.1.2.2.1.7
4311 type: gauge
4312 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
4313 indexes:
4314 - labelname: ifIndex
4315 type: gauge
4316 enum_values:
4317 1: up
4318 2: down
4319 3: testing
4320 - name: ifOperStatus
4321 oid: 1.3.6.1.2.1.2.2.1.8
4322 type: gauge
4323 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
4324 indexes:
4325 - labelname: ifIndex
4326 type: gauge
4327 enum_values:
4328 1: up
4329 2: down
4330 3: testing
4331 4: unknown
4332 5: dormant
4333 6: notPresent
4334 7: lowerLayerDown
4335 - name: ifLastChange
4336 oid: 1.3.6.1.2.1.2.2.1.9
4337 type: gauge
4338 help: The value of sysUpTime at the time the interface entered its current operational
4339 state - 1.3.6.1.2.1.2.2.1.9
4340 indexes:
4341 - labelname: ifIndex
4342 type: gauge
4343 - name: ifInOctets
4344 oid: 1.3.6.1.2.1.2.2.1.10
4345 type: counter
4346 help: The total number of octets received on the interface, including framing
4347 characters - 1.3.6.1.2.1.2.2.1.10
4348 indexes:
4349 - labelname: ifIndex
4350 type: gauge
4351 - name: ifInUcastPkts
4352 oid: 1.3.6.1.2.1.2.2.1.11
4353 type: counter
4354 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4355 which were not addressed to a multicast or broadcast address at this sub-layer
4356 - 1.3.6.1.2.1.2.2.1.11
4357 indexes:
4358 - labelname: ifIndex
4359 type: gauge
4360 - name: ifInNUcastPkts
4361 oid: 1.3.6.1.2.1.2.2.1.12
4362 type: counter
4363 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4364 which were addressed to a multicast or broadcast address at this sub-layer -
4365 1.3.6.1.2.1.2.2.1.12
4366 indexes:
4367 - labelname: ifIndex
4368 type: gauge
4369 - name: ifInDiscards
4370 oid: 1.3.6.1.2.1.2.2.1.13
4371 type: counter
4372 help: The number of inbound packets which were chosen to be discarded even though
4373 no errors had been detected to prevent their being deliverable to a higher-layer
4374 protocol - 1.3.6.1.2.1.2.2.1.13
4375 indexes:
4376 - labelname: ifIndex
4377 type: gauge
4378 - name: ifInErrors
4379 oid: 1.3.6.1.2.1.2.2.1.14
4380 type: counter
4381 help: For packet-oriented interfaces, the number of inbound packets that contained
4382 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
4383 indexes:
4384 - labelname: ifIndex
4385 type: gauge
4386 - name: ifInUnknownProtos
4387 oid: 1.3.6.1.2.1.2.2.1.15
4388 type: counter
4389 help: For packet-oriented interfaces, the number of packets received via the interface
4390 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
4391 indexes:
4392 - labelname: ifIndex
4393 type: gauge
4394 - name: ifOutOctets
4395 oid: 1.3.6.1.2.1.2.2.1.16
4396 type: counter
4397 help: The total number of octets transmitted out of the interface, including framing
4398 characters - 1.3.6.1.2.1.2.2.1.16
4399 indexes:
4400 - labelname: ifIndex
4401 type: gauge
4402 - name: ifOutUcastPkts
4403 oid: 1.3.6.1.2.1.2.2.1.17
4404 type: counter
4405 help: The total number of packets that higher-level protocols requested be transmitted,
4406 and which were not addressed to a multicast or broadcast address at this sub-layer,
4407 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
4408 indexes:
4409 - labelname: ifIndex
4410 type: gauge
4411 - name: ifOutNUcastPkts
4412 oid: 1.3.6.1.2.1.2.2.1.18
4413 type: counter
4414 help: The total number of packets that higher-level protocols requested be transmitted,
4415 and which were addressed to a multicast or broadcast address at this sub-layer,
4416 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
4417 indexes:
4418 - labelname: ifIndex
4419 type: gauge
4420 - name: ifOutDiscards
4421 oid: 1.3.6.1.2.1.2.2.1.19
4422 type: counter
4423 help: The number of outbound packets which were chosen to be discarded even though
4424 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
4425 indexes:
4426 - labelname: ifIndex
4427 type: gauge
4428 - name: ifOutErrors
4429 oid: 1.3.6.1.2.1.2.2.1.20
4430 type: counter
4431 help: For packet-oriented interfaces, the number of outbound packets that could
4432 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
4433 indexes:
4434 - labelname: ifIndex
4435 type: gauge
4436 - name: ifOutQLen
4437 oid: 1.3.6.1.2.1.2.2.1.21
4438 type: gauge
4439 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
4440 indexes:
4441 - labelname: ifIndex
4442 type: gauge
4443 - name: ifSpecific
4444 oid: 1.3.6.1.2.1.2.2.1.22
4445 type: OctetString
4446 help: A reference to MIB definitions specific to the particular media being used
4447 to realize the interface - 1.3.6.1.2.1.2.2.1.22
4448 indexes:
4449 - labelname: ifIndex
4450 type: gauge
4451 - name: ifName
4452 oid: 1.3.6.1.2.1.31.1.1.1.1
4453 type: DisplayString
4454 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
4455 indexes:
4456 - labelname: ifIndex
4457 type: gauge
4458 - name: ifInMulticastPkts
4459 oid: 1.3.6.1.2.1.31.1.1.1.2
4460 type: counter
4461 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4462 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
4463 indexes:
4464 - labelname: ifIndex
4465 type: gauge
4466 - name: ifInBroadcastPkts
4467 oid: 1.3.6.1.2.1.31.1.1.1.3
4468 type: counter
4469 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4470 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
4471 indexes:
4472 - labelname: ifIndex
4473 type: gauge
4474 - name: ifOutMulticastPkts
4475 oid: 1.3.6.1.2.1.31.1.1.1.4
4476 type: counter
4477 help: The total number of packets that higher-level protocols requested be transmitted,
4478 and which were addressed to a multicast address at this sub-layer, including
4479 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
4480 indexes:
4481 - labelname: ifIndex
4482 type: gauge
4483 - name: ifOutBroadcastPkts
4484 oid: 1.3.6.1.2.1.31.1.1.1.5
4485 type: counter
4486 help: The total number of packets that higher-level protocols requested be transmitted,
4487 and which were addressed to a broadcast address at this sub-layer, including
4488 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
4489 indexes:
4490 - labelname: ifIndex
4491 type: gauge
4492 - name: ifHCInOctets
4493 oid: 1.3.6.1.2.1.31.1.1.1.6
4494 type: counter
4495 help: The total number of octets received on the interface, including framing
4496 characters - 1.3.6.1.2.1.31.1.1.1.6
4497 indexes:
4498 - labelname: ifIndex
4499 type: gauge
4500 - name: ifHCInUcastPkts
4501 oid: 1.3.6.1.2.1.31.1.1.1.7
4502 type: counter
4503 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4504 which were not addressed to a multicast or broadcast address at this sub-layer
4505 - 1.3.6.1.2.1.31.1.1.1.7
4506 indexes:
4507 - labelname: ifIndex
4508 type: gauge
4509 - name: ifHCInMulticastPkts
4510 oid: 1.3.6.1.2.1.31.1.1.1.8
4511 type: counter
4512 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4513 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
4514 indexes:
4515 - labelname: ifIndex
4516 type: gauge
4517 - name: ifHCInBroadcastPkts
4518 oid: 1.3.6.1.2.1.31.1.1.1.9
4519 type: counter
4520 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
4521 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
4522 indexes:
4523 - labelname: ifIndex
4524 type: gauge
4525 - name: ifHCOutOctets
4526 oid: 1.3.6.1.2.1.31.1.1.1.10
4527 type: counter
4528 help: The total number of octets transmitted out of the interface, including framing
4529 characters - 1.3.6.1.2.1.31.1.1.1.10
4530 indexes:
4531 - labelname: ifIndex
4532 type: gauge
4533 - name: ifHCOutUcastPkts
4534 oid: 1.3.6.1.2.1.31.1.1.1.11
4535 type: counter
4536 help: The total number of packets that higher-level protocols requested be transmitted,
4537 and which were not addressed to a multicast or broadcast address at this sub-layer,
4538 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
4539 indexes:
4540 - labelname: ifIndex
4541 type: gauge
4542 - name: ifHCOutMulticastPkts
4543 oid: 1.3.6.1.2.1.31.1.1.1.12
4544 type: counter
4545 help: The total number of packets that higher-level protocols requested be transmitted,
4546 and which were addressed to a multicast address at this sub-layer, including
4547 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
4548 indexes:
4549 - labelname: ifIndex
4550 type: gauge
4551 - name: ifHCOutBroadcastPkts
4552 oid: 1.3.6.1.2.1.31.1.1.1.13
4553 type: counter
4554 help: The total number of packets that higher-level protocols requested be transmitted,
4555 and which were addressed to a broadcast address at this sub-layer, including
4556 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
4557 indexes:
4558 - labelname: ifIndex
4559 type: gauge
4560 - name: ifLinkUpDownTrapEnable
4561 oid: 1.3.6.1.2.1.31.1.1.1.14
4562 type: gauge
4563 help: Indicates whether linkUp/linkDown traps should be generated for this interface
4564 - 1.3.6.1.2.1.31.1.1.1.14
4565 indexes:
4566 - labelname: ifIndex
4567 type: gauge
4568 enum_values:
4569 1: enabled
4570 2: disabled
4571 - name: ifHighSpeed
4572 oid: 1.3.6.1.2.1.31.1.1.1.15
4573 type: gauge
4574 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
4575 per second - 1.3.6.1.2.1.31.1.1.1.15
4576 indexes:
4577 - labelname: ifIndex
4578 type: gauge
4579 - name: ifPromiscuousMode
4580 oid: 1.3.6.1.2.1.31.1.1.1.16
4581 type: gauge
4582 help: This object has a value of false(2) if this interface only accepts packets/frames
4583 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
4584 indexes:
4585 - labelname: ifIndex
4586 type: gauge
4587 enum_values:
4588 1: "true"
4589 2: "false"
4590 - name: ifConnectorPresent
4591 oid: 1.3.6.1.2.1.31.1.1.1.17
4592 type: gauge
4593 help: This object has the value 'true(1)' if the interface sublayer has a physical
4594 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
4595 indexes:
4596 - labelname: ifIndex
4597 type: gauge
4598 enum_values:
4599 1: "true"
4600 2: "false"
4601 - name: ifAlias
4602 oid: 1.3.6.1.2.1.31.1.1.1.18
4603 type: DisplayString
4604 help: This object is an 'alias' name for the interface as specified by a network
4605 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
4606 indexes:
4607 - labelname: ifIndex
4608 type: gauge
4609 - name: ifCounterDiscontinuityTime
4610 oid: 1.3.6.1.2.1.31.1.1.1.19
4611 type: gauge
4612 help: The value of sysUpTime on the most recent occasion at which any one or more
4613 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
4614 indexes:
4615 - labelname: ifIndex
4616 type: gauge
4617 - name: bsnDot11EssNumberOfMobileStations
4618 oid: 1.3.6.1.4.1.14179.2.1.1.1.38
4619 type: counter
4620 help: No of Mobile Stations currently associated with the WLAN. - 1.3.6.1.4.1.14179.2.1.1.1.38
4621 indexes:
4622 - labelname: bsnDot11EssIndex
4623 type: gauge
4624 lookups:
4625 - labels:
4626 - bsnDot11EssIndex
4627 labelname: bsnDot11EssSsid
4628 oid: 1.3.6.1.4.1.14179.2.1.1.1.2
4629 type: DisplayString
4630 - labels: []
4631 labelname: bsnDot11EssIndex
4632 - name: bsnAPIfLoadChannelUtilization
4633 oid: 1.3.6.1.4.1.14179.2.2.13.1.3
4634 type: gauge
4635 help: Channel Utilization - 1.3.6.1.4.1.14179.2.2.13.1.3
4636 indexes:
4637 - labelname: bsnAPDot3MacAddress
4638 type: PhysAddress48
4639 fixed_size: 6
4640 - labelname: bsnAPIfSlotId
4641 type: gauge
4642 lookups:
4643 - labels:
4644 - bsnAPDot3MacAddress
4645 labelname: bsnAPName
4646 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4647 type: OctetString
4648 - labels: []
4649 labelname: bsnAPDot3MacAddress
4650 - name: bsnAPIfDBNoisePower
4651 oid: 1.3.6.1.4.1.14179.2.2.15.1.21
4652 type: gauge
4653 help: This is the average noise power in dBm on each channel that is available
4654 to Airespace AP - 1.3.6.1.4.1.14179.2.2.15.1.21
4655 indexes:
4656 - labelname: bsnAPDot3MacAddress
4657 type: PhysAddress48
4658 fixed_size: 6
4659 - labelname: bsnAPIfSlotId
4660 type: gauge
4661 - labelname: bsnAPIfNoiseChannelNo
4662 type: gauge
4663 lookups:
4664 - labels:
4665 - bsnAPDot3MacAddress
4666 labelname: bsnAPName
4667 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4668 type: OctetString
4669 - labels: []
4670 labelname: bsnAPDot3MacAddress
4671 - name: bsnApIfNoOfUsers
4672 oid: 1.3.6.1.4.1.14179.2.2.2.1.15
4673 type: counter
4674 help: No of Users associated with this radio. - 1.3.6.1.4.1.14179.2.2.2.1.15
4675 indexes:
4676 - labelname: bsnAPDot3MacAddress
4677 type: PhysAddress48
4678 fixed_size: 6
4679 - labelname: bsnAPIfSlotId
4680 type: gauge
4681 lookups:
4682 - labels:
4683 - bsnAPDot3MacAddress
4684 labelname: bsnAPName
4685 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4686 type: OctetString
4687 - labels: []
4688 labelname: bsnAPDot3MacAddress
4689 - name: bsnAPIfType
4690 oid: 1.3.6.1.4.1.14179.2.2.2.1.2
4691 type: gauge
4692 help: The type of this interface - 1.3.6.1.4.1.14179.2.2.2.1.2
4693 indexes:
4694 - labelname: bsnAPDot3MacAddress
4695 type: PhysAddress48
4696 fixed_size: 6
4697 - labelname: bsnAPIfSlotId
4698 type: gauge
4699 lookups:
4700 - labels:
4701 - bsnAPDot3MacAddress
4702 labelname: bsnAPName
4703 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4704 type: OctetString
4705 - labels: []
4706 labelname: bsnAPDot3MacAddress
4707 enum_values:
4708 1: dot11b
4709 2: dot11a
4710 4: uwb
4711 - name: bsnAPIfPhyChannelNumber
4712 oid: 1.3.6.1.4.1.14179.2.2.2.1.4
4713 type: gauge
4714 help: Current channel number of the AP Interface - 1.3.6.1.4.1.14179.2.2.2.1.4
4715 indexes:
4716 - labelname: bsnAPDot3MacAddress
4717 type: PhysAddress48
4718 fixed_size: 6
4719 - labelname: bsnAPIfSlotId
4720 type: gauge
4721 lookups:
4722 - labels:
4723 - bsnAPDot3MacAddress
4724 labelname: bsnAPName
4725 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4726 type: OctetString
4727 - labels: []
4728 labelname: bsnAPDot3MacAddress
4729 enum_values:
4730 1: ch1
4731 2: ch2
4732 3: ch3
4733 4: ch4
4734 5: ch5
4735 6: ch6
4736 7: ch7
4737 8: ch8
4738 9: ch9
4739 10: ch10
4740 11: ch11
4741 12: ch12
4742 13: ch13
4743 14: ch14
4744 20: ch20
4745 21: ch21
4746 22: ch22
4747 23: ch23
4748 24: ch24
4749 25: ch25
4750 26: ch26
4751 34: ch34
4752 36: ch36
4753 38: ch38
4754 40: ch40
4755 42: ch42
4756 44: ch44
4757 46: ch46
4758 48: ch48
4759 52: ch52
4760 56: ch56
4761 60: ch60
4762 64: ch64
4763 100: ch100
4764 104: ch104
4765 108: ch108
4766 112: ch112
4767 116: ch116
4768 120: ch120
4769 124: ch124
4770 128: ch128
4771 132: ch132
4772 136: ch136
4773 140: ch140
4774 149: ch149
4775 153: ch153
4776 157: ch157
4777 161: ch161
4778 165: ch165
4779 169: ch169
4780 - name: bsnAPIfDot11TransmittedFragmentCount
4781 oid: 1.3.6.1.4.1.14179.2.2.6.1.1
4782 type: counter
4783 help: This counter shall be incremented for an acknowledged MPDU with an individual
4784 address in the address 1 field or an MPDU with a multicast address in the address
4785 1 field of type Data or Management. - 1.3.6.1.4.1.14179.2.2.6.1.1
4786 indexes:
4787 - labelname: bsnAPDot3MacAddress
4788 type: PhysAddress48
4789 fixed_size: 6
4790 - labelname: bsnAPIfSlotId
4791 type: gauge
4792 lookups:
4793 - labels:
4794 - bsnAPDot3MacAddress
4795 labelname: bsnAPName
4796 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4797 type: OctetString
4798 - labels: []
4799 labelname: bsnAPDot3MacAddress
4800 - name: bsnAPIfDot11MulticastTransmittedFrameCount
4801 oid: 1.3.6.1.4.1.14179.2.2.6.1.2
4802 type: counter
4803 help: This counter shall increment only when the multicast bit is set in the destination
4804 MAC address of a successfully transmitted MSDU - 1.3.6.1.4.1.14179.2.2.6.1.2
4805 indexes:
4806 - labelname: bsnAPDot3MacAddress
4807 type: PhysAddress48
4808 fixed_size: 6
4809 - labelname: bsnAPIfSlotId
4810 type: gauge
4811 lookups:
4812 - labels:
4813 - bsnAPDot3MacAddress
4814 labelname: bsnAPName
4815 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4816 type: OctetString
4817 - labels: []
4818 labelname: bsnAPDot3MacAddress
4819 - name: bsnAPIfDot11RetryCount
4820 oid: 1.3.6.1.4.1.14179.2.2.6.1.3
4821 type: counter
4822 help: This counter shall increment when an MSDU is successfully transmitted after
4823 one or more retransmissions. - 1.3.6.1.4.1.14179.2.2.6.1.3
4824 indexes:
4825 - labelname: bsnAPDot3MacAddress
4826 type: PhysAddress48
4827 fixed_size: 6
4828 - labelname: bsnAPIfSlotId
4829 type: gauge
4830 lookups:
4831 - labels:
4832 - bsnAPDot3MacAddress
4833 labelname: bsnAPName
4834 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4835 type: OctetString
4836 - labels: []
4837 labelname: bsnAPDot3MacAddress
4838 - name: bsnAPIfDot11MultipleRetryCount
4839 oid: 1.3.6.1.4.1.14179.2.2.6.1.4
4840 type: counter
4841 help: This counter shall increment when an MSDU is successfully transmitted after
4842 more than one retransmission. - 1.3.6.1.4.1.14179.2.2.6.1.4
4843 indexes:
4844 - labelname: bsnAPDot3MacAddress
4845 type: PhysAddress48
4846 fixed_size: 6
4847 - labelname: bsnAPIfSlotId
4848 type: gauge
4849 lookups:
4850 - labels:
4851 - bsnAPDot3MacAddress
4852 labelname: bsnAPName
4853 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4854 type: OctetString
4855 - labels: []
4856 labelname: bsnAPDot3MacAddress
4857 - name: bsnAPIfDot11FrameDuplicateCount
4858 oid: 1.3.6.1.4.1.14179.2.2.6.1.5
4859 type: counter
4860 help: This counter shall increment when a frame is received that the Sequence
4861 Control field indicates is a duplicate. - 1.3.6.1.4.1.14179.2.2.6.1.5
4862 indexes:
4863 - labelname: bsnAPDot3MacAddress
4864 type: PhysAddress48
4865 fixed_size: 6
4866 - labelname: bsnAPIfSlotId
4867 type: gauge
4868 lookups:
4869 - labels:
4870 - bsnAPDot3MacAddress
4871 labelname: bsnAPName
4872 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4873 type: OctetString
4874 - labels: []
4875 labelname: bsnAPDot3MacAddress
4876 - name: bsnAPIfDot11RTSSuccessCount
4877 oid: 1.3.6.1.4.1.14179.2.2.6.1.6
4878 type: counter
4879 help: This counter shall increment when a CTS is received in response to an RTS.
4880 - 1.3.6.1.4.1.14179.2.2.6.1.6
4881 indexes:
4882 - labelname: bsnAPDot3MacAddress
4883 type: PhysAddress48
4884 fixed_size: 6
4885 - labelname: bsnAPIfSlotId
4886 type: gauge
4887 lookups:
4888 - labels:
4889 - bsnAPDot3MacAddress
4890 labelname: bsnAPName
4891 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4892 type: OctetString
4893 - labels: []
4894 labelname: bsnAPDot3MacAddress
4895 - name: bsnAPIfDot11RTSFailureCount
4896 oid: 1.3.6.1.4.1.14179.2.2.6.1.7
4897 type: counter
4898 help: This counter shall increment when a CTS is not received in response to an
4899 RTS. - 1.3.6.1.4.1.14179.2.2.6.1.7
4900 indexes:
4901 - labelname: bsnAPDot3MacAddress
4902 type: PhysAddress48
4903 fixed_size: 6
4904 - labelname: bsnAPIfSlotId
4905 type: gauge
4906 lookups:
4907 - labels:
4908 - bsnAPDot3MacAddress
4909 labelname: bsnAPName
4910 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4911 type: OctetString
4912 - labels: []
4913 labelname: bsnAPDot3MacAddress
4914 - name: bsnAPIfDot11ACKFailureCount
4915 oid: 1.3.6.1.4.1.14179.2.2.6.1.8
4916 type: counter
4917 help: This counter shall increment when an ACK is not received when expected.
4918 - 1.3.6.1.4.1.14179.2.2.6.1.8
4919 indexes:
4920 - labelname: bsnAPDot3MacAddress
4921 type: PhysAddress48
4922 fixed_size: 6
4923 - labelname: bsnAPIfSlotId
4924 type: gauge
4925 lookups:
4926 - labels:
4927 - bsnAPDot3MacAddress
4928 labelname: bsnAPName
4929 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4930 type: OctetString
4931 - labels: []
4932 labelname: bsnAPDot3MacAddress
4933 - name: bsnAPIfDot11ReceivedFragmentCount
4934 oid: 1.3.6.1.4.1.14179.2.2.6.1.9
4935 type: counter
4936 help: This counter shall be incremented for each successfully received MPDU of
4937 type Data or Management. - 1.3.6.1.4.1.14179.2.2.6.1.9
4938 indexes:
4939 - labelname: bsnAPDot3MacAddress
4940 type: PhysAddress48
4941 fixed_size: 6
4942 - labelname: bsnAPIfSlotId
4943 type: gauge
4944 lookups:
4945 - labels:
4946 - bsnAPDot3MacAddress
4947 labelname: bsnAPName
4948 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4949 type: OctetString
4950 - labels: []
4951 labelname: bsnAPDot3MacAddress
4952 - name: bsnAPIfDot11MulticastReceivedFrameCount
4953 oid: 1.3.6.1.4.1.14179.2.2.6.1.10
4954 type: counter
4955 help: This counter shall increment when a MSDU is received with the multicast
4956 bit set in the destination MAC address. - 1.3.6.1.4.1.14179.2.2.6.1.10
4957 indexes:
4958 - labelname: bsnAPDot3MacAddress
4959 type: PhysAddress48
4960 fixed_size: 6
4961 - labelname: bsnAPIfSlotId
4962 type: gauge
4963 lookups:
4964 - labels:
4965 - bsnAPDot3MacAddress
4966 labelname: bsnAPName
4967 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4968 type: OctetString
4969 - labels: []
4970 labelname: bsnAPDot3MacAddress
4971 - name: bsnAPIfDot11FCSErrorCount
4972 oid: 1.3.6.1.4.1.14179.2.2.6.1.11
4973 type: counter
4974 help: This counter shall increment when an FCS error is detected in a received
4975 MPDU. - 1.3.6.1.4.1.14179.2.2.6.1.11
4976 indexes:
4977 - labelname: bsnAPDot3MacAddress
4978 type: PhysAddress48
4979 fixed_size: 6
4980 - labelname: bsnAPIfSlotId
4981 type: gauge
4982 lookups:
4983 - labels:
4984 - bsnAPDot3MacAddress
4985 labelname: bsnAPName
4986 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
4987 type: OctetString
4988 - labels: []
4989 labelname: bsnAPDot3MacAddress
4990 - name: bsnAPIfDot11TransmittedFrameCount
4991 oid: 1.3.6.1.4.1.14179.2.2.6.1.12
4992 type: counter
4993 help: This counter shall increment for each successfully transmitted MSDU. - 1.3.6.1.4.1.14179.2.2.6.1.12
4994 indexes:
4995 - labelname: bsnAPDot3MacAddress
4996 type: PhysAddress48
4997 fixed_size: 6
4998 - labelname: bsnAPIfSlotId
4999 type: gauge
5000 lookups:
5001 - labels:
5002 - bsnAPDot3MacAddress
5003 labelname: bsnAPName
5004 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
5005 type: OctetString
5006 - labels: []
5007 labelname: bsnAPDot3MacAddress
5008 - name: bsnAPIfDot11WEPUndecryptableCount
5009 oid: 1.3.6.1.4.1.14179.2.2.6.1.13
5010 type: counter
5011 help: This counter shall increment when a frame is received with the WEP subfield
5012 of the Frame Control field set to one and the WEPOn value for the key mapped
5013 to the TA's MAC address indicates that the frame should not have been encrypted
5014 or that frame is discarded due to the receiving STA not implementing the privacy
5015 option. - 1.3.6.1.4.1.14179.2.2.6.1.13
5016 indexes:
5017 - labelname: bsnAPDot3MacAddress
5018 type: PhysAddress48
5019 fixed_size: 6
5020 - labelname: bsnAPIfSlotId
5021 type: gauge
5022 lookups:
5023 - labels:
5024 - bsnAPDot3MacAddress
5025 labelname: bsnAPName
5026 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
5027 type: OctetString
5028 - labels: []
5029 labelname: bsnAPDot3MacAddress
5030 - name: bsnAPIfDot11FailedCount
5031 oid: 1.3.6.1.4.1.14179.2.2.6.1.33
5032 type: counter
5033 help: This counter shall increment when an MSDU is not transmitted successfully
5034 due to the number of transmit attempts exceeding either the bsnAPIfDot11ShortRetryLimit
5035 or dot11LongRetryLimit. - 1.3.6.1.4.1.14179.2.2.6.1.33
5036 indexes:
5037 - labelname: bsnAPDot3MacAddress
5038 type: PhysAddress48
5039 fixed_size: 6
5040 - labelname: bsnAPIfSlotId
5041 type: gauge
5042 lookups:
5043 - labels:
5044 - bsnAPDot3MacAddress
5045 labelname: bsnAPName
5046 oid: 1.3.6.1.4.1.14179.2.2.1.1.3
5047 type: OctetString
5048 - labels: []
5049 labelname: bsnAPDot3MacAddress
5050ddwrt:
5051 walk:
5052 - 1.3.6.1.2.1.2
5053 - 1.3.6.1.2.1.25.2
5054 - 1.3.6.1.2.1.31.1.1
5055 - 1.3.6.1.4.1.2021.10.1.1
5056 - 1.3.6.1.4.1.2021.10.1.2
5057 - 1.3.6.1.4.1.2021.10.1.5
5058 - 1.3.6.1.4.1.2021.11
5059 - 1.3.6.1.4.1.2021.4
5060 get:
5061 - 1.3.6.1.2.1.1.3.0
5062 metrics:
5063 - name: sysUpTime
5064 oid: 1.3.6.1.2.1.1.3
5065 type: gauge
5066 help: The time (in hundredths of a second) since the network management portion
5067 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
5068 - name: ifNumber
5069 oid: 1.3.6.1.2.1.2.1
5070 type: gauge
5071 help: The number of network interfaces (regardless of their current state) present
5072 on this system. - 1.3.6.1.2.1.2.1
5073 - name: ifIndex
5074 oid: 1.3.6.1.2.1.2.2.1.1
5075 type: gauge
5076 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
5077 indexes:
5078 - labelname: ifIndex
5079 type: gauge
5080 lookups:
5081 - labels:
5082 - ifIndex
5083 labelname: ifDescr
5084 oid: 1.3.6.1.2.1.2.2.1.2
5085 type: DisplayString
5086 - labels: []
5087 labelname: ifIndex
5088 - name: ifDescr
5089 oid: 1.3.6.1.2.1.2.2.1.2
5090 type: DisplayString
5091 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
5092 indexes:
5093 - labelname: ifIndex
5094 type: gauge
5095 lookups:
5096 - labels:
5097 - ifIndex
5098 labelname: ifDescr
5099 oid: 1.3.6.1.2.1.2.2.1.2
5100 type: DisplayString
5101 - labels: []
5102 labelname: ifIndex
5103 - name: ifType
5104 oid: 1.3.6.1.2.1.2.2.1.3
5105 type: EnumAsInfo
5106 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
5107 indexes:
5108 - labelname: ifIndex
5109 type: gauge
5110 lookups:
5111 - labels:
5112 - ifIndex
5113 labelname: ifDescr
5114 oid: 1.3.6.1.2.1.2.2.1.2
5115 type: DisplayString
5116 - labels: []
5117 labelname: ifIndex
5118 enum_values:
5119 1: other
5120 2: regular1822
5121 3: hdh1822
5122 4: ddnX25
5123 5: rfc877x25
5124 6: ethernetCsmacd
5125 7: iso88023Csmacd
5126 8: iso88024TokenBus
5127 9: iso88025TokenRing
5128 10: iso88026Man
5129 11: starLan
5130 12: proteon10Mbit
5131 13: proteon80Mbit
5132 14: hyperchannel
5133 15: fddi
5134 16: lapb
5135 17: sdlc
5136 18: ds1
5137 19: e1
5138 20: basicISDN
5139 21: primaryISDN
5140 22: propPointToPointSerial
5141 23: ppp
5142 24: softwareLoopback
5143 25: eon
5144 26: ethernet3Mbit
5145 27: nsip
5146 28: slip
5147 29: ultra
5148 30: ds3
5149 31: sip
5150 32: frameRelay
5151 33: rs232
5152 34: para
5153 35: arcnet
5154 36: arcnetPlus
5155 37: atm
5156 38: miox25
5157 39: sonet
5158 40: x25ple
5159 41: iso88022llc
5160 42: localTalk
5161 43: smdsDxi
5162 44: frameRelayService
5163 45: v35
5164 46: hssi
5165 47: hippi
5166 48: modem
5167 49: aal5
5168 50: sonetPath
5169 51: sonetVT
5170 52: smdsIcip
5171 53: propVirtual
5172 54: propMultiplexor
5173 55: ieee80212
5174 56: fibreChannel
5175 57: hippiInterface
5176 58: frameRelayInterconnect
5177 59: aflane8023
5178 60: aflane8025
5179 61: cctEmul
5180 62: fastEther
5181 63: isdn
5182 64: v11
5183 65: v36
5184 66: g703at64k
5185 67: g703at2mb
5186 68: qllc
5187 69: fastEtherFX
5188 70: channel
5189 71: ieee80211
5190 72: ibm370parChan
5191 73: escon
5192 74: dlsw
5193 75: isdns
5194 76: isdnu
5195 77: lapd
5196 78: ipSwitch
5197 79: rsrb
5198 80: atmLogical
5199 81: ds0
5200 82: ds0Bundle
5201 83: bsc
5202 84: async
5203 85: cnr
5204 86: iso88025Dtr
5205 87: eplrs
5206 88: arap
5207 89: propCnls
5208 90: hostPad
5209 91: termPad
5210 92: frameRelayMPI
5211 93: x213
5212 94: adsl
5213 95: radsl
5214 96: sdsl
5215 97: vdsl
5216 98: iso88025CRFPInt
5217 99: myrinet
5218 100: voiceEM
5219 101: voiceFXO
5220 102: voiceFXS
5221 103: voiceEncap
5222 104: voiceOverIp
5223 105: atmDxi
5224 106: atmFuni
5225 107: atmIma
5226 108: pppMultilinkBundle
5227 109: ipOverCdlc
5228 110: ipOverClaw
5229 111: stackToStack
5230 112: virtualIpAddress
5231 113: mpc
5232 114: ipOverAtm
5233 115: iso88025Fiber
5234 116: tdlc
5235 117: gigabitEthernet
5236 118: hdlc
5237 119: lapf
5238 120: v37
5239 121: x25mlp
5240 122: x25huntGroup
5241 123: transpHdlc
5242 124: interleave
5243 125: fast
5244 126: ip
5245 127: docsCableMaclayer
5246 128: docsCableDownstream
5247 129: docsCableUpstream
5248 130: a12MppSwitch
5249 131: tunnel
5250 132: coffee
5251 133: ces
5252 134: atmSubInterface
5253 135: l2vlan
5254 136: l3ipvlan
5255 137: l3ipxvlan
5256 138: digitalPowerline
5257 139: mediaMailOverIp
5258 140: dtm
5259 141: dcn
5260 142: ipForward
5261 143: msdsl
5262 144: ieee1394
5263 145: if-gsn
5264 146: dvbRccMacLayer
5265 147: dvbRccDownstream
5266 148: dvbRccUpstream
5267 149: atmVirtual
5268 150: mplsTunnel
5269 151: srp
5270 152: voiceOverAtm
5271 153: voiceOverFrameRelay
5272 154: idsl
5273 155: compositeLink
5274 156: ss7SigLink
5275 157: propWirelessP2P
5276 158: frForward
5277 159: rfc1483
5278 160: usb
5279 161: ieee8023adLag
5280 162: bgppolicyaccounting
5281 163: frf16MfrBundle
5282 164: h323Gatekeeper
5283 165: h323Proxy
5284 166: mpls
5285 167: mfSigLink
5286 168: hdsl2
5287 169: shdsl
5288 170: ds1FDL
5289 171: pos
5290 172: dvbAsiIn
5291 173: dvbAsiOut
5292 174: plc
5293 175: nfas
5294 176: tr008
5295 177: gr303RDT
5296 178: gr303IDT
5297 179: isup
5298 180: propDocsWirelessMaclayer
5299 181: propDocsWirelessDownstream
5300 182: propDocsWirelessUpstream
5301 183: hiperlan2
5302 184: propBWAp2Mp
5303 185: sonetOverheadChannel
5304 186: digitalWrapperOverheadChannel
5305 187: aal2
5306 188: radioMAC
5307 189: atmRadio
5308 190: imt
5309 191: mvl
5310 192: reachDSL
5311 193: frDlciEndPt
5312 194: atmVciEndPt
5313 195: opticalChannel
5314 196: opticalTransport
5315 197: propAtm
5316 198: voiceOverCable
5317 199: infiniband
5318 200: teLink
5319 201: q2931
5320 202: virtualTg
5321 203: sipTg
5322 204: sipSig
5323 205: docsCableUpstreamChannel
5324 206: econet
5325 207: pon155
5326 208: pon622
5327 209: bridge
5328 210: linegroup
5329 211: voiceEMFGD
5330 212: voiceFGDEANA
5331 213: voiceDID
5332 214: mpegTransport
5333 215: sixToFour
5334 216: gtp
5335 217: pdnEtherLoop1
5336 218: pdnEtherLoop2
5337 219: opticalChannelGroup
5338 220: homepna
5339 221: gfp
5340 222: ciscoISLvlan
5341 223: actelisMetaLOOP
5342 224: fcipLink
5343 225: rpr
5344 226: qam
5345 227: lmp
5346 228: cblVectaStar
5347 229: docsCableMCmtsDownstream
5348 230: adsl2
5349 231: macSecControlledIF
5350 232: macSecUncontrolledIF
5351 233: aviciOpticalEther
5352 234: atmbond
5353 235: voiceFGDOS
5354 236: mocaVersion1
5355 237: ieee80216WMAN
5356 238: adsl2plus
5357 239: dvbRcsMacLayer
5358 240: dvbTdm
5359 241: dvbRcsTdma
5360 242: x86Laps
5361 243: wwanPP
5362 244: wwanPP2
5363 245: voiceEBS
5364 246: ifPwType
5365 247: ilan
5366 248: pip
5367 249: aluELP
5368 250: gpon
5369 251: vdsl2
5370 252: capwapDot11Profile
5371 253: capwapDot11Bss
5372 254: capwapWtpVirtualRadio
5373 255: bits
5374 256: docsCableUpstreamRfPort
5375 257: cableDownstreamRfPort
5376 258: vmwareVirtualNic
5377 259: ieee802154
5378 260: otnOdu
5379 261: otnOtu
5380 262: ifVfiType
5381 263: g9981
5382 264: g9982
5383 265: g9983
5384 266: aluEpon
5385 267: aluEponOnu
5386 268: aluEponPhysicalUni
5387 269: aluEponLogicalLink
5388 270: aluGponOnu
5389 271: aluGponPhysicalUni
5390 272: vmwareNicTeam
5391 277: docsOfdmDownstream
5392 278: docsOfdmaUpstream
5393 279: gfast
5394 280: sdci
5395 281: xboxWireless
5396 282: fastdsl
5397 283: docsCableScte55d1FwdOob
5398 284: docsCableScte55d1RetOob
5399 285: docsCableScte55d2DsOob
5400 286: docsCableScte55d2UsOob
5401 287: docsCableNdf
5402 288: docsCableNdr
5403 289: ptm
5404 290: ghn
5405 291: otnOtsi
5406 292: otnOtuc
5407 293: otnOduc
5408 294: otnOtsig
5409 295: microwaveCarrierTermination
5410 296: microwaveRadioLinkTerminal
5411 297: ieee8021axDrni
5412 298: ax25
5413 299: ieee19061nanocom
5414 300: cpri
5415 301: omni
5416 302: roe
5417 303: p2pOverLan
5418 - name: ifMtu
5419 oid: 1.3.6.1.2.1.2.2.1.4
5420 type: gauge
5421 help: The size of the largest packet which can be sent/received on the interface,
5422 specified in octets - 1.3.6.1.2.1.2.2.1.4
5423 indexes:
5424 - labelname: ifIndex
5425 type: gauge
5426 lookups:
5427 - labels:
5428 - ifIndex
5429 labelname: ifDescr
5430 oid: 1.3.6.1.2.1.2.2.1.2
5431 type: DisplayString
5432 - labels: []
5433 labelname: ifIndex
5434 - name: ifSpeed
5435 oid: 1.3.6.1.2.1.2.2.1.5
5436 type: gauge
5437 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
5438 indexes:
5439 - labelname: ifIndex
5440 type: gauge
5441 lookups:
5442 - labels:
5443 - ifIndex
5444 labelname: ifDescr
5445 oid: 1.3.6.1.2.1.2.2.1.2
5446 type: DisplayString
5447 - labels: []
5448 labelname: ifIndex
5449 - name: ifPhysAddress
5450 oid: 1.3.6.1.2.1.2.2.1.6
5451 type: PhysAddress48
5452 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
5453 indexes:
5454 - labelname: ifIndex
5455 type: gauge
5456 lookups:
5457 - labels:
5458 - ifIndex
5459 labelname: ifDescr
5460 oid: 1.3.6.1.2.1.2.2.1.2
5461 type: DisplayString
5462 - labels: []
5463 labelname: ifIndex
5464 - name: ifAdminStatus
5465 oid: 1.3.6.1.2.1.2.2.1.7
5466 type: gauge
5467 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
5468 indexes:
5469 - labelname: ifIndex
5470 type: gauge
5471 lookups:
5472 - labels:
5473 - ifIndex
5474 labelname: ifDescr
5475 oid: 1.3.6.1.2.1.2.2.1.2
5476 type: DisplayString
5477 - labels: []
5478 labelname: ifIndex
5479 enum_values:
5480 1: up
5481 2: down
5482 3: testing
5483 - name: ifOperStatus
5484 oid: 1.3.6.1.2.1.2.2.1.8
5485 type: gauge
5486 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
5487 indexes:
5488 - labelname: ifIndex
5489 type: gauge
5490 lookups:
5491 - labels:
5492 - ifIndex
5493 labelname: ifDescr
5494 oid: 1.3.6.1.2.1.2.2.1.2
5495 type: DisplayString
5496 - labels: []
5497 labelname: ifIndex
5498 enum_values:
5499 1: up
5500 2: down
5501 3: testing
5502 4: unknown
5503 5: dormant
5504 6: notPresent
5505 7: lowerLayerDown
5506 - name: ifLastChange
5507 oid: 1.3.6.1.2.1.2.2.1.9
5508 type: gauge
5509 help: The value of sysUpTime at the time the interface entered its current operational
5510 state - 1.3.6.1.2.1.2.2.1.9
5511 indexes:
5512 - labelname: ifIndex
5513 type: gauge
5514 lookups:
5515 - labels:
5516 - ifIndex
5517 labelname: ifDescr
5518 oid: 1.3.6.1.2.1.2.2.1.2
5519 type: DisplayString
5520 - labels: []
5521 labelname: ifIndex
5522 - name: ifInOctets
5523 oid: 1.3.6.1.2.1.2.2.1.10
5524 type: counter
5525 help: The total number of octets received on the interface, including framing
5526 characters - 1.3.6.1.2.1.2.2.1.10
5527 indexes:
5528 - labelname: ifIndex
5529 type: gauge
5530 lookups:
5531 - labels:
5532 - ifIndex
5533 labelname: ifDescr
5534 oid: 1.3.6.1.2.1.2.2.1.2
5535 type: DisplayString
5536 - labels: []
5537 labelname: ifIndex
5538 - name: ifInUcastPkts
5539 oid: 1.3.6.1.2.1.2.2.1.11
5540 type: counter
5541 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5542 which were not addressed to a multicast or broadcast address at this sub-layer
5543 - 1.3.6.1.2.1.2.2.1.11
5544 indexes:
5545 - labelname: ifIndex
5546 type: gauge
5547 lookups:
5548 - labels:
5549 - ifIndex
5550 labelname: ifDescr
5551 oid: 1.3.6.1.2.1.2.2.1.2
5552 type: DisplayString
5553 - labels: []
5554 labelname: ifIndex
5555 - name: ifInNUcastPkts
5556 oid: 1.3.6.1.2.1.2.2.1.12
5557 type: counter
5558 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5559 which were addressed to a multicast or broadcast address at this sub-layer -
5560 1.3.6.1.2.1.2.2.1.12
5561 indexes:
5562 - labelname: ifIndex
5563 type: gauge
5564 lookups:
5565 - labels:
5566 - ifIndex
5567 labelname: ifDescr
5568 oid: 1.3.6.1.2.1.2.2.1.2
5569 type: DisplayString
5570 - labels: []
5571 labelname: ifIndex
5572 - name: ifInDiscards
5573 oid: 1.3.6.1.2.1.2.2.1.13
5574 type: counter
5575 help: The number of inbound packets which were chosen to be discarded even though
5576 no errors had been detected to prevent their being deliverable to a higher-layer
5577 protocol - 1.3.6.1.2.1.2.2.1.13
5578 indexes:
5579 - labelname: ifIndex
5580 type: gauge
5581 lookups:
5582 - labels:
5583 - ifIndex
5584 labelname: ifDescr
5585 oid: 1.3.6.1.2.1.2.2.1.2
5586 type: DisplayString
5587 - labels: []
5588 labelname: ifIndex
5589 - name: ifInErrors
5590 oid: 1.3.6.1.2.1.2.2.1.14
5591 type: counter
5592 help: For packet-oriented interfaces, the number of inbound packets that contained
5593 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
5594 indexes:
5595 - labelname: ifIndex
5596 type: gauge
5597 lookups:
5598 - labels:
5599 - ifIndex
5600 labelname: ifDescr
5601 oid: 1.3.6.1.2.1.2.2.1.2
5602 type: DisplayString
5603 - labels: []
5604 labelname: ifIndex
5605 - name: ifInUnknownProtos
5606 oid: 1.3.6.1.2.1.2.2.1.15
5607 type: counter
5608 help: For packet-oriented interfaces, the number of packets received via the interface
5609 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
5610 indexes:
5611 - labelname: ifIndex
5612 type: gauge
5613 lookups:
5614 - labels:
5615 - ifIndex
5616 labelname: ifDescr
5617 oid: 1.3.6.1.2.1.2.2.1.2
5618 type: DisplayString
5619 - labels: []
5620 labelname: ifIndex
5621 - name: ifOutOctets
5622 oid: 1.3.6.1.2.1.2.2.1.16
5623 type: counter
5624 help: The total number of octets transmitted out of the interface, including framing
5625 characters - 1.3.6.1.2.1.2.2.1.16
5626 indexes:
5627 - labelname: ifIndex
5628 type: gauge
5629 lookups:
5630 - labels:
5631 - ifIndex
5632 labelname: ifDescr
5633 oid: 1.3.6.1.2.1.2.2.1.2
5634 type: DisplayString
5635 - labels: []
5636 labelname: ifIndex
5637 - name: ifOutUcastPkts
5638 oid: 1.3.6.1.2.1.2.2.1.17
5639 type: counter
5640 help: The total number of packets that higher-level protocols requested be transmitted,
5641 and which were not addressed to a multicast or broadcast address at this sub-layer,
5642 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
5643 indexes:
5644 - labelname: ifIndex
5645 type: gauge
5646 lookups:
5647 - labels:
5648 - ifIndex
5649 labelname: ifDescr
5650 oid: 1.3.6.1.2.1.2.2.1.2
5651 type: DisplayString
5652 - labels: []
5653 labelname: ifIndex
5654 - name: ifOutNUcastPkts
5655 oid: 1.3.6.1.2.1.2.2.1.18
5656 type: counter
5657 help: The total number of packets that higher-level protocols requested be transmitted,
5658 and which were addressed to a multicast or broadcast address at this sub-layer,
5659 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
5660 indexes:
5661 - labelname: ifIndex
5662 type: gauge
5663 lookups:
5664 - labels:
5665 - ifIndex
5666 labelname: ifDescr
5667 oid: 1.3.6.1.2.1.2.2.1.2
5668 type: DisplayString
5669 - labels: []
5670 labelname: ifIndex
5671 - name: ifOutDiscards
5672 oid: 1.3.6.1.2.1.2.2.1.19
5673 type: counter
5674 help: The number of outbound packets which were chosen to be discarded even though
5675 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
5676 indexes:
5677 - labelname: ifIndex
5678 type: gauge
5679 lookups:
5680 - labels:
5681 - ifIndex
5682 labelname: ifDescr
5683 oid: 1.3.6.1.2.1.2.2.1.2
5684 type: DisplayString
5685 - labels: []
5686 labelname: ifIndex
5687 - name: ifOutErrors
5688 oid: 1.3.6.1.2.1.2.2.1.20
5689 type: counter
5690 help: For packet-oriented interfaces, the number of outbound packets that could
5691 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
5692 indexes:
5693 - labelname: ifIndex
5694 type: gauge
5695 lookups:
5696 - labels:
5697 - ifIndex
5698 labelname: ifDescr
5699 oid: 1.3.6.1.2.1.2.2.1.2
5700 type: DisplayString
5701 - labels: []
5702 labelname: ifIndex
5703 - name: ifOutQLen
5704 oid: 1.3.6.1.2.1.2.2.1.21
5705 type: gauge
5706 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
5707 indexes:
5708 - labelname: ifIndex
5709 type: gauge
5710 lookups:
5711 - labels:
5712 - ifIndex
5713 labelname: ifDescr
5714 oid: 1.3.6.1.2.1.2.2.1.2
5715 type: DisplayString
5716 - labels: []
5717 labelname: ifIndex
5718 - name: ifSpecific
5719 oid: 1.3.6.1.2.1.2.2.1.22
5720 type: OctetString
5721 help: A reference to MIB definitions specific to the particular media being used
5722 to realize the interface - 1.3.6.1.2.1.2.2.1.22
5723 indexes:
5724 - labelname: ifIndex
5725 type: gauge
5726 lookups:
5727 - labels:
5728 - ifIndex
5729 labelname: ifDescr
5730 oid: 1.3.6.1.2.1.2.2.1.2
5731 type: DisplayString
5732 - labels: []
5733 labelname: ifIndex
5734 - name: hrMemorySize
5735 oid: 1.3.6.1.2.1.25.2.2
5736 type: gauge
5737 help: The amount of physical read-write main memory, typically RAM, contained
5738 by the host. - 1.3.6.1.2.1.25.2.2
5739 - name: hrStorageIndex
5740 oid: 1.3.6.1.2.1.25.2.3.1.1
5741 type: gauge
5742 help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1
5743 indexes:
5744 - labelname: hrStorageIndex
5745 type: gauge
5746 lookups:
5747 - labels:
5748 - hrStorageIndex
5749 labelname: hrStorageDescr
5750 oid: 1.3.6.1.2.1.25.2.3.1.3
5751 type: DisplayString
5752 - labels: []
5753 labelname: hrStorageIndex
5754 - name: hrStorageType
5755 oid: 1.3.6.1.2.1.25.2.3.1.2
5756 type: OctetString
5757 help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2
5758 indexes:
5759 - labelname: hrStorageIndex
5760 type: gauge
5761 lookups:
5762 - labels:
5763 - hrStorageIndex
5764 labelname: hrStorageDescr
5765 oid: 1.3.6.1.2.1.25.2.3.1.3
5766 type: DisplayString
5767 - labels: []
5768 labelname: hrStorageIndex
5769 - name: hrStorageDescr
5770 oid: 1.3.6.1.2.1.25.2.3.1.3
5771 type: DisplayString
5772 help: A description of the type and instance of the storage described by this
5773 entry. - 1.3.6.1.2.1.25.2.3.1.3
5774 indexes:
5775 - labelname: hrStorageIndex
5776 type: gauge
5777 lookups:
5778 - labels:
5779 - hrStorageIndex
5780 labelname: hrStorageDescr
5781 oid: 1.3.6.1.2.1.25.2.3.1.3
5782 type: DisplayString
5783 - labels: []
5784 labelname: hrStorageIndex
5785 - name: hrStorageAllocationUnits
5786 oid: 1.3.6.1.2.1.25.2.3.1.4
5787 type: gauge
5788 help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4
5789 indexes:
5790 - labelname: hrStorageIndex
5791 type: gauge
5792 lookups:
5793 - labels:
5794 - hrStorageIndex
5795 labelname: hrStorageDescr
5796 oid: 1.3.6.1.2.1.25.2.3.1.3
5797 type: DisplayString
5798 - labels: []
5799 labelname: hrStorageIndex
5800 - name: hrStorageSize
5801 oid: 1.3.6.1.2.1.25.2.3.1.5
5802 type: gauge
5803 help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
5804 - 1.3.6.1.2.1.25.2.3.1.5
5805 indexes:
5806 - labelname: hrStorageIndex
5807 type: gauge
5808 lookups:
5809 - labels:
5810 - hrStorageIndex
5811 labelname: hrStorageDescr
5812 oid: 1.3.6.1.2.1.25.2.3.1.3
5813 type: DisplayString
5814 - labels: []
5815 labelname: hrStorageIndex
5816 - name: hrStorageUsed
5817 oid: 1.3.6.1.2.1.25.2.3.1.6
5818 type: gauge
5819 help: The amount of the storage represented by this entry that is allocated, in
5820 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
5821 indexes:
5822 - labelname: hrStorageIndex
5823 type: gauge
5824 lookups:
5825 - labels:
5826 - hrStorageIndex
5827 labelname: hrStorageDescr
5828 oid: 1.3.6.1.2.1.25.2.3.1.3
5829 type: DisplayString
5830 - labels: []
5831 labelname: hrStorageIndex
5832 - name: hrStorageAllocationFailures
5833 oid: 1.3.6.1.2.1.25.2.3.1.7
5834 type: counter
5835 help: The number of requests for storage represented by this entry that could
5836 not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7
5837 indexes:
5838 - labelname: hrStorageIndex
5839 type: gauge
5840 lookups:
5841 - labels:
5842 - hrStorageIndex
5843 labelname: hrStorageDescr
5844 oid: 1.3.6.1.2.1.25.2.3.1.3
5845 type: DisplayString
5846 - labels: []
5847 labelname: hrStorageIndex
5848 - name: ifName
5849 oid: 1.3.6.1.2.1.31.1.1.1.1
5850 type: DisplayString
5851 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
5852 indexes:
5853 - labelname: ifIndex
5854 type: gauge
5855 lookups:
5856 - labels:
5857 - ifIndex
5858 labelname: ifDescr
5859 oid: 1.3.6.1.2.1.2.2.1.2
5860 type: DisplayString
5861 - labels: []
5862 labelname: ifIndex
5863 - name: ifInMulticastPkts
5864 oid: 1.3.6.1.2.1.31.1.1.1.2
5865 type: counter
5866 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5867 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
5868 indexes:
5869 - labelname: ifIndex
5870 type: gauge
5871 lookups:
5872 - labels:
5873 - ifIndex
5874 labelname: ifDescr
5875 oid: 1.3.6.1.2.1.2.2.1.2
5876 type: DisplayString
5877 - labels: []
5878 labelname: ifIndex
5879 - name: ifInBroadcastPkts
5880 oid: 1.3.6.1.2.1.31.1.1.1.3
5881 type: counter
5882 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5883 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
5884 indexes:
5885 - labelname: ifIndex
5886 type: gauge
5887 lookups:
5888 - labels:
5889 - ifIndex
5890 labelname: ifDescr
5891 oid: 1.3.6.1.2.1.2.2.1.2
5892 type: DisplayString
5893 - labels: []
5894 labelname: ifIndex
5895 - name: ifOutMulticastPkts
5896 oid: 1.3.6.1.2.1.31.1.1.1.4
5897 type: counter
5898 help: The total number of packets that higher-level protocols requested be transmitted,
5899 and which were addressed to a multicast address at this sub-layer, including
5900 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
5901 indexes:
5902 - labelname: ifIndex
5903 type: gauge
5904 lookups:
5905 - labels:
5906 - ifIndex
5907 labelname: ifDescr
5908 oid: 1.3.6.1.2.1.2.2.1.2
5909 type: DisplayString
5910 - labels: []
5911 labelname: ifIndex
5912 - name: ifOutBroadcastPkts
5913 oid: 1.3.6.1.2.1.31.1.1.1.5
5914 type: counter
5915 help: The total number of packets that higher-level protocols requested be transmitted,
5916 and which were addressed to a broadcast address at this sub-layer, including
5917 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
5918 indexes:
5919 - labelname: ifIndex
5920 type: gauge
5921 lookups:
5922 - labels:
5923 - ifIndex
5924 labelname: ifDescr
5925 oid: 1.3.6.1.2.1.2.2.1.2
5926 type: DisplayString
5927 - labels: []
5928 labelname: ifIndex
5929 - name: ifHCInOctets
5930 oid: 1.3.6.1.2.1.31.1.1.1.6
5931 type: counter
5932 help: The total number of octets received on the interface, including framing
5933 characters - 1.3.6.1.2.1.31.1.1.1.6
5934 indexes:
5935 - labelname: ifIndex
5936 type: gauge
5937 lookups:
5938 - labels:
5939 - ifIndex
5940 labelname: ifDescr
5941 oid: 1.3.6.1.2.1.2.2.1.2
5942 type: DisplayString
5943 - labels: []
5944 labelname: ifIndex
5945 - name: ifHCInUcastPkts
5946 oid: 1.3.6.1.2.1.31.1.1.1.7
5947 type: counter
5948 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5949 which were not addressed to a multicast or broadcast address at this sub-layer
5950 - 1.3.6.1.2.1.31.1.1.1.7
5951 indexes:
5952 - labelname: ifIndex
5953 type: gauge
5954 lookups:
5955 - labels:
5956 - ifIndex
5957 labelname: ifDescr
5958 oid: 1.3.6.1.2.1.2.2.1.2
5959 type: DisplayString
5960 - labels: []
5961 labelname: ifIndex
5962 - name: ifHCInMulticastPkts
5963 oid: 1.3.6.1.2.1.31.1.1.1.8
5964 type: counter
5965 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5966 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
5967 indexes:
5968 - labelname: ifIndex
5969 type: gauge
5970 lookups:
5971 - labels:
5972 - ifIndex
5973 labelname: ifDescr
5974 oid: 1.3.6.1.2.1.2.2.1.2
5975 type: DisplayString
5976 - labels: []
5977 labelname: ifIndex
5978 - name: ifHCInBroadcastPkts
5979 oid: 1.3.6.1.2.1.31.1.1.1.9
5980 type: counter
5981 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
5982 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
5983 indexes:
5984 - labelname: ifIndex
5985 type: gauge
5986 lookups:
5987 - labels:
5988 - ifIndex
5989 labelname: ifDescr
5990 oid: 1.3.6.1.2.1.2.2.1.2
5991 type: DisplayString
5992 - labels: []
5993 labelname: ifIndex
5994 - name: ifHCOutOctets
5995 oid: 1.3.6.1.2.1.31.1.1.1.10
5996 type: counter
5997 help: The total number of octets transmitted out of the interface, including framing
5998 characters - 1.3.6.1.2.1.31.1.1.1.10
5999 indexes:
6000 - labelname: ifIndex
6001 type: gauge
6002 lookups:
6003 - labels:
6004 - ifIndex
6005 labelname: ifDescr
6006 oid: 1.3.6.1.2.1.2.2.1.2
6007 type: DisplayString
6008 - labels: []
6009 labelname: ifIndex
6010 - name: ifHCOutUcastPkts
6011 oid: 1.3.6.1.2.1.31.1.1.1.11
6012 type: counter
6013 help: The total number of packets that higher-level protocols requested be transmitted,
6014 and which were not addressed to a multicast or broadcast address at this sub-layer,
6015 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
6016 indexes:
6017 - labelname: ifIndex
6018 type: gauge
6019 lookups:
6020 - labels:
6021 - ifIndex
6022 labelname: ifDescr
6023 oid: 1.3.6.1.2.1.2.2.1.2
6024 type: DisplayString
6025 - labels: []
6026 labelname: ifIndex
6027 - name: ifHCOutMulticastPkts
6028 oid: 1.3.6.1.2.1.31.1.1.1.12
6029 type: counter
6030 help: The total number of packets that higher-level protocols requested be transmitted,
6031 and which were addressed to a multicast address at this sub-layer, including
6032 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
6033 indexes:
6034 - labelname: ifIndex
6035 type: gauge
6036 lookups:
6037 - labels:
6038 - ifIndex
6039 labelname: ifDescr
6040 oid: 1.3.6.1.2.1.2.2.1.2
6041 type: DisplayString
6042 - labels: []
6043 labelname: ifIndex
6044 - name: ifHCOutBroadcastPkts
6045 oid: 1.3.6.1.2.1.31.1.1.1.13
6046 type: counter
6047 help: The total number of packets that higher-level protocols requested be transmitted,
6048 and which were addressed to a broadcast address at this sub-layer, including
6049 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
6050 indexes:
6051 - labelname: ifIndex
6052 type: gauge
6053 lookups:
6054 - labels:
6055 - ifIndex
6056 labelname: ifDescr
6057 oid: 1.3.6.1.2.1.2.2.1.2
6058 type: DisplayString
6059 - labels: []
6060 labelname: ifIndex
6061 - name: ifLinkUpDownTrapEnable
6062 oid: 1.3.6.1.2.1.31.1.1.1.14
6063 type: gauge
6064 help: Indicates whether linkUp/linkDown traps should be generated for this interface
6065 - 1.3.6.1.2.1.31.1.1.1.14
6066 indexes:
6067 - labelname: ifIndex
6068 type: gauge
6069 lookups:
6070 - labels:
6071 - ifIndex
6072 labelname: ifDescr
6073 oid: 1.3.6.1.2.1.2.2.1.2
6074 type: DisplayString
6075 - labels: []
6076 labelname: ifIndex
6077 enum_values:
6078 1: enabled
6079 2: disabled
6080 - name: ifHighSpeed
6081 oid: 1.3.6.1.2.1.31.1.1.1.15
6082 type: gauge
6083 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
6084 per second - 1.3.6.1.2.1.31.1.1.1.15
6085 indexes:
6086 - labelname: ifIndex
6087 type: gauge
6088 lookups:
6089 - labels:
6090 - ifIndex
6091 labelname: ifDescr
6092 oid: 1.3.6.1.2.1.2.2.1.2
6093 type: DisplayString
6094 - labels: []
6095 labelname: ifIndex
6096 - name: ifPromiscuousMode
6097 oid: 1.3.6.1.2.1.31.1.1.1.16
6098 type: gauge
6099 help: This object has a value of false(2) if this interface only accepts packets/frames
6100 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
6101 indexes:
6102 - labelname: ifIndex
6103 type: gauge
6104 lookups:
6105 - labels:
6106 - ifIndex
6107 labelname: ifDescr
6108 oid: 1.3.6.1.2.1.2.2.1.2
6109 type: DisplayString
6110 - labels: []
6111 labelname: ifIndex
6112 enum_values:
6113 1: "true"
6114 2: "false"
6115 - name: ifConnectorPresent
6116 oid: 1.3.6.1.2.1.31.1.1.1.17
6117 type: gauge
6118 help: This object has the value 'true(1)' if the interface sublayer has a physical
6119 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
6120 indexes:
6121 - labelname: ifIndex
6122 type: gauge
6123 lookups:
6124 - labels:
6125 - ifIndex
6126 labelname: ifDescr
6127 oid: 1.3.6.1.2.1.2.2.1.2
6128 type: DisplayString
6129 - labels: []
6130 labelname: ifIndex
6131 enum_values:
6132 1: "true"
6133 2: "false"
6134 - name: ifAlias
6135 oid: 1.3.6.1.2.1.31.1.1.1.18
6136 type: DisplayString
6137 help: This object is an 'alias' name for the interface as specified by a network
6138 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
6139 indexes:
6140 - labelname: ifIndex
6141 type: gauge
6142 lookups:
6143 - labels:
6144 - ifIndex
6145 labelname: ifDescr
6146 oid: 1.3.6.1.2.1.2.2.1.2
6147 type: DisplayString
6148 - labels: []
6149 labelname: ifIndex
6150 - name: ifCounterDiscontinuityTime
6151 oid: 1.3.6.1.2.1.31.1.1.1.19
6152 type: gauge
6153 help: The value of sysUpTime on the most recent occasion at which any one or more
6154 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
6155 indexes:
6156 - labelname: ifIndex
6157 type: gauge
6158 lookups:
6159 - labels:
6160 - ifIndex
6161 labelname: ifDescr
6162 oid: 1.3.6.1.2.1.2.2.1.2
6163 type: DisplayString
6164 - labels: []
6165 labelname: ifIndex
6166 - name: laIndex
6167 oid: 1.3.6.1.4.1.2021.10.1.1
6168 type: gauge
6169 help: reference index/row number for each observed loadave. - 1.3.6.1.4.1.2021.10.1.1
6170 indexes:
6171 - labelname: laIndex
6172 type: gauge
6173 lookups:
6174 - labels:
6175 - laIndex
6176 labelname: laNames
6177 oid: 1.3.6.1.4.1.2021.10.1.2
6178 type: DisplayString
6179 - labels: []
6180 labelname: laIndex
6181 - name: laNames
6182 oid: 1.3.6.1.4.1.2021.10.1.2
6183 type: DisplayString
6184 help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2
6185 indexes:
6186 - labelname: laIndex
6187 type: gauge
6188 lookups:
6189 - labels:
6190 - laIndex
6191 labelname: laNames
6192 oid: 1.3.6.1.4.1.2021.10.1.2
6193 type: DisplayString
6194 - labels: []
6195 labelname: laIndex
6196 - name: laLoadInt
6197 oid: 1.3.6.1.4.1.2021.10.1.5
6198 type: gauge
6199 help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5
6200 indexes:
6201 - labelname: laIndex
6202 type: gauge
6203 lookups:
6204 - labels:
6205 - laIndex
6206 labelname: laNames
6207 oid: 1.3.6.1.4.1.2021.10.1.2
6208 type: DisplayString
6209 - labels: []
6210 labelname: laIndex
6211 - name: ssIndex
6212 oid: 1.3.6.1.4.1.2021.11.1
6213 type: gauge
6214 help: Bogus Index - 1.3.6.1.4.1.2021.11.1
6215 - name: ssErrorName
6216 oid: 1.3.6.1.4.1.2021.11.2
6217 type: DisplayString
6218 help: Bogus Name - 1.3.6.1.4.1.2021.11.2
6219 - name: ssSwapIn
6220 oid: 1.3.6.1.4.1.2021.11.3
6221 type: gauge
6222 help: The average amount of memory swapped in from disk, calculated over the last
6223 minute. - 1.3.6.1.4.1.2021.11.3
6224 - name: ssSwapOut
6225 oid: 1.3.6.1.4.1.2021.11.4
6226 type: gauge
6227 help: The average amount of memory swapped out to disk, calculated over the last
6228 minute. - 1.3.6.1.4.1.2021.11.4
6229 - name: ssIOSent
6230 oid: 1.3.6.1.4.1.2021.11.5
6231 type: gauge
6232 help: The average amount of data written to disk or other block device, calculated
6233 over the last minute - 1.3.6.1.4.1.2021.11.5
6234 - name: ssIOReceive
6235 oid: 1.3.6.1.4.1.2021.11.6
6236 type: gauge
6237 help: The average amount of data read from disk or other block device, calculated
6238 over the last minute - 1.3.6.1.4.1.2021.11.6
6239 - name: ssSysInterrupts
6240 oid: 1.3.6.1.4.1.2021.11.7
6241 type: gauge
6242 help: The average rate of interrupts processed (including the clock) calculated
6243 over the last minute - 1.3.6.1.4.1.2021.11.7
6244 - name: ssSysContext
6245 oid: 1.3.6.1.4.1.2021.11.8
6246 type: gauge
6247 help: The average rate of context switches, calculated over the last minute -
6248 1.3.6.1.4.1.2021.11.8
6249 - name: ssCpuUser
6250 oid: 1.3.6.1.4.1.2021.11.9
6251 type: gauge
6252 help: The percentage of CPU time spent processing user-level code, calculated
6253 over the last minute - 1.3.6.1.4.1.2021.11.9
6254 - name: ssCpuSystem
6255 oid: 1.3.6.1.4.1.2021.11.10
6256 type: gauge
6257 help: The percentage of CPU time spent processing system-level code, calculated
6258 over the last minute - 1.3.6.1.4.1.2021.11.10
6259 - name: ssCpuIdle
6260 oid: 1.3.6.1.4.1.2021.11.11
6261 type: gauge
6262 help: The percentage of processor time spent idle, calculated over the last minute
6263 - 1.3.6.1.4.1.2021.11.11
6264 - name: ssCpuRawUser
6265 oid: 1.3.6.1.4.1.2021.11.50
6266 type: counter
6267 help: The number of 'ticks' (typically 1/100s) spent processing user-level code
6268 - 1.3.6.1.4.1.2021.11.50
6269 - name: ssCpuRawNice
6270 oid: 1.3.6.1.4.1.2021.11.51
6271 type: counter
6272 help: The number of 'ticks' (typically 1/100s) spent processing reduced-priority
6273 code - 1.3.6.1.4.1.2021.11.51
6274 - name: ssCpuRawSystem
6275 oid: 1.3.6.1.4.1.2021.11.52
6276 type: counter
6277 help: The number of 'ticks' (typically 1/100s) spent processing system-level code
6278 - 1.3.6.1.4.1.2021.11.52
6279 - name: ssCpuRawIdle
6280 oid: 1.3.6.1.4.1.2021.11.53
6281 type: counter
6282 help: The number of 'ticks' (typically 1/100s) spent idle - 1.3.6.1.4.1.2021.11.53
6283 - name: ssCpuRawWait
6284 oid: 1.3.6.1.4.1.2021.11.54
6285 type: counter
6286 help: The number of 'ticks' (typically 1/100s) spent waiting for IO - 1.3.6.1.4.1.2021.11.54
6287 - name: ssCpuRawKernel
6288 oid: 1.3.6.1.4.1.2021.11.55
6289 type: counter
6290 help: The number of 'ticks' (typically 1/100s) spent processing kernel-level code
6291 - 1.3.6.1.4.1.2021.11.55
6292 - name: ssCpuRawInterrupt
6293 oid: 1.3.6.1.4.1.2021.11.56
6294 type: counter
6295 help: The number of 'ticks' (typically 1/100s) spent processing hardware interrupts
6296 - 1.3.6.1.4.1.2021.11.56
6297 - name: ssIORawSent
6298 oid: 1.3.6.1.4.1.2021.11.57
6299 type: counter
6300 help: Number of blocks sent to a block device - 1.3.6.1.4.1.2021.11.57
6301 - name: ssIORawReceived
6302 oid: 1.3.6.1.4.1.2021.11.58
6303 type: counter
6304 help: Number of blocks received from a block device - 1.3.6.1.4.1.2021.11.58
6305 - name: ssRawInterrupts
6306 oid: 1.3.6.1.4.1.2021.11.59
6307 type: counter
6308 help: Number of interrupts processed - 1.3.6.1.4.1.2021.11.59
6309 - name: ssRawContexts
6310 oid: 1.3.6.1.4.1.2021.11.60
6311 type: counter
6312 help: Number of context switches - 1.3.6.1.4.1.2021.11.60
6313 - name: ssCpuRawSoftIRQ
6314 oid: 1.3.6.1.4.1.2021.11.61
6315 type: counter
6316 help: The number of 'ticks' (typically 1/100s) spent processing software interrupts
6317 - 1.3.6.1.4.1.2021.11.61
6318 - name: ssRawSwapIn
6319 oid: 1.3.6.1.4.1.2021.11.62
6320 type: counter
6321 help: Number of blocks swapped in - 1.3.6.1.4.1.2021.11.62
6322 - name: ssRawSwapOut
6323 oid: 1.3.6.1.4.1.2021.11.63
6324 type: counter
6325 help: Number of blocks swapped out - 1.3.6.1.4.1.2021.11.63
6326 - name: ssCpuRawSteal
6327 oid: 1.3.6.1.4.1.2021.11.64
6328 type: counter
6329 help: The number of 'ticks' (typically 1/100s) spent by the hypervisor code to
6330 run other VMs even though the CPU in the current VM had something runnable -
6331 1.3.6.1.4.1.2021.11.64
6332 - name: ssCpuRawGuest
6333 oid: 1.3.6.1.4.1.2021.11.65
6334 type: counter
6335 help: The number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual
6336 CPU (guest) - 1.3.6.1.4.1.2021.11.65
6337 - name: ssCpuRawGuestNice
6338 oid: 1.3.6.1.4.1.2021.11.66
6339 type: counter
6340 help: The number of 'ticks' (typically 1/100s) spent by the CPU to run a niced
6341 virtual CPU (guest) - 1.3.6.1.4.1.2021.11.66
6342 - name: ssCpuNumCpus
6343 oid: 1.3.6.1.4.1.2021.11.67
6344 type: gauge
6345 help: The number of processors, as counted by the agent - 1.3.6.1.4.1.2021.11.67
6346 - name: memIndex
6347 oid: 1.3.6.1.4.1.2021.4.1
6348 type: gauge
6349 help: Bogus Index - 1.3.6.1.4.1.2021.4.1
6350 - name: memErrorName
6351 oid: 1.3.6.1.4.1.2021.4.2
6352 type: DisplayString
6353 help: Bogus Name - 1.3.6.1.4.1.2021.4.2
6354 - name: memTotalSwap
6355 oid: 1.3.6.1.4.1.2021.4.3
6356 type: gauge
6357 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3
6358 - name: memAvailSwap
6359 oid: 1.3.6.1.4.1.2021.4.4
6360 type: gauge
6361 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4
6362 - name: memTotalReal
6363 oid: 1.3.6.1.4.1.2021.4.5
6364 type: gauge
6365 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5
6366 - name: memAvailReal
6367 oid: 1.3.6.1.4.1.2021.4.6
6368 type: gauge
6369 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6
6370 - name: memTotalSwapTXT
6371 oid: 1.3.6.1.4.1.2021.4.7
6372 type: gauge
6373 help: The total amount of swap space or virtual memory allocated for text pages
6374 on this host - 1.3.6.1.4.1.2021.4.7
6375 - name: memAvailSwapTXT
6376 oid: 1.3.6.1.4.1.2021.4.8
6377 type: gauge
6378 help: The amount of swap space or virtual memory currently being used by text
6379 pages on this host - 1.3.6.1.4.1.2021.4.8
6380 - name: memTotalRealTXT
6381 oid: 1.3.6.1.4.1.2021.4.9
6382 type: gauge
6383 help: The total amount of real/physical memory allocated for text pages on this
6384 host - 1.3.6.1.4.1.2021.4.9
6385 - name: memAvailRealTXT
6386 oid: 1.3.6.1.4.1.2021.4.10
6387 type: gauge
6388 help: The amount of real/physical memory currently being used by text pages on
6389 this host - 1.3.6.1.4.1.2021.4.10
6390 - name: memTotalFree
6391 oid: 1.3.6.1.4.1.2021.4.11
6392 type: gauge
6393 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11
6394 - name: memMinimumSwap
6395 oid: 1.3.6.1.4.1.2021.4.12
6396 type: gauge
6397 help: The minimum amount of swap space expected to be kept free or available during
6398 normal operation of this host - 1.3.6.1.4.1.2021.4.12
6399 - name: memShared
6400 oid: 1.3.6.1.4.1.2021.4.13
6401 type: gauge
6402 help: The total amount of real or virtual memory currently allocated for use as
6403 shared memory - 1.3.6.1.4.1.2021.4.13
6404 - name: memBuffer
6405 oid: 1.3.6.1.4.1.2021.4.14
6406 type: gauge
6407 help: The total amount of real or virtual memory currently allocated for use as
6408 memory buffers - 1.3.6.1.4.1.2021.4.14
6409 - name: memCached
6410 oid: 1.3.6.1.4.1.2021.4.15
6411 type: gauge
6412 help: The total amount of real or virtual memory currently allocated for use as
6413 cached memory - 1.3.6.1.4.1.2021.4.15
6414 - name: memUsedSwapTXT
6415 oid: 1.3.6.1.4.1.2021.4.16
6416 type: gauge
6417 help: The amount of swap space or virtual memory currently being used by text
6418 pages on this host - 1.3.6.1.4.1.2021.4.16
6419 - name: memUsedRealTXT
6420 oid: 1.3.6.1.4.1.2021.4.17
6421 type: gauge
6422 help: The amount of real/physical memory currently being used by text pages on
6423 this host - 1.3.6.1.4.1.2021.4.17
6424 - name: memTotalSwapX
6425 oid: 1.3.6.1.4.1.2021.4.18
6426 type: counter
6427 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18
6428 - name: memAvailSwapX
6429 oid: 1.3.6.1.4.1.2021.4.19
6430 type: counter
6431 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19
6432 - name: memTotalRealX
6433 oid: 1.3.6.1.4.1.2021.4.20
6434 type: counter
6435 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20
6436 - name: memAvailRealX
6437 oid: 1.3.6.1.4.1.2021.4.21
6438 type: counter
6439 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21
6440 - name: memTotalFreeX
6441 oid: 1.3.6.1.4.1.2021.4.22
6442 type: counter
6443 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22
6444 - name: memMinimumSwapX
6445 oid: 1.3.6.1.4.1.2021.4.23
6446 type: counter
6447 help: The minimum amount of swap space expected to be kept free or available during
6448 normal operation of this host - 1.3.6.1.4.1.2021.4.23
6449 - name: memSharedX
6450 oid: 1.3.6.1.4.1.2021.4.24
6451 type: counter
6452 help: The total amount of real or virtual memory currently allocated for use as
6453 shared memory - 1.3.6.1.4.1.2021.4.24
6454 - name: memBufferX
6455 oid: 1.3.6.1.4.1.2021.4.25
6456 type: counter
6457 help: The total amount of real or virtual memory currently allocated for use as
6458 memory buffers - 1.3.6.1.4.1.2021.4.25
6459 - name: memCachedX
6460 oid: 1.3.6.1.4.1.2021.4.26
6461 type: counter
6462 help: The total amount of real or virtual memory currently allocated for use as
6463 cached memory - 1.3.6.1.4.1.2021.4.26
6464 - name: memSwapError
6465 oid: 1.3.6.1.4.1.2021.4.100
6466 type: gauge
6467 help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
6468 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100
6469 enum_values:
6470 0: noError
6471 1: error
6472 - name: memSwapErrorMsg
6473 oid: 1.3.6.1.4.1.2021.4.101
6474 type: DisplayString
6475 help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
6476 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101
6477if_mib:
6478 walk:
6479 - 1.3.6.1.2.1.2
6480 - 1.3.6.1.2.1.31.1.1
6481 get:
6482 - 1.3.6.1.2.1.1.3.0
6483 metrics:
6484 - name: sysUpTime
6485 oid: 1.3.6.1.2.1.1.3
6486 type: gauge
6487 help: The time (in hundredths of a second) since the network management portion
6488 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
6489 - name: ifNumber
6490 oid: 1.3.6.1.2.1.2.1
6491 type: gauge
6492 help: The number of network interfaces (regardless of their current state) present
6493 on this system. - 1.3.6.1.2.1.2.1
6494 - name: ifIndex
6495 oid: 1.3.6.1.2.1.2.2.1.1
6496 type: gauge
6497 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
6498 indexes:
6499 - labelname: ifIndex
6500 type: gauge
6501 lookups:
6502 - labels:
6503 - ifIndex
6504 labelname: ifAlias
6505 oid: 1.3.6.1.2.1.31.1.1.1.18
6506 type: DisplayString
6507 - labels:
6508 - ifIndex
6509 labelname: ifDescr
6510 oid: 1.3.6.1.2.1.2.2.1.2
6511 type: DisplayString
6512 - labels:
6513 - ifIndex
6514 labelname: ifName
6515 oid: 1.3.6.1.2.1.31.1.1.1.1
6516 type: DisplayString
6517 - name: ifType
6518 oid: 1.3.6.1.2.1.2.2.1.3
6519 type: EnumAsInfo
6520 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
6521 indexes:
6522 - labelname: ifIndex
6523 type: gauge
6524 lookups:
6525 - labels:
6526 - ifIndex
6527 labelname: ifAlias
6528 oid: 1.3.6.1.2.1.31.1.1.1.18
6529 type: DisplayString
6530 - labels:
6531 - ifIndex
6532 labelname: ifDescr
6533 oid: 1.3.6.1.2.1.2.2.1.2
6534 type: DisplayString
6535 - labels:
6536 - ifIndex
6537 labelname: ifName
6538 oid: 1.3.6.1.2.1.31.1.1.1.1
6539 type: DisplayString
6540 enum_values:
6541 1: other
6542 2: regular1822
6543 3: hdh1822
6544 4: ddnX25
6545 5: rfc877x25
6546 6: ethernetCsmacd
6547 7: iso88023Csmacd
6548 8: iso88024TokenBus
6549 9: iso88025TokenRing
6550 10: iso88026Man
6551 11: starLan
6552 12: proteon10Mbit
6553 13: proteon80Mbit
6554 14: hyperchannel
6555 15: fddi
6556 16: lapb
6557 17: sdlc
6558 18: ds1
6559 19: e1
6560 20: basicISDN
6561 21: primaryISDN
6562 22: propPointToPointSerial
6563 23: ppp
6564 24: softwareLoopback
6565 25: eon
6566 26: ethernet3Mbit
6567 27: nsip
6568 28: slip
6569 29: ultra
6570 30: ds3
6571 31: sip
6572 32: frameRelay
6573 33: rs232
6574 34: para
6575 35: arcnet
6576 36: arcnetPlus
6577 37: atm
6578 38: miox25
6579 39: sonet
6580 40: x25ple
6581 41: iso88022llc
6582 42: localTalk
6583 43: smdsDxi
6584 44: frameRelayService
6585 45: v35
6586 46: hssi
6587 47: hippi
6588 48: modem
6589 49: aal5
6590 50: sonetPath
6591 51: sonetVT
6592 52: smdsIcip
6593 53: propVirtual
6594 54: propMultiplexor
6595 55: ieee80212
6596 56: fibreChannel
6597 57: hippiInterface
6598 58: frameRelayInterconnect
6599 59: aflane8023
6600 60: aflane8025
6601 61: cctEmul
6602 62: fastEther
6603 63: isdn
6604 64: v11
6605 65: v36
6606 66: g703at64k
6607 67: g703at2mb
6608 68: qllc
6609 69: fastEtherFX
6610 70: channel
6611 71: ieee80211
6612 72: ibm370parChan
6613 73: escon
6614 74: dlsw
6615 75: isdns
6616 76: isdnu
6617 77: lapd
6618 78: ipSwitch
6619 79: rsrb
6620 80: atmLogical
6621 81: ds0
6622 82: ds0Bundle
6623 83: bsc
6624 84: async
6625 85: cnr
6626 86: iso88025Dtr
6627 87: eplrs
6628 88: arap
6629 89: propCnls
6630 90: hostPad
6631 91: termPad
6632 92: frameRelayMPI
6633 93: x213
6634 94: adsl
6635 95: radsl
6636 96: sdsl
6637 97: vdsl
6638 98: iso88025CRFPInt
6639 99: myrinet
6640 100: voiceEM
6641 101: voiceFXO
6642 102: voiceFXS
6643 103: voiceEncap
6644 104: voiceOverIp
6645 105: atmDxi
6646 106: atmFuni
6647 107: atmIma
6648 108: pppMultilinkBundle
6649 109: ipOverCdlc
6650 110: ipOverClaw
6651 111: stackToStack
6652 112: virtualIpAddress
6653 113: mpc
6654 114: ipOverAtm
6655 115: iso88025Fiber
6656 116: tdlc
6657 117: gigabitEthernet
6658 118: hdlc
6659 119: lapf
6660 120: v37
6661 121: x25mlp
6662 122: x25huntGroup
6663 123: transpHdlc
6664 124: interleave
6665 125: fast
6666 126: ip
6667 127: docsCableMaclayer
6668 128: docsCableDownstream
6669 129: docsCableUpstream
6670 130: a12MppSwitch
6671 131: tunnel
6672 132: coffee
6673 133: ces
6674 134: atmSubInterface
6675 135: l2vlan
6676 136: l3ipvlan
6677 137: l3ipxvlan
6678 138: digitalPowerline
6679 139: mediaMailOverIp
6680 140: dtm
6681 141: dcn
6682 142: ipForward
6683 143: msdsl
6684 144: ieee1394
6685 145: if-gsn
6686 146: dvbRccMacLayer
6687 147: dvbRccDownstream
6688 148: dvbRccUpstream
6689 149: atmVirtual
6690 150: mplsTunnel
6691 151: srp
6692 152: voiceOverAtm
6693 153: voiceOverFrameRelay
6694 154: idsl
6695 155: compositeLink
6696 156: ss7SigLink
6697 157: propWirelessP2P
6698 158: frForward
6699 159: rfc1483
6700 160: usb
6701 161: ieee8023adLag
6702 162: bgppolicyaccounting
6703 163: frf16MfrBundle
6704 164: h323Gatekeeper
6705 165: h323Proxy
6706 166: mpls
6707 167: mfSigLink
6708 168: hdsl2
6709 169: shdsl
6710 170: ds1FDL
6711 171: pos
6712 172: dvbAsiIn
6713 173: dvbAsiOut
6714 174: plc
6715 175: nfas
6716 176: tr008
6717 177: gr303RDT
6718 178: gr303IDT
6719 179: isup
6720 180: propDocsWirelessMaclayer
6721 181: propDocsWirelessDownstream
6722 182: propDocsWirelessUpstream
6723 183: hiperlan2
6724 184: propBWAp2Mp
6725 185: sonetOverheadChannel
6726 186: digitalWrapperOverheadChannel
6727 187: aal2
6728 188: radioMAC
6729 189: atmRadio
6730 190: imt
6731 191: mvl
6732 192: reachDSL
6733 193: frDlciEndPt
6734 194: atmVciEndPt
6735 195: opticalChannel
6736 196: opticalTransport
6737 197: propAtm
6738 198: voiceOverCable
6739 199: infiniband
6740 200: teLink
6741 201: q2931
6742 202: virtualTg
6743 203: sipTg
6744 204: sipSig
6745 205: docsCableUpstreamChannel
6746 206: econet
6747 207: pon155
6748 208: pon622
6749 209: bridge
6750 210: linegroup
6751 211: voiceEMFGD
6752 212: voiceFGDEANA
6753 213: voiceDID
6754 214: mpegTransport
6755 215: sixToFour
6756 216: gtp
6757 217: pdnEtherLoop1
6758 218: pdnEtherLoop2
6759 219: opticalChannelGroup
6760 220: homepna
6761 221: gfp
6762 222: ciscoISLvlan
6763 223: actelisMetaLOOP
6764 224: fcipLink
6765 225: rpr
6766 226: qam
6767 227: lmp
6768 228: cblVectaStar
6769 229: docsCableMCmtsDownstream
6770 230: adsl2
6771 231: macSecControlledIF
6772 232: macSecUncontrolledIF
6773 233: aviciOpticalEther
6774 234: atmbond
6775 235: voiceFGDOS
6776 236: mocaVersion1
6777 237: ieee80216WMAN
6778 238: adsl2plus
6779 239: dvbRcsMacLayer
6780 240: dvbTdm
6781 241: dvbRcsTdma
6782 242: x86Laps
6783 243: wwanPP
6784 244: wwanPP2
6785 245: voiceEBS
6786 246: ifPwType
6787 247: ilan
6788 248: pip
6789 249: aluELP
6790 250: gpon
6791 251: vdsl2
6792 252: capwapDot11Profile
6793 253: capwapDot11Bss
6794 254: capwapWtpVirtualRadio
6795 255: bits
6796 256: docsCableUpstreamRfPort
6797 257: cableDownstreamRfPort
6798 258: vmwareVirtualNic
6799 259: ieee802154
6800 260: otnOdu
6801 261: otnOtu
6802 262: ifVfiType
6803 263: g9981
6804 264: g9982
6805 265: g9983
6806 266: aluEpon
6807 267: aluEponOnu
6808 268: aluEponPhysicalUni
6809 269: aluEponLogicalLink
6810 270: aluGponOnu
6811 271: aluGponPhysicalUni
6812 272: vmwareNicTeam
6813 277: docsOfdmDownstream
6814 278: docsOfdmaUpstream
6815 279: gfast
6816 280: sdci
6817 281: xboxWireless
6818 282: fastdsl
6819 283: docsCableScte55d1FwdOob
6820 284: docsCableScte55d1RetOob
6821 285: docsCableScte55d2DsOob
6822 286: docsCableScte55d2UsOob
6823 287: docsCableNdf
6824 288: docsCableNdr
6825 289: ptm
6826 290: ghn
6827 291: otnOtsi
6828 292: otnOtuc
6829 293: otnOduc
6830 294: otnOtsig
6831 295: microwaveCarrierTermination
6832 296: microwaveRadioLinkTerminal
6833 297: ieee8021axDrni
6834 298: ax25
6835 299: ieee19061nanocom
6836 300: cpri
6837 301: omni
6838 302: roe
6839 303: p2pOverLan
6840 - name: ifMtu
6841 oid: 1.3.6.1.2.1.2.2.1.4
6842 type: gauge
6843 help: The size of the largest packet which can be sent/received on the interface,
6844 specified in octets - 1.3.6.1.2.1.2.2.1.4
6845 indexes:
6846 - labelname: ifIndex
6847 type: gauge
6848 lookups:
6849 - labels:
6850 - ifIndex
6851 labelname: ifAlias
6852 oid: 1.3.6.1.2.1.31.1.1.1.18
6853 type: DisplayString
6854 - labels:
6855 - ifIndex
6856 labelname: ifDescr
6857 oid: 1.3.6.1.2.1.2.2.1.2
6858 type: DisplayString
6859 - labels:
6860 - ifIndex
6861 labelname: ifName
6862 oid: 1.3.6.1.2.1.31.1.1.1.1
6863 type: DisplayString
6864 - name: ifSpeed
6865 oid: 1.3.6.1.2.1.2.2.1.5
6866 type: gauge
6867 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
6868 indexes:
6869 - labelname: ifIndex
6870 type: gauge
6871 lookups:
6872 - labels:
6873 - ifIndex
6874 labelname: ifAlias
6875 oid: 1.3.6.1.2.1.31.1.1.1.18
6876 type: DisplayString
6877 - labels:
6878 - ifIndex
6879 labelname: ifDescr
6880 oid: 1.3.6.1.2.1.2.2.1.2
6881 type: DisplayString
6882 - labels:
6883 - ifIndex
6884 labelname: ifName
6885 oid: 1.3.6.1.2.1.31.1.1.1.1
6886 type: DisplayString
6887 - name: ifPhysAddress
6888 oid: 1.3.6.1.2.1.2.2.1.6
6889 type: PhysAddress48
6890 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
6891 indexes:
6892 - labelname: ifIndex
6893 type: gauge
6894 lookups:
6895 - labels:
6896 - ifIndex
6897 labelname: ifAlias
6898 oid: 1.3.6.1.2.1.31.1.1.1.18
6899 type: DisplayString
6900 - labels:
6901 - ifIndex
6902 labelname: ifDescr
6903 oid: 1.3.6.1.2.1.2.2.1.2
6904 type: DisplayString
6905 - labels:
6906 - ifIndex
6907 labelname: ifName
6908 oid: 1.3.6.1.2.1.31.1.1.1.1
6909 type: DisplayString
6910 - name: ifAdminStatus
6911 oid: 1.3.6.1.2.1.2.2.1.7
6912 type: gauge
6913 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
6914 indexes:
6915 - labelname: ifIndex
6916 type: gauge
6917 lookups:
6918 - labels:
6919 - ifIndex
6920 labelname: ifAlias
6921 oid: 1.3.6.1.2.1.31.1.1.1.18
6922 type: DisplayString
6923 - labels:
6924 - ifIndex
6925 labelname: ifDescr
6926 oid: 1.3.6.1.2.1.2.2.1.2
6927 type: DisplayString
6928 - labels:
6929 - ifIndex
6930 labelname: ifName
6931 oid: 1.3.6.1.2.1.31.1.1.1.1
6932 type: DisplayString
6933 enum_values:
6934 1: up
6935 2: down
6936 3: testing
6937 - name: ifOperStatus
6938 oid: 1.3.6.1.2.1.2.2.1.8
6939 type: gauge
6940 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
6941 indexes:
6942 - labelname: ifIndex
6943 type: gauge
6944 lookups:
6945 - labels:
6946 - ifIndex
6947 labelname: ifAlias
6948 oid: 1.3.6.1.2.1.31.1.1.1.18
6949 type: DisplayString
6950 - labels:
6951 - ifIndex
6952 labelname: ifDescr
6953 oid: 1.3.6.1.2.1.2.2.1.2
6954 type: DisplayString
6955 - labels:
6956 - ifIndex
6957 labelname: ifName
6958 oid: 1.3.6.1.2.1.31.1.1.1.1
6959 type: DisplayString
6960 enum_values:
6961 1: up
6962 2: down
6963 3: testing
6964 4: unknown
6965 5: dormant
6966 6: notPresent
6967 7: lowerLayerDown
6968 - name: ifLastChange
6969 oid: 1.3.6.1.2.1.2.2.1.9
6970 type: gauge
6971 help: The value of sysUpTime at the time the interface entered its current operational
6972 state - 1.3.6.1.2.1.2.2.1.9
6973 indexes:
6974 - labelname: ifIndex
6975 type: gauge
6976 lookups:
6977 - labels:
6978 - ifIndex
6979 labelname: ifAlias
6980 oid: 1.3.6.1.2.1.31.1.1.1.18
6981 type: DisplayString
6982 - labels:
6983 - ifIndex
6984 labelname: ifDescr
6985 oid: 1.3.6.1.2.1.2.2.1.2
6986 type: DisplayString
6987 - labels:
6988 - ifIndex
6989 labelname: ifName
6990 oid: 1.3.6.1.2.1.31.1.1.1.1
6991 type: DisplayString
6992 - name: ifInOctets
6993 oid: 1.3.6.1.2.1.2.2.1.10
6994 type: counter
6995 help: The total number of octets received on the interface, including framing
6996 characters - 1.3.6.1.2.1.2.2.1.10
6997 indexes:
6998 - labelname: ifIndex
6999 type: gauge
7000 lookups:
7001 - labels:
7002 - ifIndex
7003 labelname: ifAlias
7004 oid: 1.3.6.1.2.1.31.1.1.1.18
7005 type: DisplayString
7006 - labels:
7007 - ifIndex
7008 labelname: ifDescr
7009 oid: 1.3.6.1.2.1.2.2.1.2
7010 type: DisplayString
7011 - labels:
7012 - ifIndex
7013 labelname: ifName
7014 oid: 1.3.6.1.2.1.31.1.1.1.1
7015 type: DisplayString
7016 - name: ifInUcastPkts
7017 oid: 1.3.6.1.2.1.2.2.1.11
7018 type: counter
7019 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7020 which were not addressed to a multicast or broadcast address at this sub-layer
7021 - 1.3.6.1.2.1.2.2.1.11
7022 indexes:
7023 - labelname: ifIndex
7024 type: gauge
7025 lookups:
7026 - labels:
7027 - ifIndex
7028 labelname: ifAlias
7029 oid: 1.3.6.1.2.1.31.1.1.1.18
7030 type: DisplayString
7031 - labels:
7032 - ifIndex
7033 labelname: ifDescr
7034 oid: 1.3.6.1.2.1.2.2.1.2
7035 type: DisplayString
7036 - labels:
7037 - ifIndex
7038 labelname: ifName
7039 oid: 1.3.6.1.2.1.31.1.1.1.1
7040 type: DisplayString
7041 - name: ifInNUcastPkts
7042 oid: 1.3.6.1.2.1.2.2.1.12
7043 type: counter
7044 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7045 which were addressed to a multicast or broadcast address at this sub-layer -
7046 1.3.6.1.2.1.2.2.1.12
7047 indexes:
7048 - labelname: ifIndex
7049 type: gauge
7050 lookups:
7051 - labels:
7052 - ifIndex
7053 labelname: ifAlias
7054 oid: 1.3.6.1.2.1.31.1.1.1.18
7055 type: DisplayString
7056 - labels:
7057 - ifIndex
7058 labelname: ifDescr
7059 oid: 1.3.6.1.2.1.2.2.1.2
7060 type: DisplayString
7061 - labels:
7062 - ifIndex
7063 labelname: ifName
7064 oid: 1.3.6.1.2.1.31.1.1.1.1
7065 type: DisplayString
7066 - name: ifInDiscards
7067 oid: 1.3.6.1.2.1.2.2.1.13
7068 type: counter
7069 help: The number of inbound packets which were chosen to be discarded even though
7070 no errors had been detected to prevent their being deliverable to a higher-layer
7071 protocol - 1.3.6.1.2.1.2.2.1.13
7072 indexes:
7073 - labelname: ifIndex
7074 type: gauge
7075 lookups:
7076 - labels:
7077 - ifIndex
7078 labelname: ifAlias
7079 oid: 1.3.6.1.2.1.31.1.1.1.18
7080 type: DisplayString
7081 - labels:
7082 - ifIndex
7083 labelname: ifDescr
7084 oid: 1.3.6.1.2.1.2.2.1.2
7085 type: DisplayString
7086 - labels:
7087 - ifIndex
7088 labelname: ifName
7089 oid: 1.3.6.1.2.1.31.1.1.1.1
7090 type: DisplayString
7091 - name: ifInErrors
7092 oid: 1.3.6.1.2.1.2.2.1.14
7093 type: counter
7094 help: For packet-oriented interfaces, the number of inbound packets that contained
7095 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
7096 indexes:
7097 - labelname: ifIndex
7098 type: gauge
7099 lookups:
7100 - labels:
7101 - ifIndex
7102 labelname: ifAlias
7103 oid: 1.3.6.1.2.1.31.1.1.1.18
7104 type: DisplayString
7105 - labels:
7106 - ifIndex
7107 labelname: ifDescr
7108 oid: 1.3.6.1.2.1.2.2.1.2
7109 type: DisplayString
7110 - labels:
7111 - ifIndex
7112 labelname: ifName
7113 oid: 1.3.6.1.2.1.31.1.1.1.1
7114 type: DisplayString
7115 - name: ifInUnknownProtos
7116 oid: 1.3.6.1.2.1.2.2.1.15
7117 type: counter
7118 help: For packet-oriented interfaces, the number of packets received via the interface
7119 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
7120 indexes:
7121 - labelname: ifIndex
7122 type: gauge
7123 lookups:
7124 - labels:
7125 - ifIndex
7126 labelname: ifAlias
7127 oid: 1.3.6.1.2.1.31.1.1.1.18
7128 type: DisplayString
7129 - labels:
7130 - ifIndex
7131 labelname: ifDescr
7132 oid: 1.3.6.1.2.1.2.2.1.2
7133 type: DisplayString
7134 - labels:
7135 - ifIndex
7136 labelname: ifName
7137 oid: 1.3.6.1.2.1.31.1.1.1.1
7138 type: DisplayString
7139 - name: ifOutOctets
7140 oid: 1.3.6.1.2.1.2.2.1.16
7141 type: counter
7142 help: The total number of octets transmitted out of the interface, including framing
7143 characters - 1.3.6.1.2.1.2.2.1.16
7144 indexes:
7145 - labelname: ifIndex
7146 type: gauge
7147 lookups:
7148 - labels:
7149 - ifIndex
7150 labelname: ifAlias
7151 oid: 1.3.6.1.2.1.31.1.1.1.18
7152 type: DisplayString
7153 - labels:
7154 - ifIndex
7155 labelname: ifDescr
7156 oid: 1.3.6.1.2.1.2.2.1.2
7157 type: DisplayString
7158 - labels:
7159 - ifIndex
7160 labelname: ifName
7161 oid: 1.3.6.1.2.1.31.1.1.1.1
7162 type: DisplayString
7163 - name: ifOutUcastPkts
7164 oid: 1.3.6.1.2.1.2.2.1.17
7165 type: counter
7166 help: The total number of packets that higher-level protocols requested be transmitted,
7167 and which were not addressed to a multicast or broadcast address at this sub-layer,
7168 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
7169 indexes:
7170 - labelname: ifIndex
7171 type: gauge
7172 lookups:
7173 - labels:
7174 - ifIndex
7175 labelname: ifAlias
7176 oid: 1.3.6.1.2.1.31.1.1.1.18
7177 type: DisplayString
7178 - labels:
7179 - ifIndex
7180 labelname: ifDescr
7181 oid: 1.3.6.1.2.1.2.2.1.2
7182 type: DisplayString
7183 - labels:
7184 - ifIndex
7185 labelname: ifName
7186 oid: 1.3.6.1.2.1.31.1.1.1.1
7187 type: DisplayString
7188 - name: ifOutNUcastPkts
7189 oid: 1.3.6.1.2.1.2.2.1.18
7190 type: counter
7191 help: The total number of packets that higher-level protocols requested be transmitted,
7192 and which were addressed to a multicast or broadcast address at this sub-layer,
7193 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
7194 indexes:
7195 - labelname: ifIndex
7196 type: gauge
7197 lookups:
7198 - labels:
7199 - ifIndex
7200 labelname: ifAlias
7201 oid: 1.3.6.1.2.1.31.1.1.1.18
7202 type: DisplayString
7203 - labels:
7204 - ifIndex
7205 labelname: ifDescr
7206 oid: 1.3.6.1.2.1.2.2.1.2
7207 type: DisplayString
7208 - labels:
7209 - ifIndex
7210 labelname: ifName
7211 oid: 1.3.6.1.2.1.31.1.1.1.1
7212 type: DisplayString
7213 - name: ifOutDiscards
7214 oid: 1.3.6.1.2.1.2.2.1.19
7215 type: counter
7216 help: The number of outbound packets which were chosen to be discarded even though
7217 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
7218 indexes:
7219 - labelname: ifIndex
7220 type: gauge
7221 lookups:
7222 - labels:
7223 - ifIndex
7224 labelname: ifAlias
7225 oid: 1.3.6.1.2.1.31.1.1.1.18
7226 type: DisplayString
7227 - labels:
7228 - ifIndex
7229 labelname: ifDescr
7230 oid: 1.3.6.1.2.1.2.2.1.2
7231 type: DisplayString
7232 - labels:
7233 - ifIndex
7234 labelname: ifName
7235 oid: 1.3.6.1.2.1.31.1.1.1.1
7236 type: DisplayString
7237 - name: ifOutErrors
7238 oid: 1.3.6.1.2.1.2.2.1.20
7239 type: counter
7240 help: For packet-oriented interfaces, the number of outbound packets that could
7241 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
7242 indexes:
7243 - labelname: ifIndex
7244 type: gauge
7245 lookups:
7246 - labels:
7247 - ifIndex
7248 labelname: ifAlias
7249 oid: 1.3.6.1.2.1.31.1.1.1.18
7250 type: DisplayString
7251 - labels:
7252 - ifIndex
7253 labelname: ifDescr
7254 oid: 1.3.6.1.2.1.2.2.1.2
7255 type: DisplayString
7256 - labels:
7257 - ifIndex
7258 labelname: ifName
7259 oid: 1.3.6.1.2.1.31.1.1.1.1
7260 type: DisplayString
7261 - name: ifOutQLen
7262 oid: 1.3.6.1.2.1.2.2.1.21
7263 type: gauge
7264 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
7265 indexes:
7266 - labelname: ifIndex
7267 type: gauge
7268 lookups:
7269 - labels:
7270 - ifIndex
7271 labelname: ifAlias
7272 oid: 1.3.6.1.2.1.31.1.1.1.18
7273 type: DisplayString
7274 - labels:
7275 - ifIndex
7276 labelname: ifDescr
7277 oid: 1.3.6.1.2.1.2.2.1.2
7278 type: DisplayString
7279 - labels:
7280 - ifIndex
7281 labelname: ifName
7282 oid: 1.3.6.1.2.1.31.1.1.1.1
7283 type: DisplayString
7284 - name: ifSpecific
7285 oid: 1.3.6.1.2.1.2.2.1.22
7286 type: OctetString
7287 help: A reference to MIB definitions specific to the particular media being used
7288 to realize the interface - 1.3.6.1.2.1.2.2.1.22
7289 indexes:
7290 - labelname: ifIndex
7291 type: gauge
7292 lookups:
7293 - labels:
7294 - ifIndex
7295 labelname: ifAlias
7296 oid: 1.3.6.1.2.1.31.1.1.1.18
7297 type: DisplayString
7298 - labels:
7299 - ifIndex
7300 labelname: ifDescr
7301 oid: 1.3.6.1.2.1.2.2.1.2
7302 type: DisplayString
7303 - labels:
7304 - ifIndex
7305 labelname: ifName
7306 oid: 1.3.6.1.2.1.31.1.1.1.1
7307 type: DisplayString
7308 - name: ifInMulticastPkts
7309 oid: 1.3.6.1.2.1.31.1.1.1.2
7310 type: counter
7311 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7312 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
7313 indexes:
7314 - labelname: ifIndex
7315 type: gauge
7316 lookups:
7317 - labels:
7318 - ifIndex
7319 labelname: ifAlias
7320 oid: 1.3.6.1.2.1.31.1.1.1.18
7321 type: DisplayString
7322 - labels:
7323 - ifIndex
7324 labelname: ifDescr
7325 oid: 1.3.6.1.2.1.2.2.1.2
7326 type: DisplayString
7327 - labels:
7328 - ifIndex
7329 labelname: ifName
7330 oid: 1.3.6.1.2.1.31.1.1.1.1
7331 type: DisplayString
7332 - name: ifInBroadcastPkts
7333 oid: 1.3.6.1.2.1.31.1.1.1.3
7334 type: counter
7335 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7336 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
7337 indexes:
7338 - labelname: ifIndex
7339 type: gauge
7340 lookups:
7341 - labels:
7342 - ifIndex
7343 labelname: ifAlias
7344 oid: 1.3.6.1.2.1.31.1.1.1.18
7345 type: DisplayString
7346 - labels:
7347 - ifIndex
7348 labelname: ifDescr
7349 oid: 1.3.6.1.2.1.2.2.1.2
7350 type: DisplayString
7351 - labels:
7352 - ifIndex
7353 labelname: ifName
7354 oid: 1.3.6.1.2.1.31.1.1.1.1
7355 type: DisplayString
7356 - name: ifOutMulticastPkts
7357 oid: 1.3.6.1.2.1.31.1.1.1.4
7358 type: counter
7359 help: The total number of packets that higher-level protocols requested be transmitted,
7360 and which were addressed to a multicast address at this sub-layer, including
7361 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
7362 indexes:
7363 - labelname: ifIndex
7364 type: gauge
7365 lookups:
7366 - labels:
7367 - ifIndex
7368 labelname: ifAlias
7369 oid: 1.3.6.1.2.1.31.1.1.1.18
7370 type: DisplayString
7371 - labels:
7372 - ifIndex
7373 labelname: ifDescr
7374 oid: 1.3.6.1.2.1.2.2.1.2
7375 type: DisplayString
7376 - labels:
7377 - ifIndex
7378 labelname: ifName
7379 oid: 1.3.6.1.2.1.31.1.1.1.1
7380 type: DisplayString
7381 - name: ifOutBroadcastPkts
7382 oid: 1.3.6.1.2.1.31.1.1.1.5
7383 type: counter
7384 help: The total number of packets that higher-level protocols requested be transmitted,
7385 and which were addressed to a broadcast address at this sub-layer, including
7386 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
7387 indexes:
7388 - labelname: ifIndex
7389 type: gauge
7390 lookups:
7391 - labels:
7392 - ifIndex
7393 labelname: ifAlias
7394 oid: 1.3.6.1.2.1.31.1.1.1.18
7395 type: DisplayString
7396 - labels:
7397 - ifIndex
7398 labelname: ifDescr
7399 oid: 1.3.6.1.2.1.2.2.1.2
7400 type: DisplayString
7401 - labels:
7402 - ifIndex
7403 labelname: ifName
7404 oid: 1.3.6.1.2.1.31.1.1.1.1
7405 type: DisplayString
7406 - name: ifHCInOctets
7407 oid: 1.3.6.1.2.1.31.1.1.1.6
7408 type: counter
7409 help: The total number of octets received on the interface, including framing
7410 characters - 1.3.6.1.2.1.31.1.1.1.6
7411 indexes:
7412 - labelname: ifIndex
7413 type: gauge
7414 lookups:
7415 - labels:
7416 - ifIndex
7417 labelname: ifAlias
7418 oid: 1.3.6.1.2.1.31.1.1.1.18
7419 type: DisplayString
7420 - labels:
7421 - ifIndex
7422 labelname: ifDescr
7423 oid: 1.3.6.1.2.1.2.2.1.2
7424 type: DisplayString
7425 - labels:
7426 - ifIndex
7427 labelname: ifName
7428 oid: 1.3.6.1.2.1.31.1.1.1.1
7429 type: DisplayString
7430 - name: ifHCInUcastPkts
7431 oid: 1.3.6.1.2.1.31.1.1.1.7
7432 type: counter
7433 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7434 which were not addressed to a multicast or broadcast address at this sub-layer
7435 - 1.3.6.1.2.1.31.1.1.1.7
7436 indexes:
7437 - labelname: ifIndex
7438 type: gauge
7439 lookups:
7440 - labels:
7441 - ifIndex
7442 labelname: ifAlias
7443 oid: 1.3.6.1.2.1.31.1.1.1.18
7444 type: DisplayString
7445 - labels:
7446 - ifIndex
7447 labelname: ifDescr
7448 oid: 1.3.6.1.2.1.2.2.1.2
7449 type: DisplayString
7450 - labels:
7451 - ifIndex
7452 labelname: ifName
7453 oid: 1.3.6.1.2.1.31.1.1.1.1
7454 type: DisplayString
7455 - name: ifHCInMulticastPkts
7456 oid: 1.3.6.1.2.1.31.1.1.1.8
7457 type: counter
7458 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7459 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
7460 indexes:
7461 - labelname: ifIndex
7462 type: gauge
7463 lookups:
7464 - labels:
7465 - ifIndex
7466 labelname: ifAlias
7467 oid: 1.3.6.1.2.1.31.1.1.1.18
7468 type: DisplayString
7469 - labels:
7470 - ifIndex
7471 labelname: ifDescr
7472 oid: 1.3.6.1.2.1.2.2.1.2
7473 type: DisplayString
7474 - labels:
7475 - ifIndex
7476 labelname: ifName
7477 oid: 1.3.6.1.2.1.31.1.1.1.1
7478 type: DisplayString
7479 - name: ifHCInBroadcastPkts
7480 oid: 1.3.6.1.2.1.31.1.1.1.9
7481 type: counter
7482 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
7483 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
7484 indexes:
7485 - labelname: ifIndex
7486 type: gauge
7487 lookups:
7488 - labels:
7489 - ifIndex
7490 labelname: ifAlias
7491 oid: 1.3.6.1.2.1.31.1.1.1.18
7492 type: DisplayString
7493 - labels:
7494 - ifIndex
7495 labelname: ifDescr
7496 oid: 1.3.6.1.2.1.2.2.1.2
7497 type: DisplayString
7498 - labels:
7499 - ifIndex
7500 labelname: ifName
7501 oid: 1.3.6.1.2.1.31.1.1.1.1
7502 type: DisplayString
7503 - name: ifHCOutOctets
7504 oid: 1.3.6.1.2.1.31.1.1.1.10
7505 type: counter
7506 help: The total number of octets transmitted out of the interface, including framing
7507 characters - 1.3.6.1.2.1.31.1.1.1.10
7508 indexes:
7509 - labelname: ifIndex
7510 type: gauge
7511 lookups:
7512 - labels:
7513 - ifIndex
7514 labelname: ifAlias
7515 oid: 1.3.6.1.2.1.31.1.1.1.18
7516 type: DisplayString
7517 - labels:
7518 - ifIndex
7519 labelname: ifDescr
7520 oid: 1.3.6.1.2.1.2.2.1.2
7521 type: DisplayString
7522 - labels:
7523 - ifIndex
7524 labelname: ifName
7525 oid: 1.3.6.1.2.1.31.1.1.1.1
7526 type: DisplayString
7527 - name: ifHCOutUcastPkts
7528 oid: 1.3.6.1.2.1.31.1.1.1.11
7529 type: counter
7530 help: The total number of packets that higher-level protocols requested be transmitted,
7531 and which were not addressed to a multicast or broadcast address at this sub-layer,
7532 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
7533 indexes:
7534 - labelname: ifIndex
7535 type: gauge
7536 lookups:
7537 - labels:
7538 - ifIndex
7539 labelname: ifAlias
7540 oid: 1.3.6.1.2.1.31.1.1.1.18
7541 type: DisplayString
7542 - labels:
7543 - ifIndex
7544 labelname: ifDescr
7545 oid: 1.3.6.1.2.1.2.2.1.2
7546 type: DisplayString
7547 - labels:
7548 - ifIndex
7549 labelname: ifName
7550 oid: 1.3.6.1.2.1.31.1.1.1.1
7551 type: DisplayString
7552 - name: ifHCOutMulticastPkts
7553 oid: 1.3.6.1.2.1.31.1.1.1.12
7554 type: counter
7555 help: The total number of packets that higher-level protocols requested be transmitted,
7556 and which were addressed to a multicast address at this sub-layer, including
7557 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
7558 indexes:
7559 - labelname: ifIndex
7560 type: gauge
7561 lookups:
7562 - labels:
7563 - ifIndex
7564 labelname: ifAlias
7565 oid: 1.3.6.1.2.1.31.1.1.1.18
7566 type: DisplayString
7567 - labels:
7568 - ifIndex
7569 labelname: ifDescr
7570 oid: 1.3.6.1.2.1.2.2.1.2
7571 type: DisplayString
7572 - labels:
7573 - ifIndex
7574 labelname: ifName
7575 oid: 1.3.6.1.2.1.31.1.1.1.1
7576 type: DisplayString
7577 - name: ifHCOutBroadcastPkts
7578 oid: 1.3.6.1.2.1.31.1.1.1.13
7579 type: counter
7580 help: The total number of packets that higher-level protocols requested be transmitted,
7581 and which were addressed to a broadcast address at this sub-layer, including
7582 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
7583 indexes:
7584 - labelname: ifIndex
7585 type: gauge
7586 lookups:
7587 - labels:
7588 - ifIndex
7589 labelname: ifAlias
7590 oid: 1.3.6.1.2.1.31.1.1.1.18
7591 type: DisplayString
7592 - labels:
7593 - ifIndex
7594 labelname: ifDescr
7595 oid: 1.3.6.1.2.1.2.2.1.2
7596 type: DisplayString
7597 - labels:
7598 - ifIndex
7599 labelname: ifName
7600 oid: 1.3.6.1.2.1.31.1.1.1.1
7601 type: DisplayString
7602 - name: ifLinkUpDownTrapEnable
7603 oid: 1.3.6.1.2.1.31.1.1.1.14
7604 type: gauge
7605 help: Indicates whether linkUp/linkDown traps should be generated for this interface
7606 - 1.3.6.1.2.1.31.1.1.1.14
7607 indexes:
7608 - labelname: ifIndex
7609 type: gauge
7610 lookups:
7611 - labels:
7612 - ifIndex
7613 labelname: ifAlias
7614 oid: 1.3.6.1.2.1.31.1.1.1.18
7615 type: DisplayString
7616 - labels:
7617 - ifIndex
7618 labelname: ifDescr
7619 oid: 1.3.6.1.2.1.2.2.1.2
7620 type: DisplayString
7621 - labels:
7622 - ifIndex
7623 labelname: ifName
7624 oid: 1.3.6.1.2.1.31.1.1.1.1
7625 type: DisplayString
7626 enum_values:
7627 1: enabled
7628 2: disabled
7629 - name: ifHighSpeed
7630 oid: 1.3.6.1.2.1.31.1.1.1.15
7631 type: gauge
7632 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
7633 per second - 1.3.6.1.2.1.31.1.1.1.15
7634 indexes:
7635 - labelname: ifIndex
7636 type: gauge
7637 lookups:
7638 - labels:
7639 - ifIndex
7640 labelname: ifAlias
7641 oid: 1.3.6.1.2.1.31.1.1.1.18
7642 type: DisplayString
7643 - labels:
7644 - ifIndex
7645 labelname: ifDescr
7646 oid: 1.3.6.1.2.1.2.2.1.2
7647 type: DisplayString
7648 - labels:
7649 - ifIndex
7650 labelname: ifName
7651 oid: 1.3.6.1.2.1.31.1.1.1.1
7652 type: DisplayString
7653 - name: ifPromiscuousMode
7654 oid: 1.3.6.1.2.1.31.1.1.1.16
7655 type: gauge
7656 help: This object has a value of false(2) if this interface only accepts packets/frames
7657 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
7658 indexes:
7659 - labelname: ifIndex
7660 type: gauge
7661 lookups:
7662 - labels:
7663 - ifIndex
7664 labelname: ifAlias
7665 oid: 1.3.6.1.2.1.31.1.1.1.18
7666 type: DisplayString
7667 - labels:
7668 - ifIndex
7669 labelname: ifDescr
7670 oid: 1.3.6.1.2.1.2.2.1.2
7671 type: DisplayString
7672 - labels:
7673 - ifIndex
7674 labelname: ifName
7675 oid: 1.3.6.1.2.1.31.1.1.1.1
7676 type: DisplayString
7677 enum_values:
7678 1: "true"
7679 2: "false"
7680 - name: ifConnectorPresent
7681 oid: 1.3.6.1.2.1.31.1.1.1.17
7682 type: gauge
7683 help: This object has the value 'true(1)' if the interface sublayer has a physical
7684 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
7685 indexes:
7686 - labelname: ifIndex
7687 type: gauge
7688 lookups:
7689 - labels:
7690 - ifIndex
7691 labelname: ifAlias
7692 oid: 1.3.6.1.2.1.31.1.1.1.18
7693 type: DisplayString
7694 - labels:
7695 - ifIndex
7696 labelname: ifDescr
7697 oid: 1.3.6.1.2.1.2.2.1.2
7698 type: DisplayString
7699 - labels:
7700 - ifIndex
7701 labelname: ifName
7702 oid: 1.3.6.1.2.1.31.1.1.1.1
7703 type: DisplayString
7704 enum_values:
7705 1: "true"
7706 2: "false"
7707 - name: ifCounterDiscontinuityTime
7708 oid: 1.3.6.1.2.1.31.1.1.1.19
7709 type: gauge
7710 help: The value of sysUpTime on the most recent occasion at which any one or more
7711 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
7712 indexes:
7713 - labelname: ifIndex
7714 type: gauge
7715 lookups:
7716 - labels:
7717 - ifIndex
7718 labelname: ifAlias
7719 oid: 1.3.6.1.2.1.31.1.1.1.18
7720 type: DisplayString
7721 - labels:
7722 - ifIndex
7723 labelname: ifDescr
7724 oid: 1.3.6.1.2.1.2.2.1.2
7725 type: DisplayString
7726 - labels:
7727 - ifIndex
7728 labelname: ifName
7729 oid: 1.3.6.1.2.1.31.1.1.1.1
7730 type: DisplayString
7731infrapower_pdu:
7732 walk:
7733 - 1.3.6.1.4.1.34550.20.2.1.1.1.1
7734 - 1.3.6.1.4.1.34550.20.2.1.1.1.13
7735 - 1.3.6.1.4.1.34550.20.2.1.1.1.14
7736 - 1.3.6.1.4.1.34550.20.2.1.1.1.17
7737 - 1.3.6.1.4.1.34550.20.2.1.1.1.6
7738 - 1.3.6.1.4.1.34550.20.2.1.1.1.7
7739 get:
7740 - 1.3.6.1.2.1.1.3.0
7741 metrics:
7742 - name: sysUpTime
7743 oid: 1.3.6.1.2.1.1.3
7744 type: gauge
7745 help: The time (in hundredths of a second) since the network management portion
7746 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
7747 - name: pduMainLoadVoltage
7748 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.13
7749 type: DisplayString
7750 help: The voltage measured on this PDU in tenth of Volts - 1.3.6.1.4.1.34550.20.2.1.1.1.13
7751 indexes:
7752 - labelname: pduIndex
7753 type: gauge
7754 lookups:
7755 - labels:
7756 - pduIndex
7757 labelname: pduName
7758 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6
7759 type: DisplayString
7760 - labels:
7761 - pduIndex
7762 labelname: pduLocation
7763 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7
7764 type: DisplayString
7765 regex_extracts:
7766 "":
7767 - value: $1.$2
7768 regex: ^(?:(.*)(.))$
7769 - name: pduMainLoadAmp
7770 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.14
7771 type: DisplayString
7772 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
7773 indexes:
7774 - labelname: pduIndex
7775 type: gauge
7776 lookups:
7777 - labels:
7778 - pduIndex
7779 labelname: pduName
7780 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6
7781 type: DisplayString
7782 - labels:
7783 - pduIndex
7784 labelname: pduLocation
7785 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7
7786 type: DisplayString
7787 regex_extracts:
7788 "":
7789 - value: $1.$2
7790 regex: ^(?:(.*)(.))$
7791 - name: pduMainActivePower
7792 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.17
7793 type: DisplayString
7794 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
7795 indexes:
7796 - labelname: pduIndex
7797 type: gauge
7798 lookups:
7799 - labels:
7800 - pduIndex
7801 labelname: pduName
7802 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.6
7803 type: DisplayString
7804 - labels:
7805 - pduIndex
7806 labelname: pduLocation
7807 oid: 1.3.6.1.4.1.34550.20.2.1.1.1.7
7808 type: DisplayString
7809 regex_extracts:
7810 "":
7811 - value: 0$1.$2
7812 regex: ^(?:(\d*?)(\d{2}))$
7813 - value: 0.0$1
7814 regex: ^(?:^(\d))$
7815keepalived:
7816 walk:
7817 - 1.3.6.1.2.1.68.2.4
7818 - 1.3.6.1.4.1.9586.100.5.2.1
7819 - 1.3.6.1.4.1.9586.100.5.2.3
7820 - 1.3.6.1.4.1.9586.100.5.3.1
7821 - 1.3.6.1.4.1.9586.100.5.3.3
7822 - 1.3.6.1.4.1.9586.100.5.3.4
7823 metrics:
7824 - name: vrrpStatsBecomeMaster
7825 oid: 1.3.6.1.2.1.68.2.4.1.1
7826 type: counter
7827 help: The total number of times that this virtual router's state has transitioned
7828 to MASTER. - 1.3.6.1.2.1.68.2.4.1.1
7829 indexes:
7830 - labelname: ifIndex
7831 type: gauge
7832 - labelname: vrrpOperVrId
7833 type: gauge
7834 - name: vrrpStatsAdvertiseRcvd
7835 oid: 1.3.6.1.2.1.68.2.4.1.2
7836 type: counter
7837 help: The total number of VRRP advertisements received by this virtual router.
7838 - 1.3.6.1.2.1.68.2.4.1.2
7839 indexes:
7840 - labelname: ifIndex
7841 type: gauge
7842 - labelname: vrrpOperVrId
7843 type: gauge
7844 - name: vrrpStatsAdvertiseIntervalErrors
7845 oid: 1.3.6.1.2.1.68.2.4.1.3
7846 type: counter
7847 help: The total number of VRRP advertisement packets received for which the advertisement
7848 interval is different than the one configured for the local virtual router.
7849 - 1.3.6.1.2.1.68.2.4.1.3
7850 indexes:
7851 - labelname: ifIndex
7852 type: gauge
7853 - labelname: vrrpOperVrId
7854 type: gauge
7855 - name: vrrpStatsAuthFailures
7856 oid: 1.3.6.1.2.1.68.2.4.1.4
7857 type: counter
7858 help: The total number of VRRP packets received that do not pass the authentication
7859 check. - 1.3.6.1.2.1.68.2.4.1.4
7860 indexes:
7861 - labelname: ifIndex
7862 type: gauge
7863 - labelname: vrrpOperVrId
7864 type: gauge
7865 - name: vrrpStatsIpTtlErrors
7866 oid: 1.3.6.1.2.1.68.2.4.1.5
7867 type: counter
7868 help: The total number of VRRP packets received by the virtual router with IP
7869 TTL (Time-To-Live) not equal to 255. - 1.3.6.1.2.1.68.2.4.1.5
7870 indexes:
7871 - labelname: ifIndex
7872 type: gauge
7873 - labelname: vrrpOperVrId
7874 type: gauge
7875 - name: vrrpStatsPriorityZeroPktsRcvd
7876 oid: 1.3.6.1.2.1.68.2.4.1.6
7877 type: counter
7878 help: The total number of VRRP packets received by the virtual router with a priority
7879 of '0'. - 1.3.6.1.2.1.68.2.4.1.6
7880 indexes:
7881 - labelname: ifIndex
7882 type: gauge
7883 - labelname: vrrpOperVrId
7884 type: gauge
7885 - name: vrrpStatsPriorityZeroPktsSent
7886 oid: 1.3.6.1.2.1.68.2.4.1.7
7887 type: counter
7888 help: The total number of VRRP packets sent by the virtual router with a priority
7889 of '0'. - 1.3.6.1.2.1.68.2.4.1.7
7890 indexes:
7891 - labelname: ifIndex
7892 type: gauge
7893 - labelname: vrrpOperVrId
7894 type: gauge
7895 - name: vrrpStatsInvalidTypePktsRcvd
7896 oid: 1.3.6.1.2.1.68.2.4.1.8
7897 type: counter
7898 help: The number of VRRP packets received by the virtual router with an invalid
7899 value in the 'type' field. - 1.3.6.1.2.1.68.2.4.1.8
7900 indexes:
7901 - labelname: ifIndex
7902 type: gauge
7903 - labelname: vrrpOperVrId
7904 type: gauge
7905 - name: vrrpStatsAddressListErrors
7906 oid: 1.3.6.1.2.1.68.2.4.1.9
7907 type: counter
7908 help: The total number of packets received for which the address list does not
7909 match the locally configured list for the virtual router. - 1.3.6.1.2.1.68.2.4.1.9
7910 indexes:
7911 - labelname: ifIndex
7912 type: gauge
7913 - labelname: vrrpOperVrId
7914 type: gauge
7915 - name: vrrpStatsInvalidAuthType
7916 oid: 1.3.6.1.2.1.68.2.4.1.10
7917 type: counter
7918 help: The total number of packets received with an unknown authentication type.
7919 - 1.3.6.1.2.1.68.2.4.1.10
7920 indexes:
7921 - labelname: ifIndex
7922 type: gauge
7923 - labelname: vrrpOperVrId
7924 type: gauge
7925 - name: vrrpStatsAuthTypeMismatch
7926 oid: 1.3.6.1.2.1.68.2.4.1.11
7927 type: counter
7928 help: The total number of packets received with 'Auth Type' not equal to the locally
7929 configured authentication method (`vrrpOperAuthType'). - 1.3.6.1.2.1.68.2.4.1.11
7930 indexes:
7931 - labelname: ifIndex
7932 type: gauge
7933 - labelname: vrrpOperVrId
7934 type: gauge
7935 - name: vrrpStatsPacketLengthErrors
7936 oid: 1.3.6.1.2.1.68.2.4.1.12
7937 type: counter
7938 help: The total number of packets received with a packet length less than the
7939 length of the VRRP header. - 1.3.6.1.2.1.68.2.4.1.12
7940 indexes:
7941 - labelname: ifIndex
7942 type: gauge
7943 - labelname: vrrpOperVrId
7944 type: gauge
7945 - name: vrrpSyncGroupIndex
7946 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.1
7947 type: gauge
7948 help: Index of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.1
7949 indexes:
7950 - labelname: vrrpSyncGroupIndex
7951 type: gauge
7952 - name: vrrpSyncGroupName
7953 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.2
7954 type: DisplayString
7955 help: Name of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.2
7956 indexes:
7957 - labelname: vrrpSyncGroupIndex
7958 type: gauge
7959 - name: vrrpSyncGroupState
7960 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.3
7961 type: gauge
7962 help: Current state of the synchronisation group. - 1.3.6.1.4.1.9586.100.5.2.1.1.3
7963 indexes:
7964 - labelname: vrrpSyncGroupIndex
7965 type: gauge
7966 enum_values:
7967 0: init
7968 1: backup
7969 2: master
7970 3: fault
7971 4: unknown
7972 5: shutdown
7973 6: deleted
7974 - name: vrrpSyncGroupSmtpAlert
7975 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.4
7976 type: gauge
7977 help: Will SMTP alert be sent for this synchronisation group? - 1.3.6.1.4.1.9586.100.5.2.1.1.4
7978 indexes:
7979 - labelname: vrrpSyncGroupIndex
7980 type: gauge
7981 enum_values:
7982 1: enabled
7983 2: disabled
7984 - name: vrrpSyncGroupNotifyExec
7985 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.5
7986 type: gauge
7987 help: Will we execute notification script for this group? - 1.3.6.1.4.1.9586.100.5.2.1.1.5
7988 indexes:
7989 - labelname: vrrpSyncGroupIndex
7990 type: gauge
7991 enum_values:
7992 1: enabled
7993 2: disabled
7994 - name: vrrpSyncGroupTrackingWeight
7995 oid: 1.3.6.1.4.1.9586.100.5.2.1.1.10
7996 type: gauge
7997 help: Allow differing tracking weights for sync group members - 1.3.6.1.4.1.9586.100.5.2.1.1.10
7998 indexes:
7999 - labelname: vrrpSyncGroupIndex
8000 type: gauge
8001 enum_values:
8002 1: enabled
8003 2: disabled
8004 - name: vrrpInstanceIndex
8005 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.1
8006 type: gauge
8007 help: Index of the VRRP instance - 1.3.6.1.4.1.9586.100.5.2.3.1.1
8008 indexes:
8009 - labelname: vrrpInstanceIndex
8010 type: gauge
8011 enum_values:
8012 0: static
8013 enum_values:
8014 0: static
8015 - name: vrrpInstanceName
8016 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.2
8017 type: DisplayString
8018 help: Name of the VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.2
8019 indexes:
8020 - labelname: vrrpInstanceIndex
8021 type: gauge
8022 enum_values:
8023 0: static
8024 - name: vrrpInstanceVirtualRouterId
8025 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.3
8026 type: gauge
8027 help: Virtual Router ID (VRID) for this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.3
8028 indexes:
8029 - labelname: vrrpInstanceIndex
8030 type: gauge
8031 enum_values:
8032 0: static
8033 - name: vrrpInstanceState
8034 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.4
8035 type: gauge
8036 help: Current state of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.4
8037 indexes:
8038 - labelname: vrrpInstanceIndex
8039 type: gauge
8040 enum_values:
8041 0: static
8042 enum_values:
8043 0: init
8044 1: backup
8045 2: master
8046 3: fault
8047 4: unknown
8048 5: shutdown
8049 6: deleted
8050 - name: vrrpInstanceInitialState
8051 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.5
8052 type: gauge
8053 help: Initial state of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.5
8054 indexes:
8055 - labelname: vrrpInstanceIndex
8056 type: gauge
8057 enum_values:
8058 0: static
8059 enum_values:
8060 0: init
8061 1: backup
8062 2: master
8063 3: fault
8064 4: unknown
8065 5: shutdown
8066 6: deleted
8067 - name: vrrpInstanceWantedState
8068 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.6
8069 type: gauge
8070 help: State wanted by the operator for this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.6
8071 indexes:
8072 - labelname: vrrpInstanceIndex
8073 type: gauge
8074 enum_values:
8075 0: static
8076 enum_values:
8077 0: init
8078 1: backup
8079 2: master
8080 3: fault
8081 4: unknown
8082 5: shutdown
8083 6: deleted
8084 - name: vrrpInstanceBasePriority
8085 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.7
8086 type: gauge
8087 help: Base priority (as defined in the configuration file) for this VRRP instance
8088 - 1.3.6.1.4.1.9586.100.5.2.3.1.7
8089 indexes:
8090 - labelname: vrrpInstanceIndex
8091 type: gauge
8092 enum_values:
8093 0: static
8094 - name: vrrpInstanceEffectivePriority
8095 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.8
8096 type: gauge
8097 help: Effective priority for this VRRP instance - 1.3.6.1.4.1.9586.100.5.2.3.1.8
8098 indexes:
8099 - labelname: vrrpInstanceIndex
8100 type: gauge
8101 enum_values:
8102 0: static
8103 - name: vrrpInstanceVipsStatus
8104 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.9
8105 type: gauge
8106 help: Are all VIP of this VRRP instance enabled? - 1.3.6.1.4.1.9586.100.5.2.3.1.9
8107 indexes:
8108 - labelname: vrrpInstanceIndex
8109 type: gauge
8110 enum_values:
8111 0: static
8112 enum_values:
8113 1: allSet
8114 2: notAllSet
8115 - name: vrrpInstancePrimaryInterface
8116 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.10
8117 type: DisplayString
8118 help: Primary interface of this VRRP instance. - 1.3.6.1.4.1.9586.100.5.2.3.1.10
8119 indexes:
8120 - labelname: vrrpInstanceIndex
8121 type: gauge
8122 enum_values:
8123 0: static
8124 - name: vrrpInstanceTrackPrimaryIf
8125 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.11
8126 type: gauge
8127 help: Do we track the status of the primary interface? - 1.3.6.1.4.1.9586.100.5.2.3.1.11
8128 indexes:
8129 - labelname: vrrpInstanceIndex
8130 type: gauge
8131 enum_values:
8132 0: static
8133 enum_values:
8134 1: tracked
8135 2: notTracked
8136 - name: vrrpInstanceAdvertisementsInt
8137 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.12
8138 type: gauge
8139 help: Delay in seconds between two VRRP advertisements and it is in centiseconds
8140 between two VRRPV3 advertisements - 1.3.6.1.4.1.9586.100.5.2.3.1.12
8141 indexes:
8142 - labelname: vrrpInstanceIndex
8143 type: gauge
8144 enum_values:
8145 0: static
8146 - name: vrrpInstancePreempt
8147 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.13
8148 type: gauge
8149 help: Will a higher priority advertisement preempt a lower instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.13
8150 indexes:
8151 - labelname: vrrpInstanceIndex
8152 type: gauge
8153 enum_values:
8154 0: static
8155 enum_values:
8156 1: preempt
8157 2: noPreempt
8158 - name: vrrpInstancePreemptDelay
8159 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.14
8160 type: gauge
8161 help: Delay after startup or lower priority advert received until preemption can
8162 happen - 1.3.6.1.4.1.9586.100.5.2.3.1.14
8163 indexes:
8164 - labelname: vrrpInstanceIndex
8165 type: gauge
8166 enum_values:
8167 0: static
8168 - name: vrrpInstanceAuthType
8169 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.15
8170 type: gauge
8171 help: VRRPv2 supports authentication method to authenticate other peers - 1.3.6.1.4.1.9586.100.5.2.3.1.15
8172 indexes:
8173 - labelname: vrrpInstanceIndex
8174 type: gauge
8175 enum_values:
8176 0: static
8177 enum_values:
8178 0: none
8179 1: password
8180 2: ah
8181 - name: vrrpInstanceSyncGroup
8182 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.18
8183 type: DisplayString
8184 help: Name of the synchronisation group this VRRP instance belongs, if any. -
8185 1.3.6.1.4.1.9586.100.5.2.3.1.18
8186 indexes:
8187 - labelname: vrrpInstanceIndex
8188 type: gauge
8189 enum_values:
8190 0: static
8191 - name: vrrpInstanceGarpDelay
8192 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.19
8193 type: gauge
8194 help: Delay to launch gratuitous ARP (GARP). - 1.3.6.1.4.1.9586.100.5.2.3.1.19
8195 indexes:
8196 - labelname: vrrpInstanceIndex
8197 type: gauge
8198 enum_values:
8199 0: static
8200 - name: vrrpInstanceSmtpAlert
8201 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.20
8202 type: gauge
8203 help: Will SMTP alert be sent for this VRRP instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.20
8204 indexes:
8205 - labelname: vrrpInstanceIndex
8206 type: gauge
8207 enum_values:
8208 0: static
8209 enum_values:
8210 1: enabled
8211 2: disabled
8212 - name: vrrpInstanceNotifyExec
8213 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.21
8214 type: gauge
8215 help: Will we execute notification script for this instance? - 1.3.6.1.4.1.9586.100.5.2.3.1.21
8216 indexes:
8217 - labelname: vrrpInstanceIndex
8218 type: gauge
8219 enum_values:
8220 0: static
8221 enum_values:
8222 1: enabled
8223 2: disabled
8224 - name: vrrpInstanceAccept
8225 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.27
8226 type: gauge
8227 help: Accept allow the non-master owner to process the packets destined to VIP
8228 and it is supported for only VRRPv3. - 1.3.6.1.4.1.9586.100.5.2.3.1.27
8229 indexes:
8230 - labelname: vrrpInstanceIndex
8231 type: gauge
8232 enum_values:
8233 0: static
8234 enum_values:
8235 1: "true"
8236 2: "false"
8237 - name: vrrpInstancePromoteSecondaries
8238 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.28
8239 type: gauge
8240 help: Set promote_secondaries on interface. - 1.3.6.1.4.1.9586.100.5.2.3.1.28
8241 indexes:
8242 - labelname: vrrpInstanceIndex
8243 type: gauge
8244 enum_values:
8245 0: static
8246 enum_values:
8247 1: "true"
8248 2: "false"
8249 - name: vrrpInstanceUseLinkbeat
8250 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.29
8251 type: gauge
8252 help: Use linkbeat for interface status. - 1.3.6.1.4.1.9586.100.5.2.3.1.29
8253 indexes:
8254 - labelname: vrrpInstanceIndex
8255 type: gauge
8256 enum_values:
8257 0: static
8258 enum_values:
8259 1: "true"
8260 2: "false"
8261 - name: vrrpInstanceVrrpVersion
8262 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.30
8263 type: gauge
8264 help: VRRP protocol version. - 1.3.6.1.4.1.9586.100.5.2.3.1.30
8265 indexes:
8266 - labelname: vrrpInstanceIndex
8267 type: gauge
8268 enum_values:
8269 0: static
8270 enum_values:
8271 2: vrrpv2
8272 3: vrrpv3
8273 - name: vrrpInstanceScriptDeleted
8274 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.32
8275 type: DisplayString
8276 help: Script to execute when the instance is deleted on reload. - 1.3.6.1.4.1.9586.100.5.2.3.1.32
8277 indexes:
8278 - labelname: vrrpInstanceIndex
8279 type: gauge
8280 enum_values:
8281 0: static
8282 - name: vrrpInstanceNotifyDeleted
8283 oid: 1.3.6.1.4.1.9586.100.5.2.3.1.33
8284 type: gauge
8285 help: Send Deleted rather than Fault notifications if instance is deleted on config
8286 reload. - 1.3.6.1.4.1.9586.100.5.2.3.1.33
8287 indexes:
8288 - labelname: vrrpInstanceIndex
8289 type: gauge
8290 enum_values:
8291 0: static
8292 enum_values:
8293 1: "true"
8294 2: "false"
8295 - name: virtualServerGroupIndex
8296 oid: 1.3.6.1.4.1.9586.100.5.3.1.1.1
8297 type: gauge
8298 help: Index of the virtual server group. - 1.3.6.1.4.1.9586.100.5.3.1.1.1
8299 indexes:
8300 - labelname: virtualServerGroupIndex
8301 type: gauge
8302 - name: virtualServerGroupName
8303 oid: 1.3.6.1.4.1.9586.100.5.3.1.1.2
8304 type: DisplayString
8305 help: Name of the virtual server group. - 1.3.6.1.4.1.9586.100.5.3.1.1.2
8306 indexes:
8307 - labelname: virtualServerGroupIndex
8308 type: gauge
8309 - name: virtualServerIndex
8310 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.1
8311 type: gauge
8312 help: Index of the virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.1
8313 indexes:
8314 - labelname: virtualServerIndex
8315 type: gauge
8316 - name: virtualServerType
8317 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.2
8318 type: gauge
8319 help: Type of virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.2
8320 indexes:
8321 - labelname: virtualServerIndex
8322 type: gauge
8323 enum_values:
8324 1: fwmark
8325 2: ip
8326 3: group
8327 - name: virtualServerNameOfGroup
8328 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.3
8329 type: DisplayString
8330 help: If the virtual is defined from a group, this is the name of the group. -
8331 1.3.6.1.4.1.9586.100.5.3.3.1.3
8332 indexes:
8333 - labelname: virtualServerIndex
8334 type: gauge
8335 - name: virtualServerFwMark
8336 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.4
8337 type: gauge
8338 help: If the virtual server is defined from a firewall mark, this is the value
8339 of the mark - 1.3.6.1.4.1.9586.100.5.3.3.1.4
8340 indexes:
8341 - labelname: virtualServerIndex
8342 type: gauge
8343 - name: virtualServerAddrType
8344 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.5
8345 type: gauge
8346 help: If the virtual server is defined from an IP, this is the address family
8347 - 1.3.6.1.4.1.9586.100.5.3.3.1.5
8348 indexes:
8349 - labelname: virtualServerIndex
8350 type: gauge
8351 enum_values:
8352 0: unknown
8353 1: ipv4
8354 2: ipv6
8355 3: ipv4z
8356 4: ipv6z
8357 16: dns
8358 - name: virtualServerAddress
8359 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.6
8360 type: InetAddress
8361 help: If the virtual server is defined from an IP address, this is the value of
8362 the IP - 1.3.6.1.4.1.9586.100.5.3.3.1.6
8363 indexes:
8364 - labelname: virtualServerIndex
8365 type: gauge
8366 - name: virtualServerPort
8367 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.7
8368 type: gauge
8369 help: If the virtual server is defined from an IP, this is the value of the port
8370 to listen for requests - 1.3.6.1.4.1.9586.100.5.3.3.1.7
8371 indexes:
8372 - labelname: virtualServerIndex
8373 type: gauge
8374 - name: virtualServerProtocol
8375 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.8
8376 type: gauge
8377 help: Which transport protocol should be used for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.8
8378 indexes:
8379 - labelname: virtualServerIndex
8380 type: gauge
8381 enum_values:
8382 1: tcp
8383 2: udp
8384 3: sctp
8385 4: none
8386 - name: virtualServerLoadBalancingAlgo
8387 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.9
8388 type: gauge
8389 help: Which load balancing algorithm (or scheduler) should be used for this virtual
8390 server. - 1.3.6.1.4.1.9586.100.5.3.3.1.9
8391 indexes:
8392 - labelname: virtualServerIndex
8393 type: gauge
8394 enum_values:
8395 1: rr
8396 2: wrr
8397 3: lc
8398 4: wlc
8399 5: lblc
8400 6: lblcr
8401 7: dh
8402 8: sh
8403 9: sed
8404 10: nq
8405 11: fo
8406 12: ovf
8407 13: mh
8408 99: unknown
8409 - name: virtualServerLoadBalancingKind
8410 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.10
8411 type: gauge
8412 help: Default forwarding method to use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.10
8413 indexes:
8414 - labelname: virtualServerIndex
8415 type: gauge
8416 enum_values:
8417 1: nat
8418 2: dr
8419 3: tun
8420 - name: virtualServerStatus
8421 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.11
8422 type: gauge
8423 help: Current status of this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.11
8424 indexes:
8425 - labelname: virtualServerIndex
8426 type: gauge
8427 enum_values:
8428 1: alive
8429 2: dead
8430 - name: virtualServerVirtualHost
8431 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.12
8432 type: DisplayString
8433 help: Virtualhost of this server for HTTP like requests. - 1.3.6.1.4.1.9586.100.5.3.3.1.12
8434 indexes:
8435 - labelname: virtualServerIndex
8436 type: gauge
8437 - name: virtualServerPersist
8438 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.13
8439 type: gauge
8440 help: Is the virtual service persistence enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.13
8441 indexes:
8442 - labelname: virtualServerIndex
8443 type: gauge
8444 enum_values:
8445 1: enabled
8446 2: disabled
8447 - name: virtualServerPersistTimeout
8448 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.14
8449 type: gauge
8450 help: If this virtual service is persistence, what is the timeout. - 1.3.6.1.4.1.9586.100.5.3.3.1.14
8451 indexes:
8452 - labelname: virtualServerIndex
8453 type: gauge
8454 - name: virtualServerPersistGranularity
8455 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.15
8456 type: OctetString
8457 help: Netmask specifying the granularity of the IPv4 persistence mechanism. -
8458 1.3.6.1.4.1.9586.100.5.3.3.1.15
8459 indexes:
8460 - labelname: virtualServerIndex
8461 type: gauge
8462 - name: virtualServerDelayLoop
8463 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.16
8464 type: gauge
8465 help: Delay in seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.3.1.16
8466 indexes:
8467 - labelname: virtualServerIndex
8468 type: gauge
8469 - name: virtualServerHaSuspend
8470 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.17
8471 type: gauge
8472 help: If set to true(1), checks will be suspended if the IP of the virtual server
8473 is currently not set. - 1.3.6.1.4.1.9586.100.5.3.3.1.17
8474 indexes:
8475 - labelname: virtualServerIndex
8476 type: gauge
8477 enum_values:
8478 1: "true"
8479 2: "false"
8480 - name: virtualServerAlpha
8481 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.18
8482 type: gauge
8483 help: Is alpha mode enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.18
8484 indexes:
8485 - labelname: virtualServerIndex
8486 type: gauge
8487 enum_values:
8488 1: enabled
8489 2: disabled
8490 - name: virtualServerOmega
8491 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.19
8492 type: gauge
8493 help: Is omega mode enabled? - 1.3.6.1.4.1.9586.100.5.3.3.1.19
8494 indexes:
8495 - labelname: virtualServerIndex
8496 type: gauge
8497 enum_values:
8498 1: enabled
8499 2: disabled
8500 - name: virtualServerRealServersTotal
8501 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.20
8502 type: gauge
8503 help: Total number of real servers for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.20
8504 indexes:
8505 - labelname: virtualServerIndex
8506 type: gauge
8507 - name: virtualServerRealServersUp
8508 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.21
8509 type: gauge
8510 help: Real servers actually up for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.21
8511 indexes:
8512 - labelname: virtualServerIndex
8513 type: gauge
8514 - name: virtualServerQuorum
8515 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.22
8516 type: gauge
8517 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
8518 indexes:
8519 - labelname: virtualServerIndex
8520 type: gauge
8521 - name: virtualServerQuorumStatus
8522 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.23
8523 type: gauge
8524 help: Current status of the quorum for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.23
8525 indexes:
8526 - labelname: virtualServerIndex
8527 type: gauge
8528 enum_values:
8529 1: met
8530 2: notMet
8531 3: shutdown
8532 - name: virtualServerQuorumUp
8533 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.24
8534 type: DisplayString
8535 help: Command to execute when the quorum is met. - 1.3.6.1.4.1.9586.100.5.3.3.1.24
8536 indexes:
8537 - labelname: virtualServerIndex
8538 type: gauge
8539 - name: virtualServerQuorumDown
8540 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.25
8541 type: DisplayString
8542 help: Command to execute when the quorum is not met. - 1.3.6.1.4.1.9586.100.5.3.3.1.25
8543 indexes:
8544 - labelname: virtualServerIndex
8545 type: gauge
8546 - name: virtualServerHysteresis
8547 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.26
8548 type: gauge
8549 help: Hysteresis with respect to quorum count. - 1.3.6.1.4.1.9586.100.5.3.3.1.26
8550 indexes:
8551 - labelname: virtualServerIndex
8552 type: gauge
8553 - name: virtualServerStatsConns
8554 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.27
8555 type: gauge
8556 help: Total number of connections scheduled for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.27
8557 indexes:
8558 - labelname: virtualServerIndex
8559 type: gauge
8560 - name: virtualServerStatsInPkts
8561 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.28
8562 type: counter
8563 help: Total number of incoming packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.28
8564 indexes:
8565 - labelname: virtualServerIndex
8566 type: gauge
8567 - name: virtualServerStatsOutPkts
8568 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.29
8569 type: counter
8570 help: Total number of outgoing packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.29
8571 indexes:
8572 - labelname: virtualServerIndex
8573 type: gauge
8574 - name: virtualServerStatsInBytes
8575 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.30
8576 type: counter
8577 help: Total number of incoming bytes for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.30
8578 indexes:
8579 - labelname: virtualServerIndex
8580 type: gauge
8581 - name: virtualServerStatsOutBytes
8582 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.31
8583 type: counter
8584 help: Total number of outgoing bytes for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.31
8585 indexes:
8586 - labelname: virtualServerIndex
8587 type: gauge
8588 - name: virtualServerRateCps
8589 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.32
8590 type: gauge
8591 help: Current connection rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.32
8592 indexes:
8593 - labelname: virtualServerIndex
8594 type: gauge
8595 - name: virtualServerRateInPPS
8596 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.33
8597 type: gauge
8598 help: Current in packet rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.33
8599 indexes:
8600 - labelname: virtualServerIndex
8601 type: gauge
8602 - name: virtualServerRateOutPPS
8603 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.34
8604 type: gauge
8605 help: Current out packet rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.34
8606 indexes:
8607 - labelname: virtualServerIndex
8608 type: gauge
8609 - name: virtualServerRateInBPS
8610 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.35
8611 type: gauge
8612 help: Current incoming rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.35
8613 indexes:
8614 - labelname: virtualServerIndex
8615 type: gauge
8616 - name: virtualServerRateOutBPS
8617 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.36
8618 type: gauge
8619 help: Current outgoing rate for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.36
8620 indexes:
8621 - labelname: virtualServerIndex
8622 type: gauge
8623 - name: virtualServerOPS
8624 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.37
8625 type: gauge
8626 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
8627 indexes:
8628 - labelname: virtualServerIndex
8629 type: gauge
8630 enum_values:
8631 1: "true"
8632 2: "false"
8633 - name: virtualServerStatsConns64
8634 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.38
8635 type: counter
8636 help: Total number of connections scheduled for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.38
8637 indexes:
8638 - labelname: virtualServerIndex
8639 type: gauge
8640 - name: virtualServerStatsInPkts64
8641 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.39
8642 type: counter
8643 help: Total number of incoming packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.39
8644 indexes:
8645 - labelname: virtualServerIndex
8646 type: gauge
8647 - name: virtualServerStatsOutPkts64
8648 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.40
8649 type: counter
8650 help: Total number of outgoing packets for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.40
8651 indexes:
8652 - labelname: virtualServerIndex
8653 type: gauge
8654 - name: virtualServerRateCpsLow
8655 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.41
8656 type: gauge
8657 help: Current connection rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.41
8658 indexes:
8659 - labelname: virtualServerIndex
8660 type: gauge
8661 - name: virtualServerRateCpsHigh
8662 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.42
8663 type: gauge
8664 help: Current connection rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.42
8665 indexes:
8666 - labelname: virtualServerIndex
8667 type: gauge
8668 - name: virtualServerRateInPPSLow
8669 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.43
8670 type: gauge
8671 help: Current in packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.43
8672 indexes:
8673 - labelname: virtualServerIndex
8674 type: gauge
8675 - name: virtualServerRateInPPSHigh
8676 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.44
8677 type: gauge
8678 help: Current in packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.44
8679 indexes:
8680 - labelname: virtualServerIndex
8681 type: gauge
8682 - name: virtualServerRateOutPPSLow
8683 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.45
8684 type: gauge
8685 help: Current out packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.45
8686 indexes:
8687 - labelname: virtualServerIndex
8688 type: gauge
8689 - name: virtualServerRateOutPPSHigh
8690 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.46
8691 type: gauge
8692 help: Current out packet rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.46
8693 indexes:
8694 - labelname: virtualServerIndex
8695 type: gauge
8696 - name: virtualServerRateInBPSLow
8697 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.47
8698 type: gauge
8699 help: Current incoming rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.47
8700 indexes:
8701 - labelname: virtualServerIndex
8702 type: gauge
8703 - name: virtualServerRateInBPSHigh
8704 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.48
8705 type: gauge
8706 help: Current incoming rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.48
8707 indexes:
8708 - labelname: virtualServerIndex
8709 type: gauge
8710 - name: virtualServerRateOutBPSLow
8711 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.49
8712 type: gauge
8713 help: Current outgoing rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.49
8714 indexes:
8715 - labelname: virtualServerIndex
8716 type: gauge
8717 - name: virtualServerRateOutBPSHigh
8718 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.50
8719 type: gauge
8720 help: Current outgoing rate for this virtual server - 1.3.6.1.4.1.9586.100.5.3.3.1.50
8721 indexes:
8722 - labelname: virtualServerIndex
8723 type: gauge
8724 - name: virtualServerPersistGranularity6
8725 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.51
8726 type: gauge
8727 help: Netmask specifying the granularity of the IPv6 persistence mechanism. -
8728 1.3.6.1.4.1.9586.100.5.3.3.1.51
8729 indexes:
8730 - labelname: virtualServerIndex
8731 type: gauge
8732 - name: virtualServerHashed
8733 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.52
8734 type: gauge
8735 help: If set to true(1), entries will be hashed. - 1.3.6.1.4.1.9586.100.5.3.3.1.52
8736 indexes:
8737 - labelname: virtualServerIndex
8738 type: gauge
8739 enum_values:
8740 1: "true"
8741 2: "false"
8742 - name: virtualServerSHFallback
8743 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.53
8744 type: gauge
8745 help: If set to true(1), SH scheduler fallback. - 1.3.6.1.4.1.9586.100.5.3.3.1.53
8746 indexes:
8747 - labelname: virtualServerIndex
8748 type: gauge
8749 enum_values:
8750 1: "true"
8751 2: "false"
8752 - name: virtualServerSHPort
8753 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.54
8754 type: gauge
8755 help: If set to true(1), SH scheduler use port. - 1.3.6.1.4.1.9586.100.5.3.3.1.54
8756 indexes:
8757 - labelname: virtualServerIndex
8758 type: gauge
8759 enum_values:
8760 1: "true"
8761 2: "false"
8762 - name: virtualServerSched3
8763 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.55
8764 type: gauge
8765 help: If set to true(1), scheduler flag 3 set. - 1.3.6.1.4.1.9586.100.5.3.3.1.55
8766 indexes:
8767 - labelname: virtualServerIndex
8768 type: gauge
8769 enum_values:
8770 1: "true"
8771 2: "false"
8772 - name: virtualServerActionWhenDown
8773 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.56
8774 type: gauge
8775 help: What action is performed when the real servers are down - 1.3.6.1.4.1.9586.100.5.3.3.1.56
8776 indexes:
8777 - labelname: virtualServerIndex
8778 type: gauge
8779 enum_values:
8780 1: remove
8781 2: inhibit
8782 - name: virtualServerRetry
8783 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.57
8784 type: gauge
8785 help: Default number of retries of checker before marking failed. - 1.3.6.1.4.1.9586.100.5.3.3.1.57
8786 indexes:
8787 - labelname: virtualServerIndex
8788 type: gauge
8789 - name: virtualServerDelayBeforeRetry
8790 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.58
8791 type: gauge
8792 help: Default number of seconds between retrying a checker ofter it has failed.
8793 - 1.3.6.1.4.1.9586.100.5.3.3.1.58
8794 indexes:
8795 - labelname: virtualServerIndex
8796 type: gauge
8797 - name: virtualServerWarmup
8798 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.59
8799 type: gauge
8800 help: Maximum number of seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.3.1.59
8801 indexes:
8802 - labelname: virtualServerIndex
8803 type: gauge
8804 - name: virtualServerWeight
8805 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.60
8806 type: gauge
8807 help: Default wieght for each real server. - 1.3.6.1.4.1.9586.100.5.3.3.1.60
8808 indexes:
8809 - labelname: virtualServerIndex
8810 type: gauge
8811 - name: virtualServerSmtpAlert
8812 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.61
8813 type: gauge
8814 help: Will SMTP alert be sent for this virtual server? - 1.3.6.1.4.1.9586.100.5.3.3.1.61
8815 indexes:
8816 - labelname: virtualServerIndex
8817 type: gauge
8818 enum_values:
8819 1: enabled
8820 2: disabled
8821 - name: virtualServerMHFallback
8822 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.62
8823 type: gauge
8824 help: If set to true(1), MH scheduler fallback. - 1.3.6.1.4.1.9586.100.5.3.3.1.62
8825 indexes:
8826 - labelname: virtualServerIndex
8827 type: gauge
8828 enum_values:
8829 1: "true"
8830 2: "false"
8831 - name: virtualServerMHPort
8832 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.63
8833 type: gauge
8834 help: If set to true(1), MH scheduler use port. - 1.3.6.1.4.1.9586.100.5.3.3.1.63
8835 indexes:
8836 - labelname: virtualServerIndex
8837 type: gauge
8838 enum_values:
8839 1: "true"
8840 2: "false"
8841 - name: virtualServerDelayLoopUsec
8842 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.64
8843 type: gauge
8844 help: Delay in micro-seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.3.1.64
8845 indexes:
8846 - labelname: virtualServerIndex
8847 type: gauge
8848 - name: virtualServerDelayBeforeRetrUsec
8849 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.65
8850 type: gauge
8851 help: Default number of micro-seconds between retrying a checker ofter it has
8852 failed. - 1.3.6.1.4.1.9586.100.5.3.3.1.65
8853 indexes:
8854 - labelname: virtualServerIndex
8855 type: gauge
8856 - name: virtualServerWarmupUsec
8857 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.66
8858 type: gauge
8859 help: Maximum number of micro-seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.3.1.66
8860 indexes:
8861 - labelname: virtualServerIndex
8862 type: gauge
8863 - name: virtualServerConnTimeoutUsec
8864 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.67
8865 type: gauge
8866 help: Maximum number of micro-seconds for checker to establish connection. - 1.3.6.1.4.1.9586.100.5.3.3.1.67
8867 indexes:
8868 - labelname: virtualServerIndex
8869 type: gauge
8870 - name: virtualServerTunnelType
8871 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.68
8872 type: gauge
8873 help: Default forwarding tunnel type use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.68
8874 indexes:
8875 - labelname: virtualServerIndex
8876 type: gauge
8877 enum_values:
8878 1: ipip
8879 2: gue
8880 3: gre
8881 - name: virtualServerTunnelPort
8882 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.69
8883 type: gauge
8884 help: Default forwarding tunnel GUE port use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.69
8885 indexes:
8886 - labelname: virtualServerIndex
8887 type: gauge
8888 - name: virtualServerTunnelCsum
8889 oid: 1.3.6.1.4.1.9586.100.5.3.3.1.70
8890 type: gauge
8891 help: Default forwarding tunnel checksum type use for this virtual server. - 1.3.6.1.4.1.9586.100.5.3.3.1.70
8892 indexes:
8893 - labelname: virtualServerIndex
8894 type: gauge
8895 enum_values:
8896 1: nocsum
8897 2: csum
8898 3: remcsum
8899 - name: realServerIndex
8900 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.1
8901 type: gauge
8902 help: Index of the real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.1
8903 indexes:
8904 - labelname: virtualServerIndex
8905 type: gauge
8906 - labelname: realServerIndex
8907 type: gauge
8908 - name: realServerType
8909 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.2
8910 type: gauge
8911 help: 'Type of real server: either a regular real server or a sorry server. -
8912 1.3.6.1.4.1.9586.100.5.3.4.1.2'
8913 indexes:
8914 - labelname: virtualServerIndex
8915 type: gauge
8916 - labelname: realServerIndex
8917 type: gauge
8918 enum_values:
8919 1: regular
8920 2: sorry
8921 - name: realServerAddrType
8922 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.3
8923 type: gauge
8924 help: Address family for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.3
8925 indexes:
8926 - labelname: virtualServerIndex
8927 type: gauge
8928 - labelname: realServerIndex
8929 type: gauge
8930 enum_values:
8931 0: unknown
8932 1: ipv4
8933 2: ipv6
8934 3: ipv4z
8935 4: ipv6z
8936 16: dns
8937 - name: realServerAddress
8938 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.4
8939 type: InetAddress
8940 help: IP address of this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.4
8941 indexes:
8942 - labelname: virtualServerIndex
8943 type: gauge
8944 - labelname: realServerIndex
8945 type: gauge
8946 - name: realServerPort
8947 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.5
8948 type: gauge
8949 help: Port of the service. - 1.3.6.1.4.1.9586.100.5.3.4.1.5
8950 indexes:
8951 - labelname: virtualServerIndex
8952 type: gauge
8953 - labelname: realServerIndex
8954 type: gauge
8955 - name: realServerStatus
8956 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.6
8957 type: gauge
8958 help: Status of this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.6
8959 indexes:
8960 - labelname: virtualServerIndex
8961 type: gauge
8962 - labelname: realServerIndex
8963 type: gauge
8964 enum_values:
8965 1: alive
8966 2: dead
8967 - name: realServerWeight
8968 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.7
8969 type: gauge
8970 help: Weight of this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.7
8971 indexes:
8972 - labelname: virtualServerIndex
8973 type: gauge
8974 - labelname: realServerIndex
8975 type: gauge
8976 - name: realServerUpperConnectionLimit
8977 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.8
8978 type: gauge
8979 help: Maximum number of connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.8
8980 indexes:
8981 - labelname: virtualServerIndex
8982 type: gauge
8983 - labelname: realServerIndex
8984 type: gauge
8985 - name: realServerLowerConnectionLimit
8986 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.9
8987 type: gauge
8988 help: Minimum number of connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.9
8989 indexes:
8990 - labelname: virtualServerIndex
8991 type: gauge
8992 - labelname: realServerIndex
8993 type: gauge
8994 - name: realServerActionWhenDown
8995 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.10
8996 type: gauge
8997 help: What action is performed when this server is down - 1.3.6.1.4.1.9586.100.5.3.4.1.10
8998 indexes:
8999 - labelname: virtualServerIndex
9000 type: gauge
9001 - labelname: realServerIndex
9002 type: gauge
9003 enum_values:
9004 1: remove
9005 2: inhibit
9006 - name: realServerNotifyUp
9007 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.11
9008 type: DisplayString
9009 help: Command to execute when this server becomes alive. - 1.3.6.1.4.1.9586.100.5.3.4.1.11
9010 indexes:
9011 - labelname: virtualServerIndex
9012 type: gauge
9013 - labelname: realServerIndex
9014 type: gauge
9015 - name: realServerNotifyDown
9016 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.12
9017 type: DisplayString
9018 help: Command to execute when this server becomes dead. - 1.3.6.1.4.1.9586.100.5.3.4.1.12
9019 indexes:
9020 - labelname: virtualServerIndex
9021 type: gauge
9022 - labelname: realServerIndex
9023 type: gauge
9024 - name: realServerFailedChecks
9025 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.13
9026 type: gauge
9027 help: How many failed checks for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.13
9028 indexes:
9029 - labelname: virtualServerIndex
9030 type: gauge
9031 - labelname: realServerIndex
9032 type: gauge
9033 - name: realServerStatsConns
9034 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.14
9035 type: gauge
9036 help: Total number of connections scheduled for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.14
9037 indexes:
9038 - labelname: virtualServerIndex
9039 type: gauge
9040 - labelname: realServerIndex
9041 type: gauge
9042 - name: realServerStatsActiveConns
9043 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.15
9044 type: gauge
9045 help: Current active connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.15
9046 indexes:
9047 - labelname: virtualServerIndex
9048 type: gauge
9049 - labelname: realServerIndex
9050 type: gauge
9051 - name: realServerStatsInactiveConns
9052 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.16
9053 type: gauge
9054 help: Current inactive connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.16
9055 indexes:
9056 - labelname: virtualServerIndex
9057 type: gauge
9058 - labelname: realServerIndex
9059 type: gauge
9060 - name: realServerStatsPersistentConns
9061 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.17
9062 type: gauge
9063 help: Current persistent connections for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.17
9064 indexes:
9065 - labelname: virtualServerIndex
9066 type: gauge
9067 - labelname: realServerIndex
9068 type: gauge
9069 - name: realServerStatsInPkts
9070 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.18
9071 type: counter
9072 help: Total number of incoming packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.18
9073 indexes:
9074 - labelname: virtualServerIndex
9075 type: gauge
9076 - labelname: realServerIndex
9077 type: gauge
9078 - name: realServerStatsOutPkts
9079 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.19
9080 type: counter
9081 help: Total number of outgoing packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.19
9082 indexes:
9083 - labelname: virtualServerIndex
9084 type: gauge
9085 - labelname: realServerIndex
9086 type: gauge
9087 - name: realServerStatsInBytes
9088 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.20
9089 type: counter
9090 help: Total number of incoming bytes for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.20
9091 indexes:
9092 - labelname: virtualServerIndex
9093 type: gauge
9094 - labelname: realServerIndex
9095 type: gauge
9096 - name: realServerStatsOutBytes
9097 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.21
9098 type: counter
9099 help: Total number of outgoing bytes for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.21
9100 indexes:
9101 - labelname: virtualServerIndex
9102 type: gauge
9103 - labelname: realServerIndex
9104 type: gauge
9105 - name: realServerRateCps
9106 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.22
9107 type: gauge
9108 help: Current connection rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.22
9109 indexes:
9110 - labelname: virtualServerIndex
9111 type: gauge
9112 - labelname: realServerIndex
9113 type: gauge
9114 - name: realServerRateInPPS
9115 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.23
9116 type: gauge
9117 help: Current in packet rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.23
9118 indexes:
9119 - labelname: virtualServerIndex
9120 type: gauge
9121 - labelname: realServerIndex
9122 type: gauge
9123 - name: realServerRateOutPPS
9124 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.24
9125 type: gauge
9126 help: Current out packet rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.24
9127 indexes:
9128 - labelname: virtualServerIndex
9129 type: gauge
9130 - labelname: realServerIndex
9131 type: gauge
9132 - name: realServerRateInBPS
9133 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.25
9134 type: gauge
9135 help: Current incoming rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.25
9136 indexes:
9137 - labelname: virtualServerIndex
9138 type: gauge
9139 - labelname: realServerIndex
9140 type: gauge
9141 - name: realServerRateOutBPS
9142 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.26
9143 type: gauge
9144 help: Current outgoing rate for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.26
9145 indexes:
9146 - labelname: virtualServerIndex
9147 type: gauge
9148 - labelname: realServerIndex
9149 type: gauge
9150 - name: realServerStatsConns64
9151 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.27
9152 type: counter
9153 help: Total number of connections scheduled for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.27
9154 indexes:
9155 - labelname: virtualServerIndex
9156 type: gauge
9157 - labelname: realServerIndex
9158 type: gauge
9159 - name: realServerStatsInPkts64
9160 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.28
9161 type: counter
9162 help: Total number of incoming packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.28
9163 indexes:
9164 - labelname: virtualServerIndex
9165 type: gauge
9166 - labelname: realServerIndex
9167 type: gauge
9168 - name: realServerStatsOutPkts64
9169 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.29
9170 type: counter
9171 help: Total number of outgoing packets for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.29
9172 indexes:
9173 - labelname: virtualServerIndex
9174 type: gauge
9175 - labelname: realServerIndex
9176 type: gauge
9177 - name: realServerRateCpsLow
9178 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.30
9179 type: gauge
9180 help: Current connection rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.30
9181 indexes:
9182 - labelname: virtualServerIndex
9183 type: gauge
9184 - labelname: realServerIndex
9185 type: gauge
9186 - name: realServerRateCpsHigh
9187 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.31
9188 type: gauge
9189 help: Current connection rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.31
9190 indexes:
9191 - labelname: virtualServerIndex
9192 type: gauge
9193 - labelname: realServerIndex
9194 type: gauge
9195 - name: realServerRateInPPSLow
9196 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.32
9197 type: gauge
9198 help: Current in packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.32
9199 indexes:
9200 - labelname: virtualServerIndex
9201 type: gauge
9202 - labelname: realServerIndex
9203 type: gauge
9204 - name: realServerRateInPPSHigh
9205 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.33
9206 type: gauge
9207 help: Current in packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.33
9208 indexes:
9209 - labelname: virtualServerIndex
9210 type: gauge
9211 - labelname: realServerIndex
9212 type: gauge
9213 - name: realServerRateOutPPSLow
9214 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.34
9215 type: gauge
9216 help: Current out packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.34
9217 indexes:
9218 - labelname: virtualServerIndex
9219 type: gauge
9220 - labelname: realServerIndex
9221 type: gauge
9222 - name: realServerRateOutPPSHigh
9223 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.35
9224 type: gauge
9225 help: Current out packet rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.35
9226 indexes:
9227 - labelname: virtualServerIndex
9228 type: gauge
9229 - labelname: realServerIndex
9230 type: gauge
9231 - name: realServerRateInBPSLow
9232 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.36
9233 type: gauge
9234 help: Current incoming rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.36
9235 indexes:
9236 - labelname: virtualServerIndex
9237 type: gauge
9238 - labelname: realServerIndex
9239 type: gauge
9240 - name: realServerRateInBPSHigh
9241 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.37
9242 type: gauge
9243 help: Current incoming rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.37
9244 indexes:
9245 - labelname: virtualServerIndex
9246 type: gauge
9247 - labelname: realServerIndex
9248 type: gauge
9249 - name: realServerRateOutBPSLow
9250 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.38
9251 type: gauge
9252 help: Current outgoing rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.38
9253 indexes:
9254 - labelname: virtualServerIndex
9255 type: gauge
9256 - labelname: realServerIndex
9257 type: gauge
9258 - name: realServerRateOutBPSHigh
9259 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.39
9260 type: gauge
9261 help: Current outgoing rate for this real server - 1.3.6.1.4.1.9586.100.5.3.4.1.39
9262 indexes:
9263 - labelname: virtualServerIndex
9264 type: gauge
9265 - labelname: realServerIndex
9266 type: gauge
9267 - name: realServerForwardingMethod
9268 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.40
9269 type: gauge
9270 help: Forwarding method to use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.40
9271 indexes:
9272 - labelname: virtualServerIndex
9273 type: gauge
9274 - labelname: realServerIndex
9275 type: gauge
9276 enum_values:
9277 1: nat
9278 2: dr
9279 3: tun
9280 - name: realServerVirtualHost
9281 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.41
9282 type: DisplayString
9283 help: Virtualhost of this real server for HTTP like requests. - 1.3.6.1.4.1.9586.100.5.3.4.1.41
9284 indexes:
9285 - labelname: virtualServerIndex
9286 type: gauge
9287 - labelname: realServerIndex
9288 type: gauge
9289 - name: realServerAlpha
9290 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.42
9291 type: gauge
9292 help: Is alpha mode enabled? - 1.3.6.1.4.1.9586.100.5.3.4.1.42
9293 indexes:
9294 - labelname: virtualServerIndex
9295 type: gauge
9296 - labelname: realServerIndex
9297 type: gauge
9298 enum_values:
9299 1: enabled
9300 2: disabled
9301 - name: realServerRetry
9302 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.43
9303 type: gauge
9304 help: Default number of retries of checker before marking failed. - 1.3.6.1.4.1.9586.100.5.3.4.1.43
9305 indexes:
9306 - labelname: virtualServerIndex
9307 type: gauge
9308 - labelname: realServerIndex
9309 type: gauge
9310 - name: realServerDelayBeforeRetry
9311 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.44
9312 type: gauge
9313 help: Default number of seconds between retrying a checker after it has failed.
9314 - 1.3.6.1.4.1.9586.100.5.3.4.1.44
9315 indexes:
9316 - labelname: virtualServerIndex
9317 type: gauge
9318 - labelname: realServerIndex
9319 type: gauge
9320 - name: realServerWarmup
9321 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.45
9322 type: gauge
9323 help: Maximum number of seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.4.1.45
9324 indexes:
9325 - labelname: virtualServerIndex
9326 type: gauge
9327 - labelname: realServerIndex
9328 type: gauge
9329 - name: realServerDelayLoop
9330 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.46
9331 type: gauge
9332 help: Delay in seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.4.1.46
9333 indexes:
9334 - labelname: virtualServerIndex
9335 type: gauge
9336 - labelname: realServerIndex
9337 type: gauge
9338 - name: realServerSmtpAlert
9339 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.47
9340 type: gauge
9341 help: Will SMTP alert be sent for this real server? - 1.3.6.1.4.1.9586.100.5.3.4.1.47
9342 indexes:
9343 - labelname: virtualServerIndex
9344 type: gauge
9345 - labelname: realServerIndex
9346 type: gauge
9347 enum_values:
9348 1: enabled
9349 2: disabled
9350 - name: realServerDelayBeforeRetryUsec
9351 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.48
9352 type: gauge
9353 help: Default number of micro-seconds between retrying a checker after it has
9354 failed. - 1.3.6.1.4.1.9586.100.5.3.4.1.48
9355 indexes:
9356 - labelname: virtualServerIndex
9357 type: gauge
9358 - labelname: realServerIndex
9359 type: gauge
9360 - name: realServerWarmupUsec
9361 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.49
9362 type: gauge
9363 help: Maximum number of micro-seconds to delay before running checker. - 1.3.6.1.4.1.9586.100.5.3.4.1.49
9364 indexes:
9365 - labelname: virtualServerIndex
9366 type: gauge
9367 - labelname: realServerIndex
9368 type: gauge
9369 - name: realServerDelayLoopUsec
9370 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.50
9371 type: gauge
9372 help: Delay in micro-seconds between two checks. - 1.3.6.1.4.1.9586.100.5.3.4.1.50
9373 indexes:
9374 - labelname: virtualServerIndex
9375 type: gauge
9376 - labelname: realServerIndex
9377 type: gauge
9378 - name: realServerConnTimeoutUsec
9379 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.51
9380 type: gauge
9381 help: Maximum number of micro-seconds for checker to establish connection. - 1.3.6.1.4.1.9586.100.5.3.4.1.51
9382 indexes:
9383 - labelname: virtualServerIndex
9384 type: gauge
9385 - labelname: realServerIndex
9386 type: gauge
9387 - name: realServerTunnelType
9388 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.52
9389 type: gauge
9390 help: Forwarding tunnel type use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.52
9391 indexes:
9392 - labelname: virtualServerIndex
9393 type: gauge
9394 - labelname: realServerIndex
9395 type: gauge
9396 enum_values:
9397 1: ipip
9398 2: gue
9399 3: gre
9400 - name: realServerTunnelPort
9401 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.53
9402 type: gauge
9403 help: Forwarding tunnel GUE port use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.53
9404 indexes:
9405 - labelname: virtualServerIndex
9406 type: gauge
9407 - labelname: realServerIndex
9408 type: gauge
9409 - name: realServerTunnelCsum
9410 oid: 1.3.6.1.4.1.9586.100.5.3.4.1.54
9411 type: gauge
9412 help: Forwarding tunnel checksum type use for this real server. - 1.3.6.1.4.1.9586.100.5.3.4.1.54
9413 indexes:
9414 - labelname: virtualServerIndex
9415 type: gauge
9416 - labelname: realServerIndex
9417 type: gauge
9418 enum_values:
9419 1: nocsum
9420 2: csum
9421 3: remcsum
9422kemp_loadmaster:
9423 walk:
9424 - 1.3.6.1.2.1.2
9425 - 1.3.6.1.4.1.12196.13.0
9426 - 1.3.6.1.4.1.12196.13.1
9427 - 1.3.6.1.4.1.12196.13.2
9428 - 1.3.6.1.4.1.2021.10.1.2
9429 - 1.3.6.1.4.1.2021.10.1.5
9430 - 1.3.6.1.4.1.2021.4
9431 get:
9432 - 1.3.6.1.2.1.1.3.0
9433 - 1.3.6.1.4.1.2021.11.10.0
9434 - 1.3.6.1.4.1.2021.11.11.0
9435 - 1.3.6.1.4.1.2021.11.9.0
9436 metrics:
9437 - name: sysUpTime
9438 oid: 1.3.6.1.2.1.1.3
9439 type: gauge
9440 help: The time (in hundredths of a second) since the network management portion
9441 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
9442 - name: ifNumber
9443 oid: 1.3.6.1.2.1.2.1
9444 type: gauge
9445 help: The number of network interfaces (regardless of their current state) present
9446 on this system. - 1.3.6.1.2.1.2.1
9447 - name: ifIndex
9448 oid: 1.3.6.1.2.1.2.2.1.1
9449 type: gauge
9450 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
9451 indexes:
9452 - labelname: ifIndex
9453 type: gauge
9454 - name: ifDescr
9455 oid: 1.3.6.1.2.1.2.2.1.2
9456 type: DisplayString
9457 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
9458 indexes:
9459 - labelname: ifIndex
9460 type: gauge
9461 - name: ifType
9462 oid: 1.3.6.1.2.1.2.2.1.3
9463 type: gauge
9464 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
9465 indexes:
9466 - labelname: ifIndex
9467 type: gauge
9468 enum_values:
9469 1: other
9470 2: regular1822
9471 3: hdh1822
9472 4: ddnX25
9473 5: rfc877x25
9474 6: ethernetCsmacd
9475 7: iso88023Csmacd
9476 8: iso88024TokenBus
9477 9: iso88025TokenRing
9478 10: iso88026Man
9479 11: starLan
9480 12: proteon10Mbit
9481 13: proteon80Mbit
9482 14: hyperchannel
9483 15: fddi
9484 16: lapb
9485 17: sdlc
9486 18: ds1
9487 19: e1
9488 20: basicISDN
9489 21: primaryISDN
9490 22: propPointToPointSerial
9491 23: ppp
9492 24: softwareLoopback
9493 25: eon
9494 26: ethernet3Mbit
9495 27: nsip
9496 28: slip
9497 29: ultra
9498 30: ds3
9499 31: sip
9500 32: frameRelay
9501 33: rs232
9502 34: para
9503 35: arcnet
9504 36: arcnetPlus
9505 37: atm
9506 38: miox25
9507 39: sonet
9508 40: x25ple
9509 41: iso88022llc
9510 42: localTalk
9511 43: smdsDxi
9512 44: frameRelayService
9513 45: v35
9514 46: hssi
9515 47: hippi
9516 48: modem
9517 49: aal5
9518 50: sonetPath
9519 51: sonetVT
9520 52: smdsIcip
9521 53: propVirtual
9522 54: propMultiplexor
9523 55: ieee80212
9524 56: fibreChannel
9525 57: hippiInterface
9526 58: frameRelayInterconnect
9527 59: aflane8023
9528 60: aflane8025
9529 61: cctEmul
9530 62: fastEther
9531 63: isdn
9532 64: v11
9533 65: v36
9534 66: g703at64k
9535 67: g703at2mb
9536 68: qllc
9537 69: fastEtherFX
9538 70: channel
9539 71: ieee80211
9540 72: ibm370parChan
9541 73: escon
9542 74: dlsw
9543 75: isdns
9544 76: isdnu
9545 77: lapd
9546 78: ipSwitch
9547 79: rsrb
9548 80: atmLogical
9549 81: ds0
9550 82: ds0Bundle
9551 83: bsc
9552 84: async
9553 85: cnr
9554 86: iso88025Dtr
9555 87: eplrs
9556 88: arap
9557 89: propCnls
9558 90: hostPad
9559 91: termPad
9560 92: frameRelayMPI
9561 93: x213
9562 94: adsl
9563 95: radsl
9564 96: sdsl
9565 97: vdsl
9566 98: iso88025CRFPInt
9567 99: myrinet
9568 100: voiceEM
9569 101: voiceFXO
9570 102: voiceFXS
9571 103: voiceEncap
9572 104: voiceOverIp
9573 105: atmDxi
9574 106: atmFuni
9575 107: atmIma
9576 108: pppMultilinkBundle
9577 109: ipOverCdlc
9578 110: ipOverClaw
9579 111: stackToStack
9580 112: virtualIpAddress
9581 113: mpc
9582 114: ipOverAtm
9583 115: iso88025Fiber
9584 116: tdlc
9585 117: gigabitEthernet
9586 118: hdlc
9587 119: lapf
9588 120: v37
9589 121: x25mlp
9590 122: x25huntGroup
9591 123: transpHdlc
9592 124: interleave
9593 125: fast
9594 126: ip
9595 127: docsCableMaclayer
9596 128: docsCableDownstream
9597 129: docsCableUpstream
9598 130: a12MppSwitch
9599 131: tunnel
9600 132: coffee
9601 133: ces
9602 134: atmSubInterface
9603 135: l2vlan
9604 136: l3ipvlan
9605 137: l3ipxvlan
9606 138: digitalPowerline
9607 139: mediaMailOverIp
9608 140: dtm
9609 141: dcn
9610 142: ipForward
9611 143: msdsl
9612 144: ieee1394
9613 145: if-gsn
9614 146: dvbRccMacLayer
9615 147: dvbRccDownstream
9616 148: dvbRccUpstream
9617 149: atmVirtual
9618 150: mplsTunnel
9619 151: srp
9620 152: voiceOverAtm
9621 153: voiceOverFrameRelay
9622 154: idsl
9623 155: compositeLink
9624 156: ss7SigLink
9625 157: propWirelessP2P
9626 158: frForward
9627 159: rfc1483
9628 160: usb
9629 161: ieee8023adLag
9630 162: bgppolicyaccounting
9631 163: frf16MfrBundle
9632 164: h323Gatekeeper
9633 165: h323Proxy
9634 166: mpls
9635 167: mfSigLink
9636 168: hdsl2
9637 169: shdsl
9638 170: ds1FDL
9639 171: pos
9640 172: dvbAsiIn
9641 173: dvbAsiOut
9642 174: plc
9643 175: nfas
9644 176: tr008
9645 177: gr303RDT
9646 178: gr303IDT
9647 179: isup
9648 180: propDocsWirelessMaclayer
9649 181: propDocsWirelessDownstream
9650 182: propDocsWirelessUpstream
9651 183: hiperlan2
9652 184: propBWAp2Mp
9653 185: sonetOverheadChannel
9654 186: digitalWrapperOverheadChannel
9655 187: aal2
9656 188: radioMAC
9657 189: atmRadio
9658 190: imt
9659 191: mvl
9660 192: reachDSL
9661 193: frDlciEndPt
9662 194: atmVciEndPt
9663 195: opticalChannel
9664 196: opticalTransport
9665 197: propAtm
9666 198: voiceOverCable
9667 199: infiniband
9668 200: teLink
9669 201: q2931
9670 202: virtualTg
9671 203: sipTg
9672 204: sipSig
9673 205: docsCableUpstreamChannel
9674 206: econet
9675 207: pon155
9676 208: pon622
9677 209: bridge
9678 210: linegroup
9679 211: voiceEMFGD
9680 212: voiceFGDEANA
9681 213: voiceDID
9682 214: mpegTransport
9683 215: sixToFour
9684 216: gtp
9685 217: pdnEtherLoop1
9686 218: pdnEtherLoop2
9687 219: opticalChannelGroup
9688 220: homepna
9689 221: gfp
9690 222: ciscoISLvlan
9691 223: actelisMetaLOOP
9692 224: fcipLink
9693 225: rpr
9694 226: qam
9695 227: lmp
9696 228: cblVectaStar
9697 229: docsCableMCmtsDownstream
9698 230: adsl2
9699 231: macSecControlledIF
9700 232: macSecUncontrolledIF
9701 233: aviciOpticalEther
9702 234: atmbond
9703 235: voiceFGDOS
9704 236: mocaVersion1
9705 237: ieee80216WMAN
9706 238: adsl2plus
9707 239: dvbRcsMacLayer
9708 240: dvbTdm
9709 241: dvbRcsTdma
9710 242: x86Laps
9711 243: wwanPP
9712 244: wwanPP2
9713 245: voiceEBS
9714 246: ifPwType
9715 247: ilan
9716 248: pip
9717 249: aluELP
9718 250: gpon
9719 251: vdsl2
9720 252: capwapDot11Profile
9721 253: capwapDot11Bss
9722 254: capwapWtpVirtualRadio
9723 255: bits
9724 256: docsCableUpstreamRfPort
9725 257: cableDownstreamRfPort
9726 258: vmwareVirtualNic
9727 259: ieee802154
9728 260: otnOdu
9729 261: otnOtu
9730 262: ifVfiType
9731 263: g9981
9732 264: g9982
9733 265: g9983
9734 266: aluEpon
9735 267: aluEponOnu
9736 268: aluEponPhysicalUni
9737 269: aluEponLogicalLink
9738 270: aluGponOnu
9739 271: aluGponPhysicalUni
9740 272: vmwareNicTeam
9741 277: docsOfdmDownstream
9742 278: docsOfdmaUpstream
9743 279: gfast
9744 280: sdci
9745 281: xboxWireless
9746 282: fastdsl
9747 283: docsCableScte55d1FwdOob
9748 284: docsCableScte55d1RetOob
9749 285: docsCableScte55d2DsOob
9750 286: docsCableScte55d2UsOob
9751 287: docsCableNdf
9752 288: docsCableNdr
9753 289: ptm
9754 290: ghn
9755 291: otnOtsi
9756 292: otnOtuc
9757 293: otnOduc
9758 294: otnOtsig
9759 295: microwaveCarrierTermination
9760 296: microwaveRadioLinkTerminal
9761 297: ieee8021axDrni
9762 298: ax25
9763 299: ieee19061nanocom
9764 300: cpri
9765 301: omni
9766 302: roe
9767 303: p2pOverLan
9768 - name: ifMtu
9769 oid: 1.3.6.1.2.1.2.2.1.4
9770 type: gauge
9771 help: The size of the largest packet which can be sent/received on the interface,
9772 specified in octets - 1.3.6.1.2.1.2.2.1.4
9773 indexes:
9774 - labelname: ifIndex
9775 type: gauge
9776 - name: ifSpeed
9777 oid: 1.3.6.1.2.1.2.2.1.5
9778 type: gauge
9779 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
9780 indexes:
9781 - labelname: ifIndex
9782 type: gauge
9783 - name: ifPhysAddress
9784 oid: 1.3.6.1.2.1.2.2.1.6
9785 type: PhysAddress48
9786 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
9787 indexes:
9788 - labelname: ifIndex
9789 type: gauge
9790 - name: ifAdminStatus
9791 oid: 1.3.6.1.2.1.2.2.1.7
9792 type: gauge
9793 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
9794 indexes:
9795 - labelname: ifIndex
9796 type: gauge
9797 enum_values:
9798 1: up
9799 2: down
9800 3: testing
9801 - name: ifOperStatus
9802 oid: 1.3.6.1.2.1.2.2.1.8
9803 type: gauge
9804 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
9805 indexes:
9806 - labelname: ifIndex
9807 type: gauge
9808 enum_values:
9809 1: up
9810 2: down
9811 3: testing
9812 4: unknown
9813 5: dormant
9814 6: notPresent
9815 7: lowerLayerDown
9816 - name: ifLastChange
9817 oid: 1.3.6.1.2.1.2.2.1.9
9818 type: gauge
9819 help: The value of sysUpTime at the time the interface entered its current operational
9820 state - 1.3.6.1.2.1.2.2.1.9
9821 indexes:
9822 - labelname: ifIndex
9823 type: gauge
9824 - name: ifInOctets
9825 oid: 1.3.6.1.2.1.2.2.1.10
9826 type: counter
9827 help: The total number of octets received on the interface, including framing
9828 characters - 1.3.6.1.2.1.2.2.1.10
9829 indexes:
9830 - labelname: ifIndex
9831 type: gauge
9832 - name: ifInUcastPkts
9833 oid: 1.3.6.1.2.1.2.2.1.11
9834 type: counter
9835 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
9836 which were not addressed to a multicast or broadcast address at this sub-layer
9837 - 1.3.6.1.2.1.2.2.1.11
9838 indexes:
9839 - labelname: ifIndex
9840 type: gauge
9841 - name: ifInNUcastPkts
9842 oid: 1.3.6.1.2.1.2.2.1.12
9843 type: counter
9844 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
9845 which were addressed to a multicast or broadcast address at this sub-layer -
9846 1.3.6.1.2.1.2.2.1.12
9847 indexes:
9848 - labelname: ifIndex
9849 type: gauge
9850 - name: ifInDiscards
9851 oid: 1.3.6.1.2.1.2.2.1.13
9852 type: counter
9853 help: The number of inbound packets which were chosen to be discarded even though
9854 no errors had been detected to prevent their being deliverable to a higher-layer
9855 protocol - 1.3.6.1.2.1.2.2.1.13
9856 indexes:
9857 - labelname: ifIndex
9858 type: gauge
9859 - name: ifInErrors
9860 oid: 1.3.6.1.2.1.2.2.1.14
9861 type: counter
9862 help: For packet-oriented interfaces, the number of inbound packets that contained
9863 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
9864 indexes:
9865 - labelname: ifIndex
9866 type: gauge
9867 - name: ifInUnknownProtos
9868 oid: 1.3.6.1.2.1.2.2.1.15
9869 type: counter
9870 help: For packet-oriented interfaces, the number of packets received via the interface
9871 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
9872 indexes:
9873 - labelname: ifIndex
9874 type: gauge
9875 - name: ifOutOctets
9876 oid: 1.3.6.1.2.1.2.2.1.16
9877 type: counter
9878 help: The total number of octets transmitted out of the interface, including framing
9879 characters - 1.3.6.1.2.1.2.2.1.16
9880 indexes:
9881 - labelname: ifIndex
9882 type: gauge
9883 - name: ifOutUcastPkts
9884 oid: 1.3.6.1.2.1.2.2.1.17
9885 type: counter
9886 help: The total number of packets that higher-level protocols requested be transmitted,
9887 and which were not addressed to a multicast or broadcast address at this sub-layer,
9888 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
9889 indexes:
9890 - labelname: ifIndex
9891 type: gauge
9892 - name: ifOutNUcastPkts
9893 oid: 1.3.6.1.2.1.2.2.1.18
9894 type: counter
9895 help: The total number of packets that higher-level protocols requested be transmitted,
9896 and which were addressed to a multicast or broadcast address at this sub-layer,
9897 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
9898 indexes:
9899 - labelname: ifIndex
9900 type: gauge
9901 - name: ifOutDiscards
9902 oid: 1.3.6.1.2.1.2.2.1.19
9903 type: counter
9904 help: The number of outbound packets which were chosen to be discarded even though
9905 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
9906 indexes:
9907 - labelname: ifIndex
9908 type: gauge
9909 - name: ifOutErrors
9910 oid: 1.3.6.1.2.1.2.2.1.20
9911 type: counter
9912 help: For packet-oriented interfaces, the number of outbound packets that could
9913 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
9914 indexes:
9915 - labelname: ifIndex
9916 type: gauge
9917 - name: ifOutQLen
9918 oid: 1.3.6.1.2.1.2.2.1.21
9919 type: gauge
9920 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
9921 indexes:
9922 - labelname: ifIndex
9923 type: gauge
9924 - name: ifSpecific
9925 oid: 1.3.6.1.2.1.2.2.1.22
9926 type: OctetString
9927 help: A reference to MIB definitions specific to the particular media being used
9928 to realize the interface - 1.3.6.1.2.1.2.2.1.22
9929 indexes:
9930 - labelname: ifIndex
9931 type: gauge
9932 - name: version
9933 oid: 1.3.6.1.4.1.12196.13.0.1
9934 type: DisplayString
9935 help: The version of the netfilter modules - 1.3.6.1.4.1.12196.13.0.1
9936 - name: numServices
9937 oid: 1.3.6.1.4.1.12196.13.0.2
9938 type: gauge
9939 help: The current number of Virtual Services - 1.3.6.1.4.1.12196.13.0.2
9940 - name: hashTableSize
9941 oid: 1.3.6.1.4.1.12196.13.0.3
9942 type: gauge
9943 help: The size of hash table for L4 connection contexts - 1.3.6.1.4.1.12196.13.0.3
9944 - name: tcpTimeOut
9945 oid: 1.3.6.1.4.1.12196.13.0.4
9946 type: gauge
9947 help: The L4 TCP Timeout(s) for established connections - 1.3.6.1.4.1.12196.13.0.4
9948 - name: tcpFinTimeOut
9949 oid: 1.3.6.1.4.1.12196.13.0.5
9950 type: gauge
9951 help: The L4 TCP Timeout(s) for connections in FIN wait state - 1.3.6.1.4.1.12196.13.0.5
9952 - name: udpTimeOut
9953 oid: 1.3.6.1.4.1.12196.13.0.6
9954 type: gauge
9955 help: The L4 UDP Timeout(s) - 1.3.6.1.4.1.12196.13.0.6
9956 - name: daemonState
9957 oid: 1.3.6.1.4.1.12196.13.0.7
9958 type: EnumAsInfo
9959 help: The state of daemon for synchronisation of L4 connection contexts - 1.3.6.1.4.1.12196.13.0.7
9960 enum_values:
9961 0: none
9962 1: master
9963 2: backup
9964 - name: mcastInterface
9965 oid: 1.3.6.1.4.1.12196.13.0.8
9966 type: OctetString
9967 help: The multicast interface used by L4 inter machine update daemon - 1.3.6.1.4.1.12196.13.0.8
9968 - name: haState
9969 oid: 1.3.6.1.4.1.12196.13.0.9
9970 type: EnumAsInfo
9971 help: The HA status of the current machine - 1.3.6.1.4.1.12196.13.0.9
9972 enum_values:
9973 0: none
9974 1: master
9975 2: standby
9976 3: passive
9977 - name: patchVersion
9978 oid: 1.3.6.1.4.1.12196.13.0.10
9979 type: DisplayString
9980 help: The installed software patch version - 1.3.6.1.4.1.12196.13.0.10
9981 - name: totalTps
9982 oid: 1.3.6.1.4.1.12196.13.0.11
9983 type: gauge
9984 help: The current total TPS - 1.3.6.1.4.1.12196.13.0.11
9985 - name: sslTps
9986 oid: 1.3.6.1.4.1.12196.13.0.12
9987 type: gauge
9988 help: The current SSL TPS - 1.3.6.1.4.1.12196.13.0.12
9989 - name: vSIdx
9990 oid: 1.3.6.1.4.1.12196.13.1.1.1
9991 type: gauge
9992 help: The Virtual Service index - 1.3.6.1.4.1.12196.13.1.1.1
9993 indexes:
9994 - labelname: vSIdx
9995 type: gauge
9996 - name: vSIp
9997 oid: 1.3.6.1.4.1.12196.13.1.1.2
9998 type: DisplayString
9999 help: The IP address of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.2
10000 indexes:
10001 - labelname: vSIdx
10002 type: gauge
10003 - name: vSPort
10004 oid: 1.3.6.1.4.1.12196.13.1.1.3
10005 type: gauge
10006 help: The Virtual Service port number - 1.3.6.1.4.1.12196.13.1.1.3
10007 indexes:
10008 - labelname: vSIdx
10009 type: gauge
10010 - name: vSAddrtype
10011 oid: 1.3.6.1.4.1.12196.13.1.1.4
10012 type: EnumAsInfo
10013 help: The Virtual Service address type - 1.3.6.1.4.1.12196.13.1.1.4
10014 indexes:
10015 - labelname: vSIdx
10016 type: gauge
10017 enum_values:
10018 0: unknown
10019 1: ipv4
10020 2: ipv6
10021 3: ipv4z
10022 4: ipv6z
10023 16: dns
10024 - name: vSProtocol
10025 oid: 1.3.6.1.4.1.12196.13.1.1.5
10026 type: EnumAsInfo
10027 help: The Virtual Service protocol (TCP/UDP) - 1.3.6.1.4.1.12196.13.1.1.5
10028 indexes:
10029 - labelname: vSIdx
10030 type: gauge
10031 enum_values:
10032 6: tcp
10033 17: udp
10034 - name: vSSchedulingMethod
10035 oid: 1.3.6.1.4.1.12196.13.1.1.6
10036 type: DisplayString
10037 help: The Virtual Service scheduling method - 1.3.6.1.4.1.12196.13.1.1.6
10038 indexes:
10039 - labelname: vSIdx
10040 type: gauge
10041 - name: vSPersistenceTimeout
10042 oid: 1.3.6.1.4.1.12196.13.1.1.7
10043 type: gauge
10044 help: The Virtual Service timeout for persistent connections - 1.3.6.1.4.1.12196.13.1.1.7
10045 indexes:
10046 - labelname: vSIdx
10047 type: gauge
10048 - name: vSCheckerType
10049 oid: 1.3.6.1.4.1.12196.13.1.1.8
10050 type: DisplayString
10051 help: The type of checker associated with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.8
10052 indexes:
10053 - labelname: vSIdx
10054 type: gauge
10055 - name: vSAdaptiveMethod
10056 oid: 1.3.6.1.4.1.12196.13.1.1.9
10057 type: DisplayString
10058 help: The type of adaptive method used with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.9
10059 indexes:
10060 - labelname: vSIdx
10061 type: gauge
10062 - name: vSNumDests
10063 oid: 1.3.6.1.4.1.12196.13.1.1.10
10064 type: gauge
10065 help: The number of destinations (Real Servers) for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.10
10066 indexes:
10067 - labelname: vSIdx
10068 type: gauge
10069 - name: vSL7persist
10070 oid: 1.3.6.1.4.1.12196.13.1.1.11
10071 type: DisplayString
10072 help: The type of persistence used with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.11
10073 indexes:
10074 - labelname: vSIdx
10075 type: gauge
10076 - name: vSL7cookieId
10077 oid: 1.3.6.1.4.1.12196.13.1.1.12
10078 type: DisplayString
10079 help: The name of the cookie associated with the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.12
10080 indexes:
10081 - labelname: vSIdx
10082 type: gauge
10083 - name: vSName
10084 oid: 1.3.6.1.4.1.12196.13.1.1.13
10085 type: DisplayString
10086 help: The name of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.13
10087 indexes:
10088 - labelname: vSIdx
10089 type: gauge
10090 - name: vSState
10091 oid: 1.3.6.1.4.1.12196.13.1.1.14
10092 type: EnumAsInfo
10093 help: The status of the Virtual Service - 1.3.6.1.4.1.12196.13.1.1.14
10094 indexes:
10095 - labelname: vSIdx
10096 type: gauge
10097 enum_values:
10098 1: inService
10099 2: outOfService
10100 4: disabled
10101 5: sorry
10102 6: redirect
10103 7: errormsg
10104 8: securityDown
10105 - name: vSFollow
10106 oid: 1.3.6.1.4.1.12196.13.1.1.15
10107 type: gauge
10108 help: The Virtual Service follow port number - 1.3.6.1.4.1.12196.13.1.1.15
10109 indexes:
10110 - labelname: vSIdx
10111 type: gauge
10112 - name: vSConns
10113 oid: 1.3.6.1.4.1.12196.13.1.1.16
10114 type: counter
10115 help: The total number of connections for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.16
10116 indexes:
10117 - labelname: vSIdx
10118 type: gauge
10119 - name: vSInPkts
10120 oid: 1.3.6.1.4.1.12196.13.1.1.17
10121 type: counter
10122 help: The total number of incomming packets to this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.17
10123 indexes:
10124 - labelname: vSIdx
10125 type: gauge
10126 - name: vSOutPkts
10127 oid: 1.3.6.1.4.1.12196.13.1.1.18
10128 type: counter
10129 help: The total number of outgoing packets from this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.18
10130 indexes:
10131 - labelname: vSIdx
10132 type: gauge
10133 - name: vSInBytes
10134 oid: 1.3.6.1.4.1.12196.13.1.1.19
10135 type: counter
10136 help: The total number of incomming bytes to this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.19
10137 indexes:
10138 - labelname: vSIdx
10139 type: gauge
10140 - name: vSOutBytes
10141 oid: 1.3.6.1.4.1.12196.13.1.1.20
10142 type: counter
10143 help: The number of outgoing bytes from this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.20
10144 indexes:
10145 - labelname: vSIdx
10146 type: gauge
10147 - name: vSActiveConns
10148 oid: 1.3.6.1.4.1.12196.13.1.1.21
10149 type: gauge
10150 help: The number of active connections for this Virtual Service - 1.3.6.1.4.1.12196.13.1.1.21
10151 indexes:
10152 - labelname: vSIdx
10153 type: gauge
10154 - name: vSCurrentAvgRequest
10155 oid: 1.3.6.1.4.1.12196.13.1.1.22
10156 type: gauge
10157 help: Request Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.22
10158 indexes:
10159 - labelname: vSIdx
10160 type: gauge
10161 - name: vSCurrentAvgResponse
10162 oid: 1.3.6.1.4.1.12196.13.1.1.23
10163 type: gauge
10164 help: Response Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.23
10165 indexes:
10166 - labelname: vSIdx
10167 type: gauge
10168 - name: vSCurrentMaxRequest
10169 oid: 1.3.6.1.4.1.12196.13.1.1.24
10170 type: gauge
10171 help: Request Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.24
10172 indexes:
10173 - labelname: vSIdx
10174 type: gauge
10175 - name: vSCurrentMaxResponse
10176 oid: 1.3.6.1.4.1.12196.13.1.1.25
10177 type: gauge
10178 help: Response Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.25
10179 indexes:
10180 - labelname: vSIdx
10181 type: gauge
10182 - name: vSCurrentMinRequest
10183 oid: 1.3.6.1.4.1.12196.13.1.1.26
10184 type: gauge
10185 help: Request Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.26
10186 indexes:
10187 - labelname: vSIdx
10188 type: gauge
10189 - name: vSCurrentMinResponse
10190 oid: 1.3.6.1.4.1.12196.13.1.1.27
10191 type: gauge
10192 help: Response Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.27
10193 indexes:
10194 - labelname: vSIdx
10195 type: gauge
10196 - name: vSLongTermAvgRequest
10197 oid: 1.3.6.1.4.1.12196.13.1.1.28
10198 type: gauge
10199 help: Request Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.28
10200 indexes:
10201 - labelname: vSIdx
10202 type: gauge
10203 - name: vSLongTermAvgResponse
10204 oid: 1.3.6.1.4.1.12196.13.1.1.29
10205 type: gauge
10206 help: Response Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.29
10207 indexes:
10208 - labelname: vSIdx
10209 type: gauge
10210 - name: vSLongTermMaxRequest
10211 oid: 1.3.6.1.4.1.12196.13.1.1.30
10212 type: gauge
10213 help: Request Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.30
10214 indexes:
10215 - labelname: vSIdx
10216 type: gauge
10217 - name: vSLongTermMaxResponse
10218 oid: 1.3.6.1.4.1.12196.13.1.1.31
10219 type: gauge
10220 help: Response Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.31
10221 indexes:
10222 - labelname: vSIdx
10223 type: gauge
10224 - name: vSLongTermMinRequest
10225 oid: 1.3.6.1.4.1.12196.13.1.1.32
10226 type: gauge
10227 help: Request Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.32
10228 indexes:
10229 - labelname: vSIdx
10230 type: gauge
10231 - name: vSLongTermMinResponse
10232 oid: 1.3.6.1.4.1.12196.13.1.1.33
10233 type: gauge
10234 help: Response Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.33
10235 indexes:
10236 - labelname: vSIdx
10237 type: gauge
10238 - name: vSCurrentAvgRTTTimes
10239 oid: 1.3.6.1.4.1.12196.13.1.1.34
10240 type: gauge
10241 help: Round Trip Times Current Average (ms) - 1.3.6.1.4.1.12196.13.1.1.34
10242 indexes:
10243 - labelname: vSIdx
10244 type: gauge
10245 - name: vSCurrentMaxRTTTimes
10246 oid: 1.3.6.1.4.1.12196.13.1.1.35
10247 type: gauge
10248 help: Round Trip Times Current Max (ms) - 1.3.6.1.4.1.12196.13.1.1.35
10249 indexes:
10250 - labelname: vSIdx
10251 type: gauge
10252 - name: vSCurrentMinRTTTimes
10253 oid: 1.3.6.1.4.1.12196.13.1.1.36
10254 type: gauge
10255 help: Round Trip Times Current Min (ms) - 1.3.6.1.4.1.12196.13.1.1.36
10256 indexes:
10257 - labelname: vSIdx
10258 type: gauge
10259 - name: vSLongTermAvgRTTTimes
10260 oid: 1.3.6.1.4.1.12196.13.1.1.37
10261 type: gauge
10262 help: Round Trip Times Long Term Average (ms) - 1.3.6.1.4.1.12196.13.1.1.37
10263 indexes:
10264 - labelname: vSIdx
10265 type: gauge
10266 - name: vSLongTermMaxRTTTimes
10267 oid: 1.3.6.1.4.1.12196.13.1.1.38
10268 type: gauge
10269 help: Round Trip Times Long Term Max (ms) - 1.3.6.1.4.1.12196.13.1.1.38
10270 indexes:
10271 - labelname: vSIdx
10272 type: gauge
10273 - name: vSLongTermMinRTTTimes
10274 oid: 1.3.6.1.4.1.12196.13.1.1.39
10275 type: gauge
10276 help: Round Trip Times Long Term Min (ms) - 1.3.6.1.4.1.12196.13.1.1.39
10277 indexes:
10278 - labelname: vSIdx
10279 type: gauge
10280 - name: rSVsIdx
10281 oid: 1.3.6.1.4.1.12196.13.2.1.1
10282 type: gauge
10283 help: The id of the associated Virtual Service - 1.3.6.1.4.1.12196.13.2.1.1
10284 indexes:
10285 - labelname: rSIdx
10286 type: gauge
10287 - name: rSIp
10288 oid: 1.3.6.1.4.1.12196.13.2.1.2
10289 type: DisplayString
10290 help: The IP address of the Real Server - 1.3.6.1.4.1.12196.13.2.1.2
10291 indexes:
10292 - labelname: rSIdx
10293 type: gauge
10294 - name: rSPort
10295 oid: 1.3.6.1.4.1.12196.13.2.1.3
10296 type: gauge
10297 help: The Real Server port number - 1.3.6.1.4.1.12196.13.2.1.3
10298 indexes:
10299 - labelname: rSIdx
10300 type: gauge
10301 - name: rSAddrType
10302 oid: 1.3.6.1.4.1.12196.13.2.1.4
10303 type: EnumAsInfo
10304 help: The Real Server address type - 1.3.6.1.4.1.12196.13.2.1.4
10305 indexes:
10306 - labelname: rSIdx
10307 type: gauge
10308 enum_values:
10309 0: unknown
10310 1: ipv4
10311 2: ipv6
10312 3: ipv4z
10313 4: ipv6z
10314 16: dns
10315 - name: rSIdx
10316 oid: 1.3.6.1.4.1.12196.13.2.1.5
10317 type: gauge
10318 help: The Real Server index - 1.3.6.1.4.1.12196.13.2.1.5
10319 indexes:
10320 - labelname: rSIdx
10321 type: gauge
10322 - name: rSForwardingMethod
10323 oid: 1.3.6.1.4.1.12196.13.2.1.6
10324 type: DisplayString
10325 help: The forwarding method used for Real Server - 1.3.6.1.4.1.12196.13.2.1.6
10326 indexes:
10327 - labelname: rSIdx
10328 type: gauge
10329 - name: rSWeight
10330 oid: 1.3.6.1.4.1.12196.13.2.1.7
10331 type: gauge
10332 help: The configured weight of the Real Server - 1.3.6.1.4.1.12196.13.2.1.7
10333 indexes:
10334 - labelname: rSIdx
10335 type: gauge
10336 - name: rSState
10337 oid: 1.3.6.1.4.1.12196.13.2.1.8
10338 type: EnumAsInfo
10339 help: The current status of the Real Server - 1.3.6.1.4.1.12196.13.2.1.8
10340 indexes:
10341 - labelname: rSIdx
10342 type: gauge
10343 enum_values:
10344 1: inService
10345 2: outOfService
10346 4: disabled
10347 - name: rSConns
10348 oid: 1.3.6.1.4.1.12196.13.2.1.12
10349 type: counter
10350 help: The total number of connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.12
10351 indexes:
10352 - labelname: rSIdx
10353 type: gauge
10354 - name: rSInPkts
10355 oid: 1.3.6.1.4.1.12196.13.2.1.13
10356 type: counter
10357 help: The total number of incoming packets to this Real Server - 1.3.6.1.4.1.12196.13.2.1.13
10358 indexes:
10359 - labelname: rSIdx
10360 type: gauge
10361 - name: rSOutPkts
10362 oid: 1.3.6.1.4.1.12196.13.2.1.14
10363 type: counter
10364 help: The total number of outgoing packets from this Real Server - 1.3.6.1.4.1.12196.13.2.1.14
10365 indexes:
10366 - labelname: rSIdx
10367 type: gauge
10368 - name: rSInBytes
10369 oid: 1.3.6.1.4.1.12196.13.2.1.15
10370 type: counter
10371 help: The total number of incoming bytes to this Real Server - 1.3.6.1.4.1.12196.13.2.1.15
10372 indexes:
10373 - labelname: rSIdx
10374 type: gauge
10375 - name: rSOutBytes
10376 oid: 1.3.6.1.4.1.12196.13.2.1.16
10377 type: counter
10378 help: The total number of outgoing bytes from this Real Server - 1.3.6.1.4.1.12196.13.2.1.16
10379 indexes:
10380 - labelname: rSIdx
10381 type: gauge
10382 - name: rSActiveConns
10383 oid: 1.3.6.1.4.1.12196.13.2.1.17
10384 type: gauge
10385 help: The number of active connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.17
10386 indexes:
10387 - labelname: rSIdx
10388 type: gauge
10389 - name: rSInactiveConns
10390 oid: 1.3.6.1.4.1.12196.13.2.1.18
10391 type: counter
10392 help: The number of inactive connections for this Real Server - 1.3.6.1.4.1.12196.13.2.1.18
10393 indexes:
10394 - labelname: rSIdx
10395 type: gauge
10396 - name: rSCurrentAvgRequest
10397 oid: 1.3.6.1.4.1.12196.13.2.1.19
10398 type: gauge
10399 help: Request Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.19
10400 indexes:
10401 - labelname: rSIdx
10402 type: gauge
10403 - name: rSCurrentAvgResponse
10404 oid: 1.3.6.1.4.1.12196.13.2.1.20
10405 type: gauge
10406 help: Response Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.20
10407 indexes:
10408 - labelname: rSIdx
10409 type: gauge
10410 - name: rSCurrentMaxRequest
10411 oid: 1.3.6.1.4.1.12196.13.2.1.21
10412 type: gauge
10413 help: Request Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.21
10414 indexes:
10415 - labelname: rSIdx
10416 type: gauge
10417 - name: rSCurrentMaxResponse
10418 oid: 1.3.6.1.4.1.12196.13.2.1.22
10419 type: gauge
10420 help: Response Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.22
10421 indexes:
10422 - labelname: rSIdx
10423 type: gauge
10424 - name: rSCurrentMinRequest
10425 oid: 1.3.6.1.4.1.12196.13.2.1.23
10426 type: gauge
10427 help: Request Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.23
10428 indexes:
10429 - labelname: rSIdx
10430 type: gauge
10431 - name: rSCurrentMinResponse
10432 oid: 1.3.6.1.4.1.12196.13.2.1.24
10433 type: gauge
10434 help: Response Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.24
10435 indexes:
10436 - labelname: rSIdx
10437 type: gauge
10438 - name: rSLongTermAvgRequest
10439 oid: 1.3.6.1.4.1.12196.13.2.1.25
10440 type: gauge
10441 help: Request Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.25
10442 indexes:
10443 - labelname: rSIdx
10444 type: gauge
10445 - name: rSLongTermAvgResponse
10446 oid: 1.3.6.1.4.1.12196.13.2.1.26
10447 type: gauge
10448 help: Response Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.26
10449 indexes:
10450 - labelname: rSIdx
10451 type: gauge
10452 - name: rSLongTermMaxRequest
10453 oid: 1.3.6.1.4.1.12196.13.2.1.27
10454 type: gauge
10455 help: Request Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.27
10456 indexes:
10457 - labelname: rSIdx
10458 type: gauge
10459 - name: rSLongTermMaxResponse
10460 oid: 1.3.6.1.4.1.12196.13.2.1.28
10461 type: gauge
10462 help: Response Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.28
10463 indexes:
10464 - labelname: rSIdx
10465 type: gauge
10466 - name: rSLongTermMinRequest
10467 oid: 1.3.6.1.4.1.12196.13.2.1.29
10468 type: gauge
10469 help: Request Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.29
10470 indexes:
10471 - labelname: rSIdx
10472 type: gauge
10473 - name: rSLongTermMinResponse
10474 oid: 1.3.6.1.4.1.12196.13.2.1.30
10475 type: gauge
10476 help: Response Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.30
10477 indexes:
10478 - labelname: rSIdx
10479 type: gauge
10480 - name: rSCurrentAvgRTTTimes
10481 oid: 1.3.6.1.4.1.12196.13.2.1.31
10482 type: gauge
10483 help: Round Trip Times Current Average (ms) - 1.3.6.1.4.1.12196.13.2.1.31
10484 indexes:
10485 - labelname: rSIdx
10486 type: gauge
10487 - name: rSCurrentMaxRTTTimes
10488 oid: 1.3.6.1.4.1.12196.13.2.1.32
10489 type: gauge
10490 help: Round Trip Times Current Max (ms) - 1.3.6.1.4.1.12196.13.2.1.32
10491 indexes:
10492 - labelname: rSIdx
10493 type: gauge
10494 - name: rSCurrentMinRTTTimes
10495 oid: 1.3.6.1.4.1.12196.13.2.1.33
10496 type: gauge
10497 help: Round Trip Times Current Min (ms) - 1.3.6.1.4.1.12196.13.2.1.33
10498 indexes:
10499 - labelname: rSIdx
10500 type: gauge
10501 - name: rSLongTermAvgRTTTimes
10502 oid: 1.3.6.1.4.1.12196.13.2.1.34
10503 type: gauge
10504 help: Round Trip Times Long Term Average (ms) - 1.3.6.1.4.1.12196.13.2.1.34
10505 indexes:
10506 - labelname: rSIdx
10507 type: gauge
10508 - name: rSLongTermMaxRTTTimes
10509 oid: 1.3.6.1.4.1.12196.13.2.1.35
10510 type: gauge
10511 help: Round Trip Times Long Term Max (ms) - 1.3.6.1.4.1.12196.13.2.1.35
10512 indexes:
10513 - labelname: rSIdx
10514 type: gauge
10515 - name: rSLongTermMinRTTTimes
10516 oid: 1.3.6.1.4.1.12196.13.2.1.36
10517 type: gauge
10518 help: Round Trip Times Long Term Min (ms) - 1.3.6.1.4.1.12196.13.2.1.36
10519 indexes:
10520 - labelname: rSIdx
10521 type: gauge
10522 - name: laNames
10523 oid: 1.3.6.1.4.1.2021.10.1.2
10524 type: DisplayString
10525 help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2
10526 indexes:
10527 - labelname: laIndex
10528 type: gauge
10529 - name: laLoadInt
10530 oid: 1.3.6.1.4.1.2021.10.1.5
10531 type: gauge
10532 help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5
10533 indexes:
10534 - labelname: laIndex
10535 type: gauge
10536 - name: ssCpuSystem
10537 oid: 1.3.6.1.4.1.2021.11.10
10538 type: gauge
10539 help: The percentage of CPU time spent processing system-level code, calculated
10540 over the last minute - 1.3.6.1.4.1.2021.11.10
10541 - name: ssCpuIdle
10542 oid: 1.3.6.1.4.1.2021.11.11
10543 type: gauge
10544 help: The percentage of processor time spent idle, calculated over the last minute
10545 - 1.3.6.1.4.1.2021.11.11
10546 - name: ssCpuUser
10547 oid: 1.3.6.1.4.1.2021.11.9
10548 type: gauge
10549 help: The percentage of CPU time spent processing user-level code, calculated
10550 over the last minute - 1.3.6.1.4.1.2021.11.9
10551 - name: memIndex
10552 oid: 1.3.6.1.4.1.2021.4.1
10553 type: gauge
10554 help: Bogus Index - 1.3.6.1.4.1.2021.4.1
10555 - name: memErrorName
10556 oid: 1.3.6.1.4.1.2021.4.2
10557 type: DisplayString
10558 help: Bogus Name - 1.3.6.1.4.1.2021.4.2
10559 - name: memTotalSwap
10560 oid: 1.3.6.1.4.1.2021.4.3
10561 type: gauge
10562 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3
10563 - name: memAvailSwap
10564 oid: 1.3.6.1.4.1.2021.4.4
10565 type: gauge
10566 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4
10567 - name: memTotalReal
10568 oid: 1.3.6.1.4.1.2021.4.5
10569 type: gauge
10570 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5
10571 - name: memAvailReal
10572 oid: 1.3.6.1.4.1.2021.4.6
10573 type: gauge
10574 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6
10575 - name: memTotalSwapTXT
10576 oid: 1.3.6.1.4.1.2021.4.7
10577 type: gauge
10578 help: The total amount of swap space or virtual memory allocated for text pages
10579 on this host - 1.3.6.1.4.1.2021.4.7
10580 - name: memAvailSwapTXT
10581 oid: 1.3.6.1.4.1.2021.4.8
10582 type: gauge
10583 help: The amount of swap space or virtual memory currently being used by text
10584 pages on this host - 1.3.6.1.4.1.2021.4.8
10585 - name: memTotalRealTXT
10586 oid: 1.3.6.1.4.1.2021.4.9
10587 type: gauge
10588 help: The total amount of real/physical memory allocated for text pages on this
10589 host - 1.3.6.1.4.1.2021.4.9
10590 - name: memAvailRealTXT
10591 oid: 1.3.6.1.4.1.2021.4.10
10592 type: gauge
10593 help: The amount of real/physical memory currently being used by text pages on
10594 this host - 1.3.6.1.4.1.2021.4.10
10595 - name: memTotalFree
10596 oid: 1.3.6.1.4.1.2021.4.11
10597 type: gauge
10598 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11
10599 - name: memMinimumSwap
10600 oid: 1.3.6.1.4.1.2021.4.12
10601 type: gauge
10602 help: The minimum amount of swap space expected to be kept free or available during
10603 normal operation of this host - 1.3.6.1.4.1.2021.4.12
10604 - name: memShared
10605 oid: 1.3.6.1.4.1.2021.4.13
10606 type: gauge
10607 help: The total amount of real or virtual memory currently allocated for use as
10608 shared memory - 1.3.6.1.4.1.2021.4.13
10609 - name: memBuffer
10610 oid: 1.3.6.1.4.1.2021.4.14
10611 type: gauge
10612 help: The total amount of real or virtual memory currently allocated for use as
10613 memory buffers - 1.3.6.1.4.1.2021.4.14
10614 - name: memCached
10615 oid: 1.3.6.1.4.1.2021.4.15
10616 type: gauge
10617 help: The total amount of real or virtual memory currently allocated for use as
10618 cached memory - 1.3.6.1.4.1.2021.4.15
10619 - name: memUsedSwapTXT
10620 oid: 1.3.6.1.4.1.2021.4.16
10621 type: gauge
10622 help: The amount of swap space or virtual memory currently being used by text
10623 pages on this host - 1.3.6.1.4.1.2021.4.16
10624 - name: memUsedRealTXT
10625 oid: 1.3.6.1.4.1.2021.4.17
10626 type: gauge
10627 help: The amount of real/physical memory currently being used by text pages on
10628 this host - 1.3.6.1.4.1.2021.4.17
10629 - name: memTotalSwapX
10630 oid: 1.3.6.1.4.1.2021.4.18
10631 type: counter
10632 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18
10633 - name: memAvailSwapX
10634 oid: 1.3.6.1.4.1.2021.4.19
10635 type: counter
10636 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19
10637 - name: memTotalRealX
10638 oid: 1.3.6.1.4.1.2021.4.20
10639 type: counter
10640 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20
10641 - name: memAvailRealX
10642 oid: 1.3.6.1.4.1.2021.4.21
10643 type: counter
10644 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21
10645 - name: memTotalFreeX
10646 oid: 1.3.6.1.4.1.2021.4.22
10647 type: counter
10648 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22
10649 - name: memMinimumSwapX
10650 oid: 1.3.6.1.4.1.2021.4.23
10651 type: counter
10652 help: The minimum amount of swap space expected to be kept free or available during
10653 normal operation of this host - 1.3.6.1.4.1.2021.4.23
10654 - name: memSharedX
10655 oid: 1.3.6.1.4.1.2021.4.24
10656 type: counter
10657 help: The total amount of real or virtual memory currently allocated for use as
10658 shared memory - 1.3.6.1.4.1.2021.4.24
10659 - name: memBufferX
10660 oid: 1.3.6.1.4.1.2021.4.25
10661 type: counter
10662 help: The total amount of real or virtual memory currently allocated for use as
10663 memory buffers - 1.3.6.1.4.1.2021.4.25
10664 - name: memCachedX
10665 oid: 1.3.6.1.4.1.2021.4.26
10666 type: counter
10667 help: The total amount of real or virtual memory currently allocated for use as
10668 cached memory - 1.3.6.1.4.1.2021.4.26
10669 - name: memSwapError
10670 oid: 1.3.6.1.4.1.2021.4.100
10671 type: gauge
10672 help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
10673 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100
10674 enum_values:
10675 0: noError
10676 1: error
10677 - name: memSwapErrorMsg
10678 oid: 1.3.6.1.4.1.2021.4.101
10679 type: DisplayString
10680 help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
10681 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101
10682liebert_pdu:
10683 walk:
10684 - 1.3.6.1.4.1.476.1.42.3.8.20
10685 - 1.3.6.1.4.1.476.1.42.3.8.30.20
10686 - 1.3.6.1.4.1.476.1.42.3.8.30.40
10687 - 1.3.6.1.4.1.476.1.42.3.8.50.20
10688 - 1.3.6.1.4.1.476.1.42.3.8.60.10
10689 get:
10690 - 1.3.6.1.2.1.1.3.0
10691 metrics:
10692 - name: sysUpTime
10693 oid: 1.3.6.1.2.1.1.3
10694 type: gauge
10695 help: The time (in hundredths of a second) since the network management portion
10696 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
10697 - name: lgpPduEntryIndex
10698 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.1
10699 type: gauge
10700 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
10701 indexes:
10702 - labelname: lgpPduEntryIndex
10703 type: gauge
10704 lookups:
10705 - labels:
10706 - lgpPduEntryIndex
10707 labelname: lgpPduEntrySysAssignLabel
10708 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10709 type: DisplayString
10710 - name: lgpPduEntryId
10711 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.5
10712 type: gauge
10713 help: This is an internal index representing a unique identifier for each PDU
10714 represented by this agent - 1.3.6.1.4.1.476.1.42.3.8.20.1.5
10715 indexes:
10716 - labelname: lgpPduEntryIndex
10717 type: gauge
10718 lookups:
10719 - labels:
10720 - lgpPduEntryIndex
10721 labelname: lgpPduEntrySysAssignLabel
10722 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10723 type: DisplayString
10724 - name: lgpPduEntryUsrLabel
10725 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.10
10726 type: DisplayString
10727 help: This is a user assigned label representing the PDU. - 1.3.6.1.4.1.476.1.42.3.8.20.1.10
10728 indexes:
10729 - labelname: lgpPduEntryIndex
10730 type: gauge
10731 lookups:
10732 - labels:
10733 - lgpPduEntryIndex
10734 labelname: lgpPduEntrySysAssignLabel
10735 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10736 type: DisplayString
10737 - name: lgpPduEntrySysAssignLabel
10738 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10739 type: DisplayString
10740 help: System assigned identifier representing the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10741 indexes:
10742 - labelname: lgpPduEntryIndex
10743 type: gauge
10744 lookups:
10745 - labels:
10746 - lgpPduEntryIndex
10747 labelname: lgpPduEntrySysAssignLabel
10748 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10749 type: DisplayString
10750 - name: lgpPduEntryPositionRelative
10751 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.20
10752 type: gauge
10753 help: This is a one-based value that indicates the PDU's relative position within
10754 a rack or other enclosing entity. - 1.3.6.1.4.1.476.1.42.3.8.20.1.20
10755 indexes:
10756 - labelname: lgpPduEntryIndex
10757 type: gauge
10758 lookups:
10759 - labels:
10760 - lgpPduEntryIndex
10761 labelname: lgpPduEntrySysAssignLabel
10762 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10763 type: DisplayString
10764 - name: lgpPduEntrySysStatus
10765 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.25
10766 type: gauge
10767 help: This value represents a bit-field of the various operational states of the
10768 PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.25
10769 indexes:
10770 - labelname: lgpPduEntryIndex
10771 type: gauge
10772 lookups:
10773 - labels:
10774 - lgpPduEntryIndex
10775 labelname: lgpPduEntrySysAssignLabel
10776 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10777 type: DisplayString
10778 - name: lgpPduEntryUsrTag1
10779 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.35
10780 type: DisplayString
10781 help: This is a user assigned Tag for the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.35
10782 indexes:
10783 - labelname: lgpPduEntryIndex
10784 type: gauge
10785 lookups:
10786 - labels:
10787 - lgpPduEntryIndex
10788 labelname: lgpPduEntrySysAssignLabel
10789 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10790 type: DisplayString
10791 - name: lgpPduEntryUsrTag2
10792 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.40
10793 type: DisplayString
10794 help: This is a user assigned Tag for the PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.40
10795 indexes:
10796 - labelname: lgpPduEntryIndex
10797 type: gauge
10798 lookups:
10799 - labels:
10800 - lgpPduEntryIndex
10801 labelname: lgpPduEntrySysAssignLabel
10802 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10803 type: DisplayString
10804 - name: lgpPduEntrySerialNumber
10805 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.45
10806 type: DisplayString
10807 help: System assigned serial number for this PDU - 1.3.6.1.4.1.476.1.42.3.8.20.1.45
10808 indexes:
10809 - labelname: lgpPduEntryIndex
10810 type: gauge
10811 lookups:
10812 - labels:
10813 - lgpPduEntryIndex
10814 labelname: lgpPduEntrySysAssignLabel
10815 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10816 type: DisplayString
10817 - name: lgpPduEntryRbCount
10818 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.50
10819 type: gauge
10820 help: Number of receptacle branches (Rb) within this PDU. - 1.3.6.1.4.1.476.1.42.3.8.20.1.50
10821 indexes:
10822 - labelname: lgpPduEntryIndex
10823 type: gauge
10824 lookups:
10825 - labels:
10826 - lgpPduEntryIndex
10827 labelname: lgpPduEntrySysAssignLabel
10828 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10829 type: DisplayString
10830 - name: lgpPduEntrySWOverCurrentProtection
10831 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.55
10832 type: gauge
10833 help: This is the PDU Software Over Current Protection feature which will prevent
10834 unused receptacles from turning on when the 'PDU Over Current Warning' or 'PDU
10835 Over Current Alarm' threshold is violated - 1.3.6.1.4.1.476.1.42.3.8.20.1.55
10836 indexes:
10837 - labelname: lgpPduEntryIndex
10838 type: gauge
10839 lookups:
10840 - labels:
10841 - lgpPduEntryIndex
10842 labelname: lgpPduEntrySysAssignLabel
10843 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10844 type: DisplayString
10845 enum_values:
10846 0: disabled
10847 1: enable
10848 - name: lgpPduPsEntryIndex
10849 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.5
10850 type: gauge
10851 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
10852 indexes:
10853 - labelname: lgpPduEntryIndex
10854 type: gauge
10855 - labelname: lgpPduPsEntryIndex
10856 type: gauge
10857 lookups:
10858 - labels:
10859 - lgpPduEntryIndex
10860 labelname: lgpPduEntrySysAssignLabel
10861 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10862 type: DisplayString
10863 - labels:
10864 - lgpPduPsEntryIndex
10865 labelname: lgpPduPsEntrySysAssignLabel
10866 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10867 type: DisplayString
10868 - name: lgpPduPsEntryId
10869 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.10
10870 type: gauge
10871 help: This is a unique entry id representing a given PDU power source for the
10872 PDU. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.10
10873 indexes:
10874 - labelname: lgpPduEntryIndex
10875 type: gauge
10876 - labelname: lgpPduPsEntryIndex
10877 type: gauge
10878 lookups:
10879 - labels:
10880 - lgpPduEntryIndex
10881 labelname: lgpPduEntrySysAssignLabel
10882 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10883 type: DisplayString
10884 - labels:
10885 - lgpPduPsEntryIndex
10886 labelname: lgpPduPsEntrySysAssignLabel
10887 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10888 type: DisplayString
10889 - name: lgpPduPsEntrySysAssignLabel
10890 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10891 type: DisplayString
10892 help: System assigned identifier for this power source - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10893 indexes:
10894 - labelname: lgpPduEntryIndex
10895 type: gauge
10896 - labelname: lgpPduPsEntryIndex
10897 type: gauge
10898 lookups:
10899 - labels:
10900 - lgpPduEntryIndex
10901 labelname: lgpPduEntrySysAssignLabel
10902 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10903 type: DisplayString
10904 - labels:
10905 - lgpPduPsEntryIndex
10906 labelname: lgpPduPsEntrySysAssignLabel
10907 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10908 type: DisplayString
10909 - name: lgpPduPsEntryModel
10910 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.20
10911 type: DisplayString
10912 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
10913 indexes:
10914 - labelname: lgpPduEntryIndex
10915 type: gauge
10916 - labelname: lgpPduPsEntryIndex
10917 type: gauge
10918 lookups:
10919 - labels:
10920 - lgpPduEntryIndex
10921 labelname: lgpPduEntrySysAssignLabel
10922 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10923 type: DisplayString
10924 - labels:
10925 - lgpPduPsEntryIndex
10926 labelname: lgpPduPsEntrySysAssignLabel
10927 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10928 type: DisplayString
10929 - name: lgpPduPsEntryWiringType
10930 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.25
10931 type: gauge
10932 help: The PDU's power supply physical wiring type - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.25
10933 indexes:
10934 - labelname: lgpPduEntryIndex
10935 type: gauge
10936 - labelname: lgpPduPsEntryIndex
10937 type: gauge
10938 lookups:
10939 - labels:
10940 - lgpPduEntryIndex
10941 labelname: lgpPduEntrySysAssignLabel
10942 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10943 type: DisplayString
10944 - labels:
10945 - lgpPduPsEntryIndex
10946 labelname: lgpPduPsEntrySysAssignLabel
10947 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10948 type: DisplayString
10949 enum_values:
10950 0: not-specified
10951 1: single-phase-3-wire-L1-N-PE
10952 2: two-phase-3-wire-L1-L2-PE
10953 3: three-phase-4-wire-L1-L2-L3-PE
10954 4: three-phase-5-wire-L1-L2-L3-N-PE
10955 5: two-phase-4-wire-L1-L2-N-PE
10956 - name: lgpPduPsEntryEpInputRated
10957 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.30
10958 type: gauge
10959 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
10960 indexes:
10961 - labelname: lgpPduEntryIndex
10962 type: gauge
10963 - labelname: lgpPduPsEntryIndex
10964 type: gauge
10965 lookups:
10966 - labels:
10967 - lgpPduEntryIndex
10968 labelname: lgpPduEntrySysAssignLabel
10969 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10970 type: DisplayString
10971 - labels:
10972 - lgpPduPsEntryIndex
10973 labelname: lgpPduPsEntrySysAssignLabel
10974 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10975 type: DisplayString
10976 - name: lgpPduPsEntryEcInputRated
10977 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.35
10978 type: gauge
10979 help: This is the rated input line current for the module (it is NOT the measured
10980 current). - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.35
10981 indexes:
10982 - labelname: lgpPduEntryIndex
10983 type: gauge
10984 - labelname: lgpPduPsEntryIndex
10985 type: gauge
10986 lookups:
10987 - labels:
10988 - lgpPduEntryIndex
10989 labelname: lgpPduEntrySysAssignLabel
10990 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
10991 type: DisplayString
10992 - labels:
10993 - lgpPduPsEntryIndex
10994 labelname: lgpPduPsEntrySysAssignLabel
10995 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
10996 type: DisplayString
10997 - name: lgpPduPsEntryFreqRated
10998 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.40
10999 type: gauge
11000 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
11001 indexes:
11002 - labelname: lgpPduEntryIndex
11003 type: gauge
11004 - labelname: lgpPduPsEntryIndex
11005 type: gauge
11006 lookups:
11007 - labels:
11008 - lgpPduEntryIndex
11009 labelname: lgpPduEntrySysAssignLabel
11010 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11011 type: DisplayString
11012 - labels:
11013 - lgpPduPsEntryIndex
11014 labelname: lgpPduPsEntrySysAssignLabel
11015 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11016 type: DisplayString
11017 - name: lgpPduPsEntryEnergyAccum
11018 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.50
11019 type: gauge
11020 help: Total accumulated energy, measured at the power source input, since the
11021 last energy reset - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.50
11022 indexes:
11023 - labelname: lgpPduEntryIndex
11024 type: gauge
11025 - labelname: lgpPduPsEntryIndex
11026 type: gauge
11027 lookups:
11028 - labels:
11029 - lgpPduEntryIndex
11030 labelname: lgpPduEntrySysAssignLabel
11031 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11032 type: DisplayString
11033 - labels:
11034 - lgpPduPsEntryIndex
11035 labelname: lgpPduPsEntrySysAssignLabel
11036 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11037 type: DisplayString
11038 - name: lgpPduPsEntrySerialNum
11039 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.55
11040 type: DisplayString
11041 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
11042 indexes:
11043 - labelname: lgpPduEntryIndex
11044 type: gauge
11045 - labelname: lgpPduPsEntryIndex
11046 type: gauge
11047 lookups:
11048 - labels:
11049 - lgpPduEntryIndex
11050 labelname: lgpPduEntrySysAssignLabel
11051 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11052 type: DisplayString
11053 - labels:
11054 - lgpPduPsEntryIndex
11055 labelname: lgpPduPsEntrySysAssignLabel
11056 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11057 type: DisplayString
11058 - name: lgpPduPsEntryFirmwareVersion
11059 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.60
11060 type: DisplayString
11061 help: This is the version of the firmware installed on the PDU's power supply.
11062 - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.60
11063 indexes:
11064 - labelname: lgpPduEntryIndex
11065 type: gauge
11066 - labelname: lgpPduPsEntryIndex
11067 type: gauge
11068 lookups:
11069 - labels:
11070 - lgpPduEntryIndex
11071 labelname: lgpPduEntrySysAssignLabel
11072 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11073 type: DisplayString
11074 - labels:
11075 - lgpPduPsEntryIndex
11076 labelname: lgpPduPsEntrySysAssignLabel
11077 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11078 type: DisplayString
11079 - name: lgpPduPsEntryPwrTotal
11080 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.65
11081 type: gauge
11082 help: Total input power for this power supply - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.65
11083 indexes:
11084 - labelname: lgpPduEntryIndex
11085 type: gauge
11086 - labelname: lgpPduPsEntryIndex
11087 type: gauge
11088 lookups:
11089 - labels:
11090 - lgpPduEntryIndex
11091 labelname: lgpPduEntrySysAssignLabel
11092 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11093 type: DisplayString
11094 - labels:
11095 - lgpPduPsEntryIndex
11096 labelname: lgpPduPsEntrySysAssignLabel
11097 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11098 type: DisplayString
11099 - name: lgpPduPsEntryEcNeutral
11100 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.70
11101 type: gauge
11102 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
11103 indexes:
11104 - labelname: lgpPduEntryIndex
11105 type: gauge
11106 - labelname: lgpPduPsEntryIndex
11107 type: gauge
11108 lookups:
11109 - labels:
11110 - lgpPduEntryIndex
11111 labelname: lgpPduEntrySysAssignLabel
11112 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11113 type: DisplayString
11114 - labels:
11115 - lgpPduPsEntryIndex
11116 labelname: lgpPduPsEntrySysAssignLabel
11117 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11118 type: DisplayString
11119 - name: lgpPduPsEntryEcNeutralThrshldOvrWarn
11120 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.75
11121 type: gauge
11122 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
11123 indexes:
11124 - labelname: lgpPduEntryIndex
11125 type: gauge
11126 - labelname: lgpPduPsEntryIndex
11127 type: gauge
11128 lookups:
11129 - labels:
11130 - lgpPduEntryIndex
11131 labelname: lgpPduEntrySysAssignLabel
11132 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11133 type: DisplayString
11134 - labels:
11135 - lgpPduPsEntryIndex
11136 labelname: lgpPduPsEntrySysAssignLabel
11137 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11138 type: DisplayString
11139 - name: lgpPduPsEntryEcNeutralThrshldOvrAlarm
11140 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.80
11141 type: gauge
11142 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
11143 indexes:
11144 - labelname: lgpPduEntryIndex
11145 type: gauge
11146 - labelname: lgpPduPsEntryIndex
11147 type: gauge
11148 lookups:
11149 - labels:
11150 - lgpPduEntryIndex
11151 labelname: lgpPduEntrySysAssignLabel
11152 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11153 type: DisplayString
11154 - labels:
11155 - lgpPduPsEntryIndex
11156 labelname: lgpPduPsEntrySysAssignLabel
11157 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11158 type: DisplayString
11159 - name: lgpPduPsEntryUnbalancedLoadThrshldAlarm
11160 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.85
11161 type: gauge
11162 help: The parameter is for setting the maximum acceptable percentage of 'Unbalanced
11163 Load' between any two phases - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.85
11164 indexes:
11165 - labelname: lgpPduEntryIndex
11166 type: gauge
11167 - labelname: lgpPduPsEntryIndex
11168 type: gauge
11169 lookups:
11170 - labels:
11171 - lgpPduEntryIndex
11172 labelname: lgpPduEntrySysAssignLabel
11173 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11174 type: DisplayString
11175 - labels:
11176 - lgpPduPsEntryIndex
11177 labelname: lgpPduPsEntrySysAssignLabel
11178 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11179 type: DisplayString
11180 - name: lgpPduPsEntryApTotal
11181 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.90
11182 type: gauge
11183 help: Total Apparent power for this power supply - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.90
11184 indexes:
11185 - labelname: lgpPduEntryIndex
11186 type: gauge
11187 - labelname: lgpPduPsEntryIndex
11188 type: gauge
11189 lookups:
11190 - labels:
11191 - lgpPduEntryIndex
11192 labelname: lgpPduEntrySysAssignLabel
11193 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11194 type: DisplayString
11195 - labels:
11196 - lgpPduPsEntryIndex
11197 labelname: lgpPduPsEntrySysAssignLabel
11198 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11199 type: DisplayString
11200 - name: lgpPduPsEntryPfTotal
11201 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.95
11202 type: gauge
11203 help: Total power factor, which is real power/apparent power for all phases combined
11204 - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.95
11205 indexes:
11206 - labelname: lgpPduEntryIndex
11207 type: gauge
11208 - labelname: lgpPduPsEntryIndex
11209 type: gauge
11210 lookups:
11211 - labels:
11212 - lgpPduEntryIndex
11213 labelname: lgpPduEntrySysAssignLabel
11214 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11215 type: DisplayString
11216 - labels:
11217 - lgpPduPsEntryIndex
11218 labelname: lgpPduPsEntrySysAssignLabel
11219 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11220 type: DisplayString
11221 - name: lgpPduPsEntryEcResidual
11222 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.100
11223 type: gauge
11224 help: The measured residual current. - 1.3.6.1.4.1.476.1.42.3.8.30.20.1.100
11225 indexes:
11226 - labelname: lgpPduEntryIndex
11227 type: gauge
11228 - labelname: lgpPduPsEntryIndex
11229 type: gauge
11230 lookups:
11231 - labels:
11232 - lgpPduEntryIndex
11233 labelname: lgpPduEntrySysAssignLabel
11234 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11235 type: DisplayString
11236 - labels:
11237 - lgpPduPsEntryIndex
11238 labelname: lgpPduPsEntrySysAssignLabel
11239 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11240 type: DisplayString
11241 - name: lgpPduPsEntryEcResidualThrshldOvrAlarm
11242 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.105
11243 type: gauge
11244 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
11245 indexes:
11246 - labelname: lgpPduEntryIndex
11247 type: gauge
11248 - labelname: lgpPduPsEntryIndex
11249 type: gauge
11250 lookups:
11251 - labels:
11252 - lgpPduEntryIndex
11253 labelname: lgpPduEntrySysAssignLabel
11254 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11255 type: DisplayString
11256 - labels:
11257 - lgpPduPsEntryIndex
11258 labelname: lgpPduPsEntrySysAssignLabel
11259 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11260 type: DisplayString
11261 - name: lgpPduPsLineEntryIndex
11262 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.5
11263 type: gauge
11264 help: This is the index that indicates the line/phase of the measurements in the
11265 given row of the 'lgpPduPsLineTable'. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.5
11266 indexes:
11267 - labelname: lgpPduEntryIndex
11268 type: gauge
11269 - labelname: lgpPduPsEntryIndex
11270 type: gauge
11271 - labelname: lgpPduPsLineEntryIndex
11272 type: gauge
11273 lookups:
11274 - labels:
11275 - lgpPduEntryIndex
11276 labelname: lgpPduEntrySysAssignLabel
11277 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11278 type: DisplayString
11279 - labels:
11280 - lgpPduPsEntryIndex
11281 labelname: lgpPduPsEntrySysAssignLabel
11282 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11283 type: DisplayString
11284 - name: lgpPduPsLineEntryId
11285 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.10
11286 type: gauge
11287 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
11288 indexes:
11289 - labelname: lgpPduEntryIndex
11290 type: gauge
11291 - labelname: lgpPduPsEntryIndex
11292 type: gauge
11293 - labelname: lgpPduPsLineEntryIndex
11294 type: gauge
11295 lookups:
11296 - labels:
11297 - lgpPduEntryIndex
11298 labelname: lgpPduEntrySysAssignLabel
11299 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11300 type: DisplayString
11301 - labels:
11302 - lgpPduPsEntryIndex
11303 labelname: lgpPduPsEntrySysAssignLabel
11304 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11305 type: DisplayString
11306 - name: lgpPduPsLineEntryLine
11307 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.15
11308 type: gauge
11309 help: The line number (phase) that the measurement represents for all measurements
11310 in a given row of the table - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.15
11311 indexes:
11312 - labelname: lgpPduEntryIndex
11313 type: gauge
11314 - labelname: lgpPduPsEntryIndex
11315 type: gauge
11316 - labelname: lgpPduPsLineEntryIndex
11317 type: gauge
11318 lookups:
11319 - labels:
11320 - lgpPduEntryIndex
11321 labelname: lgpPduEntrySysAssignLabel
11322 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11323 type: DisplayString
11324 - labels:
11325 - lgpPduPsEntryIndex
11326 labelname: lgpPduPsEntrySysAssignLabel
11327 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11328 type: DisplayString
11329 enum_values:
11330 1: phase1
11331 2: phase2
11332 3: phase3
11333 - name: lgpPduPsLineEntryEpLNTenths
11334 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.19
11335 type: gauge
11336 help: Alternating Current RMS Line to Neutral Electrical Potential measurement
11337 - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.19
11338 indexes:
11339 - labelname: lgpPduEntryIndex
11340 type: gauge
11341 - labelname: lgpPduPsEntryIndex
11342 type: gauge
11343 - labelname: lgpPduPsLineEntryIndex
11344 type: gauge
11345 lookups:
11346 - labels:
11347 - lgpPduEntryIndex
11348 labelname: lgpPduEntrySysAssignLabel
11349 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11350 type: DisplayString
11351 - labels:
11352 - lgpPduPsEntryIndex
11353 labelname: lgpPduPsEntrySysAssignLabel
11354 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11355 type: DisplayString
11356 - name: lgpPduPsLineEntryEpLN
11357 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.20
11358 type: gauge
11359 help: Alternating Current RMS Line to Neutral Electrical Potential measurement
11360 - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.20
11361 indexes:
11362 - labelname: lgpPduEntryIndex
11363 type: gauge
11364 - labelname: lgpPduPsEntryIndex
11365 type: gauge
11366 - labelname: lgpPduPsLineEntryIndex
11367 type: gauge
11368 lookups:
11369 - labels:
11370 - lgpPduEntryIndex
11371 labelname: lgpPduEntrySysAssignLabel
11372 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11373 type: DisplayString
11374 - labels:
11375 - lgpPduPsEntryIndex
11376 labelname: lgpPduPsEntrySysAssignLabel
11377 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11378 type: DisplayString
11379 - name: lgpPduPsLineEntryEc
11380 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.21
11381 type: gauge
11382 help: Total input line-to-neutral electrical current - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.21
11383 indexes:
11384 - labelname: lgpPduEntryIndex
11385 type: gauge
11386 - labelname: lgpPduPsEntryIndex
11387 type: gauge
11388 - labelname: lgpPduPsLineEntryIndex
11389 type: gauge
11390 lookups:
11391 - labels:
11392 - lgpPduEntryIndex
11393 labelname: lgpPduEntrySysAssignLabel
11394 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11395 type: DisplayString
11396 - labels:
11397 - lgpPduPsEntryIndex
11398 labelname: lgpPduPsEntrySysAssignLabel
11399 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11400 type: DisplayString
11401 - name: lgpPduPsLineEntryEcHundredths
11402 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.22
11403 type: gauge
11404 help: Total input line-to-neutral electrical current - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.22
11405 indexes:
11406 - labelname: lgpPduEntryIndex
11407 type: gauge
11408 - labelname: lgpPduPsEntryIndex
11409 type: gauge
11410 - labelname: lgpPduPsLineEntryIndex
11411 type: gauge
11412 lookups:
11413 - labels:
11414 - lgpPduEntryIndex
11415 labelname: lgpPduEntrySysAssignLabel
11416 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11417 type: DisplayString
11418 - labels:
11419 - lgpPduPsEntryIndex
11420 labelname: lgpPduPsEntrySysAssignLabel
11421 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11422 type: DisplayString
11423 - name: lgpPduPsLineEntryEcThrshldUndrAlarm
11424 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.35
11425 type: gauge
11426 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
11427 indexes:
11428 - labelname: lgpPduEntryIndex
11429 type: gauge
11430 - labelname: lgpPduPsEntryIndex
11431 type: gauge
11432 - labelname: lgpPduPsLineEntryIndex
11433 type: gauge
11434 lookups:
11435 - labels:
11436 - lgpPduEntryIndex
11437 labelname: lgpPduEntrySysAssignLabel
11438 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11439 type: DisplayString
11440 - labels:
11441 - lgpPduPsEntryIndex
11442 labelname: lgpPduPsEntrySysAssignLabel
11443 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11444 type: DisplayString
11445 - name: lgpPduPsLineEntryEcThrshldOvrWarn
11446 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.36
11447 type: gauge
11448 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
11449 indexes:
11450 - labelname: lgpPduEntryIndex
11451 type: gauge
11452 - labelname: lgpPduPsEntryIndex
11453 type: gauge
11454 - labelname: lgpPduPsLineEntryIndex
11455 type: gauge
11456 lookups:
11457 - labels:
11458 - lgpPduEntryIndex
11459 labelname: lgpPduEntrySysAssignLabel
11460 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11461 type: DisplayString
11462 - labels:
11463 - lgpPduPsEntryIndex
11464 labelname: lgpPduPsEntrySysAssignLabel
11465 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11466 type: DisplayString
11467 - name: lgpPduPsLineEntryEcThrshldOvrAlarm
11468 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.37
11469 type: gauge
11470 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
11471 indexes:
11472 - labelname: lgpPduEntryIndex
11473 type: gauge
11474 - labelname: lgpPduPsEntryIndex
11475 type: gauge
11476 - labelname: lgpPduPsLineEntryIndex
11477 type: gauge
11478 lookups:
11479 - labels:
11480 - lgpPduEntryIndex
11481 labelname: lgpPduEntrySysAssignLabel
11482 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11483 type: DisplayString
11484 - labels:
11485 - lgpPduPsEntryIndex
11486 labelname: lgpPduPsEntrySysAssignLabel
11487 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11488 type: DisplayString
11489 - name: lgpPduPsLineEntryEcAvailBeforeAlarm
11490 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.38
11491 type: gauge
11492 help: The amount that the current/amperage may increase from its present value
11493 before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.38
11494 indexes:
11495 - labelname: lgpPduEntryIndex
11496 type: gauge
11497 - labelname: lgpPduPsEntryIndex
11498 type: gauge
11499 - labelname: lgpPduPsLineEntryIndex
11500 type: gauge
11501 lookups:
11502 - labels:
11503 - lgpPduEntryIndex
11504 labelname: lgpPduEntrySysAssignLabel
11505 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11506 type: DisplayString
11507 - labels:
11508 - lgpPduPsEntryIndex
11509 labelname: lgpPduPsEntrySysAssignLabel
11510 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11511 type: DisplayString
11512 - name: lgpPduPsLineEntryEcUsedBeforeAlarm
11513 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.39
11514 type: gauge
11515 help: The percent of current utilization relative to the over current alarm threshold.
11516 - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.39
11517 indexes:
11518 - labelname: lgpPduEntryIndex
11519 type: gauge
11520 - labelname: lgpPduPsEntryIndex
11521 type: gauge
11522 - labelname: lgpPduPsLineEntryIndex
11523 type: gauge
11524 lookups:
11525 - labels:
11526 - lgpPduEntryIndex
11527 labelname: lgpPduEntrySysAssignLabel
11528 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11529 type: DisplayString
11530 - labels:
11531 - lgpPduPsEntryIndex
11532 labelname: lgpPduPsEntrySysAssignLabel
11533 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11534 type: DisplayString
11535 - name: lgpPduPsLineEntryEpLL
11536 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.60
11537 type: gauge
11538 help: Line to Line Electrical Potential - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.60
11539 indexes:
11540 - labelname: lgpPduEntryIndex
11541 type: gauge
11542 - labelname: lgpPduPsEntryIndex
11543 type: gauge
11544 - labelname: lgpPduPsLineEntryIndex
11545 type: gauge
11546 lookups:
11547 - labels:
11548 - lgpPduEntryIndex
11549 labelname: lgpPduEntrySysAssignLabel
11550 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11551 type: DisplayString
11552 - labels:
11553 - lgpPduPsEntryIndex
11554 labelname: lgpPduPsEntrySysAssignLabel
11555 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11556 type: DisplayString
11557 - name: lgpPduPsLineEntryEpLLTenths
11558 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.61
11559 type: gauge
11560 help: Line to Line Electrical Potential - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.61
11561 indexes:
11562 - labelname: lgpPduEntryIndex
11563 type: gauge
11564 - labelname: lgpPduPsEntryIndex
11565 type: gauge
11566 - labelname: lgpPduPsLineEntryIndex
11567 type: gauge
11568 lookups:
11569 - labels:
11570 - lgpPduEntryIndex
11571 labelname: lgpPduEntrySysAssignLabel
11572 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11573 type: DisplayString
11574 - labels:
11575 - lgpPduPsEntryIndex
11576 labelname: lgpPduPsEntrySysAssignLabel
11577 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11578 type: DisplayString
11579 - name: lgpPduPsLineEntryEcAvailBeforeAlarmHundredths
11580 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.62
11581 type: gauge
11582 help: The amount that the current/amperage may increase from its present value
11583 before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.62
11584 indexes:
11585 - labelname: lgpPduEntryIndex
11586 type: gauge
11587 - labelname: lgpPduPsEntryIndex
11588 type: gauge
11589 - labelname: lgpPduPsLineEntryIndex
11590 type: gauge
11591 lookups:
11592 - labels:
11593 - lgpPduEntryIndex
11594 labelname: lgpPduEntrySysAssignLabel
11595 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11596 type: DisplayString
11597 - labels:
11598 - lgpPduPsEntryIndex
11599 labelname: lgpPduPsEntrySysAssignLabel
11600 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11601 type: DisplayString
11602 - name: lgpPduPsLineEntryPwrLN
11603 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.63
11604 type: gauge
11605 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
11606 indexes:
11607 - labelname: lgpPduEntryIndex
11608 type: gauge
11609 - labelname: lgpPduPsEntryIndex
11610 type: gauge
11611 - labelname: lgpPduPsLineEntryIndex
11612 type: gauge
11613 lookups:
11614 - labels:
11615 - lgpPduEntryIndex
11616 labelname: lgpPduEntrySysAssignLabel
11617 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11618 type: DisplayString
11619 - labels:
11620 - lgpPduPsEntryIndex
11621 labelname: lgpPduPsEntrySysAssignLabel
11622 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11623 type: DisplayString
11624 - name: lgpPduPsLineEntryPwrLL
11625 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.64
11626 type: gauge
11627 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
11628 indexes:
11629 - labelname: lgpPduEntryIndex
11630 type: gauge
11631 - labelname: lgpPduPsEntryIndex
11632 type: gauge
11633 - labelname: lgpPduPsLineEntryIndex
11634 type: gauge
11635 lookups:
11636 - labels:
11637 - lgpPduEntryIndex
11638 labelname: lgpPduEntrySysAssignLabel
11639 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11640 type: DisplayString
11641 - labels:
11642 - lgpPduPsEntryIndex
11643 labelname: lgpPduPsEntrySysAssignLabel
11644 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11645 type: DisplayString
11646 - name: lgpPduPsLineEntryApLN
11647 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.65
11648 type: gauge
11649 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
11650 indexes:
11651 - labelname: lgpPduEntryIndex
11652 type: gauge
11653 - labelname: lgpPduPsEntryIndex
11654 type: gauge
11655 - labelname: lgpPduPsLineEntryIndex
11656 type: gauge
11657 lookups:
11658 - labels:
11659 - lgpPduEntryIndex
11660 labelname: lgpPduEntrySysAssignLabel
11661 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11662 type: DisplayString
11663 - labels:
11664 - lgpPduPsEntryIndex
11665 labelname: lgpPduPsEntrySysAssignLabel
11666 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11667 type: DisplayString
11668 - name: lgpPduPsLineEntryApLL
11669 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.66
11670 type: gauge
11671 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
11672 indexes:
11673 - labelname: lgpPduEntryIndex
11674 type: gauge
11675 - labelname: lgpPduPsEntryIndex
11676 type: gauge
11677 - labelname: lgpPduPsLineEntryIndex
11678 type: gauge
11679 lookups:
11680 - labels:
11681 - lgpPduEntryIndex
11682 labelname: lgpPduEntrySysAssignLabel
11683 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11684 type: DisplayString
11685 - labels:
11686 - lgpPduPsEntryIndex
11687 labelname: lgpPduPsEntrySysAssignLabel
11688 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11689 type: DisplayString
11690 - name: lgpPduPsLineEntryPfLN
11691 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.67
11692 type: gauge
11693 help: The line-to-neutral measurement of the Power Factor of the power source
11694 - 1.3.6.1.4.1.476.1.42.3.8.30.40.1.67
11695 indexes:
11696 - labelname: lgpPduEntryIndex
11697 type: gauge
11698 - labelname: lgpPduPsEntryIndex
11699 type: gauge
11700 - labelname: lgpPduPsLineEntryIndex
11701 type: gauge
11702 lookups:
11703 - labels:
11704 - lgpPduEntryIndex
11705 labelname: lgpPduEntrySysAssignLabel
11706 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11707 type: DisplayString
11708 - labels:
11709 - lgpPduPsEntryIndex
11710 labelname: lgpPduPsEntrySysAssignLabel
11711 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11712 type: DisplayString
11713 - name: lgpPduPsLineEntryPfLL
11714 oid: 1.3.6.1.4.1.476.1.42.3.8.30.40.1.68
11715 type: gauge
11716 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
11717 indexes:
11718 - labelname: lgpPduEntryIndex
11719 type: gauge
11720 - labelname: lgpPduPsEntryIndex
11721 type: gauge
11722 - labelname: lgpPduPsLineEntryIndex
11723 type: gauge
11724 lookups:
11725 - labels:
11726 - lgpPduEntryIndex
11727 labelname: lgpPduEntrySysAssignLabel
11728 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11729 type: DisplayString
11730 - labels:
11731 - lgpPduPsEntryIndex
11732 labelname: lgpPduPsEntrySysAssignLabel
11733 oid: 1.3.6.1.4.1.476.1.42.3.8.30.20.1.15
11734 type: DisplayString
11735 - name: lgpPduRcpEntryIndex
11736 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.1
11737 type: gauge
11738 help: This is the index that indicates the receptacle position on the receptacle
11739 branch - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.1
11740 indexes:
11741 - labelname: lgpPduEntryIndex
11742 type: gauge
11743 - labelname: lgpPduRbEntryIndex
11744 type: gauge
11745 - labelname: lgpPduRcpEntryIndex
11746 type: gauge
11747 lookups:
11748 - labels:
11749 - lgpPduEntryIndex
11750 labelname: lgpPduEntrySysAssignLabel
11751 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11752 type: DisplayString
11753 - labels:
11754 - lgpPduRcpEntryIndex
11755 labelname: lgpPduRcpEntrySysAssignLabel
11756 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11757 type: DisplayString
11758 - name: lgpPduRcpEntryId
11759 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.5
11760 type: gauge
11761 help: A runtime assigned receptacle identification number. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.5
11762 indexes:
11763 - labelname: lgpPduEntryIndex
11764 type: gauge
11765 - labelname: lgpPduRbEntryIndex
11766 type: gauge
11767 - labelname: lgpPduRcpEntryIndex
11768 type: gauge
11769 lookups:
11770 - labels:
11771 - lgpPduEntryIndex
11772 labelname: lgpPduEntrySysAssignLabel
11773 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11774 type: DisplayString
11775 - labels:
11776 - lgpPduRcpEntryIndex
11777 labelname: lgpPduRcpEntrySysAssignLabel
11778 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11779 type: DisplayString
11780 - name: lgpPduRcpEntryUsrLabel
11781 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.10
11782 type: DisplayString
11783 help: User assigned label for this receptacle. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.10
11784 indexes:
11785 - labelname: lgpPduEntryIndex
11786 type: gauge
11787 - labelname: lgpPduRbEntryIndex
11788 type: gauge
11789 - labelname: lgpPduRcpEntryIndex
11790 type: gauge
11791 lookups:
11792 - labels:
11793 - lgpPduEntryIndex
11794 labelname: lgpPduEntrySysAssignLabel
11795 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11796 type: DisplayString
11797 - labels:
11798 - lgpPduRcpEntryIndex
11799 labelname: lgpPduRcpEntrySysAssignLabel
11800 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11801 type: DisplayString
11802 - name: lgpPduRcpEntryUsrTag1
11803 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.15
11804 type: DisplayString
11805 help: User assigned Tag to assist in identifying or grouping this receptacle within
11806 the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.15
11807 indexes:
11808 - labelname: lgpPduEntryIndex
11809 type: gauge
11810 - labelname: lgpPduRbEntryIndex
11811 type: gauge
11812 - labelname: lgpPduRcpEntryIndex
11813 type: gauge
11814 lookups:
11815 - labels:
11816 - lgpPduEntryIndex
11817 labelname: lgpPduEntrySysAssignLabel
11818 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11819 type: DisplayString
11820 - labels:
11821 - lgpPduRcpEntryIndex
11822 labelname: lgpPduRcpEntrySysAssignLabel
11823 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11824 type: DisplayString
11825 - name: lgpPduRcpEntryUsrTag2
11826 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.20
11827 type: DisplayString
11828 help: User assigned Tag to assist in identifying or grouping this receptacle within
11829 the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.20
11830 indexes:
11831 - labelname: lgpPduEntryIndex
11832 type: gauge
11833 - labelname: lgpPduRbEntryIndex
11834 type: gauge
11835 - labelname: lgpPduRcpEntryIndex
11836 type: gauge
11837 lookups:
11838 - labels:
11839 - lgpPduEntryIndex
11840 labelname: lgpPduEntrySysAssignLabel
11841 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11842 type: DisplayString
11843 - labels:
11844 - lgpPduRcpEntryIndex
11845 labelname: lgpPduRcpEntrySysAssignLabel
11846 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11847 type: DisplayString
11848 - name: lgpPduRcpEntrySysAssignLabel
11849 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11850 type: DisplayString
11851 help: System assigned identifier representing the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11852 indexes:
11853 - labelname: lgpPduEntryIndex
11854 type: gauge
11855 - labelname: lgpPduRbEntryIndex
11856 type: gauge
11857 - labelname: lgpPduRcpEntryIndex
11858 type: gauge
11859 lookups:
11860 - labels:
11861 - lgpPduEntryIndex
11862 labelname: lgpPduEntrySysAssignLabel
11863 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11864 type: DisplayString
11865 - labels:
11866 - lgpPduRcpEntryIndex
11867 labelname: lgpPduRcpEntrySysAssignLabel
11868 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11869 type: DisplayString
11870 - name: lgpPduRcpEntryPosition
11871 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.30
11872 type: gauge
11873 help: A number representing the position of the receptacle within the receptacle
11874 branch. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.30
11875 indexes:
11876 - labelname: lgpPduEntryIndex
11877 type: gauge
11878 - labelname: lgpPduRbEntryIndex
11879 type: gauge
11880 - labelname: lgpPduRcpEntryIndex
11881 type: gauge
11882 lookups:
11883 - labels:
11884 - lgpPduEntryIndex
11885 labelname: lgpPduEntrySysAssignLabel
11886 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11887 type: DisplayString
11888 - labels:
11889 - lgpPduRcpEntryIndex
11890 labelname: lgpPduRcpEntrySysAssignLabel
11891 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11892 type: DisplayString
11893 - name: lgpPduRcpEntryType
11894 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.40
11895 type: gauge
11896 help: The type or form of receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.40
11897 indexes:
11898 - labelname: lgpPduEntryIndex
11899 type: gauge
11900 - labelname: lgpPduRbEntryIndex
11901 type: gauge
11902 - labelname: lgpPduRcpEntryIndex
11903 type: gauge
11904 lookups:
11905 - labels:
11906 - lgpPduEntryIndex
11907 labelname: lgpPduEntrySysAssignLabel
11908 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11909 type: DisplayString
11910 - labels:
11911 - lgpPduRcpEntryIndex
11912 labelname: lgpPduRcpEntrySysAssignLabel
11913 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11914 type: DisplayString
11915 enum_values:
11916 0: not-specified
11917 1: nema-5-20R-20-Amp
11918 2: iec-C13-sheet-F-10-Amp
11919 3: iec-C19-sheet-J-16-Amp
11920 7: cee-7-type-E-schuko
11921 8: nema-L6-30R-30-Amp
11922 - name: lgpPduRcpEntryLineSource
11923 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.45
11924 type: gauge
11925 help: This represents the line source that is supplying power to this receptacle
11926 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.45
11927 indexes:
11928 - labelname: lgpPduEntryIndex
11929 type: gauge
11930 - labelname: lgpPduRbEntryIndex
11931 type: gauge
11932 - labelname: lgpPduRcpEntryIndex
11933 type: gauge
11934 lookups:
11935 - labels:
11936 - lgpPduEntryIndex
11937 labelname: lgpPduEntrySysAssignLabel
11938 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11939 type: DisplayString
11940 - labels:
11941 - lgpPduRcpEntryIndex
11942 labelname: lgpPduRcpEntrySysAssignLabel
11943 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11944 type: DisplayString
11945 enum_values:
11946 0: not-specified
11947 1: line-1-N
11948 2: line-2-N
11949 3: line-3-N
11950 4: line-1-line-2
11951 5: line-2-line-3
11952 6: line-3-line-1
11953 7: unknown-line-neutral
11954 8: unknown-line-line
11955 - name: lgpPduRcpEntryCapabilities
11956 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.50
11957 type: gauge
11958 help: Receptacle capabilities describes what an individual receptacle is capable
11959 of - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.50
11960 indexes:
11961 - labelname: lgpPduEntryIndex
11962 type: gauge
11963 - labelname: lgpPduRbEntryIndex
11964 type: gauge
11965 - labelname: lgpPduRcpEntryIndex
11966 type: gauge
11967 lookups:
11968 - labels:
11969 - lgpPduEntryIndex
11970 labelname: lgpPduEntrySysAssignLabel
11971 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
11972 type: DisplayString
11973 - labels:
11974 - lgpPduRcpEntryIndex
11975 labelname: lgpPduRcpEntrySysAssignLabel
11976 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
11977 type: DisplayString
11978 enum_values:
11979 0: not-specified
11980 1: no-optional-capabilities
11981 2: measurement-only
11982 3: measurement-and-control
11983 4: control-only
11984 5: current-measurement-only
11985 6: current-measurement-and-control
11986 - name: lgpPduRcpEntryEp
11987 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.55
11988 type: gauge
11989 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
11990 indexes:
11991 - labelname: lgpPduEntryIndex
11992 type: gauge
11993 - labelname: lgpPduRbEntryIndex
11994 type: gauge
11995 - labelname: lgpPduRcpEntryIndex
11996 type: gauge
11997 lookups:
11998 - labels:
11999 - lgpPduEntryIndex
12000 labelname: lgpPduEntrySysAssignLabel
12001 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12002 type: DisplayString
12003 - labels:
12004 - lgpPduRcpEntryIndex
12005 labelname: lgpPduRcpEntrySysAssignLabel
12006 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12007 type: DisplayString
12008 - name: lgpPduRcpEntryEpTenths
12009 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.56
12010 type: gauge
12011 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
12012 indexes:
12013 - labelname: lgpPduEntryIndex
12014 type: gauge
12015 - labelname: lgpPduRbEntryIndex
12016 type: gauge
12017 - labelname: lgpPduRcpEntryIndex
12018 type: gauge
12019 lookups:
12020 - labels:
12021 - lgpPduEntryIndex
12022 labelname: lgpPduEntrySysAssignLabel
12023 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12024 type: DisplayString
12025 - labels:
12026 - lgpPduRcpEntryIndex
12027 labelname: lgpPduRcpEntrySysAssignLabel
12028 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12029 type: DisplayString
12030 - name: lgpPduRcpEntryEc
12031 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.60
12032 type: gauge
12033 help: Current (amperage) being delivered to the load attached to the receptacle
12034 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.60
12035 indexes:
12036 - labelname: lgpPduEntryIndex
12037 type: gauge
12038 - labelname: lgpPduRbEntryIndex
12039 type: gauge
12040 - labelname: lgpPduRcpEntryIndex
12041 type: gauge
12042 lookups:
12043 - labels:
12044 - lgpPduEntryIndex
12045 labelname: lgpPduEntrySysAssignLabel
12046 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12047 type: DisplayString
12048 - labels:
12049 - lgpPduRcpEntryIndex
12050 labelname: lgpPduRcpEntrySysAssignLabel
12051 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12052 type: DisplayString
12053 - name: lgpPduRcpEntryEcHundredths
12054 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.61
12055 type: gauge
12056 help: Current (amperage) being delivered to the load attached to the receptacle
12057 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.61
12058 indexes:
12059 - labelname: lgpPduEntryIndex
12060 type: gauge
12061 - labelname: lgpPduRbEntryIndex
12062 type: gauge
12063 - labelname: lgpPduRcpEntryIndex
12064 type: gauge
12065 lookups:
12066 - labels:
12067 - lgpPduEntryIndex
12068 labelname: lgpPduEntrySysAssignLabel
12069 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12070 type: DisplayString
12071 - labels:
12072 - lgpPduRcpEntryIndex
12073 labelname: lgpPduRcpEntrySysAssignLabel
12074 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12075 type: DisplayString
12076 - name: lgpPduRcpEntryPwrOut
12077 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.65
12078 type: gauge
12079 help: Real Power (watts) being delivered to the load attached to the receptacle.
12080 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.65
12081 indexes:
12082 - labelname: lgpPduEntryIndex
12083 type: gauge
12084 - labelname: lgpPduRbEntryIndex
12085 type: gauge
12086 - labelname: lgpPduRcpEntryIndex
12087 type: gauge
12088 lookups:
12089 - labels:
12090 - lgpPduEntryIndex
12091 labelname: lgpPduEntrySysAssignLabel
12092 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12093 type: DisplayString
12094 - labels:
12095 - lgpPduRcpEntryIndex
12096 labelname: lgpPduRcpEntrySysAssignLabel
12097 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12098 type: DisplayString
12099 - name: lgpPduRcpEntryApOut
12100 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.70
12101 type: gauge
12102 help: Apparent Power (volt-amps) being delivered to the load attached to the receptacle.
12103 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.70
12104 indexes:
12105 - labelname: lgpPduEntryIndex
12106 type: gauge
12107 - labelname: lgpPduRbEntryIndex
12108 type: gauge
12109 - labelname: lgpPduRcpEntryIndex
12110 type: gauge
12111 lookups:
12112 - labels:
12113 - lgpPduEntryIndex
12114 labelname: lgpPduEntrySysAssignLabel
12115 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12116 type: DisplayString
12117 - labels:
12118 - lgpPduRcpEntryIndex
12119 labelname: lgpPduRcpEntrySysAssignLabel
12120 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12121 type: DisplayString
12122 - name: lgpPduRcpEntryPf
12123 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.75
12124 type: gauge
12125 help: Receptacle Power Factor, which is the ratio of real power to apparent power
12126 (i.e - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.75
12127 indexes:
12128 - labelname: lgpPduEntryIndex
12129 type: gauge
12130 - labelname: lgpPduRbEntryIndex
12131 type: gauge
12132 - labelname: lgpPduRcpEntryIndex
12133 type: gauge
12134 lookups:
12135 - labels:
12136 - lgpPduEntryIndex
12137 labelname: lgpPduEntrySysAssignLabel
12138 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12139 type: DisplayString
12140 - labels:
12141 - lgpPduRcpEntryIndex
12142 labelname: lgpPduRcpEntrySysAssignLabel
12143 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12144 type: DisplayString
12145 - name: lgpPduRcpEntryFreq
12146 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.80
12147 type: gauge
12148 help: The measured line frequency being delivered to the load attached to the
12149 receptacle. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.80
12150 indexes:
12151 - labelname: lgpPduEntryIndex
12152 type: gauge
12153 - labelname: lgpPduRbEntryIndex
12154 type: gauge
12155 - labelname: lgpPduRcpEntryIndex
12156 type: gauge
12157 lookups:
12158 - labels:
12159 - lgpPduEntryIndex
12160 labelname: lgpPduEntrySysAssignLabel
12161 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12162 type: DisplayString
12163 - labels:
12164 - lgpPduRcpEntryIndex
12165 labelname: lgpPduRcpEntrySysAssignLabel
12166 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12167 type: DisplayString
12168 - name: lgpPduRcpEntryEnergyAccum
12169 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.85
12170 type: gauge
12171 help: Total accumulated energy, measured at the module input, since the last energy
12172 reset - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.85
12173 indexes:
12174 - labelname: lgpPduEntryIndex
12175 type: gauge
12176 - labelname: lgpPduRbEntryIndex
12177 type: gauge
12178 - labelname: lgpPduRcpEntryIndex
12179 type: gauge
12180 lookups:
12181 - labels:
12182 - lgpPduEntryIndex
12183 labelname: lgpPduEntrySysAssignLabel
12184 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12185 type: DisplayString
12186 - labels:
12187 - lgpPduRcpEntryIndex
12188 labelname: lgpPduRcpEntrySysAssignLabel
12189 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12190 type: DisplayString
12191 - name: lgpPduRcpEntryPwrOnDelay
12192 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.90
12193 type: gauge
12194 help: The amount of time to wait before power is applied to the receptacle after
12195 a power strip is turned on or rebooted - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.90
12196 indexes:
12197 - labelname: lgpPduEntryIndex
12198 type: gauge
12199 - labelname: lgpPduRbEntryIndex
12200 type: gauge
12201 - labelname: lgpPduRcpEntryIndex
12202 type: gauge
12203 lookups:
12204 - labels:
12205 - lgpPduEntryIndex
12206 labelname: lgpPduEntrySysAssignLabel
12207 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12208 type: DisplayString
12209 - labels:
12210 - lgpPduRcpEntryIndex
12211 labelname: lgpPduRcpEntrySysAssignLabel
12212 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12213 type: DisplayString
12214 - name: lgpPduRcpEntryPwrState
12215 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.95
12216 type: gauge
12217 help: unknown The current power state is unknown - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.95
12218 indexes:
12219 - labelname: lgpPduEntryIndex
12220 type: gauge
12221 - labelname: lgpPduRbEntryIndex
12222 type: gauge
12223 - labelname: lgpPduRcpEntryIndex
12224 type: gauge
12225 lookups:
12226 - labels:
12227 - lgpPduEntryIndex
12228 labelname: lgpPduEntrySysAssignLabel
12229 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12230 type: DisplayString
12231 - labels:
12232 - lgpPduRcpEntryIndex
12233 labelname: lgpPduRcpEntrySysAssignLabel
12234 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12235 type: DisplayString
12236 enum_values:
12237 0: unknown
12238 1: "off"
12239 2: "on"
12240 3: off-pending-on-delay
12241 - name: lgpPduRcpEntryPwrUpState
12242 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.96
12243 type: gauge
12244 help: The 'Power Up State' defines the state to which the receptacle shall return
12245 after a power cycle of the PDU - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.96
12246 indexes:
12247 - labelname: lgpPduEntryIndex
12248 type: gauge
12249 - labelname: lgpPduRbEntryIndex
12250 type: gauge
12251 - labelname: lgpPduRcpEntryIndex
12252 type: gauge
12253 lookups:
12254 - labels:
12255 - lgpPduEntryIndex
12256 labelname: lgpPduEntrySysAssignLabel
12257 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12258 type: DisplayString
12259 - labels:
12260 - lgpPduRcpEntryIndex
12261 labelname: lgpPduRcpEntrySysAssignLabel
12262 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12263 type: DisplayString
12264 enum_values:
12265 1: "on"
12266 2: "off"
12267 3: last-state
12268 - name: lgpPduRcpEntryControl
12269 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.100
12270 type: gauge
12271 help: This object represents the current and persistent (configured) power state
12272 of the receptacle - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.100
12273 indexes:
12274 - labelname: lgpPduEntryIndex
12275 type: gauge
12276 - labelname: lgpPduRbEntryIndex
12277 type: gauge
12278 - labelname: lgpPduRcpEntryIndex
12279 type: gauge
12280 lookups:
12281 - labels:
12282 - lgpPduEntryIndex
12283 labelname: lgpPduEntrySysAssignLabel
12284 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12285 type: DisplayString
12286 - labels:
12287 - lgpPduRcpEntryIndex
12288 labelname: lgpPduRcpEntrySysAssignLabel
12289 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12290 type: DisplayString
12291 enum_values:
12292 0: "off"
12293 1: "on"
12294 2: cycle-power
12295 - name: lgpPduRcpEntryControlLock
12296 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.105
12297 type: gauge
12298 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
12299 indexes:
12300 - labelname: lgpPduEntryIndex
12301 type: gauge
12302 - labelname: lgpPduRbEntryIndex
12303 type: gauge
12304 - labelname: lgpPduRcpEntryIndex
12305 type: gauge
12306 lookups:
12307 - labels:
12308 - lgpPduEntryIndex
12309 labelname: lgpPduEntrySysAssignLabel
12310 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12311 type: DisplayString
12312 - labels:
12313 - lgpPduRcpEntryIndex
12314 labelname: lgpPduRcpEntrySysAssignLabel
12315 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12316 type: DisplayString
12317 enum_values:
12318 0: unknown
12319 1: unlocked
12320 2: locked
12321 - name: lgpPduRcpEntryEcThrshldUnderAlarm
12322 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.150
12323 type: gauge
12324 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
12325 indexes:
12326 - labelname: lgpPduEntryIndex
12327 type: gauge
12328 - labelname: lgpPduRbEntryIndex
12329 type: gauge
12330 - labelname: lgpPduRcpEntryIndex
12331 type: gauge
12332 lookups:
12333 - labels:
12334 - lgpPduEntryIndex
12335 labelname: lgpPduEntrySysAssignLabel
12336 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12337 type: DisplayString
12338 - labels:
12339 - lgpPduRcpEntryIndex
12340 labelname: lgpPduRcpEntrySysAssignLabel
12341 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12342 type: DisplayString
12343 - name: lgpPduRcpEntryEcThrshldOverWarn
12344 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.151
12345 type: gauge
12346 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
12347 indexes:
12348 - labelname: lgpPduEntryIndex
12349 type: gauge
12350 - labelname: lgpPduRbEntryIndex
12351 type: gauge
12352 - labelname: lgpPduRcpEntryIndex
12353 type: gauge
12354 lookups:
12355 - labels:
12356 - lgpPduEntryIndex
12357 labelname: lgpPduEntrySysAssignLabel
12358 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12359 type: DisplayString
12360 - labels:
12361 - lgpPduRcpEntryIndex
12362 labelname: lgpPduRcpEntrySysAssignLabel
12363 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12364 type: DisplayString
12365 - name: lgpPduRcpEntryEcThrshldOverAlarm
12366 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.152
12367 type: gauge
12368 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
12369 indexes:
12370 - labelname: lgpPduEntryIndex
12371 type: gauge
12372 - labelname: lgpPduRbEntryIndex
12373 type: gauge
12374 - labelname: lgpPduRcpEntryIndex
12375 type: gauge
12376 lookups:
12377 - labels:
12378 - lgpPduEntryIndex
12379 labelname: lgpPduEntrySysAssignLabel
12380 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12381 type: DisplayString
12382 - labels:
12383 - lgpPduRcpEntryIndex
12384 labelname: lgpPduRcpEntrySysAssignLabel
12385 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12386 type: DisplayString
12387 - name: lgpPduRcpEntryEcAvailBeforeAlarmHundredths
12388 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.159
12389 type: gauge
12390 help: The amount that the current/amperage may increase from its present value
12391 before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.159
12392 indexes:
12393 - labelname: lgpPduEntryIndex
12394 type: gauge
12395 - labelname: lgpPduRbEntryIndex
12396 type: gauge
12397 - labelname: lgpPduRcpEntryIndex
12398 type: gauge
12399 lookups:
12400 - labels:
12401 - lgpPduEntryIndex
12402 labelname: lgpPduEntrySysAssignLabel
12403 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12404 type: DisplayString
12405 - labels:
12406 - lgpPduRcpEntryIndex
12407 labelname: lgpPduRcpEntrySysAssignLabel
12408 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12409 type: DisplayString
12410 - name: lgpPduRcpEntryEcAvailBeforeAlarm
12411 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.160
12412 type: gauge
12413 help: The amount that the current/amperage may increase from its present value
12414 before an over current alarm occurs. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.160
12415 indexes:
12416 - labelname: lgpPduEntryIndex
12417 type: gauge
12418 - labelname: lgpPduRbEntryIndex
12419 type: gauge
12420 - labelname: lgpPduRcpEntryIndex
12421 type: gauge
12422 lookups:
12423 - labels:
12424 - lgpPduEntryIndex
12425 labelname: lgpPduEntrySysAssignLabel
12426 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12427 type: DisplayString
12428 - labels:
12429 - lgpPduRcpEntryIndex
12430 labelname: lgpPduRcpEntrySysAssignLabel
12431 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12432 type: DisplayString
12433 - name: lgpPduRcpEntryEcUsedBeforeAlarm
12434 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.161
12435 type: gauge
12436 help: The percent of current utilization relative to the over current alarm threshold.
12437 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.161
12438 indexes:
12439 - labelname: lgpPduEntryIndex
12440 type: gauge
12441 - labelname: lgpPduRbEntryIndex
12442 type: gauge
12443 - labelname: lgpPduRcpEntryIndex
12444 type: gauge
12445 lookups:
12446 - labels:
12447 - lgpPduEntryIndex
12448 labelname: lgpPduEntrySysAssignLabel
12449 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12450 type: DisplayString
12451 - labels:
12452 - lgpPduRcpEntryIndex
12453 labelname: lgpPduRcpEntrySysAssignLabel
12454 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12455 type: DisplayString
12456 - name: lgpPduRcpEntryEcCrestFactor
12457 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.162
12458 type: gauge
12459 help: Receptacle current crest factor, which is the peak amplitude of the current
12460 waveform divided by the RMS value of the waveform. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.162
12461 indexes:
12462 - labelname: lgpPduEntryIndex
12463 type: gauge
12464 - labelname: lgpPduRbEntryIndex
12465 type: gauge
12466 - labelname: lgpPduRcpEntryIndex
12467 type: gauge
12468 lookups:
12469 - labels:
12470 - lgpPduEntryIndex
12471 labelname: lgpPduEntrySysAssignLabel
12472 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12473 type: DisplayString
12474 - labels:
12475 - lgpPduRcpEntryIndex
12476 labelname: lgpPduRcpEntrySysAssignLabel
12477 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12478 type: DisplayString
12479 - name: lgpPduRcpEntryBlinkLED
12480 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.200
12481 type: gauge
12482 help: Blink the receptacle LED - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.200
12483 indexes:
12484 - labelname: lgpPduEntryIndex
12485 type: gauge
12486 - labelname: lgpPduRbEntryIndex
12487 type: gauge
12488 - labelname: lgpPduRcpEntryIndex
12489 type: gauge
12490 lookups:
12491 - labels:
12492 - lgpPduEntryIndex
12493 labelname: lgpPduEntrySysAssignLabel
12494 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12495 type: DisplayString
12496 - labels:
12497 - lgpPduRcpEntryIndex
12498 labelname: lgpPduRcpEntrySysAssignLabel
12499 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12500 type: DisplayString
12501 enum_values:
12502 1: noAction
12503 2: blinkLED
12504 - name: lgpPduRcpEntrySwOverTemperatureProtection
12505 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.205
12506 type: gauge
12507 help: 'The configuration parameter to enable or disable the Receptacle SW Over
12508 Temperature Protection feature If the feature is enabled, in case of Over Temperature
12509 Alarm condition, following action will be taken on the receptacles: Locked &
12510 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'
12511 indexes:
12512 - labelname: lgpPduEntryIndex
12513 type: gauge
12514 - labelname: lgpPduRbEntryIndex
12515 type: gauge
12516 - labelname: lgpPduRcpEntryIndex
12517 type: gauge
12518 lookups:
12519 - labels:
12520 - lgpPduEntryIndex
12521 labelname: lgpPduEntrySysAssignLabel
12522 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12523 type: DisplayString
12524 - labels:
12525 - lgpPduRcpEntryIndex
12526 labelname: lgpPduRcpEntrySysAssignLabel
12527 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12528 type: DisplayString
12529 enum_values:
12530 0: disable
12531 1: enable
12532 - name: lgpPduRcpEntryOperationCondition
12533 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.210
12534 type: gauge
12535 help: Receptacle Operating Condition - indicates the condition of the receptacle
12536 - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.210
12537 indexes:
12538 - labelname: lgpPduEntryIndex
12539 type: gauge
12540 - labelname: lgpPduRbEntryIndex
12541 type: gauge
12542 - labelname: lgpPduRcpEntryIndex
12543 type: gauge
12544 lookups:
12545 - labels:
12546 - lgpPduEntryIndex
12547 labelname: lgpPduEntrySysAssignLabel
12548 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12549 type: DisplayString
12550 - labels:
12551 - lgpPduRcpEntryIndex
12552 labelname: lgpPduRcpEntrySysAssignLabel
12553 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12554 type: DisplayString
12555 enum_values:
12556 1: normalOperation
12557 2: normalWithWarning
12558 3: normalWithAlarm
12559 4: abnormal
12560 - name: lgpPduRcpEntryCriticality
12561 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.215
12562 type: gauge
12563 help: The configuration parameter can be used by the user to mark a receptacle
12564 as critical or non-critical. - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.215
12565 indexes:
12566 - labelname: lgpPduEntryIndex
12567 type: gauge
12568 - labelname: lgpPduRbEntryIndex
12569 type: gauge
12570 - labelname: lgpPduRcpEntryIndex
12571 type: gauge
12572 lookups:
12573 - labels:
12574 - lgpPduEntryIndex
12575 labelname: lgpPduEntrySysAssignLabel
12576 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12577 type: DisplayString
12578 - labels:
12579 - lgpPduRcpEntryIndex
12580 labelname: lgpPduRcpEntrySysAssignLabel
12581 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12582 type: DisplayString
12583 enum_values:
12584 0: critical
12585 1: notCritical
12586 - name: lgpPduRcpEntryPostOnDelay
12587 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.220
12588 type: gauge
12589 help: The 'Post On Delay' is the time interval (in seconds) that the PDU waits
12590 after a command is issued to switch ON a receptacle before applying power to
12591 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
12592 indexes:
12593 - labelname: lgpPduEntryIndex
12594 type: gauge
12595 - labelname: lgpPduRbEntryIndex
12596 type: gauge
12597 - labelname: lgpPduRcpEntryIndex
12598 type: gauge
12599 lookups:
12600 - labels:
12601 - lgpPduEntryIndex
12602 labelname: lgpPduEntrySysAssignLabel
12603 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12604 type: DisplayString
12605 - labels:
12606 - lgpPduRcpEntryIndex
12607 labelname: lgpPduRcpEntrySysAssignLabel
12608 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12609 type: DisplayString
12610 - name: lgpPduRcpEntryPostOffDelay
12611 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.225
12612 type: gauge
12613 help: The 'Post Off Delay' is the time interval (in seconds) that the PDU waits
12614 after a command is issued to switch OFF a receptacle before removing power from
12615 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
12616 indexes:
12617 - labelname: lgpPduEntryIndex
12618 type: gauge
12619 - labelname: lgpPduRbEntryIndex
12620 type: gauge
12621 - labelname: lgpPduRcpEntryIndex
12622 type: gauge
12623 lookups:
12624 - labels:
12625 - lgpPduEntryIndex
12626 labelname: lgpPduEntrySysAssignLabel
12627 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12628 type: DisplayString
12629 - labels:
12630 - lgpPduRcpEntryIndex
12631 labelname: lgpPduRcpEntrySysAssignLabel
12632 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12633 type: DisplayString
12634 - name: lgpPduRcpEntryAddReceptacleToGroup
12635 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.230
12636 type: OctetString
12637 help: This receptacle can be added to a group by writing a corresponding OID to
12638 this column - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.230
12639 indexes:
12640 - labelname: lgpPduEntryIndex
12641 type: gauge
12642 - labelname: lgpPduRbEntryIndex
12643 type: gauge
12644 - labelname: lgpPduRcpEntryIndex
12645 type: gauge
12646 lookups:
12647 - labels:
12648 - lgpPduEntryIndex
12649 labelname: lgpPduEntrySysAssignLabel
12650 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12651 type: DisplayString
12652 - labels:
12653 - lgpPduRcpEntryIndex
12654 labelname: lgpPduRcpEntrySysAssignLabel
12655 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12656 type: DisplayString
12657 - name: lgpPduRcpEntryRemoveReceptacleFromGroup
12658 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.235
12659 type: OctetString
12660 help: This receptacle can be removed from a group by writing a corresponding OID
12661 to this column - 1.3.6.1.4.1.476.1.42.3.8.50.20.1.235
12662 indexes:
12663 - labelname: lgpPduEntryIndex
12664 type: gauge
12665 - labelname: lgpPduRbEntryIndex
12666 type: gauge
12667 - labelname: lgpPduRcpEntryIndex
12668 type: gauge
12669 lookups:
12670 - labels:
12671 - lgpPduEntryIndex
12672 labelname: lgpPduEntrySysAssignLabel
12673 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12674 type: DisplayString
12675 - labels:
12676 - lgpPduRcpEntryIndex
12677 labelname: lgpPduRcpEntrySysAssignLabel
12678 oid: 1.3.6.1.4.1.476.1.42.3.8.50.20.1.25
12679 type: DisplayString
12680 - name: lgpPduAuxSensorIndex
12681 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.1
12682 type: gauge
12683 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
12684 indexes:
12685 - labelname: lgpPduEntryIndex
12686 type: gauge
12687 - labelname: lgpPduAuxSensorIndex
12688 type: gauge
12689 lookups:
12690 - labels:
12691 - lgpPduEntryIndex
12692 labelname: lgpPduEntrySysAssignLabel
12693 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12694 type: DisplayString
12695 - labels:
12696 - lgpPduAuxSensorIndex
12697 labelname: lgpPduAuxSensorSysAssignLabel
12698 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12699 type: DisplayString
12700 - name: lgpPduAuxSensorMeasType
12701 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.5
12702 type: gauge
12703 help: not-specified The type of sensor is unknown - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.5
12704 indexes:
12705 - labelname: lgpPduEntryIndex
12706 type: gauge
12707 - labelname: lgpPduAuxSensorIndex
12708 type: gauge
12709 lookups:
12710 - labels:
12711 - lgpPduEntryIndex
12712 labelname: lgpPduEntrySysAssignLabel
12713 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12714 type: DisplayString
12715 - labels:
12716 - lgpPduAuxSensorIndex
12717 labelname: lgpPduAuxSensorSysAssignLabel
12718 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12719 type: DisplayString
12720 enum_values:
12721 0: not-specified
12722 1: temperature
12723 2: humidity
12724 3: temperature-and-humidity
12725 - name: lgpPduAuxSensorId
12726 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.10
12727 type: gauge
12728 help: System assigned auxiliary sensor identification number - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.10
12729 indexes:
12730 - labelname: lgpPduEntryIndex
12731 type: gauge
12732 - labelname: lgpPduAuxSensorIndex
12733 type: gauge
12734 lookups:
12735 - labels:
12736 - lgpPduEntryIndex
12737 labelname: lgpPduEntrySysAssignLabel
12738 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12739 type: DisplayString
12740 - labels:
12741 - lgpPduAuxSensorIndex
12742 labelname: lgpPduAuxSensorSysAssignLabel
12743 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12744 type: DisplayString
12745 - name: lgpPduAuxSensorSysAssignLabel
12746 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12747 type: DisplayString
12748 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
12749 indexes:
12750 - labelname: lgpPduEntryIndex
12751 type: gauge
12752 - labelname: lgpPduAuxSensorIndex
12753 type: gauge
12754 lookups:
12755 - labels:
12756 - lgpPduEntryIndex
12757 labelname: lgpPduEntrySysAssignLabel
12758 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12759 type: DisplayString
12760 - labels:
12761 - lgpPduAuxSensorIndex
12762 labelname: lgpPduAuxSensorSysAssignLabel
12763 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12764 type: DisplayString
12765 - name: lgpPduAuxSensorPositionRelative
12766 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.20
12767 type: gauge
12768 help: Auxiliary sensor relative position - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.20
12769 indexes:
12770 - labelname: lgpPduEntryIndex
12771 type: gauge
12772 - labelname: lgpPduAuxSensorIndex
12773 type: gauge
12774 lookups:
12775 - labels:
12776 - lgpPduEntryIndex
12777 labelname: lgpPduEntrySysAssignLabel
12778 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12779 type: DisplayString
12780 - labels:
12781 - lgpPduAuxSensorIndex
12782 labelname: lgpPduAuxSensorSysAssignLabel
12783 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12784 type: DisplayString
12785 - name: lgpPduAuxSensorUsrLabel
12786 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.25
12787 type: DisplayString
12788 help: User assigned auxiliary sensor label. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.25
12789 indexes:
12790 - labelname: lgpPduEntryIndex
12791 type: gauge
12792 - labelname: lgpPduAuxSensorIndex
12793 type: gauge
12794 lookups:
12795 - labels:
12796 - lgpPduEntryIndex
12797 labelname: lgpPduEntrySysAssignLabel
12798 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12799 type: DisplayString
12800 - labels:
12801 - lgpPduAuxSensorIndex
12802 labelname: lgpPduAuxSensorSysAssignLabel
12803 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12804 type: DisplayString
12805 - name: lgpPduAuxSensorUsrTag1
12806 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.30
12807 type: DisplayString
12808 help: User assigned Tag to assist in identifying or grouping this auxiliary sensor
12809 within the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.30
12810 indexes:
12811 - labelname: lgpPduEntryIndex
12812 type: gauge
12813 - labelname: lgpPduAuxSensorIndex
12814 type: gauge
12815 lookups:
12816 - labels:
12817 - lgpPduEntryIndex
12818 labelname: lgpPduEntrySysAssignLabel
12819 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12820 type: DisplayString
12821 - labels:
12822 - lgpPduAuxSensorIndex
12823 labelname: lgpPduAuxSensorSysAssignLabel
12824 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12825 type: DisplayString
12826 - name: lgpPduAuxSensorUsrTag2
12827 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.35
12828 type: DisplayString
12829 help: User assigned Tag to assist in identifying or grouping this auxiliary sensor
12830 within the end-users domain. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.35
12831 indexes:
12832 - labelname: lgpPduEntryIndex
12833 type: gauge
12834 - labelname: lgpPduAuxSensorIndex
12835 type: gauge
12836 lookups:
12837 - labels:
12838 - lgpPduEntryIndex
12839 labelname: lgpPduEntrySysAssignLabel
12840 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12841 type: DisplayString
12842 - labels:
12843 - lgpPduAuxSensorIndex
12844 labelname: lgpPduAuxSensorSysAssignLabel
12845 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12846 type: DisplayString
12847 - name: lgpPduAuxSensorTempSerialNum
12848 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.40
12849 type: DisplayString
12850 help: The temperature sensor's globally unique serial number assigned at the time
12851 of manufacture. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.40
12852 indexes:
12853 - labelname: lgpPduEntryIndex
12854 type: gauge
12855 - labelname: lgpPduAuxSensorIndex
12856 type: gauge
12857 lookups:
12858 - labels:
12859 - lgpPduEntryIndex
12860 labelname: lgpPduEntrySysAssignLabel
12861 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12862 type: DisplayString
12863 - labels:
12864 - lgpPduAuxSensorIndex
12865 labelname: lgpPduAuxSensorSysAssignLabel
12866 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12867 type: DisplayString
12868 - name: lgpPduAuxSensorHumSerialNum
12869 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.45
12870 type: DisplayString
12871 help: The humidity sensor's globally unique serial number assigned at the time
12872 of manufacture. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.45
12873 indexes:
12874 - labelname: lgpPduEntryIndex
12875 type: gauge
12876 - labelname: lgpPduAuxSensorIndex
12877 type: gauge
12878 lookups:
12879 - labels:
12880 - lgpPduEntryIndex
12881 labelname: lgpPduEntrySysAssignLabel
12882 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12883 type: DisplayString
12884 - labels:
12885 - lgpPduAuxSensorIndex
12886 labelname: lgpPduAuxSensorSysAssignLabel
12887 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12888 type: DisplayString
12889 - name: lgpPduAuxSensorTempMeasurementDegF
12890 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.50
12891 type: gauge
12892 help: Temperature measured at the temperature sensor reported in degrees Fahrenheit.
12893 - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.50
12894 indexes:
12895 - labelname: lgpPduEntryIndex
12896 type: gauge
12897 - labelname: lgpPduAuxSensorIndex
12898 type: gauge
12899 lookups:
12900 - labels:
12901 - lgpPduEntryIndex
12902 labelname: lgpPduEntrySysAssignLabel
12903 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12904 type: DisplayString
12905 - labels:
12906 - lgpPduAuxSensorIndex
12907 labelname: lgpPduAuxSensorSysAssignLabel
12908 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12909 type: DisplayString
12910 - name: lgpPduAuxSensorTempThrshldUndrAlmDegF
12911 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.55
12912 type: gauge
12913 help: Under temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.55
12914 indexes:
12915 - labelname: lgpPduEntryIndex
12916 type: gauge
12917 - labelname: lgpPduAuxSensorIndex
12918 type: gauge
12919 lookups:
12920 - labels:
12921 - lgpPduEntryIndex
12922 labelname: lgpPduEntrySysAssignLabel
12923 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12924 type: DisplayString
12925 - labels:
12926 - lgpPduAuxSensorIndex
12927 labelname: lgpPduAuxSensorSysAssignLabel
12928 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12929 type: DisplayString
12930 - name: lgpPduAuxSensorTempThrshldOvrAlmDegF
12931 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.60
12932 type: gauge
12933 help: Over temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.60
12934 indexes:
12935 - labelname: lgpPduEntryIndex
12936 type: gauge
12937 - labelname: lgpPduAuxSensorIndex
12938 type: gauge
12939 lookups:
12940 - labels:
12941 - lgpPduEntryIndex
12942 labelname: lgpPduEntrySysAssignLabel
12943 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12944 type: DisplayString
12945 - labels:
12946 - lgpPduAuxSensorIndex
12947 labelname: lgpPduAuxSensorSysAssignLabel
12948 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12949 type: DisplayString
12950 - name: lgpPduAuxSensorTempThrshldUndrWarnDegF
12951 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.65
12952 type: gauge
12953 help: Under temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.65
12954 indexes:
12955 - labelname: lgpPduEntryIndex
12956 type: gauge
12957 - labelname: lgpPduAuxSensorIndex
12958 type: gauge
12959 lookups:
12960 - labels:
12961 - lgpPduEntryIndex
12962 labelname: lgpPduEntrySysAssignLabel
12963 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12964 type: DisplayString
12965 - labels:
12966 - lgpPduAuxSensorIndex
12967 labelname: lgpPduAuxSensorSysAssignLabel
12968 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12969 type: DisplayString
12970 - name: lgpPduAuxSensorTempThrshldOvrWarnDegF
12971 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.70
12972 type: gauge
12973 help: Over temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.70
12974 indexes:
12975 - labelname: lgpPduEntryIndex
12976 type: gauge
12977 - labelname: lgpPduAuxSensorIndex
12978 type: gauge
12979 lookups:
12980 - labels:
12981 - lgpPduEntryIndex
12982 labelname: lgpPduEntrySysAssignLabel
12983 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
12984 type: DisplayString
12985 - labels:
12986 - lgpPduAuxSensorIndex
12987 labelname: lgpPduAuxSensorSysAssignLabel
12988 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
12989 type: DisplayString
12990 - name: lgpPduAuxSensorTempMeasurementDegC
12991 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.75
12992 type: gauge
12993 help: Temperature measured at the temperature sensor reported in degrees Celsius.
12994 - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.75
12995 indexes:
12996 - labelname: lgpPduEntryIndex
12997 type: gauge
12998 - labelname: lgpPduAuxSensorIndex
12999 type: gauge
13000 lookups:
13001 - labels:
13002 - lgpPduEntryIndex
13003 labelname: lgpPduEntrySysAssignLabel
13004 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13005 type: DisplayString
13006 - labels:
13007 - lgpPduAuxSensorIndex
13008 labelname: lgpPduAuxSensorSysAssignLabel
13009 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13010 type: DisplayString
13011 - name: lgpPduAuxSensorTempThrshldUndrAlmDegC
13012 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.80
13013 type: gauge
13014 help: Under temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.80
13015 indexes:
13016 - labelname: lgpPduEntryIndex
13017 type: gauge
13018 - labelname: lgpPduAuxSensorIndex
13019 type: gauge
13020 lookups:
13021 - labels:
13022 - lgpPduEntryIndex
13023 labelname: lgpPduEntrySysAssignLabel
13024 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13025 type: DisplayString
13026 - labels:
13027 - lgpPduAuxSensorIndex
13028 labelname: lgpPduAuxSensorSysAssignLabel
13029 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13030 type: DisplayString
13031 - name: lgpPduAuxSensorTempThrshldOvrAlmDegC
13032 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.85
13033 type: gauge
13034 help: Over temperature alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.85
13035 indexes:
13036 - labelname: lgpPduEntryIndex
13037 type: gauge
13038 - labelname: lgpPduAuxSensorIndex
13039 type: gauge
13040 lookups:
13041 - labels:
13042 - lgpPduEntryIndex
13043 labelname: lgpPduEntrySysAssignLabel
13044 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13045 type: DisplayString
13046 - labels:
13047 - lgpPduAuxSensorIndex
13048 labelname: lgpPduAuxSensorSysAssignLabel
13049 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13050 type: DisplayString
13051 - name: lgpPduAuxSensorTempThrshldUndrWarnDegC
13052 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.90
13053 type: gauge
13054 help: Under temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.90
13055 indexes:
13056 - labelname: lgpPduEntryIndex
13057 type: gauge
13058 - labelname: lgpPduAuxSensorIndex
13059 type: gauge
13060 lookups:
13061 - labels:
13062 - lgpPduEntryIndex
13063 labelname: lgpPduEntrySysAssignLabel
13064 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13065 type: DisplayString
13066 - labels:
13067 - lgpPduAuxSensorIndex
13068 labelname: lgpPduAuxSensorSysAssignLabel
13069 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13070 type: DisplayString
13071 - name: lgpPduAuxSensorTempThrshldOvrWarnDegC
13072 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.95
13073 type: gauge
13074 help: Over temperature warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.95
13075 indexes:
13076 - labelname: lgpPduEntryIndex
13077 type: gauge
13078 - labelname: lgpPduAuxSensorIndex
13079 type: gauge
13080 lookups:
13081 - labels:
13082 - lgpPduEntryIndex
13083 labelname: lgpPduEntrySysAssignLabel
13084 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13085 type: DisplayString
13086 - labels:
13087 - lgpPduAuxSensorIndex
13088 labelname: lgpPduAuxSensorSysAssignLabel
13089 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13090 type: DisplayString
13091 - name: lgpPduAuxSensorHumMeasurement
13092 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.100
13093 type: gauge
13094 help: Relative Humidity measured at the humidity sensor. - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.100
13095 indexes:
13096 - labelname: lgpPduEntryIndex
13097 type: gauge
13098 - labelname: lgpPduAuxSensorIndex
13099 type: gauge
13100 lookups:
13101 - labels:
13102 - lgpPduEntryIndex
13103 labelname: lgpPduEntrySysAssignLabel
13104 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13105 type: DisplayString
13106 - labels:
13107 - lgpPduAuxSensorIndex
13108 labelname: lgpPduAuxSensorSysAssignLabel
13109 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13110 type: DisplayString
13111 - name: lgpPduAuxSensorHumThrshldUndrAlm
13112 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.105
13113 type: gauge
13114 help: Under relative humidity alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.105
13115 indexes:
13116 - labelname: lgpPduEntryIndex
13117 type: gauge
13118 - labelname: lgpPduAuxSensorIndex
13119 type: gauge
13120 lookups:
13121 - labels:
13122 - lgpPduEntryIndex
13123 labelname: lgpPduEntrySysAssignLabel
13124 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13125 type: DisplayString
13126 - labels:
13127 - lgpPduAuxSensorIndex
13128 labelname: lgpPduAuxSensorSysAssignLabel
13129 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13130 type: DisplayString
13131 - name: lgpPduAuxSensorHumThrshldOvrAlm
13132 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.110
13133 type: gauge
13134 help: Over relative humidity alarm threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.110
13135 indexes:
13136 - labelname: lgpPduEntryIndex
13137 type: gauge
13138 - labelname: lgpPduAuxSensorIndex
13139 type: gauge
13140 lookups:
13141 - labels:
13142 - lgpPduEntryIndex
13143 labelname: lgpPduEntrySysAssignLabel
13144 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13145 type: DisplayString
13146 - labels:
13147 - lgpPduAuxSensorIndex
13148 labelname: lgpPduAuxSensorSysAssignLabel
13149 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13150 type: DisplayString
13151 - name: lgpPduAuxSensorHumThrshldUndrWarn
13152 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.115
13153 type: gauge
13154 help: Under relative humidity warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.115
13155 indexes:
13156 - labelname: lgpPduEntryIndex
13157 type: gauge
13158 - labelname: lgpPduAuxSensorIndex
13159 type: gauge
13160 lookups:
13161 - labels:
13162 - lgpPduEntryIndex
13163 labelname: lgpPduEntrySysAssignLabel
13164 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13165 type: DisplayString
13166 - labels:
13167 - lgpPduAuxSensorIndex
13168 labelname: lgpPduAuxSensorSysAssignLabel
13169 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13170 type: DisplayString
13171 - name: lgpPduAuxSensorHumThrshldOvrWarn
13172 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.120
13173 type: gauge
13174 help: Over relative humidity warning threshold - 1.3.6.1.4.1.476.1.42.3.8.60.10.1.120
13175 indexes:
13176 - labelname: lgpPduEntryIndex
13177 type: gauge
13178 - labelname: lgpPduAuxSensorIndex
13179 type: gauge
13180 lookups:
13181 - labels:
13182 - lgpPduEntryIndex
13183 labelname: lgpPduEntrySysAssignLabel
13184 oid: 1.3.6.1.4.1.476.1.42.3.8.20.1.15
13185 type: DisplayString
13186 - labels:
13187 - lgpPduAuxSensorIndex
13188 labelname: lgpPduAuxSensorSysAssignLabel
13189 oid: 1.3.6.1.4.1.476.1.42.3.8.60.10.1.15
13190 type: DisplayString
13191mikrotik:
13192 walk:
13193 - 1.3.6.1.2.1.2
13194 - 1.3.6.1.2.1.25
13195 - 1.3.6.1.2.1.31
13196 - 1.3.6.1.4.1.14988
13197 - 1.3.6.1.4.1.2021.10.1.1
13198 - 1.3.6.1.4.1.2021.10.1.2
13199 get:
13200 - 1.3.6.1.2.1.1.1.0
13201 - 1.3.6.1.2.1.1.3.0
13202 metrics:
13203 - name: sysDescr
13204 oid: 1.3.6.1.2.1.1.1
13205 type: DisplayString
13206 help: A textual description of the entity - 1.3.6.1.2.1.1.1
13207 - name: sysUpTime
13208 oid: 1.3.6.1.2.1.1.3
13209 type: gauge
13210 help: The time (in hundredths of a second) since the network management portion
13211 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
13212 - name: ifNumber
13213 oid: 1.3.6.1.2.1.2.1
13214 type: gauge
13215 help: The number of network interfaces (regardless of their current state) present
13216 on this system. - 1.3.6.1.2.1.2.1
13217 - name: ifIndex
13218 oid: 1.3.6.1.2.1.2.2.1.1
13219 type: gauge
13220 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
13221 indexes:
13222 - labelname: ifIndex
13223 type: gauge
13224 lookups:
13225 - labels:
13226 - ifIndex
13227 labelname: ifName
13228 oid: 1.3.6.1.2.1.31.1.1.1.1
13229 type: DisplayString
13230 - name: ifDescr
13231 oid: 1.3.6.1.2.1.2.2.1.2
13232 type: DisplayString
13233 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
13234 indexes:
13235 - labelname: ifIndex
13236 type: gauge
13237 lookups:
13238 - labels:
13239 - ifIndex
13240 labelname: ifName
13241 oid: 1.3.6.1.2.1.31.1.1.1.1
13242 type: DisplayString
13243 - name: ifType
13244 oid: 1.3.6.1.2.1.2.2.1.3
13245 type: EnumAsInfo
13246 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
13247 indexes:
13248 - labelname: ifIndex
13249 type: gauge
13250 lookups:
13251 - labels:
13252 - ifIndex
13253 labelname: ifName
13254 oid: 1.3.6.1.2.1.31.1.1.1.1
13255 type: DisplayString
13256 enum_values:
13257 1: other
13258 2: regular1822
13259 3: hdh1822
13260 4: ddnX25
13261 5: rfc877x25
13262 6: ethernetCsmacd
13263 7: iso88023Csmacd
13264 8: iso88024TokenBus
13265 9: iso88025TokenRing
13266 10: iso88026Man
13267 11: starLan
13268 12: proteon10Mbit
13269 13: proteon80Mbit
13270 14: hyperchannel
13271 15: fddi
13272 16: lapb
13273 17: sdlc
13274 18: ds1
13275 19: e1
13276 20: basicISDN
13277 21: primaryISDN
13278 22: propPointToPointSerial
13279 23: ppp
13280 24: softwareLoopback
13281 25: eon
13282 26: ethernet3Mbit
13283 27: nsip
13284 28: slip
13285 29: ultra
13286 30: ds3
13287 31: sip
13288 32: frameRelay
13289 33: rs232
13290 34: para
13291 35: arcnet
13292 36: arcnetPlus
13293 37: atm
13294 38: miox25
13295 39: sonet
13296 40: x25ple
13297 41: iso88022llc
13298 42: localTalk
13299 43: smdsDxi
13300 44: frameRelayService
13301 45: v35
13302 46: hssi
13303 47: hippi
13304 48: modem
13305 49: aal5
13306 50: sonetPath
13307 51: sonetVT
13308 52: smdsIcip
13309 53: propVirtual
13310 54: propMultiplexor
13311 55: ieee80212
13312 56: fibreChannel
13313 57: hippiInterface
13314 58: frameRelayInterconnect
13315 59: aflane8023
13316 60: aflane8025
13317 61: cctEmul
13318 62: fastEther
13319 63: isdn
13320 64: v11
13321 65: v36
13322 66: g703at64k
13323 67: g703at2mb
13324 68: qllc
13325 69: fastEtherFX
13326 70: channel
13327 71: ieee80211
13328 72: ibm370parChan
13329 73: escon
13330 74: dlsw
13331 75: isdns
13332 76: isdnu
13333 77: lapd
13334 78: ipSwitch
13335 79: rsrb
13336 80: atmLogical
13337 81: ds0
13338 82: ds0Bundle
13339 83: bsc
13340 84: async
13341 85: cnr
13342 86: iso88025Dtr
13343 87: eplrs
13344 88: arap
13345 89: propCnls
13346 90: hostPad
13347 91: termPad
13348 92: frameRelayMPI
13349 93: x213
13350 94: adsl
13351 95: radsl
13352 96: sdsl
13353 97: vdsl
13354 98: iso88025CRFPInt
13355 99: myrinet
13356 100: voiceEM
13357 101: voiceFXO
13358 102: voiceFXS
13359 103: voiceEncap
13360 104: voiceOverIp
13361 105: atmDxi
13362 106: atmFuni
13363 107: atmIma
13364 108: pppMultilinkBundle
13365 109: ipOverCdlc
13366 110: ipOverClaw
13367 111: stackToStack
13368 112: virtualIpAddress
13369 113: mpc
13370 114: ipOverAtm
13371 115: iso88025Fiber
13372 116: tdlc
13373 117: gigabitEthernet
13374 118: hdlc
13375 119: lapf
13376 120: v37
13377 121: x25mlp
13378 122: x25huntGroup
13379 123: transpHdlc
13380 124: interleave
13381 125: fast
13382 126: ip
13383 127: docsCableMaclayer
13384 128: docsCableDownstream
13385 129: docsCableUpstream
13386 130: a12MppSwitch
13387 131: tunnel
13388 132: coffee
13389 133: ces
13390 134: atmSubInterface
13391 135: l2vlan
13392 136: l3ipvlan
13393 137: l3ipxvlan
13394 138: digitalPowerline
13395 139: mediaMailOverIp
13396 140: dtm
13397 141: dcn
13398 142: ipForward
13399 143: msdsl
13400 144: ieee1394
13401 145: if-gsn
13402 146: dvbRccMacLayer
13403 147: dvbRccDownstream
13404 148: dvbRccUpstream
13405 149: atmVirtual
13406 150: mplsTunnel
13407 151: srp
13408 152: voiceOverAtm
13409 153: voiceOverFrameRelay
13410 154: idsl
13411 155: compositeLink
13412 156: ss7SigLink
13413 157: propWirelessP2P
13414 158: frForward
13415 159: rfc1483
13416 160: usb
13417 161: ieee8023adLag
13418 162: bgppolicyaccounting
13419 163: frf16MfrBundle
13420 164: h323Gatekeeper
13421 165: h323Proxy
13422 166: mpls
13423 167: mfSigLink
13424 168: hdsl2
13425 169: shdsl
13426 170: ds1FDL
13427 171: pos
13428 172: dvbAsiIn
13429 173: dvbAsiOut
13430 174: plc
13431 175: nfas
13432 176: tr008
13433 177: gr303RDT
13434 178: gr303IDT
13435 179: isup
13436 180: propDocsWirelessMaclayer
13437 181: propDocsWirelessDownstream
13438 182: propDocsWirelessUpstream
13439 183: hiperlan2
13440 184: propBWAp2Mp
13441 185: sonetOverheadChannel
13442 186: digitalWrapperOverheadChannel
13443 187: aal2
13444 188: radioMAC
13445 189: atmRadio
13446 190: imt
13447 191: mvl
13448 192: reachDSL
13449 193: frDlciEndPt
13450 194: atmVciEndPt
13451 195: opticalChannel
13452 196: opticalTransport
13453 197: propAtm
13454 198: voiceOverCable
13455 199: infiniband
13456 200: teLink
13457 201: q2931
13458 202: virtualTg
13459 203: sipTg
13460 204: sipSig
13461 205: docsCableUpstreamChannel
13462 206: econet
13463 207: pon155
13464 208: pon622
13465 209: bridge
13466 210: linegroup
13467 211: voiceEMFGD
13468 212: voiceFGDEANA
13469 213: voiceDID
13470 214: mpegTransport
13471 215: sixToFour
13472 216: gtp
13473 217: pdnEtherLoop1
13474 218: pdnEtherLoop2
13475 219: opticalChannelGroup
13476 220: homepna
13477 221: gfp
13478 222: ciscoISLvlan
13479 223: actelisMetaLOOP
13480 224: fcipLink
13481 225: rpr
13482 226: qam
13483 227: lmp
13484 228: cblVectaStar
13485 229: docsCableMCmtsDownstream
13486 230: adsl2
13487 231: macSecControlledIF
13488 232: macSecUncontrolledIF
13489 233: aviciOpticalEther
13490 234: atmbond
13491 235: voiceFGDOS
13492 236: mocaVersion1
13493 237: ieee80216WMAN
13494 238: adsl2plus
13495 239: dvbRcsMacLayer
13496 240: dvbTdm
13497 241: dvbRcsTdma
13498 242: x86Laps
13499 243: wwanPP
13500 244: wwanPP2
13501 245: voiceEBS
13502 246: ifPwType
13503 247: ilan
13504 248: pip
13505 249: aluELP
13506 250: gpon
13507 251: vdsl2
13508 252: capwapDot11Profile
13509 253: capwapDot11Bss
13510 254: capwapWtpVirtualRadio
13511 255: bits
13512 256: docsCableUpstreamRfPort
13513 257: cableDownstreamRfPort
13514 258: vmwareVirtualNic
13515 259: ieee802154
13516 260: otnOdu
13517 261: otnOtu
13518 262: ifVfiType
13519 263: g9981
13520 264: g9982
13521 265: g9983
13522 266: aluEpon
13523 267: aluEponOnu
13524 268: aluEponPhysicalUni
13525 269: aluEponLogicalLink
13526 270: aluGponOnu
13527 271: aluGponPhysicalUni
13528 272: vmwareNicTeam
13529 277: docsOfdmDownstream
13530 278: docsOfdmaUpstream
13531 279: gfast
13532 280: sdci
13533 281: xboxWireless
13534 282: fastdsl
13535 283: docsCableScte55d1FwdOob
13536 284: docsCableScte55d1RetOob
13537 285: docsCableScte55d2DsOob
13538 286: docsCableScte55d2UsOob
13539 287: docsCableNdf
13540 288: docsCableNdr
13541 289: ptm
13542 290: ghn
13543 291: otnOtsi
13544 292: otnOtuc
13545 293: otnOduc
13546 294: otnOtsig
13547 295: microwaveCarrierTermination
13548 296: microwaveRadioLinkTerminal
13549 297: ieee8021axDrni
13550 298: ax25
13551 299: ieee19061nanocom
13552 300: cpri
13553 301: omni
13554 302: roe
13555 303: p2pOverLan
13556 - name: ifMtu
13557 oid: 1.3.6.1.2.1.2.2.1.4
13558 type: gauge
13559 help: The size of the largest packet which can be sent/received on the interface,
13560 specified in octets - 1.3.6.1.2.1.2.2.1.4
13561 indexes:
13562 - labelname: ifIndex
13563 type: gauge
13564 lookups:
13565 - labels:
13566 - ifIndex
13567 labelname: ifName
13568 oid: 1.3.6.1.2.1.31.1.1.1.1
13569 type: DisplayString
13570 - name: ifSpeed
13571 oid: 1.3.6.1.2.1.2.2.1.5
13572 type: gauge
13573 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
13574 indexes:
13575 - labelname: ifIndex
13576 type: gauge
13577 lookups:
13578 - labels:
13579 - ifIndex
13580 labelname: ifName
13581 oid: 1.3.6.1.2.1.31.1.1.1.1
13582 type: DisplayString
13583 - name: ifPhysAddress
13584 oid: 1.3.6.1.2.1.2.2.1.6
13585 type: PhysAddress48
13586 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
13587 indexes:
13588 - labelname: ifIndex
13589 type: gauge
13590 lookups:
13591 - labels:
13592 - ifIndex
13593 labelname: ifName
13594 oid: 1.3.6.1.2.1.31.1.1.1.1
13595 type: DisplayString
13596 - name: ifAdminStatus
13597 oid: 1.3.6.1.2.1.2.2.1.7
13598 type: gauge
13599 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
13600 indexes:
13601 - labelname: ifIndex
13602 type: gauge
13603 lookups:
13604 - labels:
13605 - ifIndex
13606 labelname: ifName
13607 oid: 1.3.6.1.2.1.31.1.1.1.1
13608 type: DisplayString
13609 enum_values:
13610 1: up
13611 2: down
13612 3: testing
13613 - name: ifOperStatus
13614 oid: 1.3.6.1.2.1.2.2.1.8
13615 type: gauge
13616 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
13617 indexes:
13618 - labelname: ifIndex
13619 type: gauge
13620 lookups:
13621 - labels:
13622 - ifIndex
13623 labelname: ifName
13624 oid: 1.3.6.1.2.1.31.1.1.1.1
13625 type: DisplayString
13626 enum_values:
13627 1: up
13628 2: down
13629 3: testing
13630 4: unknown
13631 5: dormant
13632 6: notPresent
13633 7: lowerLayerDown
13634 - name: ifLastChange
13635 oid: 1.3.6.1.2.1.2.2.1.9
13636 type: gauge
13637 help: The value of sysUpTime at the time the interface entered its current operational
13638 state - 1.3.6.1.2.1.2.2.1.9
13639 indexes:
13640 - labelname: ifIndex
13641 type: gauge
13642 lookups:
13643 - labels:
13644 - ifIndex
13645 labelname: ifName
13646 oid: 1.3.6.1.2.1.31.1.1.1.1
13647 type: DisplayString
13648 - name: ifInOctets
13649 oid: 1.3.6.1.2.1.2.2.1.10
13650 type: counter
13651 help: The total number of octets received on the interface, including framing
13652 characters - 1.3.6.1.2.1.2.2.1.10
13653 indexes:
13654 - labelname: ifIndex
13655 type: gauge
13656 lookups:
13657 - labels:
13658 - ifIndex
13659 labelname: ifName
13660 oid: 1.3.6.1.2.1.31.1.1.1.1
13661 type: DisplayString
13662 - name: ifInUcastPkts
13663 oid: 1.3.6.1.2.1.2.2.1.11
13664 type: counter
13665 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
13666 which were not addressed to a multicast or broadcast address at this sub-layer
13667 - 1.3.6.1.2.1.2.2.1.11
13668 indexes:
13669 - labelname: ifIndex
13670 type: gauge
13671 lookups:
13672 - labels:
13673 - ifIndex
13674 labelname: ifName
13675 oid: 1.3.6.1.2.1.31.1.1.1.1
13676 type: DisplayString
13677 - name: ifInNUcastPkts
13678 oid: 1.3.6.1.2.1.2.2.1.12
13679 type: counter
13680 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
13681 which were addressed to a multicast or broadcast address at this sub-layer -
13682 1.3.6.1.2.1.2.2.1.12
13683 indexes:
13684 - labelname: ifIndex
13685 type: gauge
13686 lookups:
13687 - labels:
13688 - ifIndex
13689 labelname: ifName
13690 oid: 1.3.6.1.2.1.31.1.1.1.1
13691 type: DisplayString
13692 - name: ifInDiscards
13693 oid: 1.3.6.1.2.1.2.2.1.13
13694 type: counter
13695 help: The number of inbound packets which were chosen to be discarded even though
13696 no errors had been detected to prevent their being deliverable to a higher-layer
13697 protocol - 1.3.6.1.2.1.2.2.1.13
13698 indexes:
13699 - labelname: ifIndex
13700 type: gauge
13701 lookups:
13702 - labels:
13703 - ifIndex
13704 labelname: ifName
13705 oid: 1.3.6.1.2.1.31.1.1.1.1
13706 type: DisplayString
13707 - name: ifInErrors
13708 oid: 1.3.6.1.2.1.2.2.1.14
13709 type: counter
13710 help: For packet-oriented interfaces, the number of inbound packets that contained
13711 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
13712 indexes:
13713 - labelname: ifIndex
13714 type: gauge
13715 lookups:
13716 - labels:
13717 - ifIndex
13718 labelname: ifName
13719 oid: 1.3.6.1.2.1.31.1.1.1.1
13720 type: DisplayString
13721 - name: ifInUnknownProtos
13722 oid: 1.3.6.1.2.1.2.2.1.15
13723 type: counter
13724 help: For packet-oriented interfaces, the number of packets received via the interface
13725 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
13726 indexes:
13727 - labelname: ifIndex
13728 type: gauge
13729 lookups:
13730 - labels:
13731 - ifIndex
13732 labelname: ifName
13733 oid: 1.3.6.1.2.1.31.1.1.1.1
13734 type: DisplayString
13735 - name: ifOutOctets
13736 oid: 1.3.6.1.2.1.2.2.1.16
13737 type: counter
13738 help: The total number of octets transmitted out of the interface, including framing
13739 characters - 1.3.6.1.2.1.2.2.1.16
13740 indexes:
13741 - labelname: ifIndex
13742 type: gauge
13743 lookups:
13744 - labels:
13745 - ifIndex
13746 labelname: ifName
13747 oid: 1.3.6.1.2.1.31.1.1.1.1
13748 type: DisplayString
13749 - name: ifOutUcastPkts
13750 oid: 1.3.6.1.2.1.2.2.1.17
13751 type: counter
13752 help: The total number of packets that higher-level protocols requested be transmitted,
13753 and which were not addressed to a multicast or broadcast address at this sub-layer,
13754 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
13755 indexes:
13756 - labelname: ifIndex
13757 type: gauge
13758 lookups:
13759 - labels:
13760 - ifIndex
13761 labelname: ifName
13762 oid: 1.3.6.1.2.1.31.1.1.1.1
13763 type: DisplayString
13764 - name: ifOutNUcastPkts
13765 oid: 1.3.6.1.2.1.2.2.1.18
13766 type: counter
13767 help: The total number of packets that higher-level protocols requested be transmitted,
13768 and which were addressed to a multicast or broadcast address at this sub-layer,
13769 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
13770 indexes:
13771 - labelname: ifIndex
13772 type: gauge
13773 lookups:
13774 - labels:
13775 - ifIndex
13776 labelname: ifName
13777 oid: 1.3.6.1.2.1.31.1.1.1.1
13778 type: DisplayString
13779 - name: ifOutDiscards
13780 oid: 1.3.6.1.2.1.2.2.1.19
13781 type: counter
13782 help: The number of outbound packets which were chosen to be discarded even though
13783 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
13784 indexes:
13785 - labelname: ifIndex
13786 type: gauge
13787 lookups:
13788 - labels:
13789 - ifIndex
13790 labelname: ifName
13791 oid: 1.3.6.1.2.1.31.1.1.1.1
13792 type: DisplayString
13793 - name: ifOutErrors
13794 oid: 1.3.6.1.2.1.2.2.1.20
13795 type: counter
13796 help: For packet-oriented interfaces, the number of outbound packets that could
13797 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
13798 indexes:
13799 - labelname: ifIndex
13800 type: gauge
13801 lookups:
13802 - labels:
13803 - ifIndex
13804 labelname: ifName
13805 oid: 1.3.6.1.2.1.31.1.1.1.1
13806 type: DisplayString
13807 - name: ifOutQLen
13808 oid: 1.3.6.1.2.1.2.2.1.21
13809 type: gauge
13810 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
13811 indexes:
13812 - labelname: ifIndex
13813 type: gauge
13814 lookups:
13815 - labels:
13816 - ifIndex
13817 labelname: ifName
13818 oid: 1.3.6.1.2.1.31.1.1.1.1
13819 type: DisplayString
13820 - name: ifSpecific
13821 oid: 1.3.6.1.2.1.2.2.1.22
13822 type: OctetString
13823 help: A reference to MIB definitions specific to the particular media being used
13824 to realize the interface - 1.3.6.1.2.1.2.2.1.22
13825 indexes:
13826 - labelname: ifIndex
13827 type: gauge
13828 lookups:
13829 - labels:
13830 - ifIndex
13831 labelname: ifName
13832 oid: 1.3.6.1.2.1.31.1.1.1.1
13833 type: DisplayString
13834 - name: hrSystemUptime
13835 oid: 1.3.6.1.2.1.25.1.1
13836 type: gauge
13837 help: The amount of time since this host was last initialized - 1.3.6.1.2.1.25.1.1
13838 - name: hrSystemDate
13839 oid: 1.3.6.1.2.1.25.1.2
13840 type: DateAndTime
13841 help: The host's notion of the local date and time of day. - 1.3.6.1.2.1.25.1.2
13842 - name: hrSystemInitialLoadDevice
13843 oid: 1.3.6.1.2.1.25.1.3
13844 type: gauge
13845 help: The index of the hrDeviceEntry for the device from which this host is configured
13846 to load its initial operating system configuration (i.e., which operating system
13847 code and/or boot parameters) - 1.3.6.1.2.1.25.1.3
13848 - name: hrSystemInitialLoadParameters
13849 oid: 1.3.6.1.2.1.25.1.4
13850 type: OctetString
13851 help: This object contains the parameters (e.g - 1.3.6.1.2.1.25.1.4
13852 - name: hrSystemNumUsers
13853 oid: 1.3.6.1.2.1.25.1.5
13854 type: gauge
13855 help: The number of user sessions for which this host is storing state information
13856 - 1.3.6.1.2.1.25.1.5
13857 - name: hrSystemProcesses
13858 oid: 1.3.6.1.2.1.25.1.6
13859 type: gauge
13860 help: The number of process contexts currently loaded or running on this system.
13861 - 1.3.6.1.2.1.25.1.6
13862 - name: hrSystemMaxProcesses
13863 oid: 1.3.6.1.2.1.25.1.7
13864 type: gauge
13865 help: The maximum number of process contexts this system can support - 1.3.6.1.2.1.25.1.7
13866 - name: hrMemorySize
13867 oid: 1.3.6.1.2.1.25.2.2
13868 type: gauge
13869 help: The amount of physical read-write main memory, typically RAM, contained
13870 by the host. - 1.3.6.1.2.1.25.2.2
13871 - name: hrStorageIndex
13872 oid: 1.3.6.1.2.1.25.2.3.1.1
13873 type: gauge
13874 help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1
13875 indexes:
13876 - labelname: hrStorageIndex
13877 type: gauge
13878 lookups:
13879 - labels:
13880 - hrStorageIndex
13881 labelname: hrStorageDescr
13882 oid: 1.3.6.1.2.1.25.2.3.1.3
13883 type: DisplayString
13884 - name: hrStorageType
13885 oid: 1.3.6.1.2.1.25.2.3.1.2
13886 type: OctetString
13887 help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2
13888 indexes:
13889 - labelname: hrStorageIndex
13890 type: gauge
13891 lookups:
13892 - labels:
13893 - hrStorageIndex
13894 labelname: hrStorageDescr
13895 oid: 1.3.6.1.2.1.25.2.3.1.3
13896 type: DisplayString
13897 - name: hrStorageDescr
13898 oid: 1.3.6.1.2.1.25.2.3.1.3
13899 type: DisplayString
13900 help: A description of the type and instance of the storage described by this
13901 entry. - 1.3.6.1.2.1.25.2.3.1.3
13902 indexes:
13903 - labelname: hrStorageIndex
13904 type: gauge
13905 lookups:
13906 - labels:
13907 - hrStorageIndex
13908 labelname: hrStorageDescr
13909 oid: 1.3.6.1.2.1.25.2.3.1.3
13910 type: DisplayString
13911 - name: hrStorageAllocationUnits
13912 oid: 1.3.6.1.2.1.25.2.3.1.4
13913 type: gauge
13914 help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4
13915 indexes:
13916 - labelname: hrStorageIndex
13917 type: gauge
13918 lookups:
13919 - labels:
13920 - hrStorageIndex
13921 labelname: hrStorageDescr
13922 oid: 1.3.6.1.2.1.25.2.3.1.3
13923 type: DisplayString
13924 - name: hrStorageSize
13925 oid: 1.3.6.1.2.1.25.2.3.1.5
13926 type: gauge
13927 help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
13928 - 1.3.6.1.2.1.25.2.3.1.5
13929 indexes:
13930 - labelname: hrStorageIndex
13931 type: gauge
13932 lookups:
13933 - labels:
13934 - hrStorageIndex
13935 labelname: hrStorageDescr
13936 oid: 1.3.6.1.2.1.25.2.3.1.3
13937 type: DisplayString
13938 - name: hrStorageUsed
13939 oid: 1.3.6.1.2.1.25.2.3.1.6
13940 type: gauge
13941 help: The amount of the storage represented by this entry that is allocated, in
13942 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
13943 indexes:
13944 - labelname: hrStorageIndex
13945 type: gauge
13946 lookups:
13947 - labels:
13948 - hrStorageIndex
13949 labelname: hrStorageDescr
13950 oid: 1.3.6.1.2.1.25.2.3.1.3
13951 type: DisplayString
13952 - name: hrStorageAllocationFailures
13953 oid: 1.3.6.1.2.1.25.2.3.1.7
13954 type: counter
13955 help: The number of requests for storage represented by this entry that could
13956 not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7
13957 indexes:
13958 - labelname: hrStorageIndex
13959 type: gauge
13960 lookups:
13961 - labels:
13962 - hrStorageIndex
13963 labelname: hrStorageDescr
13964 oid: 1.3.6.1.2.1.25.2.3.1.3
13965 type: DisplayString
13966 - name: hrDeviceIndex
13967 oid: 1.3.6.1.2.1.25.3.2.1.1
13968 type: gauge
13969 help: A unique value for each device contained by the host - 1.3.6.1.2.1.25.3.2.1.1
13970 indexes:
13971 - labelname: hrDeviceIndex
13972 type: gauge
13973 - name: hrDeviceType
13974 oid: 1.3.6.1.2.1.25.3.2.1.2
13975 type: OctetString
13976 help: An indication of the type of device - 1.3.6.1.2.1.25.3.2.1.2
13977 indexes:
13978 - labelname: hrDeviceIndex
13979 type: gauge
13980 - name: hrDeviceDescr
13981 oid: 1.3.6.1.2.1.25.3.2.1.3
13982 type: DisplayString
13983 help: A textual description of this device, including the device's manufacturer
13984 and revision, and optionally, its serial number. - 1.3.6.1.2.1.25.3.2.1.3
13985 indexes:
13986 - labelname: hrDeviceIndex
13987 type: gauge
13988 - name: hrDeviceID
13989 oid: 1.3.6.1.2.1.25.3.2.1.4
13990 type: OctetString
13991 help: The product ID for this device. - 1.3.6.1.2.1.25.3.2.1.4
13992 indexes:
13993 - labelname: hrDeviceIndex
13994 type: gauge
13995 - name: hrDeviceStatus
13996 oid: 1.3.6.1.2.1.25.3.2.1.5
13997 type: gauge
13998 help: The current operational state of the device described by this row of the
13999 table - 1.3.6.1.2.1.25.3.2.1.5
14000 indexes:
14001 - labelname: hrDeviceIndex
14002 type: gauge
14003 enum_values:
14004 1: unknown
14005 2: running
14006 3: warning
14007 4: testing
14008 5: down
14009 - name: hrDeviceErrors
14010 oid: 1.3.6.1.2.1.25.3.2.1.6
14011 type: counter
14012 help: The number of errors detected on this device - 1.3.6.1.2.1.25.3.2.1.6
14013 indexes:
14014 - labelname: hrDeviceIndex
14015 type: gauge
14016 - name: hrProcessorFrwID
14017 oid: 1.3.6.1.2.1.25.3.3.1.1
14018 type: OctetString
14019 help: The product ID of the firmware associated with the processor. - 1.3.6.1.2.1.25.3.3.1.1
14020 indexes:
14021 - labelname: hrDeviceIndex
14022 type: gauge
14023 - name: hrProcessorLoad
14024 oid: 1.3.6.1.2.1.25.3.3.1.2
14025 type: gauge
14026 help: The average, over the last minute, of the percentage of time that this processor
14027 was not idle - 1.3.6.1.2.1.25.3.3.1.2
14028 indexes:
14029 - labelname: hrDeviceIndex
14030 type: gauge
14031 - name: hrNetworkIfIndex
14032 oid: 1.3.6.1.2.1.25.3.4.1.1
14033 type: gauge
14034 help: The value of ifIndex which corresponds to this network device - 1.3.6.1.2.1.25.3.4.1.1
14035 indexes:
14036 - labelname: hrDeviceIndex
14037 type: gauge
14038 - name: hrPrinterStatus
14039 oid: 1.3.6.1.2.1.25.3.5.1.1
14040 type: gauge
14041 help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1
14042 indexes:
14043 - labelname: hrDeviceIndex
14044 type: gauge
14045 enum_values:
14046 1: other
14047 2: unknown
14048 3: idle
14049 4: printing
14050 5: warmup
14051 - name: hrPrinterDetectedErrorState
14052 oid: 1.3.6.1.2.1.25.3.5.1.2
14053 type: OctetString
14054 help: This object represents any error conditions detected by the printer - 1.3.6.1.2.1.25.3.5.1.2
14055 indexes:
14056 - labelname: hrDeviceIndex
14057 type: gauge
14058 - name: hrDiskStorageAccess
14059 oid: 1.3.6.1.2.1.25.3.6.1.1
14060 type: gauge
14061 help: An indication if this long-term storage device is readable and writable
14062 or only readable - 1.3.6.1.2.1.25.3.6.1.1
14063 indexes:
14064 - labelname: hrDeviceIndex
14065 type: gauge
14066 enum_values:
14067 1: readWrite
14068 2: readOnly
14069 - name: hrDiskStorageMedia
14070 oid: 1.3.6.1.2.1.25.3.6.1.2
14071 type: gauge
14072 help: An indication of the type of media used in this long- term storage device.
14073 - 1.3.6.1.2.1.25.3.6.1.2
14074 indexes:
14075 - labelname: hrDeviceIndex
14076 type: gauge
14077 enum_values:
14078 1: other
14079 2: unknown
14080 3: hardDisk
14081 4: floppyDisk
14082 5: opticalDiskROM
14083 6: opticalDiskWORM
14084 7: opticalDiskRW
14085 8: ramDisk
14086 - name: hrDiskStorageRemoveble
14087 oid: 1.3.6.1.2.1.25.3.6.1.3
14088 type: gauge
14089 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
14090 indexes:
14091 - labelname: hrDeviceIndex
14092 type: gauge
14093 enum_values:
14094 1: "true"
14095 2: "false"
14096 - name: hrDiskStorageCapacity
14097 oid: 1.3.6.1.2.1.25.3.6.1.4
14098 type: gauge
14099 help: The total size for this long-term storage device - 1.3.6.1.2.1.25.3.6.1.4
14100 indexes:
14101 - labelname: hrDeviceIndex
14102 type: gauge
14103 - name: hrPartitionIndex
14104 oid: 1.3.6.1.2.1.25.3.7.1.1
14105 type: gauge
14106 help: A unique value for each partition on this long-term storage device - 1.3.6.1.2.1.25.3.7.1.1
14107 indexes:
14108 - labelname: hrDeviceIndex
14109 type: gauge
14110 - labelname: hrPartitionIndex
14111 type: gauge
14112 - name: hrPartitionLabel
14113 oid: 1.3.6.1.2.1.25.3.7.1.2
14114 type: OctetString
14115 help: A textual description of this partition. - 1.3.6.1.2.1.25.3.7.1.2
14116 indexes:
14117 - labelname: hrDeviceIndex
14118 type: gauge
14119 - labelname: hrPartitionIndex
14120 type: gauge
14121 - name: hrPartitionID
14122 oid: 1.3.6.1.2.1.25.3.7.1.3
14123 type: OctetString
14124 help: A descriptor which uniquely represents this partition to the responsible
14125 operating system - 1.3.6.1.2.1.25.3.7.1.3
14126 indexes:
14127 - labelname: hrDeviceIndex
14128 type: gauge
14129 - labelname: hrPartitionIndex
14130 type: gauge
14131 - name: hrPartitionSize
14132 oid: 1.3.6.1.2.1.25.3.7.1.4
14133 type: gauge
14134 help: The size of this partition. - 1.3.6.1.2.1.25.3.7.1.4
14135 indexes:
14136 - labelname: hrDeviceIndex
14137 type: gauge
14138 - labelname: hrPartitionIndex
14139 type: gauge
14140 - name: hrPartitionFSIndex
14141 oid: 1.3.6.1.2.1.25.3.7.1.5
14142 type: gauge
14143 help: The index of the file system mounted on this partition - 1.3.6.1.2.1.25.3.7.1.5
14144 indexes:
14145 - labelname: hrDeviceIndex
14146 type: gauge
14147 - labelname: hrPartitionIndex
14148 type: gauge
14149 - name: hrFSIndex
14150 oid: 1.3.6.1.2.1.25.3.8.1.1
14151 type: gauge
14152 help: A unique value for each file system local to this host - 1.3.6.1.2.1.25.3.8.1.1
14153 indexes:
14154 - labelname: hrFSIndex
14155 type: gauge
14156 - name: hrFSMountPoint
14157 oid: 1.3.6.1.2.1.25.3.8.1.2
14158 type: OctetString
14159 help: The path name of the root of this file system. - 1.3.6.1.2.1.25.3.8.1.2
14160 indexes:
14161 - labelname: hrFSIndex
14162 type: gauge
14163 - name: hrFSRemoteMountPoint
14164 oid: 1.3.6.1.2.1.25.3.8.1.3
14165 type: OctetString
14166 help: A description of the name and/or address of the server that this file system
14167 is mounted from - 1.3.6.1.2.1.25.3.8.1.3
14168 indexes:
14169 - labelname: hrFSIndex
14170 type: gauge
14171 - name: hrFSType
14172 oid: 1.3.6.1.2.1.25.3.8.1.4
14173 type: OctetString
14174 help: The value of this object identifies the type of this file system. - 1.3.6.1.2.1.25.3.8.1.4
14175 indexes:
14176 - labelname: hrFSIndex
14177 type: gauge
14178 - name: hrFSAccess
14179 oid: 1.3.6.1.2.1.25.3.8.1.5
14180 type: gauge
14181 help: An indication if this file system is logically configured by the operating
14182 system to be readable and writable or only readable - 1.3.6.1.2.1.25.3.8.1.5
14183 indexes:
14184 - labelname: hrFSIndex
14185 type: gauge
14186 enum_values:
14187 1: readWrite
14188 2: readOnly
14189 - name: hrFSBootable
14190 oid: 1.3.6.1.2.1.25.3.8.1.6
14191 type: gauge
14192 help: A flag indicating whether this file system is bootable. - 1.3.6.1.2.1.25.3.8.1.6
14193 indexes:
14194 - labelname: hrFSIndex
14195 type: gauge
14196 enum_values:
14197 1: "true"
14198 2: "false"
14199 - name: hrFSStorageIndex
14200 oid: 1.3.6.1.2.1.25.3.8.1.7
14201 type: gauge
14202 help: The index of the hrStorageEntry that represents information about this file
14203 system - 1.3.6.1.2.1.25.3.8.1.7
14204 indexes:
14205 - labelname: hrFSIndex
14206 type: gauge
14207 - name: hrFSLastFullBackupDate
14208 oid: 1.3.6.1.2.1.25.3.8.1.8
14209 type: DateAndTime
14210 help: The last date at which this complete file system was copied to another storage
14211 device for backup - 1.3.6.1.2.1.25.3.8.1.8
14212 indexes:
14213 - labelname: hrFSIndex
14214 type: gauge
14215 - name: hrFSLastPartialBackupDate
14216 oid: 1.3.6.1.2.1.25.3.8.1.9
14217 type: DateAndTime
14218 help: The last date at which a portion of this file system was copied to another
14219 storage device for backup - 1.3.6.1.2.1.25.3.8.1.9
14220 indexes:
14221 - labelname: hrFSIndex
14222 type: gauge
14223 - name: hrSWOSIndex
14224 oid: 1.3.6.1.2.1.25.4.1
14225 type: gauge
14226 help: The value of the hrSWRunIndex for the hrSWRunEntry that represents the primary
14227 operating system running on this host - 1.3.6.1.2.1.25.4.1
14228 - name: hrSWRunIndex
14229 oid: 1.3.6.1.2.1.25.4.2.1.1
14230 type: gauge
14231 help: A unique value for each piece of software running on the host - 1.3.6.1.2.1.25.4.2.1.1
14232 indexes:
14233 - labelname: hrSWRunIndex
14234 type: gauge
14235 - name: hrSWRunName
14236 oid: 1.3.6.1.2.1.25.4.2.1.2
14237 type: OctetString
14238 help: A textual description of this running piece of software, including the manufacturer,
14239 revision, and the name by which it is commonly known - 1.3.6.1.2.1.25.4.2.1.2
14240 indexes:
14241 - labelname: hrSWRunIndex
14242 type: gauge
14243 - name: hrSWRunID
14244 oid: 1.3.6.1.2.1.25.4.2.1.3
14245 type: OctetString
14246 help: The product ID of this running piece of software. - 1.3.6.1.2.1.25.4.2.1.3
14247 indexes:
14248 - labelname: hrSWRunIndex
14249 type: gauge
14250 - name: hrSWRunPath
14251 oid: 1.3.6.1.2.1.25.4.2.1.4
14252 type: OctetString
14253 help: A description of the location on long-term storage (e.g - 1.3.6.1.2.1.25.4.2.1.4
14254 indexes:
14255 - labelname: hrSWRunIndex
14256 type: gauge
14257 - name: hrSWRunParameters
14258 oid: 1.3.6.1.2.1.25.4.2.1.5
14259 type: OctetString
14260 help: A description of the parameters supplied to this software when it was initially
14261 loaded. - 1.3.6.1.2.1.25.4.2.1.5
14262 indexes:
14263 - labelname: hrSWRunIndex
14264 type: gauge
14265 - name: hrSWRunType
14266 oid: 1.3.6.1.2.1.25.4.2.1.6
14267 type: gauge
14268 help: The type of this software. - 1.3.6.1.2.1.25.4.2.1.6
14269 indexes:
14270 - labelname: hrSWRunIndex
14271 type: gauge
14272 enum_values:
14273 1: unknown
14274 2: operatingSystem
14275 3: deviceDriver
14276 4: application
14277 - name: hrSWRunStatus
14278 oid: 1.3.6.1.2.1.25.4.2.1.7
14279 type: gauge
14280 help: The status of this running piece of software - 1.3.6.1.2.1.25.4.2.1.7
14281 indexes:
14282 - labelname: hrSWRunIndex
14283 type: gauge
14284 enum_values:
14285 1: running
14286 2: runnable
14287 3: notRunnable
14288 4: invalid
14289 - name: hrSWRunPerfCPU
14290 oid: 1.3.6.1.2.1.25.5.1.1.1
14291 type: gauge
14292 help: The number of centi-seconds of the total system's CPU resources consumed
14293 by this process - 1.3.6.1.2.1.25.5.1.1.1
14294 indexes:
14295 - labelname: hrSWRunIndex
14296 type: gauge
14297 - name: hrSWRunPerfMem
14298 oid: 1.3.6.1.2.1.25.5.1.1.2
14299 type: gauge
14300 help: The total amount of real system memory allocated to this process. - 1.3.6.1.2.1.25.5.1.1.2
14301 indexes:
14302 - labelname: hrSWRunIndex
14303 type: gauge
14304 - name: hrSWInstalledLastChange
14305 oid: 1.3.6.1.2.1.25.6.1
14306 type: gauge
14307 help: The value of sysUpTime when an entry in the hrSWInstalledTable was last
14308 added, renamed, or deleted - 1.3.6.1.2.1.25.6.1
14309 - name: hrSWInstalledLastUpdateTime
14310 oid: 1.3.6.1.2.1.25.6.2
14311 type: gauge
14312 help: The value of sysUpTime when the hrSWInstalledTable was last completely updated
14313 - 1.3.6.1.2.1.25.6.2
14314 - name: hrSWInstalledIndex
14315 oid: 1.3.6.1.2.1.25.6.3.1.1
14316 type: gauge
14317 help: A unique value for each piece of software installed on the host - 1.3.6.1.2.1.25.6.3.1.1
14318 indexes:
14319 - labelname: hrSWInstalledIndex
14320 type: gauge
14321 - name: hrSWInstalledName
14322 oid: 1.3.6.1.2.1.25.6.3.1.2
14323 type: OctetString
14324 help: A textual description of this installed piece of software, including the
14325 manufacturer, revision, the name by which it is commonly known, and optionally,
14326 its serial number. - 1.3.6.1.2.1.25.6.3.1.2
14327 indexes:
14328 - labelname: hrSWInstalledIndex
14329 type: gauge
14330 - name: hrSWInstalledID
14331 oid: 1.3.6.1.2.1.25.6.3.1.3
14332 type: OctetString
14333 help: The product ID of this installed piece of software. - 1.3.6.1.2.1.25.6.3.1.3
14334 indexes:
14335 - labelname: hrSWInstalledIndex
14336 type: gauge
14337 - name: hrSWInstalledType
14338 oid: 1.3.6.1.2.1.25.6.3.1.4
14339 type: gauge
14340 help: The type of this software. - 1.3.6.1.2.1.25.6.3.1.4
14341 indexes:
14342 - labelname: hrSWInstalledIndex
14343 type: gauge
14344 enum_values:
14345 1: unknown
14346 2: operatingSystem
14347 3: deviceDriver
14348 4: application
14349 - name: hrSWInstalledDate
14350 oid: 1.3.6.1.2.1.25.6.3.1.5
14351 type: DateAndTime
14352 help: The last-modification date of this application as it would appear in a directory
14353 listing - 1.3.6.1.2.1.25.6.3.1.5
14354 indexes:
14355 - labelname: hrSWInstalledIndex
14356 type: gauge
14357 - name: ifInMulticastPkts
14358 oid: 1.3.6.1.2.1.31.1.1.1.2
14359 type: counter
14360 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14361 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
14362 indexes:
14363 - labelname: ifIndex
14364 type: gauge
14365 lookups:
14366 - labels:
14367 - ifIndex
14368 labelname: ifName
14369 oid: 1.3.6.1.2.1.31.1.1.1.1
14370 type: DisplayString
14371 - name: ifInBroadcastPkts
14372 oid: 1.3.6.1.2.1.31.1.1.1.3
14373 type: counter
14374 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14375 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
14376 indexes:
14377 - labelname: ifIndex
14378 type: gauge
14379 lookups:
14380 - labels:
14381 - ifIndex
14382 labelname: ifName
14383 oid: 1.3.6.1.2.1.31.1.1.1.1
14384 type: DisplayString
14385 - name: ifOutMulticastPkts
14386 oid: 1.3.6.1.2.1.31.1.1.1.4
14387 type: counter
14388 help: The total number of packets that higher-level protocols requested be transmitted,
14389 and which were addressed to a multicast address at this sub-layer, including
14390 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
14391 indexes:
14392 - labelname: ifIndex
14393 type: gauge
14394 lookups:
14395 - labels:
14396 - ifIndex
14397 labelname: ifName
14398 oid: 1.3.6.1.2.1.31.1.1.1.1
14399 type: DisplayString
14400 - name: ifOutBroadcastPkts
14401 oid: 1.3.6.1.2.1.31.1.1.1.5
14402 type: counter
14403 help: The total number of packets that higher-level protocols requested be transmitted,
14404 and which were addressed to a broadcast address at this sub-layer, including
14405 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
14406 indexes:
14407 - labelname: ifIndex
14408 type: gauge
14409 lookups:
14410 - labels:
14411 - ifIndex
14412 labelname: ifName
14413 oid: 1.3.6.1.2.1.31.1.1.1.1
14414 type: DisplayString
14415 - name: ifHCInOctets
14416 oid: 1.3.6.1.2.1.31.1.1.1.6
14417 type: counter
14418 help: The total number of octets received on the interface, including framing
14419 characters - 1.3.6.1.2.1.31.1.1.1.6
14420 indexes:
14421 - labelname: ifIndex
14422 type: gauge
14423 lookups:
14424 - labels:
14425 - ifIndex
14426 labelname: ifName
14427 oid: 1.3.6.1.2.1.31.1.1.1.1
14428 type: DisplayString
14429 - name: ifHCInUcastPkts
14430 oid: 1.3.6.1.2.1.31.1.1.1.7
14431 type: counter
14432 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14433 which were not addressed to a multicast or broadcast address at this sub-layer
14434 - 1.3.6.1.2.1.31.1.1.1.7
14435 indexes:
14436 - labelname: ifIndex
14437 type: gauge
14438 lookups:
14439 - labels:
14440 - ifIndex
14441 labelname: ifName
14442 oid: 1.3.6.1.2.1.31.1.1.1.1
14443 type: DisplayString
14444 - name: ifHCInMulticastPkts
14445 oid: 1.3.6.1.2.1.31.1.1.1.8
14446 type: counter
14447 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14448 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
14449 indexes:
14450 - labelname: ifIndex
14451 type: gauge
14452 lookups:
14453 - labels:
14454 - ifIndex
14455 labelname: ifName
14456 oid: 1.3.6.1.2.1.31.1.1.1.1
14457 type: DisplayString
14458 - name: ifHCInBroadcastPkts
14459 oid: 1.3.6.1.2.1.31.1.1.1.9
14460 type: counter
14461 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
14462 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
14463 indexes:
14464 - labelname: ifIndex
14465 type: gauge
14466 lookups:
14467 - labels:
14468 - ifIndex
14469 labelname: ifName
14470 oid: 1.3.6.1.2.1.31.1.1.1.1
14471 type: DisplayString
14472 - name: ifHCOutOctets
14473 oid: 1.3.6.1.2.1.31.1.1.1.10
14474 type: counter
14475 help: The total number of octets transmitted out of the interface, including framing
14476 characters - 1.3.6.1.2.1.31.1.1.1.10
14477 indexes:
14478 - labelname: ifIndex
14479 type: gauge
14480 lookups:
14481 - labels:
14482 - ifIndex
14483 labelname: ifName
14484 oid: 1.3.6.1.2.1.31.1.1.1.1
14485 type: DisplayString
14486 - name: ifHCOutUcastPkts
14487 oid: 1.3.6.1.2.1.31.1.1.1.11
14488 type: counter
14489 help: The total number of packets that higher-level protocols requested be transmitted,
14490 and which were not addressed to a multicast or broadcast address at this sub-layer,
14491 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
14492 indexes:
14493 - labelname: ifIndex
14494 type: gauge
14495 lookups:
14496 - labels:
14497 - ifIndex
14498 labelname: ifName
14499 oid: 1.3.6.1.2.1.31.1.1.1.1
14500 type: DisplayString
14501 - name: ifHCOutMulticastPkts
14502 oid: 1.3.6.1.2.1.31.1.1.1.12
14503 type: counter
14504 help: The total number of packets that higher-level protocols requested be transmitted,
14505 and which were addressed to a multicast address at this sub-layer, including
14506 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
14507 indexes:
14508 - labelname: ifIndex
14509 type: gauge
14510 lookups:
14511 - labels:
14512 - ifIndex
14513 labelname: ifName
14514 oid: 1.3.6.1.2.1.31.1.1.1.1
14515 type: DisplayString
14516 - name: ifHCOutBroadcastPkts
14517 oid: 1.3.6.1.2.1.31.1.1.1.13
14518 type: counter
14519 help: The total number of packets that higher-level protocols requested be transmitted,
14520 and which were addressed to a broadcast address at this sub-layer, including
14521 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
14522 indexes:
14523 - labelname: ifIndex
14524 type: gauge
14525 lookups:
14526 - labels:
14527 - ifIndex
14528 labelname: ifName
14529 oid: 1.3.6.1.2.1.31.1.1.1.1
14530 type: DisplayString
14531 - name: ifLinkUpDownTrapEnable
14532 oid: 1.3.6.1.2.1.31.1.1.1.14
14533 type: gauge
14534 help: Indicates whether linkUp/linkDown traps should be generated for this interface
14535 - 1.3.6.1.2.1.31.1.1.1.14
14536 indexes:
14537 - labelname: ifIndex
14538 type: gauge
14539 lookups:
14540 - labels:
14541 - ifIndex
14542 labelname: ifName
14543 oid: 1.3.6.1.2.1.31.1.1.1.1
14544 type: DisplayString
14545 enum_values:
14546 1: enabled
14547 2: disabled
14548 - name: ifHighSpeed
14549 oid: 1.3.6.1.2.1.31.1.1.1.15
14550 type: gauge
14551 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
14552 per second - 1.3.6.1.2.1.31.1.1.1.15
14553 indexes:
14554 - labelname: ifIndex
14555 type: gauge
14556 lookups:
14557 - labels:
14558 - ifIndex
14559 labelname: ifName
14560 oid: 1.3.6.1.2.1.31.1.1.1.1
14561 type: DisplayString
14562 - name: ifPromiscuousMode
14563 oid: 1.3.6.1.2.1.31.1.1.1.16
14564 type: gauge
14565 help: This object has a value of false(2) if this interface only accepts packets/frames
14566 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
14567 indexes:
14568 - labelname: ifIndex
14569 type: gauge
14570 lookups:
14571 - labels:
14572 - ifIndex
14573 labelname: ifName
14574 oid: 1.3.6.1.2.1.31.1.1.1.1
14575 type: DisplayString
14576 enum_values:
14577 1: "true"
14578 2: "false"
14579 - name: ifConnectorPresent
14580 oid: 1.3.6.1.2.1.31.1.1.1.17
14581 type: gauge
14582 help: This object has the value 'true(1)' if the interface sublayer has a physical
14583 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
14584 indexes:
14585 - labelname: ifIndex
14586 type: gauge
14587 lookups:
14588 - labels:
14589 - ifIndex
14590 labelname: ifName
14591 oid: 1.3.6.1.2.1.31.1.1.1.1
14592 type: DisplayString
14593 enum_values:
14594 1: "true"
14595 2: "false"
14596 - name: ifAlias
14597 oid: 1.3.6.1.2.1.31.1.1.1.18
14598 type: DisplayString
14599 help: This object is an 'alias' name for the interface as specified by a network
14600 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
14601 indexes:
14602 - labelname: ifIndex
14603 type: gauge
14604 lookups:
14605 - labels:
14606 - ifIndex
14607 labelname: ifName
14608 oid: 1.3.6.1.2.1.31.1.1.1.1
14609 type: DisplayString
14610 - name: ifCounterDiscontinuityTime
14611 oid: 1.3.6.1.2.1.31.1.1.1.19
14612 type: gauge
14613 help: The value of sysUpTime on the most recent occasion at which any one or more
14614 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
14615 indexes:
14616 - labelname: ifIndex
14617 type: gauge
14618 lookups:
14619 - labels:
14620 - ifIndex
14621 labelname: ifName
14622 oid: 1.3.6.1.2.1.31.1.1.1.1
14623 type: DisplayString
14624 - name: ifStackHigherLayer
14625 oid: 1.3.6.1.2.1.31.1.2.1.1
14626 type: gauge
14627 help: The value of ifIndex corresponding to the higher sub-layer of the relationship,
14628 i.e., the sub-layer which runs on 'top' of the sub-layer identified by the corresponding
14629 instance of ifStackLowerLayer - 1.3.6.1.2.1.31.1.2.1.1
14630 indexes:
14631 - labelname: ifStackHigherLayer
14632 type: gauge
14633 - labelname: ifStackLowerLayer
14634 type: gauge
14635 - name: ifStackLowerLayer
14636 oid: 1.3.6.1.2.1.31.1.2.1.2
14637 type: gauge
14638 help: The value of ifIndex corresponding to the lower sub-layer of the relationship,
14639 i.e., the sub-layer which runs 'below' the sub-layer identified by the corresponding
14640 instance of ifStackHigherLayer - 1.3.6.1.2.1.31.1.2.1.2
14641 indexes:
14642 - labelname: ifStackHigherLayer
14643 type: gauge
14644 - labelname: ifStackLowerLayer
14645 type: gauge
14646 - name: ifStackStatus
14647 oid: 1.3.6.1.2.1.31.1.2.1.3
14648 type: gauge
14649 help: The status of the relationship between two sub-layers - 1.3.6.1.2.1.31.1.2.1.3
14650 indexes:
14651 - labelname: ifStackHigherLayer
14652 type: gauge
14653 - labelname: ifStackLowerLayer
14654 type: gauge
14655 enum_values:
14656 1: active
14657 2: notInService
14658 3: notReady
14659 4: createAndGo
14660 5: createAndWait
14661 6: destroy
14662 - name: ifTestId
14663 oid: 1.3.6.1.2.1.31.1.3.1.1
14664 type: gauge
14665 help: This object identifies the current invocation of the interface's test. -
14666 1.3.6.1.2.1.31.1.3.1.1
14667 indexes:
14668 - labelname: ifIndex
14669 type: gauge
14670 lookups:
14671 - labels:
14672 - ifIndex
14673 labelname: ifName
14674 oid: 1.3.6.1.2.1.31.1.1.1.1
14675 type: DisplayString
14676 - name: ifTestStatus
14677 oid: 1.3.6.1.2.1.31.1.3.1.2
14678 type: gauge
14679 help: This object indicates whether or not some manager currently has the necessary
14680 'ownership' required to invoke a test on this interface - 1.3.6.1.2.1.31.1.3.1.2
14681 indexes:
14682 - labelname: ifIndex
14683 type: gauge
14684 lookups:
14685 - labels:
14686 - ifIndex
14687 labelname: ifName
14688 oid: 1.3.6.1.2.1.31.1.1.1.1
14689 type: DisplayString
14690 enum_values:
14691 1: notInUse
14692 2: inUse
14693 - name: ifTestType
14694 oid: 1.3.6.1.2.1.31.1.3.1.3
14695 type: OctetString
14696 help: A control variable used to start and stop operator- initiated interface
14697 tests - 1.3.6.1.2.1.31.1.3.1.3
14698 indexes:
14699 - labelname: ifIndex
14700 type: gauge
14701 lookups:
14702 - labels:
14703 - ifIndex
14704 labelname: ifName
14705 oid: 1.3.6.1.2.1.31.1.1.1.1
14706 type: DisplayString
14707 - name: ifTestResult
14708 oid: 1.3.6.1.2.1.31.1.3.1.4
14709 type: gauge
14710 help: This object contains the result of the most recently requested test, or
14711 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
14712 indexes:
14713 - labelname: ifIndex
14714 type: gauge
14715 lookups:
14716 - labels:
14717 - ifIndex
14718 labelname: ifName
14719 oid: 1.3.6.1.2.1.31.1.1.1.1
14720 type: DisplayString
14721 enum_values:
14722 1: none
14723 2: success
14724 3: inProgress
14725 4: notSupported
14726 5: unAbleToRun
14727 6: aborted
14728 7: failed
14729 - name: ifTestCode
14730 oid: 1.3.6.1.2.1.31.1.3.1.5
14731 type: OctetString
14732 help: This object contains a code which contains more specific information on
14733 the test result, for example an error-code after a failed test - 1.3.6.1.2.1.31.1.3.1.5
14734 indexes:
14735 - labelname: ifIndex
14736 type: gauge
14737 lookups:
14738 - labels:
14739 - ifIndex
14740 labelname: ifName
14741 oid: 1.3.6.1.2.1.31.1.1.1.1
14742 type: DisplayString
14743 - name: ifTestOwner
14744 oid: 1.3.6.1.2.1.31.1.3.1.6
14745 type: DisplayString
14746 help: The entity which currently has the 'ownership' required to invoke a test
14747 on this interface. - 1.3.6.1.2.1.31.1.3.1.6
14748 indexes:
14749 - labelname: ifIndex
14750 type: gauge
14751 lookups:
14752 - labels:
14753 - ifIndex
14754 labelname: ifName
14755 oid: 1.3.6.1.2.1.31.1.1.1.1
14756 type: DisplayString
14757 - name: ifRcvAddressAddress
14758 oid: 1.3.6.1.2.1.31.1.4.1.1
14759 type: PhysAddress48
14760 help: An address for which the system will accept packets/frames on this entry's
14761 interface. - 1.3.6.1.2.1.31.1.4.1.1
14762 indexes:
14763 - labelname: ifIndex
14764 type: gauge
14765 - labelname: ifRcvAddressAddress
14766 type: PhysAddress48
14767 lookups:
14768 - labels:
14769 - ifIndex
14770 labelname: ifName
14771 oid: 1.3.6.1.2.1.31.1.1.1.1
14772 type: DisplayString
14773 - name: ifRcvAddressStatus
14774 oid: 1.3.6.1.2.1.31.1.4.1.2
14775 type: gauge
14776 help: This object is used to create and delete rows in the ifRcvAddressTable.
14777 - 1.3.6.1.2.1.31.1.4.1.2
14778 indexes:
14779 - labelname: ifIndex
14780 type: gauge
14781 - labelname: ifRcvAddressAddress
14782 type: PhysAddress48
14783 lookups:
14784 - labels:
14785 - ifIndex
14786 labelname: ifName
14787 oid: 1.3.6.1.2.1.31.1.1.1.1
14788 type: DisplayString
14789 enum_values:
14790 1: active
14791 2: notInService
14792 3: notReady
14793 4: createAndGo
14794 5: createAndWait
14795 6: destroy
14796 - name: ifRcvAddressType
14797 oid: 1.3.6.1.2.1.31.1.4.1.3
14798 type: gauge
14799 help: This object has the value nonVolatile(3) for those entries in the table
14800 which are valid and will not be deleted by the next restart of the managed system
14801 - 1.3.6.1.2.1.31.1.4.1.3
14802 indexes:
14803 - labelname: ifIndex
14804 type: gauge
14805 - labelname: ifRcvAddressAddress
14806 type: PhysAddress48
14807 lookups:
14808 - labels:
14809 - ifIndex
14810 labelname: ifName
14811 oid: 1.3.6.1.2.1.31.1.1.1.1
14812 type: DisplayString
14813 enum_values:
14814 1: other
14815 2: volatile
14816 3: nonVolatile
14817 - name: ifTableLastChange
14818 oid: 1.3.6.1.2.1.31.1.5
14819 type: gauge
14820 help: The value of sysUpTime at the time of the last creation or deletion of an
14821 entry in the ifTable - 1.3.6.1.2.1.31.1.5
14822 - name: ifStackLastChange
14823 oid: 1.3.6.1.2.1.31.1.6
14824 type: gauge
14825 help: The value of sysUpTime at the time of the last change of the (whole) interface
14826 stack - 1.3.6.1.2.1.31.1.6
14827 - name: mtxrWlStatIndex
14828 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.1
14829 type: gauge
14830 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.1'
14831 indexes:
14832 - labelname: mtxrWlStatIndex
14833 type: gauge
14834 - name: mtxrWlStatTxRate
14835 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.2
14836 type: gauge
14837 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.2
14838 indexes:
14839 - labelname: mtxrWlStatIndex
14840 type: gauge
14841 - name: mtxrWlStatRxRate
14842 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.3
14843 type: gauge
14844 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.1.1.3
14845 indexes:
14846 - labelname: mtxrWlStatIndex
14847 type: gauge
14848 - name: mtxrWlStatStrength
14849 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.4
14850 type: gauge
14851 help: dBm - 1.3.6.1.4.1.14988.1.1.1.1.1.4
14852 indexes:
14853 - labelname: mtxrWlStatIndex
14854 type: gauge
14855 - name: mtxrWlStatSsid
14856 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.5
14857 type: DisplayString
14858 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.5'
14859 indexes:
14860 - labelname: mtxrWlStatIndex
14861 type: gauge
14862 - name: mtxrWlStatBssid
14863 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.6
14864 type: PhysAddress48
14865 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.6'
14866 indexes:
14867 - labelname: mtxrWlStatIndex
14868 type: gauge
14869 - name: mtxrWlStatFreq
14870 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.7
14871 type: gauge
14872 help: megahertz - 1.3.6.1.4.1.14988.1.1.1.1.1.7
14873 indexes:
14874 - labelname: mtxrWlStatIndex
14875 type: gauge
14876 - name: mtxrWlStatBand
14877 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.8
14878 type: DisplayString
14879 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.8'
14880 indexes:
14881 - labelname: mtxrWlStatIndex
14882 type: gauge
14883 - name: mtxrWlStatTxCCQ
14884 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.9
14885 type: counter
14886 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.9'
14887 indexes:
14888 - labelname: mtxrWlStatIndex
14889 type: gauge
14890 - name: mtxrWlStatRxCCQ
14891 oid: 1.3.6.1.4.1.14988.1.1.1.1.1.10
14892 type: counter
14893 help: ' - 1.3.6.1.4.1.14988.1.1.1.1.1.10'
14894 indexes:
14895 - labelname: mtxrWlStatIndex
14896 type: gauge
14897 - name: mtxrWlRtabAddr
14898 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.1
14899 type: PhysAddress48
14900 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.1'
14901 indexes:
14902 - labelname: mtxrWlRtabAddr
14903 type: PhysAddress48
14904 fixed_size: 6
14905 - labelname: mtxrWlRtabIface
14906 type: gauge
14907 - name: mtxrWlRtabIface
14908 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.2
14909 type: gauge
14910 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.2'
14911 indexes:
14912 - labelname: mtxrWlRtabAddr
14913 type: PhysAddress48
14914 fixed_size: 6
14915 - labelname: mtxrWlRtabIface
14916 type: gauge
14917 - name: mtxrWlRtabStrength
14918 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.3
14919 type: gauge
14920 help: dBm - 1.3.6.1.4.1.14988.1.1.1.2.1.3
14921 indexes:
14922 - labelname: mtxrWlRtabAddr
14923 type: PhysAddress48
14924 fixed_size: 6
14925 - labelname: mtxrWlRtabIface
14926 type: gauge
14927 - name: mtxrWlRtabTxBytes
14928 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.4
14929 type: counter
14930 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.4'
14931 indexes:
14932 - labelname: mtxrWlRtabAddr
14933 type: PhysAddress48
14934 fixed_size: 6
14935 - labelname: mtxrWlRtabIface
14936 type: gauge
14937 - name: mtxrWlRtabRxBytes
14938 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.5
14939 type: counter
14940 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.5'
14941 indexes:
14942 - labelname: mtxrWlRtabAddr
14943 type: PhysAddress48
14944 fixed_size: 6
14945 - labelname: mtxrWlRtabIface
14946 type: gauge
14947 - name: mtxrWlRtabTxPackets
14948 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.6
14949 type: counter
14950 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.6'
14951 indexes:
14952 - labelname: mtxrWlRtabAddr
14953 type: PhysAddress48
14954 fixed_size: 6
14955 - labelname: mtxrWlRtabIface
14956 type: gauge
14957 - name: mtxrWlRtabRxPackets
14958 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.7
14959 type: counter
14960 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.7'
14961 indexes:
14962 - labelname: mtxrWlRtabAddr
14963 type: PhysAddress48
14964 fixed_size: 6
14965 - labelname: mtxrWlRtabIface
14966 type: gauge
14967 - name: mtxrWlRtabTxRate
14968 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.8
14969 type: gauge
14970 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.8
14971 indexes:
14972 - labelname: mtxrWlRtabAddr
14973 type: PhysAddress48
14974 fixed_size: 6
14975 - labelname: mtxrWlRtabIface
14976 type: gauge
14977 - name: mtxrWlRtabRxRate
14978 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.9
14979 type: gauge
14980 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.2.1.9
14981 indexes:
14982 - labelname: mtxrWlRtabAddr
14983 type: PhysAddress48
14984 fixed_size: 6
14985 - labelname: mtxrWlRtabIface
14986 type: gauge
14987 - name: mtxrWlRtabRouterOSVersion
14988 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.10
14989 type: DisplayString
14990 help: RouterOS version - 1.3.6.1.4.1.14988.1.1.1.2.1.10
14991 indexes:
14992 - labelname: mtxrWlRtabAddr
14993 type: PhysAddress48
14994 fixed_size: 6
14995 - labelname: mtxrWlRtabIface
14996 type: gauge
14997 - name: mtxrWlRtabUptime
14998 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.11
14999 type: gauge
15000 help: uptime - 1.3.6.1.4.1.14988.1.1.1.2.1.11
15001 indexes:
15002 - labelname: mtxrWlRtabAddr
15003 type: PhysAddress48
15004 fixed_size: 6
15005 - labelname: mtxrWlRtabIface
15006 type: gauge
15007 - name: mtxrWlRtabSignalToNoise
15008 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.12
15009 type: gauge
15010 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
15011 indexes:
15012 - labelname: mtxrWlRtabAddr
15013 type: PhysAddress48
15014 fixed_size: 6
15015 - labelname: mtxrWlRtabIface
15016 type: gauge
15017 - name: mtxrWlRtabTxStrengthCh0
15018 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.13
15019 type: gauge
15020 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.13'
15021 indexes:
15022 - labelname: mtxrWlRtabAddr
15023 type: PhysAddress48
15024 fixed_size: 6
15025 - labelname: mtxrWlRtabIface
15026 type: gauge
15027 - name: mtxrWlRtabRxStrengthCh0
15028 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.14
15029 type: gauge
15030 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.14'
15031 indexes:
15032 - labelname: mtxrWlRtabAddr
15033 type: PhysAddress48
15034 fixed_size: 6
15035 - labelname: mtxrWlRtabIface
15036 type: gauge
15037 - name: mtxrWlRtabTxStrengthCh1
15038 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.15
15039 type: gauge
15040 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.15'
15041 indexes:
15042 - labelname: mtxrWlRtabAddr
15043 type: PhysAddress48
15044 fixed_size: 6
15045 - labelname: mtxrWlRtabIface
15046 type: gauge
15047 - name: mtxrWlRtabRxStrengthCh1
15048 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.16
15049 type: gauge
15050 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.16'
15051 indexes:
15052 - labelname: mtxrWlRtabAddr
15053 type: PhysAddress48
15054 fixed_size: 6
15055 - labelname: mtxrWlRtabIface
15056 type: gauge
15057 - name: mtxrWlRtabTxStrengthCh2
15058 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.17
15059 type: gauge
15060 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.17'
15061 indexes:
15062 - labelname: mtxrWlRtabAddr
15063 type: PhysAddress48
15064 fixed_size: 6
15065 - labelname: mtxrWlRtabIface
15066 type: gauge
15067 - name: mtxrWlRtabRxStrengthCh2
15068 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.18
15069 type: gauge
15070 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.18'
15071 indexes:
15072 - labelname: mtxrWlRtabAddr
15073 type: PhysAddress48
15074 fixed_size: 6
15075 - labelname: mtxrWlRtabIface
15076 type: gauge
15077 - name: mtxrWlRtabTxStrength
15078 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.19
15079 type: gauge
15080 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.19'
15081 indexes:
15082 - labelname: mtxrWlRtabAddr
15083 type: PhysAddress48
15084 fixed_size: 6
15085 - labelname: mtxrWlRtabIface
15086 type: gauge
15087 - name: mtxrWlRtabRadioName
15088 oid: 1.3.6.1.4.1.14988.1.1.1.2.1.20
15089 type: DisplayString
15090 help: ' - 1.3.6.1.4.1.14988.1.1.1.2.1.20'
15091 indexes:
15092 - labelname: mtxrWlRtabAddr
15093 type: PhysAddress48
15094 fixed_size: 6
15095 - labelname: mtxrWlRtabIface
15096 type: gauge
15097 - name: mtxrWlApIndex
15098 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.1
15099 type: gauge
15100 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.1'
15101 indexes:
15102 - labelname: mtxrWlApIndex
15103 type: gauge
15104 - name: mtxrWlApTxRate
15105 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.2
15106 type: gauge
15107 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.2
15108 indexes:
15109 - labelname: mtxrWlApIndex
15110 type: gauge
15111 - name: mtxrWlApRxRate
15112 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.3
15113 type: gauge
15114 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.3.1.3
15115 indexes:
15116 - labelname: mtxrWlApIndex
15117 type: gauge
15118 - name: mtxrWlApSsid
15119 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.4
15120 type: DisplayString
15121 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.4'
15122 indexes:
15123 - labelname: mtxrWlApIndex
15124 type: gauge
15125 - name: mtxrWlApBssid
15126 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.5
15127 type: PhysAddress48
15128 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.5'
15129 indexes:
15130 - labelname: mtxrWlApIndex
15131 type: gauge
15132 - name: mtxrWlApClientCount
15133 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.6
15134 type: counter
15135 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.6'
15136 indexes:
15137 - labelname: mtxrWlApIndex
15138 type: gauge
15139 - name: mtxrWlApFreq
15140 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.7
15141 type: gauge
15142 help: megahertz - 1.3.6.1.4.1.14988.1.1.1.3.1.7
15143 indexes:
15144 - labelname: mtxrWlApIndex
15145 type: gauge
15146 - name: mtxrWlApBand
15147 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.8
15148 type: DisplayString
15149 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.8'
15150 indexes:
15151 - labelname: mtxrWlApIndex
15152 type: gauge
15153 - name: mtxrWlApNoiseFloor
15154 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.9
15155 type: gauge
15156 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.9'
15157 indexes:
15158 - labelname: mtxrWlApIndex
15159 type: gauge
15160 - name: mtxrWlApOverallTxCCQ
15161 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.10
15162 type: counter
15163 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.10'
15164 indexes:
15165 - labelname: mtxrWlApIndex
15166 type: gauge
15167 - name: mtxrWlApAuthClientCount
15168 oid: 1.3.6.1.4.1.14988.1.1.1.3.1.11
15169 type: counter
15170 help: ' - 1.3.6.1.4.1.14988.1.1.1.3.1.11'
15171 indexes:
15172 - labelname: mtxrWlApIndex
15173 type: gauge
15174 - name: mtxrWlRtabEntryCount
15175 oid: 1.3.6.1.4.1.14988.1.1.1.4
15176 type: gauge
15177 help: Wireless registration table entry count - 1.3.6.1.4.1.14988.1.1.1.4
15178 - name: mtxrWlCMRtabAddr
15179 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.1
15180 type: PhysAddress48
15181 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.1'
15182 indexes:
15183 - labelname: mtxrWlCMRtabAddr
15184 type: PhysAddress48
15185 fixed_size: 6
15186 - labelname: mtxrWlCMRtabIface
15187 type: gauge
15188 - name: mtxrWlCMRtabIface
15189 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.2
15190 type: gauge
15191 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.2'
15192 indexes:
15193 - labelname: mtxrWlCMRtabAddr
15194 type: PhysAddress48
15195 fixed_size: 6
15196 - labelname: mtxrWlCMRtabIface
15197 type: gauge
15198 - name: mtxrWlCMRtabUptime
15199 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.3
15200 type: gauge
15201 help: uptime - 1.3.6.1.4.1.14988.1.1.1.5.1.3
15202 indexes:
15203 - labelname: mtxrWlCMRtabAddr
15204 type: PhysAddress48
15205 fixed_size: 6
15206 - labelname: mtxrWlCMRtabIface
15207 type: gauge
15208 - name: mtxrWlCMRtabTxBytes
15209 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.4
15210 type: counter
15211 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.4'
15212 indexes:
15213 - labelname: mtxrWlCMRtabAddr
15214 type: PhysAddress48
15215 fixed_size: 6
15216 - labelname: mtxrWlCMRtabIface
15217 type: gauge
15218 - name: mtxrWlCMRtabRxBytes
15219 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.5
15220 type: counter
15221 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.5'
15222 indexes:
15223 - labelname: mtxrWlCMRtabAddr
15224 type: PhysAddress48
15225 fixed_size: 6
15226 - labelname: mtxrWlCMRtabIface
15227 type: gauge
15228 - name: mtxrWlCMRtabTxPackets
15229 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.6
15230 type: counter
15231 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.6'
15232 indexes:
15233 - labelname: mtxrWlCMRtabAddr
15234 type: PhysAddress48
15235 fixed_size: 6
15236 - labelname: mtxrWlCMRtabIface
15237 type: gauge
15238 - name: mtxrWlCMRtabRxPackets
15239 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.7
15240 type: counter
15241 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.7'
15242 indexes:
15243 - labelname: mtxrWlCMRtabAddr
15244 type: PhysAddress48
15245 fixed_size: 6
15246 - labelname: mtxrWlCMRtabIface
15247 type: gauge
15248 - name: mtxrWlCMRtabTxRate
15249 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.8
15250 type: gauge
15251 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.8
15252 indexes:
15253 - labelname: mtxrWlCMRtabAddr
15254 type: PhysAddress48
15255 fixed_size: 6
15256 - labelname: mtxrWlCMRtabIface
15257 type: gauge
15258 - name: mtxrWlCMRtabRxRate
15259 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.9
15260 type: gauge
15261 help: bits per second - 1.3.6.1.4.1.14988.1.1.1.5.1.9
15262 indexes:
15263 - labelname: mtxrWlCMRtabAddr
15264 type: PhysAddress48
15265 fixed_size: 6
15266 - labelname: mtxrWlCMRtabIface
15267 type: gauge
15268 - name: mtxrWlCMRtabTxStrength
15269 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.10
15270 type: gauge
15271 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.10'
15272 indexes:
15273 - labelname: mtxrWlCMRtabAddr
15274 type: PhysAddress48
15275 fixed_size: 6
15276 - labelname: mtxrWlCMRtabIface
15277 type: gauge
15278 - name: mtxrWlCMRtabRxStrength
15279 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.11
15280 type: gauge
15281 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.11'
15282 indexes:
15283 - labelname: mtxrWlCMRtabAddr
15284 type: PhysAddress48
15285 fixed_size: 6
15286 - labelname: mtxrWlCMRtabIface
15287 type: gauge
15288 - name: mtxrWlCMRtabSsid
15289 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.12
15290 type: DisplayString
15291 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.12'
15292 indexes:
15293 - labelname: mtxrWlCMRtabAddr
15294 type: PhysAddress48
15295 fixed_size: 6
15296 - labelname: mtxrWlCMRtabIface
15297 type: gauge
15298 - name: mtxrWlCMRtabEapIdent
15299 oid: 1.3.6.1.4.1.14988.1.1.1.5.1.13
15300 type: DisplayString
15301 help: ' - 1.3.6.1.4.1.14988.1.1.1.5.1.13'
15302 indexes:
15303 - labelname: mtxrWlCMRtabAddr
15304 type: PhysAddress48
15305 fixed_size: 6
15306 - labelname: mtxrWlCMRtabIface
15307 type: gauge
15308 - name: mtxrWlCMRtabEntryCount
15309 oid: 1.3.6.1.4.1.14988.1.1.1.6
15310 type: gauge
15311 help: Wireless CAPSMAN registration table entry count - 1.3.6.1.4.1.14988.1.1.1.6
15312 - name: mtxrWlCMIndex
15313 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.1
15314 type: gauge
15315 help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.1'
15316 indexes:
15317 - labelname: mtxrWlCMIndex
15318 type: gauge
15319 - name: mtxrWlCMRegClientCount
15320 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.2
15321 type: counter
15322 help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.2'
15323 indexes:
15324 - labelname: mtxrWlCMIndex
15325 type: gauge
15326 - name: mtxrWlCMAuthClientCount
15327 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.3
15328 type: counter
15329 help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.3'
15330 indexes:
15331 - labelname: mtxrWlCMIndex
15332 type: gauge
15333 - name: mtxrWlCMState
15334 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.4
15335 type: DisplayString
15336 help: ' - 1.3.6.1.4.1.14988.1.1.1.7.1.4'
15337 indexes:
15338 - labelname: mtxrWlCMIndex
15339 type: gauge
15340 - name: mtxrWlCMChannel
15341 oid: 1.3.6.1.4.1.14988.1.1.1.7.1.5
15342 type: DisplayString
15343 help: for master only - 1.3.6.1.4.1.14988.1.1.1.7.1.5
15344 indexes:
15345 - labelname: mtxrWlCMIndex
15346 type: gauge
15347 - name: mtxrWl60GIndex
15348 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.1
15349 type: gauge
15350 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.1'
15351 indexes:
15352 - labelname: mtxrWl60GIndex
15353 type: gauge
15354 - name: mtxrWl60GMode
15355 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.2
15356 type: gauge
15357 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.2'
15358 indexes:
15359 - labelname: mtxrWl60GIndex
15360 type: gauge
15361 enum_values:
15362 0: apBridge
15363 1: stationBridge
15364 2: sniff
15365 3: bridge
15366 - name: mtxrWl60GSsid
15367 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.3
15368 type: DisplayString
15369 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.3'
15370 indexes:
15371 - labelname: mtxrWl60GIndex
15372 type: gauge
15373 - name: mtxrWl60GConnected
15374 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.4
15375 type: gauge
15376 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.4'
15377 indexes:
15378 - labelname: mtxrWl60GIndex
15379 type: gauge
15380 enum_values:
15381 0: "false"
15382 1: "true"
15383 - name: mtxrWl60GRemote
15384 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.5
15385 type: PhysAddress48
15386 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.5'
15387 indexes:
15388 - labelname: mtxrWl60GIndex
15389 type: gauge
15390 - name: mtxrWl60GFreq
15391 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.6
15392 type: gauge
15393 help: Mhz - 1.3.6.1.4.1.14988.1.1.1.8.1.6
15394 indexes:
15395 - labelname: mtxrWl60GIndex
15396 type: gauge
15397 - name: mtxrWl60GMcs
15398 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.7
15399 type: gauge
15400 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.7'
15401 indexes:
15402 - labelname: mtxrWl60GIndex
15403 type: gauge
15404 - name: mtxrWl60GSignal
15405 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.8
15406 type: gauge
15407 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.8'
15408 indexes:
15409 - labelname: mtxrWl60GIndex
15410 type: gauge
15411 - name: mtxrWl60GTxSector
15412 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.9
15413 type: gauge
15414 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.9'
15415 indexes:
15416 - labelname: mtxrWl60GIndex
15417 type: gauge
15418 - name: mtxrWl60GTxSectorInfo
15419 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.11
15420 type: DisplayString
15421 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.11'
15422 indexes:
15423 - labelname: mtxrWl60GIndex
15424 type: gauge
15425 - name: mtxrWl60GRssi
15426 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.12
15427 type: gauge
15428 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.12'
15429 indexes:
15430 - labelname: mtxrWl60GIndex
15431 type: gauge
15432 - name: mtxrWl60GPhyRate
15433 oid: 1.3.6.1.4.1.14988.1.1.1.8.1.13
15434 type: gauge
15435 help: ' - 1.3.6.1.4.1.14988.1.1.1.8.1.13'
15436 indexes:
15437 - labelname: mtxrWl60GIndex
15438 type: gauge
15439 - name: mtxrWl60GStaIndex
15440 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.1
15441 type: gauge
15442 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.1'
15443 indexes:
15444 - labelname: mtxrWl60GStaIndex
15445 type: gauge
15446 - name: mtxrWl60GStaConnected
15447 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.2
15448 type: gauge
15449 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.2'
15450 indexes:
15451 - labelname: mtxrWl60GStaIndex
15452 type: gauge
15453 enum_values:
15454 0: "false"
15455 1: "true"
15456 - name: mtxrWl60GStaRemote
15457 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.3
15458 type: PhysAddress48
15459 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.3'
15460 indexes:
15461 - labelname: mtxrWl60GStaIndex
15462 type: gauge
15463 - name: mtxrWl60GStaMcs
15464 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.4
15465 type: gauge
15466 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.4'
15467 indexes:
15468 - labelname: mtxrWl60GStaIndex
15469 type: gauge
15470 - name: mtxrWl60GStaSignal
15471 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.5
15472 type: gauge
15473 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.5'
15474 indexes:
15475 - labelname: mtxrWl60GStaIndex
15476 type: gauge
15477 - name: mtxrWl60GStaTxSector
15478 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.6
15479 type: gauge
15480 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.6'
15481 indexes:
15482 - labelname: mtxrWl60GStaIndex
15483 type: gauge
15484 - name: mtxrWl60GStaPhyRate
15485 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.8
15486 type: gauge
15487 help: Mbits per second - 1.3.6.1.4.1.14988.1.1.1.9.1.8
15488 indexes:
15489 - labelname: mtxrWl60GStaIndex
15490 type: gauge
15491 - name: mtxrWl60GStaRssi
15492 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.9
15493 type: gauge
15494 help: ' - 1.3.6.1.4.1.14988.1.1.1.9.1.9'
15495 indexes:
15496 - labelname: mtxrWl60GStaIndex
15497 type: gauge
15498 - name: mtxrWl60GStaDistance
15499 oid: 1.3.6.1.4.1.14988.1.1.1.9.1.10
15500 type: gauge
15501 help: meters - 1.3.6.1.4.1.14988.1.1.1.9.1.10
15502 indexes:
15503 - labelname: mtxrWl60GStaIndex
15504 type: gauge
15505 - name: mtxrWlCMREntryCount
15506 oid: 1.3.6.1.4.1.14988.1.1.1.10
15507 type: gauge
15508 help: Wireless CAPSMAN remote-cap entry count - 1.3.6.1.4.1.14988.1.1.1.10
15509 - name: mtxrWlCMRemoteIndex
15510 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.1
15511 type: gauge
15512 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.1'
15513 indexes:
15514 - labelname: mtxrWlCMRemoteIndex
15515 type: gauge
15516 - name: mtxrWlCMRemoteName
15517 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.2
15518 type: DisplayString
15519 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.2'
15520 indexes:
15521 - labelname: mtxrWlCMRemoteIndex
15522 type: gauge
15523 - name: mtxrWlCMRemoteState
15524 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.3
15525 type: DisplayString
15526 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.3'
15527 indexes:
15528 - labelname: mtxrWlCMRemoteIndex
15529 type: gauge
15530 - name: mtxrWlCMRemoteAddress
15531 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.4
15532 type: DisplayString
15533 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.4'
15534 indexes:
15535 - labelname: mtxrWlCMRemoteIndex
15536 type: gauge
15537 - name: mtxrWlCMRemoteRadios
15538 oid: 1.3.6.1.4.1.14988.1.1.1.11.1.5
15539 type: counter
15540 help: ' - 1.3.6.1.4.1.14988.1.1.1.11.1.5'
15541 indexes:
15542 - labelname: mtxrWlCMRemoteIndex
15543 type: gauge
15544 - name: mtxrQueueSimpleIndex
15545 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.1
15546 type: gauge
15547 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.1'
15548 indexes:
15549 - labelname: mtxrQueueSimpleIndex
15550 type: gauge
15551 - name: mtxrQueueSimpleName
15552 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.2
15553 type: DisplayString
15554 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.2'
15555 indexes:
15556 - labelname: mtxrQueueSimpleIndex
15557 type: gauge
15558 - name: mtxrQueueSimpleSrcAddr
15559 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.3
15560 type: InetAddressIPv4
15561 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.3'
15562 indexes:
15563 - labelname: mtxrQueueSimpleIndex
15564 type: gauge
15565 - name: mtxrQueueSimpleSrcMask
15566 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.4
15567 type: InetAddressIPv4
15568 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.4'
15569 indexes:
15570 - labelname: mtxrQueueSimpleIndex
15571 type: gauge
15572 - name: mtxrQueueSimpleDstAddr
15573 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.5
15574 type: InetAddressIPv4
15575 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.5'
15576 indexes:
15577 - labelname: mtxrQueueSimpleIndex
15578 type: gauge
15579 - name: mtxrQueueSimpleDstMask
15580 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.6
15581 type: InetAddressIPv4
15582 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.6'
15583 indexes:
15584 - labelname: mtxrQueueSimpleIndex
15585 type: gauge
15586 - name: mtxrQueueSimpleIface
15587 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.7
15588 type: gauge
15589 help: interface index - 1.3.6.1.4.1.14988.1.1.2.1.1.7
15590 indexes:
15591 - labelname: mtxrQueueSimpleIndex
15592 type: gauge
15593 - name: mtxrQueueSimpleBytesIn
15594 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.8
15595 type: counter
15596 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.8'
15597 indexes:
15598 - labelname: mtxrQueueSimpleIndex
15599 type: gauge
15600 - name: mtxrQueueSimpleBytesOut
15601 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.9
15602 type: counter
15603 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.9'
15604 indexes:
15605 - labelname: mtxrQueueSimpleIndex
15606 type: gauge
15607 - name: mtxrQueueSimplePacketsIn
15608 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.10
15609 type: counter
15610 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.10'
15611 indexes:
15612 - labelname: mtxrQueueSimpleIndex
15613 type: gauge
15614 - name: mtxrQueueSimplePacketsOut
15615 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.11
15616 type: counter
15617 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.11'
15618 indexes:
15619 - labelname: mtxrQueueSimpleIndex
15620 type: gauge
15621 - name: mtxrQueueSimplePCQQueuesIn
15622 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.12
15623 type: counter
15624 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.12'
15625 indexes:
15626 - labelname: mtxrQueueSimpleIndex
15627 type: gauge
15628 - name: mtxrQueueSimplePCQQueuesOut
15629 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.13
15630 type: counter
15631 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.13'
15632 indexes:
15633 - labelname: mtxrQueueSimpleIndex
15634 type: gauge
15635 - name: mtxrQueueSimpleDroppedIn
15636 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.14
15637 type: counter
15638 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.14'
15639 indexes:
15640 - labelname: mtxrQueueSimpleIndex
15641 type: gauge
15642 - name: mtxrQueueSimpleDroppedOut
15643 oid: 1.3.6.1.4.1.14988.1.1.2.1.1.15
15644 type: counter
15645 help: ' - 1.3.6.1.4.1.14988.1.1.2.1.1.15'
15646 indexes:
15647 - labelname: mtxrQueueSimpleIndex
15648 type: gauge
15649 - name: mtxrQueueTreeIndex
15650 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.1
15651 type: gauge
15652 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.1'
15653 indexes:
15654 - labelname: mtxrQueueTreeIndex
15655 type: gauge
15656 - name: mtxrQueueTreeName
15657 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.2
15658 type: DisplayString
15659 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.2'
15660 indexes:
15661 - labelname: mtxrQueueTreeIndex
15662 type: gauge
15663 - name: mtxrQueueTreeFlow
15664 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.3
15665 type: DisplayString
15666 help: flowmark - 1.3.6.1.4.1.14988.1.1.2.2.1.3
15667 indexes:
15668 - labelname: mtxrQueueTreeIndex
15669 type: gauge
15670 - name: mtxrQueueTreeParentIndex
15671 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.4
15672 type: gauge
15673 help: index of parent tree queue or parent interface - 1.3.6.1.4.1.14988.1.1.2.2.1.4
15674 indexes:
15675 - labelname: mtxrQueueTreeIndex
15676 type: gauge
15677 - name: mtxrQueueTreeBytes
15678 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.5
15679 type: counter
15680 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.5'
15681 indexes:
15682 - labelname: mtxrQueueTreeIndex
15683 type: gauge
15684 - name: mtxrQueueTreePackets
15685 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.6
15686 type: counter
15687 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.6'
15688 indexes:
15689 - labelname: mtxrQueueTreeIndex
15690 type: gauge
15691 - name: mtxrQueueTreeHCBytes
15692 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.7
15693 type: counter
15694 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.7'
15695 indexes:
15696 - labelname: mtxrQueueTreeIndex
15697 type: gauge
15698 - name: mtxrQueueTreePCQQueues
15699 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.8
15700 type: counter
15701 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.8'
15702 indexes:
15703 - labelname: mtxrQueueTreeIndex
15704 type: gauge
15705 - name: mtxrQueueTreeDropped
15706 oid: 1.3.6.1.4.1.14988.1.1.2.2.1.9
15707 type: counter
15708 help: ' - 1.3.6.1.4.1.14988.1.1.2.2.1.9'
15709 indexes:
15710 - labelname: mtxrQueueTreeIndex
15711 type: gauge
15712 - name: mtxrHlCoreVoltage
15713 oid: 1.3.6.1.4.1.14988.1.1.3.1
15714 type: gauge
15715 help: core voltage - 1.3.6.1.4.1.14988.1.1.3.1
15716 - name: mtxrHlThreeDotThreeVoltage
15717 oid: 1.3.6.1.4.1.14988.1.1.3.2
15718 type: gauge
15719 help: 3.3V voltage - 1.3.6.1.4.1.14988.1.1.3.2
15720 - name: mtxrHlFiveVoltage
15721 oid: 1.3.6.1.4.1.14988.1.1.3.3
15722 type: gauge
15723 help: 5V voltage - 1.3.6.1.4.1.14988.1.1.3.3
15724 - name: mtxrHlTwelveVoltage
15725 oid: 1.3.6.1.4.1.14988.1.1.3.4
15726 type: gauge
15727 help: 12V voltage - 1.3.6.1.4.1.14988.1.1.3.4
15728 - name: mtxrHlSensorTemperature
15729 oid: 1.3.6.1.4.1.14988.1.1.3.5
15730 type: gauge
15731 help: temperature at sensor chip - 1.3.6.1.4.1.14988.1.1.3.5
15732 - name: mtxrHlCpuTemperature
15733 oid: 1.3.6.1.4.1.14988.1.1.3.6
15734 type: gauge
15735 help: temperature near cpu - 1.3.6.1.4.1.14988.1.1.3.6
15736 - name: mtxrHlBoardTemperature
15737 oid: 1.3.6.1.4.1.14988.1.1.3.7
15738 type: gauge
15739 help: ' - 1.3.6.1.4.1.14988.1.1.3.7'
15740 - name: mtxrHlVoltage
15741 oid: 1.3.6.1.4.1.14988.1.1.3.8
15742 type: gauge
15743 help: ' - 1.3.6.1.4.1.14988.1.1.3.8'
15744 - name: mtxrHlActiveFan
15745 oid: 1.3.6.1.4.1.14988.1.1.3.9
15746 type: DisplayString
15747 help: ' - 1.3.6.1.4.1.14988.1.1.3.9'
15748 - name: mtxrHlTemperature
15749 oid: 1.3.6.1.4.1.14988.1.1.3.10
15750 type: gauge
15751 help: ' - 1.3.6.1.4.1.14988.1.1.3.10'
15752 - name: mtxrHlProcessorTemperature
15753 oid: 1.3.6.1.4.1.14988.1.1.3.11
15754 type: gauge
15755 help: ' - 1.3.6.1.4.1.14988.1.1.3.11'
15756 - name: mtxrHlPower
15757 oid: 1.3.6.1.4.1.14988.1.1.3.12
15758 type: gauge
15759 help: Watts - 1.3.6.1.4.1.14988.1.1.3.12
15760 - name: mtxrHlCurrent
15761 oid: 1.3.6.1.4.1.14988.1.1.3.13
15762 type: gauge
15763 help: mA - 1.3.6.1.4.1.14988.1.1.3.13
15764 - name: mtxrHlProcessorFrequency
15765 oid: 1.3.6.1.4.1.14988.1.1.3.14
15766 type: gauge
15767 help: Mhz - 1.3.6.1.4.1.14988.1.1.3.14
15768 - name: mtxrHlPowerSupplyState
15769 oid: 1.3.6.1.4.1.14988.1.1.3.15
15770 type: gauge
15771 help: PSU state ok - 1.3.6.1.4.1.14988.1.1.3.15
15772 enum_values:
15773 0: "false"
15774 1: "true"
15775 - name: mtxrHlBackupPowerSupplyState
15776 oid: 1.3.6.1.4.1.14988.1.1.3.16
15777 type: gauge
15778 help: backup PSU state ok - 1.3.6.1.4.1.14988.1.1.3.16
15779 enum_values:
15780 0: "false"
15781 1: "true"
15782 - name: mtxrHlFanSpeed1
15783 oid: 1.3.6.1.4.1.14988.1.1.3.17
15784 type: gauge
15785 help: rpm - 1.3.6.1.4.1.14988.1.1.3.17
15786 - name: mtxrHlFanSpeed2
15787 oid: 1.3.6.1.4.1.14988.1.1.3.18
15788 type: gauge
15789 help: rpm - 1.3.6.1.4.1.14988.1.1.3.18
15790 - name: mtxrGaugeIndex
15791 oid: 1.3.6.1.4.1.14988.1.1.3.100.1.1
15792 type: gauge
15793 help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.1'
15794 indexes:
15795 - labelname: mtxrGaugeIndex
15796 type: gauge
15797 - name: mtxrGaugeName
15798 oid: 1.3.6.1.4.1.14988.1.1.3.100.1.2
15799 type: DisplayString
15800 help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.2'
15801 indexes:
15802 - labelname: mtxrGaugeIndex
15803 type: gauge
15804 - name: mtxrGaugeValue
15805 oid: 1.3.6.1.4.1.14988.1.1.3.100.1.3
15806 type: gauge
15807 help: ' - 1.3.6.1.4.1.14988.1.1.3.100.1.3'
15808 indexes:
15809 - labelname: mtxrGaugeIndex
15810 type: gauge
15811 - name: mtxrGaugeUnit
15812 oid: 1.3.6.1.4.1.14988.1.1.3.100.1.4
15813 type: gauge
15814 help: units - 1.3.6.1.4.1.14988.1.1.3.100.1.4
15815 indexes:
15816 - labelname: mtxrGaugeIndex
15817 type: gauge
15818 enum_values:
15819 1: celsius
15820 2: rpm
15821 3: dV
15822 4: dA
15823 5: dW
15824 6: status
15825 - name: mtxrLicSoftwareId
15826 oid: 1.3.6.1.4.1.14988.1.1.4.1
15827 type: DisplayString
15828 help: software id - 1.3.6.1.4.1.14988.1.1.4.1
15829 - name: mtxrLicUpgrUntil
15830 oid: 1.3.6.1.4.1.14988.1.1.4.2
15831 type: DateAndTime
15832 help: current key allows upgrading until this date - 1.3.6.1.4.1.14988.1.1.4.2
15833 - name: mtxrLicLevel
15834 oid: 1.3.6.1.4.1.14988.1.1.4.3
15835 type: gauge
15836 help: current key level - 1.3.6.1.4.1.14988.1.1.4.3
15837 - name: mtxrLicVersion
15838 oid: 1.3.6.1.4.1.14988.1.1.4.4
15839 type: DisplayString
15840 help: software version - 1.3.6.1.4.1.14988.1.1.4.4
15841 - name: mtxrLicUpgradableTo
15842 oid: 1.3.6.1.4.1.14988.1.1.4.5
15843 type: gauge
15844 help: upgradable to - 1.3.6.1.4.1.14988.1.1.4.5
15845 - name: mtxrHotspotActiveUserIndex
15846 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.1
15847 type: gauge
15848 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.1'
15849 indexes:
15850 - labelname: mtxrHotspotActiveUserIndex
15851 type: gauge
15852 - name: mtxrHotspotActiveUserServerID
15853 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.2
15854 type: gauge
15855 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.2'
15856 indexes:
15857 - labelname: mtxrHotspotActiveUserIndex
15858 type: gauge
15859 - name: mtxrHotspotActiveUserName
15860 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.3
15861 type: DisplayString
15862 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.3'
15863 indexes:
15864 - labelname: mtxrHotspotActiveUserIndex
15865 type: gauge
15866 - name: mtxrHotspotActiveUserDomain
15867 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.4
15868 type: DisplayString
15869 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.4'
15870 indexes:
15871 - labelname: mtxrHotspotActiveUserIndex
15872 type: gauge
15873 - name: mtxrHotspotActiveUserIP
15874 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.5
15875 type: InetAddressIPv4
15876 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.5'
15877 indexes:
15878 - labelname: mtxrHotspotActiveUserIndex
15879 type: gauge
15880 - name: mtxrHotspotActiveUserMAC
15881 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.6
15882 type: PhysAddress48
15883 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.6'
15884 indexes:
15885 - labelname: mtxrHotspotActiveUserIndex
15886 type: gauge
15887 - name: mtxrHotspotActiveUserConnectTime
15888 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.7
15889 type: gauge
15890 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.7'
15891 indexes:
15892 - labelname: mtxrHotspotActiveUserIndex
15893 type: gauge
15894 - name: mtxrHotspotActiveUserValidTillTime
15895 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.8
15896 type: gauge
15897 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.8'
15898 indexes:
15899 - labelname: mtxrHotspotActiveUserIndex
15900 type: gauge
15901 - name: mtxrHotspotActiveUserIdleStartTime
15902 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.9
15903 type: gauge
15904 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.9'
15905 indexes:
15906 - labelname: mtxrHotspotActiveUserIndex
15907 type: gauge
15908 - name: mtxrHotspotActiveUserIdleTimeout
15909 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.10
15910 type: gauge
15911 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.10'
15912 indexes:
15913 - labelname: mtxrHotspotActiveUserIndex
15914 type: gauge
15915 - name: mtxrHotspotActiveUserPingTimeout
15916 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.11
15917 type: gauge
15918 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.11'
15919 indexes:
15920 - labelname: mtxrHotspotActiveUserIndex
15921 type: gauge
15922 - name: mtxrHotspotActiveUserBytesIn
15923 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.12
15924 type: counter
15925 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.12'
15926 indexes:
15927 - labelname: mtxrHotspotActiveUserIndex
15928 type: gauge
15929 - name: mtxrHotspotActiveUserBytesOut
15930 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.13
15931 type: counter
15932 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.13'
15933 indexes:
15934 - labelname: mtxrHotspotActiveUserIndex
15935 type: gauge
15936 - name: mtxrHotspotActiveUserPacketsIn
15937 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.14
15938 type: counter
15939 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.14'
15940 indexes:
15941 - labelname: mtxrHotspotActiveUserIndex
15942 type: gauge
15943 - name: mtxrHotspotActiveUserPacketsOut
15944 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.15
15945 type: counter
15946 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.15'
15947 indexes:
15948 - labelname: mtxrHotspotActiveUserIndex
15949 type: gauge
15950 - name: mtxrHotspotActiveUserLimitBytesIn
15951 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.16
15952 type: counter
15953 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.16'
15954 indexes:
15955 - labelname: mtxrHotspotActiveUserIndex
15956 type: gauge
15957 - name: mtxrHotspotActiveUserLimitBytesOut
15958 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.17
15959 type: counter
15960 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.17'
15961 indexes:
15962 - labelname: mtxrHotspotActiveUserIndex
15963 type: gauge
15964 - name: mtxrHotspotActiveUserAdvertStatus
15965 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.18
15966 type: gauge
15967 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.18'
15968 indexes:
15969 - labelname: mtxrHotspotActiveUserIndex
15970 type: gauge
15971 - name: mtxrHotspotActiveUserRadius
15972 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.19
15973 type: gauge
15974 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.19'
15975 indexes:
15976 - labelname: mtxrHotspotActiveUserIndex
15977 type: gauge
15978 - name: mtxrHotspotActiveUserBlockedByAdvert
15979 oid: 1.3.6.1.4.1.14988.1.1.5.1.1.20
15980 type: gauge
15981 help: ' - 1.3.6.1.4.1.14988.1.1.5.1.1.20'
15982 indexes:
15983 - labelname: mtxrHotspotActiveUserIndex
15984 type: gauge
15985 - name: mtxrDHCPLeaseCount
15986 oid: 1.3.6.1.4.1.14988.1.1.6.1
15987 type: gauge
15988 help: ' - 1.3.6.1.4.1.14988.1.1.6.1'
15989 - name: mtxrSystemReboot
15990 oid: 1.3.6.1.4.1.14988.1.1.7.1
15991 type: gauge
15992 help: set non zero to reboot - 1.3.6.1.4.1.14988.1.1.7.1
15993 - name: mtxrUSBPowerReset
15994 oid: 1.3.6.1.4.1.14988.1.1.7.2
15995 type: gauge
15996 help: switches off usb power for specified amout of seconds - 1.3.6.1.4.1.14988.1.1.7.2
15997 - name: mtxrSerialNumber
15998 oid: 1.3.6.1.4.1.14988.1.1.7.3
15999 type: DisplayString
16000 help: RouterBOARD serial number - 1.3.6.1.4.1.14988.1.1.7.3
16001 - name: mtxrFirmwareVersion
16002 oid: 1.3.6.1.4.1.14988.1.1.7.4
16003 type: DisplayString
16004 help: Current firmware version - 1.3.6.1.4.1.14988.1.1.7.4
16005 - name: mtxrNote
16006 oid: 1.3.6.1.4.1.14988.1.1.7.5
16007 type: DisplayString
16008 help: note - 1.3.6.1.4.1.14988.1.1.7.5
16009 - name: mtxrBuildTime
16010 oid: 1.3.6.1.4.1.14988.1.1.7.6
16011 type: DisplayString
16012 help: build time - 1.3.6.1.4.1.14988.1.1.7.6
16013 - name: mtxrFirmwareUpgradeVersion
16014 oid: 1.3.6.1.4.1.14988.1.1.7.7
16015 type: DisplayString
16016 help: Upgrade firmware version - 1.3.6.1.4.1.14988.1.1.7.7
16017 - name: mtxrBoardName
16018 oid: 1.3.6.1.4.1.14988.1.1.7.8
16019 type: DisplayString
16020 help: board name - 1.3.6.1.4.1.14988.1.1.7.8
16021 - name: mtxrScriptIndex
16022 oid: 1.3.6.1.4.1.14988.1.1.8.1.1.1
16023 type: gauge
16024 help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.1'
16025 indexes:
16026 - labelname: mtxrScriptIndex
16027 type: gauge
16028 - name: mtxrScriptName
16029 oid: 1.3.6.1.4.1.14988.1.1.8.1.1.2
16030 type: DisplayString
16031 help: ' - 1.3.6.1.4.1.14988.1.1.8.1.1.2'
16032 indexes:
16033 - labelname: mtxrScriptIndex
16034 type: gauge
16035 - name: mtxrScriptRunCmd
16036 oid: 1.3.6.1.4.1.14988.1.1.8.1.1.3
16037 type: gauge
16038 help: set non zero to run - 1.3.6.1.4.1.14988.1.1.8.1.1.3
16039 indexes:
16040 - labelname: mtxrScriptIndex
16041 type: gauge
16042 - name: mtxrDnStatIndex
16043 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.1
16044 type: gauge
16045 help: ' - 1.3.6.1.4.1.14988.1.1.10.1.1.1'
16046 indexes:
16047 - labelname: mtxrDnStatIndex
16048 type: gauge
16049 - name: mtxrDnStatTxRate
16050 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.2
16051 type: gauge
16052 help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.2
16053 indexes:
16054 - labelname: mtxrDnStatIndex
16055 type: gauge
16056 - name: mtxrDnStatRxRate
16057 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.3
16058 type: gauge
16059 help: bits per second - 1.3.6.1.4.1.14988.1.1.10.1.1.3
16060 indexes:
16061 - labelname: mtxrDnStatIndex
16062 type: gauge
16063 - name: mtxrDnStatTxStrength
16064 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.4
16065 type: gauge
16066 help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.4
16067 indexes:
16068 - labelname: mtxrDnStatIndex
16069 type: gauge
16070 - name: mtxrDnStatRxStrength
16071 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.5
16072 type: gauge
16073 help: dBm - 1.3.6.1.4.1.14988.1.1.10.1.1.5
16074 indexes:
16075 - labelname: mtxrDnStatIndex
16076 type: gauge
16077 - name: mtxrDnConnected
16078 oid: 1.3.6.1.4.1.14988.1.1.10.1.1.6
16079 type: gauge
16080 help: 0 - not connected, connected otherwise - 1.3.6.1.4.1.14988.1.1.10.1.1.6
16081 indexes:
16082 - labelname: mtxrDnStatIndex
16083 type: gauge
16084 - name: mtxrNeighborIndex
16085 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.1
16086 type: gauge
16087 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.1'
16088 indexes:
16089 - labelname: mtxrNeighborIndex
16090 type: gauge
16091 - name: mtxrNeighborIpAddress
16092 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.2
16093 type: InetAddressIPv4
16094 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.2'
16095 indexes:
16096 - labelname: mtxrNeighborIndex
16097 type: gauge
16098 - name: mtxrNeighborMacAddress
16099 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.3
16100 type: PhysAddress48
16101 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.3'
16102 indexes:
16103 - labelname: mtxrNeighborIndex
16104 type: gauge
16105 - name: mtxrNeighborVersion
16106 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.4
16107 type: DisplayString
16108 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.4'
16109 indexes:
16110 - labelname: mtxrNeighborIndex
16111 type: gauge
16112 - name: mtxrNeighborPlatform
16113 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.5
16114 type: DisplayString
16115 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.5'
16116 indexes:
16117 - labelname: mtxrNeighborIndex
16118 type: gauge
16119 - name: mtxrNeighborIdentity
16120 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.6
16121 type: DisplayString
16122 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.6'
16123 indexes:
16124 - labelname: mtxrNeighborIndex
16125 type: gauge
16126 - name: mtxrNeighborSoftwareID
16127 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.7
16128 type: DisplayString
16129 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.7'
16130 indexes:
16131 - labelname: mtxrNeighborIndex
16132 type: gauge
16133 - name: mtxrNeighborInterfaceID
16134 oid: 1.3.6.1.4.1.14988.1.1.11.1.1.8
16135 type: gauge
16136 help: ' - 1.3.6.1.4.1.14988.1.1.11.1.1.8'
16137 indexes:
16138 - labelname: mtxrNeighborIndex
16139 type: gauge
16140 - name: mtxrDate
16141 oid: 1.3.6.1.4.1.14988.1.1.12.1
16142 type: gauge
16143 help: UNIX time - 1.3.6.1.4.1.14988.1.1.12.1
16144 - name: mtxrLongtitude
16145 oid: 1.3.6.1.4.1.14988.1.1.12.2
16146 type: DisplayString
16147 help: longtitude - 1.3.6.1.4.1.14988.1.1.12.2
16148 - name: mtxrLatitude
16149 oid: 1.3.6.1.4.1.14988.1.1.12.3
16150 type: DisplayString
16151 help: latitude - 1.3.6.1.4.1.14988.1.1.12.3
16152 - name: mtxrAltitude
16153 oid: 1.3.6.1.4.1.14988.1.1.12.4
16154 type: DisplayString
16155 help: altitude - 1.3.6.1.4.1.14988.1.1.12.4
16156 - name: mtxrSpeed
16157 oid: 1.3.6.1.4.1.14988.1.1.12.5
16158 type: DisplayString
16159 help: speed - 1.3.6.1.4.1.14988.1.1.12.5
16160 - name: mtxrSattelites
16161 oid: 1.3.6.1.4.1.14988.1.1.12.6
16162 type: gauge
16163 help: visible sattelite count - 1.3.6.1.4.1.14988.1.1.12.6
16164 - name: mtxrValid
16165 oid: 1.3.6.1.4.1.14988.1.1.12.7
16166 type: gauge
16167 help: is the data valid - 1.3.6.1.4.1.14988.1.1.12.7
16168 - name: mtxrWirelessModemSignalStrength
16169 oid: 1.3.6.1.4.1.14988.1.1.13.1
16170 type: gauge
16171 help: signal strength in dBm (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.1
16172 - name: mtxrWirelessModemSignalECIO
16173 oid: 1.3.6.1.4.1.14988.1.1.13.2
16174 type: gauge
16175 help: signal EC/IO in dB (if first ppp-client modem supports) - 1.3.6.1.4.1.14988.1.1.13.2
16176 - name: mtxrInterfaceStatsIndex
16177 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.1
16178 type: gauge
16179 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.1'
16180 indexes:
16181 - labelname: mtxrInterfaceStatsIndex
16182 type: gauge
16183 lookups:
16184 - labels:
16185 - mtxrInterfaceStatsIndex
16186 labelname: ifName
16187 oid: 1.3.6.1.2.1.31.1.1.1.1
16188 type: DisplayString
16189 - name: mtxrInterfaceStatsName
16190 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.2
16191 type: DisplayString
16192 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.2'
16193 indexes:
16194 - labelname: mtxrInterfaceStatsIndex
16195 type: gauge
16196 lookups:
16197 - labels:
16198 - mtxrInterfaceStatsIndex
16199 labelname: ifName
16200 oid: 1.3.6.1.2.1.31.1.1.1.1
16201 type: DisplayString
16202 - name: mtxrInterfaceStatsDriverRxBytes
16203 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.11
16204 type: counter
16205 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.11'
16206 indexes:
16207 - labelname: mtxrInterfaceStatsIndex
16208 type: gauge
16209 lookups:
16210 - labels:
16211 - mtxrInterfaceStatsIndex
16212 labelname: ifName
16213 oid: 1.3.6.1.2.1.31.1.1.1.1
16214 type: DisplayString
16215 - name: mtxrInterfaceStatsDriverRxPackets
16216 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.12
16217 type: counter
16218 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.12'
16219 indexes:
16220 - labelname: mtxrInterfaceStatsIndex
16221 type: gauge
16222 lookups:
16223 - labels:
16224 - mtxrInterfaceStatsIndex
16225 labelname: ifName
16226 oid: 1.3.6.1.2.1.31.1.1.1.1
16227 type: DisplayString
16228 - name: mtxrInterfaceStatsDriverTxBytes
16229 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.13
16230 type: counter
16231 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.13'
16232 indexes:
16233 - labelname: mtxrInterfaceStatsIndex
16234 type: gauge
16235 lookups:
16236 - labels:
16237 - mtxrInterfaceStatsIndex
16238 labelname: ifName
16239 oid: 1.3.6.1.2.1.31.1.1.1.1
16240 type: DisplayString
16241 - name: mtxrInterfaceStatsDriverTxPackets
16242 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.14
16243 type: counter
16244 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.14'
16245 indexes:
16246 - labelname: mtxrInterfaceStatsIndex
16247 type: gauge
16248 lookups:
16249 - labels:
16250 - mtxrInterfaceStatsIndex
16251 labelname: ifName
16252 oid: 1.3.6.1.2.1.31.1.1.1.1
16253 type: DisplayString
16254 - name: mtxrInterfaceStatsTxRx64
16255 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.15
16256 type: counter
16257 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.15'
16258 indexes:
16259 - labelname: mtxrInterfaceStatsIndex
16260 type: gauge
16261 lookups:
16262 - labels:
16263 - mtxrInterfaceStatsIndex
16264 labelname: ifName
16265 oid: 1.3.6.1.2.1.31.1.1.1.1
16266 type: DisplayString
16267 - name: mtxrInterfaceStatsTxRx65To127
16268 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.16
16269 type: counter
16270 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.16'
16271 indexes:
16272 - labelname: mtxrInterfaceStatsIndex
16273 type: gauge
16274 lookups:
16275 - labels:
16276 - mtxrInterfaceStatsIndex
16277 labelname: ifName
16278 oid: 1.3.6.1.2.1.31.1.1.1.1
16279 type: DisplayString
16280 - name: mtxrInterfaceStatsTxRx128To255
16281 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.17
16282 type: counter
16283 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.17'
16284 indexes:
16285 - labelname: mtxrInterfaceStatsIndex
16286 type: gauge
16287 lookups:
16288 - labels:
16289 - mtxrInterfaceStatsIndex
16290 labelname: ifName
16291 oid: 1.3.6.1.2.1.31.1.1.1.1
16292 type: DisplayString
16293 - name: mtxrInterfaceStatsTxRx256To511
16294 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.18
16295 type: counter
16296 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.18'
16297 indexes:
16298 - labelname: mtxrInterfaceStatsIndex
16299 type: gauge
16300 lookups:
16301 - labels:
16302 - mtxrInterfaceStatsIndex
16303 labelname: ifName
16304 oid: 1.3.6.1.2.1.31.1.1.1.1
16305 type: DisplayString
16306 - name: mtxrInterfaceStatsTxRx512To1023
16307 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.19
16308 type: counter
16309 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.19'
16310 indexes:
16311 - labelname: mtxrInterfaceStatsIndex
16312 type: gauge
16313 lookups:
16314 - labels:
16315 - mtxrInterfaceStatsIndex
16316 labelname: ifName
16317 oid: 1.3.6.1.2.1.31.1.1.1.1
16318 type: DisplayString
16319 - name: mtxrInterfaceStatsTxRx1024To1518
16320 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.20
16321 type: counter
16322 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.20'
16323 indexes:
16324 - labelname: mtxrInterfaceStatsIndex
16325 type: gauge
16326 lookups:
16327 - labels:
16328 - mtxrInterfaceStatsIndex
16329 labelname: ifName
16330 oid: 1.3.6.1.2.1.31.1.1.1.1
16331 type: DisplayString
16332 - name: mtxrInterfaceStatsTxRx1519ToMax
16333 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.21
16334 type: counter
16335 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.21'
16336 indexes:
16337 - labelname: mtxrInterfaceStatsIndex
16338 type: gauge
16339 lookups:
16340 - labels:
16341 - mtxrInterfaceStatsIndex
16342 labelname: ifName
16343 oid: 1.3.6.1.2.1.31.1.1.1.1
16344 type: DisplayString
16345 - name: mtxrInterfaceStatsRxBytes
16346 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.31
16347 type: counter
16348 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.31'
16349 indexes:
16350 - labelname: mtxrInterfaceStatsIndex
16351 type: gauge
16352 lookups:
16353 - labels:
16354 - mtxrInterfaceStatsIndex
16355 labelname: ifName
16356 oid: 1.3.6.1.2.1.31.1.1.1.1
16357 type: DisplayString
16358 - name: mtxrInterfaceStatsRxPackets
16359 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.32
16360 type: counter
16361 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.32'
16362 indexes:
16363 - labelname: mtxrInterfaceStatsIndex
16364 type: gauge
16365 lookups:
16366 - labels:
16367 - mtxrInterfaceStatsIndex
16368 labelname: ifName
16369 oid: 1.3.6.1.2.1.31.1.1.1.1
16370 type: DisplayString
16371 - name: mtxrInterfaceStatsRxTooShort
16372 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.33
16373 type: counter
16374 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.33'
16375 indexes:
16376 - labelname: mtxrInterfaceStatsIndex
16377 type: gauge
16378 lookups:
16379 - labels:
16380 - mtxrInterfaceStatsIndex
16381 labelname: ifName
16382 oid: 1.3.6.1.2.1.31.1.1.1.1
16383 type: DisplayString
16384 - name: mtxrInterfaceStatsRx64
16385 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.34
16386 type: counter
16387 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.34'
16388 indexes:
16389 - labelname: mtxrInterfaceStatsIndex
16390 type: gauge
16391 lookups:
16392 - labels:
16393 - mtxrInterfaceStatsIndex
16394 labelname: ifName
16395 oid: 1.3.6.1.2.1.31.1.1.1.1
16396 type: DisplayString
16397 - name: mtxrInterfaceStatsRx65To127
16398 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.35
16399 type: counter
16400 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.35'
16401 indexes:
16402 - labelname: mtxrInterfaceStatsIndex
16403 type: gauge
16404 lookups:
16405 - labels:
16406 - mtxrInterfaceStatsIndex
16407 labelname: ifName
16408 oid: 1.3.6.1.2.1.31.1.1.1.1
16409 type: DisplayString
16410 - name: mtxrInterfaceStatsRx128To255
16411 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.36
16412 type: counter
16413 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.36'
16414 indexes:
16415 - labelname: mtxrInterfaceStatsIndex
16416 type: gauge
16417 lookups:
16418 - labels:
16419 - mtxrInterfaceStatsIndex
16420 labelname: ifName
16421 oid: 1.3.6.1.2.1.31.1.1.1.1
16422 type: DisplayString
16423 - name: mtxrInterfaceStatsRx256To511
16424 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.37
16425 type: counter
16426 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.37'
16427 indexes:
16428 - labelname: mtxrInterfaceStatsIndex
16429 type: gauge
16430 lookups:
16431 - labels:
16432 - mtxrInterfaceStatsIndex
16433 labelname: ifName
16434 oid: 1.3.6.1.2.1.31.1.1.1.1
16435 type: DisplayString
16436 - name: mtxrInterfaceStatsRx512To1023
16437 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.38
16438 type: counter
16439 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.38'
16440 indexes:
16441 - labelname: mtxrInterfaceStatsIndex
16442 type: gauge
16443 lookups:
16444 - labels:
16445 - mtxrInterfaceStatsIndex
16446 labelname: ifName
16447 oid: 1.3.6.1.2.1.31.1.1.1.1
16448 type: DisplayString
16449 - name: mtxrInterfaceStatsRx1024To1518
16450 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.39
16451 type: counter
16452 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.39'
16453 indexes:
16454 - labelname: mtxrInterfaceStatsIndex
16455 type: gauge
16456 lookups:
16457 - labels:
16458 - mtxrInterfaceStatsIndex
16459 labelname: ifName
16460 oid: 1.3.6.1.2.1.31.1.1.1.1
16461 type: DisplayString
16462 - name: mtxrInterfaceStatsRx1519ToMax
16463 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.40
16464 type: counter
16465 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.40'
16466 indexes:
16467 - labelname: mtxrInterfaceStatsIndex
16468 type: gauge
16469 lookups:
16470 - labels:
16471 - mtxrInterfaceStatsIndex
16472 labelname: ifName
16473 oid: 1.3.6.1.2.1.31.1.1.1.1
16474 type: DisplayString
16475 - name: mtxrInterfaceStatsRxTooLong
16476 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.41
16477 type: counter
16478 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.41'
16479 indexes:
16480 - labelname: mtxrInterfaceStatsIndex
16481 type: gauge
16482 lookups:
16483 - labels:
16484 - mtxrInterfaceStatsIndex
16485 labelname: ifName
16486 oid: 1.3.6.1.2.1.31.1.1.1.1
16487 type: DisplayString
16488 - name: mtxrInterfaceStatsRxBroadcast
16489 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.42
16490 type: counter
16491 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.42'
16492 indexes:
16493 - labelname: mtxrInterfaceStatsIndex
16494 type: gauge
16495 lookups:
16496 - labels:
16497 - mtxrInterfaceStatsIndex
16498 labelname: ifName
16499 oid: 1.3.6.1.2.1.31.1.1.1.1
16500 type: DisplayString
16501 - name: mtxrInterfaceStatsRxPause
16502 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.43
16503 type: counter
16504 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.43'
16505 indexes:
16506 - labelname: mtxrInterfaceStatsIndex
16507 type: gauge
16508 lookups:
16509 - labels:
16510 - mtxrInterfaceStatsIndex
16511 labelname: ifName
16512 oid: 1.3.6.1.2.1.31.1.1.1.1
16513 type: DisplayString
16514 - name: mtxrInterfaceStatsRxMulticast
16515 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.44
16516 type: counter
16517 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.44'
16518 indexes:
16519 - labelname: mtxrInterfaceStatsIndex
16520 type: gauge
16521 lookups:
16522 - labels:
16523 - mtxrInterfaceStatsIndex
16524 labelname: ifName
16525 oid: 1.3.6.1.2.1.31.1.1.1.1
16526 type: DisplayString
16527 - name: mtxrInterfaceStatsRxFCSError
16528 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.45
16529 type: counter
16530 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.45'
16531 indexes:
16532 - labelname: mtxrInterfaceStatsIndex
16533 type: gauge
16534 lookups:
16535 - labels:
16536 - mtxrInterfaceStatsIndex
16537 labelname: ifName
16538 oid: 1.3.6.1.2.1.31.1.1.1.1
16539 type: DisplayString
16540 - name: mtxrInterfaceStatsRxAlignError
16541 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.46
16542 type: counter
16543 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.46'
16544 indexes:
16545 - labelname: mtxrInterfaceStatsIndex
16546 type: gauge
16547 lookups:
16548 - labels:
16549 - mtxrInterfaceStatsIndex
16550 labelname: ifName
16551 oid: 1.3.6.1.2.1.31.1.1.1.1
16552 type: DisplayString
16553 - name: mtxrInterfaceStatsRxFragment
16554 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.47
16555 type: counter
16556 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.47'
16557 indexes:
16558 - labelname: mtxrInterfaceStatsIndex
16559 type: gauge
16560 lookups:
16561 - labels:
16562 - mtxrInterfaceStatsIndex
16563 labelname: ifName
16564 oid: 1.3.6.1.2.1.31.1.1.1.1
16565 type: DisplayString
16566 - name: mtxrInterfaceStatsRxOverflow
16567 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.48
16568 type: counter
16569 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.48'
16570 indexes:
16571 - labelname: mtxrInterfaceStatsIndex
16572 type: gauge
16573 lookups:
16574 - labels:
16575 - mtxrInterfaceStatsIndex
16576 labelname: ifName
16577 oid: 1.3.6.1.2.1.31.1.1.1.1
16578 type: DisplayString
16579 - name: mtxrInterfaceStatsRxControl
16580 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.49
16581 type: counter
16582 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.49'
16583 indexes:
16584 - labelname: mtxrInterfaceStatsIndex
16585 type: gauge
16586 lookups:
16587 - labels:
16588 - mtxrInterfaceStatsIndex
16589 labelname: ifName
16590 oid: 1.3.6.1.2.1.31.1.1.1.1
16591 type: DisplayString
16592 - name: mtxrInterfaceStatsRxUnknownOp
16593 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.50
16594 type: counter
16595 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.50'
16596 indexes:
16597 - labelname: mtxrInterfaceStatsIndex
16598 type: gauge
16599 lookups:
16600 - labels:
16601 - mtxrInterfaceStatsIndex
16602 labelname: ifName
16603 oid: 1.3.6.1.2.1.31.1.1.1.1
16604 type: DisplayString
16605 - name: mtxrInterfaceStatsRxLengthError
16606 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.51
16607 type: counter
16608 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.51'
16609 indexes:
16610 - labelname: mtxrInterfaceStatsIndex
16611 type: gauge
16612 lookups:
16613 - labels:
16614 - mtxrInterfaceStatsIndex
16615 labelname: ifName
16616 oid: 1.3.6.1.2.1.31.1.1.1.1
16617 type: DisplayString
16618 - name: mtxrInterfaceStatsRxCodeError
16619 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.52
16620 type: counter
16621 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.52'
16622 indexes:
16623 - labelname: mtxrInterfaceStatsIndex
16624 type: gauge
16625 lookups:
16626 - labels:
16627 - mtxrInterfaceStatsIndex
16628 labelname: ifName
16629 oid: 1.3.6.1.2.1.31.1.1.1.1
16630 type: DisplayString
16631 - name: mtxrInterfaceStatsRxCarrierError
16632 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.53
16633 type: counter
16634 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.53'
16635 indexes:
16636 - labelname: mtxrInterfaceStatsIndex
16637 type: gauge
16638 lookups:
16639 - labels:
16640 - mtxrInterfaceStatsIndex
16641 labelname: ifName
16642 oid: 1.3.6.1.2.1.31.1.1.1.1
16643 type: DisplayString
16644 - name: mtxrInterfaceStatsRxJabber
16645 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.54
16646 type: counter
16647 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.54'
16648 indexes:
16649 - labelname: mtxrInterfaceStatsIndex
16650 type: gauge
16651 lookups:
16652 - labels:
16653 - mtxrInterfaceStatsIndex
16654 labelname: ifName
16655 oid: 1.3.6.1.2.1.31.1.1.1.1
16656 type: DisplayString
16657 - name: mtxrInterfaceStatsRxDrop
16658 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.55
16659 type: counter
16660 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.55'
16661 indexes:
16662 - labelname: mtxrInterfaceStatsIndex
16663 type: gauge
16664 lookups:
16665 - labels:
16666 - mtxrInterfaceStatsIndex
16667 labelname: ifName
16668 oid: 1.3.6.1.2.1.31.1.1.1.1
16669 type: DisplayString
16670 - name: mtxrInterfaceStatsTxBytes
16671 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.61
16672 type: counter
16673 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.61'
16674 indexes:
16675 - labelname: mtxrInterfaceStatsIndex
16676 type: gauge
16677 lookups:
16678 - labels:
16679 - mtxrInterfaceStatsIndex
16680 labelname: ifName
16681 oid: 1.3.6.1.2.1.31.1.1.1.1
16682 type: DisplayString
16683 - name: mtxrInterfaceStatsTxPackets
16684 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.62
16685 type: counter
16686 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.62'
16687 indexes:
16688 - labelname: mtxrInterfaceStatsIndex
16689 type: gauge
16690 lookups:
16691 - labels:
16692 - mtxrInterfaceStatsIndex
16693 labelname: ifName
16694 oid: 1.3.6.1.2.1.31.1.1.1.1
16695 type: DisplayString
16696 - name: mtxrInterfaceStatsTxTooShort
16697 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.63
16698 type: counter
16699 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.63'
16700 indexes:
16701 - labelname: mtxrInterfaceStatsIndex
16702 type: gauge
16703 lookups:
16704 - labels:
16705 - mtxrInterfaceStatsIndex
16706 labelname: ifName
16707 oid: 1.3.6.1.2.1.31.1.1.1.1
16708 type: DisplayString
16709 - name: mtxrInterfaceStatsTx64
16710 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.64
16711 type: counter
16712 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.64'
16713 indexes:
16714 - labelname: mtxrInterfaceStatsIndex
16715 type: gauge
16716 lookups:
16717 - labels:
16718 - mtxrInterfaceStatsIndex
16719 labelname: ifName
16720 oid: 1.3.6.1.2.1.31.1.1.1.1
16721 type: DisplayString
16722 - name: mtxrInterfaceStatsTx65To127
16723 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.65
16724 type: counter
16725 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.65'
16726 indexes:
16727 - labelname: mtxrInterfaceStatsIndex
16728 type: gauge
16729 lookups:
16730 - labels:
16731 - mtxrInterfaceStatsIndex
16732 labelname: ifName
16733 oid: 1.3.6.1.2.1.31.1.1.1.1
16734 type: DisplayString
16735 - name: mtxrInterfaceStatsTx128To255
16736 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.66
16737 type: counter
16738 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.66'
16739 indexes:
16740 - labelname: mtxrInterfaceStatsIndex
16741 type: gauge
16742 lookups:
16743 - labels:
16744 - mtxrInterfaceStatsIndex
16745 labelname: ifName
16746 oid: 1.3.6.1.2.1.31.1.1.1.1
16747 type: DisplayString
16748 - name: mtxrInterfaceStatsTx256To511
16749 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.67
16750 type: counter
16751 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.67'
16752 indexes:
16753 - labelname: mtxrInterfaceStatsIndex
16754 type: gauge
16755 lookups:
16756 - labels:
16757 - mtxrInterfaceStatsIndex
16758 labelname: ifName
16759 oid: 1.3.6.1.2.1.31.1.1.1.1
16760 type: DisplayString
16761 - name: mtxrInterfaceStatsTx512To1023
16762 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.68
16763 type: counter
16764 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.68'
16765 indexes:
16766 - labelname: mtxrInterfaceStatsIndex
16767 type: gauge
16768 lookups:
16769 - labels:
16770 - mtxrInterfaceStatsIndex
16771 labelname: ifName
16772 oid: 1.3.6.1.2.1.31.1.1.1.1
16773 type: DisplayString
16774 - name: mtxrInterfaceStatsTx1024To1518
16775 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.69
16776 type: counter
16777 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.69'
16778 indexes:
16779 - labelname: mtxrInterfaceStatsIndex
16780 type: gauge
16781 lookups:
16782 - labels:
16783 - mtxrInterfaceStatsIndex
16784 labelname: ifName
16785 oid: 1.3.6.1.2.1.31.1.1.1.1
16786 type: DisplayString
16787 - name: mtxrInterfaceStatsTx1519ToMax
16788 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.70
16789 type: counter
16790 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.70'
16791 indexes:
16792 - labelname: mtxrInterfaceStatsIndex
16793 type: gauge
16794 lookups:
16795 - labels:
16796 - mtxrInterfaceStatsIndex
16797 labelname: ifName
16798 oid: 1.3.6.1.2.1.31.1.1.1.1
16799 type: DisplayString
16800 - name: mtxrInterfaceStatsTxTooLong
16801 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.71
16802 type: counter
16803 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.71'
16804 indexes:
16805 - labelname: mtxrInterfaceStatsIndex
16806 type: gauge
16807 lookups:
16808 - labels:
16809 - mtxrInterfaceStatsIndex
16810 labelname: ifName
16811 oid: 1.3.6.1.2.1.31.1.1.1.1
16812 type: DisplayString
16813 - name: mtxrInterfaceStatsTxBroadcast
16814 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.72
16815 type: counter
16816 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.72'
16817 indexes:
16818 - labelname: mtxrInterfaceStatsIndex
16819 type: gauge
16820 lookups:
16821 - labels:
16822 - mtxrInterfaceStatsIndex
16823 labelname: ifName
16824 oid: 1.3.6.1.2.1.31.1.1.1.1
16825 type: DisplayString
16826 - name: mtxrInterfaceStatsTxPause
16827 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.73
16828 type: counter
16829 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.73'
16830 indexes:
16831 - labelname: mtxrInterfaceStatsIndex
16832 type: gauge
16833 lookups:
16834 - labels:
16835 - mtxrInterfaceStatsIndex
16836 labelname: ifName
16837 oid: 1.3.6.1.2.1.31.1.1.1.1
16838 type: DisplayString
16839 - name: mtxrInterfaceStatsTxMulticast
16840 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.74
16841 type: counter
16842 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.74'
16843 indexes:
16844 - labelname: mtxrInterfaceStatsIndex
16845 type: gauge
16846 lookups:
16847 - labels:
16848 - mtxrInterfaceStatsIndex
16849 labelname: ifName
16850 oid: 1.3.6.1.2.1.31.1.1.1.1
16851 type: DisplayString
16852 - name: mtxrInterfaceStatsTxUnderrun
16853 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.75
16854 type: counter
16855 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.75'
16856 indexes:
16857 - labelname: mtxrInterfaceStatsIndex
16858 type: gauge
16859 lookups:
16860 - labels:
16861 - mtxrInterfaceStatsIndex
16862 labelname: ifName
16863 oid: 1.3.6.1.2.1.31.1.1.1.1
16864 type: DisplayString
16865 - name: mtxrInterfaceStatsTxCollision
16866 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.76
16867 type: counter
16868 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.76'
16869 indexes:
16870 - labelname: mtxrInterfaceStatsIndex
16871 type: gauge
16872 lookups:
16873 - labels:
16874 - mtxrInterfaceStatsIndex
16875 labelname: ifName
16876 oid: 1.3.6.1.2.1.31.1.1.1.1
16877 type: DisplayString
16878 - name: mtxrInterfaceStatsTxExcessiveCollision
16879 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.77
16880 type: counter
16881 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.77'
16882 indexes:
16883 - labelname: mtxrInterfaceStatsIndex
16884 type: gauge
16885 lookups:
16886 - labels:
16887 - mtxrInterfaceStatsIndex
16888 labelname: ifName
16889 oid: 1.3.6.1.2.1.31.1.1.1.1
16890 type: DisplayString
16891 - name: mtxrInterfaceStatsTxMultipleCollision
16892 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.78
16893 type: counter
16894 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.78'
16895 indexes:
16896 - labelname: mtxrInterfaceStatsIndex
16897 type: gauge
16898 lookups:
16899 - labels:
16900 - mtxrInterfaceStatsIndex
16901 labelname: ifName
16902 oid: 1.3.6.1.2.1.31.1.1.1.1
16903 type: DisplayString
16904 - name: mtxrInterfaceStatsTxSingleCollision
16905 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.79
16906 type: counter
16907 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.79'
16908 indexes:
16909 - labelname: mtxrInterfaceStatsIndex
16910 type: gauge
16911 lookups:
16912 - labels:
16913 - mtxrInterfaceStatsIndex
16914 labelname: ifName
16915 oid: 1.3.6.1.2.1.31.1.1.1.1
16916 type: DisplayString
16917 - name: mtxrInterfaceStatsTxExcessiveDeferred
16918 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.80
16919 type: counter
16920 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.80'
16921 indexes:
16922 - labelname: mtxrInterfaceStatsIndex
16923 type: gauge
16924 lookups:
16925 - labels:
16926 - mtxrInterfaceStatsIndex
16927 labelname: ifName
16928 oid: 1.3.6.1.2.1.31.1.1.1.1
16929 type: DisplayString
16930 - name: mtxrInterfaceStatsTxDeferred
16931 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.81
16932 type: counter
16933 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.81'
16934 indexes:
16935 - labelname: mtxrInterfaceStatsIndex
16936 type: gauge
16937 lookups:
16938 - labels:
16939 - mtxrInterfaceStatsIndex
16940 labelname: ifName
16941 oid: 1.3.6.1.2.1.31.1.1.1.1
16942 type: DisplayString
16943 - name: mtxrInterfaceStatsTxLateCollision
16944 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.82
16945 type: counter
16946 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.82'
16947 indexes:
16948 - labelname: mtxrInterfaceStatsIndex
16949 type: gauge
16950 lookups:
16951 - labels:
16952 - mtxrInterfaceStatsIndex
16953 labelname: ifName
16954 oid: 1.3.6.1.2.1.31.1.1.1.1
16955 type: DisplayString
16956 - name: mtxrInterfaceStatsTxTotalCollision
16957 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.83
16958 type: counter
16959 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.83'
16960 indexes:
16961 - labelname: mtxrInterfaceStatsIndex
16962 type: gauge
16963 lookups:
16964 - labels:
16965 - mtxrInterfaceStatsIndex
16966 labelname: ifName
16967 oid: 1.3.6.1.2.1.31.1.1.1.1
16968 type: DisplayString
16969 - name: mtxrInterfaceStatsTxPauseHonored
16970 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.84
16971 type: counter
16972 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.84'
16973 indexes:
16974 - labelname: mtxrInterfaceStatsIndex
16975 type: gauge
16976 lookups:
16977 - labels:
16978 - mtxrInterfaceStatsIndex
16979 labelname: ifName
16980 oid: 1.3.6.1.2.1.31.1.1.1.1
16981 type: DisplayString
16982 - name: mtxrInterfaceStatsTxDrop
16983 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.85
16984 type: counter
16985 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.85'
16986 indexes:
16987 - labelname: mtxrInterfaceStatsIndex
16988 type: gauge
16989 lookups:
16990 - labels:
16991 - mtxrInterfaceStatsIndex
16992 labelname: ifName
16993 oid: 1.3.6.1.2.1.31.1.1.1.1
16994 type: DisplayString
16995 - name: mtxrInterfaceStatsTxJabber
16996 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.86
16997 type: counter
16998 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.86'
16999 indexes:
17000 - labelname: mtxrInterfaceStatsIndex
17001 type: gauge
17002 lookups:
17003 - labels:
17004 - mtxrInterfaceStatsIndex
17005 labelname: ifName
17006 oid: 1.3.6.1.2.1.31.1.1.1.1
17007 type: DisplayString
17008 - name: mtxrInterfaceStatsTxFCSError
17009 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.87
17010 type: counter
17011 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.87'
17012 indexes:
17013 - labelname: mtxrInterfaceStatsIndex
17014 type: gauge
17015 lookups:
17016 - labels:
17017 - mtxrInterfaceStatsIndex
17018 labelname: ifName
17019 oid: 1.3.6.1.2.1.31.1.1.1.1
17020 type: DisplayString
17021 - name: mtxrInterfaceStatsTxControl
17022 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.88
17023 type: counter
17024 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.88'
17025 indexes:
17026 - labelname: mtxrInterfaceStatsIndex
17027 type: gauge
17028 lookups:
17029 - labels:
17030 - mtxrInterfaceStatsIndex
17031 labelname: ifName
17032 oid: 1.3.6.1.2.1.31.1.1.1.1
17033 type: DisplayString
17034 - name: mtxrInterfaceStatsTxFragment
17035 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.89
17036 type: counter
17037 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.89'
17038 indexes:
17039 - labelname: mtxrInterfaceStatsIndex
17040 type: gauge
17041 lookups:
17042 - labels:
17043 - mtxrInterfaceStatsIndex
17044 labelname: ifName
17045 oid: 1.3.6.1.2.1.31.1.1.1.1
17046 type: DisplayString
17047 - name: mtxrInterfaceStatsLinkDowns
17048 oid: 1.3.6.1.4.1.14988.1.1.14.1.1.90
17049 type: counter
17050 help: ' - 1.3.6.1.4.1.14988.1.1.14.1.1.90'
17051 indexes:
17052 - labelname: mtxrInterfaceStatsIndex
17053 type: gauge
17054 lookups:
17055 - labels:
17056 - mtxrInterfaceStatsIndex
17057 labelname: ifName
17058 oid: 1.3.6.1.2.1.31.1.1.1.1
17059 type: DisplayString
17060 - name: mtxrPOEInterfaceIndex
17061 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.1
17062 type: gauge
17063 help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.1'
17064 indexes:
17065 - labelname: mtxrPOEInterfaceIndex
17066 type: gauge
17067 - name: mtxrPOEName
17068 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.2
17069 type: DisplayString
17070 help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.2'
17071 indexes:
17072 - labelname: mtxrPOEInterfaceIndex
17073 type: gauge
17074 - name: mtxrPOEStatus
17075 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.3
17076 type: gauge
17077 help: ' - 1.3.6.1.4.1.14988.1.1.15.1.1.3'
17078 indexes:
17079 - labelname: mtxrPOEInterfaceIndex
17080 type: gauge
17081 enum_values:
17082 1: disabled
17083 2: waitingForLoad
17084 3: poweredOn
17085 4: overload
17086 - name: mtxrPOEVoltage
17087 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.4
17088 type: gauge
17089 help: V - 1.3.6.1.4.1.14988.1.1.15.1.1.4
17090 indexes:
17091 - labelname: mtxrPOEInterfaceIndex
17092 type: gauge
17093 - name: mtxrPOECurrent
17094 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.5
17095 type: gauge
17096 help: mA - 1.3.6.1.4.1.14988.1.1.15.1.1.5
17097 indexes:
17098 - labelname: mtxrPOEInterfaceIndex
17099 type: gauge
17100 - name: mtxrPOEPower
17101 oid: 1.3.6.1.4.1.14988.1.1.15.1.1.6
17102 type: gauge
17103 help: W - 1.3.6.1.4.1.14988.1.1.15.1.1.6
17104 indexes:
17105 - labelname: mtxrPOEInterfaceIndex
17106 type: gauge
17107 - name: mtxrLTEModemInterfaceIndex
17108 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.1
17109 type: gauge
17110 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.1'
17111 indexes:
17112 - labelname: mtxrLTEModemInterfaceIndex
17113 type: gauge
17114 - name: mtxrLTEModemSignalRSSI
17115 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.2
17116 type: gauge
17117 help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.2
17118 indexes:
17119 - labelname: mtxrLTEModemInterfaceIndex
17120 type: gauge
17121 - name: mtxrLTEModemSignalRSRQ
17122 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.3
17123 type: gauge
17124 help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.3
17125 indexes:
17126 - labelname: mtxrLTEModemInterfaceIndex
17127 type: gauge
17128 - name: mtxrLTEModemSignalRSRP
17129 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.4
17130 type: gauge
17131 help: dBm - 1.3.6.1.4.1.14988.1.1.16.1.1.4
17132 indexes:
17133 - labelname: mtxrLTEModemInterfaceIndex
17134 type: gauge
17135 - name: mtxrLTEModemCellId
17136 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.5
17137 type: gauge
17138 help: current cell ID - 1.3.6.1.4.1.14988.1.1.16.1.1.5
17139 indexes:
17140 - labelname: mtxrLTEModemInterfaceIndex
17141 type: gauge
17142 - name: mtxrLTEModemAccessTechnology
17143 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.6
17144 type: gauge
17145 help: as reported by +CREG - 1.3.6.1.4.1.14988.1.1.16.1.1.6
17146 indexes:
17147 - labelname: mtxrLTEModemInterfaceIndex
17148 type: gauge
17149 enum_values:
17150 -1: unknown
17151 0: gsmcompact
17152 1: gsm
17153 2: utran
17154 3: egprs
17155 4: hsdpa
17156 5: hsupa
17157 6: hsdpahsupa
17158 7: eutran
17159 - name: mtxrLTEModemSignalSINR
17160 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.7
17161 type: gauge
17162 help: dB - 1.3.6.1.4.1.14988.1.1.16.1.1.7
17163 indexes:
17164 - labelname: mtxrLTEModemInterfaceIndex
17165 type: gauge
17166 - name: mtxrLTEModemEnbId
17167 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.8
17168 type: gauge
17169 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.8'
17170 indexes:
17171 - labelname: mtxrLTEModemInterfaceIndex
17172 type: gauge
17173 - name: mtxrLTEModemSectorId
17174 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.9
17175 type: gauge
17176 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.9'
17177 indexes:
17178 - labelname: mtxrLTEModemInterfaceIndex
17179 type: gauge
17180 - name: mtxrLTEModemLac
17181 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.10
17182 type: gauge
17183 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.10'
17184 indexes:
17185 - labelname: mtxrLTEModemInterfaceIndex
17186 type: gauge
17187 - name: mtxrLTEModemIMEI
17188 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.11
17189 type: DisplayString
17190 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.11'
17191 indexes:
17192 - labelname: mtxrLTEModemInterfaceIndex
17193 type: gauge
17194 - name: mtxrLTEModemIMSI
17195 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.12
17196 type: DisplayString
17197 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.12'
17198 indexes:
17199 - labelname: mtxrLTEModemInterfaceIndex
17200 type: gauge
17201 - name: mtxrLTEModemUICC
17202 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.13
17203 type: DisplayString
17204 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.13'
17205 indexes:
17206 - labelname: mtxrLTEModemInterfaceIndex
17207 type: gauge
17208 - name: mtxrLTEModemRAT
17209 oid: 1.3.6.1.4.1.14988.1.1.16.1.1.14
17210 type: DisplayString
17211 help: ' - 1.3.6.1.4.1.14988.1.1.16.1.1.14'
17212 indexes:
17213 - labelname: mtxrLTEModemInterfaceIndex
17214 type: gauge
17215 - name: mtxrPartitionIndex
17216 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.1
17217 type: gauge
17218 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.1'
17219 indexes:
17220 - labelname: mtxrPartitionIndex
17221 type: gauge
17222 - name: mtxrPartitionName
17223 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.2
17224 type: DisplayString
17225 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.2'
17226 indexes:
17227 - labelname: mtxrPartitionIndex
17228 type: gauge
17229 - name: mtxrPartitionSize
17230 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.3
17231 type: gauge
17232 help: MB - 1.3.6.1.4.1.14988.1.1.17.1.1.3
17233 indexes:
17234 - labelname: mtxrPartitionIndex
17235 type: gauge
17236 - name: mtxrPartitionVersion
17237 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.4
17238 type: DisplayString
17239 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.4'
17240 indexes:
17241 - labelname: mtxrPartitionIndex
17242 type: gauge
17243 - name: mtxrPartitionActive
17244 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.5
17245 type: gauge
17246 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.5'
17247 indexes:
17248 - labelname: mtxrPartitionIndex
17249 type: gauge
17250 enum_values:
17251 0: "false"
17252 1: "true"
17253 - name: mtxrPartitionRunning
17254 oid: 1.3.6.1.4.1.14988.1.1.17.1.1.6
17255 type: gauge
17256 help: ' - 1.3.6.1.4.1.14988.1.1.17.1.1.6'
17257 indexes:
17258 - labelname: mtxrPartitionIndex
17259 type: gauge
17260 enum_values:
17261 0: "false"
17262 1: "true"
17263 - name: mtxrScriptRunIndex
17264 oid: 1.3.6.1.4.1.14988.1.1.18.1.1.1
17265 type: gauge
17266 help: ' - 1.3.6.1.4.1.14988.1.1.18.1.1.1'
17267 indexes:
17268 - labelname: mtxrScriptRunIndex
17269 type: gauge
17270 - name: mtxrScriptRunOutput
17271 oid: 1.3.6.1.4.1.14988.1.1.18.1.1.2
17272 type: DisplayString
17273 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
17274 indexes:
17275 - labelname: mtxrScriptRunIndex
17276 type: gauge
17277 - name: mtxrOpticalIndex
17278 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.1
17279 type: gauge
17280 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.1'
17281 indexes:
17282 - labelname: mtxrOpticalIndex
17283 type: gauge
17284 - name: mtxrOpticalName
17285 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.2
17286 type: DisplayString
17287 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.2'
17288 indexes:
17289 - labelname: mtxrOpticalIndex
17290 type: gauge
17291 - name: mtxrOpticalRxLoss
17292 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.3
17293 type: gauge
17294 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.3'
17295 indexes:
17296 - labelname: mtxrOpticalIndex
17297 type: gauge
17298 enum_values:
17299 0: "false"
17300 1: "true"
17301 - name: mtxrOpticalTxFault
17302 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.4
17303 type: gauge
17304 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.4'
17305 indexes:
17306 - labelname: mtxrOpticalIndex
17307 type: gauge
17308 enum_values:
17309 0: "false"
17310 1: "true"
17311 - name: mtxrOpticalWavelength
17312 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.5
17313 type: gauge
17314 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.5'
17315 indexes:
17316 - labelname: mtxrOpticalIndex
17317 type: gauge
17318 - name: mtxrOpticalTemperature
17319 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.6
17320 type: gauge
17321 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.6'
17322 indexes:
17323 - labelname: mtxrOpticalIndex
17324 type: gauge
17325 - name: mtxrOpticalSupplyVoltage
17326 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.7
17327 type: gauge
17328 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.7'
17329 indexes:
17330 - labelname: mtxrOpticalIndex
17331 type: gauge
17332 - name: mtxrOpticalTxBiasCurrent
17333 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.8
17334 type: gauge
17335 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.8'
17336 indexes:
17337 - labelname: mtxrOpticalIndex
17338 type: gauge
17339 - name: mtxrOpticalTxPower
17340 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.9
17341 type: gauge
17342 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.9'
17343 indexes:
17344 - labelname: mtxrOpticalIndex
17345 type: gauge
17346 - name: mtxrOpticalRxPower
17347 oid: 1.3.6.1.4.1.14988.1.1.19.1.1.10
17348 type: gauge
17349 help: ' - 1.3.6.1.4.1.14988.1.1.19.1.1.10'
17350 indexes:
17351 - labelname: mtxrOpticalIndex
17352 type: gauge
17353 - name: mtxrIkeSACount
17354 oid: 1.3.6.1.4.1.14988.1.1.20.1
17355 type: gauge
17356 help: IKE SA count - 1.3.6.1.4.1.14988.1.1.20.1
17357 - name: mtxrIkeSAIndex
17358 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.1
17359 type: gauge
17360 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.1'
17361 indexes:
17362 - labelname: mtxrIkeSAIndex
17363 type: gauge
17364 - name: mtxrIkeSAInitiatorCookie
17365 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.2
17366 type: DisplayString
17367 help: initiator SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.2
17368 indexes:
17369 - labelname: mtxrIkeSAIndex
17370 type: gauge
17371 - name: mtxrIkeSAResponderCookie
17372 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.3
17373 type: DisplayString
17374 help: responder SPI - 1.3.6.1.4.1.14988.1.1.20.2.1.3
17375 indexes:
17376 - labelname: mtxrIkeSAIndex
17377 type: gauge
17378 - name: mtxrIkeSAResponder
17379 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.4
17380 type: gauge
17381 help: IKE side - 1.3.6.1.4.1.14988.1.1.20.2.1.4
17382 indexes:
17383 - labelname: mtxrIkeSAIndex
17384 type: gauge
17385 enum_values:
17386 0: "false"
17387 1: "true"
17388 - name: mtxrIkeSANatt
17389 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.5
17390 type: gauge
17391 help: NAT is detected - 1.3.6.1.4.1.14988.1.1.20.2.1.5
17392 indexes:
17393 - labelname: mtxrIkeSAIndex
17394 type: gauge
17395 enum_values:
17396 0: "false"
17397 1: "true"
17398 - name: mtxrIkeSAVersion
17399 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.6
17400 type: gauge
17401 help: protocol version - 1.3.6.1.4.1.14988.1.1.20.2.1.6
17402 indexes:
17403 - labelname: mtxrIkeSAIndex
17404 type: gauge
17405 - name: mtxrIkeSAState
17406 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.7
17407 type: gauge
17408 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.7'
17409 indexes:
17410 - labelname: mtxrIkeSAIndex
17411 type: gauge
17412 enum_values:
17413 1: exchange
17414 2: established
17415 3: expired
17416 4: eap
17417 - name: mtxrIkeSAUptime
17418 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.8
17419 type: gauge
17420 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.8'
17421 indexes:
17422 - labelname: mtxrIkeSAIndex
17423 type: gauge
17424 - name: mtxrIkeSASeen
17425 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.9
17426 type: gauge
17427 help: time elapsed since last valid IKE packet - 1.3.6.1.4.1.14988.1.1.20.2.1.9
17428 indexes:
17429 - labelname: mtxrIkeSAIndex
17430 type: gauge
17431 - name: mtxrIkeSAIdentity
17432 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.10
17433 type: DisplayString
17434 help: peer identity - 1.3.6.1.4.1.14988.1.1.20.2.1.10
17435 indexes:
17436 - labelname: mtxrIkeSAIndex
17437 type: gauge
17438 - name: mtxrIkeSAPh2Count
17439 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.11
17440 type: gauge
17441 help: total ph2 SA pairs - 1.3.6.1.4.1.14988.1.1.20.2.1.11
17442 indexes:
17443 - labelname: mtxrIkeSAIndex
17444 type: gauge
17445 - name: mtxrIkeSALocalAddressType
17446 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.12
17447 type: gauge
17448 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.12'
17449 indexes:
17450 - labelname: mtxrIkeSAIndex
17451 type: gauge
17452 enum_values:
17453 0: unknown
17454 1: ipv4
17455 2: ipv6
17456 3: ipv4z
17457 4: ipv6z
17458 16: dns
17459 - name: mtxrIkeSALocalAddress
17460 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.13
17461 type: InetAddress
17462 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.13'
17463 indexes:
17464 - labelname: mtxrIkeSAIndex
17465 type: gauge
17466 - name: mtxrIkeSALocalPort
17467 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.14
17468 type: gauge
17469 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.14'
17470 indexes:
17471 - labelname: mtxrIkeSAIndex
17472 type: gauge
17473 - name: mtxrIkeSAPeerAddressType
17474 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.15
17475 type: gauge
17476 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.15'
17477 indexes:
17478 - labelname: mtxrIkeSAIndex
17479 type: gauge
17480 enum_values:
17481 0: unknown
17482 1: ipv4
17483 2: ipv6
17484 3: ipv4z
17485 4: ipv6z
17486 16: dns
17487 - name: mtxrIkeSAPeerAddress
17488 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.16
17489 type: InetAddress
17490 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.16'
17491 indexes:
17492 - labelname: mtxrIkeSAIndex
17493 type: gauge
17494 - name: mtxrIkeSAPeerPort
17495 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.17
17496 type: gauge
17497 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.17'
17498 indexes:
17499 - labelname: mtxrIkeSAIndex
17500 type: gauge
17501 - name: mtxrIkeSADynamicAddressType
17502 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.18
17503 type: gauge
17504 help: ' - 1.3.6.1.4.1.14988.1.1.20.2.1.18'
17505 indexes:
17506 - labelname: mtxrIkeSAIndex
17507 type: gauge
17508 enum_values:
17509 0: unknown
17510 1: ipv4
17511 2: ipv6
17512 3: ipv4z
17513 4: ipv6z
17514 16: dns
17515 - name: mtxrIkeSADynamicAddress
17516 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.19
17517 type: InetAddress
17518 help: dynamic address allocated by mode config - 1.3.6.1.4.1.14988.1.1.20.2.1.19
17519 indexes:
17520 - labelname: mtxrIkeSAIndex
17521 type: gauge
17522 - name: mtxrIkeSATxBytes
17523 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.20
17524 type: counter
17525 help: ph2 SA tx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.20
17526 indexes:
17527 - labelname: mtxrIkeSAIndex
17528 type: gauge
17529 - name: mtxrIkeSARxBytes
17530 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.21
17531 type: counter
17532 help: ph2 SA rx bytes - 1.3.6.1.4.1.14988.1.1.20.2.1.21
17533 indexes:
17534 - labelname: mtxrIkeSAIndex
17535 type: gauge
17536 - name: mtxrIkeSATxPackets
17537 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.22
17538 type: counter
17539 help: ph2 SA tx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.22
17540 indexes:
17541 - labelname: mtxrIkeSAIndex
17542 type: gauge
17543 - name: mtxrIkeSARxPackets
17544 oid: 1.3.6.1.4.1.14988.1.1.20.2.1.23
17545 type: counter
17546 help: ph2 SA rx packets - 1.3.6.1.4.1.14988.1.1.20.2.1.23
17547 indexes:
17548 - labelname: mtxrIkeSAIndex
17549 type: gauge
17550 - name: laIndex
17551 oid: 1.3.6.1.4.1.2021.10.1.1
17552 type: gauge
17553 help: reference index/row number for each observed loadave. - 1.3.6.1.4.1.2021.10.1.1
17554 indexes:
17555 - labelname: laIndex
17556 type: gauge
17557 lookups:
17558 - labels:
17559 - laIndex
17560 labelname: laNames
17561 oid: 1.3.6.1.4.1.2021.10.1.2
17562 type: DisplayString
17563 - labels: []
17564 labelname: laIndex
17565nec_ix:
17566 walk:
17567 - 1.3.6.1.4.1.119.2.3.84.11
17568 - 1.3.6.1.4.1.119.2.3.84.12
17569 - 1.3.6.1.4.1.119.2.3.84.13
17570 - 1.3.6.1.4.1.119.2.3.84.2
17571 - 1.3.6.1.4.1.119.2.3.84.3
17572 - 1.3.6.1.4.1.119.2.3.84.6
17573 - 1.3.6.1.4.1.119.2.3.84.7
17574 - 1.3.6.1.4.1.119.2.3.84.8
17575 - 1.3.6.1.4.1.119.2.3.84.9
17576 metrics:
17577 - name: picoMobileDeviceIndex
17578 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.1
17579 type: gauge
17580 help: The unique index for each Mobile module. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.1
17581 indexes:
17582 - labelname: picoMobileDeviceIndex
17583 type: gauge
17584 - name: picoMobileDeviceVendorName
17585 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.2
17586 type: DisplayString
17587 help: The object of the vendor name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.2
17588 indexes:
17589 - labelname: picoMobileDeviceIndex
17590 type: gauge
17591 - name: picoMobileDeviceName
17592 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.3
17593 type: DisplayString
17594 help: The object of the device name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.3
17595 indexes:
17596 - labelname: picoMobileDeviceIndex
17597 type: gauge
17598 - name: picoMobileDeviceProductID
17599 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.4
17600 type: DisplayString
17601 help: The object of the product ID. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.4
17602 indexes:
17603 - labelname: picoMobileDeviceIndex
17604 type: gauge
17605 - name: picoMobileDeviceSoftwareVersion
17606 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.5
17607 type: DisplayString
17608 help: The object of the software version. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.5
17609 indexes:
17610 - labelname: picoMobileDeviceIndex
17611 type: gauge
17612 - name: picoMobileDeviceSignalBar
17613 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.6
17614 type: gauge
17615 help: The object of the signal bar. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.6
17616 indexes:
17617 - labelname: picoMobileDeviceIndex
17618 type: gauge
17619 - name: picoMobileDeviceSignalStrength
17620 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.7
17621 type: gauge
17622 help: 'The signal strength can be: unknown(-1) :signal strength is unknown out-range(0):signal
17623 strength is 0 weak(1) :signal strength is 1 low(2) :signal strength is 2 high(3)
17624 :signal strength is 3 - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.7'
17625 indexes:
17626 - labelname: picoMobileDeviceIndex
17627 type: gauge
17628 enum_values:
17629 -1: unknown
17630 0: out-range
17631 1: weak
17632 2: low
17633 3: high
17634 - name: picoMobileDeviceSignalQuality
17635 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.8
17636 type: DisplayString
17637 help: The object of the signal quality. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.8
17638 indexes:
17639 - labelname: picoMobileDeviceIndex
17640 type: gauge
17641 - name: picoMobileDeviceSignalElapsedTime
17642 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.9
17643 type: gauge
17644 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
17645 indexes:
17646 - labelname: picoMobileDeviceIndex
17647 type: gauge
17648 - name: picoMobileDeviceRadioInterface
17649 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.10
17650 type: DisplayString
17651 help: The object of the radio interface. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.10
17652 indexes:
17653 - labelname: picoMobileDeviceIndex
17654 type: gauge
17655 - name: picoMobileDeviceCarrier
17656 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.11
17657 type: DisplayString
17658 help: The object of the carrier name. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.11
17659 indexes:
17660 - labelname: picoMobileDeviceIndex
17661 type: gauge
17662 - name: picoMobileDeviceDialerString
17663 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.12
17664 type: DisplayString
17665 help: The object of the dialer string. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.12
17666 indexes:
17667 - labelname: picoMobileDeviceIndex
17668 type: gauge
17669 - name: picoMobileDeviceDialStatus
17670 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.13
17671 type: gauge
17672 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'
17673 indexes:
17674 - labelname: picoMobileDeviceIndex
17675 type: gauge
17676 enum_values:
17677 0: disconnected
17678 1: connect
17679 2: cancel
17680 3: connected
17681 4: postprocess
17682 - name: picoMobileDeviceInRangeCounts
17683 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.14
17684 type: gauge
17685 help: The in-range statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.14
17686 indexes:
17687 - labelname: picoMobileDeviceIndex
17688 type: gauge
17689 - name: picoMobileDeviceOutRangeCounts
17690 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.15
17691 type: gauge
17692 help: The out-range statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.15
17693 indexes:
17694 - labelname: picoMobileDeviceIndex
17695 type: gauge
17696 - name: picoMobileDeviceResetCounts
17697 oid: 1.3.6.1.4.1.119.2.3.84.11.1.1.1.16
17698 type: gauge
17699 help: The reset device statistics. - 1.3.6.1.4.1.119.2.3.84.11.1.1.1.16
17700 indexes:
17701 - labelname: picoMobileDeviceIndex
17702 type: gauge
17703 - name: picoIPv4CacheEntries
17704 oid: 1.3.6.1.4.1.119.2.3.84.12.1.1
17705 type: gauge
17706 help: The number of current IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.1
17707 - name: picoIPv4CachePeaks
17708 oid: 1.3.6.1.4.1.119.2.3.84.12.1.2
17709 type: gauge
17710 help: The peak value of IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.2
17711 - name: picoIPv4CacheCreates
17712 oid: 1.3.6.1.4.1.119.2.3.84.12.1.3
17713 type: counter
17714 help: The total count of created IPv4 cache. - 1.3.6.1.4.1.119.2.3.84.12.1.3
17715 - name: picoIPv4CacheOverflows
17716 oid: 1.3.6.1.4.1.119.2.3.84.12.1.4
17717 type: counter
17718 help: The total count of IPv4 cache overflow. - 1.3.6.1.4.1.119.2.3.84.12.1.4
17719 - name: picoIPv4UFSCacheEntries
17720 oid: 1.3.6.1.4.1.119.2.3.84.12.2.1
17721 type: gauge
17722 help: The number of current IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.1
17723 - name: picoIPv4UFSCachePeaks
17724 oid: 1.3.6.1.4.1.119.2.3.84.12.2.2
17725 type: gauge
17726 help: The peak value of IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.2
17727 - name: picoIPv4UFSCacheCreates
17728 oid: 1.3.6.1.4.1.119.2.3.84.12.2.3
17729 type: counter
17730 help: The total count of created IPv4 UFS cache - 1.3.6.1.4.1.119.2.3.84.12.2.3
17731 - name: picoIPv4UFSCacheOverflows
17732 oid: 1.3.6.1.4.1.119.2.3.84.12.2.4
17733 type: counter
17734 help: The total count of IPv4 UFS cache overflow - 1.3.6.1.4.1.119.2.3.84.12.2.4
17735 - name: picoIPv6CacheEntries
17736 oid: 1.3.6.1.4.1.119.2.3.84.13.1.1
17737 type: gauge
17738 help: The number of current IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.1
17739 - name: picoIPv6CachePeaks
17740 oid: 1.3.6.1.4.1.119.2.3.84.13.1.2
17741 type: gauge
17742 help: The peak value of IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.2
17743 - name: picoIPv6CacheCreates
17744 oid: 1.3.6.1.4.1.119.2.3.84.13.1.3
17745 type: counter
17746 help: The total count of created IPv6 cache. - 1.3.6.1.4.1.119.2.3.84.13.1.3
17747 - name: picoIPv6CacheOverflows
17748 oid: 1.3.6.1.4.1.119.2.3.84.13.1.4
17749 type: counter
17750 help: The total count of IPv6 cache overflow. - 1.3.6.1.4.1.119.2.3.84.13.1.4
17751 - name: picoIPv6UFSCacheEntries
17752 oid: 1.3.6.1.4.1.119.2.3.84.13.2.1
17753 type: gauge
17754 help: The number of current IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.1
17755 - name: picoIPv6UFSCachePeaks
17756 oid: 1.3.6.1.4.1.119.2.3.84.13.2.2
17757 type: gauge
17758 help: The peak value of IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.2
17759 - name: picoIPv6UFSCacheCreates
17760 oid: 1.3.6.1.4.1.119.2.3.84.13.2.3
17761 type: counter
17762 help: The total count of created IPv6 UFS cache - 1.3.6.1.4.1.119.2.3.84.13.2.3
17763 - name: picoIPv6UFSCacheOverflows
17764 oid: 1.3.6.1.4.1.119.2.3.84.13.2.4
17765 type: counter
17766 help: The total count of IPv6 UFS cache overflow - 1.3.6.1.4.1.119.2.3.84.13.2.4
17767 - name: picoCelsius
17768 oid: 1.3.6.1.4.1.119.2.3.84.2.1.1
17769 type: gauge
17770 help: Indicates the temperature of the equipment inside, in degree (Celsius).
17771 - 1.3.6.1.4.1.119.2.3.84.2.1.1
17772 - name: picoFahrenheit
17773 oid: 1.3.6.1.4.1.119.2.3.84.2.1.2
17774 type: gauge
17775 help: Indicates the temperature of the equipment inside, in degree (Fahrenheit).
17776 - 1.3.6.1.4.1.119.2.3.84.2.1.2
17777 - name: picoVoltage
17778 oid: 1.3.6.1.4.1.119.2.3.84.2.2
17779 type: gauge
17780 help: Indicates the observed voltage, in milli-volt (mV). - 1.3.6.1.4.1.119.2.3.84.2.2
17781 - name: picoFanIndex
17782 oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.1
17783 type: gauge
17784 help: Unique index for each fan module. - 1.3.6.1.4.1.119.2.3.84.2.3.1.1
17785 indexes:
17786 - labelname: picoFanIndex
17787 type: gauge
17788 - name: picoFanStatus
17789 oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.2
17790 type: gauge
17791 help: Status of a fan module - 1.3.6.1.4.1.119.2.3.84.2.3.1.2
17792 indexes:
17793 - labelname: picoFanIndex
17794 type: gauge
17795 enum_values:
17796 1: normal
17797 2: failure
17798 - name: picoFanRpm
17799 oid: 1.3.6.1.4.1.119.2.3.84.2.3.1.3
17800 type: gauge
17801 help: Fan speed (Revolution Per Minutes) - 1.3.6.1.4.1.119.2.3.84.2.3.1.3
17802 indexes:
17803 - labelname: picoFanIndex
17804 type: gauge
17805 - name: picoPowerSupplyIndex
17806 oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.1
17807 type: gauge
17808 help: Unique index for each power supply module. - 1.3.6.1.4.1.119.2.3.84.2.4.1.1
17809 indexes:
17810 - labelname: picoPowerSupplyIndex
17811 type: gauge
17812 - name: picoPowerSupplyType
17813 oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.2
17814 type: gauge
17815 help: Power supply module type. - 1.3.6.1.4.1.119.2.3.84.2.4.1.2
17816 indexes:
17817 - labelname: picoPowerSupplyIndex
17818 type: gauge
17819 enum_values:
17820 0: notInstalled
17821 1: systemACPS
17822 2: ieee802dot3af-PoE-ACPS
17823 - name: picoPowerSupplyStatus
17824 oid: 1.3.6.1.4.1.119.2.3.84.2.4.1.3
17825 type: gauge
17826 help: Status of a Power Supply module. - 1.3.6.1.4.1.119.2.3.84.2.4.1.3
17827 indexes:
17828 - labelname: picoPowerSupplyIndex
17829 type: gauge
17830 enum_values:
17831 0: notInstalled
17832 1: normal
17833 2: failure
17834 - name: picoSchedRtUtl1Sec
17835 oid: 1.3.6.1.4.1.119.2.3.84.2.5.1
17836 type: gauge
17837 help: Indicates the observed system utilization for last 1 second, in percent
17838 (%). - 1.3.6.1.4.1.119.2.3.84.2.5.1
17839 - name: picoSchedRtUtl5Sec
17840 oid: 1.3.6.1.4.1.119.2.3.84.2.5.2
17841 type: gauge
17842 help: Indicates the observed system utilization for last 5 seconds, in percent
17843 (%). - 1.3.6.1.4.1.119.2.3.84.2.5.2
17844 - name: picoSchedRtUtl1Min
17845 oid: 1.3.6.1.4.1.119.2.3.84.2.5.3
17846 type: gauge
17847 help: Indicates the observed system utilization for last 1 minute, in percent
17848 (%). - 1.3.6.1.4.1.119.2.3.84.2.5.3
17849 - name: picoSchedRtUtl1Hour
17850 oid: 1.3.6.1.4.1.119.2.3.84.2.5.4
17851 type: gauge
17852 help: Indicates the observed system utilization for last 1 hour, in percent (%).
17853 - 1.3.6.1.4.1.119.2.3.84.2.5.4
17854 - name: picoHeapSize
17855 oid: 1.3.6.1.4.1.119.2.3.84.2.6.1
17856 type: gauge
17857 help: Indicates the observed total heap size, in bytes. - 1.3.6.1.4.1.119.2.3.84.2.6.1
17858 - name: picoHeapUtil
17859 oid: 1.3.6.1.4.1.119.2.3.84.2.6.2
17860 type: gauge
17861 help: Indicates the observed current heap utilization, in percent (%). - 1.3.6.1.4.1.119.2.3.84.2.6.2
17862 - name: pipSecMibLevel
17863 oid: 1.3.6.1.4.1.119.2.3.84.3.1.1.1
17864 type: gauge
17865 help: The version of the IPsec MIB. - 1.3.6.1.4.1.119.2.3.84.3.1.1.1
17866 - name: pikeGlobalActiveTunnels
17867 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.1
17868 type: gauge
17869 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
17870 - name: pikeGlobalInNotifys
17871 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.6
17872 type: counter
17873 help: The total number of notifys received by all currently and previously active
17874 IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.6
17875 - name: pikeGlobalInP2Exchgs
17876 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.7
17877 type: counter
17878 help: The total number of IPsec Phase-2 exchanges received by all currently and
17879 previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.7
17880 - name: pikeGlobalInP2ExchgInvalids
17881 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.8
17882 type: counter
17883 help: The total number of IPsec Phase-2 exchanges which were received and found
17884 to be contain references to unrecognized security parameters - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.8
17885 - name: pikeGlobalInP2ExchgRejects
17886 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.9
17887 type: counter
17888 help: The total number of IPsec Phase-2 exchanges which were received and validated
17889 but were rejected by the local policy - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.9
17890 - name: pikeGlobalInP2SaDelRequests
17891 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.10
17892 type: counter
17893 help: The total number of IPsec Phase-2 security association delete requests received
17894 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
17895 - name: pikeGlobalOutNotifys
17896 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.14
17897 type: counter
17898 help: The total number of notifys sent by all currently and previously active
17899 IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.14
17900 - name: pikeGlobalOutP2Exchgs
17901 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.15
17902 type: counter
17903 help: The total number of IPsec Phase-2 exchanges which were sent by all currently
17904 and previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.15
17905 - name: pikeGlobalOutP2ExchgInvalids
17906 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.16
17907 type: counter
17908 help: The total number of IPsec Phase-2 exchanges which were sent and were flagged
17909 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
17910 - name: pikeGlobalOutP2ExchgRejects
17911 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.17
17912 type: counter
17913 help: The total number of IPsec Phase-2 exchanges which were sent, validated by
17914 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
17915 - name: pikeGlobalOutP2SaDelRequests
17916 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.18
17917 type: counter
17918 help: The total number of IPsec Phase-2 SA delete requests sent by all currently
17919 and previously active IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.18
17920 - name: pikeGlobalInitTunnels
17921 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.19
17922 type: counter
17923 help: The total number of IPsec Phase-1 IKE Tunnels which were locally initiated.
17924 - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.19
17925 - name: pikeGlobalInitTunnelFails
17926 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.20
17927 type: counter
17928 help: The total number of IPsec Phase-1 IKE Tunnels which were locally initiated
17929 and failed to activate. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.20
17930 - name: pikeGlobalRespTunnelFails
17931 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.21
17932 type: counter
17933 help: The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated
17934 and failed to activate. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.21
17935 - name: pikeGlobalAuthFails
17936 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.23
17937 type: counter
17938 help: The total number of authentications which ended in failure by all current
17939 and previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.23
17940 - name: pikeGlobalDecryptFails
17941 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.24
17942 type: counter
17943 help: The total number of decryptions which ended in failure by all current and
17944 previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.24
17945 - name: pikeGlobalHashValidFails
17946 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.25
17947 type: counter
17948 help: The total number of hash validations which ended in failure by all current
17949 and previous IPsec Phase-1 IKE Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.25
17950 - name: pikeGlobalRespTunnels
17951 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.27
17952 type: counter
17953 help: The total number of IPsec Phase-1 IKE Tunnels which were remotely initiated.
17954 - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.27
17955 - name: pikeGlobalInP1SaDelRequests
17956 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.30
17957 type: counter
17958 help: The total number of ISAKMP security association delete requests received
17959 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
17960 - name: pikeGlobalOutP1SaDelRequests
17961 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.31
17962 type: counter
17963 help: The total number of ISAKMP security association delete requests sent by
17964 all currently and previously active and ISAKMP security associations. - 1.3.6.1.4.1.119.2.3.84.3.1.2.1.31
17965 - name: pikePeerLocalType
17966 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.1
17967 type: gauge
17968 help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.1
17969 indexes:
17970 - labelname: pikePeerLocalType
17971 type: gauge
17972 enum_values:
17973 1: idIpv4Addr
17974 2: idFqdn
17975 3: idDn
17976 4: idIpv6Addr
17977 - labelname: pikePeerLocalValue
17978 type: DisplayString
17979 - labelname: pikePeerRemoteType
17980 type: gauge
17981 enum_values:
17982 1: idIpv4Addr
17983 2: idFqdn
17984 3: idDn
17985 4: idIpv6Addr
17986 - labelname: pikePeerRemoteValue
17987 type: DisplayString
17988 - labelname: pikePeerIntIndex
17989 type: gauge
17990 enum_values:
17991 1: idIpv4Addr
17992 2: idFqdn
17993 3: idDn
17994 4: idIpv6Addr
17995 - name: pikePeerLocalValue
17996 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.2
17997 type: DisplayString
17998 help: The value of the local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.2
17999 indexes:
18000 - labelname: pikePeerLocalType
18001 type: gauge
18002 enum_values:
18003 1: idIpv4Addr
18004 2: idFqdn
18005 3: idDn
18006 4: idIpv6Addr
18007 - labelname: pikePeerLocalValue
18008 type: DisplayString
18009 - labelname: pikePeerRemoteType
18010 type: gauge
18011 enum_values:
18012 1: idIpv4Addr
18013 2: idFqdn
18014 3: idDn
18015 4: idIpv6Addr
18016 - labelname: pikePeerRemoteValue
18017 type: DisplayString
18018 - labelname: pikePeerIntIndex
18019 type: gauge
18020 - name: pikePeerRemoteType
18021 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.3
18022 type: gauge
18023 help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.3
18024 indexes:
18025 - labelname: pikePeerLocalType
18026 type: gauge
18027 enum_values:
18028 1: idIpv4Addr
18029 2: idFqdn
18030 3: idDn
18031 4: idIpv6Addr
18032 - labelname: pikePeerLocalValue
18033 type: DisplayString
18034 - labelname: pikePeerRemoteType
18035 type: gauge
18036 enum_values:
18037 1: idIpv4Addr
18038 2: idFqdn
18039 3: idDn
18040 4: idIpv6Addr
18041 - labelname: pikePeerRemoteValue
18042 type: DisplayString
18043 - labelname: pikePeerIntIndex
18044 type: gauge
18045 enum_values:
18046 1: idIpv4Addr
18047 2: idFqdn
18048 3: idDn
18049 4: idIpv6Addr
18050 - name: pikePeerRemoteValue
18051 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.4
18052 type: DisplayString
18053 help: The value of the remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.4
18054 indexes:
18055 - labelname: pikePeerLocalType
18056 type: gauge
18057 enum_values:
18058 1: idIpv4Addr
18059 2: idFqdn
18060 3: idDn
18061 4: idIpv6Addr
18062 - labelname: pikePeerLocalValue
18063 type: DisplayString
18064 - labelname: pikePeerRemoteType
18065 type: gauge
18066 enum_values:
18067 1: idIpv4Addr
18068 2: idFqdn
18069 3: idDn
18070 4: idIpv6Addr
18071 - labelname: pikePeerRemoteValue
18072 type: DisplayString
18073 - labelname: pikePeerIntIndex
18074 type: gauge
18075 - name: pikePeerIntIndex
18076 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.5
18077 type: gauge
18078 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
18079 indexes:
18080 - labelname: pikePeerLocalType
18081 type: gauge
18082 enum_values:
18083 1: idIpv4Addr
18084 2: idFqdn
18085 3: idDn
18086 4: idIpv6Addr
18087 - labelname: pikePeerLocalValue
18088 type: DisplayString
18089 - labelname: pikePeerRemoteType
18090 type: gauge
18091 enum_values:
18092 1: idIpv4Addr
18093 2: idFqdn
18094 3: idDn
18095 4: idIpv6Addr
18096 - labelname: pikePeerRemoteValue
18097 type: DisplayString
18098 - labelname: pikePeerIntIndex
18099 type: gauge
18100 - name: pikePeerLocalAddr
18101 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.6
18102 type: OctetString
18103 help: The IP address of the local peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.6
18104 indexes:
18105 - labelname: pikePeerLocalType
18106 type: gauge
18107 enum_values:
18108 1: idIpv4Addr
18109 2: idFqdn
18110 3: idDn
18111 4: idIpv6Addr
18112 - labelname: pikePeerLocalValue
18113 type: DisplayString
18114 - labelname: pikePeerRemoteType
18115 type: gauge
18116 enum_values:
18117 1: idIpv4Addr
18118 2: idFqdn
18119 3: idDn
18120 4: idIpv6Addr
18121 - labelname: pikePeerRemoteValue
18122 type: DisplayString
18123 - labelname: pikePeerIntIndex
18124 type: gauge
18125 - name: pikePeerRemoteAddr
18126 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.7
18127 type: OctetString
18128 help: The IP address of the remote peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.7
18129 indexes:
18130 - labelname: pikePeerLocalType
18131 type: gauge
18132 enum_values:
18133 1: idIpv4Addr
18134 2: idFqdn
18135 3: idDn
18136 4: idIpv6Addr
18137 - labelname: pikePeerLocalValue
18138 type: DisplayString
18139 - labelname: pikePeerRemoteType
18140 type: gauge
18141 enum_values:
18142 1: idIpv4Addr
18143 2: idFqdn
18144 3: idDn
18145 4: idIpv6Addr
18146 - labelname: pikePeerRemoteValue
18147 type: DisplayString
18148 - labelname: pikePeerIntIndex
18149 type: gauge
18150 - name: pikePeerActiveTime
18151 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.8
18152 type: gauge
18153 help: The length of time that the peer association has existed in hundredths of
18154 a second. - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.8
18155 indexes:
18156 - labelname: pikePeerLocalType
18157 type: gauge
18158 enum_values:
18159 1: idIpv4Addr
18160 2: idFqdn
18161 3: idDn
18162 4: idIpv6Addr
18163 - labelname: pikePeerLocalValue
18164 type: DisplayString
18165 - labelname: pikePeerRemoteType
18166 type: gauge
18167 enum_values:
18168 1: idIpv4Addr
18169 2: idFqdn
18170 3: idDn
18171 4: idIpv6Addr
18172 - labelname: pikePeerRemoteValue
18173 type: DisplayString
18174 - labelname: pikePeerIntIndex
18175 type: gauge
18176 - name: pikePeerActiveTunnelIndex
18177 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.9
18178 type: gauge
18179 help: The index of the active IPsec Phase-1 IKE Tunnel (pikeTunIndex in the pikeTunnelTable)
18180 for this peer association - 1.3.6.1.4.1.119.2.3.84.3.1.2.2.1.9
18181 indexes:
18182 - labelname: pikePeerLocalType
18183 type: gauge
18184 enum_values:
18185 1: idIpv4Addr
18186 2: idFqdn
18187 3: idDn
18188 4: idIpv6Addr
18189 - labelname: pikePeerLocalValue
18190 type: DisplayString
18191 - labelname: pikePeerRemoteType
18192 type: gauge
18193 enum_values:
18194 1: idIpv4Addr
18195 2: idFqdn
18196 3: idDn
18197 4: idIpv6Addr
18198 - labelname: pikePeerRemoteValue
18199 type: DisplayString
18200 - labelname: pikePeerIntIndex
18201 type: gauge
18202 - name: pikeTunIndex
18203 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.1
18204 type: gauge
18205 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
18206 indexes:
18207 - labelname: pikeTunIndex
18208 type: gauge
18209 - name: pikeTunLocalType
18210 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.2
18211 type: gauge
18212 help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.2
18213 indexes:
18214 - labelname: pikeTunIndex
18215 type: gauge
18216 enum_values:
18217 1: idIpv4Addr
18218 2: idFqdn
18219 3: idDn
18220 4: idIpv6Addr
18221 - name: pikeTunLocalValue
18222 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.3
18223 type: DisplayString
18224 help: The value of the local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.3
18225 indexes:
18226 - labelname: pikeTunIndex
18227 type: gauge
18228 - name: pikeTunLocalAddr
18229 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.4
18230 type: OctetString
18231 help: The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel. -
18232 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.4
18233 indexes:
18234 - labelname: pikeTunIndex
18235 type: gauge
18236 - name: pikeTunRemoteType
18237 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.6
18238 type: gauge
18239 help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.6
18240 indexes:
18241 - labelname: pikeTunIndex
18242 type: gauge
18243 enum_values:
18244 1: idIpv4Addr
18245 2: idFqdn
18246 3: idDn
18247 4: idIpv6Addr
18248 - name: pikeTunRemoteValue
18249 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.7
18250 type: DisplayString
18251 help: The value of the remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.7
18252 indexes:
18253 - labelname: pikeTunIndex
18254 type: gauge
18255 - name: pikeTunRemoteAddr
18256 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.8
18257 type: OctetString
18258 help: The IP address of the remote endpoint for the IPsec Phase-1 IKE Tunnel.
18259 - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.8
18260 indexes:
18261 - labelname: pikeTunIndex
18262 type: gauge
18263 - name: pikeTunNegoMode
18264 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.10
18265 type: gauge
18266 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
18267 indexes:
18268 - labelname: pikeTunIndex
18269 type: gauge
18270 enum_values:
18271 1: main
18272 2: aggressive
18273 - name: pikeTunDiffHellmanGrp
18274 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.11
18275 type: gauge
18276 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
18277 indexes:
18278 - labelname: pikeTunIndex
18279 type: gauge
18280 enum_values:
18281 1: none
18282 2: modp768
18283 3: modp1024
18284 4: modp1536
18285 5: modp2048
18286 - name: pikeTunEncryptAlgo
18287 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.12
18288 type: gauge
18289 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
18290 indexes:
18291 - labelname: pikeTunIndex
18292 type: gauge
18293 enum_values:
18294 1: none
18295 2: des
18296 3: des3
18297 4: aes
18298 9: "null"
18299 - name: pikeTunHashAlgo
18300 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.13
18301 type: gauge
18302 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
18303 indexes:
18304 - labelname: pikeTunIndex
18305 type: gauge
18306 enum_values:
18307 1: none
18308 2: md5
18309 3: sha
18310 4: sha2-256
18311 5: sha2-384
18312 6: sha2-512
18313 - name: pikeTunAuthMethod
18314 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.14
18315 type: gauge
18316 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
18317 indexes:
18318 - labelname: pikeTunIndex
18319 type: gauge
18320 enum_values:
18321 1: none
18322 2: preSharedKey
18323 3: rsaSig
18324 4: rsaEncrypt
18325 5: revPublicKey
18326 - name: pikeTunLifeTime
18327 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.15
18328 type: gauge
18329 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
18330 indexes:
18331 - labelname: pikeTunIndex
18332 type: gauge
18333 - name: pikeTunActiveTime
18334 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.16
18335 type: gauge
18336 help: The length of time the IPsec Phase-1 IKE tunnel has been active in hundredths
18337 of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.16
18338 indexes:
18339 - labelname: pikeTunIndex
18340 type: gauge
18341 - name: pikeTunSaRefreshThreshold
18342 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.17
18343 type: gauge
18344 help: The security assoication refresh threshold in seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.17
18345 indexes:
18346 - labelname: pikeTunIndex
18347 type: gauge
18348 - name: pikeTunInNotifys
18349 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.22
18350 type: counter
18351 help: The total number of notifys received by this IPsec Phase-1 IKE Tunnel. -
18352 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.22
18353 indexes:
18354 - labelname: pikeTunIndex
18355 type: gauge
18356 - name: pikeTunInP2Exchgs
18357 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.23
18358 type: counter
18359 help: The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1
18360 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.23
18361 indexes:
18362 - labelname: pikeTunIndex
18363 type: gauge
18364 - name: pikeTunInP2ExchgInvalids
18365 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.24
18366 type: counter
18367 help: The total number of IPsec Phase-2 exchanges received on this tunnel that
18368 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
18369 indexes:
18370 - labelname: pikeTunIndex
18371 type: gauge
18372 - name: pikeTunInP2ExchgRejects
18373 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.25
18374 type: counter
18375 help: The total number of IPsec Phase-2 exchanges received on this tunnel that
18376 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
18377 indexes:
18378 - labelname: pikeTunIndex
18379 type: gauge
18380 - name: pikeTunInP2SaDelRequests
18381 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.26
18382 type: counter
18383 help: The total number of IPsec Phase-2 security association delete requests received
18384 by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.26
18385 indexes:
18386 - labelname: pikeTunIndex
18387 type: gauge
18388 - name: pikeTunOutNotifys
18389 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.30
18390 type: counter
18391 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
18392 indexes:
18393 - labelname: pikeTunIndex
18394 type: gauge
18395 - name: pikeTunOutP2Exchgs
18396 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.31
18397 type: counter
18398 help: The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 IKE
18399 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.31
18400 indexes:
18401 - labelname: pikeTunIndex
18402 type: gauge
18403 - name: pikeTunOutP2ExchgInvalids
18404 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.32
18405 type: counter
18406 help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were
18407 found by the peer to contain references to security parameters not recognized
18408 by the peer. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.32
18409 indexes:
18410 - labelname: pikeTunIndex
18411 type: gauge
18412 - name: pikeTunOutP2ExchgRejects
18413 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.33
18414 type: counter
18415 help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were
18416 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
18417 indexes:
18418 - labelname: pikeTunIndex
18419 type: gauge
18420 - name: pikeTunOutP2SaDelRequests
18421 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.34
18422 type: counter
18423 help: The total number of IPsec Phase-2 security association delete requests sent
18424 by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.34
18425 indexes:
18426 - labelname: pikeTunIndex
18427 type: gauge
18428 - name: pikeTunStatus
18429 oid: 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.35
18430 type: gauge
18431 help: The status of the MIB table row - 1.3.6.1.4.1.119.2.3.84.3.1.2.3.1.35
18432 indexes:
18433 - labelname: pikeTunIndex
18434 type: gauge
18435 enum_values:
18436 1: active
18437 2: destroy
18438 - name: pipSecGlobalActiveTunnels
18439 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.1
18440 type: gauge
18441 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
18442 - name: pipSecGlobalInOctets
18443 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.3
18444 type: counter
18445 help: The total number of octets received by all current and previous IPsec Phase-2
18446 Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.3
18447 - name: pipSecGlobalInPkts
18448 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.9
18449 type: counter
18450 help: The total number of packets received by all current and previous IPsec Phase-2
18451 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.9
18452 - name: pipSecGlobalInDrops
18453 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.10
18454 type: counter
18455 help: The total number of packets dropped during receive processing by all current
18456 and previous IPsec Phase-2 Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.10
18457 - name: pipSecGlobalInReplayDrops
18458 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.11
18459 type: counter
18460 help: The total number of packets dropped during receive processing due to Anti-Replay
18461 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
18462 - name: pipSecGlobalInAuths
18463 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.12
18464 type: counter
18465 help: The total number of inbound authentication's performed by all current and
18466 previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.12
18467 - name: pipSecGlobalInAuthFails
18468 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.13
18469 type: counter
18470 help: The total number of inbound authentication's which ended in failure by all
18471 current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.13
18472 - name: pipSecGlobalInDecrypts
18473 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.14
18474 type: counter
18475 help: The total number of inbound decryption's performed by all current and previous
18476 IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.14
18477 - name: pipSecGlobalInDecryptFails
18478 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.15
18479 type: counter
18480 help: The total number of inbound decryption's which ended in failure by all current
18481 and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.15
18482 - name: pipSecGlobalOutOctets
18483 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.16
18484 type: counter
18485 help: The total number of octets sent by all current and previous IPsec Phase-2
18486 Tunnels - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.16
18487 - name: pipSecGlobalOutPkts
18488 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.22
18489 type: counter
18490 help: The total number of packets sent by all current and previous IPsec Phase-2
18491 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.22
18492 - name: pipSecGlobalOutDrops
18493 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.23
18494 type: counter
18495 help: The total number of packets dropped during send processing by all current
18496 and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.23
18497 - name: pipSecGlobalOutAuths
18498 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.24
18499 type: counter
18500 help: The total number of outbound authentication's performed by all current and
18501 previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.24
18502 - name: pipSecGlobalOutAuthFails
18503 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.25
18504 type: counter
18505 help: The total number of outbound authentication's which ended in failure by
18506 all current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.25
18507 - name: pipSecGlobalOutEncrypts
18508 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.26
18509 type: counter
18510 help: The total number of outbound encryption's performed by all current and previous
18511 IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.26
18512 - name: pipSecGlobalOutEncryptFails
18513 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.27
18514 type: counter
18515 help: The total number of outbound encryption's which ended in failure by all
18516 current and previous IPsec Phase-2 Tunnels. - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.27
18517 - name: pipSecGlobalNoSaFails
18518 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.33
18519 type: counter
18520 help: The total number of non-existent Security Assocication in failures which
18521 occurred during processing of all current and previous IPsec Phase-2 Tunnels.
18522 - 1.3.6.1.4.1.119.2.3.84.3.1.3.1.33
18523 - name: pipSecTunIndex
18524 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.1
18525 type: gauge
18526 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
18527 indexes:
18528 - labelname: pipSecTunIndex
18529 type: gauge
18530 - name: pipSecTunIkeTunnelIndex
18531 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.2
18532 type: gauge
18533 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
18534 indexes:
18535 - labelname: pipSecTunIndex
18536 type: gauge
18537 - name: pipSecTunIkeTunnelAlive
18538 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.3
18539 type: gauge
18540 help: An indicator which specifies whether or not the IPsec Phase-1 IKE Tunnel
18541 currently exists. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.3
18542 indexes:
18543 - labelname: pipSecTunIndex
18544 type: gauge
18545 enum_values:
18546 1: "true"
18547 2: "false"
18548 - name: pipSecTunLocalAddr
18549 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.4
18550 type: OctetString
18551 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
18552 indexes:
18553 - labelname: pipSecTunIndex
18554 type: gauge
18555 - name: pipSecTunRemoteAddr
18556 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.5
18557 type: OctetString
18558 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
18559 indexes:
18560 - labelname: pipSecTunIndex
18561 type: gauge
18562 - name: pipSecTunKeyType
18563 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.6
18564 type: gauge
18565 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
18566 indexes:
18567 - labelname: pipSecTunIndex
18568 type: gauge
18569 enum_values:
18570 1: ike
18571 2: manual
18572 - name: pipSecTunEncapMode
18573 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.7
18574 type: gauge
18575 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
18576 indexes:
18577 - labelname: pipSecTunIndex
18578 type: gauge
18579 enum_values:
18580 1: tunnel
18581 2: transport
18582 - name: pipSecTunLifeSize
18583 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.8
18584 type: gauge
18585 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
18586 indexes:
18587 - labelname: pipSecTunIndex
18588 type: gauge
18589 - name: pipSecTunLifeTime
18590 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.9
18591 type: gauge
18592 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
18593 indexes:
18594 - labelname: pipSecTunIndex
18595 type: gauge
18596 - name: pipSecTunActiveTime
18597 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.10
18598 type: gauge
18599 help: The length of time the IPsec Phase-2 Tunnel has been active in hundredths
18600 of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.10
18601 indexes:
18602 - labelname: pipSecTunIndex
18603 type: gauge
18604 - name: pipSecTunSaLifeSizeThreshold
18605 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.11
18606 type: gauge
18607 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
18608 indexes:
18609 - labelname: pipSecTunIndex
18610 type: gauge
18611 - name: pipSecTunSaLifeTimeThreshold
18612 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.12
18613 type: gauge
18614 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
18615 indexes:
18616 - labelname: pipSecTunIndex
18617 type: gauge
18618 - name: pipSecTunTotalRefreshes
18619 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.13
18620 type: counter
18621 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
18622 indexes:
18623 - labelname: pipSecTunIndex
18624 type: gauge
18625 - name: pipSecTunExpiredSaInstances
18626 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.14
18627 type: counter
18628 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
18629 indexes:
18630 - labelname: pipSecTunIndex
18631 type: gauge
18632 - name: pipSecTunCurrentSaInstances
18633 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.15
18634 type: gauge
18635 help: The number of security associations which are currently active or expiring.
18636 - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.15
18637 indexes:
18638 - labelname: pipSecTunIndex
18639 type: gauge
18640 - name: pipSecTunInSaDiffHellmanGrp
18641 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.16
18642 type: gauge
18643 help: The Diffie Hellman Group used by the inbound security association of the
18644 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.16
18645 indexes:
18646 - labelname: pipSecTunIndex
18647 type: gauge
18648 enum_values:
18649 1: none
18650 2: modp768
18651 3: modp1024
18652 4: modp1536
18653 5: modp2048
18654 - name: pipSecTunInSaEncryptAlgo
18655 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.17
18656 type: gauge
18657 help: The encryption algorithm used by the inbound security association of the
18658 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.17
18659 indexes:
18660 - labelname: pipSecTunIndex
18661 type: gauge
18662 enum_values:
18663 1: none
18664 2: des
18665 3: des3
18666 4: aes
18667 9: "null"
18668 - name: pipSecTunInSaAhAuthAlgo
18669 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.18
18670 type: gauge
18671 help: The authentication algorithm used by the inbound authentication header (AH)
18672 security association of the IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.18
18673 indexes:
18674 - labelname: pipSecTunIndex
18675 type: gauge
18676 enum_values:
18677 1: none
18678 2: hmacMd5
18679 3: hmacSha
18680 4: hmacSha2-256
18681 5: hmacSha2-384
18682 6: hmacSha2-512
18683 - name: pipSecTunInSaEspAuthAlgo
18684 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.19
18685 type: gauge
18686 help: The authentication algorithm used by the inbound ecapsulation security protocol
18687 (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
18688 indexes:
18689 - labelname: pipSecTunIndex
18690 type: gauge
18691 enum_values:
18692 1: none
18693 2: hmacMd5
18694 3: hmacSha
18695 4: hmacSha2-256
18696 5: hmacSha2-384
18697 6: hmacSha2-512
18698 - name: pipSecTunOutSaDiffHellmanGrp
18699 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.21
18700 type: gauge
18701 help: The Diffie Hellman Group used by the outbound security association of the
18702 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.21
18703 indexes:
18704 - labelname: pipSecTunIndex
18705 type: gauge
18706 enum_values:
18707 1: none
18708 2: modp768
18709 3: modp1024
18710 4: modp1536
18711 5: modp2048
18712 - name: pipSecTunOutSaEncryptAlgo
18713 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.22
18714 type: gauge
18715 help: The encryption algorithm used by the outbound security association of the
18716 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.22
18717 indexes:
18718 - labelname: pipSecTunIndex
18719 type: gauge
18720 enum_values:
18721 1: none
18722 2: des
18723 3: des3
18724 4: aes
18725 9: "null"
18726 - name: pipSecTunOutSaAhAuthAlgo
18727 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.23
18728 type: gauge
18729 help: The authentication algorithm used by the outbound authentication header
18730 (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
18731 indexes:
18732 - labelname: pipSecTunIndex
18733 type: gauge
18734 enum_values:
18735 1: none
18736 2: hmacMd5
18737 3: hmacSha
18738 4: hmacSha2-256
18739 5: hmacSha2-384
18740 6: hmacSha2-512
18741 - name: pipSecTunOutSaEspAuthAlgo
18742 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.24
18743 type: gauge
18744 help: The authentication algorithm used by the inbound encapsulation security
18745 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
18746 indexes:
18747 - labelname: pipSecTunIndex
18748 type: gauge
18749 enum_values:
18750 1: none
18751 2: hmacMd5
18752 3: hmacSha
18753 4: hmacSha2-256
18754 5: hmacSha2-384
18755 6: hmacSha2-512
18756 - name: pipSecTunPmtu
18757 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.26
18758 type: gauge
18759 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
18760 indexes:
18761 - labelname: pipSecTunIndex
18762 type: gauge
18763 - name: pipSecTunInOctets
18764 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.27
18765 type: counter
18766 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
18767 indexes:
18768 - labelname: pipSecTunIndex
18769 type: gauge
18770 - name: pipSecTunInPkts
18771 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.33
18772 type: counter
18773 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
18774 indexes:
18775 - labelname: pipSecTunIndex
18776 type: gauge
18777 - name: pipSecTunInDropPkts
18778 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.34
18779 type: counter
18780 help: The total number of packets dropped during receive processing by this IPsec
18781 Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.34
18782 indexes:
18783 - labelname: pipSecTunIndex
18784 type: gauge
18785 - name: pipSecTunInReplayDropPkts
18786 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.35
18787 type: counter
18788 help: The total number of packets dropped during receive processing due to Anti-Replay
18789 processing by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.35
18790 indexes:
18791 - labelname: pipSecTunIndex
18792 type: gauge
18793 - name: pipSecTunInAuths
18794 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.36
18795 type: counter
18796 help: The total number of inbound authentication's performed by this IPsec Phase-2
18797 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.36
18798 indexes:
18799 - labelname: pipSecTunIndex
18800 type: gauge
18801 - name: pipSecTunInAuthFails
18802 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.37
18803 type: counter
18804 help: The total number of inbound authentication's which ended in failure by this
18805 IPsec Phase-2 Tunnel . - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.37
18806 indexes:
18807 - labelname: pipSecTunIndex
18808 type: gauge
18809 - name: pipSecTunInDecrypts
18810 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.38
18811 type: counter
18812 help: The total number of inbound decryption's performed by this IPsec Phase-2
18813 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.38
18814 indexes:
18815 - labelname: pipSecTunIndex
18816 type: gauge
18817 - name: pipSecTunInDecryptFails
18818 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.39
18819 type: counter
18820 help: The total number of inbound decryption's which ended in failure by this
18821 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.39
18822 indexes:
18823 - labelname: pipSecTunIndex
18824 type: gauge
18825 - name: pipSecTunOutOctets
18826 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.40
18827 type: counter
18828 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
18829 indexes:
18830 - labelname: pipSecTunIndex
18831 type: gauge
18832 - name: pipSecTunOutPkts
18833 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.46
18834 type: counter
18835 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
18836 indexes:
18837 - labelname: pipSecTunIndex
18838 type: gauge
18839 - name: pipSecTunOutDropPkts
18840 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.47
18841 type: counter
18842 help: The total number of packets dropped during send processing by this IPsec
18843 Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.47
18844 indexes:
18845 - labelname: pipSecTunIndex
18846 type: gauge
18847 - name: pipSecTunOutAuths
18848 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.48
18849 type: counter
18850 help: The total number of outbound authentication's performed by this IPsec Phase-2
18851 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.48
18852 indexes:
18853 - labelname: pipSecTunIndex
18854 type: gauge
18855 - name: pipSecTunOutAuthFails
18856 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.49
18857 type: counter
18858 help: The total number of outbound authentication's which ended in failure by
18859 this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.49
18860 indexes:
18861 - labelname: pipSecTunIndex
18862 type: gauge
18863 - name: pipSecTunOutEncrypts
18864 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.50
18865 type: counter
18866 help: The total number of outbound encryption's performed by this IPsec Phase-2
18867 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.50
18868 indexes:
18869 - labelname: pipSecTunIndex
18870 type: gauge
18871 - name: pipSecTunOutEncryptFails
18872 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.51
18873 type: counter
18874 help: The total number of outbound encryption's which ended in failure by this
18875 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.51
18876 indexes:
18877 - labelname: pipSecTunIndex
18878 type: gauge
18879 - name: pipSecTunStatus
18880 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.56
18881 type: gauge
18882 help: The status of the MIB table row - 1.3.6.1.4.1.119.2.3.84.3.1.3.2.1.56
18883 indexes:
18884 - labelname: pipSecTunIndex
18885 type: gauge
18886 enum_values:
18887 1: active
18888 2: destroy
18889 - name: pipSecSpiIndex
18890 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.1
18891 type: gauge
18892 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
18893 indexes:
18894 - labelname: pipSecTunIndex
18895 type: gauge
18896 - labelname: pipSecSpiIndex
18897 type: gauge
18898 - name: pipSecSpiDirection
18899 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.2
18900 type: gauge
18901 help: The direction of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.2
18902 indexes:
18903 - labelname: pipSecTunIndex
18904 type: gauge
18905 - labelname: pipSecSpiIndex
18906 type: gauge
18907 enum_values:
18908 1: in
18909 2: out
18910 - name: pipSecSpiValue
18911 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.3
18912 type: gauge
18913 help: The value of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.3
18914 indexes:
18915 - labelname: pipSecTunIndex
18916 type: gauge
18917 - labelname: pipSecSpiIndex
18918 type: gauge
18919 - name: pipSecSpiProtocol
18920 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.4
18921 type: gauge
18922 help: The protocol of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.4
18923 indexes:
18924 - labelname: pipSecTunIndex
18925 type: gauge
18926 - labelname: pipSecSpiIndex
18927 type: gauge
18928 enum_values:
18929 1: ah
18930 2: esp
18931 3: ipcomp
18932 - name: pipSecSpiStatus
18933 oid: 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.5
18934 type: gauge
18935 help: The status of the SPI. - 1.3.6.1.4.1.119.2.3.84.3.1.3.4.1.5
18936 indexes:
18937 - labelname: pipSecTunIndex
18938 type: gauge
18939 - labelname: pipSecSpiIndex
18940 type: gauge
18941 enum_values:
18942 1: active
18943 2: expiring
18944 - name: pikeTunHistIndex
18945 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.1
18946 type: gauge
18947 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
18948 indexes:
18949 - labelname: pikeTunHistIndex
18950 type: gauge
18951 - name: pikeTunHistTermReason
18952 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.2
18953 type: gauge
18954 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
18955 indexes:
18956 - labelname: pikeTunHistIndex
18957 type: gauge
18958 enum_values:
18959 1: other
18960 2: normal
18961 3: operRequest
18962 4: peerDelRequest
18963 5: peerLost
18964 6: applicationInitiated
18965 7: xauthFailure
18966 8: localFailure
18967 9: checkPointReg
18968 - name: pikeTunHistActiveIndex
18969 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.3
18970 type: gauge
18971 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
18972 indexes:
18973 - labelname: pikeTunHistIndex
18974 type: gauge
18975 - name: pikeTunHistPeerLocalType
18976 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.4
18977 type: gauge
18978 help: The type of local peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.4
18979 indexes:
18980 - labelname: pikeTunHistIndex
18981 type: gauge
18982 enum_values:
18983 1: idIpv4Addr
18984 2: idFqdn
18985 3: idDn
18986 4: idIpv6Addr
18987 - name: pikeTunHistPeerLocalValue
18988 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.5
18989 type: DisplayString
18990 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
18991 indexes:
18992 - labelname: pikeTunHistIndex
18993 type: gauge
18994 - name: pikeTunHistPeerIntIndex
18995 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.6
18996 type: gauge
18997 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
18998 indexes:
18999 - labelname: pikeTunHistIndex
19000 type: gauge
19001 - name: pikeTunHistPeerRemoteType
19002 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.7
19003 type: gauge
19004 help: The type of remote peer identity - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.7
19005 indexes:
19006 - labelname: pikeTunHistIndex
19007 type: gauge
19008 enum_values:
19009 1: idIpv4Addr
19010 2: idFqdn
19011 3: idDn
19012 4: idIpv6Addr
19013 - name: pikeTunHistPeerRemoteValue
19014 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.8
19015 type: DisplayString
19016 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
19017 indexes:
19018 - labelname: pikeTunHistIndex
19019 type: gauge
19020 - name: pikeTunHistLocalAddr
19021 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.9
19022 type: OctetString
19023 help: The IP address of the local endpoint for the IPsec Phase-1 IKE Tunnel. -
19024 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.9
19025 indexes:
19026 - labelname: pikeTunHistIndex
19027 type: gauge
19028 - name: pikeTunHistRemoteAddr
19029 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.11
19030 type: OctetString
19031 help: The IP address of the remote endpoint for the IPsec Phase-1 IKE Tunnel.
19032 - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.11
19033 indexes:
19034 - labelname: pikeTunHistIndex
19035 type: gauge
19036 - name: pikeTunHistNegoMode
19037 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.13
19038 type: gauge
19039 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
19040 indexes:
19041 - labelname: pikeTunHistIndex
19042 type: gauge
19043 enum_values:
19044 1: main
19045 2: aggressive
19046 - name: pikeTunHistDiffHellmanGrp
19047 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.14
19048 type: gauge
19049 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
19050 indexes:
19051 - labelname: pikeTunHistIndex
19052 type: gauge
19053 enum_values:
19054 1: none
19055 2: modp768
19056 3: modp1024
19057 4: modp1536
19058 5: modp2048
19059 - name: pikeTunHistEncryptAlgo
19060 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.15
19061 type: gauge
19062 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
19063 indexes:
19064 - labelname: pikeTunHistIndex
19065 type: gauge
19066 enum_values:
19067 1: none
19068 2: des
19069 3: des3
19070 4: aes
19071 9: "null"
19072 - name: pikeTunHistHashAlgo
19073 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.16
19074 type: gauge
19075 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
19076 indexes:
19077 - labelname: pikeTunHistIndex
19078 type: gauge
19079 enum_values:
19080 1: none
19081 2: md5
19082 3: sha
19083 4: sha2-256
19084 5: sha2-384
19085 6: sha2-512
19086 - name: pikeTunHistAuthMethod
19087 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.17
19088 type: gauge
19089 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
19090 indexes:
19091 - labelname: pikeTunHistIndex
19092 type: gauge
19093 enum_values:
19094 1: none
19095 2: preSharedKey
19096 3: rsaSig
19097 4: rsaEncrypt
19098 5: revPublicKey
19099 - name: pikeTunHistLifeTime
19100 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.18
19101 type: gauge
19102 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
19103 indexes:
19104 - labelname: pikeTunHistIndex
19105 type: gauge
19106 - name: pikeTunHistStartTime
19107 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.19
19108 type: gauge
19109 help: The value of sysUpTime in hundredths of seconds when the IPsec Phase-1 IKE
19110 tunnel was started. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.19
19111 indexes:
19112 - labelname: pikeTunHistIndex
19113 type: gauge
19114 - name: pikeTunHistActiveTime
19115 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.20
19116 type: gauge
19117 help: The length of time the IPsec Phase-1 IKE tunnel was been active in hundredths
19118 of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.20
19119 indexes:
19120 - labelname: pikeTunHistIndex
19121 type: gauge
19122 - name: pikeTunHistInNotifys
19123 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.26
19124 type: counter
19125 help: The total number of notifys received by this IPsec Phase-1 IKE Tunnel. -
19126 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.26
19127 indexes:
19128 - labelname: pikeTunHistIndex
19129 type: gauge
19130 - name: pikeTunHistInP2Exchgs
19131 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.27
19132 type: counter
19133 help: The total number of IPsec Phase-2 exchanges received by this IPsec Phase-1
19134 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.27
19135 indexes:
19136 - labelname: pikeTunHistIndex
19137 type: gauge
19138 - name: pikeTunHistInP2ExchgInvalids
19139 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.28
19140 type: counter
19141 help: The total number of IPsec Phase-2 exchanges received on this tunnel that
19142 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
19143 indexes:
19144 - labelname: pikeTunHistIndex
19145 type: gauge
19146 - name: pikeTunHistInP2ExchgRejects
19147 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.29
19148 type: counter
19149 help: The total number of IPsec Phase-2 exchanges received on this tunnel that
19150 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
19151 indexes:
19152 - labelname: pikeTunHistIndex
19153 type: gauge
19154 - name: pikeTunHistInP2SaDelRequests
19155 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.30
19156 type: counter
19157 help: The total number of IPsec Phase-2 security association delete requests received
19158 by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.30
19159 indexes:
19160 - labelname: pikeTunHistIndex
19161 type: gauge
19162 - name: pikeTunHistOutNotifys
19163 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.34
19164 type: counter
19165 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
19166 indexes:
19167 - labelname: pikeTunHistIndex
19168 type: gauge
19169 - name: pikeTunHistOutP2Exchgs
19170 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.35
19171 type: counter
19172 help: The total number of IPsec Phase-2 exchanges sent by this IPsec Phase-1 IKE
19173 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.35
19174 indexes:
19175 - labelname: pikeTunHistIndex
19176 type: gauge
19177 - name: pikeTunHistOutP2ExchgInvalids
19178 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.36
19179 type: counter
19180 help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were
19181 found by the peer to contain references to security parameters not recognized
19182 by the peer. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.36
19183 indexes:
19184 - labelname: pikeTunHistIndex
19185 type: gauge
19186 - name: pikeTunHistOutP2ExchgRejects
19187 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.37
19188 type: counter
19189 help: The total number of IPsec Phase-2 exchanges sent on this tunnel that were
19190 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
19191 indexes:
19192 - labelname: pikeTunHistIndex
19193 type: gauge
19194 - name: pikeTunHistOutP2SaDelRequests
19195 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.38
19196 type: counter
19197 help: The total number of IPsec Phase-2 security association delete requests sent
19198 by this IPsec Phase-1 IKE Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.2.1.1.38
19199 indexes:
19200 - labelname: pikeTunHistIndex
19201 type: gauge
19202 - name: pipSecTunHistIndex
19203 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.1
19204 type: gauge
19205 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
19206 indexes:
19207 - labelname: pipSecTunHistIndex
19208 type: gauge
19209 - name: pipSecTunHistTermReason
19210 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.2
19211 type: gauge
19212 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
19213 indexes:
19214 - labelname: pipSecTunHistIndex
19215 type: gauge
19216 enum_values:
19217 1: other
19218 2: normal
19219 3: operRequest
19220 4: peerDelRequest
19221 5: peerLost
19222 6: applicationInitiated
19223 7: xauthFailure
19224 8: seqNumRollOver
19225 9: checkPointReq
19226 - name: pipSecTunHistActiveIndex
19227 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.3
19228 type: gauge
19229 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
19230 indexes:
19231 - labelname: pipSecTunHistIndex
19232 type: gauge
19233 - name: pipSecTunHistIkeTunnelIndex
19234 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.4
19235 type: gauge
19236 help: The index of the associated IPsec Phase-1 Tunnel (pikeTunIndex in the pikeTunnelTable).
19237 - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.4
19238 indexes:
19239 - labelname: pipSecTunHistIndex
19240 type: gauge
19241 - name: pipSecTunHistLocalAddr
19242 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.5
19243 type: OctetString
19244 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
19245 indexes:
19246 - labelname: pipSecTunHistIndex
19247 type: gauge
19248 - name: pipSecTunHistRemoteAddr
19249 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.6
19250 type: OctetString
19251 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
19252 indexes:
19253 - labelname: pipSecTunHistIndex
19254 type: gauge
19255 - name: pipSecTunHistKeyType
19256 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.7
19257 type: gauge
19258 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
19259 indexes:
19260 - labelname: pipSecTunHistIndex
19261 type: gauge
19262 enum_values:
19263 1: ike
19264 2: manual
19265 - name: pipSecTunHistEncapMode
19266 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.8
19267 type: gauge
19268 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
19269 indexes:
19270 - labelname: pipSecTunHistIndex
19271 type: gauge
19272 enum_values:
19273 1: tunnel
19274 2: transport
19275 - name: pipSecTunHistLifeSize
19276 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.9
19277 type: gauge
19278 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
19279 indexes:
19280 - labelname: pipSecTunHistIndex
19281 type: gauge
19282 - name: pipSecTunHistLifeTime
19283 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.10
19284 type: gauge
19285 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
19286 indexes:
19287 - labelname: pipSecTunHistIndex
19288 type: gauge
19289 - name: pipSecTunHistStartTime
19290 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.11
19291 type: gauge
19292 help: The value of sysUpTime in hundredths of seconds when the IPsec Phase-2 Tunnel
19293 was started. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.11
19294 indexes:
19295 - labelname: pipSecTunHistIndex
19296 type: gauge
19297 - name: pipSecTunHistActiveTime
19298 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.12
19299 type: gauge
19300 help: The length of time the IPsec Phase-2 Tunnel has been active in hundredths
19301 of seconds. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.12
19302 indexes:
19303 - labelname: pipSecTunHistIndex
19304 type: gauge
19305 - name: pipSecTunHistTotalRefreshes
19306 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.13
19307 type: counter
19308 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
19309 indexes:
19310 - labelname: pipSecTunHistIndex
19311 type: gauge
19312 - name: pipSecTunHistInSaDiffHellmanGrp
19313 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.15
19314 type: gauge
19315 help: The Diffie Hellman Group used by the inbound security association of the
19316 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.15
19317 indexes:
19318 - labelname: pipSecTunHistIndex
19319 type: gauge
19320 enum_values:
19321 1: none
19322 2: modp768
19323 3: modp1024
19324 4: modp1536
19325 5: modp2048
19326 - name: pipSecTunHistInSaEncryptAlgo
19327 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.16
19328 type: gauge
19329 help: The encryption algorithm used by the inbound security association of the
19330 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.16
19331 indexes:
19332 - labelname: pipSecTunHistIndex
19333 type: gauge
19334 enum_values:
19335 1: none
19336 2: des
19337 3: des3
19338 4: aes
19339 9: "null"
19340 - name: pipSecTunHistInSaAhAuthAlgo
19341 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.17
19342 type: gauge
19343 help: The authentication algorithm used by the inbound authentication header (AH)
19344 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
19345 indexes:
19346 - labelname: pipSecTunHistIndex
19347 type: gauge
19348 enum_values:
19349 1: none
19350 2: hmacMd5
19351 3: hmacSha
19352 4: hmacSha2-256
19353 5: hmacSha2-384
19354 6: hmacSha2-512
19355 - name: pipSecTunHistInSaEspAuthAlgo
19356 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.18
19357 type: gauge
19358 help: The authentication algorithm used by the inbound encapsulation security
19359 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
19360 indexes:
19361 - labelname: pipSecTunHistIndex
19362 type: gauge
19363 enum_values:
19364 1: none
19365 2: hmacMd5
19366 3: hmacSha
19367 4: hmacSha2-256
19368 5: hmacSha2-384
19369 6: hmacSha2-512
19370 - name: pipSecTunHistOutSaDiffHellmanGrp
19371 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.20
19372 type: gauge
19373 help: The Diffie Hellman Group used by the outbound security association of the
19374 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.20
19375 indexes:
19376 - labelname: pipSecTunHistIndex
19377 type: gauge
19378 enum_values:
19379 1: none
19380 2: modp768
19381 3: modp1024
19382 4: modp1536
19383 5: modp2048
19384 - name: pipSecTunHistOutSaEncryptAlgo
19385 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.21
19386 type: gauge
19387 help: The encryption algorithm used by the outbound security association of the
19388 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.21
19389 indexes:
19390 - labelname: pipSecTunHistIndex
19391 type: gauge
19392 enum_values:
19393 1: none
19394 2: des
19395 3: des3
19396 4: aes
19397 9: "null"
19398 - name: pipSecTunHistOutSaAhAuthAlgo
19399 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.22
19400 type: gauge
19401 help: The authentication algorithm used by the outbound authentication header
19402 (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
19403 indexes:
19404 - labelname: pipSecTunHistIndex
19405 type: gauge
19406 enum_values:
19407 1: none
19408 2: hmacMd5
19409 3: hmacSha
19410 4: hmacSha2-256
19411 5: hmacSha2-384
19412 6: hmacSha2-512
19413 - name: pipSecTunHistOutSaEspAuthAlgo
19414 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.23
19415 type: gauge
19416 help: The authentication algorithm used by the inbound ecapsulation security protocol
19417 (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
19418 indexes:
19419 - labelname: pipSecTunHistIndex
19420 type: gauge
19421 enum_values:
19422 1: none
19423 2: hmacMd5
19424 3: hmacSha
19425 4: hmacSha2-256
19426 5: hmacSha2-384
19427 6: hmacSha2-512
19428 - name: pipSecTunHistPmtu
19429 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.25
19430 type: gauge
19431 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
19432 indexes:
19433 - labelname: pipSecTunHistIndex
19434 type: gauge
19435 - name: pipSecTunHistInOctets
19436 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.26
19437 type: counter
19438 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
19439 indexes:
19440 - labelname: pipSecTunHistIndex
19441 type: gauge
19442 - name: pipSecTunHistInPkts
19443 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.32
19444 type: counter
19445 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
19446 indexes:
19447 - labelname: pipSecTunHistIndex
19448 type: gauge
19449 - name: pipSecTunHistInDropPkts
19450 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.33
19451 type: counter
19452 help: The total number of packets dropped during receive processing by this IPsec
19453 Phase-2 Tunnel - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.33
19454 indexes:
19455 - labelname: pipSecTunHistIndex
19456 type: gauge
19457 - name: pipSecTunHistInReplayDropPkts
19458 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.34
19459 type: counter
19460 help: The total number of packets dropped during receive processing due to Anti-Replay
19461 processing by this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.34
19462 indexes:
19463 - labelname: pipSecTunHistIndex
19464 type: gauge
19465 - name: pipSecTunHistInAuths
19466 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.35
19467 type: counter
19468 help: The total number of inbound authentication's performed by this IPsec Phase-2
19469 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.35
19470 indexes:
19471 - labelname: pipSecTunHistIndex
19472 type: gauge
19473 - name: pipSecTunHistInAuthFails
19474 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.36
19475 type: counter
19476 help: The total number of inbound authentication's which ended in failure by this
19477 IPsec Phase-2 Tunnel . - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.36
19478 indexes:
19479 - labelname: pipSecTunHistIndex
19480 type: gauge
19481 - name: pipSecTunHistInDecrypts
19482 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.37
19483 type: counter
19484 help: The total number of inbound decryption's performed by this IPsec Phase-2
19485 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.37
19486 indexes:
19487 - labelname: pipSecTunHistIndex
19488 type: gauge
19489 - name: pipSecTunHistInDecryptFails
19490 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.38
19491 type: counter
19492 help: The total number of inbound decryption's which ended in failure by this
19493 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.38
19494 indexes:
19495 - labelname: pipSecTunHistIndex
19496 type: gauge
19497 - name: pipSecTunHistOutOctets
19498 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.39
19499 type: counter
19500 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
19501 indexes:
19502 - labelname: pipSecTunHistIndex
19503 type: gauge
19504 - name: pipSecTunHistOutPkts
19505 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.45
19506 type: counter
19507 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
19508 indexes:
19509 - labelname: pipSecTunHistIndex
19510 type: gauge
19511 - name: pipSecTunHistOutDropPkts
19512 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.46
19513 type: counter
19514 help: The total number of packets dropped during send processing by this IPsec
19515 Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.46
19516 indexes:
19517 - labelname: pipSecTunHistIndex
19518 type: gauge
19519 - name: pipSecTunHistOutAuths
19520 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.47
19521 type: counter
19522 help: The total number of outbound authentication's performed by this IPsec Phase-2
19523 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.47
19524 indexes:
19525 - labelname: pipSecTunHistIndex
19526 type: gauge
19527 - name: pipSecTunHistOutAuthFails
19528 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.48
19529 type: counter
19530 help: The total number of outbound authentication's which ended in failure by
19531 this IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.48
19532 indexes:
19533 - labelname: pipSecTunHistIndex
19534 type: gauge
19535 - name: pipSecTunHistOutEncrypts
19536 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.49
19537 type: counter
19538 help: The total number of outbound encryption's performed by this IPsec Phase-2
19539 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.49
19540 indexes:
19541 - labelname: pipSecTunHistIndex
19542 type: gauge
19543 - name: pipSecTunHistOutEncryptFails
19544 oid: 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.50
19545 type: counter
19546 help: The total number of outbound encryption's which ended in failure by this
19547 IPsec Phase-2 Tunnel. - 1.3.6.1.4.1.119.2.3.84.3.1.4.3.1.1.50
19548 indexes:
19549 - labelname: pipSecTunHistIndex
19550 type: gauge
19551 - name: picoExtIfInstalledSlot
19552 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.1
19553 type: gauge
19554 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
19555 indexes:
19556 - labelname: picoExtIfInstalledSlot
19557 type: gauge
19558 - labelname: picoExtIfIndex
19559 type: gauge
19560 - name: picoExtIfIndex
19561 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.2
19562 type: gauge
19563 help: A unique value for each extension card. - 1.3.6.1.4.1.119.2.3.84.6.1.1.2
19564 indexes:
19565 - labelname: picoExtIfInstalledSlot
19566 type: gauge
19567 - labelname: picoExtIfIndex
19568 type: gauge
19569 - name: picoExtIfDescr
19570 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.3
19571 type: DisplayString
19572 help: A textual string containing information about the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.3
19573 indexes:
19574 - labelname: picoExtIfInstalledSlot
19575 type: gauge
19576 - labelname: picoExtIfIndex
19577 type: gauge
19578 - name: picoExtIfUpperLayer
19579 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.4
19580 type: gauge
19581 help: Index of interface to upper layers. - 1.3.6.1.4.1.119.2.3.84.6.1.1.4
19582 indexes:
19583 - labelname: picoExtIfInstalledSlot
19584 type: gauge
19585 - labelname: picoExtIfIndex
19586 type: gauge
19587 - name: picoExtIfType
19588 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.5
19589 type: gauge
19590 help: The type of interface,, distinguished according to the physical/link protocol(s)
19591 immediately `below' the network layer in the protocol stack. - 1.3.6.1.4.1.119.2.3.84.6.1.1.5
19592 indexes:
19593 - labelname: picoExtIfInstalledSlot
19594 type: gauge
19595 - labelname: picoExtIfIndex
19596 type: gauge
19597 enum_values:
19598 6: ethernet-csmacd
19599 62: fastEther
19600 - name: picoExtIfSpeed
19601 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.6
19602 type: gauge
19603 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
19604 indexes:
19605 - labelname: picoExtIfInstalledSlot
19606 type: gauge
19607 - labelname: picoExtIfIndex
19608 type: gauge
19609 - name: picoExtIfDuplex
19610 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.7
19611 type: gauge
19612 help: The current mode of this link. - 1.3.6.1.4.1.119.2.3.84.6.1.1.7
19613 indexes:
19614 - labelname: picoExtIfInstalledSlot
19615 type: gauge
19616 - labelname: picoExtIfIndex
19617 type: gauge
19618 enum_values:
19619 1: halfduplex
19620 2: fullduplex
19621 - name: picoExtIfEffectiveMtu
19622 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.8
19623 type: gauge
19624 help: The size of the largest datagram which can be sent/received on the interface,
19625 specified in octets. - 1.3.6.1.4.1.119.2.3.84.6.1.1.8
19626 indexes:
19627 - labelname: picoExtIfInstalledSlot
19628 type: gauge
19629 - labelname: picoExtIfIndex
19630 type: gauge
19631 - name: picoExtIfPhysicalAddress
19632 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.9
19633 type: PhysAddress48
19634 help: The interface's address at the protocol layer immediately `below' the network
19635 layer in the protocol stack. - 1.3.6.1.4.1.119.2.3.84.6.1.1.9
19636 indexes:
19637 - labelname: picoExtIfInstalledSlot
19638 type: gauge
19639 - labelname: picoExtIfIndex
19640 type: gauge
19641 - name: picoExtIfAdminStatus
19642 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.10
19643 type: gauge
19644 help: The desired state of the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.10
19645 indexes:
19646 - labelname: picoExtIfInstalledSlot
19647 type: gauge
19648 - labelname: picoExtIfIndex
19649 type: gauge
19650 enum_values:
19651 1: up
19652 2: down
19653 3: testing
19654 - name: picoExtIfOperStatus
19655 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.11
19656 type: gauge
19657 help: The current operational state of the interface. - 1.3.6.1.4.1.119.2.3.84.6.1.1.11
19658 indexes:
19659 - labelname: picoExtIfInstalledSlot
19660 type: gauge
19661 - labelname: picoExtIfIndex
19662 type: gauge
19663 enum_values:
19664 1: up
19665 2: down
19666 3: testing
19667 - name: picoExtIfLastChange
19668 oid: 1.3.6.1.4.1.119.2.3.84.6.1.1.12
19669 type: gauge
19670 help: The value of sysUpTime at the time the interface entered its current operational
19671 state. - 1.3.6.1.4.1.119.2.3.84.6.1.1.12
19672 indexes:
19673 - labelname: picoExtIfInstalledSlot
19674 type: gauge
19675 - labelname: picoExtIfIndex
19676 type: gauge
19677 - name: picoNetmonWatchgroupIndex
19678 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.1
19679 type: gauge
19680 help: Unique index for each Netmon Watchgroup. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.1
19681 indexes:
19682 - labelname: picoNetmonWatchgroupIndex
19683 type: gauge
19684 - name: picoNetmonWatchgroupName
19685 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.2
19686 type: DisplayString
19687 help: Netmon Watchgroup Name. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.2
19688 indexes:
19689 - labelname: picoNetmonWatchgroupIndex
19690 type: gauge
19691 - name: picoNetmonWatchgroupSequenceNumber
19692 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.3
19693 type: gauge
19694 help: Netmon Watchgroup sequence number. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.3
19695 indexes:
19696 - labelname: picoNetmonWatchgroupIndex
19697 type: gauge
19698 - name: picoNetmonWatchgroupStatus
19699 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.4
19700 type: gauge
19701 help: Status of a Netmon Watchgroup. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.4
19702 indexes:
19703 - labelname: picoNetmonWatchgroupIndex
19704 type: gauge
19705 enum_values:
19706 1: normal
19707 2: stand
19708 3: disable
19709 - name: picoNetmonWatchgroupVarianceCounts
19710 oid: 1.3.6.1.4.1.119.2.3.84.7.1.1.1.5
19711 type: gauge
19712 help: Netmon Watchgroup variance statistics. - 1.3.6.1.4.1.119.2.3.84.7.1.1.1.5
19713 indexes:
19714 - labelname: picoNetmonWatchgroupIndex
19715 type: gauge
19716 - name: picoNgnIfIndex
19717 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.1
19718 type: gauge
19719 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
19720 indexes:
19721 - labelname: picoNgnIfIndex
19722 type: gauge
19723 - name: picoNgnType
19724 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.2
19725 type: gauge
19726 help: 'The mode of the NGN service can be: standard(1) :NGN service is standard
19727 - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.2'
19728 indexes:
19729 - labelname: picoNgnIfIndex
19730 type: gauge
19731 enum_values:
19732 1: standard
19733 2: numbergate
19734 - name: picoNgnIfType
19735 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.3
19736 type: gauge
19737 help: 'The type of the NGN interface can be: global(1) :NGN interface type is
19738 global - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.3'
19739 indexes:
19740 - labelname: picoNgnIfIndex
19741 type: gauge
19742 enum_values:
19743 1: global
19744 2: private
19745 - name: picoNgnStatus
19746 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.4
19747 type: gauge
19748 help: 'The state of the NGN SIP-UA register can be: notReady(1) :NGN service is
19749 not Ready - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.4'
19750 indexes:
19751 - labelname: picoNgnIfIndex
19752 type: gauge
19753 enum_values:
19754 1: notReady
19755 2: initializing
19756 3: registering
19757 4: registered
19758 - name: picoNgnSipServerIpAddress
19759 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.5
19760 type: InetAddressIPv4
19761 help: The object of the SIP server address. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.5
19762 indexes:
19763 - labelname: picoNgnIfIndex
19764 type: gauge
19765 - name: picoNgnSipUri
19766 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.6
19767 type: DisplayString
19768 help: The object of the SIP URI. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.6
19769 indexes:
19770 - labelname: picoNgnIfIndex
19771 type: gauge
19772 - name: picoNgnUpTime
19773 oid: 1.3.6.1.4.1.119.2.3.84.9.1.1.1.7
19774 type: gauge
19775 help: The time elapsed since registered. - 1.3.6.1.4.1.119.2.3.84.9.1.1.1.7
19776 indexes:
19777 - labelname: picoNgnIfIndex
19778 type: gauge
19779 - name: picoNgnVpnIfIndex
19780 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.1
19781 type: gauge
19782 help: The interface index value of the interface for which NGN binding is enabled.
19783 - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.1
19784 indexes:
19785 - labelname: picoNgnVpnIfIndex
19786 type: gauge
19787 - name: picoNgnVpnStatus
19788 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.2
19789 type: gauge
19790 help: 'The state of the NGN SIP-UA session can be: disconnected(1):SIP session
19791 is disconnected - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.2'
19792 indexes:
19793 - labelname: picoNgnVpnIfIndex
19794 type: gauge
19795 enum_values:
19796 1: disconnected
19797 2: connecting
19798 3: connected
19799 - name: picoNgnVpnPeerAddress
19800 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.3
19801 type: DisplayString
19802 help: The object of the NGN peer address. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.3
19803 indexes:
19804 - labelname: picoNgnVpnIfIndex
19805 type: gauge
19806 - name: picoNgnVpnBandwidth
19807 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.4
19808 type: gauge
19809 help: The object of the NGN session bandwidth. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.4
19810 indexes:
19811 - labelname: picoNgnVpnIfIndex
19812 type: gauge
19813 - name: picoNgnVpnUsedTime
19814 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.5
19815 type: gauge
19816 help: The time elapsed since this connected NGN session. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.5
19817 indexes:
19818 - labelname: picoNgnVpnIfIndex
19819 type: gauge
19820 - name: picoNgnVpnSbcIpAddress
19821 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.6
19822 type: InetAddressIPv4
19823 help: The object of the NGN session SBC address. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.6
19824 indexes:
19825 - labelname: picoNgnVpnIfIndex
19826 type: gauge
19827 - name: picoNgnVpnSbcPort
19828 oid: 1.3.6.1.4.1.119.2.3.84.9.1.2.1.7
19829 type: gauge
19830 help: The object of the NGN session SBC port. - 1.3.6.1.4.1.119.2.3.84.9.1.2.1.7
19831 indexes:
19832 - labelname: picoNgnVpnIfIndex
19833 type: gauge
19834paloalto_fw:
19835 walk:
19836 - 1.3.6.1.2.1.2
19837 - 1.3.6.1.2.1.25.1
19838 - 1.3.6.1.2.1.25.2
19839 - 1.3.6.1.2.1.25.3
19840 - 1.3.6.1.4.1.25461.2.1.2.1
19841 - 1.3.6.1.4.1.25461.2.1.2.3
19842 - 1.3.6.1.4.1.25461.2.1.2.5
19843 get:
19844 - 1.3.6.1.2.1.1.3.0
19845 metrics:
19846 - name: sysUpTime
19847 oid: 1.3.6.1.2.1.1.3
19848 type: gauge
19849 help: The time (in hundredths of a second) since the network management portion
19850 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
19851 - name: ifNumber
19852 oid: 1.3.6.1.2.1.2.1
19853 type: gauge
19854 help: The number of network interfaces (regardless of their current state) present
19855 on this system. - 1.3.6.1.2.1.2.1
19856 - name: ifIndex
19857 oid: 1.3.6.1.2.1.2.2.1.1
19858 type: gauge
19859 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
19860 indexes:
19861 - labelname: ifIndex
19862 type: gauge
19863 - name: ifDescr
19864 oid: 1.3.6.1.2.1.2.2.1.2
19865 type: DisplayString
19866 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
19867 indexes:
19868 - labelname: ifIndex
19869 type: gauge
19870 - name: ifType
19871 oid: 1.3.6.1.2.1.2.2.1.3
19872 type: gauge
19873 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
19874 indexes:
19875 - labelname: ifIndex
19876 type: gauge
19877 enum_values:
19878 1: other
19879 2: regular1822
19880 3: hdh1822
19881 4: ddnX25
19882 5: rfc877x25
19883 6: ethernetCsmacd
19884 7: iso88023Csmacd
19885 8: iso88024TokenBus
19886 9: iso88025TokenRing
19887 10: iso88026Man
19888 11: starLan
19889 12: proteon10Mbit
19890 13: proteon80Mbit
19891 14: hyperchannel
19892 15: fddi
19893 16: lapb
19894 17: sdlc
19895 18: ds1
19896 19: e1
19897 20: basicISDN
19898 21: primaryISDN
19899 22: propPointToPointSerial
19900 23: ppp
19901 24: softwareLoopback
19902 25: eon
19903 26: ethernet3Mbit
19904 27: nsip
19905 28: slip
19906 29: ultra
19907 30: ds3
19908 31: sip
19909 32: frameRelay
19910 33: rs232
19911 34: para
19912 35: arcnet
19913 36: arcnetPlus
19914 37: atm
19915 38: miox25
19916 39: sonet
19917 40: x25ple
19918 41: iso88022llc
19919 42: localTalk
19920 43: smdsDxi
19921 44: frameRelayService
19922 45: v35
19923 46: hssi
19924 47: hippi
19925 48: modem
19926 49: aal5
19927 50: sonetPath
19928 51: sonetVT
19929 52: smdsIcip
19930 53: propVirtual
19931 54: propMultiplexor
19932 55: ieee80212
19933 56: fibreChannel
19934 57: hippiInterface
19935 58: frameRelayInterconnect
19936 59: aflane8023
19937 60: aflane8025
19938 61: cctEmul
19939 62: fastEther
19940 63: isdn
19941 64: v11
19942 65: v36
19943 66: g703at64k
19944 67: g703at2mb
19945 68: qllc
19946 69: fastEtherFX
19947 70: channel
19948 71: ieee80211
19949 72: ibm370parChan
19950 73: escon
19951 74: dlsw
19952 75: isdns
19953 76: isdnu
19954 77: lapd
19955 78: ipSwitch
19956 79: rsrb
19957 80: atmLogical
19958 81: ds0
19959 82: ds0Bundle
19960 83: bsc
19961 84: async
19962 85: cnr
19963 86: iso88025Dtr
19964 87: eplrs
19965 88: arap
19966 89: propCnls
19967 90: hostPad
19968 91: termPad
19969 92: frameRelayMPI
19970 93: x213
19971 94: adsl
19972 95: radsl
19973 96: sdsl
19974 97: vdsl
19975 98: iso88025CRFPInt
19976 99: myrinet
19977 100: voiceEM
19978 101: voiceFXO
19979 102: voiceFXS
19980 103: voiceEncap
19981 104: voiceOverIp
19982 105: atmDxi
19983 106: atmFuni
19984 107: atmIma
19985 108: pppMultilinkBundle
19986 109: ipOverCdlc
19987 110: ipOverClaw
19988 111: stackToStack
19989 112: virtualIpAddress
19990 113: mpc
19991 114: ipOverAtm
19992 115: iso88025Fiber
19993 116: tdlc
19994 117: gigabitEthernet
19995 118: hdlc
19996 119: lapf
19997 120: v37
19998 121: x25mlp
19999 122: x25huntGroup
20000 123: transpHdlc
20001 124: interleave
20002 125: fast
20003 126: ip
20004 127: docsCableMaclayer
20005 128: docsCableDownstream
20006 129: docsCableUpstream
20007 130: a12MppSwitch
20008 131: tunnel
20009 132: coffee
20010 133: ces
20011 134: atmSubInterface
20012 135: l2vlan
20013 136: l3ipvlan
20014 137: l3ipxvlan
20015 138: digitalPowerline
20016 139: mediaMailOverIp
20017 140: dtm
20018 141: dcn
20019 142: ipForward
20020 143: msdsl
20021 144: ieee1394
20022 145: if-gsn
20023 146: dvbRccMacLayer
20024 147: dvbRccDownstream
20025 148: dvbRccUpstream
20026 149: atmVirtual
20027 150: mplsTunnel
20028 151: srp
20029 152: voiceOverAtm
20030 153: voiceOverFrameRelay
20031 154: idsl
20032 155: compositeLink
20033 156: ss7SigLink
20034 157: propWirelessP2P
20035 158: frForward
20036 159: rfc1483
20037 160: usb
20038 161: ieee8023adLag
20039 162: bgppolicyaccounting
20040 163: frf16MfrBundle
20041 164: h323Gatekeeper
20042 165: h323Proxy
20043 166: mpls
20044 167: mfSigLink
20045 168: hdsl2
20046 169: shdsl
20047 170: ds1FDL
20048 171: pos
20049 172: dvbAsiIn
20050 173: dvbAsiOut
20051 174: plc
20052 175: nfas
20053 176: tr008
20054 177: gr303RDT
20055 178: gr303IDT
20056 179: isup
20057 180: propDocsWirelessMaclayer
20058 181: propDocsWirelessDownstream
20059 182: propDocsWirelessUpstream
20060 183: hiperlan2
20061 184: propBWAp2Mp
20062 185: sonetOverheadChannel
20063 186: digitalWrapperOverheadChannel
20064 187: aal2
20065 188: radioMAC
20066 189: atmRadio
20067 190: imt
20068 191: mvl
20069 192: reachDSL
20070 193: frDlciEndPt
20071 194: atmVciEndPt
20072 195: opticalChannel
20073 196: opticalTransport
20074 197: propAtm
20075 198: voiceOverCable
20076 199: infiniband
20077 200: teLink
20078 201: q2931
20079 202: virtualTg
20080 203: sipTg
20081 204: sipSig
20082 205: docsCableUpstreamChannel
20083 206: econet
20084 207: pon155
20085 208: pon622
20086 209: bridge
20087 210: linegroup
20088 211: voiceEMFGD
20089 212: voiceFGDEANA
20090 213: voiceDID
20091 214: mpegTransport
20092 215: sixToFour
20093 216: gtp
20094 217: pdnEtherLoop1
20095 218: pdnEtherLoop2
20096 219: opticalChannelGroup
20097 220: homepna
20098 221: gfp
20099 222: ciscoISLvlan
20100 223: actelisMetaLOOP
20101 224: fcipLink
20102 225: rpr
20103 226: qam
20104 227: lmp
20105 228: cblVectaStar
20106 229: docsCableMCmtsDownstream
20107 230: adsl2
20108 231: macSecControlledIF
20109 232: macSecUncontrolledIF
20110 233: aviciOpticalEther
20111 234: atmbond
20112 235: voiceFGDOS
20113 236: mocaVersion1
20114 237: ieee80216WMAN
20115 238: adsl2plus
20116 239: dvbRcsMacLayer
20117 240: dvbTdm
20118 241: dvbRcsTdma
20119 242: x86Laps
20120 243: wwanPP
20121 244: wwanPP2
20122 245: voiceEBS
20123 246: ifPwType
20124 247: ilan
20125 248: pip
20126 249: aluELP
20127 250: gpon
20128 251: vdsl2
20129 252: capwapDot11Profile
20130 253: capwapDot11Bss
20131 254: capwapWtpVirtualRadio
20132 255: bits
20133 256: docsCableUpstreamRfPort
20134 257: cableDownstreamRfPort
20135 258: vmwareVirtualNic
20136 259: ieee802154
20137 260: otnOdu
20138 261: otnOtu
20139 262: ifVfiType
20140 263: g9981
20141 264: g9982
20142 265: g9983
20143 266: aluEpon
20144 267: aluEponOnu
20145 268: aluEponPhysicalUni
20146 269: aluEponLogicalLink
20147 270: aluGponOnu
20148 271: aluGponPhysicalUni
20149 272: vmwareNicTeam
20150 277: docsOfdmDownstream
20151 278: docsOfdmaUpstream
20152 279: gfast
20153 280: sdci
20154 281: xboxWireless
20155 282: fastdsl
20156 283: docsCableScte55d1FwdOob
20157 284: docsCableScte55d1RetOob
20158 285: docsCableScte55d2DsOob
20159 286: docsCableScte55d2UsOob
20160 287: docsCableNdf
20161 288: docsCableNdr
20162 289: ptm
20163 290: ghn
20164 291: otnOtsi
20165 292: otnOtuc
20166 293: otnOduc
20167 294: otnOtsig
20168 295: microwaveCarrierTermination
20169 296: microwaveRadioLinkTerminal
20170 297: ieee8021axDrni
20171 298: ax25
20172 299: ieee19061nanocom
20173 300: cpri
20174 301: omni
20175 302: roe
20176 303: p2pOverLan
20177 - name: ifMtu
20178 oid: 1.3.6.1.2.1.2.2.1.4
20179 type: gauge
20180 help: The size of the largest packet which can be sent/received on the interface,
20181 specified in octets - 1.3.6.1.2.1.2.2.1.4
20182 indexes:
20183 - labelname: ifIndex
20184 type: gauge
20185 - name: ifSpeed
20186 oid: 1.3.6.1.2.1.2.2.1.5
20187 type: gauge
20188 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
20189 indexes:
20190 - labelname: ifIndex
20191 type: gauge
20192 - name: ifPhysAddress
20193 oid: 1.3.6.1.2.1.2.2.1.6
20194 type: PhysAddress48
20195 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
20196 indexes:
20197 - labelname: ifIndex
20198 type: gauge
20199 - name: ifAdminStatus
20200 oid: 1.3.6.1.2.1.2.2.1.7
20201 type: gauge
20202 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
20203 indexes:
20204 - labelname: ifIndex
20205 type: gauge
20206 enum_values:
20207 1: up
20208 2: down
20209 3: testing
20210 - name: ifOperStatus
20211 oid: 1.3.6.1.2.1.2.2.1.8
20212 type: gauge
20213 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
20214 indexes:
20215 - labelname: ifIndex
20216 type: gauge
20217 enum_values:
20218 1: up
20219 2: down
20220 3: testing
20221 4: unknown
20222 5: dormant
20223 6: notPresent
20224 7: lowerLayerDown
20225 - name: ifLastChange
20226 oid: 1.3.6.1.2.1.2.2.1.9
20227 type: gauge
20228 help: The value of sysUpTime at the time the interface entered its current operational
20229 state - 1.3.6.1.2.1.2.2.1.9
20230 indexes:
20231 - labelname: ifIndex
20232 type: gauge
20233 - name: ifInOctets
20234 oid: 1.3.6.1.2.1.2.2.1.10
20235 type: counter
20236 help: The total number of octets received on the interface, including framing
20237 characters - 1.3.6.1.2.1.2.2.1.10
20238 indexes:
20239 - labelname: ifIndex
20240 type: gauge
20241 - name: ifInUcastPkts
20242 oid: 1.3.6.1.2.1.2.2.1.11
20243 type: counter
20244 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
20245 which were not addressed to a multicast or broadcast address at this sub-layer
20246 - 1.3.6.1.2.1.2.2.1.11
20247 indexes:
20248 - labelname: ifIndex
20249 type: gauge
20250 - name: ifInNUcastPkts
20251 oid: 1.3.6.1.2.1.2.2.1.12
20252 type: counter
20253 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
20254 which were addressed to a multicast or broadcast address at this sub-layer -
20255 1.3.6.1.2.1.2.2.1.12
20256 indexes:
20257 - labelname: ifIndex
20258 type: gauge
20259 - name: ifInDiscards
20260 oid: 1.3.6.1.2.1.2.2.1.13
20261 type: counter
20262 help: The number of inbound packets which were chosen to be discarded even though
20263 no errors had been detected to prevent their being deliverable to a higher-layer
20264 protocol - 1.3.6.1.2.1.2.2.1.13
20265 indexes:
20266 - labelname: ifIndex
20267 type: gauge
20268 - name: ifInErrors
20269 oid: 1.3.6.1.2.1.2.2.1.14
20270 type: counter
20271 help: For packet-oriented interfaces, the number of inbound packets that contained
20272 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
20273 indexes:
20274 - labelname: ifIndex
20275 type: gauge
20276 - name: ifInUnknownProtos
20277 oid: 1.3.6.1.2.1.2.2.1.15
20278 type: counter
20279 help: For packet-oriented interfaces, the number of packets received via the interface
20280 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
20281 indexes:
20282 - labelname: ifIndex
20283 type: gauge
20284 - name: ifOutOctets
20285 oid: 1.3.6.1.2.1.2.2.1.16
20286 type: counter
20287 help: The total number of octets transmitted out of the interface, including framing
20288 characters - 1.3.6.1.2.1.2.2.1.16
20289 indexes:
20290 - labelname: ifIndex
20291 type: gauge
20292 - name: ifOutUcastPkts
20293 oid: 1.3.6.1.2.1.2.2.1.17
20294 type: counter
20295 help: The total number of packets that higher-level protocols requested be transmitted,
20296 and which were not addressed to a multicast or broadcast address at this sub-layer,
20297 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
20298 indexes:
20299 - labelname: ifIndex
20300 type: gauge
20301 - name: ifOutNUcastPkts
20302 oid: 1.3.6.1.2.1.2.2.1.18
20303 type: counter
20304 help: The total number of packets that higher-level protocols requested be transmitted,
20305 and which were addressed to a multicast or broadcast address at this sub-layer,
20306 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
20307 indexes:
20308 - labelname: ifIndex
20309 type: gauge
20310 - name: ifOutDiscards
20311 oid: 1.3.6.1.2.1.2.2.1.19
20312 type: counter
20313 help: The number of outbound packets which were chosen to be discarded even though
20314 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
20315 indexes:
20316 - labelname: ifIndex
20317 type: gauge
20318 - name: ifOutErrors
20319 oid: 1.3.6.1.2.1.2.2.1.20
20320 type: counter
20321 help: For packet-oriented interfaces, the number of outbound packets that could
20322 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
20323 indexes:
20324 - labelname: ifIndex
20325 type: gauge
20326 - name: ifOutQLen
20327 oid: 1.3.6.1.2.1.2.2.1.21
20328 type: gauge
20329 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
20330 indexes:
20331 - labelname: ifIndex
20332 type: gauge
20333 - name: ifSpecific
20334 oid: 1.3.6.1.2.1.2.2.1.22
20335 type: OctetString
20336 help: A reference to MIB definitions specific to the particular media being used
20337 to realize the interface - 1.3.6.1.2.1.2.2.1.22
20338 indexes:
20339 - labelname: ifIndex
20340 type: gauge
20341 - name: hrSystemUptime
20342 oid: 1.3.6.1.2.1.25.1.1
20343 type: gauge
20344 help: The amount of time since this host was last initialized - 1.3.6.1.2.1.25.1.1
20345 - name: hrSystemDate
20346 oid: 1.3.6.1.2.1.25.1.2
20347 type: DateAndTime
20348 help: The host's notion of the local date and time of day. - 1.3.6.1.2.1.25.1.2
20349 - name: hrSystemInitialLoadDevice
20350 oid: 1.3.6.1.2.1.25.1.3
20351 type: gauge
20352 help: The index of the hrDeviceEntry for the device from which this host is configured
20353 to load its initial operating system configuration (i.e., which operating system
20354 code and/or boot parameters) - 1.3.6.1.2.1.25.1.3
20355 - name: hrSystemInitialLoadParameters
20356 oid: 1.3.6.1.2.1.25.1.4
20357 type: OctetString
20358 help: This object contains the parameters (e.g - 1.3.6.1.2.1.25.1.4
20359 - name: hrSystemNumUsers
20360 oid: 1.3.6.1.2.1.25.1.5
20361 type: gauge
20362 help: The number of user sessions for which this host is storing state information
20363 - 1.3.6.1.2.1.25.1.5
20364 - name: hrSystemProcesses
20365 oid: 1.3.6.1.2.1.25.1.6
20366 type: gauge
20367 help: The number of process contexts currently loaded or running on this system.
20368 - 1.3.6.1.2.1.25.1.6
20369 - name: hrSystemMaxProcesses
20370 oid: 1.3.6.1.2.1.25.1.7
20371 type: gauge
20372 help: The maximum number of process contexts this system can support - 1.3.6.1.2.1.25.1.7
20373 - name: hrMemorySize
20374 oid: 1.3.6.1.2.1.25.2.2
20375 type: gauge
20376 help: The amount of physical read-write main memory, typically RAM, contained
20377 by the host. - 1.3.6.1.2.1.25.2.2
20378 - name: hrStorageIndex
20379 oid: 1.3.6.1.2.1.25.2.3.1.1
20380 type: gauge
20381 help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1
20382 indexes:
20383 - labelname: hrStorageIndex
20384 type: gauge
20385 - name: hrStorageType
20386 oid: 1.3.6.1.2.1.25.2.3.1.2
20387 type: OctetString
20388 help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2
20389 indexes:
20390 - labelname: hrStorageIndex
20391 type: gauge
20392 - name: hrStorageDescr
20393 oid: 1.3.6.1.2.1.25.2.3.1.3
20394 type: DisplayString
20395 help: A description of the type and instance of the storage described by this
20396 entry. - 1.3.6.1.2.1.25.2.3.1.3
20397 indexes:
20398 - labelname: hrStorageIndex
20399 type: gauge
20400 - name: hrStorageAllocationUnits
20401 oid: 1.3.6.1.2.1.25.2.3.1.4
20402 type: gauge
20403 help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4
20404 indexes:
20405 - labelname: hrStorageIndex
20406 type: gauge
20407 - name: hrStorageSize
20408 oid: 1.3.6.1.2.1.25.2.3.1.5
20409 type: gauge
20410 help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
20411 - 1.3.6.1.2.1.25.2.3.1.5
20412 indexes:
20413 - labelname: hrStorageIndex
20414 type: gauge
20415 - name: hrStorageUsed
20416 oid: 1.3.6.1.2.1.25.2.3.1.6
20417 type: gauge
20418 help: The amount of the storage represented by this entry that is allocated, in
20419 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
20420 indexes:
20421 - labelname: hrStorageIndex
20422 type: gauge
20423 - name: hrStorageAllocationFailures
20424 oid: 1.3.6.1.2.1.25.2.3.1.7
20425 type: counter
20426 help: The number of requests for storage represented by this entry that could
20427 not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7
20428 indexes:
20429 - labelname: hrStorageIndex
20430 type: gauge
20431 - name: hrDeviceIndex
20432 oid: 1.3.6.1.2.1.25.3.2.1.1
20433 type: gauge
20434 help: A unique value for each device contained by the host - 1.3.6.1.2.1.25.3.2.1.1
20435 indexes:
20436 - labelname: hrDeviceIndex
20437 type: gauge
20438 - name: hrDeviceType
20439 oid: 1.3.6.1.2.1.25.3.2.1.2
20440 type: OctetString
20441 help: An indication of the type of device - 1.3.6.1.2.1.25.3.2.1.2
20442 indexes:
20443 - labelname: hrDeviceIndex
20444 type: gauge
20445 - name: hrDeviceDescr
20446 oid: 1.3.6.1.2.1.25.3.2.1.3
20447 type: DisplayString
20448 help: A textual description of this device, including the device's manufacturer
20449 and revision, and optionally, its serial number. - 1.3.6.1.2.1.25.3.2.1.3
20450 indexes:
20451 - labelname: hrDeviceIndex
20452 type: gauge
20453 - name: hrDeviceID
20454 oid: 1.3.6.1.2.1.25.3.2.1.4
20455 type: OctetString
20456 help: The product ID for this device. - 1.3.6.1.2.1.25.3.2.1.4
20457 indexes:
20458 - labelname: hrDeviceIndex
20459 type: gauge
20460 - name: hrDeviceStatus
20461 oid: 1.3.6.1.2.1.25.3.2.1.5
20462 type: gauge
20463 help: The current operational state of the device described by this row of the
20464 table - 1.3.6.1.2.1.25.3.2.1.5
20465 indexes:
20466 - labelname: hrDeviceIndex
20467 type: gauge
20468 enum_values:
20469 1: unknown
20470 2: running
20471 3: warning
20472 4: testing
20473 5: down
20474 - name: hrDeviceErrors
20475 oid: 1.3.6.1.2.1.25.3.2.1.6
20476 type: counter
20477 help: The number of errors detected on this device - 1.3.6.1.2.1.25.3.2.1.6
20478 indexes:
20479 - labelname: hrDeviceIndex
20480 type: gauge
20481 - name: hrProcessorFrwID
20482 oid: 1.3.6.1.2.1.25.3.3.1.1
20483 type: OctetString
20484 help: The product ID of the firmware associated with the processor. - 1.3.6.1.2.1.25.3.3.1.1
20485 indexes:
20486 - labelname: hrDeviceIndex
20487 type: gauge
20488 - name: hrProcessorLoad
20489 oid: 1.3.6.1.2.1.25.3.3.1.2
20490 type: gauge
20491 help: The average, over the last minute, of the percentage of time that this processor
20492 was not idle - 1.3.6.1.2.1.25.3.3.1.2
20493 indexes:
20494 - labelname: hrDeviceIndex
20495 type: gauge
20496 - name: hrNetworkIfIndex
20497 oid: 1.3.6.1.2.1.25.3.4.1.1
20498 type: gauge
20499 help: The value of ifIndex which corresponds to this network device - 1.3.6.1.2.1.25.3.4.1.1
20500 indexes:
20501 - labelname: hrDeviceIndex
20502 type: gauge
20503 - name: hrPrinterStatus
20504 oid: 1.3.6.1.2.1.25.3.5.1.1
20505 type: gauge
20506 help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1
20507 indexes:
20508 - labelname: hrDeviceIndex
20509 type: gauge
20510 enum_values:
20511 1: other
20512 2: unknown
20513 3: idle
20514 4: printing
20515 5: warmup
20516 - name: hrPrinterDetectedErrorState
20517 oid: 1.3.6.1.2.1.25.3.5.1.2
20518 type: OctetString
20519 help: This object represents any error conditions detected by the printer - 1.3.6.1.2.1.25.3.5.1.2
20520 indexes:
20521 - labelname: hrDeviceIndex
20522 type: gauge
20523 - name: hrDiskStorageAccess
20524 oid: 1.3.6.1.2.1.25.3.6.1.1
20525 type: gauge
20526 help: An indication if this long-term storage device is readable and writable
20527 or only readable - 1.3.6.1.2.1.25.3.6.1.1
20528 indexes:
20529 - labelname: hrDeviceIndex
20530 type: gauge
20531 enum_values:
20532 1: readWrite
20533 2: readOnly
20534 - name: hrDiskStorageMedia
20535 oid: 1.3.6.1.2.1.25.3.6.1.2
20536 type: gauge
20537 help: An indication of the type of media used in this long- term storage device.
20538 - 1.3.6.1.2.1.25.3.6.1.2
20539 indexes:
20540 - labelname: hrDeviceIndex
20541 type: gauge
20542 enum_values:
20543 1: other
20544 2: unknown
20545 3: hardDisk
20546 4: floppyDisk
20547 5: opticalDiskROM
20548 6: opticalDiskWORM
20549 7: opticalDiskRW
20550 8: ramDisk
20551 - name: hrDiskStorageRemoveble
20552 oid: 1.3.6.1.2.1.25.3.6.1.3
20553 type: gauge
20554 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
20555 indexes:
20556 - labelname: hrDeviceIndex
20557 type: gauge
20558 enum_values:
20559 1: "true"
20560 2: "false"
20561 - name: hrDiskStorageCapacity
20562 oid: 1.3.6.1.2.1.25.3.6.1.4
20563 type: gauge
20564 help: The total size for this long-term storage device - 1.3.6.1.2.1.25.3.6.1.4
20565 indexes:
20566 - labelname: hrDeviceIndex
20567 type: gauge
20568 - name: hrPartitionIndex
20569 oid: 1.3.6.1.2.1.25.3.7.1.1
20570 type: gauge
20571 help: A unique value for each partition on this long-term storage device - 1.3.6.1.2.1.25.3.7.1.1
20572 indexes:
20573 - labelname: hrDeviceIndex
20574 type: gauge
20575 - labelname: hrPartitionIndex
20576 type: gauge
20577 - name: hrPartitionLabel
20578 oid: 1.3.6.1.2.1.25.3.7.1.2
20579 type: OctetString
20580 help: A textual description of this partition. - 1.3.6.1.2.1.25.3.7.1.2
20581 indexes:
20582 - labelname: hrDeviceIndex
20583 type: gauge
20584 - labelname: hrPartitionIndex
20585 type: gauge
20586 - name: hrPartitionID
20587 oid: 1.3.6.1.2.1.25.3.7.1.3
20588 type: OctetString
20589 help: A descriptor which uniquely represents this partition to the responsible
20590 operating system - 1.3.6.1.2.1.25.3.7.1.3
20591 indexes:
20592 - labelname: hrDeviceIndex
20593 type: gauge
20594 - labelname: hrPartitionIndex
20595 type: gauge
20596 - name: hrPartitionSize
20597 oid: 1.3.6.1.2.1.25.3.7.1.4
20598 type: gauge
20599 help: The size of this partition. - 1.3.6.1.2.1.25.3.7.1.4
20600 indexes:
20601 - labelname: hrDeviceIndex
20602 type: gauge
20603 - labelname: hrPartitionIndex
20604 type: gauge
20605 - name: hrPartitionFSIndex
20606 oid: 1.3.6.1.2.1.25.3.7.1.5
20607 type: gauge
20608 help: The index of the file system mounted on this partition - 1.3.6.1.2.1.25.3.7.1.5
20609 indexes:
20610 - labelname: hrDeviceIndex
20611 type: gauge
20612 - labelname: hrPartitionIndex
20613 type: gauge
20614 - name: hrFSIndex
20615 oid: 1.3.6.1.2.1.25.3.8.1.1
20616 type: gauge
20617 help: A unique value for each file system local to this host - 1.3.6.1.2.1.25.3.8.1.1
20618 indexes:
20619 - labelname: hrFSIndex
20620 type: gauge
20621 - name: hrFSMountPoint
20622 oid: 1.3.6.1.2.1.25.3.8.1.2
20623 type: OctetString
20624 help: The path name of the root of this file system. - 1.3.6.1.2.1.25.3.8.1.2
20625 indexes:
20626 - labelname: hrFSIndex
20627 type: gauge
20628 - name: hrFSRemoteMountPoint
20629 oid: 1.3.6.1.2.1.25.3.8.1.3
20630 type: OctetString
20631 help: A description of the name and/or address of the server that this file system
20632 is mounted from - 1.3.6.1.2.1.25.3.8.1.3
20633 indexes:
20634 - labelname: hrFSIndex
20635 type: gauge
20636 - name: hrFSType
20637 oid: 1.3.6.1.2.1.25.3.8.1.4
20638 type: OctetString
20639 help: The value of this object identifies the type of this file system. - 1.3.6.1.2.1.25.3.8.1.4
20640 indexes:
20641 - labelname: hrFSIndex
20642 type: gauge
20643 - name: hrFSAccess
20644 oid: 1.3.6.1.2.1.25.3.8.1.5
20645 type: gauge
20646 help: An indication if this file system is logically configured by the operating
20647 system to be readable and writable or only readable - 1.3.6.1.2.1.25.3.8.1.5
20648 indexes:
20649 - labelname: hrFSIndex
20650 type: gauge
20651 enum_values:
20652 1: readWrite
20653 2: readOnly
20654 - name: hrFSBootable
20655 oid: 1.3.6.1.2.1.25.3.8.1.6
20656 type: gauge
20657 help: A flag indicating whether this file system is bootable. - 1.3.6.1.2.1.25.3.8.1.6
20658 indexes:
20659 - labelname: hrFSIndex
20660 type: gauge
20661 enum_values:
20662 1: "true"
20663 2: "false"
20664 - name: hrFSStorageIndex
20665 oid: 1.3.6.1.2.1.25.3.8.1.7
20666 type: gauge
20667 help: The index of the hrStorageEntry that represents information about this file
20668 system - 1.3.6.1.2.1.25.3.8.1.7
20669 indexes:
20670 - labelname: hrFSIndex
20671 type: gauge
20672 - name: hrFSLastFullBackupDate
20673 oid: 1.3.6.1.2.1.25.3.8.1.8
20674 type: DateAndTime
20675 help: The last date at which this complete file system was copied to another storage
20676 device for backup - 1.3.6.1.2.1.25.3.8.1.8
20677 indexes:
20678 - labelname: hrFSIndex
20679 type: gauge
20680 - name: hrFSLastPartialBackupDate
20681 oid: 1.3.6.1.2.1.25.3.8.1.9
20682 type: DateAndTime
20683 help: The last date at which a portion of this file system was copied to another
20684 storage device for backup - 1.3.6.1.2.1.25.3.8.1.9
20685 indexes:
20686 - labelname: hrFSIndex
20687 type: gauge
20688 - name: panSysSwVersion
20689 oid: 1.3.6.1.4.1.25461.2.1.2.1.1
20690 type: DisplayString
20691 help: Full software version - 1.3.6.1.4.1.25461.2.1.2.1.1
20692 - name: panSysHwVersion
20693 oid: 1.3.6.1.4.1.25461.2.1.2.1.2
20694 type: DisplayString
20695 help: Hardware version of the unit. - 1.3.6.1.4.1.25461.2.1.2.1.2
20696 - name: panSysSerialNumber
20697 oid: 1.3.6.1.4.1.25461.2.1.2.1.3
20698 type: DisplayString
20699 help: The serial number of the unit - 1.3.6.1.4.1.25461.2.1.2.1.3
20700 - name: panSysTimeZoneOffset
20701 oid: 1.3.6.1.4.1.25461.2.1.2.1.4
20702 type: gauge
20703 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
20704 - name: panSysDaylightSaving
20705 oid: 1.3.6.1.4.1.25461.2.1.2.1.5
20706 type: gauge
20707 help: Whether daylight savings are in currently in effect for the system's time
20708 zone. - 1.3.6.1.4.1.25461.2.1.2.1.5
20709 enum_values:
20710 1: "true"
20711 2: "false"
20712 - name: panSysVpnClientVersion
20713 oid: 1.3.6.1.4.1.25461.2.1.2.1.6
20714 type: DisplayString
20715 help: Currently installed VPN client package version - 1.3.6.1.4.1.25461.2.1.2.1.6
20716 - name: panSysAppVersion
20717 oid: 1.3.6.1.4.1.25461.2.1.2.1.7
20718 type: DisplayString
20719 help: Currently installed application definition version - 1.3.6.1.4.1.25461.2.1.2.1.7
20720 - name: panSysAvVersion
20721 oid: 1.3.6.1.4.1.25461.2.1.2.1.8
20722 type: DisplayString
20723 help: Currently installed antivirus version - 1.3.6.1.4.1.25461.2.1.2.1.8
20724 - name: panSysThreatVersion
20725 oid: 1.3.6.1.4.1.25461.2.1.2.1.9
20726 type: DisplayString
20727 help: Currently installed threat definition version - 1.3.6.1.4.1.25461.2.1.2.1.9
20728 - name: panSysUrlFilteringVersion
20729 oid: 1.3.6.1.4.1.25461.2.1.2.1.10
20730 type: DisplayString
20731 help: Currently installed URL filtering version - 1.3.6.1.4.1.25461.2.1.2.1.10
20732 - name: panSysHAState
20733 oid: 1.3.6.1.4.1.25461.2.1.2.1.11
20734 type: DisplayString
20735 help: Current high-availability state. - 1.3.6.1.4.1.25461.2.1.2.1.11
20736 - name: panSysHAPeerState
20737 oid: 1.3.6.1.4.1.25461.2.1.2.1.12
20738 type: DisplayString
20739 help: Current peer high-availability state. - 1.3.6.1.4.1.25461.2.1.2.1.12
20740 - name: panSysHAMode
20741 oid: 1.3.6.1.4.1.25461.2.1.2.1.13
20742 type: DisplayString
20743 help: Current high-availability mode (disabled, active-passive, or active-active).
20744 - 1.3.6.1.4.1.25461.2.1.2.1.13
20745 - name: panSysUrlFilteringDatabase
20746 oid: 1.3.6.1.4.1.25461.2.1.2.1.14
20747 type: DisplayString
20748 help: Current installed URL filtering database (surfcontrol, brightcloud, etc)
20749 - 1.3.6.1.4.1.25461.2.1.2.1.14
20750 - name: panSysGlobalProtectClientVersion
20751 oid: 1.3.6.1.4.1.25461.2.1.2.1.15
20752 type: DisplayString
20753 help: Currently installed global-protect client package version - 1.3.6.1.4.1.25461.2.1.2.1.15
20754 - name: panSysOpswatDatafileVersion
20755 oid: 1.3.6.1.4.1.25461.2.1.2.1.16
20756 type: DisplayString
20757 help: Currently installed opswat database version - 1.3.6.1.4.1.25461.2.1.2.1.16
20758 - name: panSysWildfireVersion
20759 oid: 1.3.6.1.4.1.25461.2.1.2.1.17
20760 type: DisplayString
20761 help: Currently installed wildfire content version - 1.3.6.1.4.1.25461.2.1.2.1.17
20762 - name: panSysWildfirePrivateCloudVersion
20763 oid: 1.3.6.1.4.1.25461.2.1.2.1.18
20764 type: DisplayString
20765 help: Currently installed wildfire private cloud content version - 1.3.6.1.4.1.25461.2.1.2.1.18
20766 - name: panAhoSw
20767 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.1
20768 type: counter
20769 help: The total usage of software for AHO - 1.3.6.1.4.1.25461.2.1.2.1.19.1
20770 - name: panDfaSw
20771 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.2
20772 type: counter
20773 help: The total number of dfa match using software - 1.3.6.1.4.1.25461.2.1.2.1.19.2
20774 - name: panFlowHostServiceAllow
20775 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.3
20776 type: counter
20777 help: Device management session allowed - 1.3.6.1.4.1.25461.2.1.2.1.19.3
20778 - name: panHaPathmonSent
20779 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.4
20780 type: counter
20781 help: HA path-monitoring packets sent - 1.3.6.1.4.1.25461.2.1.2.1.19.4
20782 - name: panAhoFpga
20783 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.5
20784 type: counter
20785 help: The total requests to FPGA for AHO - 1.3.6.1.4.1.25461.2.1.2.1.19.5
20786 - name: panDfaFpga
20787 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.6
20788 type: counter
20789 help: The total requests to FPGA for DFA - 1.3.6.1.4.1.25461.2.1.2.1.19.6
20790 - name: panFpgaPkt
20791 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.7
20792 type: counter
20793 help: The packets held because of requests to FPGA - 1.3.6.1.4.1.25461.2.1.2.1.19.7
20794 - name: panFlowDosAgMaxSessLimit
20795 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.1
20796 type: counter
20797 help: Session limit reached for aggregate profile, drop session - 1.3.6.1.4.1.25461.2.1.2.1.19.8.1
20798 - name: panFlowDosBlkNumEntries
20799 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.2
20800 type: counter
20801 help: Number of entries in DOS block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.2
20802 - name: panFlowDosClMaxSessLimit
20803 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.3
20804 type: counter
20805 help: Session limit reached for classified profile, drop session - 1.3.6.1.4.1.25461.2.1.2.1.19.8.3
20806 - name: panFlowDosClSyncookieAckErr
20807 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.4
20808 type: counter
20809 help: 'TCP SYN cookies: Invalid ACKs received, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.4'
20810 - name: panFlowDosClSyncookieAckRcv
20811 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.5
20812 type: counter
20813 help: 'TCP SYN cookies: ACKs to cookies received, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.5'
20814 - name: panFlowDosClSyncookieBlkDur
20815 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.6
20816 type: counter
20817 help: 'Packets dropped: Flagged for blocking and under block duration for cl -
20818 1.3.6.1.4.1.25461.2.1.2.1.19.8.6'
20819 - name: panFlowDosClSyncookieMax
20820 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.7
20821 type: counter
20822 help: 'Packet dropped: SYN cookies maximum threshold reached, classified pro -
20823 1.3.6.1.4.1.25461.2.1.2.1.19.8.7'
20824 - name: panFlowDosClSyncookieSent
20825 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.8
20826 type: counter
20827 help: 'TCP SYN cookies: cookies sent, classified profile - 1.3.6.1.4.1.25461.2.1.2.1.19.8.8'
20828 - name: panFlowMeterVsysThrottle
20829 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.9
20830 type: counter
20831 help: 'Session metering: sessions throttled by vsys configuration - 1.3.6.1.4.1.25461.2.1.2.1.19.8.9'
20832 - name: panFlowPolicyDeny
20833 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.10
20834 type: counter
20835 help: 'Session setup: denied by policy - 1.3.6.1.4.1.25461.2.1.2.1.19.8.10'
20836 - name: panFlowPolicyNat
20837 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.11
20838 type: counter
20839 help: 'Session setup: source NAT IP/port allocation error - 1.3.6.1.4.1.25461.2.1.2.1.19.8.11'
20840 - name: panFlowScanDrop
20841 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.12
20842 type: counter
20843 help: 'Session setup: denied by scan detection - 1.3.6.1.4.1.25461.2.1.2.1.19.8.12'
20844 - name: panFlowDosDropIpBlocked
20845 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.13
20846 type: counter
20847 help: 'Packets dropped: Flagged for blocking and under block duration by oth -
20848 1.3.6.1.4.1.25461.2.1.2.1.19.8.13'
20849 - name: panFlowDosRedIcmp
20850 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.14
20851 type: counter
20852 help: 'Packets dropped: Zone protection protocol ''icmp'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.14'
20853 - name: panFlowDosRedIcmp6
20854 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.15
20855 type: counter
20856 help: 'Packets dropped: Zone protection protocol ''icmpv6'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.15'
20857 - name: panFlowDosRedIp
20858 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.16
20859 type: counter
20860 help: 'Packets dropped: Zone protection protocol ''other-ip'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.16'
20861 - name: panFlowDosRedTcp
20862 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.17
20863 type: counter
20864 help: 'Packets dropped: Zone protection protocol ''tcp-syn'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.17'
20865 - name: panFlowDosRedUdp
20866 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.18
20867 type: counter
20868 help: 'Packets dropped: Zone protection protocol ''udp'' RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.18'
20869 - name: panFlowDosRuleAgBlkDur
20870 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.19
20871 type: counter
20872 help: 'Packets dropped: Flagged for blocking and under block duration for ag -
20873 1.3.6.1.4.1.25461.2.1.2.1.19.8.19'
20874 - name: panFlowDosRuleAgRedAct
20875 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.20
20876 type: counter
20877 help: 'Packets dropped: Activate aggregate RED threshold reached, random ear -
20878 1.3.6.1.4.1.25461.2.1.2.1.19.8.20'
20879 - name: panFlowDosRuleAgRedMax
20880 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.21
20881 type: counter
20882 help: 'Packets dropped: Maximal aggregate RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.21'
20883 - name: panFlowDosRuleDeny
20884 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.22
20885 type: counter
20886 help: 'Packets dropped: Denied action by DoS policy - 1.3.6.1.4.1.25461.2.1.2.1.19.8.22'
20887 - name: panFlowDosRuleDrop
20888 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.23
20889 type: counter
20890 help: 'Packets dropped: Rate limited or IP blocked - 1.3.6.1.4.1.25461.2.1.2.1.19.8.23'
20891 - name: panFlowDosRuleDropAggr
20892 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.24
20893 type: counter
20894 help: 'Packets dropped: due to aggregate rate limiting - 1.3.6.1.4.1.25461.2.1.2.1.19.8.24'
20895 - name: panFlowDosRuleDropClBlkDur
20896 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.25
20897 type: counter
20898 help: 'Packets dropped: Flagged for blocking and under block duration for cl -
20899 1.3.6.1.4.1.25461.2.1.2.1.19.8.25'
20900 - name: panFlowDosRuleDropClRedAct
20901 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.26
20902 type: counter
20903 help: 'Packets dropped: Activate classified RED threshold reached, random ea -
20904 1.3.6.1.4.1.25461.2.1.2.1.19.8.26'
20905 - name: panFlowDosRuleDropClRedMax
20906 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.27
20907 type: counter
20908 help: 'Packets dropped: Maximal classified RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.27'
20909 - name: panFlowDosRuleDropClassified
20910 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.28
20911 type: counter
20912 help: 'Packets dropped: due to classified rate limiting - 1.3.6.1.4.1.25461.2.1.2.1.19.8.28'
20913 - name: panFlowDosSyncookieBlkDur
20914 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.29
20915 type: counter
20916 help: 'Packets dropped: Flagged for blocking and under block duration for ag -
20917 1.3.6.1.4.1.25461.2.1.2.1.19.8.29'
20918 - name: panFlowDosSyncookieMax
20919 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.30
20920 type: counter
20921 help: 'Packet dropped: SYN cookies maximum threshold reached, aggregate prof -
20922 1.3.6.1.4.1.25461.2.1.2.1.19.8.30'
20923 - name: panFlowDosZoneRedAct
20924 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.31
20925 type: counter
20926 help: 'Packets dropped: Activate zone RED threshold reached, random early dr -
20927 1.3.6.1.4.1.25461.2.1.2.1.19.8.31'
20928 - name: panFlowDosZoneRedMax
20929 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.32
20930 type: counter
20931 help: 'Packets dropped: Maximal zone RED threshold reached - 1.3.6.1.4.1.25461.2.1.2.1.19.8.32'
20932 - name: panFlowDosBlkSwEntries
20933 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.33
20934 type: counter
20935 help: Number of entries in DOS Software block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.33
20936 - name: panFlowDosBlkHwEntries
20937 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.34
20938 type: counter
20939 help: Number of entries in DOS Hardware block table - 1.3.6.1.4.1.25461.2.1.2.1.19.8.34
20940 - name: panFlowDosSyncookieNotTcpSyn
20941 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.35
20942 type: counter
20943 help: TCP SYN cookies:TCP SYN cookie not SYN - 1.3.6.1.4.1.25461.2.1.2.1.19.8.35
20944 - name: panFlowDosSyncookieNotTcpSynAck
20945 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.36
20946 type: counter
20947 help: TCP SYN cookies:TCP SYN cookie not SYN-ACK - 1.3.6.1.4.1.25461.2.1.2.1.19.8.36
20948 - name: panFlowDosPfIpspoof
20949 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.37
20950 type: counter
20951 help: Packets dropped:Zone protection option 'discard-ip-spoof' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.37
20952 - name: panFlowDosPfIpfrag
20953 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.38
20954 type: counter
20955 help: Packets dropped:Zone protection option 'discard-ip-frag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.38
20956 - name: panFlowDosPfPing0
20957 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.39
20958 type: counter
20959 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
20960 - name: panFlowDosPfIcmpfrag
20961 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.40
20962 type: counter
20963 help: Packets dropped:Zone protection option 'discard-icmp-frag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.40
20964 - name: panFlowDosPfIcmplpkt
20965 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.41
20966 type: counter
20967 help: Packets dropped:Zone protection option 'discard-icmp-large-packet' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.41
20968 - name: panFlowDosPfIcmperr
20969 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.42
20970 type: counter
20971 help: Packets dropped:Zone protection option 'discard-icmp-error' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.42
20972 - name: panFlowDosPfNoreplyttl
20973 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.43
20974 type: counter
20975 help: Packets dropped:Zone protection option 'suppress-icmp-timeexceeded' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.43
20976 - name: panFlowDosPfNoreplyneedfrag
20977 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.44
20978 type: counter
20979 help: Packets dropped:Zone protection option 'suppress-icmp-needfrag' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.44
20980 - name: panFlowDosPfStrictsource
20981 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.45
20982 type: counter
20983 help: Packets dropped:Zone protection option 'discard-strict-source-routing' -
20984 1.3.6.1.4.1.25461.2.1.2.1.19.8.45
20985 - name: panFlowDosPfLoosesource
20986 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.46
20987 type: counter
20988 help: Packets dropped:Zone protection option 'discard-loose-source-routing' -
20989 1.3.6.1.4.1.25461.2.1.2.1.19.8.46
20990 - name: panFlowDosPfTimestamp
20991 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.47
20992 type: counter
20993 help: Packets dropped:Zone protection option 'discard-timestamp' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.47
20994 - name: panFlowDosPfRecordroute
20995 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.48
20996 type: counter
20997 help: Packets dropped:Zone protection option 'discard-record-route' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.48
20998 - name: panFlowDosPfSecurity
20999 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.49
21000 type: counter
21001 help: Packets dropped:Zone protection option 'discard-security' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.49
21002 - name: panFlowDosPfSatnetid
21003 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.50
21004 type: counter
21005 help: Packets dropped:Zone protection option 'discard-stream-id' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.50
21006 - name: panFlowDosPfUnknown
21007 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.51
21008 type: counter
21009 help: Packets dropped:Zone protection option 'discard-unknown-option' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.51
21010 - name: panFlowDosPfBadoption
21011 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.52
21012 type: counter
21013 help: Packets dropped:Zone protection option 'discard-malformed-option' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.52
21014 - name: panFlowDosPfTcpoverlappingmismatch
21015 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.53
21016 type: counter
21017 help: Packets dropped:Zone protection option 'discard-overlapping-tcp-segment-mismatch'
21018 - 1.3.6.1.4.1.25461.2.1.2.1.19.8.53
21019 - name: panFlowDosPfStrictip
21020 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.54
21021 type: counter
21022 help: Packets dropped:Zone protection option 'strict-ip-check' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.54
21023 - name: panFlowDosPfTcpsplithandshake
21024 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.55
21025 type: counter
21026 help: Packets dropped:Zone protection option 'discard-tcp-split-handshake' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.55
21027 - name: panFlowDosPfTcpsyndata
21028 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.56
21029 type: counter
21030 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
21031 - name: panFlowDosPfTcpsynackdata
21032 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.57
21033 type: counter
21034 help: Packets dropped:Zone protection option 'discard-tcp-synack-with-data' -
21035 1.3.6.1.4.1.25461.2.1.2.1.19.8.57
21036 - name: panFlowDosIp6Route0
21037 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.58
21038 type: counter
21039 help: Packets dropped:Zone protection option 'routing-header-0' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.58
21040 - name: panFlowDosIp6Route1
21041 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.59
21042 type: counter
21043 help: Packets dropped:Zone protection option 'routing-header-1' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.59
21044 - name: panFlowDosIp6Route3
21045 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.60
21046 type: counter
21047 help: Packets dropped:Zone protection option 'routing-header-3' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.60
21048 - name: panFlowDosIp6Route4to252
21049 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.61
21050 type: counter
21051 help: Packets dropped:Zone protection option 'routing-header-4-252' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.61
21052 - name: panFlowDosIp6Route253
21053 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.62
21054 type: counter
21055 help: Packets dropped:Zone protection option 'routing-header-253' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.62
21056 - name: panFlowDosIp6Route254
21057 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.63
21058 type: counter
21059 help: Packets dropped:Zone protection option 'routing-header-254' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.63
21060 - name: panFlowDosIp6Route255
21061 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.64
21062 type: counter
21063 help: Packets dropped:Zone protection option 'routing-header-255' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.64
21064 - name: panFlowDosIp6Ip4cmpt
21065 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.65
21066 type: counter
21067 help: Packets dropped:Zone protection option 'ipv4-compatible-address' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.65
21068 - name: panFlowDosIp6Acast
21069 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.66
21070 type: counter
21071 help: Packets dropped:Zone protection option 'anycast-source' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.66
21072 - name: panFlowDosIp6OptionsInvalidIPv6
21073 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.67
21074 type: counter
21075 help: Packets dropped:Zone protection option 'options-invalid-ipv6-discard' -
21076 1.3.6.1.4.1.25461.2.1.2.1.19.8.67
21077 - name: panFlowDosIp6Icmpv6ErrorInvalid
21078 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.68
21079 type: counter
21080 help: Packets dropped:Zone protection option 'icmpv6-too-big-small-mtu-discard'
21081 - 1.3.6.1.4.1.25461.2.1.2.1.19.8.68
21082 - name: panFlowDosIp6NeedlessIpv6FragHdr
21083 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.69
21084 type: counter
21085 help: Packets dropped:Zone protection option 'needless-fragment-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.69
21086 - name: panFlowDosIp6RsvdSet
21087 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.70
21088 type: counter
21089 help: Packets dropped:Zone protection option 'reserved-field-set-discard' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.70
21090 - name: panFlowDosIPv6ExtHdrHopByHop
21091 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.71
21092 type: counter
21093 help: Packets dropped:Zone protection option 'hop-by-hop-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.71
21094 - name: panFlowDosip6IPv6ExtHdrRouting
21095 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.72
21096 type: counter
21097 help: Packets dropped:Zone protection option 'routing-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.72
21098 - name: panFlowDosIp6IPv6ExtHdrDestOpt
21099 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.73
21100 type: counter
21101 help: Packets dropped:Zone protection option 'dest-option-hdr' - 1.3.6.1.4.1.25461.2.1.2.1.19.8.73
21102 - name: panFlowDosPbpDrop
21103 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.74
21104 type: counter
21105 help: Packets dropped:Dropped by packet buffer protection RED - 1.3.6.1.4.1.25461.2.1.2.1.19.8.74
21106 - name: panFlowDosCurrSessIncrFailed
21107 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.75
21108 type: counter
21109 help: Unable to increment current session count on session create - 1.3.6.1.4.1.25461.2.1.2.1.19.8.75
21110 - name: panFlowDosCurrSessDecrFailed
21111 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.8.76
21112 type: counter
21113 help: Unable to decrement current session count on session delete - 1.3.6.1.4.1.25461.2.1.2.1.19.8.76
21114 - name: panFlowFwdL3TtlZero
21115 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.1
21116 type: counter
21117 help: 'Packets dropped: IP TTL reaches zero - 1.3.6.1.4.1.25461.2.1.2.1.19.9.1'
21118 - name: panFlowMeterHostThrottle
21119 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.2
21120 type: counter
21121 help: 'Session metering: sessions throttled by management session threshold -
21122 1.3.6.1.4.1.25461.2.1.2.1.19.9.2'
21123 - name: panFlowHostServiceDeny
21124 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.3
21125 type: counter
21126 help: Device management session denied - 1.3.6.1.4.1.25461.2.1.2.1.19.9.3
21127 - name: panFlowHostServiceUnknown
21128 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.4
21129 type: counter
21130 help: 'Session discarded: unknown application to control plane - 1.3.6.1.4.1.25461.2.1.2.1.19.9.4'
21131 - name: panPktAllocFailure
21132 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.5
21133 type: counter
21134 help: Packet allocation error - 1.3.6.1.4.1.25461.2.1.2.1.19.9.5
21135 - name: panPktAllocFailureCos
21136 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.6
21137 type: counter
21138 help: Packet allocation error due to QoS control - 1.3.6.1.4.1.25461.2.1.2.1.19.9.6
21139 - name: panSessionDiscard
21140 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.9.7
21141 type: counter
21142 help: Session set to discard by security policy check - 1.3.6.1.4.1.25461.2.1.2.1.19.9.7
21143 - name: panFlowIpfragFragErr
21144 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.10.1
21145 type: counter
21146 help: 'Packet dropped: IP fragmentation error - 1.3.6.1.4.1.25461.2.1.2.1.19.10.1'
21147 - name: panFlowIpfragRecv
21148 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.10.2
21149 type: counter
21150 help: IP fragments received - 1.3.6.1.4.1.25461.2.1.2.1.19.10.2
21151 - name: panTcpAllocWqeFailed
21152 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.1
21153 type: counter
21154 help: wqe allocation failure in tcp - 1.3.6.1.4.1.25461.2.1.2.1.19.11.1
21155 - name: panTcpDeny
21156 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.2
21157 type: counter
21158 help: session denied because of failure in tcp reassembly - 1.3.6.1.4.1.25461.2.1.2.1.19.11.2
21159 - name: panTcpDropOutOfWnd
21160 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.3
21161 type: counter
21162 help: out-of-window packets dropped - 1.3.6.1.4.1.25461.2.1.2.1.19.11.3
21163 - name: panTcpDropPacket
21164 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.4
21165 type: counter
21166 help: packets dropped because of failure in tcp reassembly - 1.3.6.1.4.1.25461.2.1.2.1.19.11.4
21167 - name: panFlowActionClose
21168 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.5
21169 type: counter
21170 help: TCP sessions closed via injecting RST - 1.3.6.1.4.1.25461.2.1.2.1.19.11.5
21171 - name: panFlowActionReset
21172 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.6
21173 type: counter
21174 help: TCP clients reset via responding RST - 1.3.6.1.4.1.25461.2.1.2.1.19.11.6
21175 - name: panFlowTcpNonSyn
21176 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.7
21177 type: counter
21178 help: Non-SYN TCP packets without session match - 1.3.6.1.4.1.25461.2.1.2.1.19.11.7
21179 - name: panTcpExceedSegLimit
21180 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.11.8
21181 type: counter
21182 help: packets dropped due to the limitation on global tcp out-of-order pack -
21183 1.3.6.1.4.1.25461.2.1.2.1.19.11.8
21184 - name: panFlowTciGreDecapSuccess
21185 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.1
21186 type: counter
21187 help: Total GRE sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.1
21188 - name: panFlowTciGreDecapFailed
21189 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.2
21190 type: counter
21191 help: Total GRE sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.2
21192 - name: panFlowTciGreDecapUnknown
21193 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.3
21194 type: counter
21195 help: Total unknown tunnel inspection packets in GRE tunnel [passed|dropped] -
21196 1.3.6.1.4.1.25461.2.1.2.1.19.12.3
21197 - name: panFlowTciIpsecDecapSuccess
21198 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.4
21199 type: counter
21200 help: Total Ipsec sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.4
21201 - name: panFlowTciIpsecDecapFailed
21202 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.5
21203 type: counter
21204 help: Total IPSEC sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.5
21205 - name: panFlowTciIpsecDecapUnknown
21206 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.6
21207 type: counter
21208 help: Total unknown tunnel inspection packets in IPSEC tunnel [passed|dropped]
21209 - 1.3.6.1.4.1.25461.2.1.2.1.19.12.6
21210 - name: panFlowTciGtpDecapSuccess
21211 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.7
21212 type: counter
21213 help: Total GTP sessions tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.7
21214 - name: panFlowTciGtpDecapFailed
21215 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.8
21216 type: counter
21217 help: Total GTP sessions for failed tunnel inspected - 1.3.6.1.4.1.25461.2.1.2.1.19.12.8
21218 - name: panFlowTciGtpDecapUnknown
21219 oid: 1.3.6.1.4.1.25461.2.1.2.1.19.12.9
21220 type: counter
21221 help: Total unknown tunnel inspection packets in GTP tunnel[passed|dropped] -
21222 1.3.6.1.4.1.25461.2.1.2.1.19.12.9
21223 - name: panSysAppReleaseDate
21224 oid: 1.3.6.1.4.1.25461.2.1.2.1.20
21225 type: DisplayString
21226 help: Currently installed application definition release date - 1.3.6.1.4.1.25461.2.1.2.1.20
21227 - name: panSysThreatReleaseDate
21228 oid: 1.3.6.1.4.1.25461.2.1.2.1.21
21229 type: DisplayString
21230 help: Currently installed threat release date - 1.3.6.1.4.1.25461.2.1.2.1.21
21231 - name: panSysAvReleaseDate
21232 oid: 1.3.6.1.4.1.25461.2.1.2.1.22
21233 type: DisplayString
21234 help: Currently installed antivirus release date - 1.3.6.1.4.1.25461.2.1.2.1.22
21235 - name: panSysWfReleaseDate
21236 oid: 1.3.6.1.4.1.25461.2.1.2.1.23
21237 type: DisplayString
21238 help: Currently installed WildFire release date - 1.3.6.1.4.1.25461.2.1.2.1.23
21239 - name: panSessionUtilization
21240 oid: 1.3.6.1.4.1.25461.2.1.2.3.1
21241 type: gauge
21242 help: Session table utilization percentage - 1.3.6.1.4.1.25461.2.1.2.3.1
21243 - name: panSessionMax
21244 oid: 1.3.6.1.4.1.25461.2.1.2.3.2
21245 type: gauge
21246 help: Total number of sessions supported. - 1.3.6.1.4.1.25461.2.1.2.3.2
21247 - name: panSessionActive
21248 oid: 1.3.6.1.4.1.25461.2.1.2.3.3
21249 type: gauge
21250 help: Total number of active sessions. - 1.3.6.1.4.1.25461.2.1.2.3.3
21251 - name: panSessionActiveTcp
21252 oid: 1.3.6.1.4.1.25461.2.1.2.3.4
21253 type: gauge
21254 help: Total number of active TCP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.4
21255 - name: panSessionActiveUdp
21256 oid: 1.3.6.1.4.1.25461.2.1.2.3.5
21257 type: gauge
21258 help: Total number of active UDP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.5
21259 - name: panSessionActiveICMP
21260 oid: 1.3.6.1.4.1.25461.2.1.2.3.6
21261 type: gauge
21262 help: Total number of active ICMP sessions. - 1.3.6.1.4.1.25461.2.1.2.3.6
21263 - name: panSessionActiveSslProxy
21264 oid: 1.3.6.1.4.1.25461.2.1.2.3.7
21265 type: gauge
21266 help: Total number of active SSL proxy sessions. - 1.3.6.1.4.1.25461.2.1.2.3.7
21267 - name: panSessionSslProxyUtilization
21268 oid: 1.3.6.1.4.1.25461.2.1.2.3.8
21269 type: gauge
21270 help: SSL proxy Session utilization percentage - 1.3.6.1.4.1.25461.2.1.2.3.8
21271 - name: panVsysId
21272 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.1
21273 type: gauge
21274 help: Vsys id - 1.3.6.1.4.1.25461.2.1.2.3.9.1.1
21275 indexes:
21276 - labelname: panVsysId
21277 type: gauge
21278 - name: panVsysName
21279 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.2
21280 type: DisplayString
21281 help: User assigned vsys name (empty string if not available) - 1.3.6.1.4.1.25461.2.1.2.3.9.1.2
21282 indexes:
21283 - labelname: panVsysId
21284 type: gauge
21285 - name: panVsysSessionUtilizationPct
21286 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.3
21287 type: gauge
21288 help: Vsys utilization percentage, if session limit is configured - 1.3.6.1.4.1.25461.2.1.2.3.9.1.3
21289 indexes:
21290 - labelname: panVsysId
21291 type: gauge
21292 - name: panVsysActiveSessions
21293 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.4
21294 type: gauge
21295 help: Active sessions on this Vsys - 1.3.6.1.4.1.25461.2.1.2.3.9.1.4
21296 indexes:
21297 - labelname: panVsysId
21298 type: gauge
21299 - name: panVsysMaxSessions
21300 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.5
21301 type: gauge
21302 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
21303 indexes:
21304 - labelname: panVsysId
21305 type: gauge
21306 - name: panVsysActiveTcpCps
21307 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.6
21308 type: gauge
21309 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
21310 indexes:
21311 - labelname: panVsysId
21312 type: gauge
21313 - name: panVsysActiveUdpCps
21314 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.7
21315 type: gauge
21316 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
21317 indexes:
21318 - labelname: panVsysId
21319 type: gauge
21320 - name: panVsysActiveOtherIpCps
21321 oid: 1.3.6.1.4.1.25461.2.1.2.3.9.1.8
21322 type: gauge
21323 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
21324 indexes:
21325 - labelname: panVsysId
21326 type: gauge
21327 - name: panZoneName
21328 oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.1
21329 type: DisplayString
21330 help: Zone name for the interface - 1.3.6.1.4.1.25461.2.1.2.3.10.1.1
21331 indexes:
21332 - labelname: panZoneName
21333 type: DisplayString
21334 - labelname: panVsysId
21335 type: gauge
21336 - name: panZoneActiveTcpCps
21337 oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.2
21338 type: gauge
21339 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
21340 indexes:
21341 - labelname: panZoneName
21342 type: DisplayString
21343 - labelname: panVsysId
21344 type: gauge
21345 - name: panZoneActiveUdpCps
21346 oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.3
21347 type: gauge
21348 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
21349 indexes:
21350 - labelname: panZoneName
21351 type: DisplayString
21352 - labelname: panVsysId
21353 type: gauge
21354 - name: panZoneActiveOtherIpCps
21355 oid: 1.3.6.1.4.1.25461.2.1.2.3.10.1.4
21356 type: gauge
21357 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
21358 indexes:
21359 - labelname: panZoneName
21360 type: DisplayString
21361 - labelname: panVsysId
21362 type: gauge
21363 - name: ifIndex
21364 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.1
21365 type: gauge
21366 help: Index of the interface - 1.3.6.1.4.1.25461.2.1.2.3.11.1.1
21367 indexes:
21368 - labelname: ifIndex
21369 type: gauge
21370 - name: ifDescr
21371 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.2
21372 type: DisplayString
21373 help: Description (name) of the interface - 1.3.6.1.4.1.25461.2.1.2.3.11.1.2
21374 indexes:
21375 - labelname: ifIndex
21376 type: gauge
21377 - name: panIfActiveTcpCps
21378 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.3
21379 type: gauge
21380 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
21381 indexes:
21382 - labelname: ifIndex
21383 type: gauge
21384 - name: panIfActiveUdpCps
21385 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.4
21386 type: gauge
21387 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
21388 indexes:
21389 - labelname: ifIndex
21390 type: gauge
21391 - name: panIfActiveOtherIpCps
21392 oid: 1.3.6.1.4.1.25461.2.1.2.3.11.1.5
21393 type: gauge
21394 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
21395 indexes:
21396 - labelname: ifIndex
21397 type: gauge
21398 - name: panSessionCps
21399 oid: 1.3.6.1.4.1.25461.2.1.2.3.12
21400 type: gauge
21401 help: Total number of active TCP connections per second. - 1.3.6.1.4.1.25461.2.1.2.3.12
21402 - name: panGPGWUtilizationPct
21403 oid: 1.3.6.1.4.1.25461.2.1.2.5.1.1
21404 type: gauge
21405 help: GlobalProtect Gateway utilization percentage - 1.3.6.1.4.1.25461.2.1.2.5.1.1
21406 - name: panGPGWUtilizationMaxTunnels
21407 oid: 1.3.6.1.4.1.25461.2.1.2.5.1.2
21408 type: gauge
21409 help: Max tunnels allowed - 1.3.6.1.4.1.25461.2.1.2.5.1.2
21410 - name: panGPGWUtilizationActiveTunnels
21411 oid: 1.3.6.1.4.1.25461.2.1.2.5.1.3
21412 type: gauge
21413 help: Number of active tunnels - 1.3.6.1.4.1.25461.2.1.2.5.1.3
21414printer_mib:
21415 walk:
21416 - 1.3.6.1.2.1.25.3.5.1.1
21417 - 1.3.6.1.2.1.43.11.1.1.5
21418 - 1.3.6.1.2.1.43.11.1.1.6
21419 - 1.3.6.1.2.1.43.11.1.1.8
21420 - 1.3.6.1.2.1.43.11.1.1.9
21421 - 1.3.6.1.2.1.43.5.1.1.13
21422 - 1.3.6.1.2.1.43.5.1.1.16
21423 - 1.3.6.1.2.1.43.5.1.1.17
21424 - 1.3.6.1.2.1.43.5.1.1.18
21425 - 1.3.6.1.2.1.43.5.1.1.19
21426 - 1.3.6.1.2.1.43.5.1.1.3
21427 - 1.3.6.1.2.1.43.6.1.1.3
21428 get:
21429 - 1.3.6.1.2.1.1.3.0
21430 metrics:
21431 - name: sysUpTime
21432 oid: 1.3.6.1.2.1.1.3
21433 type: gauge
21434 help: The time (in hundredths of a second) since the network management portion
21435 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
21436 - name: hrPrinterStatus
21437 oid: 1.3.6.1.2.1.25.3.5.1.1
21438 type: EnumAsStateSet
21439 help: The current status of this printer device. - 1.3.6.1.2.1.25.3.5.1.1
21440 indexes:
21441 - labelname: hrDeviceIndex
21442 type: gauge
21443 enum_values:
21444 1: other
21445 2: unknown
21446 3: idle
21447 4: printing
21448 5: warmup
21449 - name: prtMarkerSuppliesType
21450 oid: 1.3.6.1.2.1.43.11.1.1.5
21451 type: gauge
21452 help: The type of this supply. - 1.3.6.1.2.1.43.11.1.1.5
21453 indexes:
21454 - labelname: hrDeviceIndex
21455 type: gauge
21456 - labelname: prtMarkerSuppliesIndex
21457 type: gauge
21458 lookups:
21459 - labels:
21460 - hrDeviceIndex
21461 - prtMarkerSuppliesIndex
21462 labelname: prtMarkerSuppliesType
21463 oid: 1.3.6.1.2.1.43.11.1.1.5
21464 type: gauge
21465 enum_values:
21466 1: other
21467 2: unknown
21468 3: toner
21469 4: wasteToner
21470 5: ink
21471 6: inkCartridge
21472 7: inkRibbon
21473 8: wasteInk
21474 9: opc
21475 10: developer
21476 11: fuserOil
21477 12: solidWax
21478 13: ribbonWax
21479 14: wasteWax
21480 15: fuser
21481 16: coronaWire
21482 17: fuserOilWick
21483 18: cleanerUnit
21484 19: fuserCleaningPad
21485 20: transferUnit
21486 21: tonerCartridge
21487 22: fuserOiler
21488 23: water
21489 24: wasteWater
21490 25: glueWaterAdditive
21491 26: wastePaper
21492 27: bindingSupply
21493 28: bandingSupply
21494 29: stitchingWire
21495 30: shrinkWrap
21496 31: paperWrap
21497 32: staples
21498 33: inserts
21499 34: covers
21500 35: matteToner
21501 36: matteInk
21502 - name: prtMarkerSuppliesDescription
21503 oid: 1.3.6.1.2.1.43.11.1.1.6
21504 type: DisplayString
21505 help: The description of this supply container/receptacle in the localization
21506 specified by prtGeneralCurrentLocalization. - 1.3.6.1.2.1.43.11.1.1.6
21507 indexes:
21508 - labelname: hrDeviceIndex
21509 type: gauge
21510 - labelname: prtMarkerSuppliesIndex
21511 type: gauge
21512 lookups:
21513 - labels:
21514 - hrDeviceIndex
21515 - prtMarkerSuppliesIndex
21516 labelname: prtMarkerSuppliesType
21517 oid: 1.3.6.1.2.1.43.11.1.1.5
21518 type: gauge
21519 - name: prtMarkerSuppliesMaxCapacity
21520 oid: 1.3.6.1.2.1.43.11.1.1.8
21521 type: gauge
21522 help: The maximum capacity of this supply container/receptacle expressed in prtMarkerSuppliesSupplyUnit
21523 - 1.3.6.1.2.1.43.11.1.1.8
21524 indexes:
21525 - labelname: hrDeviceIndex
21526 type: gauge
21527 - labelname: prtMarkerSuppliesIndex
21528 type: gauge
21529 lookups:
21530 - labels:
21531 - hrDeviceIndex
21532 - prtMarkerSuppliesIndex
21533 labelname: prtMarkerSuppliesType
21534 oid: 1.3.6.1.2.1.43.11.1.1.5
21535 type: gauge
21536 - name: prtMarkerSuppliesLevel
21537 oid: 1.3.6.1.2.1.43.11.1.1.9
21538 type: gauge
21539 help: The current level if this supply is a container; the remaining space if
21540 this supply is a receptacle - 1.3.6.1.2.1.43.11.1.1.9
21541 indexes:
21542 - labelname: hrDeviceIndex
21543 type: gauge
21544 - labelname: prtMarkerSuppliesIndex
21545 type: gauge
21546 lookups:
21547 - labels:
21548 - hrDeviceIndex
21549 - prtMarkerSuppliesIndex
21550 labelname: prtMarkerSuppliesType
21551 oid: 1.3.6.1.2.1.43.11.1.1.5
21552 type: gauge
21553 - name: prtConsoleDisable
21554 oid: 1.3.6.1.2.1.43.5.1.1.13
21555 type: EnumAsStateSet
21556 help: This value indicates how input is (or is not) accepted from the operator
21557 console - 1.3.6.1.2.1.43.5.1.1.13
21558 indexes:
21559 - labelname: hrDeviceIndex
21560 type: gauge
21561 enum_values:
21562 3: enabled
21563 4: disabled
21564 - name: prtGeneralPrinterName
21565 oid: 1.3.6.1.2.1.43.5.1.1.16
21566 type: DisplayString
21567 help: An administrator-specified name for this printer - 1.3.6.1.2.1.43.5.1.1.16
21568 indexes:
21569 - labelname: hrDeviceIndex
21570 type: gauge
21571 - name: prtGeneralSerialNumber
21572 oid: 1.3.6.1.2.1.43.5.1.1.17
21573 type: DisplayString
21574 help: A recorded serial number for this device that indexes some type device catalog
21575 or inventory - 1.3.6.1.2.1.43.5.1.1.17
21576 indexes:
21577 - labelname: hrDeviceIndex
21578 type: gauge
21579 - name: prtAlertCriticalEvents
21580 oid: 1.3.6.1.2.1.43.5.1.1.18
21581 type: counter
21582 help: A running counter of the number of critical alert events that have been
21583 recorded in the alert table - 1.3.6.1.2.1.43.5.1.1.18
21584 indexes:
21585 - labelname: hrDeviceIndex
21586 type: gauge
21587 - name: prtAlertAllEvents
21588 oid: 1.3.6.1.2.1.43.5.1.1.19
21589 type: counter
21590 help: A running counter of the total number of alert event entries (critical and
21591 non-critical) that have been recorded in the alert table - 1.3.6.1.2.1.43.5.1.1.19
21592 indexes:
21593 - labelname: hrDeviceIndex
21594 type: gauge
21595 - name: prtGeneralReset
21596 oid: 1.3.6.1.2.1.43.5.1.1.3
21597 type: EnumAsStateSet
21598 help: Setting this value to 'powerCycleReset', 'resetToNVRAM', or 'resetToFactoryDefaults'
21599 will result in the resetting of the printer - 1.3.6.1.2.1.43.5.1.1.3
21600 indexes:
21601 - labelname: hrDeviceIndex
21602 type: gauge
21603 enum_values:
21604 3: notResetting
21605 4: powerCycleReset
21606 5: resetToNVRAM
21607 6: resetToFactoryDefaults
21608 - name: prtCoverStatus
21609 oid: 1.3.6.1.2.1.43.6.1.1.3
21610 type: EnumAsStateSet
21611 help: The status of this cover sub-unit. - 1.3.6.1.2.1.43.6.1.1.3
21612 indexes:
21613 - labelname: hrDeviceIndex
21614 type: gauge
21615 - labelname: prtCoverIndex
21616 type: gauge
21617 enum_values:
21618 1: other
21619 2: unknown
21620 3: coverOpen
21621 4: coverClosed
21622 5: interlockOpen
21623 6: interlockClosed
21624raritan:
21625 walk:
21626 - 1.3.6.1.4.1.13742.4.1.2.2.1.2
21627 - 1.3.6.1.4.1.13742.4.1.2.2.1.3
21628 - 1.3.6.1.4.1.13742.4.1.2.2.1.31
21629 - 1.3.6.1.4.1.13742.4.1.2.2.1.4
21630 - 1.3.6.1.4.1.13742.4.1.2.2.1.5
21631 - 1.3.6.1.4.1.13742.4.1.2.2.1.6
21632 - 1.3.6.1.4.1.13742.4.1.2.2.1.7
21633 - 1.3.6.1.4.1.13742.4.1.20.2.1.7
21634 - 1.3.6.1.4.1.13742.4.1.20.2.1.8
21635 - 1.3.6.1.4.1.13742.4.1.20.2.1.9
21636 get:
21637 - 1.3.6.1.2.1.1.3.0
21638 - 1.3.6.1.4.1.13742.4.1.3.1.5.0
21639 metrics:
21640 - name: sysUpTime
21641 oid: 1.3.6.1.2.1.1.3
21642 type: gauge
21643 help: The time (in hundredths of a second) since the network management portion
21644 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
21645 - name: outletOperationalState
21646 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.3
21647 type: EnumAsStateSet
21648 help: A value for each outlet which describes the operational state of the outlet
21649 - 1.3.6.1.4.1.13742.4.1.2.2.1.3
21650 indexes:
21651 - labelname: outletIndex
21652 type: gauge
21653 lookups:
21654 - labels:
21655 - outletIndex
21656 labelname: outletLabel
21657 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.2
21658 type: DisplayString
21659 enum_values:
21660 -1: error
21661 0: "off"
21662 1: "on"
21663 2: cycling
21664 - name: outletWattHours
21665 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.31
21666 type: gauge
21667 help: The value of the cumulative active energy for this outlet - 1.3.6.1.4.1.13742.4.1.2.2.1.31
21668 indexes:
21669 - labelname: outletIndex
21670 type: gauge
21671 lookups:
21672 - labels:
21673 - outletIndex
21674 labelname: outletLabel
21675 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.2
21676 type: DisplayString
21677 - name: outletCurrent
21678 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.4
21679 type: gauge
21680 help: A unique value for the current sensor attached to the outlet - 1.3.6.1.4.1.13742.4.1.2.2.1.4
21681 indexes:
21682 - labelname: outletIndex
21683 type: gauge
21684 lookups:
21685 - labels:
21686 - outletIndex
21687 labelname: outletLabel
21688 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.2
21689 type: DisplayString
21690 - name: outletMaxCurrent
21691 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.5
21692 type: gauge
21693 help: A unique value for the max - 1.3.6.1.4.1.13742.4.1.2.2.1.5
21694 indexes:
21695 - labelname: outletIndex
21696 type: gauge
21697 lookups:
21698 - labels:
21699 - outletIndex
21700 labelname: outletLabel
21701 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.2
21702 type: DisplayString
21703 - name: outletVoltage
21704 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.6
21705 type: gauge
21706 help: A unique value for the voltage sensor attached to the outlet.This value
21707 is reported in millivolts (1/1000th of a volt) - 1.3.6.1.4.1.13742.4.1.2.2.1.6
21708 indexes:
21709 - labelname: outletIndex
21710 type: gauge
21711 lookups:
21712 - labels:
21713 - outletIndex
21714 labelname: outletLabel
21715 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.2
21716 type: DisplayString
21717 - name: outletActivePower
21718 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.7
21719 type: gauge
21720 help: A unique value for the active power sensor attached to the outlet - 1.3.6.1.4.1.13742.4.1.2.2.1.7
21721 indexes:
21722 - labelname: outletIndex
21723 type: gauge
21724 lookups:
21725 - labels:
21726 - outletIndex
21727 labelname: outletLabel
21728 oid: 1.3.6.1.4.1.13742.4.1.2.2.1.2
21729 type: DisplayString
21730 - name: inletCurrent
21731 oid: 1.3.6.1.4.1.13742.4.1.20.2.1.7
21732 type: gauge
21733 help: A unique value for the current sensor attached to the inlet - 1.3.6.1.4.1.13742.4.1.20.2.1.7
21734 indexes:
21735 - labelname: inletIndex
21736 type: gauge
21737 - name: inletVoltage
21738 oid: 1.3.6.1.4.1.13742.4.1.20.2.1.8
21739 type: gauge
21740 help: A unique value for the voltage sensor attached to the intlet.This value
21741 is reported in millivolts (1/1000th of a volt) - 1.3.6.1.4.1.13742.4.1.20.2.1.8
21742 indexes:
21743 - labelname: inletIndex
21744 type: gauge
21745 - name: inletActivePower
21746 oid: 1.3.6.1.4.1.13742.4.1.20.2.1.9
21747 type: gauge
21748 help: The active power for the inlet This value is reported in Watts. - 1.3.6.1.4.1.13742.4.1.20.2.1.9
21749 indexes:
21750 - labelname: inletIndex
21751 type: gauge
21752 - name: unitCpuTemp
21753 oid: 1.3.6.1.4.1.13742.4.1.3.1.5
21754 type: gauge
21755 help: The value for the unit's CPU temperature sensor in tenth degrees celsius.
21756 - 1.3.6.1.4.1.13742.4.1.3.1.5
21757 auth:
21758 community: raritan_public
21759servertech_sentry3:
21760 walk:
21761 - 1.3.6.1.4.1.1718.3.2.2
21762 - 1.3.6.1.4.1.1718.3.2.3
21763 get:
21764 - 1.3.6.1.2.1.1.3.0
21765 metrics:
21766 - name: sysUpTime
21767 oid: 1.3.6.1.2.1.1.3
21768 type: gauge
21769 help: The time (in hundredths of a second) since the network management portion
21770 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
21771 - name: infeedIndex
21772 oid: 1.3.6.1.4.1.1718.3.2.2.1.1
21773 type: gauge
21774 help: Index for the input feed table. - 1.3.6.1.4.1.1718.3.2.2.1.1
21775 indexes:
21776 - labelname: towerIndex
21777 type: gauge
21778 - labelname: infeedIndex
21779 type: gauge
21780 - name: infeedID
21781 oid: 1.3.6.1.4.1.1718.3.2.2.1.2
21782 type: DisplayString
21783 help: The ID of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.2
21784 indexes:
21785 - labelname: towerIndex
21786 type: gauge
21787 - labelname: infeedIndex
21788 type: gauge
21789 - name: infeedName
21790 oid: 1.3.6.1.4.1.1718.3.2.2.1.3
21791 type: DisplayString
21792 help: The name of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.3
21793 indexes:
21794 - labelname: towerIndex
21795 type: gauge
21796 - labelname: infeedIndex
21797 type: gauge
21798 - name: infeedCapabilities
21799 oid: 1.3.6.1.4.1.1718.3.2.2.1.4
21800 type: Bits
21801 help: The capabilities of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.4
21802 indexes:
21803 - labelname: towerIndex
21804 type: gauge
21805 - labelname: infeedIndex
21806 type: gauge
21807 enum_values:
21808 0: onSense
21809 1: loadSense
21810 2: powerControl
21811 3: failSafe
21812 4: defaultOff
21813 5: voltageSense
21814 6: powerSense
21815 7: branchOnSense
21816 8: branchLoadSense
21817 - name: infeedStatus
21818 oid: 1.3.6.1.4.1.1718.3.2.2.1.5
21819 type: gauge
21820 help: The status of the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.5
21821 indexes:
21822 - labelname: towerIndex
21823 type: gauge
21824 - labelname: infeedIndex
21825 type: gauge
21826 enum_values:
21827 0: "off"
21828 1: "on"
21829 2: offWait
21830 3: onWait
21831 4: offError
21832 5: onError
21833 6: noComm
21834 7: reading
21835 8: offFuse
21836 9: onFuse
21837 - name: infeedLoadStatus
21838 oid: 1.3.6.1.4.1.1718.3.2.2.1.6
21839 type: gauge
21840 help: The status of the load measured on the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.6
21841 indexes:
21842 - labelname: towerIndex
21843 type: gauge
21844 - labelname: infeedIndex
21845 type: gauge
21846 enum_values:
21847 0: normal
21848 1: notOn
21849 2: reading
21850 3: loadLow
21851 4: loadHigh
21852 5: overLoad
21853 6: readError
21854 7: noComm
21855 - name: infeedLoadValue
21856 oid: 1.3.6.1.4.1.1718.3.2.2.1.7
21857 type: gauge
21858 help: The load measured on the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.7
21859 indexes:
21860 - labelname: towerIndex
21861 type: gauge
21862 - labelname: infeedIndex
21863 type: gauge
21864 - name: infeedLoadHighThresh
21865 oid: 1.3.6.1.4.1.1718.3.2.2.1.8
21866 type: gauge
21867 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
21868 indexes:
21869 - labelname: towerIndex
21870 type: gauge
21871 - labelname: infeedIndex
21872 type: gauge
21873 - name: infeedOutletCount
21874 oid: 1.3.6.1.4.1.1718.3.2.2.1.9
21875 type: gauge
21876 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
21877 indexes:
21878 - labelname: towerIndex
21879 type: gauge
21880 - labelname: infeedIndex
21881 type: gauge
21882 - name: infeedCapacity
21883 oid: 1.3.6.1.4.1.1718.3.2.2.1.10
21884 type: gauge
21885 help: The load capacity of the input feed line - 1.3.6.1.4.1.1718.3.2.2.1.10
21886 indexes:
21887 - labelname: towerIndex
21888 type: gauge
21889 - labelname: infeedIndex
21890 type: gauge
21891 - name: infeedVoltage
21892 oid: 1.3.6.1.4.1.1718.3.2.2.1.11
21893 type: gauge
21894 help: The line-to-line voltage of the input feed - 1.3.6.1.4.1.1718.3.2.2.1.11
21895 indexes:
21896 - labelname: towerIndex
21897 type: gauge
21898 - labelname: infeedIndex
21899 type: gauge
21900 - name: infeedPower
21901 oid: 1.3.6.1.4.1.1718.3.2.2.1.12
21902 type: gauge
21903 help: The active power consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.12
21904 indexes:
21905 - labelname: towerIndex
21906 type: gauge
21907 - labelname: infeedIndex
21908 type: gauge
21909 - name: infeedApparentPower
21910 oid: 1.3.6.1.4.1.1718.3.2.2.1.13
21911 type: gauge
21912 help: The apparent power consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.13
21913 indexes:
21914 - labelname: towerIndex
21915 type: gauge
21916 - labelname: infeedIndex
21917 type: gauge
21918 - name: infeedPowerFactor
21919 oid: 1.3.6.1.4.1.1718.3.2.2.1.14
21920 type: gauge
21921 help: The power factor of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.14
21922 indexes:
21923 - labelname: towerIndex
21924 type: gauge
21925 - labelname: infeedIndex
21926 type: gauge
21927 - name: infeedCrestFactor
21928 oid: 1.3.6.1.4.1.1718.3.2.2.1.15
21929 type: gauge
21930 help: The crest factor for the load of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.15
21931 indexes:
21932 - labelname: towerIndex
21933 type: gauge
21934 - labelname: infeedIndex
21935 type: gauge
21936 - name: infeedEnergy
21937 oid: 1.3.6.1.4.1.1718.3.2.2.1.16
21938 type: gauge
21939 help: The energy consumption of the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.16
21940 indexes:
21941 - labelname: towerIndex
21942 type: gauge
21943 - labelname: infeedIndex
21944 type: gauge
21945 - name: infeedReactance
21946 oid: 1.3.6.1.4.1.1718.3.2.2.1.17
21947 type: gauge
21948 help: The characterization of the phase relation between the voltage and current
21949 of the input feed phase. - 1.3.6.1.4.1.1718.3.2.2.1.17
21950 indexes:
21951 - labelname: towerIndex
21952 type: gauge
21953 - labelname: infeedIndex
21954 type: gauge
21955 enum_values:
21956 0: unknown
21957 1: capacitive
21958 2: inductive
21959 3: resistive
21960 - name: infeedPhaseVoltage
21961 oid: 1.3.6.1.4.1.1718.3.2.2.1.18
21962 type: gauge
21963 help: The voltage measured for the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.18
21964 indexes:
21965 - labelname: towerIndex
21966 type: gauge
21967 - labelname: infeedIndex
21968 type: gauge
21969 - name: infeedPhaseCurrent
21970 oid: 1.3.6.1.4.1.1718.3.2.2.1.19
21971 type: gauge
21972 help: The current measured for the input feed phase - 1.3.6.1.4.1.1718.3.2.2.1.19
21973 indexes:
21974 - labelname: towerIndex
21975 type: gauge
21976 - labelname: infeedIndex
21977 type: gauge
21978 - name: infeedLineID
21979 oid: 1.3.6.1.4.1.1718.3.2.2.1.21
21980 type: DisplayString
21981 help: The ID of the input feed line. - 1.3.6.1.4.1.1718.3.2.2.1.21
21982 indexes:
21983 - labelname: towerIndex
21984 type: gauge
21985 - labelname: infeedIndex
21986 type: gauge
21987 - name: infeedLineToLineID
21988 oid: 1.3.6.1.4.1.1718.3.2.2.1.22
21989 type: DisplayString
21990 help: The line-to-line ID of the input feed. - 1.3.6.1.4.1.1718.3.2.2.1.22
21991 indexes:
21992 - labelname: towerIndex
21993 type: gauge
21994 - labelname: infeedIndex
21995 type: gauge
21996 - name: infeedPhaseID
21997 oid: 1.3.6.1.4.1.1718.3.2.2.1.23
21998 type: DisplayString
21999 help: The ID of the input feed phase. - 1.3.6.1.4.1.1718.3.2.2.1.23
22000 indexes:
22001 - labelname: towerIndex
22002 type: gauge
22003 - labelname: infeedIndex
22004 type: gauge
22005 - name: infeedVACapacity
22006 oid: 1.3.6.1.4.1.1718.3.2.2.1.24
22007 type: gauge
22008 help: The apparent power capacity of the input feed circuit - 1.3.6.1.4.1.1718.3.2.2.1.24
22009 indexes:
22010 - labelname: towerIndex
22011 type: gauge
22012 - labelname: infeedIndex
22013 type: gauge
22014 - name: outletIndex
22015 oid: 1.3.6.1.4.1.1718.3.2.3.1.1
22016 type: gauge
22017 help: Index for the outlet table. - 1.3.6.1.4.1.1718.3.2.3.1.1
22018 indexes:
22019 - labelname: towerIndex
22020 type: gauge
22021 - labelname: infeedIndex
22022 type: gauge
22023 - labelname: outletIndex
22024 type: gauge
22025 - name: outletID
22026 oid: 1.3.6.1.4.1.1718.3.2.3.1.2
22027 type: DisplayString
22028 help: The ID of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.2
22029 indexes:
22030 - labelname: towerIndex
22031 type: gauge
22032 - labelname: infeedIndex
22033 type: gauge
22034 - labelname: outletIndex
22035 type: gauge
22036 - name: outletName
22037 oid: 1.3.6.1.4.1.1718.3.2.3.1.3
22038 type: DisplayString
22039 help: The name of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.3
22040 indexes:
22041 - labelname: towerIndex
22042 type: gauge
22043 - labelname: infeedIndex
22044 type: gauge
22045 - labelname: outletIndex
22046 type: gauge
22047 - name: outletCapabilities
22048 oid: 1.3.6.1.4.1.1718.3.2.3.1.4
22049 type: Bits
22050 help: The capabilities of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.4
22051 indexes:
22052 - labelname: towerIndex
22053 type: gauge
22054 - labelname: infeedIndex
22055 type: gauge
22056 - labelname: outletIndex
22057 type: gauge
22058 enum_values:
22059 0: onSense
22060 1: loadSense
22061 2: powerControl
22062 3: shutdown
22063 4: defaultOn
22064 5: ownInfeed
22065 6: fusedBranch
22066 7: voltageSense
22067 8: powerSense
22068 - name: outletStatus
22069 oid: 1.3.6.1.4.1.1718.3.2.3.1.5
22070 type: gauge
22071 help: The status of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.5
22072 indexes:
22073 - labelname: towerIndex
22074 type: gauge
22075 - labelname: infeedIndex
22076 type: gauge
22077 - labelname: outletIndex
22078 type: gauge
22079 enum_values:
22080 0: "off"
22081 1: "on"
22082 2: offWait
22083 3: onWait
22084 4: offError
22085 5: onError
22086 6: noComm
22087 7: reading
22088 8: offFuse
22089 9: onFuse
22090 - name: outletLoadStatus
22091 oid: 1.3.6.1.4.1.1718.3.2.3.1.6
22092 type: gauge
22093 help: The status of the load measured on the outlet - 1.3.6.1.4.1.1718.3.2.3.1.6
22094 indexes:
22095 - labelname: towerIndex
22096 type: gauge
22097 - labelname: infeedIndex
22098 type: gauge
22099 - labelname: outletIndex
22100 type: gauge
22101 enum_values:
22102 0: normal
22103 1: notOn
22104 2: reading
22105 3: loadLow
22106 4: loadHigh
22107 5: overLoad
22108 6: readError
22109 7: noComm
22110 - name: outletLoadValue
22111 oid: 1.3.6.1.4.1.1718.3.2.3.1.7
22112 type: gauge
22113 help: The load measured on the outlet - 1.3.6.1.4.1.1718.3.2.3.1.7
22114 indexes:
22115 - labelname: towerIndex
22116 type: gauge
22117 - labelname: infeedIndex
22118 type: gauge
22119 - labelname: outletIndex
22120 type: gauge
22121 - name: outletLoadLowThresh
22122 oid: 1.3.6.1.4.1.1718.3.2.3.1.8
22123 type: gauge
22124 help: The load low threshold value of the outlet in Amps. - 1.3.6.1.4.1.1718.3.2.3.1.8
22125 indexes:
22126 - labelname: towerIndex
22127 type: gauge
22128 - labelname: infeedIndex
22129 type: gauge
22130 - labelname: outletIndex
22131 type: gauge
22132 - name: outletLoadHighThresh
22133 oid: 1.3.6.1.4.1.1718.3.2.3.1.9
22134 type: gauge
22135 help: The load high threshold value of the outlet in Amps. - 1.3.6.1.4.1.1718.3.2.3.1.9
22136 indexes:
22137 - labelname: towerIndex
22138 type: gauge
22139 - labelname: infeedIndex
22140 type: gauge
22141 - labelname: outletIndex
22142 type: gauge
22143 - name: outletControlState
22144 oid: 1.3.6.1.4.1.1718.3.2.3.1.10
22145 type: gauge
22146 help: The control state of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.10
22147 indexes:
22148 - labelname: towerIndex
22149 type: gauge
22150 - labelname: infeedIndex
22151 type: gauge
22152 - labelname: outletIndex
22153 type: gauge
22154 enum_values:
22155 0: idleOff
22156 1: idleOn
22157 2: wakeOff
22158 3: wakeOn
22159 4: "off"
22160 5: "on"
22161 6: lockedOff
22162 7: lockedOn
22163 8: reboot
22164 9: shutdown
22165 10: pendOn
22166 11: pendOff
22167 12: minimumOff
22168 13: minimumOn
22169 14: eventOff
22170 15: eventOn
22171 16: eventReboot
22172 17: eventShutdown
22173 - name: outletControlAction
22174 oid: 1.3.6.1.4.1.1718.3.2.3.1.11
22175 type: gauge
22176 help: An action to change the control state of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.11
22177 indexes:
22178 - labelname: towerIndex
22179 type: gauge
22180 - labelname: infeedIndex
22181 type: gauge
22182 - labelname: outletIndex
22183 type: gauge
22184 enum_values:
22185 0: none
22186 1: "on"
22187 2: "off"
22188 3: reboot
22189 - name: outletCapacity
22190 oid: 1.3.6.1.4.1.1718.3.2.3.1.12
22191 type: gauge
22192 help: The load capacity of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.12
22193 indexes:
22194 - labelname: towerIndex
22195 type: gauge
22196 - labelname: infeedIndex
22197 type: gauge
22198 - labelname: outletIndex
22199 type: gauge
22200 - name: outletVoltage
22201 oid: 1.3.6.1.4.1.1718.3.2.3.1.13
22202 type: gauge
22203 help: The voltage of the outlet - 1.3.6.1.4.1.1718.3.2.3.1.13
22204 indexes:
22205 - labelname: towerIndex
22206 type: gauge
22207 - labelname: infeedIndex
22208 type: gauge
22209 - labelname: outletIndex
22210 type: gauge
22211 - name: outletPower
22212 oid: 1.3.6.1.4.1.1718.3.2.3.1.14
22213 type: gauge
22214 help: The active power consumption of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.14
22215 indexes:
22216 - labelname: towerIndex
22217 type: gauge
22218 - labelname: infeedIndex
22219 type: gauge
22220 - labelname: outletIndex
22221 type: gauge
22222 - name: outletApparentPower
22223 oid: 1.3.6.1.4.1.1718.3.2.3.1.15
22224 type: gauge
22225 help: The apparent power consumption of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.15
22226 indexes:
22227 - labelname: towerIndex
22228 type: gauge
22229 - labelname: infeedIndex
22230 type: gauge
22231 - labelname: outletIndex
22232 type: gauge
22233 - name: outletPowerFactor
22234 oid: 1.3.6.1.4.1.1718.3.2.3.1.16
22235 type: gauge
22236 help: The power factor of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.16
22237 indexes:
22238 - labelname: towerIndex
22239 type: gauge
22240 - labelname: infeedIndex
22241 type: gauge
22242 - labelname: outletIndex
22243 type: gauge
22244 - name: outletCrestFactor
22245 oid: 1.3.6.1.4.1.1718.3.2.3.1.17
22246 type: gauge
22247 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
22248 indexes:
22249 - labelname: towerIndex
22250 type: gauge
22251 - labelname: infeedIndex
22252 type: gauge
22253 - labelname: outletIndex
22254 type: gauge
22255 - name: outletEnergy
22256 oid: 1.3.6.1.4.1.1718.3.2.3.1.18
22257 type: gauge
22258 help: The energy consumption of the device plugged into the outlet - 1.3.6.1.4.1.1718.3.2.3.1.18
22259 indexes:
22260 - labelname: towerIndex
22261 type: gauge
22262 - labelname: infeedIndex
22263 type: gauge
22264 - labelname: outletIndex
22265 type: gauge
22266 - name: outletWakeupState
22267 oid: 1.3.6.1.4.1.1718.3.2.3.1.19
22268 type: gauge
22269 help: The wakeup state of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.19
22270 indexes:
22271 - labelname: towerIndex
22272 type: gauge
22273 - labelname: infeedIndex
22274 type: gauge
22275 - labelname: outletIndex
22276 type: gauge
22277 enum_values:
22278 1: last
22279 2: "off"
22280 3: "on"
22281 - name: outletPostOnDelay
22282 oid: 1.3.6.1.4.1.1718.3.2.3.1.20
22283 type: gauge
22284 help: The post-on delay of the outlet. - 1.3.6.1.4.1.1718.3.2.3.1.20
22285 indexes:
22286 - labelname: towerIndex
22287 type: gauge
22288 - labelname: infeedIndex
22289 type: gauge
22290 - labelname: outletIndex
22291 type: gauge
22292servertech_sentry4:
22293 walk:
22294 - 1.3.6.1.4.1.1718.4.1.14.3
22295 - 1.3.6.1.4.1.1718.4.1.2.2.1.3
22296 - 1.3.6.1.4.1.1718.4.1.3.2.1.3
22297 - 1.3.6.1.4.1.1718.4.1.3.3
22298 - 1.3.6.1.4.1.1718.4.1.4.2.1.4
22299 - 1.3.6.1.4.1.1718.4.1.4.3
22300 - 1.3.6.1.4.1.1718.4.1.5.2.1.4
22301 - 1.3.6.1.4.1.1718.4.1.5.3
22302 - 1.3.6.1.4.1.1718.4.1.7.2.1.4
22303 - 1.3.6.1.4.1.1718.4.1.7.3
22304 - 1.3.6.1.4.1.1718.4.1.8.2.1.3
22305 - 1.3.6.1.4.1.1718.4.1.8.3
22306 - 1.3.6.1.4.1.1718.4.1.9.3
22307 get:
22308 - 1.3.6.1.2.1.1.3.0
22309 metrics:
22310 - name: sysUpTime
22311 oid: 1.3.6.1.2.1.1.3
22312 type: gauge
22313 help: The time (in hundredths of a second) since the network management portion
22314 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
22315 - name: st4FanSensorValue
22316 oid: 1.3.6.1.4.1.1718.4.1.14.3.1.1
22317 type: gauge
22318 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
22319 indexes:
22320 - labelname: st4UnitIndex
22321 type: gauge
22322 - labelname: st4FanSensorIndex
22323 type: gauge
22324 lookups:
22325 - labels:
22326 - st4UnitIndex
22327 labelname: st4UnitName
22328 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22329 type: DisplayString
22330 - name: st4FanSensorStatus
22331 oid: 1.3.6.1.4.1.1718.4.1.14.3.1.2
22332 type: gauge
22333 help: The status of the fan sensor. - 1.3.6.1.4.1.1718.4.1.14.3.1.2
22334 indexes:
22335 - labelname: st4UnitIndex
22336 type: gauge
22337 - labelname: st4FanSensorIndex
22338 type: gauge
22339 lookups:
22340 - labels:
22341 - st4UnitIndex
22342 labelname: st4UnitName
22343 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22344 type: DisplayString
22345 enum_values:
22346 0: normal
22347 1: disabled
22348 2: purged
22349 5: reading
22350 6: settle
22351 7: notFound
22352 8: lost
22353 9: readError
22354 10: noComm
22355 11: pwrError
22356 12: breakerTripped
22357 13: fuseBlown
22358 14: lowAlarm
22359 15: lowWarning
22360 16: highWarning
22361 17: highAlarm
22362 18: alarm
22363 19: underLimit
22364 20: overLimit
22365 21: nvmFail
22366 22: profileError
22367 23: conflict
22368 - name: st4InputCordState
22369 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.1
22370 type: gauge
22371 help: The on/off state of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.1
22372 indexes:
22373 - labelname: st4UnitIndex
22374 type: gauge
22375 - labelname: st4InputCordIndex
22376 type: gauge
22377 lookups:
22378 - labels:
22379 - st4UnitIndex
22380 labelname: st4UnitName
22381 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22382 type: DisplayString
22383 - labels:
22384 - st4UnitIndex
22385 - st4InputCordIndex
22386 labelname: st4InputCordName
22387 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22388 type: DisplayString
22389 - labels: []
22390 labelname: st4UnitIndex
22391 - labels: []
22392 labelname: st4InputCordIndex
22393 enum_values:
22394 0: unknown
22395 1: "on"
22396 2: "off"
22397 - name: st4InputCordStatus
22398 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.2
22399 type: gauge
22400 help: The status of the input cord. - 1.3.6.1.4.1.1718.4.1.3.3.1.2
22401 indexes:
22402 - labelname: st4UnitIndex
22403 type: gauge
22404 - labelname: st4InputCordIndex
22405 type: gauge
22406 lookups:
22407 - labels:
22408 - st4UnitIndex
22409 labelname: st4UnitName
22410 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22411 type: DisplayString
22412 - labels:
22413 - st4UnitIndex
22414 - st4InputCordIndex
22415 labelname: st4InputCordName
22416 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22417 type: DisplayString
22418 - labels: []
22419 labelname: st4UnitIndex
22420 - labels: []
22421 labelname: st4InputCordIndex
22422 enum_values:
22423 0: normal
22424 1: disabled
22425 2: purged
22426 5: reading
22427 6: settle
22428 7: notFound
22429 8: lost
22430 9: readError
22431 10: noComm
22432 11: pwrError
22433 12: breakerTripped
22434 13: fuseBlown
22435 14: lowAlarm
22436 15: lowWarning
22437 16: highWarning
22438 17: highAlarm
22439 18: alarm
22440 19: underLimit
22441 20: overLimit
22442 21: nvmFail
22443 22: profileError
22444 23: conflict
22445 - name: st4InputCordActivePower
22446 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.3
22447 type: gauge
22448 help: The measured active power of the input cord in Watts. - 1.3.6.1.4.1.1718.4.1.3.3.1.3
22449 indexes:
22450 - labelname: st4UnitIndex
22451 type: gauge
22452 - labelname: st4InputCordIndex
22453 type: gauge
22454 lookups:
22455 - labels:
22456 - st4UnitIndex
22457 labelname: st4UnitName
22458 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22459 type: DisplayString
22460 - labels:
22461 - st4UnitIndex
22462 - st4InputCordIndex
22463 labelname: st4InputCordName
22464 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22465 type: DisplayString
22466 - labels: []
22467 labelname: st4UnitIndex
22468 - labels: []
22469 labelname: st4InputCordIndex
22470 - name: st4InputCordActivePowerStatus
22471 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.4
22472 type: gauge
22473 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
22474 indexes:
22475 - labelname: st4UnitIndex
22476 type: gauge
22477 - labelname: st4InputCordIndex
22478 type: gauge
22479 lookups:
22480 - labels:
22481 - st4UnitIndex
22482 labelname: st4UnitName
22483 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22484 type: DisplayString
22485 - labels:
22486 - st4UnitIndex
22487 - st4InputCordIndex
22488 labelname: st4InputCordName
22489 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22490 type: DisplayString
22491 - labels: []
22492 labelname: st4UnitIndex
22493 - labels: []
22494 labelname: st4InputCordIndex
22495 enum_values:
22496 0: normal
22497 1: disabled
22498 2: purged
22499 5: reading
22500 6: settle
22501 7: notFound
22502 8: lost
22503 9: readError
22504 10: noComm
22505 11: pwrError
22506 12: breakerTripped
22507 13: fuseBlown
22508 14: lowAlarm
22509 15: lowWarning
22510 16: highWarning
22511 17: highAlarm
22512 18: alarm
22513 19: underLimit
22514 20: overLimit
22515 21: nvmFail
22516 22: profileError
22517 23: conflict
22518 - name: st4InputCordApparentPower
22519 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.5
22520 type: gauge
22521 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
22522 indexes:
22523 - labelname: st4UnitIndex
22524 type: gauge
22525 - labelname: st4InputCordIndex
22526 type: gauge
22527 lookups:
22528 - labels:
22529 - st4UnitIndex
22530 labelname: st4UnitName
22531 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22532 type: DisplayString
22533 - labels:
22534 - st4UnitIndex
22535 - st4InputCordIndex
22536 labelname: st4InputCordName
22537 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22538 type: DisplayString
22539 - labels: []
22540 labelname: st4UnitIndex
22541 - labels: []
22542 labelname: st4InputCordIndex
22543 - name: st4InputCordApparentPowerStatus
22544 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.6
22545 type: gauge
22546 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
22547 indexes:
22548 - labelname: st4UnitIndex
22549 type: gauge
22550 - labelname: st4InputCordIndex
22551 type: gauge
22552 lookups:
22553 - labels:
22554 - st4UnitIndex
22555 labelname: st4UnitName
22556 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22557 type: DisplayString
22558 - labels:
22559 - st4UnitIndex
22560 - st4InputCordIndex
22561 labelname: st4InputCordName
22562 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22563 type: DisplayString
22564 - labels: []
22565 labelname: st4UnitIndex
22566 - labels: []
22567 labelname: st4InputCordIndex
22568 enum_values:
22569 0: normal
22570 1: disabled
22571 2: purged
22572 5: reading
22573 6: settle
22574 7: notFound
22575 8: lost
22576 9: readError
22577 10: noComm
22578 11: pwrError
22579 12: breakerTripped
22580 13: fuseBlown
22581 14: lowAlarm
22582 15: lowWarning
22583 16: highWarning
22584 17: highAlarm
22585 18: alarm
22586 19: underLimit
22587 20: overLimit
22588 21: nvmFail
22589 22: profileError
22590 23: conflict
22591 - name: st4InputCordPowerUtilized
22592 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.7
22593 type: gauge
22594 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
22595 indexes:
22596 - labelname: st4UnitIndex
22597 type: gauge
22598 - labelname: st4InputCordIndex
22599 type: gauge
22600 lookups:
22601 - labels:
22602 - st4UnitIndex
22603 labelname: st4UnitName
22604 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22605 type: DisplayString
22606 - labels:
22607 - st4UnitIndex
22608 - st4InputCordIndex
22609 labelname: st4InputCordName
22610 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22611 type: DisplayString
22612 - labels: []
22613 labelname: st4UnitIndex
22614 - labels: []
22615 labelname: st4InputCordIndex
22616 - name: st4InputCordPowerFactor
22617 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.8
22618 type: gauge
22619 help: The measured power factor of the input cord in hundredths. - 1.3.6.1.4.1.1718.4.1.3.3.1.8
22620 indexes:
22621 - labelname: st4UnitIndex
22622 type: gauge
22623 - labelname: st4InputCordIndex
22624 type: gauge
22625 lookups:
22626 - labels:
22627 - st4UnitIndex
22628 labelname: st4UnitName
22629 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22630 type: DisplayString
22631 - labels:
22632 - st4UnitIndex
22633 - st4InputCordIndex
22634 labelname: st4InputCordName
22635 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22636 type: DisplayString
22637 - labels: []
22638 labelname: st4UnitIndex
22639 - labels: []
22640 labelname: st4InputCordIndex
22641 - name: st4InputCordPowerFactorStatus
22642 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.9
22643 type: gauge
22644 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
22645 indexes:
22646 - labelname: st4UnitIndex
22647 type: gauge
22648 - labelname: st4InputCordIndex
22649 type: gauge
22650 lookups:
22651 - labels:
22652 - st4UnitIndex
22653 labelname: st4UnitName
22654 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22655 type: DisplayString
22656 - labels:
22657 - st4UnitIndex
22658 - st4InputCordIndex
22659 labelname: st4InputCordName
22660 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22661 type: DisplayString
22662 - labels: []
22663 labelname: st4UnitIndex
22664 - labels: []
22665 labelname: st4InputCordIndex
22666 enum_values:
22667 0: normal
22668 1: disabled
22669 2: purged
22670 5: reading
22671 6: settle
22672 7: notFound
22673 8: lost
22674 9: readError
22675 10: noComm
22676 11: pwrError
22677 12: breakerTripped
22678 13: fuseBlown
22679 14: lowAlarm
22680 15: lowWarning
22681 16: highWarning
22682 17: highAlarm
22683 18: alarm
22684 19: underLimit
22685 20: overLimit
22686 21: nvmFail
22687 22: profileError
22688 23: conflict
22689 - name: st4InputCordEnergy
22690 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.10
22691 type: gauge
22692 help: The total energy consumption of loads through the input cord in tenth Kilowatt-Hours.
22693 - 1.3.6.1.4.1.1718.4.1.3.3.1.10
22694 indexes:
22695 - labelname: st4UnitIndex
22696 type: gauge
22697 - labelname: st4InputCordIndex
22698 type: gauge
22699 lookups:
22700 - labels:
22701 - st4UnitIndex
22702 labelname: st4UnitName
22703 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22704 type: DisplayString
22705 - labels:
22706 - st4UnitIndex
22707 - st4InputCordIndex
22708 labelname: st4InputCordName
22709 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22710 type: DisplayString
22711 - labels: []
22712 labelname: st4UnitIndex
22713 - labels: []
22714 labelname: st4InputCordIndex
22715 - name: st4InputCordFrequency
22716 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.11
22717 type: gauge
22718 help: The frequency of the input cord voltage in tenth Hertz. - 1.3.6.1.4.1.1718.4.1.3.3.1.11
22719 indexes:
22720 - labelname: st4UnitIndex
22721 type: gauge
22722 - labelname: st4InputCordIndex
22723 type: gauge
22724 lookups:
22725 - labels:
22726 - st4UnitIndex
22727 labelname: st4UnitName
22728 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22729 type: DisplayString
22730 - labels:
22731 - st4UnitIndex
22732 - st4InputCordIndex
22733 labelname: st4InputCordName
22734 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22735 type: DisplayString
22736 - labels: []
22737 labelname: st4UnitIndex
22738 - labels: []
22739 labelname: st4InputCordIndex
22740 - name: st4InputCordOutOfBalance
22741 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.12
22742 type: gauge
22743 help: The current imbalance on the lines of the input cord in tenth percent. -
22744 1.3.6.1.4.1.1718.4.1.3.3.1.12
22745 indexes:
22746 - labelname: st4UnitIndex
22747 type: gauge
22748 - labelname: st4InputCordIndex
22749 type: gauge
22750 lookups:
22751 - labels:
22752 - st4UnitIndex
22753 labelname: st4UnitName
22754 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22755 type: DisplayString
22756 - labels:
22757 - st4UnitIndex
22758 - st4InputCordIndex
22759 labelname: st4InputCordName
22760 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22761 type: DisplayString
22762 - labels: []
22763 labelname: st4UnitIndex
22764 - labels: []
22765 labelname: st4InputCordIndex
22766 - name: st4InputCordOutOfBalanceStatus
22767 oid: 1.3.6.1.4.1.1718.4.1.3.3.1.13
22768 type: gauge
22769 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
22770 indexes:
22771 - labelname: st4UnitIndex
22772 type: gauge
22773 - labelname: st4InputCordIndex
22774 type: gauge
22775 lookups:
22776 - labels:
22777 - st4UnitIndex
22778 labelname: st4UnitName
22779 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22780 type: DisplayString
22781 - labels:
22782 - st4UnitIndex
22783 - st4InputCordIndex
22784 labelname: st4InputCordName
22785 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22786 type: DisplayString
22787 - labels: []
22788 labelname: st4UnitIndex
22789 - labels: []
22790 labelname: st4InputCordIndex
22791 enum_values:
22792 0: normal
22793 1: disabled
22794 2: purged
22795 5: reading
22796 6: settle
22797 7: notFound
22798 8: lost
22799 9: readError
22800 10: noComm
22801 11: pwrError
22802 12: breakerTripped
22803 13: fuseBlown
22804 14: lowAlarm
22805 15: lowWarning
22806 16: highWarning
22807 17: highAlarm
22808 18: alarm
22809 19: underLimit
22810 20: overLimit
22811 21: nvmFail
22812 22: profileError
22813 23: conflict
22814 - name: st4LineState
22815 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.1
22816 type: gauge
22817 help: The on/off state of the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.1
22818 indexes:
22819 - labelname: st4UnitIndex
22820 type: gauge
22821 - labelname: st4InputCordIndex
22822 type: gauge
22823 - labelname: st4LineIndex
22824 type: gauge
22825 lookups:
22826 - labels:
22827 - st4UnitIndex
22828 labelname: st4UnitName
22829 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22830 type: DisplayString
22831 - labels:
22832 - st4UnitIndex
22833 - st4InputCordIndex
22834 labelname: st4InputCordName
22835 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22836 type: DisplayString
22837 - labels:
22838 - st4UnitIndex
22839 - st4InputCordIndex
22840 - st4LineIndex
22841 labelname: st4LineLabel
22842 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22843 type: DisplayString
22844 - labels: []
22845 labelname: st4UnitIndex
22846 - labels: []
22847 labelname: st4InputCordIndex
22848 - labels: []
22849 labelname: st4UnitIndex
22850 - labels: []
22851 labelname: st4InputCordIndex
22852 - labels: []
22853 labelname: st4LineIndex
22854 enum_values:
22855 0: unknown
22856 1: "on"
22857 2: "off"
22858 - name: st4LineStatus
22859 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.2
22860 type: gauge
22861 help: The status of the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.2
22862 indexes:
22863 - labelname: st4UnitIndex
22864 type: gauge
22865 - labelname: st4InputCordIndex
22866 type: gauge
22867 - labelname: st4LineIndex
22868 type: gauge
22869 lookups:
22870 - labels:
22871 - st4UnitIndex
22872 labelname: st4UnitName
22873 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22874 type: DisplayString
22875 - labels:
22876 - st4UnitIndex
22877 - st4InputCordIndex
22878 labelname: st4InputCordName
22879 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22880 type: DisplayString
22881 - labels:
22882 - st4UnitIndex
22883 - st4InputCordIndex
22884 - st4LineIndex
22885 labelname: st4LineLabel
22886 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22887 type: DisplayString
22888 - labels: []
22889 labelname: st4UnitIndex
22890 - labels: []
22891 labelname: st4InputCordIndex
22892 - labels: []
22893 labelname: st4UnitIndex
22894 - labels: []
22895 labelname: st4InputCordIndex
22896 - labels: []
22897 labelname: st4LineIndex
22898 enum_values:
22899 0: normal
22900 1: disabled
22901 2: purged
22902 5: reading
22903 6: settle
22904 7: notFound
22905 8: lost
22906 9: readError
22907 10: noComm
22908 11: pwrError
22909 12: breakerTripped
22910 13: fuseBlown
22911 14: lowAlarm
22912 15: lowWarning
22913 16: highWarning
22914 17: highAlarm
22915 18: alarm
22916 19: underLimit
22917 20: overLimit
22918 21: nvmFail
22919 22: profileError
22920 23: conflict
22921 - name: st4LineCurrent
22922 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.3
22923 type: gauge
22924 help: The measured current on the line in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.4.3.1.3
22925 indexes:
22926 - labelname: st4UnitIndex
22927 type: gauge
22928 - labelname: st4InputCordIndex
22929 type: gauge
22930 - labelname: st4LineIndex
22931 type: gauge
22932 lookups:
22933 - labels:
22934 - st4UnitIndex
22935 labelname: st4UnitName
22936 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22937 type: DisplayString
22938 - labels:
22939 - st4UnitIndex
22940 - st4InputCordIndex
22941 labelname: st4InputCordName
22942 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22943 type: DisplayString
22944 - labels:
22945 - st4UnitIndex
22946 - st4InputCordIndex
22947 - st4LineIndex
22948 labelname: st4LineLabel
22949 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22950 type: DisplayString
22951 - labels: []
22952 labelname: st4UnitIndex
22953 - labels: []
22954 labelname: st4InputCordIndex
22955 - labels: []
22956 labelname: st4UnitIndex
22957 - labels: []
22958 labelname: st4InputCordIndex
22959 - labels: []
22960 labelname: st4LineIndex
22961 - name: st4LineCurrentStatus
22962 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.4
22963 type: gauge
22964 help: The status of the measured current on the line. - 1.3.6.1.4.1.1718.4.1.4.3.1.4
22965 indexes:
22966 - labelname: st4UnitIndex
22967 type: gauge
22968 - labelname: st4InputCordIndex
22969 type: gauge
22970 - labelname: st4LineIndex
22971 type: gauge
22972 lookups:
22973 - labels:
22974 - st4UnitIndex
22975 labelname: st4UnitName
22976 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
22977 type: DisplayString
22978 - labels:
22979 - st4UnitIndex
22980 - st4InputCordIndex
22981 labelname: st4InputCordName
22982 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
22983 type: DisplayString
22984 - labels:
22985 - st4UnitIndex
22986 - st4InputCordIndex
22987 - st4LineIndex
22988 labelname: st4LineLabel
22989 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
22990 type: DisplayString
22991 - labels: []
22992 labelname: st4UnitIndex
22993 - labels: []
22994 labelname: st4InputCordIndex
22995 - labels: []
22996 labelname: st4UnitIndex
22997 - labels: []
22998 labelname: st4InputCordIndex
22999 - labels: []
23000 labelname: st4LineIndex
23001 enum_values:
23002 0: normal
23003 1: disabled
23004 2: purged
23005 5: reading
23006 6: settle
23007 7: notFound
23008 8: lost
23009 9: readError
23010 10: noComm
23011 11: pwrError
23012 12: breakerTripped
23013 13: fuseBlown
23014 14: lowAlarm
23015 15: lowWarning
23016 16: highWarning
23017 17: highAlarm
23018 18: alarm
23019 19: underLimit
23020 20: overLimit
23021 21: nvmFail
23022 22: profileError
23023 23: conflict
23024 - name: st4LineCurrentUtilized
23025 oid: 1.3.6.1.4.1.1718.4.1.4.3.1.5
23026 type: gauge
23027 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
23028 indexes:
23029 - labelname: st4UnitIndex
23030 type: gauge
23031 - labelname: st4InputCordIndex
23032 type: gauge
23033 - labelname: st4LineIndex
23034 type: gauge
23035 lookups:
23036 - labels:
23037 - st4UnitIndex
23038 labelname: st4UnitName
23039 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23040 type: DisplayString
23041 - labels:
23042 - st4UnitIndex
23043 - st4InputCordIndex
23044 labelname: st4InputCordName
23045 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23046 type: DisplayString
23047 - labels:
23048 - st4UnitIndex
23049 - st4InputCordIndex
23050 - st4LineIndex
23051 labelname: st4LineLabel
23052 oid: 1.3.6.1.4.1.1718.4.1.4.2.1.4
23053 type: DisplayString
23054 - labels: []
23055 labelname: st4UnitIndex
23056 - labels: []
23057 labelname: st4InputCordIndex
23058 - labels: []
23059 labelname: st4UnitIndex
23060 - labels: []
23061 labelname: st4InputCordIndex
23062 - labels: []
23063 labelname: st4LineIndex
23064 - name: st4PhaseState
23065 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.1
23066 type: gauge
23067 help: The on/off state of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.1
23068 indexes:
23069 - labelname: st4UnitIndex
23070 type: gauge
23071 - labelname: st4InputCordIndex
23072 type: gauge
23073 - labelname: st4PhaseIndex
23074 type: gauge
23075 lookups:
23076 - labels:
23077 - st4UnitIndex
23078 labelname: st4UnitName
23079 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23080 type: DisplayString
23081 - labels:
23082 - st4UnitIndex
23083 - st4InputCordIndex
23084 labelname: st4InputCordName
23085 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23086 type: DisplayString
23087 - labels:
23088 - st4UnitIndex
23089 - st4InputCordIndex
23090 - st4PhaseIndex
23091 labelname: st4PhaseLabel
23092 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23093 type: DisplayString
23094 - labels: []
23095 labelname: st4UnitIndex
23096 - labels: []
23097 labelname: st4InputCordIndex
23098 - labels: []
23099 labelname: st4UnitIndex
23100 - labels: []
23101 labelname: st4InputCordIndex
23102 - labels: []
23103 labelname: st4PhaseIndex
23104 enum_values:
23105 0: unknown
23106 1: "on"
23107 2: "off"
23108 - name: st4PhaseStatus
23109 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.2
23110 type: gauge
23111 help: The status of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.2
23112 indexes:
23113 - labelname: st4UnitIndex
23114 type: gauge
23115 - labelname: st4InputCordIndex
23116 type: gauge
23117 - labelname: st4PhaseIndex
23118 type: gauge
23119 lookups:
23120 - labels:
23121 - st4UnitIndex
23122 labelname: st4UnitName
23123 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23124 type: DisplayString
23125 - labels:
23126 - st4UnitIndex
23127 - st4InputCordIndex
23128 labelname: st4InputCordName
23129 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23130 type: DisplayString
23131 - labels:
23132 - st4UnitIndex
23133 - st4InputCordIndex
23134 - st4PhaseIndex
23135 labelname: st4PhaseLabel
23136 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23137 type: DisplayString
23138 - labels: []
23139 labelname: st4UnitIndex
23140 - labels: []
23141 labelname: st4InputCordIndex
23142 - labels: []
23143 labelname: st4UnitIndex
23144 - labels: []
23145 labelname: st4InputCordIndex
23146 - labels: []
23147 labelname: st4PhaseIndex
23148 enum_values:
23149 0: normal
23150 1: disabled
23151 2: purged
23152 5: reading
23153 6: settle
23154 7: notFound
23155 8: lost
23156 9: readError
23157 10: noComm
23158 11: pwrError
23159 12: breakerTripped
23160 13: fuseBlown
23161 14: lowAlarm
23162 15: lowWarning
23163 16: highWarning
23164 17: highAlarm
23165 18: alarm
23166 19: underLimit
23167 20: overLimit
23168 21: nvmFail
23169 22: profileError
23170 23: conflict
23171 - name: st4PhaseVoltage
23172 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.3
23173 type: gauge
23174 help: The measured voltage on the phase in tenth Volts. - 1.3.6.1.4.1.1718.4.1.5.3.1.3
23175 indexes:
23176 - labelname: st4UnitIndex
23177 type: gauge
23178 - labelname: st4InputCordIndex
23179 type: gauge
23180 - labelname: st4PhaseIndex
23181 type: gauge
23182 lookups:
23183 - labels:
23184 - st4UnitIndex
23185 labelname: st4UnitName
23186 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23187 type: DisplayString
23188 - labels:
23189 - st4UnitIndex
23190 - st4InputCordIndex
23191 labelname: st4InputCordName
23192 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23193 type: DisplayString
23194 - labels:
23195 - st4UnitIndex
23196 - st4InputCordIndex
23197 - st4PhaseIndex
23198 labelname: st4PhaseLabel
23199 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23200 type: DisplayString
23201 - labels: []
23202 labelname: st4UnitIndex
23203 - labels: []
23204 labelname: st4InputCordIndex
23205 - labels: []
23206 labelname: st4UnitIndex
23207 - labels: []
23208 labelname: st4InputCordIndex
23209 - labels: []
23210 labelname: st4PhaseIndex
23211 - name: st4PhaseVoltageStatus
23212 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.4
23213 type: gauge
23214 help: The status of the measured voltage on the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.4
23215 indexes:
23216 - labelname: st4UnitIndex
23217 type: gauge
23218 - labelname: st4InputCordIndex
23219 type: gauge
23220 - labelname: st4PhaseIndex
23221 type: gauge
23222 lookups:
23223 - labels:
23224 - st4UnitIndex
23225 labelname: st4UnitName
23226 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23227 type: DisplayString
23228 - labels:
23229 - st4UnitIndex
23230 - st4InputCordIndex
23231 labelname: st4InputCordName
23232 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23233 type: DisplayString
23234 - labels:
23235 - st4UnitIndex
23236 - st4InputCordIndex
23237 - st4PhaseIndex
23238 labelname: st4PhaseLabel
23239 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23240 type: DisplayString
23241 - labels: []
23242 labelname: st4UnitIndex
23243 - labels: []
23244 labelname: st4InputCordIndex
23245 - labels: []
23246 labelname: st4UnitIndex
23247 - labels: []
23248 labelname: st4InputCordIndex
23249 - labels: []
23250 labelname: st4PhaseIndex
23251 enum_values:
23252 0: normal
23253 1: disabled
23254 2: purged
23255 5: reading
23256 6: settle
23257 7: notFound
23258 8: lost
23259 9: readError
23260 10: noComm
23261 11: pwrError
23262 12: breakerTripped
23263 13: fuseBlown
23264 14: lowAlarm
23265 15: lowWarning
23266 16: highWarning
23267 17: highAlarm
23268 18: alarm
23269 19: underLimit
23270 20: overLimit
23271 21: nvmFail
23272 22: profileError
23273 23: conflict
23274 - name: st4PhaseVoltageDeviation
23275 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.5
23276 type: gauge
23277 help: The deviation from the nominal voltage on the phase in tenth percent. -
23278 1.3.6.1.4.1.1718.4.1.5.3.1.5
23279 indexes:
23280 - labelname: st4UnitIndex
23281 type: gauge
23282 - labelname: st4InputCordIndex
23283 type: gauge
23284 - labelname: st4PhaseIndex
23285 type: gauge
23286 lookups:
23287 - labels:
23288 - st4UnitIndex
23289 labelname: st4UnitName
23290 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23291 type: DisplayString
23292 - labels:
23293 - st4UnitIndex
23294 - st4InputCordIndex
23295 labelname: st4InputCordName
23296 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23297 type: DisplayString
23298 - labels:
23299 - st4UnitIndex
23300 - st4InputCordIndex
23301 - st4PhaseIndex
23302 labelname: st4PhaseLabel
23303 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23304 type: DisplayString
23305 - labels: []
23306 labelname: st4UnitIndex
23307 - labels: []
23308 labelname: st4InputCordIndex
23309 - labels: []
23310 labelname: st4UnitIndex
23311 - labels: []
23312 labelname: st4InputCordIndex
23313 - labels: []
23314 labelname: st4PhaseIndex
23315 - name: st4PhaseCurrent
23316 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.6
23317 type: gauge
23318 help: The measured current on the phase in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.5.3.1.6
23319 indexes:
23320 - labelname: st4UnitIndex
23321 type: gauge
23322 - labelname: st4InputCordIndex
23323 type: gauge
23324 - labelname: st4PhaseIndex
23325 type: gauge
23326 lookups:
23327 - labels:
23328 - st4UnitIndex
23329 labelname: st4UnitName
23330 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23331 type: DisplayString
23332 - labels:
23333 - st4UnitIndex
23334 - st4InputCordIndex
23335 labelname: st4InputCordName
23336 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23337 type: DisplayString
23338 - labels:
23339 - st4UnitIndex
23340 - st4InputCordIndex
23341 - st4PhaseIndex
23342 labelname: st4PhaseLabel
23343 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23344 type: DisplayString
23345 - labels: []
23346 labelname: st4UnitIndex
23347 - labels: []
23348 labelname: st4InputCordIndex
23349 - labels: []
23350 labelname: st4UnitIndex
23351 - labels: []
23352 labelname: st4InputCordIndex
23353 - labels: []
23354 labelname: st4PhaseIndex
23355 - name: st4PhaseCurrentCrestFactor
23356 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.7
23357 type: gauge
23358 help: The measured crest factor of the current waveform on the phase in tenths.
23359 - 1.3.6.1.4.1.1718.4.1.5.3.1.7
23360 indexes:
23361 - labelname: st4UnitIndex
23362 type: gauge
23363 - labelname: st4InputCordIndex
23364 type: gauge
23365 - labelname: st4PhaseIndex
23366 type: gauge
23367 lookups:
23368 - labels:
23369 - st4UnitIndex
23370 labelname: st4UnitName
23371 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23372 type: DisplayString
23373 - labels:
23374 - st4UnitIndex
23375 - st4InputCordIndex
23376 labelname: st4InputCordName
23377 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23378 type: DisplayString
23379 - labels:
23380 - st4UnitIndex
23381 - st4InputCordIndex
23382 - st4PhaseIndex
23383 labelname: st4PhaseLabel
23384 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23385 type: DisplayString
23386 - labels: []
23387 labelname: st4UnitIndex
23388 - labels: []
23389 labelname: st4InputCordIndex
23390 - labels: []
23391 labelname: st4UnitIndex
23392 - labels: []
23393 labelname: st4InputCordIndex
23394 - labels: []
23395 labelname: st4PhaseIndex
23396 - name: st4PhaseActivePower
23397 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.8
23398 type: gauge
23399 help: The measured active power on the phase in Watts. - 1.3.6.1.4.1.1718.4.1.5.3.1.8
23400 indexes:
23401 - labelname: st4UnitIndex
23402 type: gauge
23403 - labelname: st4InputCordIndex
23404 type: gauge
23405 - labelname: st4PhaseIndex
23406 type: gauge
23407 lookups:
23408 - labels:
23409 - st4UnitIndex
23410 labelname: st4UnitName
23411 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23412 type: DisplayString
23413 - labels:
23414 - st4UnitIndex
23415 - st4InputCordIndex
23416 labelname: st4InputCordName
23417 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23418 type: DisplayString
23419 - labels:
23420 - st4UnitIndex
23421 - st4InputCordIndex
23422 - st4PhaseIndex
23423 labelname: st4PhaseLabel
23424 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23425 type: DisplayString
23426 - labels: []
23427 labelname: st4UnitIndex
23428 - labels: []
23429 labelname: st4InputCordIndex
23430 - labels: []
23431 labelname: st4UnitIndex
23432 - labels: []
23433 labelname: st4InputCordIndex
23434 - labels: []
23435 labelname: st4PhaseIndex
23436 - name: st4PhaseApparentPower
23437 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.9
23438 type: gauge
23439 help: The measured apparent power on the phase in Volt-Amps. - 1.3.6.1.4.1.1718.4.1.5.3.1.9
23440 indexes:
23441 - labelname: st4UnitIndex
23442 type: gauge
23443 - labelname: st4InputCordIndex
23444 type: gauge
23445 - labelname: st4PhaseIndex
23446 type: gauge
23447 lookups:
23448 - labels:
23449 - st4UnitIndex
23450 labelname: st4UnitName
23451 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23452 type: DisplayString
23453 - labels:
23454 - st4UnitIndex
23455 - st4InputCordIndex
23456 labelname: st4InputCordName
23457 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23458 type: DisplayString
23459 - labels:
23460 - st4UnitIndex
23461 - st4InputCordIndex
23462 - st4PhaseIndex
23463 labelname: st4PhaseLabel
23464 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23465 type: DisplayString
23466 - labels: []
23467 labelname: st4UnitIndex
23468 - labels: []
23469 labelname: st4InputCordIndex
23470 - labels: []
23471 labelname: st4UnitIndex
23472 - labels: []
23473 labelname: st4InputCordIndex
23474 - labels: []
23475 labelname: st4PhaseIndex
23476 - name: st4PhasePowerFactor
23477 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.10
23478 type: gauge
23479 help: The measured power factor on the phase in hundredths. - 1.3.6.1.4.1.1718.4.1.5.3.1.10
23480 indexes:
23481 - labelname: st4UnitIndex
23482 type: gauge
23483 - labelname: st4InputCordIndex
23484 type: gauge
23485 - labelname: st4PhaseIndex
23486 type: gauge
23487 lookups:
23488 - labels:
23489 - st4UnitIndex
23490 labelname: st4UnitName
23491 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23492 type: DisplayString
23493 - labels:
23494 - st4UnitIndex
23495 - st4InputCordIndex
23496 labelname: st4InputCordName
23497 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23498 type: DisplayString
23499 - labels:
23500 - st4UnitIndex
23501 - st4InputCordIndex
23502 - st4PhaseIndex
23503 labelname: st4PhaseLabel
23504 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23505 type: DisplayString
23506 - labels: []
23507 labelname: st4UnitIndex
23508 - labels: []
23509 labelname: st4InputCordIndex
23510 - labels: []
23511 labelname: st4UnitIndex
23512 - labels: []
23513 labelname: st4InputCordIndex
23514 - labels: []
23515 labelname: st4PhaseIndex
23516 - name: st4PhasePowerFactorStatus
23517 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.11
23518 type: gauge
23519 help: The status of the measured power factor on the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.11
23520 indexes:
23521 - labelname: st4UnitIndex
23522 type: gauge
23523 - labelname: st4InputCordIndex
23524 type: gauge
23525 - labelname: st4PhaseIndex
23526 type: gauge
23527 lookups:
23528 - labels:
23529 - st4UnitIndex
23530 labelname: st4UnitName
23531 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23532 type: DisplayString
23533 - labels:
23534 - st4UnitIndex
23535 - st4InputCordIndex
23536 labelname: st4InputCordName
23537 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23538 type: DisplayString
23539 - labels:
23540 - st4UnitIndex
23541 - st4InputCordIndex
23542 - st4PhaseIndex
23543 labelname: st4PhaseLabel
23544 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23545 type: DisplayString
23546 - labels: []
23547 labelname: st4UnitIndex
23548 - labels: []
23549 labelname: st4InputCordIndex
23550 - labels: []
23551 labelname: st4UnitIndex
23552 - labels: []
23553 labelname: st4InputCordIndex
23554 - labels: []
23555 labelname: st4PhaseIndex
23556 enum_values:
23557 0: normal
23558 1: disabled
23559 2: purged
23560 5: reading
23561 6: settle
23562 7: notFound
23563 8: lost
23564 9: readError
23565 10: noComm
23566 11: pwrError
23567 12: breakerTripped
23568 13: fuseBlown
23569 14: lowAlarm
23570 15: lowWarning
23571 16: highWarning
23572 17: highAlarm
23573 18: alarm
23574 19: underLimit
23575 20: overLimit
23576 21: nvmFail
23577 22: profileError
23578 23: conflict
23579 - name: st4PhaseReactance
23580 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.12
23581 type: gauge
23582 help: The status of the measured reactance of the phase. - 1.3.6.1.4.1.1718.4.1.5.3.1.12
23583 indexes:
23584 - labelname: st4UnitIndex
23585 type: gauge
23586 - labelname: st4InputCordIndex
23587 type: gauge
23588 - labelname: st4PhaseIndex
23589 type: gauge
23590 lookups:
23591 - labels:
23592 - st4UnitIndex
23593 labelname: st4UnitName
23594 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23595 type: DisplayString
23596 - labels:
23597 - st4UnitIndex
23598 - st4InputCordIndex
23599 labelname: st4InputCordName
23600 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23601 type: DisplayString
23602 - labels:
23603 - st4UnitIndex
23604 - st4InputCordIndex
23605 - st4PhaseIndex
23606 labelname: st4PhaseLabel
23607 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23608 type: DisplayString
23609 - labels: []
23610 labelname: st4UnitIndex
23611 - labels: []
23612 labelname: st4InputCordIndex
23613 - labels: []
23614 labelname: st4UnitIndex
23615 - labels: []
23616 labelname: st4InputCordIndex
23617 - labels: []
23618 labelname: st4PhaseIndex
23619 enum_values:
23620 0: unknown
23621 1: capacitive
23622 2: inductive
23623 3: resistive
23624 - name: st4PhaseEnergy
23625 oid: 1.3.6.1.4.1.1718.4.1.5.3.1.13
23626 type: gauge
23627 help: The total energy consumption of loads through the phase in tenth Kilowatt-Hours.
23628 - 1.3.6.1.4.1.1718.4.1.5.3.1.13
23629 indexes:
23630 - labelname: st4UnitIndex
23631 type: gauge
23632 - labelname: st4InputCordIndex
23633 type: gauge
23634 - labelname: st4PhaseIndex
23635 type: gauge
23636 lookups:
23637 - labels:
23638 - st4UnitIndex
23639 labelname: st4UnitName
23640 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23641 type: DisplayString
23642 - labels:
23643 - st4UnitIndex
23644 - st4InputCordIndex
23645 labelname: st4InputCordName
23646 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23647 type: DisplayString
23648 - labels:
23649 - st4UnitIndex
23650 - st4InputCordIndex
23651 - st4PhaseIndex
23652 labelname: st4PhaseLabel
23653 oid: 1.3.6.1.4.1.1718.4.1.5.2.1.4
23654 type: DisplayString
23655 - labels: []
23656 labelname: st4UnitIndex
23657 - labels: []
23658 labelname: st4InputCordIndex
23659 - labels: []
23660 labelname: st4UnitIndex
23661 - labels: []
23662 labelname: st4InputCordIndex
23663 - labels: []
23664 labelname: st4PhaseIndex
23665 - name: st4BranchState
23666 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.1
23667 type: gauge
23668 help: The on/off state of the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.1
23669 indexes:
23670 - labelname: st4UnitIndex
23671 type: gauge
23672 - labelname: st4InputCordIndex
23673 type: gauge
23674 - labelname: st4BranchIndex
23675 type: gauge
23676 lookups:
23677 - labels:
23678 - st4UnitIndex
23679 labelname: st4UnitName
23680 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23681 type: DisplayString
23682 - labels:
23683 - st4UnitIndex
23684 - st4InputCordIndex
23685 labelname: st4InputCordName
23686 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23687 type: DisplayString
23688 - labels:
23689 - st4UnitIndex
23690 - st4InputCordIndex
23691 - st4BranchIndex
23692 labelname: st4BranchLabel
23693 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23694 type: DisplayString
23695 - labels: []
23696 labelname: st4UnitIndex
23697 - labels: []
23698 labelname: st4InputCordIndex
23699 - labels: []
23700 labelname: st4UnitIndex
23701 - labels: []
23702 labelname: st4InputCordIndex
23703 - labels: []
23704 labelname: st4BranchIndex
23705 enum_values:
23706 0: unknown
23707 1: "on"
23708 2: "off"
23709 - name: st4BranchStatus
23710 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.2
23711 type: gauge
23712 help: The status of the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.2
23713 indexes:
23714 - labelname: st4UnitIndex
23715 type: gauge
23716 - labelname: st4InputCordIndex
23717 type: gauge
23718 - labelname: st4BranchIndex
23719 type: gauge
23720 lookups:
23721 - labels:
23722 - st4UnitIndex
23723 labelname: st4UnitName
23724 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23725 type: DisplayString
23726 - labels:
23727 - st4UnitIndex
23728 - st4InputCordIndex
23729 labelname: st4InputCordName
23730 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23731 type: DisplayString
23732 - labels:
23733 - st4UnitIndex
23734 - st4InputCordIndex
23735 - st4BranchIndex
23736 labelname: st4BranchLabel
23737 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23738 type: DisplayString
23739 - labels: []
23740 labelname: st4UnitIndex
23741 - labels: []
23742 labelname: st4InputCordIndex
23743 - labels: []
23744 labelname: st4UnitIndex
23745 - labels: []
23746 labelname: st4InputCordIndex
23747 - labels: []
23748 labelname: st4BranchIndex
23749 enum_values:
23750 0: normal
23751 1: disabled
23752 2: purged
23753 5: reading
23754 6: settle
23755 7: notFound
23756 8: lost
23757 9: readError
23758 10: noComm
23759 11: pwrError
23760 12: breakerTripped
23761 13: fuseBlown
23762 14: lowAlarm
23763 15: lowWarning
23764 16: highWarning
23765 17: highAlarm
23766 18: alarm
23767 19: underLimit
23768 20: overLimit
23769 21: nvmFail
23770 22: profileError
23771 23: conflict
23772 - name: st4BranchCurrent
23773 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.3
23774 type: gauge
23775 help: The measured current on the branch in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.7.3.1.3
23776 indexes:
23777 - labelname: st4UnitIndex
23778 type: gauge
23779 - labelname: st4InputCordIndex
23780 type: gauge
23781 - labelname: st4BranchIndex
23782 type: gauge
23783 lookups:
23784 - labels:
23785 - st4UnitIndex
23786 labelname: st4UnitName
23787 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23788 type: DisplayString
23789 - labels:
23790 - st4UnitIndex
23791 - st4InputCordIndex
23792 labelname: st4InputCordName
23793 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23794 type: DisplayString
23795 - labels:
23796 - st4UnitIndex
23797 - st4InputCordIndex
23798 - st4BranchIndex
23799 labelname: st4BranchLabel
23800 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23801 type: DisplayString
23802 - labels: []
23803 labelname: st4UnitIndex
23804 - labels: []
23805 labelname: st4InputCordIndex
23806 - labels: []
23807 labelname: st4UnitIndex
23808 - labels: []
23809 labelname: st4InputCordIndex
23810 - labels: []
23811 labelname: st4BranchIndex
23812 - name: st4BranchCurrentStatus
23813 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.4
23814 type: gauge
23815 help: The status of the measured current on the branch. - 1.3.6.1.4.1.1718.4.1.7.3.1.4
23816 indexes:
23817 - labelname: st4UnitIndex
23818 type: gauge
23819 - labelname: st4InputCordIndex
23820 type: gauge
23821 - labelname: st4BranchIndex
23822 type: gauge
23823 lookups:
23824 - labels:
23825 - st4UnitIndex
23826 labelname: st4UnitName
23827 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23828 type: DisplayString
23829 - labels:
23830 - st4UnitIndex
23831 - st4InputCordIndex
23832 labelname: st4InputCordName
23833 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23834 type: DisplayString
23835 - labels:
23836 - st4UnitIndex
23837 - st4InputCordIndex
23838 - st4BranchIndex
23839 labelname: st4BranchLabel
23840 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23841 type: DisplayString
23842 - labels: []
23843 labelname: st4UnitIndex
23844 - labels: []
23845 labelname: st4InputCordIndex
23846 - labels: []
23847 labelname: st4UnitIndex
23848 - labels: []
23849 labelname: st4InputCordIndex
23850 - labels: []
23851 labelname: st4BranchIndex
23852 enum_values:
23853 0: normal
23854 1: disabled
23855 2: purged
23856 5: reading
23857 6: settle
23858 7: notFound
23859 8: lost
23860 9: readError
23861 10: noComm
23862 11: pwrError
23863 12: breakerTripped
23864 13: fuseBlown
23865 14: lowAlarm
23866 15: lowWarning
23867 16: highWarning
23868 17: highAlarm
23869 18: alarm
23870 19: underLimit
23871 20: overLimit
23872 21: nvmFail
23873 22: profileError
23874 23: conflict
23875 - name: st4BranchCurrentUtilized
23876 oid: 1.3.6.1.4.1.1718.4.1.7.3.1.5
23877 type: gauge
23878 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
23879 indexes:
23880 - labelname: st4UnitIndex
23881 type: gauge
23882 - labelname: st4InputCordIndex
23883 type: gauge
23884 - labelname: st4BranchIndex
23885 type: gauge
23886 lookups:
23887 - labels:
23888 - st4UnitIndex
23889 labelname: st4UnitName
23890 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23891 type: DisplayString
23892 - labels:
23893 - st4UnitIndex
23894 - st4InputCordIndex
23895 labelname: st4InputCordName
23896 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23897 type: DisplayString
23898 - labels:
23899 - st4UnitIndex
23900 - st4InputCordIndex
23901 - st4BranchIndex
23902 labelname: st4BranchLabel
23903 oid: 1.3.6.1.4.1.1718.4.1.7.2.1.4
23904 type: DisplayString
23905 - labels: []
23906 labelname: st4UnitIndex
23907 - labels: []
23908 labelname: st4InputCordIndex
23909 - labels: []
23910 labelname: st4UnitIndex
23911 - labels: []
23912 labelname: st4InputCordIndex
23913 - labels: []
23914 labelname: st4BranchIndex
23915 - name: st4OutletState
23916 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.1
23917 type: gauge
23918 help: The on/off state of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.1
23919 indexes:
23920 - labelname: st4UnitIndex
23921 type: gauge
23922 - labelname: st4InputCordIndex
23923 type: gauge
23924 - labelname: st4OutletIndex
23925 type: gauge
23926 lookups:
23927 - labels:
23928 - st4UnitIndex
23929 labelname: st4UnitName
23930 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23931 type: DisplayString
23932 - labels:
23933 - st4UnitIndex
23934 - st4InputCordIndex
23935 labelname: st4InputCordName
23936 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23937 type: DisplayString
23938 - labels:
23939 - st4UnitIndex
23940 - st4InputCordIndex
23941 - st4OutletIndex
23942 labelname: st4OutletName
23943 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
23944 type: DisplayString
23945 - labels: []
23946 labelname: st4UnitIndex
23947 - labels: []
23948 labelname: st4InputCordIndex
23949 - labels: []
23950 labelname: st4UnitIndex
23951 - labels: []
23952 labelname: st4InputCordIndex
23953 - labels: []
23954 labelname: st4OutletIndex
23955 enum_values:
23956 0: unknown
23957 1: "on"
23958 2: "off"
23959 - name: st4OutletStatus
23960 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.2
23961 type: gauge
23962 help: The status of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.2
23963 indexes:
23964 - labelname: st4UnitIndex
23965 type: gauge
23966 - labelname: st4InputCordIndex
23967 type: gauge
23968 - labelname: st4OutletIndex
23969 type: gauge
23970 lookups:
23971 - labels:
23972 - st4UnitIndex
23973 labelname: st4UnitName
23974 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
23975 type: DisplayString
23976 - labels:
23977 - st4UnitIndex
23978 - st4InputCordIndex
23979 labelname: st4InputCordName
23980 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
23981 type: DisplayString
23982 - labels:
23983 - st4UnitIndex
23984 - st4InputCordIndex
23985 - st4OutletIndex
23986 labelname: st4OutletName
23987 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
23988 type: DisplayString
23989 - labels: []
23990 labelname: st4UnitIndex
23991 - labels: []
23992 labelname: st4InputCordIndex
23993 - labels: []
23994 labelname: st4UnitIndex
23995 - labels: []
23996 labelname: st4InputCordIndex
23997 - labels: []
23998 labelname: st4OutletIndex
23999 enum_values:
24000 0: normal
24001 1: disabled
24002 2: purged
24003 5: reading
24004 6: settle
24005 7: notFound
24006 8: lost
24007 9: readError
24008 10: noComm
24009 11: pwrError
24010 12: breakerTripped
24011 13: fuseBlown
24012 14: lowAlarm
24013 15: lowWarning
24014 16: highWarning
24015 17: highAlarm
24016 18: alarm
24017 19: underLimit
24018 20: overLimit
24019 21: nvmFail
24020 22: profileError
24021 23: conflict
24022 - name: st4OutletCurrent
24023 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.3
24024 type: gauge
24025 help: The measured current on the outlet in hundredth Amps. - 1.3.6.1.4.1.1718.4.1.8.3.1.3
24026 indexes:
24027 - labelname: st4UnitIndex
24028 type: gauge
24029 - labelname: st4InputCordIndex
24030 type: gauge
24031 - labelname: st4OutletIndex
24032 type: gauge
24033 lookups:
24034 - labels:
24035 - st4UnitIndex
24036 labelname: st4UnitName
24037 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24038 type: DisplayString
24039 - labels:
24040 - st4UnitIndex
24041 - st4InputCordIndex
24042 labelname: st4InputCordName
24043 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24044 type: DisplayString
24045 - labels:
24046 - st4UnitIndex
24047 - st4InputCordIndex
24048 - st4OutletIndex
24049 labelname: st4OutletName
24050 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24051 type: DisplayString
24052 - labels: []
24053 labelname: st4UnitIndex
24054 - labels: []
24055 labelname: st4InputCordIndex
24056 - labels: []
24057 labelname: st4UnitIndex
24058 - labels: []
24059 labelname: st4InputCordIndex
24060 - labels: []
24061 labelname: st4OutletIndex
24062 - name: st4OutletCurrentStatus
24063 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.4
24064 type: gauge
24065 help: The status of the measured current on the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.4
24066 indexes:
24067 - labelname: st4UnitIndex
24068 type: gauge
24069 - labelname: st4InputCordIndex
24070 type: gauge
24071 - labelname: st4OutletIndex
24072 type: gauge
24073 lookups:
24074 - labels:
24075 - st4UnitIndex
24076 labelname: st4UnitName
24077 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24078 type: DisplayString
24079 - labels:
24080 - st4UnitIndex
24081 - st4InputCordIndex
24082 labelname: st4InputCordName
24083 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24084 type: DisplayString
24085 - labels:
24086 - st4UnitIndex
24087 - st4InputCordIndex
24088 - st4OutletIndex
24089 labelname: st4OutletName
24090 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24091 type: DisplayString
24092 - labels: []
24093 labelname: st4UnitIndex
24094 - labels: []
24095 labelname: st4InputCordIndex
24096 - labels: []
24097 labelname: st4UnitIndex
24098 - labels: []
24099 labelname: st4InputCordIndex
24100 - labels: []
24101 labelname: st4OutletIndex
24102 enum_values:
24103 0: normal
24104 1: disabled
24105 2: purged
24106 5: reading
24107 6: settle
24108 7: notFound
24109 8: lost
24110 9: readError
24111 10: noComm
24112 11: pwrError
24113 12: breakerTripped
24114 13: fuseBlown
24115 14: lowAlarm
24116 15: lowWarning
24117 16: highWarning
24118 17: highAlarm
24119 18: alarm
24120 19: underLimit
24121 20: overLimit
24122 21: nvmFail
24123 22: profileError
24124 23: conflict
24125 - name: st4OutletCurrentUtilized
24126 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.5
24127 type: gauge
24128 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
24129 indexes:
24130 - labelname: st4UnitIndex
24131 type: gauge
24132 - labelname: st4InputCordIndex
24133 type: gauge
24134 - labelname: st4OutletIndex
24135 type: gauge
24136 lookups:
24137 - labels:
24138 - st4UnitIndex
24139 labelname: st4UnitName
24140 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24141 type: DisplayString
24142 - labels:
24143 - st4UnitIndex
24144 - st4InputCordIndex
24145 labelname: st4InputCordName
24146 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24147 type: DisplayString
24148 - labels:
24149 - st4UnitIndex
24150 - st4InputCordIndex
24151 - st4OutletIndex
24152 labelname: st4OutletName
24153 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24154 type: DisplayString
24155 - labels: []
24156 labelname: st4UnitIndex
24157 - labels: []
24158 labelname: st4InputCordIndex
24159 - labels: []
24160 labelname: st4UnitIndex
24161 - labels: []
24162 labelname: st4InputCordIndex
24163 - labels: []
24164 labelname: st4OutletIndex
24165 - name: st4OutletVoltage
24166 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.6
24167 type: gauge
24168 help: The measured voltage of the outlet in tenth Volts. - 1.3.6.1.4.1.1718.4.1.8.3.1.6
24169 indexes:
24170 - labelname: st4UnitIndex
24171 type: gauge
24172 - labelname: st4InputCordIndex
24173 type: gauge
24174 - labelname: st4OutletIndex
24175 type: gauge
24176 lookups:
24177 - labels:
24178 - st4UnitIndex
24179 labelname: st4UnitName
24180 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24181 type: DisplayString
24182 - labels:
24183 - st4UnitIndex
24184 - st4InputCordIndex
24185 labelname: st4InputCordName
24186 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24187 type: DisplayString
24188 - labels:
24189 - st4UnitIndex
24190 - st4InputCordIndex
24191 - st4OutletIndex
24192 labelname: st4OutletName
24193 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24194 type: DisplayString
24195 - labels: []
24196 labelname: st4UnitIndex
24197 - labels: []
24198 labelname: st4InputCordIndex
24199 - labels: []
24200 labelname: st4UnitIndex
24201 - labels: []
24202 labelname: st4InputCordIndex
24203 - labels: []
24204 labelname: st4OutletIndex
24205 - name: st4OutletActivePower
24206 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.7
24207 type: gauge
24208 help: The measured active power of the outlet in Watts. - 1.3.6.1.4.1.1718.4.1.8.3.1.7
24209 indexes:
24210 - labelname: st4UnitIndex
24211 type: gauge
24212 - labelname: st4InputCordIndex
24213 type: gauge
24214 - labelname: st4OutletIndex
24215 type: gauge
24216 lookups:
24217 - labels:
24218 - st4UnitIndex
24219 labelname: st4UnitName
24220 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24221 type: DisplayString
24222 - labels:
24223 - st4UnitIndex
24224 - st4InputCordIndex
24225 labelname: st4InputCordName
24226 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24227 type: DisplayString
24228 - labels:
24229 - st4UnitIndex
24230 - st4InputCordIndex
24231 - st4OutletIndex
24232 labelname: st4OutletName
24233 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24234 type: DisplayString
24235 - labels: []
24236 labelname: st4UnitIndex
24237 - labels: []
24238 labelname: st4InputCordIndex
24239 - labels: []
24240 labelname: st4UnitIndex
24241 - labels: []
24242 labelname: st4InputCordIndex
24243 - labels: []
24244 labelname: st4OutletIndex
24245 - name: st4OutletActivePowerStatus
24246 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.8
24247 type: gauge
24248 help: The status of the measured active power of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.8
24249 indexes:
24250 - labelname: st4UnitIndex
24251 type: gauge
24252 - labelname: st4InputCordIndex
24253 type: gauge
24254 - labelname: st4OutletIndex
24255 type: gauge
24256 lookups:
24257 - labels:
24258 - st4UnitIndex
24259 labelname: st4UnitName
24260 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24261 type: DisplayString
24262 - labels:
24263 - st4UnitIndex
24264 - st4InputCordIndex
24265 labelname: st4InputCordName
24266 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24267 type: DisplayString
24268 - labels:
24269 - st4UnitIndex
24270 - st4InputCordIndex
24271 - st4OutletIndex
24272 labelname: st4OutletName
24273 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24274 type: DisplayString
24275 - labels: []
24276 labelname: st4UnitIndex
24277 - labels: []
24278 labelname: st4InputCordIndex
24279 - labels: []
24280 labelname: st4UnitIndex
24281 - labels: []
24282 labelname: st4InputCordIndex
24283 - labels: []
24284 labelname: st4OutletIndex
24285 enum_values:
24286 0: normal
24287 1: disabled
24288 2: purged
24289 5: reading
24290 6: settle
24291 7: notFound
24292 8: lost
24293 9: readError
24294 10: noComm
24295 11: pwrError
24296 12: breakerTripped
24297 13: fuseBlown
24298 14: lowAlarm
24299 15: lowWarning
24300 16: highWarning
24301 17: highAlarm
24302 18: alarm
24303 19: underLimit
24304 20: overLimit
24305 21: nvmFail
24306 22: profileError
24307 23: conflict
24308 - name: st4OutletApparentPower
24309 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.9
24310 type: gauge
24311 help: The measured apparent power of the outlet in Volt-Amps. - 1.3.6.1.4.1.1718.4.1.8.3.1.9
24312 indexes:
24313 - labelname: st4UnitIndex
24314 type: gauge
24315 - labelname: st4InputCordIndex
24316 type: gauge
24317 - labelname: st4OutletIndex
24318 type: gauge
24319 lookups:
24320 - labels:
24321 - st4UnitIndex
24322 labelname: st4UnitName
24323 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24324 type: DisplayString
24325 - labels:
24326 - st4UnitIndex
24327 - st4InputCordIndex
24328 labelname: st4InputCordName
24329 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24330 type: DisplayString
24331 - labels:
24332 - st4UnitIndex
24333 - st4InputCordIndex
24334 - st4OutletIndex
24335 labelname: st4OutletName
24336 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24337 type: DisplayString
24338 - labels: []
24339 labelname: st4UnitIndex
24340 - labels: []
24341 labelname: st4InputCordIndex
24342 - labels: []
24343 labelname: st4UnitIndex
24344 - labels: []
24345 labelname: st4InputCordIndex
24346 - labels: []
24347 labelname: st4OutletIndex
24348 - name: st4OutletPowerFactor
24349 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.10
24350 type: gauge
24351 help: The measured power factor of the outlet in hundredths. - 1.3.6.1.4.1.1718.4.1.8.3.1.10
24352 indexes:
24353 - labelname: st4UnitIndex
24354 type: gauge
24355 - labelname: st4InputCordIndex
24356 type: gauge
24357 - labelname: st4OutletIndex
24358 type: gauge
24359 lookups:
24360 - labels:
24361 - st4UnitIndex
24362 labelname: st4UnitName
24363 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24364 type: DisplayString
24365 - labels:
24366 - st4UnitIndex
24367 - st4InputCordIndex
24368 labelname: st4InputCordName
24369 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24370 type: DisplayString
24371 - labels:
24372 - st4UnitIndex
24373 - st4InputCordIndex
24374 - st4OutletIndex
24375 labelname: st4OutletName
24376 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24377 type: DisplayString
24378 - labels: []
24379 labelname: st4UnitIndex
24380 - labels: []
24381 labelname: st4InputCordIndex
24382 - labels: []
24383 labelname: st4UnitIndex
24384 - labels: []
24385 labelname: st4InputCordIndex
24386 - labels: []
24387 labelname: st4OutletIndex
24388 - name: st4OutletPowerFactorStatus
24389 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.11
24390 type: gauge
24391 help: The status of the measured power factor of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.11
24392 indexes:
24393 - labelname: st4UnitIndex
24394 type: gauge
24395 - labelname: st4InputCordIndex
24396 type: gauge
24397 - labelname: st4OutletIndex
24398 type: gauge
24399 lookups:
24400 - labels:
24401 - st4UnitIndex
24402 labelname: st4UnitName
24403 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24404 type: DisplayString
24405 - labels:
24406 - st4UnitIndex
24407 - st4InputCordIndex
24408 labelname: st4InputCordName
24409 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24410 type: DisplayString
24411 - labels:
24412 - st4UnitIndex
24413 - st4InputCordIndex
24414 - st4OutletIndex
24415 labelname: st4OutletName
24416 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24417 type: DisplayString
24418 - labels: []
24419 labelname: st4UnitIndex
24420 - labels: []
24421 labelname: st4InputCordIndex
24422 - labels: []
24423 labelname: st4UnitIndex
24424 - labels: []
24425 labelname: st4InputCordIndex
24426 - labels: []
24427 labelname: st4OutletIndex
24428 enum_values:
24429 0: normal
24430 1: disabled
24431 2: purged
24432 5: reading
24433 6: settle
24434 7: notFound
24435 8: lost
24436 9: readError
24437 10: noComm
24438 11: pwrError
24439 12: breakerTripped
24440 13: fuseBlown
24441 14: lowAlarm
24442 15: lowWarning
24443 16: highWarning
24444 17: highAlarm
24445 18: alarm
24446 19: underLimit
24447 20: overLimit
24448 21: nvmFail
24449 22: profileError
24450 23: conflict
24451 - name: st4OutletCurrentCrestFactor
24452 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.12
24453 type: gauge
24454 help: The measured crest factor of the outlet in tenths. - 1.3.6.1.4.1.1718.4.1.8.3.1.12
24455 indexes:
24456 - labelname: st4UnitIndex
24457 type: gauge
24458 - labelname: st4InputCordIndex
24459 type: gauge
24460 - labelname: st4OutletIndex
24461 type: gauge
24462 lookups:
24463 - labels:
24464 - st4UnitIndex
24465 labelname: st4UnitName
24466 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24467 type: DisplayString
24468 - labels:
24469 - st4UnitIndex
24470 - st4InputCordIndex
24471 labelname: st4InputCordName
24472 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24473 type: DisplayString
24474 - labels:
24475 - st4UnitIndex
24476 - st4InputCordIndex
24477 - st4OutletIndex
24478 labelname: st4OutletName
24479 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24480 type: DisplayString
24481 - labels: []
24482 labelname: st4UnitIndex
24483 - labels: []
24484 labelname: st4InputCordIndex
24485 - labels: []
24486 labelname: st4UnitIndex
24487 - labels: []
24488 labelname: st4InputCordIndex
24489 - labels: []
24490 labelname: st4OutletIndex
24491 - name: st4OutletReactance
24492 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.13
24493 type: gauge
24494 help: The status of the measured reactance of the outlet. - 1.3.6.1.4.1.1718.4.1.8.3.1.13
24495 indexes:
24496 - labelname: st4UnitIndex
24497 type: gauge
24498 - labelname: st4InputCordIndex
24499 type: gauge
24500 - labelname: st4OutletIndex
24501 type: gauge
24502 lookups:
24503 - labels:
24504 - st4UnitIndex
24505 labelname: st4UnitName
24506 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24507 type: DisplayString
24508 - labels:
24509 - st4UnitIndex
24510 - st4InputCordIndex
24511 labelname: st4InputCordName
24512 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24513 type: DisplayString
24514 - labels:
24515 - st4UnitIndex
24516 - st4InputCordIndex
24517 - st4OutletIndex
24518 labelname: st4OutletName
24519 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24520 type: DisplayString
24521 - labels: []
24522 labelname: st4UnitIndex
24523 - labels: []
24524 labelname: st4InputCordIndex
24525 - labels: []
24526 labelname: st4UnitIndex
24527 - labels: []
24528 labelname: st4InputCordIndex
24529 - labels: []
24530 labelname: st4OutletIndex
24531 enum_values:
24532 0: unknown
24533 1: capacitive
24534 2: inductive
24535 3: resistive
24536 - name: st4OutletEnergy
24537 oid: 1.3.6.1.4.1.1718.4.1.8.3.1.14
24538 type: gauge
24539 help: The total energy consumption of the device plugged into the outlet in Watt-Hours.
24540 - 1.3.6.1.4.1.1718.4.1.8.3.1.14
24541 indexes:
24542 - labelname: st4UnitIndex
24543 type: gauge
24544 - labelname: st4InputCordIndex
24545 type: gauge
24546 - labelname: st4OutletIndex
24547 type: gauge
24548 lookups:
24549 - labels:
24550 - st4UnitIndex
24551 labelname: st4UnitName
24552 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24553 type: DisplayString
24554 - labels:
24555 - st4UnitIndex
24556 - st4InputCordIndex
24557 labelname: st4InputCordName
24558 oid: 1.3.6.1.4.1.1718.4.1.3.2.1.3
24559 type: DisplayString
24560 - labels:
24561 - st4UnitIndex
24562 - st4InputCordIndex
24563 - st4OutletIndex
24564 labelname: st4OutletName
24565 oid: 1.3.6.1.4.1.1718.4.1.8.2.1.3
24566 type: DisplayString
24567 - labels: []
24568 labelname: st4UnitIndex
24569 - labels: []
24570 labelname: st4InputCordIndex
24571 - labels: []
24572 labelname: st4UnitIndex
24573 - labels: []
24574 labelname: st4InputCordIndex
24575 - labels: []
24576 labelname: st4OutletIndex
24577 - name: st4TempSensorValue
24578 oid: 1.3.6.1.4.1.1718.4.1.9.3.1.1
24579 type: gauge
24580 help: The measured temperature on the sensor in tenth degrees using the scale
24581 selected by st4TempSensorScale - 1.3.6.1.4.1.1718.4.1.9.3.1.1
24582 indexes:
24583 - labelname: st4UnitIndex
24584 type: gauge
24585 - labelname: st4TempSensorIndex
24586 type: gauge
24587 lookups:
24588 - labels:
24589 - st4UnitIndex
24590 labelname: st4UnitName
24591 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24592 type: DisplayString
24593 - name: st4TempSensorStatus
24594 oid: 1.3.6.1.4.1.1718.4.1.9.3.1.2
24595 type: gauge
24596 help: The status of the temperature sensor. - 1.3.6.1.4.1.1718.4.1.9.3.1.2
24597 indexes:
24598 - labelname: st4UnitIndex
24599 type: gauge
24600 - labelname: st4TempSensorIndex
24601 type: gauge
24602 lookups:
24603 - labels:
24604 - st4UnitIndex
24605 labelname: st4UnitName
24606 oid: 1.3.6.1.4.1.1718.4.1.2.2.1.3
24607 type: DisplayString
24608 enum_values:
24609 0: normal
24610 1: disabled
24611 2: purged
24612 5: reading
24613 6: settle
24614 7: notFound
24615 8: lost
24616 9: readError
24617 10: noComm
24618 11: pwrError
24619 12: breakerTripped
24620 13: fuseBlown
24621 14: lowAlarm
24622 15: lowWarning
24623 16: highWarning
24624 17: highAlarm
24625 18: alarm
24626 19: underLimit
24627 20: overLimit
24628 21: nvmFail
24629 22: profileError
24630 23: conflict
24631synology:
24632 walk:
24633 - 1.3.6.1.2.1.2
24634 - 1.3.6.1.2.1.25.2
24635 - 1.3.6.1.2.1.31.1.1
24636 - 1.3.6.1.4.1.2021.10.1.2
24637 - 1.3.6.1.4.1.2021.10.1.5
24638 - 1.3.6.1.4.1.2021.4
24639 - 1.3.6.1.4.1.6574.1
24640 - 1.3.6.1.4.1.6574.101
24641 - 1.3.6.1.4.1.6574.102
24642 - 1.3.6.1.4.1.6574.104
24643 - 1.3.6.1.4.1.6574.2
24644 - 1.3.6.1.4.1.6574.3
24645 - 1.3.6.1.4.1.6574.4
24646 - 1.3.6.1.4.1.6574.5
24647 - 1.3.6.1.4.1.6574.6
24648 get:
24649 - 1.3.6.1.2.1.1.3.0
24650 - 1.3.6.1.4.1.2021.11.10.0
24651 - 1.3.6.1.4.1.2021.11.11.0
24652 - 1.3.6.1.4.1.2021.11.9.0
24653 metrics:
24654 - name: sysUpTime
24655 oid: 1.3.6.1.2.1.1.3
24656 type: gauge
24657 help: The time (in hundredths of a second) since the network management portion
24658 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
24659 - name: ifNumber
24660 oid: 1.3.6.1.2.1.2.1
24661 type: gauge
24662 help: The number of network interfaces (regardless of their current state) present
24663 on this system. - 1.3.6.1.2.1.2.1
24664 - name: ifIndex
24665 oid: 1.3.6.1.2.1.2.2.1.1
24666 type: gauge
24667 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
24668 indexes:
24669 - labelname: ifIndex
24670 type: gauge
24671 lookups:
24672 - labels:
24673 - ifIndex
24674 labelname: ifName
24675 oid: 1.3.6.1.2.1.31.1.1.1.1
24676 type: DisplayString
24677 - labels: []
24678 labelname: ifIndex
24679 - name: ifDescr
24680 oid: 1.3.6.1.2.1.2.2.1.2
24681 type: DisplayString
24682 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
24683 indexes:
24684 - labelname: ifIndex
24685 type: gauge
24686 lookups:
24687 - labels:
24688 - ifIndex
24689 labelname: ifName
24690 oid: 1.3.6.1.2.1.31.1.1.1.1
24691 type: DisplayString
24692 - labels: []
24693 labelname: ifIndex
24694 - name: ifType
24695 oid: 1.3.6.1.2.1.2.2.1.3
24696 type: EnumAsInfo
24697 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
24698 indexes:
24699 - labelname: ifIndex
24700 type: gauge
24701 lookups:
24702 - labels:
24703 - ifIndex
24704 labelname: ifName
24705 oid: 1.3.6.1.2.1.31.1.1.1.1
24706 type: DisplayString
24707 - labels: []
24708 labelname: ifIndex
24709 enum_values:
24710 1: other
24711 2: regular1822
24712 3: hdh1822
24713 4: ddnX25
24714 5: rfc877x25
24715 6: ethernetCsmacd
24716 7: iso88023Csmacd
24717 8: iso88024TokenBus
24718 9: iso88025TokenRing
24719 10: iso88026Man
24720 11: starLan
24721 12: proteon10Mbit
24722 13: proteon80Mbit
24723 14: hyperchannel
24724 15: fddi
24725 16: lapb
24726 17: sdlc
24727 18: ds1
24728 19: e1
24729 20: basicISDN
24730 21: primaryISDN
24731 22: propPointToPointSerial
24732 23: ppp
24733 24: softwareLoopback
24734 25: eon
24735 26: ethernet3Mbit
24736 27: nsip
24737 28: slip
24738 29: ultra
24739 30: ds3
24740 31: sip
24741 32: frameRelay
24742 33: rs232
24743 34: para
24744 35: arcnet
24745 36: arcnetPlus
24746 37: atm
24747 38: miox25
24748 39: sonet
24749 40: x25ple
24750 41: iso88022llc
24751 42: localTalk
24752 43: smdsDxi
24753 44: frameRelayService
24754 45: v35
24755 46: hssi
24756 47: hippi
24757 48: modem
24758 49: aal5
24759 50: sonetPath
24760 51: sonetVT
24761 52: smdsIcip
24762 53: propVirtual
24763 54: propMultiplexor
24764 55: ieee80212
24765 56: fibreChannel
24766 57: hippiInterface
24767 58: frameRelayInterconnect
24768 59: aflane8023
24769 60: aflane8025
24770 61: cctEmul
24771 62: fastEther
24772 63: isdn
24773 64: v11
24774 65: v36
24775 66: g703at64k
24776 67: g703at2mb
24777 68: qllc
24778 69: fastEtherFX
24779 70: channel
24780 71: ieee80211
24781 72: ibm370parChan
24782 73: escon
24783 74: dlsw
24784 75: isdns
24785 76: isdnu
24786 77: lapd
24787 78: ipSwitch
24788 79: rsrb
24789 80: atmLogical
24790 81: ds0
24791 82: ds0Bundle
24792 83: bsc
24793 84: async
24794 85: cnr
24795 86: iso88025Dtr
24796 87: eplrs
24797 88: arap
24798 89: propCnls
24799 90: hostPad
24800 91: termPad
24801 92: frameRelayMPI
24802 93: x213
24803 94: adsl
24804 95: radsl
24805 96: sdsl
24806 97: vdsl
24807 98: iso88025CRFPInt
24808 99: myrinet
24809 100: voiceEM
24810 101: voiceFXO
24811 102: voiceFXS
24812 103: voiceEncap
24813 104: voiceOverIp
24814 105: atmDxi
24815 106: atmFuni
24816 107: atmIma
24817 108: pppMultilinkBundle
24818 109: ipOverCdlc
24819 110: ipOverClaw
24820 111: stackToStack
24821 112: virtualIpAddress
24822 113: mpc
24823 114: ipOverAtm
24824 115: iso88025Fiber
24825 116: tdlc
24826 117: gigabitEthernet
24827 118: hdlc
24828 119: lapf
24829 120: v37
24830 121: x25mlp
24831 122: x25huntGroup
24832 123: transpHdlc
24833 124: interleave
24834 125: fast
24835 126: ip
24836 127: docsCableMaclayer
24837 128: docsCableDownstream
24838 129: docsCableUpstream
24839 130: a12MppSwitch
24840 131: tunnel
24841 132: coffee
24842 133: ces
24843 134: atmSubInterface
24844 135: l2vlan
24845 136: l3ipvlan
24846 137: l3ipxvlan
24847 138: digitalPowerline
24848 139: mediaMailOverIp
24849 140: dtm
24850 141: dcn
24851 142: ipForward
24852 143: msdsl
24853 144: ieee1394
24854 145: if-gsn
24855 146: dvbRccMacLayer
24856 147: dvbRccDownstream
24857 148: dvbRccUpstream
24858 149: atmVirtual
24859 150: mplsTunnel
24860 151: srp
24861 152: voiceOverAtm
24862 153: voiceOverFrameRelay
24863 154: idsl
24864 155: compositeLink
24865 156: ss7SigLink
24866 157: propWirelessP2P
24867 158: frForward
24868 159: rfc1483
24869 160: usb
24870 161: ieee8023adLag
24871 162: bgppolicyaccounting
24872 163: frf16MfrBundle
24873 164: h323Gatekeeper
24874 165: h323Proxy
24875 166: mpls
24876 167: mfSigLink
24877 168: hdsl2
24878 169: shdsl
24879 170: ds1FDL
24880 171: pos
24881 172: dvbAsiIn
24882 173: dvbAsiOut
24883 174: plc
24884 175: nfas
24885 176: tr008
24886 177: gr303RDT
24887 178: gr303IDT
24888 179: isup
24889 180: propDocsWirelessMaclayer
24890 181: propDocsWirelessDownstream
24891 182: propDocsWirelessUpstream
24892 183: hiperlan2
24893 184: propBWAp2Mp
24894 185: sonetOverheadChannel
24895 186: digitalWrapperOverheadChannel
24896 187: aal2
24897 188: radioMAC
24898 189: atmRadio
24899 190: imt
24900 191: mvl
24901 192: reachDSL
24902 193: frDlciEndPt
24903 194: atmVciEndPt
24904 195: opticalChannel
24905 196: opticalTransport
24906 197: propAtm
24907 198: voiceOverCable
24908 199: infiniband
24909 200: teLink
24910 201: q2931
24911 202: virtualTg
24912 203: sipTg
24913 204: sipSig
24914 205: docsCableUpstreamChannel
24915 206: econet
24916 207: pon155
24917 208: pon622
24918 209: bridge
24919 210: linegroup
24920 211: voiceEMFGD
24921 212: voiceFGDEANA
24922 213: voiceDID
24923 214: mpegTransport
24924 215: sixToFour
24925 216: gtp
24926 217: pdnEtherLoop1
24927 218: pdnEtherLoop2
24928 219: opticalChannelGroup
24929 220: homepna
24930 221: gfp
24931 222: ciscoISLvlan
24932 223: actelisMetaLOOP
24933 224: fcipLink
24934 225: rpr
24935 226: qam
24936 227: lmp
24937 228: cblVectaStar
24938 229: docsCableMCmtsDownstream
24939 230: adsl2
24940 231: macSecControlledIF
24941 232: macSecUncontrolledIF
24942 233: aviciOpticalEther
24943 234: atmbond
24944 235: voiceFGDOS
24945 236: mocaVersion1
24946 237: ieee80216WMAN
24947 238: adsl2plus
24948 239: dvbRcsMacLayer
24949 240: dvbTdm
24950 241: dvbRcsTdma
24951 242: x86Laps
24952 243: wwanPP
24953 244: wwanPP2
24954 245: voiceEBS
24955 246: ifPwType
24956 247: ilan
24957 248: pip
24958 249: aluELP
24959 250: gpon
24960 251: vdsl2
24961 252: capwapDot11Profile
24962 253: capwapDot11Bss
24963 254: capwapWtpVirtualRadio
24964 255: bits
24965 256: docsCableUpstreamRfPort
24966 257: cableDownstreamRfPort
24967 258: vmwareVirtualNic
24968 259: ieee802154
24969 260: otnOdu
24970 261: otnOtu
24971 262: ifVfiType
24972 263: g9981
24973 264: g9982
24974 265: g9983
24975 266: aluEpon
24976 267: aluEponOnu
24977 268: aluEponPhysicalUni
24978 269: aluEponLogicalLink
24979 270: aluGponOnu
24980 271: aluGponPhysicalUni
24981 272: vmwareNicTeam
24982 277: docsOfdmDownstream
24983 278: docsOfdmaUpstream
24984 279: gfast
24985 280: sdci
24986 281: xboxWireless
24987 282: fastdsl
24988 283: docsCableScte55d1FwdOob
24989 284: docsCableScte55d1RetOob
24990 285: docsCableScte55d2DsOob
24991 286: docsCableScte55d2UsOob
24992 287: docsCableNdf
24993 288: docsCableNdr
24994 289: ptm
24995 290: ghn
24996 291: otnOtsi
24997 292: otnOtuc
24998 293: otnOduc
24999 294: otnOtsig
25000 295: microwaveCarrierTermination
25001 296: microwaveRadioLinkTerminal
25002 297: ieee8021axDrni
25003 298: ax25
25004 299: ieee19061nanocom
25005 300: cpri
25006 301: omni
25007 302: roe
25008 303: p2pOverLan
25009 - name: ifMtu
25010 oid: 1.3.6.1.2.1.2.2.1.4
25011 type: gauge
25012 help: The size of the largest packet which can be sent/received on the interface,
25013 specified in octets - 1.3.6.1.2.1.2.2.1.4
25014 indexes:
25015 - labelname: ifIndex
25016 type: gauge
25017 lookups:
25018 - labels:
25019 - ifIndex
25020 labelname: ifName
25021 oid: 1.3.6.1.2.1.31.1.1.1.1
25022 type: DisplayString
25023 - labels: []
25024 labelname: ifIndex
25025 - name: ifSpeed
25026 oid: 1.3.6.1.2.1.2.2.1.5
25027 type: gauge
25028 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
25029 indexes:
25030 - labelname: ifIndex
25031 type: gauge
25032 lookups:
25033 - labels:
25034 - ifIndex
25035 labelname: ifName
25036 oid: 1.3.6.1.2.1.31.1.1.1.1
25037 type: DisplayString
25038 - labels: []
25039 labelname: ifIndex
25040 - name: ifPhysAddress
25041 oid: 1.3.6.1.2.1.2.2.1.6
25042 type: PhysAddress48
25043 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
25044 indexes:
25045 - labelname: ifIndex
25046 type: gauge
25047 lookups:
25048 - labels:
25049 - ifIndex
25050 labelname: ifName
25051 oid: 1.3.6.1.2.1.31.1.1.1.1
25052 type: DisplayString
25053 - labels: []
25054 labelname: ifIndex
25055 - name: ifAdminStatus
25056 oid: 1.3.6.1.2.1.2.2.1.7
25057 type: gauge
25058 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
25059 indexes:
25060 - labelname: ifIndex
25061 type: gauge
25062 lookups:
25063 - labels:
25064 - ifIndex
25065 labelname: ifName
25066 oid: 1.3.6.1.2.1.31.1.1.1.1
25067 type: DisplayString
25068 - labels: []
25069 labelname: ifIndex
25070 enum_values:
25071 1: up
25072 2: down
25073 3: testing
25074 - name: ifOperStatus
25075 oid: 1.3.6.1.2.1.2.2.1.8
25076 type: gauge
25077 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
25078 indexes:
25079 - labelname: ifIndex
25080 type: gauge
25081 lookups:
25082 - labels:
25083 - ifIndex
25084 labelname: ifName
25085 oid: 1.3.6.1.2.1.31.1.1.1.1
25086 type: DisplayString
25087 - labels: []
25088 labelname: ifIndex
25089 enum_values:
25090 1: up
25091 2: down
25092 3: testing
25093 4: unknown
25094 5: dormant
25095 6: notPresent
25096 7: lowerLayerDown
25097 - name: ifLastChange
25098 oid: 1.3.6.1.2.1.2.2.1.9
25099 type: gauge
25100 help: The value of sysUpTime at the time the interface entered its current operational
25101 state - 1.3.6.1.2.1.2.2.1.9
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: ifInOctets
25114 oid: 1.3.6.1.2.1.2.2.1.10
25115 type: counter
25116 help: The total number of octets received on the interface, including framing
25117 characters - 1.3.6.1.2.1.2.2.1.10
25118 indexes:
25119 - labelname: ifIndex
25120 type: gauge
25121 lookups:
25122 - labels:
25123 - ifIndex
25124 labelname: ifName
25125 oid: 1.3.6.1.2.1.31.1.1.1.1
25126 type: DisplayString
25127 - labels: []
25128 labelname: ifIndex
25129 - name: ifInUcastPkts
25130 oid: 1.3.6.1.2.1.2.2.1.11
25131 type: counter
25132 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25133 which were not addressed to a multicast or broadcast address at this sub-layer
25134 - 1.3.6.1.2.1.2.2.1.11
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: ifInNUcastPkts
25147 oid: 1.3.6.1.2.1.2.2.1.12
25148 type: counter
25149 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25150 which were addressed to a multicast or broadcast address at this sub-layer -
25151 1.3.6.1.2.1.2.2.1.12
25152 indexes:
25153 - labelname: ifIndex
25154 type: gauge
25155 lookups:
25156 - labels:
25157 - ifIndex
25158 labelname: ifName
25159 oid: 1.3.6.1.2.1.31.1.1.1.1
25160 type: DisplayString
25161 - labels: []
25162 labelname: ifIndex
25163 - name: ifInDiscards
25164 oid: 1.3.6.1.2.1.2.2.1.13
25165 type: counter
25166 help: The number of inbound packets which were chosen to be discarded even though
25167 no errors had been detected to prevent their being deliverable to a higher-layer
25168 protocol - 1.3.6.1.2.1.2.2.1.13
25169 indexes:
25170 - labelname: ifIndex
25171 type: gauge
25172 lookups:
25173 - labels:
25174 - ifIndex
25175 labelname: ifName
25176 oid: 1.3.6.1.2.1.31.1.1.1.1
25177 type: DisplayString
25178 - labels: []
25179 labelname: ifIndex
25180 - name: ifInErrors
25181 oid: 1.3.6.1.2.1.2.2.1.14
25182 type: counter
25183 help: For packet-oriented interfaces, the number of inbound packets that contained
25184 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
25185 indexes:
25186 - labelname: ifIndex
25187 type: gauge
25188 lookups:
25189 - labels:
25190 - ifIndex
25191 labelname: ifName
25192 oid: 1.3.6.1.2.1.31.1.1.1.1
25193 type: DisplayString
25194 - labels: []
25195 labelname: ifIndex
25196 - name: ifInUnknownProtos
25197 oid: 1.3.6.1.2.1.2.2.1.15
25198 type: counter
25199 help: For packet-oriented interfaces, the number of packets received via the interface
25200 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
25201 indexes:
25202 - labelname: ifIndex
25203 type: gauge
25204 lookups:
25205 - labels:
25206 - ifIndex
25207 labelname: ifName
25208 oid: 1.3.6.1.2.1.31.1.1.1.1
25209 type: DisplayString
25210 - labels: []
25211 labelname: ifIndex
25212 - name: ifOutOctets
25213 oid: 1.3.6.1.2.1.2.2.1.16
25214 type: counter
25215 help: The total number of octets transmitted out of the interface, including framing
25216 characters - 1.3.6.1.2.1.2.2.1.16
25217 indexes:
25218 - labelname: ifIndex
25219 type: gauge
25220 lookups:
25221 - labels:
25222 - ifIndex
25223 labelname: ifName
25224 oid: 1.3.6.1.2.1.31.1.1.1.1
25225 type: DisplayString
25226 - labels: []
25227 labelname: ifIndex
25228 - name: ifOutUcastPkts
25229 oid: 1.3.6.1.2.1.2.2.1.17
25230 type: counter
25231 help: The total number of packets that higher-level protocols requested be transmitted,
25232 and which were not addressed to a multicast or broadcast address at this sub-layer,
25233 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
25234 indexes:
25235 - labelname: ifIndex
25236 type: gauge
25237 lookups:
25238 - labels:
25239 - ifIndex
25240 labelname: ifName
25241 oid: 1.3.6.1.2.1.31.1.1.1.1
25242 type: DisplayString
25243 - labels: []
25244 labelname: ifIndex
25245 - name: ifOutNUcastPkts
25246 oid: 1.3.6.1.2.1.2.2.1.18
25247 type: counter
25248 help: The total number of packets that higher-level protocols requested be transmitted,
25249 and which were addressed to a multicast or broadcast address at this sub-layer,
25250 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
25251 indexes:
25252 - labelname: ifIndex
25253 type: gauge
25254 lookups:
25255 - labels:
25256 - ifIndex
25257 labelname: ifName
25258 oid: 1.3.6.1.2.1.31.1.1.1.1
25259 type: DisplayString
25260 - labels: []
25261 labelname: ifIndex
25262 - name: ifOutDiscards
25263 oid: 1.3.6.1.2.1.2.2.1.19
25264 type: counter
25265 help: The number of outbound packets which were chosen to be discarded even though
25266 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
25267 indexes:
25268 - labelname: ifIndex
25269 type: gauge
25270 lookups:
25271 - labels:
25272 - ifIndex
25273 labelname: ifName
25274 oid: 1.3.6.1.2.1.31.1.1.1.1
25275 type: DisplayString
25276 - labels: []
25277 labelname: ifIndex
25278 - name: ifOutErrors
25279 oid: 1.3.6.1.2.1.2.2.1.20
25280 type: counter
25281 help: For packet-oriented interfaces, the number of outbound packets that could
25282 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
25283 indexes:
25284 - labelname: ifIndex
25285 type: gauge
25286 lookups:
25287 - labels:
25288 - ifIndex
25289 labelname: ifName
25290 oid: 1.3.6.1.2.1.31.1.1.1.1
25291 type: DisplayString
25292 - labels: []
25293 labelname: ifIndex
25294 - name: ifOutQLen
25295 oid: 1.3.6.1.2.1.2.2.1.21
25296 type: gauge
25297 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
25298 indexes:
25299 - labelname: ifIndex
25300 type: gauge
25301 lookups:
25302 - labels:
25303 - ifIndex
25304 labelname: ifName
25305 oid: 1.3.6.1.2.1.31.1.1.1.1
25306 type: DisplayString
25307 - labels: []
25308 labelname: ifIndex
25309 - name: ifSpecific
25310 oid: 1.3.6.1.2.1.2.2.1.22
25311 type: OctetString
25312 help: A reference to MIB definitions specific to the particular media being used
25313 to realize the interface - 1.3.6.1.2.1.2.2.1.22
25314 indexes:
25315 - labelname: ifIndex
25316 type: gauge
25317 lookups:
25318 - labels:
25319 - ifIndex
25320 labelname: ifName
25321 oid: 1.3.6.1.2.1.31.1.1.1.1
25322 type: DisplayString
25323 - labels: []
25324 labelname: ifIndex
25325 - name: hrMemorySize
25326 oid: 1.3.6.1.2.1.25.2.2
25327 type: gauge
25328 help: The amount of physical read-write main memory, typically RAM, contained
25329 by the host. - 1.3.6.1.2.1.25.2.2
25330 - name: hrStorageIndex
25331 oid: 1.3.6.1.2.1.25.2.3.1.1
25332 type: gauge
25333 help: A unique value for each logical storage area contained by the host. - 1.3.6.1.2.1.25.2.3.1.1
25334 indexes:
25335 - labelname: hrStorageIndex
25336 type: gauge
25337 lookups:
25338 - labels:
25339 - hrStorageIndex
25340 labelname: hrStorageDescr
25341 oid: 1.3.6.1.2.1.25.2.3.1.3
25342 type: DisplayString
25343 - labels: []
25344 labelname: hrStorageIndex
25345 - name: hrStorageType
25346 oid: 1.3.6.1.2.1.25.2.3.1.2
25347 type: OctetString
25348 help: The type of storage represented by this entry. - 1.3.6.1.2.1.25.2.3.1.2
25349 indexes:
25350 - labelname: hrStorageIndex
25351 type: gauge
25352 lookups:
25353 - labels:
25354 - hrStorageIndex
25355 labelname: hrStorageDescr
25356 oid: 1.3.6.1.2.1.25.2.3.1.3
25357 type: DisplayString
25358 - labels: []
25359 labelname: hrStorageIndex
25360 - name: hrStorageDescr
25361 oid: 1.3.6.1.2.1.25.2.3.1.3
25362 type: DisplayString
25363 help: A description of the type and instance of the storage described by this
25364 entry. - 1.3.6.1.2.1.25.2.3.1.3
25365 indexes:
25366 - labelname: hrStorageIndex
25367 type: gauge
25368 lookups:
25369 - labels:
25370 - hrStorageIndex
25371 labelname: hrStorageDescr
25372 oid: 1.3.6.1.2.1.25.2.3.1.3
25373 type: DisplayString
25374 - labels: []
25375 labelname: hrStorageIndex
25376 - name: hrStorageAllocationUnits
25377 oid: 1.3.6.1.2.1.25.2.3.1.4
25378 type: gauge
25379 help: The size, in bytes, of the data objects allocated from this pool - 1.3.6.1.2.1.25.2.3.1.4
25380 indexes:
25381 - labelname: hrStorageIndex
25382 type: gauge
25383 lookups:
25384 - labels:
25385 - hrStorageIndex
25386 labelname: hrStorageDescr
25387 oid: 1.3.6.1.2.1.25.2.3.1.3
25388 type: DisplayString
25389 - labels: []
25390 labelname: hrStorageIndex
25391 - name: hrStorageSize
25392 oid: 1.3.6.1.2.1.25.2.3.1.5
25393 type: gauge
25394 help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
25395 - 1.3.6.1.2.1.25.2.3.1.5
25396 indexes:
25397 - labelname: hrStorageIndex
25398 type: gauge
25399 lookups:
25400 - labels:
25401 - hrStorageIndex
25402 labelname: hrStorageDescr
25403 oid: 1.3.6.1.2.1.25.2.3.1.3
25404 type: DisplayString
25405 - labels: []
25406 labelname: hrStorageIndex
25407 - name: hrStorageUsed
25408 oid: 1.3.6.1.2.1.25.2.3.1.6
25409 type: gauge
25410 help: The amount of the storage represented by this entry that is allocated, in
25411 units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
25412 indexes:
25413 - labelname: hrStorageIndex
25414 type: gauge
25415 lookups:
25416 - labels:
25417 - hrStorageIndex
25418 labelname: hrStorageDescr
25419 oid: 1.3.6.1.2.1.25.2.3.1.3
25420 type: DisplayString
25421 - labels: []
25422 labelname: hrStorageIndex
25423 - name: hrStorageAllocationFailures
25424 oid: 1.3.6.1.2.1.25.2.3.1.7
25425 type: counter
25426 help: The number of requests for storage represented by this entry that could
25427 not be honored due to not enough storage - 1.3.6.1.2.1.25.2.3.1.7
25428 indexes:
25429 - labelname: hrStorageIndex
25430 type: gauge
25431 lookups:
25432 - labels:
25433 - hrStorageIndex
25434 labelname: hrStorageDescr
25435 oid: 1.3.6.1.2.1.25.2.3.1.3
25436 type: DisplayString
25437 - labels: []
25438 labelname: hrStorageIndex
25439 - name: ifName
25440 oid: 1.3.6.1.2.1.31.1.1.1.1
25441 type: DisplayString
25442 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
25443 indexes:
25444 - labelname: ifIndex
25445 type: gauge
25446 lookups:
25447 - labels:
25448 - ifIndex
25449 labelname: ifName
25450 oid: 1.3.6.1.2.1.31.1.1.1.1
25451 type: DisplayString
25452 - labels: []
25453 labelname: ifIndex
25454 - name: ifInMulticastPkts
25455 oid: 1.3.6.1.2.1.31.1.1.1.2
25456 type: counter
25457 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25458 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
25459 indexes:
25460 - labelname: ifIndex
25461 type: gauge
25462 lookups:
25463 - labels:
25464 - ifIndex
25465 labelname: ifName
25466 oid: 1.3.6.1.2.1.31.1.1.1.1
25467 type: DisplayString
25468 - labels: []
25469 labelname: ifIndex
25470 - name: ifInBroadcastPkts
25471 oid: 1.3.6.1.2.1.31.1.1.1.3
25472 type: counter
25473 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25474 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
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: ifOutMulticastPkts
25487 oid: 1.3.6.1.2.1.31.1.1.1.4
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.4
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: ifOutBroadcastPkts
25504 oid: 1.3.6.1.2.1.31.1.1.1.5
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.5
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: ifHCInOctets
25521 oid: 1.3.6.1.2.1.31.1.1.1.6
25522 type: counter
25523 help: The total number of octets received on the interface, including framing
25524 characters - 1.3.6.1.2.1.31.1.1.1.6
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 - name: ifHCInUcastPkts
25537 oid: 1.3.6.1.2.1.31.1.1.1.7
25538 type: counter
25539 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25540 which were not addressed to a multicast or broadcast address at this sub-layer
25541 - 1.3.6.1.2.1.31.1.1.1.7
25542 indexes:
25543 - labelname: ifIndex
25544 type: gauge
25545 lookups:
25546 - labels:
25547 - ifIndex
25548 labelname: ifName
25549 oid: 1.3.6.1.2.1.31.1.1.1.1
25550 type: DisplayString
25551 - labels: []
25552 labelname: ifIndex
25553 - name: ifHCInMulticastPkts
25554 oid: 1.3.6.1.2.1.31.1.1.1.8
25555 type: counter
25556 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25557 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
25558 indexes:
25559 - labelname: ifIndex
25560 type: gauge
25561 lookups:
25562 - labels:
25563 - ifIndex
25564 labelname: ifName
25565 oid: 1.3.6.1.2.1.31.1.1.1.1
25566 type: DisplayString
25567 - labels: []
25568 labelname: ifIndex
25569 - name: ifHCInBroadcastPkts
25570 oid: 1.3.6.1.2.1.31.1.1.1.9
25571 type: counter
25572 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
25573 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
25574 indexes:
25575 - labelname: ifIndex
25576 type: gauge
25577 lookups:
25578 - labels:
25579 - ifIndex
25580 labelname: ifName
25581 oid: 1.3.6.1.2.1.31.1.1.1.1
25582 type: DisplayString
25583 - labels: []
25584 labelname: ifIndex
25585 - name: ifHCOutOctets
25586 oid: 1.3.6.1.2.1.31.1.1.1.10
25587 type: counter
25588 help: The total number of octets transmitted out of the interface, including framing
25589 characters - 1.3.6.1.2.1.31.1.1.1.10
25590 indexes:
25591 - labelname: ifIndex
25592 type: gauge
25593 lookups:
25594 - labels:
25595 - ifIndex
25596 labelname: ifName
25597 oid: 1.3.6.1.2.1.31.1.1.1.1
25598 type: DisplayString
25599 - labels: []
25600 labelname: ifIndex
25601 - name: ifHCOutUcastPkts
25602 oid: 1.3.6.1.2.1.31.1.1.1.11
25603 type: counter
25604 help: The total number of packets that higher-level protocols requested be transmitted,
25605 and which were not addressed to a multicast or broadcast address at this sub-layer,
25606 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
25607 indexes:
25608 - labelname: ifIndex
25609 type: gauge
25610 lookups:
25611 - labels:
25612 - ifIndex
25613 labelname: ifName
25614 oid: 1.3.6.1.2.1.31.1.1.1.1
25615 type: DisplayString
25616 - labels: []
25617 labelname: ifIndex
25618 - name: ifHCOutMulticastPkts
25619 oid: 1.3.6.1.2.1.31.1.1.1.12
25620 type: counter
25621 help: The total number of packets that higher-level protocols requested be transmitted,
25622 and which were addressed to a multicast address at this sub-layer, including
25623 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
25624 indexes:
25625 - labelname: ifIndex
25626 type: gauge
25627 lookups:
25628 - labels:
25629 - ifIndex
25630 labelname: ifName
25631 oid: 1.3.6.1.2.1.31.1.1.1.1
25632 type: DisplayString
25633 - labels: []
25634 labelname: ifIndex
25635 - name: ifHCOutBroadcastPkts
25636 oid: 1.3.6.1.2.1.31.1.1.1.13
25637 type: counter
25638 help: The total number of packets that higher-level protocols requested be transmitted,
25639 and which were addressed to a broadcast address at this sub-layer, including
25640 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
25641 indexes:
25642 - labelname: ifIndex
25643 type: gauge
25644 lookups:
25645 - labels:
25646 - ifIndex
25647 labelname: ifName
25648 oid: 1.3.6.1.2.1.31.1.1.1.1
25649 type: DisplayString
25650 - labels: []
25651 labelname: ifIndex
25652 - name: ifLinkUpDownTrapEnable
25653 oid: 1.3.6.1.2.1.31.1.1.1.14
25654 type: gauge
25655 help: Indicates whether linkUp/linkDown traps should be generated for this interface
25656 - 1.3.6.1.2.1.31.1.1.1.14
25657 indexes:
25658 - labelname: ifIndex
25659 type: gauge
25660 lookups:
25661 - labels:
25662 - ifIndex
25663 labelname: ifName
25664 oid: 1.3.6.1.2.1.31.1.1.1.1
25665 type: DisplayString
25666 - labels: []
25667 labelname: ifIndex
25668 enum_values:
25669 1: enabled
25670 2: disabled
25671 - name: ifHighSpeed
25672 oid: 1.3.6.1.2.1.31.1.1.1.15
25673 type: gauge
25674 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
25675 per second - 1.3.6.1.2.1.31.1.1.1.15
25676 indexes:
25677 - labelname: ifIndex
25678 type: gauge
25679 lookups:
25680 - labels:
25681 - ifIndex
25682 labelname: ifName
25683 oid: 1.3.6.1.2.1.31.1.1.1.1
25684 type: DisplayString
25685 - labels: []
25686 labelname: ifIndex
25687 - name: ifPromiscuousMode
25688 oid: 1.3.6.1.2.1.31.1.1.1.16
25689 type: gauge
25690 help: This object has a value of false(2) if this interface only accepts packets/frames
25691 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
25692 indexes:
25693 - labelname: ifIndex
25694 type: gauge
25695 lookups:
25696 - labels:
25697 - ifIndex
25698 labelname: ifName
25699 oid: 1.3.6.1.2.1.31.1.1.1.1
25700 type: DisplayString
25701 - labels: []
25702 labelname: ifIndex
25703 enum_values:
25704 1: "true"
25705 2: "false"
25706 - name: ifConnectorPresent
25707 oid: 1.3.6.1.2.1.31.1.1.1.17
25708 type: gauge
25709 help: This object has the value 'true(1)' if the interface sublayer has a physical
25710 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
25711 indexes:
25712 - labelname: ifIndex
25713 type: gauge
25714 lookups:
25715 - labels:
25716 - ifIndex
25717 labelname: ifName
25718 oid: 1.3.6.1.2.1.31.1.1.1.1
25719 type: DisplayString
25720 - labels: []
25721 labelname: ifIndex
25722 enum_values:
25723 1: "true"
25724 2: "false"
25725 - name: ifAlias
25726 oid: 1.3.6.1.2.1.31.1.1.1.18
25727 type: DisplayString
25728 help: This object is an 'alias' name for the interface as specified by a network
25729 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
25730 indexes:
25731 - labelname: ifIndex
25732 type: gauge
25733 lookups:
25734 - labels:
25735 - ifIndex
25736 labelname: ifName
25737 oid: 1.3.6.1.2.1.31.1.1.1.1
25738 type: DisplayString
25739 - labels: []
25740 labelname: ifIndex
25741 - name: ifCounterDiscontinuityTime
25742 oid: 1.3.6.1.2.1.31.1.1.1.19
25743 type: gauge
25744 help: The value of sysUpTime on the most recent occasion at which any one or more
25745 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
25746 indexes:
25747 - labelname: ifIndex
25748 type: gauge
25749 lookups:
25750 - labels:
25751 - ifIndex
25752 labelname: ifName
25753 oid: 1.3.6.1.2.1.31.1.1.1.1
25754 type: DisplayString
25755 - labels: []
25756 labelname: ifIndex
25757 - name: laNames
25758 oid: 1.3.6.1.4.1.2021.10.1.2
25759 type: DisplayString
25760 help: The list of loadave names we're watching. - 1.3.6.1.4.1.2021.10.1.2
25761 indexes:
25762 - labelname: laIndex
25763 type: gauge
25764 lookups:
25765 - labels:
25766 - laIndex
25767 labelname: laNames
25768 oid: 1.3.6.1.4.1.2021.10.1.2
25769 type: DisplayString
25770 - labels: []
25771 labelname: laIndex
25772 - name: laLoadInt
25773 oid: 1.3.6.1.4.1.2021.10.1.5
25774 type: gauge
25775 help: The 1,5 and 15 minute load averages as an integer - 1.3.6.1.4.1.2021.10.1.5
25776 indexes:
25777 - labelname: laIndex
25778 type: gauge
25779 lookups:
25780 - labels:
25781 - laIndex
25782 labelname: laNames
25783 oid: 1.3.6.1.4.1.2021.10.1.2
25784 type: DisplayString
25785 - labels: []
25786 labelname: laIndex
25787 - name: ssCpuSystem
25788 oid: 1.3.6.1.4.1.2021.11.10
25789 type: gauge
25790 help: The percentage of CPU time spent processing system-level code, calculated
25791 over the last minute - 1.3.6.1.4.1.2021.11.10
25792 - name: ssCpuIdle
25793 oid: 1.3.6.1.4.1.2021.11.11
25794 type: gauge
25795 help: The percentage of processor time spent idle, calculated over the last minute
25796 - 1.3.6.1.4.1.2021.11.11
25797 - name: ssCpuUser
25798 oid: 1.3.6.1.4.1.2021.11.9
25799 type: gauge
25800 help: The percentage of CPU time spent processing user-level code, calculated
25801 over the last minute - 1.3.6.1.4.1.2021.11.9
25802 - name: memIndex
25803 oid: 1.3.6.1.4.1.2021.4.1
25804 type: gauge
25805 help: Bogus Index - 1.3.6.1.4.1.2021.4.1
25806 - name: memErrorName
25807 oid: 1.3.6.1.4.1.2021.4.2
25808 type: DisplayString
25809 help: Bogus Name - 1.3.6.1.4.1.2021.4.2
25810 - name: memTotalSwap
25811 oid: 1.3.6.1.4.1.2021.4.3
25812 type: gauge
25813 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.3
25814 - name: memAvailSwap
25815 oid: 1.3.6.1.4.1.2021.4.4
25816 type: gauge
25817 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.4
25818 - name: memTotalReal
25819 oid: 1.3.6.1.4.1.2021.4.5
25820 type: gauge
25821 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5
25822 - name: memAvailReal
25823 oid: 1.3.6.1.4.1.2021.4.6
25824 type: gauge
25825 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6
25826 - name: memTotalSwapTXT
25827 oid: 1.3.6.1.4.1.2021.4.7
25828 type: gauge
25829 help: The total amount of swap space or virtual memory allocated for text pages
25830 on this host - 1.3.6.1.4.1.2021.4.7
25831 - name: memAvailSwapTXT
25832 oid: 1.3.6.1.4.1.2021.4.8
25833 type: gauge
25834 help: The amount of swap space or virtual memory currently being used by text
25835 pages on this host - 1.3.6.1.4.1.2021.4.8
25836 - name: memTotalRealTXT
25837 oid: 1.3.6.1.4.1.2021.4.9
25838 type: gauge
25839 help: The total amount of real/physical memory allocated for text pages on this
25840 host - 1.3.6.1.4.1.2021.4.9
25841 - name: memAvailRealTXT
25842 oid: 1.3.6.1.4.1.2021.4.10
25843 type: gauge
25844 help: The amount of real/physical memory currently being used by text pages on
25845 this host - 1.3.6.1.4.1.2021.4.10
25846 - name: memTotalFree
25847 oid: 1.3.6.1.4.1.2021.4.11
25848 type: gauge
25849 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.11
25850 - name: memMinimumSwap
25851 oid: 1.3.6.1.4.1.2021.4.12
25852 type: gauge
25853 help: The minimum amount of swap space expected to be kept free or available during
25854 normal operation of this host - 1.3.6.1.4.1.2021.4.12
25855 - name: memShared
25856 oid: 1.3.6.1.4.1.2021.4.13
25857 type: gauge
25858 help: The total amount of real or virtual memory currently allocated for use as
25859 shared memory - 1.3.6.1.4.1.2021.4.13
25860 - name: memBuffer
25861 oid: 1.3.6.1.4.1.2021.4.14
25862 type: gauge
25863 help: The total amount of real or virtual memory currently allocated for use as
25864 memory buffers - 1.3.6.1.4.1.2021.4.14
25865 - name: memCached
25866 oid: 1.3.6.1.4.1.2021.4.15
25867 type: gauge
25868 help: The total amount of real or virtual memory currently allocated for use as
25869 cached memory - 1.3.6.1.4.1.2021.4.15
25870 - name: memUsedSwapTXT
25871 oid: 1.3.6.1.4.1.2021.4.16
25872 type: gauge
25873 help: The amount of swap space or virtual memory currently being used by text
25874 pages on this host - 1.3.6.1.4.1.2021.4.16
25875 - name: memUsedRealTXT
25876 oid: 1.3.6.1.4.1.2021.4.17
25877 type: gauge
25878 help: The amount of real/physical memory currently being used by text pages on
25879 this host - 1.3.6.1.4.1.2021.4.17
25880 - name: memTotalSwapX
25881 oid: 1.3.6.1.4.1.2021.4.18
25882 type: counter
25883 help: The total amount of swap space configured for this host. - 1.3.6.1.4.1.2021.4.18
25884 - name: memAvailSwapX
25885 oid: 1.3.6.1.4.1.2021.4.19
25886 type: counter
25887 help: The amount of swap space currently unused or available. - 1.3.6.1.4.1.2021.4.19
25888 - name: memTotalRealX
25889 oid: 1.3.6.1.4.1.2021.4.20
25890 type: counter
25891 help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.20
25892 - name: memAvailRealX
25893 oid: 1.3.6.1.4.1.2021.4.21
25894 type: counter
25895 help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.21
25896 - name: memTotalFreeX
25897 oid: 1.3.6.1.4.1.2021.4.22
25898 type: counter
25899 help: The total amount of memory free or available for use on this host - 1.3.6.1.4.1.2021.4.22
25900 - name: memMinimumSwapX
25901 oid: 1.3.6.1.4.1.2021.4.23
25902 type: counter
25903 help: The minimum amount of swap space expected to be kept free or available during
25904 normal operation of this host - 1.3.6.1.4.1.2021.4.23
25905 - name: memSharedX
25906 oid: 1.3.6.1.4.1.2021.4.24
25907 type: counter
25908 help: The total amount of real or virtual memory currently allocated for use as
25909 shared memory - 1.3.6.1.4.1.2021.4.24
25910 - name: memBufferX
25911 oid: 1.3.6.1.4.1.2021.4.25
25912 type: counter
25913 help: The total amount of real or virtual memory currently allocated for use as
25914 memory buffers - 1.3.6.1.4.1.2021.4.25
25915 - name: memCachedX
25916 oid: 1.3.6.1.4.1.2021.4.26
25917 type: counter
25918 help: The total amount of real or virtual memory currently allocated for use as
25919 cached memory - 1.3.6.1.4.1.2021.4.26
25920 - name: memSwapError
25921 oid: 1.3.6.1.4.1.2021.4.100
25922 type: gauge
25923 help: Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
25924 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.100
25925 enum_values:
25926 0: noError
25927 1: error
25928 - name: memSwapErrorMsg
25929 oid: 1.3.6.1.4.1.2021.4.101
25930 type: DisplayString
25931 help: Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)'),
25932 is less than the desired minimum (specified by 'memMinimumSwap(12)'). - 1.3.6.1.4.1.2021.4.101
25933 - name: systemStatus
25934 oid: 1.3.6.1.4.1.6574.1.1
25935 type: gauge
25936 help: Synology system status Each meanings of status represented describe below
25937 - 1.3.6.1.4.1.6574.1.1
25938 - name: temperature
25939 oid: 1.3.6.1.4.1.6574.1.2
25940 type: gauge
25941 help: Synology system temperature The temperature of Disk Station uses Celsius
25942 degree. - 1.3.6.1.4.1.6574.1.2
25943 - name: powerStatus
25944 oid: 1.3.6.1.4.1.6574.1.3
25945 type: gauge
25946 help: Synology power status Each meanings of status represented describe below
25947 - 1.3.6.1.4.1.6574.1.3
25948 - name: systemFanStatus
25949 oid: 1.3.6.1.4.1.6574.1.4.1
25950 type: gauge
25951 help: Synology system fan status Each meanings of status represented describe
25952 below - 1.3.6.1.4.1.6574.1.4.1
25953 - name: cpuFanStatus
25954 oid: 1.3.6.1.4.1.6574.1.4.2
25955 type: gauge
25956 help: Synology cpu fan status Each meanings of status represented describe below
25957 - 1.3.6.1.4.1.6574.1.4.2
25958 - name: modelName
25959 oid: 1.3.6.1.4.1.6574.1.5.1
25960 type: DisplayString
25961 help: The Model name of this NAS - 1.3.6.1.4.1.6574.1.5.1
25962 - name: serialNumber
25963 oid: 1.3.6.1.4.1.6574.1.5.2
25964 type: OctetString
25965 help: The serial number of this NAS - 1.3.6.1.4.1.6574.1.5.2
25966 - name: version
25967 oid: 1.3.6.1.4.1.6574.1.5.3
25968 type: OctetString
25969 help: The version of this DSM - 1.3.6.1.4.1.6574.1.5.3
25970 - name: upgradeAvailable
25971 oid: 1.3.6.1.4.1.6574.1.5.4
25972 type: gauge
25973 help: This oid is for checking whether there is a latest DSM can be upgraded -
25974 1.3.6.1.4.1.6574.1.5.4
25975 - name: controllerNumber
25976 oid: 1.3.6.1.4.1.6574.1.6
25977 type: gauge
25978 help: Synology system controller number Controller A(0) Controller B(1) - 1.3.6.1.4.1.6574.1.6
25979 - name: storageIOIndex
25980 oid: 1.3.6.1.4.1.6574.101.1.1.1
25981 type: gauge
25982 help: Reference index for each observed device. - 1.3.6.1.4.1.6574.101.1.1.1
25983 indexes:
25984 - labelname: storageIOIndex
25985 type: gauge
25986 lookups:
25987 - labels:
25988 - storageIOIndex
25989 labelname: storageIODevice
25990 oid: 1.3.6.1.4.1.6574.101.1.1.2
25991 type: DisplayString
25992 - labels: []
25993 labelname: storageIOIndex
25994 - name: storageIODevice
25995 oid: 1.3.6.1.4.1.6574.101.1.1.2
25996 type: DisplayString
25997 help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.101.1.1.2
25998 indexes:
25999 - labelname: storageIOIndex
26000 type: gauge
26001 lookups:
26002 - labels:
26003 - storageIOIndex
26004 labelname: storageIODevice
26005 oid: 1.3.6.1.4.1.6574.101.1.1.2
26006 type: DisplayString
26007 - labels: []
26008 labelname: storageIOIndex
26009 - name: storageIONRead
26010 oid: 1.3.6.1.4.1.6574.101.1.1.3
26011 type: counter
26012 help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.3
26013 indexes:
26014 - labelname: storageIOIndex
26015 type: gauge
26016 lookups:
26017 - labels:
26018 - storageIOIndex
26019 labelname: storageIODevice
26020 oid: 1.3.6.1.4.1.6574.101.1.1.2
26021 type: DisplayString
26022 - labels: []
26023 labelname: storageIOIndex
26024 - name: storageIONWritten
26025 oid: 1.3.6.1.4.1.6574.101.1.1.4
26026 type: counter
26027 help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.4
26028 indexes:
26029 - labelname: storageIOIndex
26030 type: gauge
26031 lookups:
26032 - labels:
26033 - storageIOIndex
26034 labelname: storageIODevice
26035 oid: 1.3.6.1.4.1.6574.101.1.1.2
26036 type: DisplayString
26037 - labels: []
26038 labelname: storageIOIndex
26039 - name: storageIOReads
26040 oid: 1.3.6.1.4.1.6574.101.1.1.5
26041 type: counter
26042 help: The number of read accesses from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.5
26043 indexes:
26044 - labelname: storageIOIndex
26045 type: gauge
26046 lookups:
26047 - labels:
26048 - storageIOIndex
26049 labelname: storageIODevice
26050 oid: 1.3.6.1.4.1.6574.101.1.1.2
26051 type: DisplayString
26052 - labels: []
26053 labelname: storageIOIndex
26054 - name: storageIOWrites
26055 oid: 1.3.6.1.4.1.6574.101.1.1.6
26056 type: counter
26057 help: The number of write accesses to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.6
26058 indexes:
26059 - labelname: storageIOIndex
26060 type: gauge
26061 lookups:
26062 - labels:
26063 - storageIOIndex
26064 labelname: storageIODevice
26065 oid: 1.3.6.1.4.1.6574.101.1.1.2
26066 type: DisplayString
26067 - labels: []
26068 labelname: storageIOIndex
26069 - name: storageIOLA
26070 oid: 1.3.6.1.4.1.6574.101.1.1.8
26071 type: gauge
26072 help: The load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.8
26073 indexes:
26074 - labelname: storageIOIndex
26075 type: gauge
26076 lookups:
26077 - labels:
26078 - storageIOIndex
26079 labelname: storageIODevice
26080 oid: 1.3.6.1.4.1.6574.101.1.1.2
26081 type: DisplayString
26082 - labels: []
26083 labelname: storageIOIndex
26084 - name: storageIOLA1
26085 oid: 1.3.6.1.4.1.6574.101.1.1.9
26086 type: gauge
26087 help: The 1 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.9
26088 indexes:
26089 - labelname: storageIOIndex
26090 type: gauge
26091 lookups:
26092 - labels:
26093 - storageIOIndex
26094 labelname: storageIODevice
26095 oid: 1.3.6.1.4.1.6574.101.1.1.2
26096 type: DisplayString
26097 - labels: []
26098 labelname: storageIOIndex
26099 - name: storageIOLA5
26100 oid: 1.3.6.1.4.1.6574.101.1.1.10
26101 type: gauge
26102 help: The 5 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.10
26103 indexes:
26104 - labelname: storageIOIndex
26105 type: gauge
26106 lookups:
26107 - labels:
26108 - storageIOIndex
26109 labelname: storageIODevice
26110 oid: 1.3.6.1.4.1.6574.101.1.1.2
26111 type: DisplayString
26112 - labels: []
26113 labelname: storageIOIndex
26114 - name: storageIOLA15
26115 oid: 1.3.6.1.4.1.6574.101.1.1.11
26116 type: gauge
26117 help: The 15 minute average load of disk (%) - 1.3.6.1.4.1.6574.101.1.1.11
26118 indexes:
26119 - labelname: storageIOIndex
26120 type: gauge
26121 lookups:
26122 - labels:
26123 - storageIOIndex
26124 labelname: storageIODevice
26125 oid: 1.3.6.1.4.1.6574.101.1.1.2
26126 type: DisplayString
26127 - labels: []
26128 labelname: storageIOIndex
26129 - name: storageIONReadX
26130 oid: 1.3.6.1.4.1.6574.101.1.1.12
26131 type: counter
26132 help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.101.1.1.12
26133 indexes:
26134 - labelname: storageIOIndex
26135 type: gauge
26136 lookups:
26137 - labels:
26138 - storageIOIndex
26139 labelname: storageIODevice
26140 oid: 1.3.6.1.4.1.6574.101.1.1.2
26141 type: DisplayString
26142 - labels: []
26143 labelname: storageIOIndex
26144 - name: storageIONWrittenX
26145 oid: 1.3.6.1.4.1.6574.101.1.1.13
26146 type: counter
26147 help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.101.1.1.13
26148 indexes:
26149 - labelname: storageIOIndex
26150 type: gauge
26151 lookups:
26152 - labels:
26153 - storageIOIndex
26154 labelname: storageIODevice
26155 oid: 1.3.6.1.4.1.6574.101.1.1.2
26156 type: DisplayString
26157 - labels: []
26158 labelname: storageIOIndex
26159 - name: storageIODeviceSerial
26160 oid: 1.3.6.1.4.1.6574.101.1.1.14
26161 type: DisplayString
26162 help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.101.1.1.14
26163 indexes:
26164 - labelname: storageIOIndex
26165 type: gauge
26166 lookups:
26167 - labels:
26168 - storageIOIndex
26169 labelname: storageIODevice
26170 oid: 1.3.6.1.4.1.6574.101.1.1.2
26171 type: DisplayString
26172 - labels: []
26173 labelname: storageIOIndex
26174 - name: spaceIOIndex
26175 oid: 1.3.6.1.4.1.6574.102.1.1.1
26176 type: gauge
26177 help: Reference index for each observed device. - 1.3.6.1.4.1.6574.102.1.1.1
26178 indexes:
26179 - labelname: spaceIOIndex
26180 type: gauge
26181 lookups:
26182 - labels:
26183 - spaceIOIndex
26184 labelname: spaceIODevice
26185 oid: 1.3.6.1.4.1.6574.102.1.1.2
26186 type: DisplayString
26187 - labels: []
26188 labelname: spaceIOIndex
26189 - name: spaceIODevice
26190 oid: 1.3.6.1.4.1.6574.102.1.1.2
26191 type: DisplayString
26192 help: The name of the device we are counting/checking. - 1.3.6.1.4.1.6574.102.1.1.2
26193 indexes:
26194 - labelname: spaceIOIndex
26195 type: gauge
26196 lookups:
26197 - labels:
26198 - spaceIOIndex
26199 labelname: spaceIODevice
26200 oid: 1.3.6.1.4.1.6574.102.1.1.2
26201 type: DisplayString
26202 - labels: []
26203 labelname: spaceIOIndex
26204 - name: spaceIONRead
26205 oid: 1.3.6.1.4.1.6574.102.1.1.3
26206 type: counter
26207 help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.3
26208 indexes:
26209 - labelname: spaceIOIndex
26210 type: gauge
26211 lookups:
26212 - labels:
26213 - spaceIOIndex
26214 labelname: spaceIODevice
26215 oid: 1.3.6.1.4.1.6574.102.1.1.2
26216 type: DisplayString
26217 - labels: []
26218 labelname: spaceIOIndex
26219 - name: spaceIONWritten
26220 oid: 1.3.6.1.4.1.6574.102.1.1.4
26221 type: counter
26222 help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.4
26223 indexes:
26224 - labelname: spaceIOIndex
26225 type: gauge
26226 lookups:
26227 - labels:
26228 - spaceIOIndex
26229 labelname: spaceIODevice
26230 oid: 1.3.6.1.4.1.6574.102.1.1.2
26231 type: DisplayString
26232 - labels: []
26233 labelname: spaceIOIndex
26234 - name: spaceIOReads
26235 oid: 1.3.6.1.4.1.6574.102.1.1.5
26236 type: counter
26237 help: The number of read accesses from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.5
26238 indexes:
26239 - labelname: spaceIOIndex
26240 type: gauge
26241 lookups:
26242 - labels:
26243 - spaceIOIndex
26244 labelname: spaceIODevice
26245 oid: 1.3.6.1.4.1.6574.102.1.1.2
26246 type: DisplayString
26247 - labels: []
26248 labelname: spaceIOIndex
26249 - name: spaceIOWrites
26250 oid: 1.3.6.1.4.1.6574.102.1.1.6
26251 type: counter
26252 help: The number of write accesses to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.6
26253 indexes:
26254 - labelname: spaceIOIndex
26255 type: gauge
26256 lookups:
26257 - labels:
26258 - spaceIOIndex
26259 labelname: spaceIODevice
26260 oid: 1.3.6.1.4.1.6574.102.1.1.2
26261 type: DisplayString
26262 - labels: []
26263 labelname: spaceIOIndex
26264 - name: spaceIOLA
26265 oid: 1.3.6.1.4.1.6574.102.1.1.8
26266 type: gauge
26267 help: The load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.8
26268 indexes:
26269 - labelname: spaceIOIndex
26270 type: gauge
26271 lookups:
26272 - labels:
26273 - spaceIOIndex
26274 labelname: spaceIODevice
26275 oid: 1.3.6.1.4.1.6574.102.1.1.2
26276 type: DisplayString
26277 - labels: []
26278 labelname: spaceIOIndex
26279 - name: spaceIOLA1
26280 oid: 1.3.6.1.4.1.6574.102.1.1.9
26281 type: gauge
26282 help: The 1 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.9
26283 indexes:
26284 - labelname: spaceIOIndex
26285 type: gauge
26286 lookups:
26287 - labels:
26288 - spaceIOIndex
26289 labelname: spaceIODevice
26290 oid: 1.3.6.1.4.1.6574.102.1.1.2
26291 type: DisplayString
26292 - labels: []
26293 labelname: spaceIOIndex
26294 - name: spaceIOLA5
26295 oid: 1.3.6.1.4.1.6574.102.1.1.10
26296 type: gauge
26297 help: The 5 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.10
26298 indexes:
26299 - labelname: spaceIOIndex
26300 type: gauge
26301 lookups:
26302 - labels:
26303 - spaceIOIndex
26304 labelname: spaceIODevice
26305 oid: 1.3.6.1.4.1.6574.102.1.1.2
26306 type: DisplayString
26307 - labels: []
26308 labelname: spaceIOIndex
26309 - name: spaceIOLA15
26310 oid: 1.3.6.1.4.1.6574.102.1.1.11
26311 type: gauge
26312 help: The 15 minute average load of disk (%) - 1.3.6.1.4.1.6574.102.1.1.11
26313 indexes:
26314 - labelname: spaceIOIndex
26315 type: gauge
26316 lookups:
26317 - labels:
26318 - spaceIOIndex
26319 labelname: spaceIODevice
26320 oid: 1.3.6.1.4.1.6574.102.1.1.2
26321 type: DisplayString
26322 - labels: []
26323 labelname: spaceIOIndex
26324 - name: spaceIONReadX
26325 oid: 1.3.6.1.4.1.6574.102.1.1.12
26326 type: counter
26327 help: The number of bytes read from this device since boot. - 1.3.6.1.4.1.6574.102.1.1.12
26328 indexes:
26329 - labelname: spaceIOIndex
26330 type: gauge
26331 lookups:
26332 - labels:
26333 - spaceIOIndex
26334 labelname: spaceIODevice
26335 oid: 1.3.6.1.4.1.6574.102.1.1.2
26336 type: DisplayString
26337 - labels: []
26338 labelname: spaceIOIndex
26339 - name: spaceIONWrittenX
26340 oid: 1.3.6.1.4.1.6574.102.1.1.13
26341 type: counter
26342 help: The number of bytes written to this device since boot. - 1.3.6.1.4.1.6574.102.1.1.13
26343 indexes:
26344 - labelname: spaceIOIndex
26345 type: gauge
26346 lookups:
26347 - labels:
26348 - spaceIOIndex
26349 labelname: spaceIODevice
26350 oid: 1.3.6.1.4.1.6574.102.1.1.2
26351 type: DisplayString
26352 - labels: []
26353 labelname: spaceIOIndex
26354 - name: spaceUUID
26355 oid: 1.3.6.1.4.1.6574.102.1.1.14
26356 type: DisplayString
26357 help: The uuid of space. - 1.3.6.1.4.1.6574.102.1.1.14
26358 indexes:
26359 - labelname: spaceIOIndex
26360 type: gauge
26361 lookups:
26362 - labels:
26363 - spaceIOIndex
26364 labelname: spaceIODevice
26365 oid: 1.3.6.1.4.1.6574.102.1.1.2
26366 type: DisplayString
26367 - labels: []
26368 labelname: spaceIOIndex
26369 - name: iSCSILUNInfoIndex
26370 oid: 1.3.6.1.4.1.6574.104.1.1.1
26371 type: gauge
26372 help: LUN info index - 1.3.6.1.4.1.6574.104.1.1.1
26373 indexes:
26374 - labelname: iSCSILUNInfoIndex
26375 type: gauge
26376 - name: iSCSILUNUUID
26377 oid: 1.3.6.1.4.1.6574.104.1.1.2
26378 type: OctetString
26379 help: LUN uuid - 1.3.6.1.4.1.6574.104.1.1.2
26380 indexes:
26381 - labelname: iSCSILUNInfoIndex
26382 type: gauge
26383 - name: iSCSILUNName
26384 oid: 1.3.6.1.4.1.6574.104.1.1.3
26385 type: OctetString
26386 help: LUN name - 1.3.6.1.4.1.6574.104.1.1.3
26387 indexes:
26388 - labelname: iSCSILUNInfoIndex
26389 type: gauge
26390 - name: iSCSILUNThroughputReadHigh
26391 oid: 1.3.6.1.4.1.6574.104.1.1.4
26392 type: gauge
26393 help: LUN read throughput over 32 bits part - 1.3.6.1.4.1.6574.104.1.1.4
26394 indexes:
26395 - labelname: iSCSILUNInfoIndex
26396 type: gauge
26397 - name: iSCSILUNThroughputReadLow
26398 oid: 1.3.6.1.4.1.6574.104.1.1.5
26399 type: gauge
26400 help: LUN read throughput in unsigned 32 bit - 1.3.6.1.4.1.6574.104.1.1.5
26401 indexes:
26402 - labelname: iSCSILUNInfoIndex
26403 type: gauge
26404 - name: iSCSILUNThroughputWriteHigh
26405 oid: 1.3.6.1.4.1.6574.104.1.1.6
26406 type: gauge
26407 help: LUN write throughput over 32 bits part - 1.3.6.1.4.1.6574.104.1.1.6
26408 indexes:
26409 - labelname: iSCSILUNInfoIndex
26410 type: gauge
26411 - name: iSCSILUNThroughputWriteLow
26412 oid: 1.3.6.1.4.1.6574.104.1.1.7
26413 type: gauge
26414 help: LUN write throughput in unsigned 32 bit - 1.3.6.1.4.1.6574.104.1.1.7
26415 indexes:
26416 - labelname: iSCSILUNInfoIndex
26417 type: gauge
26418 - name: iSCSILUNIopsRead
26419 oid: 1.3.6.1.4.1.6574.104.1.1.8
26420 type: gauge
26421 help: LUN read iops - 1.3.6.1.4.1.6574.104.1.1.8
26422 indexes:
26423 - labelname: iSCSILUNInfoIndex
26424 type: gauge
26425 - name: iSCSILUNIopsWrite
26426 oid: 1.3.6.1.4.1.6574.104.1.1.9
26427 type: gauge
26428 help: LUN write iops - 1.3.6.1.4.1.6574.104.1.1.9
26429 indexes:
26430 - labelname: iSCSILUNInfoIndex
26431 type: gauge
26432 - name: iSCSILUNDiskLatencyRead
26433 oid: 1.3.6.1.4.1.6574.104.1.1.10
26434 type: gauge
26435 help: LUN disk latency when reading - 1.3.6.1.4.1.6574.104.1.1.10
26436 indexes:
26437 - labelname: iSCSILUNInfoIndex
26438 type: gauge
26439 - name: iSCSILUNDiskLatencyWrite
26440 oid: 1.3.6.1.4.1.6574.104.1.1.11
26441 type: gauge
26442 help: LUN disk latency when writing - 1.3.6.1.4.1.6574.104.1.1.11
26443 indexes:
26444 - labelname: iSCSILUNInfoIndex
26445 type: gauge
26446 - name: iSCSILUNNetworkLatencyTx
26447 oid: 1.3.6.1.4.1.6574.104.1.1.12
26448 type: gauge
26449 help: LUN transfer data network latency - 1.3.6.1.4.1.6574.104.1.1.12
26450 indexes:
26451 - labelname: iSCSILUNInfoIndex
26452 type: gauge
26453 - name: iSCSILUNNetworkLatencyRx
26454 oid: 1.3.6.1.4.1.6574.104.1.1.13
26455 type: gauge
26456 help: LUN receive data network latency - 1.3.6.1.4.1.6574.104.1.1.13
26457 indexes:
26458 - labelname: iSCSILUNInfoIndex
26459 type: gauge
26460 - name: iSCSILUNIoSizeRead
26461 oid: 1.3.6.1.4.1.6574.104.1.1.14
26462 type: gauge
26463 help: LUN average io size when reading - 1.3.6.1.4.1.6574.104.1.1.14
26464 indexes:
26465 - labelname: iSCSILUNInfoIndex
26466 type: gauge
26467 - name: iSCSILUNIoSizeWrite
26468 oid: 1.3.6.1.4.1.6574.104.1.1.15
26469 type: gauge
26470 help: LUN average io size when writing - 1.3.6.1.4.1.6574.104.1.1.15
26471 indexes:
26472 - labelname: iSCSILUNInfoIndex
26473 type: gauge
26474 - name: iSCSILUNQueueDepth
26475 oid: 1.3.6.1.4.1.6574.104.1.1.16
26476 type: gauge
26477 help: Num of iSCSI commands in LUN queue - 1.3.6.1.4.1.6574.104.1.1.16
26478 indexes:
26479 - labelname: iSCSILUNInfoIndex
26480 type: gauge
26481 - name: iSCSILUNType
26482 oid: 1.3.6.1.4.1.6574.104.1.1.17
26483 type: OctetString
26484 help: LUN type - 1.3.6.1.4.1.6574.104.1.1.17
26485 indexes:
26486 - labelname: iSCSILUNInfoIndex
26487 type: gauge
26488 - name: iSCSILUNDiskLatencyAvg
26489 oid: 1.3.6.1.4.1.6574.104.1.1.18
26490 type: gauge
26491 help: Average latency of LUN disk - 1.3.6.1.4.1.6574.104.1.1.18
26492 indexes:
26493 - labelname: iSCSILUNInfoIndex
26494 type: gauge
26495 - name: iSCSILUNThinProvisionVolFreeMBs
26496 oid: 1.3.6.1.4.1.6574.104.1.1.19
26497 type: gauge
26498 help: Free space(MB) of thin provisioning lun's volume - 1.3.6.1.4.1.6574.104.1.1.19
26499 indexes:
26500 - labelname: iSCSILUNInfoIndex
26501 type: gauge
26502 - name: diskIndex
26503 oid: 1.3.6.1.4.1.6574.2.1.1.1
26504 type: gauge
26505 help: The index of disk table - 1.3.6.1.4.1.6574.2.1.1.1
26506 indexes:
26507 - labelname: diskIndex
26508 type: gauge
26509 lookups:
26510 - labels:
26511 - diskIndex
26512 labelname: diskID
26513 oid: 1.3.6.1.4.1.6574.2.1.1.2
26514 type: OctetString
26515 - labels: []
26516 labelname: diskIndex
26517 - name: diskID
26518 oid: 1.3.6.1.4.1.6574.2.1.1.2
26519 type: OctetString
26520 help: Synology disk ID The ID of disk is assigned by disk Station. - 1.3.6.1.4.1.6574.2.1.1.2
26521 indexes:
26522 - labelname: diskIndex
26523 type: gauge
26524 lookups:
26525 - labels:
26526 - diskIndex
26527 labelname: diskID
26528 oid: 1.3.6.1.4.1.6574.2.1.1.2
26529 type: OctetString
26530 - labels: []
26531 labelname: diskIndex
26532 - name: diskModel
26533 oid: 1.3.6.1.4.1.6574.2.1.1.3
26534 type: DisplayString
26535 help: Synology disk model name The disk model name will be showed here. - 1.3.6.1.4.1.6574.2.1.1.3
26536 indexes:
26537 - labelname: diskIndex
26538 type: gauge
26539 lookups:
26540 - labels:
26541 - diskIndex
26542 labelname: diskID
26543 oid: 1.3.6.1.4.1.6574.2.1.1.2
26544 type: OctetString
26545 - labels: []
26546 labelname: diskIndex
26547 - name: diskType
26548 oid: 1.3.6.1.4.1.6574.2.1.1.4
26549 type: DisplayString
26550 help: Synology disk type The type of disk will be showed here, including SATA,
26551 SSD and so on. - 1.3.6.1.4.1.6574.2.1.1.4
26552 indexes:
26553 - labelname: diskIndex
26554 type: gauge
26555 lookups:
26556 - labels:
26557 - diskIndex
26558 labelname: diskID
26559 oid: 1.3.6.1.4.1.6574.2.1.1.2
26560 type: OctetString
26561 - labels: []
26562 labelname: diskIndex
26563 - name: diskStatus
26564 oid: 1.3.6.1.4.1.6574.2.1.1.5
26565 type: gauge
26566 help: Synology disk status Each meanings of status represented describe below
26567 - 1.3.6.1.4.1.6574.2.1.1.5
26568 indexes:
26569 - labelname: diskIndex
26570 type: gauge
26571 lookups:
26572 - labels:
26573 - diskIndex
26574 labelname: diskID
26575 oid: 1.3.6.1.4.1.6574.2.1.1.2
26576 type: OctetString
26577 - labels: []
26578 labelname: diskIndex
26579 - name: diskTemperature
26580 oid: 1.3.6.1.4.1.6574.2.1.1.6
26581 type: gauge
26582 help: Synology disk temperature The temperature of each disk uses Celsius degree.
26583 - 1.3.6.1.4.1.6574.2.1.1.6
26584 indexes:
26585 - labelname: diskIndex
26586 type: gauge
26587 lookups:
26588 - labels:
26589 - diskIndex
26590 labelname: diskID
26591 oid: 1.3.6.1.4.1.6574.2.1.1.2
26592 type: OctetString
26593 - labels: []
26594 labelname: diskIndex
26595 - name: diskRole
26596 oid: 1.3.6.1.4.1.6574.2.1.1.7
26597 type: OctetString
26598 help: Synology disk role The role of the disk in system - 1.3.6.1.4.1.6574.2.1.1.7
26599 indexes:
26600 - labelname: diskIndex
26601 type: gauge
26602 lookups:
26603 - labels:
26604 - diskIndex
26605 labelname: diskID
26606 oid: 1.3.6.1.4.1.6574.2.1.1.2
26607 type: OctetString
26608 - labels: []
26609 labelname: diskIndex
26610 - name: diskRetry
26611 oid: 1.3.6.1.4.1.6574.2.1.1.8
26612 type: gauge
26613 help: Synology disk retry count The count of each disk connection retries. - 1.3.6.1.4.1.6574.2.1.1.8
26614 indexes:
26615 - labelname: diskIndex
26616 type: gauge
26617 lookups:
26618 - labels:
26619 - diskIndex
26620 labelname: diskID
26621 oid: 1.3.6.1.4.1.6574.2.1.1.2
26622 type: OctetString
26623 - labels: []
26624 labelname: diskIndex
26625 - name: diskBadSector
26626 oid: 1.3.6.1.4.1.6574.2.1.1.9
26627 type: gauge
26628 help: Synology disk bad sector count The count of each disk I/O bad sector. -
26629 1.3.6.1.4.1.6574.2.1.1.9
26630 indexes:
26631 - labelname: diskIndex
26632 type: gauge
26633 lookups:
26634 - labels:
26635 - diskIndex
26636 labelname: diskID
26637 oid: 1.3.6.1.4.1.6574.2.1.1.2
26638 type: OctetString
26639 - labels: []
26640 labelname: diskIndex
26641 - name: diskIdentifyFail
26642 oid: 1.3.6.1.4.1.6574.2.1.1.10
26643 type: gauge
26644 help: Synology disk identify fail count The count of each disk identify fails.
26645 - 1.3.6.1.4.1.6574.2.1.1.10
26646 indexes:
26647 - labelname: diskIndex
26648 type: gauge
26649 lookups:
26650 - labels:
26651 - diskIndex
26652 labelname: diskID
26653 oid: 1.3.6.1.4.1.6574.2.1.1.2
26654 type: OctetString
26655 - labels: []
26656 labelname: diskIndex
26657 - name: diskRemainLife
26658 oid: 1.3.6.1.4.1.6574.2.1.1.11
26659 type: gauge
26660 help: Synology disk remainLife The estimate remain life of each disk. - 1.3.6.1.4.1.6574.2.1.1.11
26661 indexes:
26662 - labelname: diskIndex
26663 type: gauge
26664 lookups:
26665 - labels:
26666 - diskIndex
26667 labelname: diskID
26668 oid: 1.3.6.1.4.1.6574.2.1.1.2
26669 type: OctetString
26670 - labels: []
26671 labelname: diskIndex
26672 - name: diskName
26673 oid: 1.3.6.1.4.1.6574.2.1.1.12
26674 type: OctetString
26675 help: Synology disk name The name of disk which align to storage manager. - 1.3.6.1.4.1.6574.2.1.1.12
26676 indexes:
26677 - labelname: diskIndex
26678 type: gauge
26679 lookups:
26680 - labels:
26681 - diskIndex
26682 labelname: diskID
26683 oid: 1.3.6.1.4.1.6574.2.1.1.2
26684 type: OctetString
26685 - labels: []
26686 labelname: diskIndex
26687 - name: raidIndex
26688 oid: 1.3.6.1.4.1.6574.3.1.1.1
26689 type: gauge
26690 help: The index of raid table - 1.3.6.1.4.1.6574.3.1.1.1
26691 indexes:
26692 - labelname: raidIndex
26693 type: gauge
26694 lookups:
26695 - labels:
26696 - raidIndex
26697 labelname: raidName
26698 oid: 1.3.6.1.4.1.6574.3.1.1.2
26699 type: DisplayString
26700 - labels: []
26701 labelname: raidIndex
26702 - name: raidName
26703 oid: 1.3.6.1.4.1.6574.3.1.1.2
26704 type: DisplayString
26705 help: Synology raid name The name of each raid will be showed here. - 1.3.6.1.4.1.6574.3.1.1.2
26706 indexes:
26707 - labelname: raidIndex
26708 type: gauge
26709 lookups:
26710 - labels:
26711 - raidIndex
26712 labelname: raidName
26713 oid: 1.3.6.1.4.1.6574.3.1.1.2
26714 type: DisplayString
26715 - labels: []
26716 labelname: raidIndex
26717 - name: raidStatus
26718 oid: 1.3.6.1.4.1.6574.3.1.1.3
26719 type: gauge
26720 help: Synology Raid status Each meanings of status represented describe below
26721 - 1.3.6.1.4.1.6574.3.1.1.3
26722 indexes:
26723 - labelname: raidIndex
26724 type: gauge
26725 lookups:
26726 - labels:
26727 - raidIndex
26728 labelname: raidName
26729 oid: 1.3.6.1.4.1.6574.3.1.1.2
26730 type: DisplayString
26731 - labels: []
26732 labelname: raidIndex
26733 - name: raidFreeSize
26734 oid: 1.3.6.1.4.1.6574.3.1.1.4
26735 type: gauge
26736 help: Synology raid freesize Free space in bytes. - 1.3.6.1.4.1.6574.3.1.1.4
26737 indexes:
26738 - labelname: raidIndex
26739 type: gauge
26740 lookups:
26741 - labels:
26742 - raidIndex
26743 labelname: raidName
26744 oid: 1.3.6.1.4.1.6574.3.1.1.2
26745 type: DisplayString
26746 - labels: []
26747 labelname: raidIndex
26748 - name: raidTotalSize
26749 oid: 1.3.6.1.4.1.6574.3.1.1.5
26750 type: gauge
26751 help: Synology raid totalsize Total space in bytes. - 1.3.6.1.4.1.6574.3.1.1.5
26752 indexes:
26753 - labelname: raidIndex
26754 type: gauge
26755 lookups:
26756 - labels:
26757 - raidIndex
26758 labelname: raidName
26759 oid: 1.3.6.1.4.1.6574.3.1.1.2
26760 type: DisplayString
26761 - labels: []
26762 labelname: raidIndex
26763 - name: raidHotspareCnt
26764 oid: 1.3.6.1.4.1.6574.3.1.1.6
26765 type: gauge
26766 help: Synology raid hotspare Total hotspare disks count - 1.3.6.1.4.1.6574.3.1.1.6
26767 indexes:
26768 - labelname: raidIndex
26769 type: gauge
26770 lookups:
26771 - labels:
26772 - raidIndex
26773 labelname: raidName
26774 oid: 1.3.6.1.4.1.6574.3.1.1.2
26775 type: DisplayString
26776 - labels: []
26777 labelname: raidIndex
26778 - name: upsDeviceModel
26779 oid: 1.3.6.1.4.1.6574.4.1.1
26780 type: DisplayString
26781 help: Device model - 1.3.6.1.4.1.6574.4.1.1
26782 - name: upsDeviceManufacturer
26783 oid: 1.3.6.1.4.1.6574.4.1.2
26784 type: DisplayString
26785 help: Device manufacturer - 1.3.6.1.4.1.6574.4.1.2
26786 - name: upsDeviceSerial
26787 oid: 1.3.6.1.4.1.6574.4.1.3
26788 type: DisplayString
26789 help: Device serial number. - 1.3.6.1.4.1.6574.4.1.3
26790 - name: upsDeviceType
26791 oid: 1.3.6.1.4.1.6574.4.1.4
26792 type: DisplayString
26793 help: Device type (ups, pdu, scd, psu) - 1.3.6.1.4.1.6574.4.1.4
26794 - name: upsDeviceDescription
26795 oid: 1.3.6.1.4.1.6574.4.1.5
26796 type: DisplayString
26797 help: Device description. - 1.3.6.1.4.1.6574.4.1.5
26798 - name: upsDeviceContact
26799 oid: 1.3.6.1.4.1.6574.4.1.6
26800 type: DisplayString
26801 help: Device administrator name. - 1.3.6.1.4.1.6574.4.1.6
26802 - name: upsDeviceLocation
26803 oid: 1.3.6.1.4.1.6574.4.1.7
26804 type: DisplayString
26805 help: Device physical location. - 1.3.6.1.4.1.6574.4.1.7
26806 - name: upsDevicePart
26807 oid: 1.3.6.1.4.1.6574.4.1.8
26808 type: DisplayString
26809 help: Device part number. - 1.3.6.1.4.1.6574.4.1.8
26810 - name: upsDeviceMACAddr
26811 oid: 1.3.6.1.4.1.6574.4.1.9
26812 type: DisplayString
26813 help: Physical network address of the device. - 1.3.6.1.4.1.6574.4.1.9
26814 - name: upsInfoStatus
26815 oid: 1.3.6.1.4.1.6574.4.2.1
26816 type: DisplayString
26817 help: UPS status. - 1.3.6.1.4.1.6574.4.2.1
26818 - name: upsInfoAlarm
26819 oid: 1.3.6.1.4.1.6574.4.2.2
26820 type: DisplayString
26821 help: UPS alarms - 1.3.6.1.4.1.6574.4.2.2
26822 - name: upsInfoTime
26823 oid: 1.3.6.1.4.1.6574.4.2.3
26824 type: DisplayString
26825 help: Internal UPS clock time - 1.3.6.1.4.1.6574.4.2.3
26826 - name: upsInfoDate
26827 oid: 1.3.6.1.4.1.6574.4.2.4
26828 type: DisplayString
26829 help: Internal UPS clock date - 1.3.6.1.4.1.6574.4.2.4
26830 - name: upsInfoModel
26831 oid: 1.3.6.1.4.1.6574.4.2.5
26832 type: DisplayString
26833 help: UPS model - 1.3.6.1.4.1.6574.4.2.5
26834 - name: upsInfoMfrName
26835 oid: 1.3.6.1.4.1.6574.4.2.6.1
26836 type: DisplayString
26837 help: UPS manufacturer - 1.3.6.1.4.1.6574.4.2.6.1
26838 - name: upsInfoMfrDate
26839 oid: 1.3.6.1.4.1.6574.4.2.6.2
26840 type: DisplayString
26841 help: UPS manufacturing date - 1.3.6.1.4.1.6574.4.2.6.2
26842 - name: upsInfoSerial
26843 oid: 1.3.6.1.4.1.6574.4.2.7
26844 type: DisplayString
26845 help: UPS serial number - 1.3.6.1.4.1.6574.4.2.7
26846 - name: upsInfoVendorID
26847 oid: 1.3.6.1.4.1.6574.4.2.8
26848 type: DisplayString
26849 help: Vendor ID for USB devices - 1.3.6.1.4.1.6574.4.2.8
26850 - name: upsInfoProductID
26851 oid: 1.3.6.1.4.1.6574.4.2.9
26852 type: DisplayString
26853 help: Product ID for USB devices - 1.3.6.1.4.1.6574.4.2.9
26854 - name: upsInfoFirmwareName
26855 oid: 1.3.6.1.4.1.6574.4.2.10.1
26856 type: DisplayString
26857 help: UPS firmware - 1.3.6.1.4.1.6574.4.2.10.1
26858 - name: upsInfoFirmwareAux
26859 oid: 1.3.6.1.4.1.6574.4.2.10.2
26860 type: DisplayString
26861 help: Auxiliary device firmware - 1.3.6.1.4.1.6574.4.2.10.2
26862 - name: upsInfoTemperature
26863 oid: 1.3.6.1.4.1.6574.4.2.11
26864 type: Float
26865 help: UPS temperature (degrees C) - 1.3.6.1.4.1.6574.4.2.11
26866 - name: upsInfoLoadValue
26867 oid: 1.3.6.1.4.1.6574.4.2.12.1
26868 type: Float
26869 help: Load on UPS (percent) - 1.3.6.1.4.1.6574.4.2.12.1
26870 - name: upsInfoLoadHigh
26871 oid: 1.3.6.1.4.1.6574.4.2.12.2
26872 type: Float
26873 help: Load when UPS switches to overload condition (OVER) (percent) - 1.3.6.1.4.1.6574.4.2.12.2
26874 - name: upsInfoID
26875 oid: 1.3.6.1.4.1.6574.4.2.13
26876 type: DisplayString
26877 help: UPS system identifier - 1.3.6.1.4.1.6574.4.2.13
26878 - name: upsInfoDelayStart
26879 oid: 1.3.6.1.4.1.6574.4.2.14.1
26880 type: gauge
26881 help: Interval to wait before restarting the load (seconds) - 1.3.6.1.4.1.6574.4.2.14.1
26882 - name: upsInfoDelayReboot
26883 oid: 1.3.6.1.4.1.6574.4.2.14.2
26884 type: gauge
26885 help: Interval to wait before rebooting the UPS (seconds) - 1.3.6.1.4.1.6574.4.2.14.2
26886 - name: upsInfoDelayShutdown
26887 oid: 1.3.6.1.4.1.6574.4.2.14.3
26888 type: gauge
26889 help: Interval to wait after shutdown with delay command (seconds) - 1.3.6.1.4.1.6574.4.2.14.3
26890 - name: upsInfoTimerStart
26891 oid: 1.3.6.1.4.1.6574.4.2.15.1
26892 type: gauge
26893 help: Time before the load will be started (seconds) - 1.3.6.1.4.1.6574.4.2.15.1
26894 - name: upsInfoTimerReboot
26895 oid: 1.3.6.1.4.1.6574.4.2.15.2
26896 type: gauge
26897 help: Time before the load will be rebooted (seconds) - 1.3.6.1.4.1.6574.4.2.15.2
26898 - name: upsInfoTimerShutdown
26899 oid: 1.3.6.1.4.1.6574.4.2.15.3
26900 type: gauge
26901 help: Time before the load will be shutdown (seconds) - 1.3.6.1.4.1.6574.4.2.15.3
26902 - name: upsInfoTestInterval
26903 oid: 1.3.6.1.4.1.6574.4.2.16.1
26904 type: gauge
26905 help: Interval between self tests - 1.3.6.1.4.1.6574.4.2.16.1
26906 - name: upsInfoTestResult
26907 oid: 1.3.6.1.4.1.6574.4.2.16.2
26908 type: DisplayString
26909 help: Results of last self test - 1.3.6.1.4.1.6574.4.2.16.2
26910 - name: upsInfoDisplayLanguage
26911 oid: 1.3.6.1.4.1.6574.4.2.17
26912 type: DisplayString
26913 help: Language to use on front panel - 1.3.6.1.4.1.6574.4.2.17
26914 - name: upsInfoContacts
26915 oid: 1.3.6.1.4.1.6574.4.2.18
26916 type: DisplayString
26917 help: UPS external contact sensors - 1.3.6.1.4.1.6574.4.2.18
26918 - name: upsInfoEffciency
26919 oid: 1.3.6.1.4.1.6574.4.2.19
26920 type: gauge
26921 help: Efficiency of the UPS (ratio of the output current on the input current)
26922 (percent) - 1.3.6.1.4.1.6574.4.2.19
26923 - name: upsInfoPowerValue
26924 oid: 1.3.6.1.4.1.6574.4.2.20.1
26925 type: Float
26926 help: Current value of apparent power (Volt-Amps) - 1.3.6.1.4.1.6574.4.2.20.1
26927 - name: upsInfoPowerNominal
26928 oid: 1.3.6.1.4.1.6574.4.2.20.2
26929 type: Float
26930 help: Nominal value of apparent power (Volt-Amps) - 1.3.6.1.4.1.6574.4.2.20.2
26931 - name: upsInfoRealPowerValue
26932 oid: 1.3.6.1.4.1.6574.4.2.21.1
26933 type: Float
26934 help: Current value of real power (Watts) - 1.3.6.1.4.1.6574.4.2.21.1
26935 - name: upsInfoRealPowerNominal
26936 oid: 1.3.6.1.4.1.6574.4.2.21.2
26937 type: Float
26938 help: Nominal value of real power (Watts) - 1.3.6.1.4.1.6574.4.2.21.2
26939 - name: upsInfoBeeperStatus
26940 oid: 1.3.6.1.4.1.6574.4.2.22
26941 type: DisplayString
26942 help: UPS beeper status (enabled, disabled or muted) - 1.3.6.1.4.1.6574.4.2.22
26943 - name: upsInfoType
26944 oid: 1.3.6.1.4.1.6574.4.2.23
26945 type: DisplayString
26946 help: UPS type - 1.3.6.1.4.1.6574.4.2.23
26947 - name: upsInfoWatchdogStatus
26948 oid: 1.3.6.1.4.1.6574.4.2.24
26949 type: DisplayString
26950 help: UPS watchdog status (enabled or disabled) - 1.3.6.1.4.1.6574.4.2.24
26951 - name: upsInfoStartAuto
26952 oid: 1.3.6.1.4.1.6574.4.2.25.1
26953 type: DisplayString
26954 help: UPS starts when mains is (re)applied - 1.3.6.1.4.1.6574.4.2.25.1
26955 - name: upsInfoStartBattery
26956 oid: 1.3.6.1.4.1.6574.4.2.25.2
26957 type: DisplayString
26958 help: Allow to start UPS from battery - 1.3.6.1.4.1.6574.4.2.25.2
26959 - name: upsInfoStartReboot
26960 oid: 1.3.6.1.4.1.6574.4.2.25.3
26961 type: DisplayString
26962 help: UPS coldstarts from battery (enabled or disabled) - 1.3.6.1.4.1.6574.4.2.25.3
26963 - name: upsBatteryChargeValue
26964 oid: 1.3.6.1.4.1.6574.4.3.1.1
26965 type: Float
26966 help: Battery charge - 1.3.6.1.4.1.6574.4.3.1.1
26967 - name: upsBatteryChargeLow
26968 oid: 1.3.6.1.4.1.6574.4.3.1.2
26969 type: Float
26970 help: Remaining battery level when UPS switches to LB (percent) - 1.3.6.1.4.1.6574.4.3.1.2
26971 - name: upsBatteryChargeRestart
26972 oid: 1.3.6.1.4.1.6574.4.3.1.3
26973 type: Float
26974 help: Minimum battery level for UPS restart after power-off - 1.3.6.1.4.1.6574.4.3.1.3
26975 - name: upsBatteryChargeWarning
26976 oid: 1.3.6.1.4.1.6574.4.3.1.4
26977 type: Float
26978 help: Battery level when UPS switches to Warning state (percent) - 1.3.6.1.4.1.6574.4.3.1.4
26979 - name: upsBatteryVoltageValue
26980 oid: 1.3.6.1.4.1.6574.4.3.2.1
26981 type: Float
26982 help: The magnitude of the present battery voltage. - 1.3.6.1.4.1.6574.4.3.2.1
26983 - name: upsBatteryVoltageNominal
26984 oid: 1.3.6.1.4.1.6574.4.3.2.2
26985 type: Float
26986 help: Nominal battery voltage. - 1.3.6.1.4.1.6574.4.3.2.2
26987 - name: upsBatteryVoltageLow
26988 oid: 1.3.6.1.4.1.6574.4.3.2.3
26989 type: Float
26990 help: Minimum battery voltage, that triggers FSD status . - 1.3.6.1.4.1.6574.4.3.2.3
26991 - name: upsBatteryVoltageHigh
26992 oid: 1.3.6.1.4.1.6574.4.3.2.4
26993 type: Float
26994 help: Maximum battery voltage (Ie battery.charge = 100). - 1.3.6.1.4.1.6574.4.3.2.4
26995 - name: upsBatteryCapacity
26996 oid: 1.3.6.1.4.1.6574.4.3.3
26997 type: Float
26998 help: Battery capacity (Ah) - 1.3.6.1.4.1.6574.4.3.3
26999 - name: upsBatteryCurrent
27000 oid: 1.3.6.1.4.1.6574.4.3.4
27001 type: Float
27002 help: The present battery current. - 1.3.6.1.4.1.6574.4.3.4
27003 - name: upsBatteryTemperature
27004 oid: 1.3.6.1.4.1.6574.4.3.5
27005 type: Float
27006 help: The ambient temperature at or near the UPS Battery casing. - 1.3.6.1.4.1.6574.4.3.5
27007 - name: upsBatteryRuntimeValue
27008 oid: 1.3.6.1.4.1.6574.4.3.6.1
27009 type: gauge
27010 help: Battery runtime (seconds) - 1.3.6.1.4.1.6574.4.3.6.1
27011 - name: upsBatteryRuntimeLow
27012 oid: 1.3.6.1.4.1.6574.4.3.6.2
27013 type: gauge
27014 help: Remaining battery runtime when UPS switches to LB (seconds) - 1.3.6.1.4.1.6574.4.3.6.2
27015 - name: upsBatteryRuntimeRestart
27016 oid: 1.3.6.1.4.1.6574.4.3.6.3
27017 type: gauge
27018 help: Minimum battery runtime for UPS restart after power-off (seconds) - 1.3.6.1.4.1.6574.4.3.6.3
27019 - name: upsBatteryAlarmThreshold
27020 oid: 1.3.6.1.4.1.6574.4.3.7
27021 type: DisplayString
27022 help: Battery alarm threshold - 1.3.6.1.4.1.6574.4.3.7
27023 - name: upsBatteryDate
27024 oid: 1.3.6.1.4.1.6574.4.3.8
27025 type: DisplayString
27026 help: Battery change date - 1.3.6.1.4.1.6574.4.3.8
27027 - name: upsBatteryMfrDate
27028 oid: 1.3.6.1.4.1.6574.4.3.9
27029 type: DisplayString
27030 help: Battery manufacturing date - 1.3.6.1.4.1.6574.4.3.9
27031 - name: upsBatteryPacks
27032 oid: 1.3.6.1.4.1.6574.4.3.10
27033 type: gauge
27034 help: Number of battery packs - 1.3.6.1.4.1.6574.4.3.10
27035 - name: upsBatteryPacksBad
27036 oid: 1.3.6.1.4.1.6574.4.3.11
27037 type: gauge
27038 help: Number of bad battery packs - 1.3.6.1.4.1.6574.4.3.11
27039 - name: upsBatteryType
27040 oid: 1.3.6.1.4.1.6574.4.3.12
27041 type: DisplayString
27042 help: Battery chemistry - 1.3.6.1.4.1.6574.4.3.12
27043 - name: upsBatteryProtection
27044 oid: 1.3.6.1.4.1.6574.4.3.13
27045 type: DisplayString
27046 help: Prevent deep discharge of battery - 1.3.6.1.4.1.6574.4.3.13
27047 - name: upsBatteryEnergySave
27048 oid: 1.3.6.1.4.1.6574.4.3.14
27049 type: DisplayString
27050 help: Switch off when running on battery and no/low load - 1.3.6.1.4.1.6574.4.3.14
27051 - name: upsInputVoltageValue
27052 oid: 1.3.6.1.4.1.6574.4.4.1.1
27053 type: Float
27054 help: Input voltage - 1.3.6.1.4.1.6574.4.4.1.1
27055 - name: upsInputVoltageMax
27056 oid: 1.3.6.1.4.1.6574.4.4.1.2
27057 type: Float
27058 help: Maximum incoming voltage seen - 1.3.6.1.4.1.6574.4.4.1.2
27059 - name: upsInputVoltageMin
27060 oid: 1.3.6.1.4.1.6574.4.4.1.3
27061 type: Float
27062 help: Minimum incoming voltage seen - 1.3.6.1.4.1.6574.4.4.1.3
27063 - name: upsInputVoltageNominal
27064 oid: 1.3.6.1.4.1.6574.4.4.1.4
27065 type: Float
27066 help: Nominal input voltage - 1.3.6.1.4.1.6574.4.4.1.4
27067 - name: upsInputVoltageExtend
27068 oid: 1.3.6.1.4.1.6574.4.4.1.5
27069 type: DisplayString
27070 help: Extended input voltage range - 1.3.6.1.4.1.6574.4.4.1.5
27071 - name: upsInputVoltageFault
27072 oid: 1.3.6.1.4.1.6574.4.4.1.6
27073 type: Float
27074 help: Input voltage Fault - 1.3.6.1.4.1.6574.4.4.1.6
27075 - name: upsInputTransferReason
27076 oid: 1.3.6.1.4.1.6574.4.4.2.1
27077 type: DisplayString
27078 help: Reason for last transfer to battery - 1.3.6.1.4.1.6574.4.4.2.1
27079 - name: upsInputTransferLow
27080 oid: 1.3.6.1.4.1.6574.4.4.2.2
27081 type: Float
27082 help: Low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.2
27083 - name: upsInputTransferHigh
27084 oid: 1.3.6.1.4.1.6574.4.4.2.3
27085 type: Float
27086 help: High voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.3
27087 - name: upsInputTransferLowMin
27088 oid: 1.3.6.1.4.1.6574.4.4.2.4
27089 type: Float
27090 help: smallest settable low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.4
27091 - name: upsInputTransferLowMax
27092 oid: 1.3.6.1.4.1.6574.4.4.2.5
27093 type: Float
27094 help: greatest settable low voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.5
27095 - name: upsInputTransferHighMin
27096 oid: 1.3.6.1.4.1.6574.4.4.2.6
27097 type: Float
27098 help: smallest settable high voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.6
27099 - name: upsInputTransferHighMax
27100 oid: 1.3.6.1.4.1.6574.4.4.2.7
27101 type: Float
27102 help: greatest settable high voltage transfer point - 1.3.6.1.4.1.6574.4.4.2.7
27103 - name: upsInputTransferBoostLow
27104 oid: 1.3.6.1.4.1.6574.4.4.2.8
27105 type: Float
27106 help: Low voltage boosting transfer point - 1.3.6.1.4.1.6574.4.4.2.8
27107 - name: upsInputTransferBoostHigh
27108 oid: 1.3.6.1.4.1.6574.4.4.2.9
27109 type: Float
27110 help: High voltage boosting transfer point - 1.3.6.1.4.1.6574.4.4.2.9
27111 - name: upsInputTransferTrimLow
27112 oid: 1.3.6.1.4.1.6574.4.4.2.10
27113 type: Float
27114 help: Low voltage trimming transfer point - 1.3.6.1.4.1.6574.4.4.2.10
27115 - name: upsInputTransferTrimHigh
27116 oid: 1.3.6.1.4.1.6574.4.4.2.11
27117 type: Float
27118 help: High voltage trimming transfer point - 1.3.6.1.4.1.6574.4.4.2.11
27119 - name: upsInputSensitivity
27120 oid: 1.3.6.1.4.1.6574.4.4.3
27121 type: DisplayString
27122 help: Input power sensitivity - 1.3.6.1.4.1.6574.4.4.3
27123 - name: upsInputQuality
27124 oid: 1.3.6.1.4.1.6574.4.4.4
27125 type: DisplayString
27126 help: Input power quality - 1.3.6.1.4.1.6574.4.4.4
27127 - name: upsInputCurrentValue
27128 oid: 1.3.6.1.4.1.6574.4.4.5.1
27129 type: Float
27130 help: Input current (A) - 1.3.6.1.4.1.6574.4.4.5.1
27131 - name: upsInputCurrentNominal
27132 oid: 1.3.6.1.4.1.6574.4.4.5.2
27133 type: Float
27134 help: Nominal input current (A) - 1.3.6.1.4.1.6574.4.4.5.2
27135 - name: upsInputFrequencyValue
27136 oid: 1.3.6.1.4.1.6574.4.4.6.1
27137 type: Float
27138 help: Input line frequency (Hz) - 1.3.6.1.4.1.6574.4.4.6.1
27139 - name: upsInputFrequencyNominal
27140 oid: 1.3.6.1.4.1.6574.4.4.6.2
27141 type: Float
27142 help: Nominal input line frequency (Hz) - 1.3.6.1.4.1.6574.4.4.6.2
27143 - name: upsInputFrequencyLow
27144 oid: 1.3.6.1.4.1.6574.4.4.6.3
27145 type: Float
27146 help: Input line frequency low (Hz) - 1.3.6.1.4.1.6574.4.4.6.3
27147 - name: upsInputFrequencyHigh
27148 oid: 1.3.6.1.4.1.6574.4.4.6.4
27149 type: Float
27150 help: Input line frequency high (Hz) - 1.3.6.1.4.1.6574.4.4.6.4
27151 - name: upsInputFrequencyExtend
27152 oid: 1.3.6.1.4.1.6574.4.4.6.5
27153 type: DisplayString
27154 help: Extended input frequency range - 1.3.6.1.4.1.6574.4.4.6.5
27155 - name: upsOutputVoltageValue
27156 oid: 1.3.6.1.4.1.6574.4.5.1.1
27157 type: Float
27158 help: Output voltage (V) - 1.3.6.1.4.1.6574.4.5.1.1
27159 - name: upsOutputVoltageNominal
27160 oid: 1.3.6.1.4.1.6574.4.5.1.2
27161 type: Float
27162 help: Nominal output voltage (V) - 1.3.6.1.4.1.6574.4.5.1.2
27163 - name: upsOutputFrequencyValue
27164 oid: 1.3.6.1.4.1.6574.4.5.2.1
27165 type: Float
27166 help: Output frequency (Hz) - 1.3.6.1.4.1.6574.4.5.2.1
27167 - name: upsOutputFrequencyNominal
27168 oid: 1.3.6.1.4.1.6574.4.5.2.2
27169 type: Float
27170 help: Nominal output frequency (Hz) - 1.3.6.1.4.1.6574.4.5.2.2
27171 - name: upsOutputCurrentValue
27172 oid: 1.3.6.1.4.1.6574.4.5.3.1
27173 type: Float
27174 help: Output current (A) - 1.3.6.1.4.1.6574.4.5.3.1
27175 - name: upsOutputCurrentNominal
27176 oid: 1.3.6.1.4.1.6574.4.5.3.2
27177 type: Float
27178 help: Nominal output current (A) - 1.3.6.1.4.1.6574.4.5.3.2
27179 - name: upsAmbientTemperatureValue
27180 oid: 1.3.6.1.4.1.6574.4.6.1.1
27181 type: Float
27182 help: Ambient temperature (degrees C) - 1.3.6.1.4.1.6574.4.6.1.1
27183 - name: upsAmbientTemperatureAlarm
27184 oid: 1.3.6.1.4.1.6574.4.6.1.2
27185 type: DisplayString
27186 help: Temperature alarm (enabled/disabled) - 1.3.6.1.4.1.6574.4.6.1.2
27187 - name: upsAmbientTemperatureHigh
27188 oid: 1.3.6.1.4.1.6574.4.6.1.3
27189 type: Float
27190 help: Temperature threshold high (degrees C) - 1.3.6.1.4.1.6574.4.6.1.3
27191 - name: upsAmbientTemperatureLow
27192 oid: 1.3.6.1.4.1.6574.4.6.1.4
27193 type: Float
27194 help: Temperature threshold low (degrees C) - 1.3.6.1.4.1.6574.4.6.1.4
27195 - name: upsAmbientTemperatureMax
27196 oid: 1.3.6.1.4.1.6574.4.6.1.5
27197 type: Float
27198 help: Maximum temperature seen (degrees C) - 1.3.6.1.4.1.6574.4.6.1.5
27199 - name: upsAmbientTemperatureMin
27200 oid: 1.3.6.1.4.1.6574.4.6.1.6
27201 type: Float
27202 help: Minimum temperature seen (degrees C) - 1.3.6.1.4.1.6574.4.6.1.6
27203 - name: upsAmbientHumidityValue
27204 oid: 1.3.6.1.4.1.6574.4.6.2.1
27205 type: Float
27206 help: Ambient relative humidity (percent) - 1.3.6.1.4.1.6574.4.6.2.1
27207 - name: upsAmbientHumidityAlarm
27208 oid: 1.3.6.1.4.1.6574.4.6.2.2
27209 type: DisplayString
27210 help: Relative humidity alarm (enabled/disabled) - 1.3.6.1.4.1.6574.4.6.2.2
27211 - name: upsAmbientHumidityHigh
27212 oid: 1.3.6.1.4.1.6574.4.6.2.3
27213 type: Float
27214 help: Relative humidity threshold high (percent) - 1.3.6.1.4.1.6574.4.6.2.3
27215 - name: upsAmbientHumidityLow
27216 oid: 1.3.6.1.4.1.6574.4.6.2.4
27217 type: Float
27218 help: Relative humidity threshold low (percent) - 1.3.6.1.4.1.6574.4.6.2.4
27219 - name: upsAmbientHumidityMax
27220 oid: 1.3.6.1.4.1.6574.4.6.2.5
27221 type: Float
27222 help: Maximum relative humidity seen (percent) - 1.3.6.1.4.1.6574.4.6.2.5
27223 - name: upsAmbientHumidityMin
27224 oid: 1.3.6.1.4.1.6574.4.6.2.6
27225 type: Float
27226 help: Minimum relative humidity seen (percent) - 1.3.6.1.4.1.6574.4.6.2.6
27227 - name: upsDriverName
27228 oid: 1.3.6.1.4.1.6574.4.7.1
27229 type: DisplayString
27230 help: Driver name - 1.3.6.1.4.1.6574.4.7.1
27231 - name: upsDriverVersion
27232 oid: 1.3.6.1.4.1.6574.4.7.2
27233 type: DisplayString
27234 help: Driver version (NUT release) - 1.3.6.1.4.1.6574.4.7.2
27235 - name: upsDriverVersionData
27236 oid: 1.3.6.1.4.1.6574.4.7.3
27237 type: DisplayString
27238 help: Driver version data - 1.3.6.1.4.1.6574.4.7.3
27239 - name: upsDriverVersionInternal
27240 oid: 1.3.6.1.4.1.6574.4.7.4
27241 type: DisplayString
27242 help: Internal driver version (if tracked separately) - 1.3.6.1.4.1.6574.4.7.4
27243 - name: upsDriverPollInterval
27244 oid: 1.3.6.1.4.1.6574.4.7.5
27245 type: gauge
27246 help: Poll interval setup in configuration file - 1.3.6.1.4.1.6574.4.7.5
27247 - name: upsDriverPort
27248 oid: 1.3.6.1.4.1.6574.4.7.6
27249 type: DisplayString
27250 help: Port setup in configuration file - 1.3.6.1.4.1.6574.4.7.6
27251 - name: upsDriverPollFrequency
27252 oid: 1.3.6.1.4.1.6574.4.7.7
27253 type: gauge
27254 help: Poll frequency - 1.3.6.1.4.1.6574.4.7.7
27255 - name: upsDriverProductID
27256 oid: 1.3.6.1.4.1.6574.4.7.8
27257 type: DisplayString
27258 help: Product ID - 1.3.6.1.4.1.6574.4.7.8
27259 - name: upsDriverSnmpVersion
27260 oid: 1.3.6.1.4.1.6574.4.7.9
27261 type: DisplayString
27262 help: Snmp version - 1.3.6.1.4.1.6574.4.7.9
27263 - name: upsServerInfo
27264 oid: 1.3.6.1.4.1.6574.4.8.1
27265 type: DisplayString
27266 help: Server information - 1.3.6.1.4.1.6574.4.8.1
27267 - name: upsServerVersion
27268 oid: 1.3.6.1.4.1.6574.4.8.2
27269 type: DisplayString
27270 help: Server version - 1.3.6.1.4.1.6574.4.8.2
27271 - name: diskSMARTInfoIndex
27272 oid: 1.3.6.1.4.1.6574.5.1.1.1
27273 type: gauge
27274 help: SMART info index - 1.3.6.1.4.1.6574.5.1.1.1
27275 indexes:
27276 - labelname: diskSMARTInfoIndex
27277 type: gauge
27278 - name: diskSMARTInfoDevName
27279 oid: 1.3.6.1.4.1.6574.5.1.1.2
27280 type: DisplayString
27281 help: SMART info device name - 1.3.6.1.4.1.6574.5.1.1.2
27282 indexes:
27283 - labelname: diskSMARTInfoIndex
27284 type: gauge
27285 - name: diskSMARTAttrName
27286 oid: 1.3.6.1.4.1.6574.5.1.1.3
27287 type: DisplayString
27288 help: SMART attribute name - 1.3.6.1.4.1.6574.5.1.1.3
27289 indexes:
27290 - labelname: diskSMARTInfoIndex
27291 type: gauge
27292 - name: diskSMARTAttrId
27293 oid: 1.3.6.1.4.1.6574.5.1.1.4
27294 type: gauge
27295 help: SMART attribute ID - 1.3.6.1.4.1.6574.5.1.1.4
27296 indexes:
27297 - labelname: diskSMARTInfoIndex
27298 type: gauge
27299 - name: diskSMARTAttrCurrent
27300 oid: 1.3.6.1.4.1.6574.5.1.1.5
27301 type: gauge
27302 help: SMART attribute current value - 1.3.6.1.4.1.6574.5.1.1.5
27303 indexes:
27304 - labelname: diskSMARTInfoIndex
27305 type: gauge
27306 - name: diskSMARTAttrWorst
27307 oid: 1.3.6.1.4.1.6574.5.1.1.6
27308 type: gauge
27309 help: SMART attribute worst value - 1.3.6.1.4.1.6574.5.1.1.6
27310 indexes:
27311 - labelname: diskSMARTInfoIndex
27312 type: gauge
27313 - name: diskSMARTAttrThreshold
27314 oid: 1.3.6.1.4.1.6574.5.1.1.7
27315 type: gauge
27316 help: SMART attribute threshold value - 1.3.6.1.4.1.6574.5.1.1.7
27317 indexes:
27318 - labelname: diskSMARTInfoIndex
27319 type: gauge
27320 - name: diskSMARTAttrRaw
27321 oid: 1.3.6.1.4.1.6574.5.1.1.8
27322 type: gauge
27323 help: SMART attribute raw value - 1.3.6.1.4.1.6574.5.1.1.8
27324 indexes:
27325 - labelname: diskSMARTInfoIndex
27326 type: gauge
27327 - name: diskSMARTAttrStatus
27328 oid: 1.3.6.1.4.1.6574.5.1.1.9
27329 type: DisplayString
27330 help: SMART attribute status - 1.3.6.1.4.1.6574.5.1.1.9
27331 indexes:
27332 - labelname: diskSMARTInfoIndex
27333 type: gauge
27334 - name: serviceInfoIndex
27335 oid: 1.3.6.1.4.1.6574.6.1.1.1
27336 type: gauge
27337 help: Service info index - 1.3.6.1.4.1.6574.6.1.1.1
27338 indexes:
27339 - labelname: serviceInfoIndex
27340 type: gauge
27341 lookups:
27342 - labels:
27343 - serviceInfoIndex
27344 labelname: serviceName
27345 oid: 1.3.6.1.4.1.6574.6.1.1.2
27346 type: DisplayString
27347 - labels: []
27348 labelname: serviceInfoIndex
27349 - name: serviceName
27350 oid: 1.3.6.1.4.1.6574.6.1.1.2
27351 type: DisplayString
27352 help: Service name - 1.3.6.1.4.1.6574.6.1.1.2
27353 indexes:
27354 - labelname: serviceInfoIndex
27355 type: gauge
27356 lookups:
27357 - labels:
27358 - serviceInfoIndex
27359 labelname: serviceName
27360 oid: 1.3.6.1.4.1.6574.6.1.1.2
27361 type: DisplayString
27362 - labels: []
27363 labelname: serviceInfoIndex
27364 - name: serviceUsers
27365 oid: 1.3.6.1.4.1.6574.6.1.1.3
27366 type: gauge
27367 help: Number of users using this service - 1.3.6.1.4.1.6574.6.1.1.3
27368 indexes:
27369 - labelname: serviceInfoIndex
27370 type: gauge
27371 lookups:
27372 - labels:
27373 - serviceInfoIndex
27374 labelname: serviceName
27375 oid: 1.3.6.1.4.1.6574.6.1.1.2
27376 type: DisplayString
27377 - labels: []
27378 labelname: serviceInfoIndex
27379ubiquiti_airfiber:
27380 walk:
27381 - 1.3.6.1.2.1.2
27382 - 1.3.6.1.2.1.31.1.1
27383 - 1.3.6.1.4.1.41112.1.3
27384 get:
27385 - 1.3.6.1.2.1.1.3.0
27386 metrics:
27387 - name: sysUpTime
27388 oid: 1.3.6.1.2.1.1.3
27389 type: gauge
27390 help: The time (in hundredths of a second) since the network management portion
27391 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
27392 - name: ifNumber
27393 oid: 1.3.6.1.2.1.2.1
27394 type: gauge
27395 help: The number of network interfaces (regardless of their current state) present
27396 on this system. - 1.3.6.1.2.1.2.1
27397 - name: ifIndex
27398 oid: 1.3.6.1.2.1.2.2.1.1
27399 type: gauge
27400 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
27401 indexes:
27402 - labelname: ifIndex
27403 type: gauge
27404 - name: ifDescr
27405 oid: 1.3.6.1.2.1.2.2.1.2
27406 type: DisplayString
27407 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
27408 indexes:
27409 - labelname: ifIndex
27410 type: gauge
27411 - name: ifType
27412 oid: 1.3.6.1.2.1.2.2.1.3
27413 type: EnumAsInfo
27414 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
27415 indexes:
27416 - labelname: ifIndex
27417 type: gauge
27418 enum_values:
27419 1: other
27420 2: regular1822
27421 3: hdh1822
27422 4: ddnX25
27423 5: rfc877x25
27424 6: ethernetCsmacd
27425 7: iso88023Csmacd
27426 8: iso88024TokenBus
27427 9: iso88025TokenRing
27428 10: iso88026Man
27429 11: starLan
27430 12: proteon10Mbit
27431 13: proteon80Mbit
27432 14: hyperchannel
27433 15: fddi
27434 16: lapb
27435 17: sdlc
27436 18: ds1
27437 19: e1
27438 20: basicISDN
27439 21: primaryISDN
27440 22: propPointToPointSerial
27441 23: ppp
27442 24: softwareLoopback
27443 25: eon
27444 26: ethernet3Mbit
27445 27: nsip
27446 28: slip
27447 29: ultra
27448 30: ds3
27449 31: sip
27450 32: frameRelay
27451 33: rs232
27452 34: para
27453 35: arcnet
27454 36: arcnetPlus
27455 37: atm
27456 38: miox25
27457 39: sonet
27458 40: x25ple
27459 41: iso88022llc
27460 42: localTalk
27461 43: smdsDxi
27462 44: frameRelayService
27463 45: v35
27464 46: hssi
27465 47: hippi
27466 48: modem
27467 49: aal5
27468 50: sonetPath
27469 51: sonetVT
27470 52: smdsIcip
27471 53: propVirtual
27472 54: propMultiplexor
27473 55: ieee80212
27474 56: fibreChannel
27475 57: hippiInterface
27476 58: frameRelayInterconnect
27477 59: aflane8023
27478 60: aflane8025
27479 61: cctEmul
27480 62: fastEther
27481 63: isdn
27482 64: v11
27483 65: v36
27484 66: g703at64k
27485 67: g703at2mb
27486 68: qllc
27487 69: fastEtherFX
27488 70: channel
27489 71: ieee80211
27490 72: ibm370parChan
27491 73: escon
27492 74: dlsw
27493 75: isdns
27494 76: isdnu
27495 77: lapd
27496 78: ipSwitch
27497 79: rsrb
27498 80: atmLogical
27499 81: ds0
27500 82: ds0Bundle
27501 83: bsc
27502 84: async
27503 85: cnr
27504 86: iso88025Dtr
27505 87: eplrs
27506 88: arap
27507 89: propCnls
27508 90: hostPad
27509 91: termPad
27510 92: frameRelayMPI
27511 93: x213
27512 94: adsl
27513 95: radsl
27514 96: sdsl
27515 97: vdsl
27516 98: iso88025CRFPInt
27517 99: myrinet
27518 100: voiceEM
27519 101: voiceFXO
27520 102: voiceFXS
27521 103: voiceEncap
27522 104: voiceOverIp
27523 105: atmDxi
27524 106: atmFuni
27525 107: atmIma
27526 108: pppMultilinkBundle
27527 109: ipOverCdlc
27528 110: ipOverClaw
27529 111: stackToStack
27530 112: virtualIpAddress
27531 113: mpc
27532 114: ipOverAtm
27533 115: iso88025Fiber
27534 116: tdlc
27535 117: gigabitEthernet
27536 118: hdlc
27537 119: lapf
27538 120: v37
27539 121: x25mlp
27540 122: x25huntGroup
27541 123: transpHdlc
27542 124: interleave
27543 125: fast
27544 126: ip
27545 127: docsCableMaclayer
27546 128: docsCableDownstream
27547 129: docsCableUpstream
27548 130: a12MppSwitch
27549 131: tunnel
27550 132: coffee
27551 133: ces
27552 134: atmSubInterface
27553 135: l2vlan
27554 136: l3ipvlan
27555 137: l3ipxvlan
27556 138: digitalPowerline
27557 139: mediaMailOverIp
27558 140: dtm
27559 141: dcn
27560 142: ipForward
27561 143: msdsl
27562 144: ieee1394
27563 145: if-gsn
27564 146: dvbRccMacLayer
27565 147: dvbRccDownstream
27566 148: dvbRccUpstream
27567 149: atmVirtual
27568 150: mplsTunnel
27569 151: srp
27570 152: voiceOverAtm
27571 153: voiceOverFrameRelay
27572 154: idsl
27573 155: compositeLink
27574 156: ss7SigLink
27575 157: propWirelessP2P
27576 158: frForward
27577 159: rfc1483
27578 160: usb
27579 161: ieee8023adLag
27580 162: bgppolicyaccounting
27581 163: frf16MfrBundle
27582 164: h323Gatekeeper
27583 165: h323Proxy
27584 166: mpls
27585 167: mfSigLink
27586 168: hdsl2
27587 169: shdsl
27588 170: ds1FDL
27589 171: pos
27590 172: dvbAsiIn
27591 173: dvbAsiOut
27592 174: plc
27593 175: nfas
27594 176: tr008
27595 177: gr303RDT
27596 178: gr303IDT
27597 179: isup
27598 180: propDocsWirelessMaclayer
27599 181: propDocsWirelessDownstream
27600 182: propDocsWirelessUpstream
27601 183: hiperlan2
27602 184: propBWAp2Mp
27603 185: sonetOverheadChannel
27604 186: digitalWrapperOverheadChannel
27605 187: aal2
27606 188: radioMAC
27607 189: atmRadio
27608 190: imt
27609 191: mvl
27610 192: reachDSL
27611 193: frDlciEndPt
27612 194: atmVciEndPt
27613 195: opticalChannel
27614 196: opticalTransport
27615 197: propAtm
27616 198: voiceOverCable
27617 199: infiniband
27618 200: teLink
27619 201: q2931
27620 202: virtualTg
27621 203: sipTg
27622 204: sipSig
27623 205: docsCableUpstreamChannel
27624 206: econet
27625 207: pon155
27626 208: pon622
27627 209: bridge
27628 210: linegroup
27629 211: voiceEMFGD
27630 212: voiceFGDEANA
27631 213: voiceDID
27632 214: mpegTransport
27633 215: sixToFour
27634 216: gtp
27635 217: pdnEtherLoop1
27636 218: pdnEtherLoop2
27637 219: opticalChannelGroup
27638 220: homepna
27639 221: gfp
27640 222: ciscoISLvlan
27641 223: actelisMetaLOOP
27642 224: fcipLink
27643 225: rpr
27644 226: qam
27645 227: lmp
27646 228: cblVectaStar
27647 229: docsCableMCmtsDownstream
27648 230: adsl2
27649 231: macSecControlledIF
27650 232: macSecUncontrolledIF
27651 233: aviciOpticalEther
27652 234: atmbond
27653 235: voiceFGDOS
27654 236: mocaVersion1
27655 237: ieee80216WMAN
27656 238: adsl2plus
27657 239: dvbRcsMacLayer
27658 240: dvbTdm
27659 241: dvbRcsTdma
27660 242: x86Laps
27661 243: wwanPP
27662 244: wwanPP2
27663 245: voiceEBS
27664 246: ifPwType
27665 247: ilan
27666 248: pip
27667 249: aluELP
27668 250: gpon
27669 251: vdsl2
27670 252: capwapDot11Profile
27671 253: capwapDot11Bss
27672 254: capwapWtpVirtualRadio
27673 255: bits
27674 256: docsCableUpstreamRfPort
27675 257: cableDownstreamRfPort
27676 258: vmwareVirtualNic
27677 259: ieee802154
27678 260: otnOdu
27679 261: otnOtu
27680 262: ifVfiType
27681 263: g9981
27682 264: g9982
27683 265: g9983
27684 266: aluEpon
27685 267: aluEponOnu
27686 268: aluEponPhysicalUni
27687 269: aluEponLogicalLink
27688 270: aluGponOnu
27689 271: aluGponPhysicalUni
27690 272: vmwareNicTeam
27691 277: docsOfdmDownstream
27692 278: docsOfdmaUpstream
27693 279: gfast
27694 280: sdci
27695 281: xboxWireless
27696 282: fastdsl
27697 283: docsCableScte55d1FwdOob
27698 284: docsCableScte55d1RetOob
27699 285: docsCableScte55d2DsOob
27700 286: docsCableScte55d2UsOob
27701 287: docsCableNdf
27702 288: docsCableNdr
27703 289: ptm
27704 290: ghn
27705 291: otnOtsi
27706 292: otnOtuc
27707 293: otnOduc
27708 294: otnOtsig
27709 295: microwaveCarrierTermination
27710 296: microwaveRadioLinkTerminal
27711 297: ieee8021axDrni
27712 298: ax25
27713 299: ieee19061nanocom
27714 300: cpri
27715 301: omni
27716 302: roe
27717 303: p2pOverLan
27718 - name: ifMtu
27719 oid: 1.3.6.1.2.1.2.2.1.4
27720 type: gauge
27721 help: The size of the largest packet which can be sent/received on the interface,
27722 specified in octets - 1.3.6.1.2.1.2.2.1.4
27723 indexes:
27724 - labelname: ifIndex
27725 type: gauge
27726 - name: ifSpeed
27727 oid: 1.3.6.1.2.1.2.2.1.5
27728 type: gauge
27729 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
27730 indexes:
27731 - labelname: ifIndex
27732 type: gauge
27733 - name: ifPhysAddress
27734 oid: 1.3.6.1.2.1.2.2.1.6
27735 type: PhysAddress48
27736 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
27737 indexes:
27738 - labelname: ifIndex
27739 type: gauge
27740 - name: ifAdminStatus
27741 oid: 1.3.6.1.2.1.2.2.1.7
27742 type: gauge
27743 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
27744 indexes:
27745 - labelname: ifIndex
27746 type: gauge
27747 enum_values:
27748 1: up
27749 2: down
27750 3: testing
27751 - name: ifOperStatus
27752 oid: 1.3.6.1.2.1.2.2.1.8
27753 type: gauge
27754 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
27755 indexes:
27756 - labelname: ifIndex
27757 type: gauge
27758 enum_values:
27759 1: up
27760 2: down
27761 3: testing
27762 4: unknown
27763 5: dormant
27764 6: notPresent
27765 7: lowerLayerDown
27766 - name: ifLastChange
27767 oid: 1.3.6.1.2.1.2.2.1.9
27768 type: gauge
27769 help: The value of sysUpTime at the time the interface entered its current operational
27770 state - 1.3.6.1.2.1.2.2.1.9
27771 indexes:
27772 - labelname: ifIndex
27773 type: gauge
27774 - name: ifInOctets
27775 oid: 1.3.6.1.2.1.2.2.1.10
27776 type: counter
27777 help: The total number of octets received on the interface, including framing
27778 characters - 1.3.6.1.2.1.2.2.1.10
27779 indexes:
27780 - labelname: ifIndex
27781 type: gauge
27782 - name: ifInUcastPkts
27783 oid: 1.3.6.1.2.1.2.2.1.11
27784 type: counter
27785 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27786 which were not addressed to a multicast or broadcast address at this sub-layer
27787 - 1.3.6.1.2.1.2.2.1.11
27788 indexes:
27789 - labelname: ifIndex
27790 type: gauge
27791 - name: ifInNUcastPkts
27792 oid: 1.3.6.1.2.1.2.2.1.12
27793 type: counter
27794 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27795 which were addressed to a multicast or broadcast address at this sub-layer -
27796 1.3.6.1.2.1.2.2.1.12
27797 indexes:
27798 - labelname: ifIndex
27799 type: gauge
27800 - name: ifInDiscards
27801 oid: 1.3.6.1.2.1.2.2.1.13
27802 type: counter
27803 help: The number of inbound packets which were chosen to be discarded even though
27804 no errors had been detected to prevent their being deliverable to a higher-layer
27805 protocol - 1.3.6.1.2.1.2.2.1.13
27806 indexes:
27807 - labelname: ifIndex
27808 type: gauge
27809 - name: ifInErrors
27810 oid: 1.3.6.1.2.1.2.2.1.14
27811 type: counter
27812 help: For packet-oriented interfaces, the number of inbound packets that contained
27813 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
27814 indexes:
27815 - labelname: ifIndex
27816 type: gauge
27817 - name: ifInUnknownProtos
27818 oid: 1.3.6.1.2.1.2.2.1.15
27819 type: counter
27820 help: For packet-oriented interfaces, the number of packets received via the interface
27821 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
27822 indexes:
27823 - labelname: ifIndex
27824 type: gauge
27825 - name: ifOutOctets
27826 oid: 1.3.6.1.2.1.2.2.1.16
27827 type: counter
27828 help: The total number of octets transmitted out of the interface, including framing
27829 characters - 1.3.6.1.2.1.2.2.1.16
27830 indexes:
27831 - labelname: ifIndex
27832 type: gauge
27833 - name: ifOutUcastPkts
27834 oid: 1.3.6.1.2.1.2.2.1.17
27835 type: counter
27836 help: The total number of packets that higher-level protocols requested be transmitted,
27837 and which were not addressed to a multicast or broadcast address at this sub-layer,
27838 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
27839 indexes:
27840 - labelname: ifIndex
27841 type: gauge
27842 - name: ifOutNUcastPkts
27843 oid: 1.3.6.1.2.1.2.2.1.18
27844 type: counter
27845 help: The total number of packets that higher-level protocols requested be transmitted,
27846 and which were addressed to a multicast or broadcast address at this sub-layer,
27847 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
27848 indexes:
27849 - labelname: ifIndex
27850 type: gauge
27851 - name: ifOutDiscards
27852 oid: 1.3.6.1.2.1.2.2.1.19
27853 type: counter
27854 help: The number of outbound packets which were chosen to be discarded even though
27855 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
27856 indexes:
27857 - labelname: ifIndex
27858 type: gauge
27859 - name: ifOutErrors
27860 oid: 1.3.6.1.2.1.2.2.1.20
27861 type: counter
27862 help: For packet-oriented interfaces, the number of outbound packets that could
27863 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
27864 indexes:
27865 - labelname: ifIndex
27866 type: gauge
27867 - name: ifOutQLen
27868 oid: 1.3.6.1.2.1.2.2.1.21
27869 type: gauge
27870 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
27871 indexes:
27872 - labelname: ifIndex
27873 type: gauge
27874 - name: ifSpecific
27875 oid: 1.3.6.1.2.1.2.2.1.22
27876 type: OctetString
27877 help: A reference to MIB definitions specific to the particular media being used
27878 to realize the interface - 1.3.6.1.2.1.2.2.1.22
27879 indexes:
27880 - labelname: ifIndex
27881 type: gauge
27882 - name: ifName
27883 oid: 1.3.6.1.2.1.31.1.1.1.1
27884 type: DisplayString
27885 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
27886 indexes:
27887 - labelname: ifIndex
27888 type: gauge
27889 - name: ifInMulticastPkts
27890 oid: 1.3.6.1.2.1.31.1.1.1.2
27891 type: counter
27892 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27893 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
27894 indexes:
27895 - labelname: ifIndex
27896 type: gauge
27897 - name: ifInBroadcastPkts
27898 oid: 1.3.6.1.2.1.31.1.1.1.3
27899 type: counter
27900 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27901 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
27902 indexes:
27903 - labelname: ifIndex
27904 type: gauge
27905 - name: ifOutMulticastPkts
27906 oid: 1.3.6.1.2.1.31.1.1.1.4
27907 type: counter
27908 help: The total number of packets that higher-level protocols requested be transmitted,
27909 and which were addressed to a multicast address at this sub-layer, including
27910 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
27911 indexes:
27912 - labelname: ifIndex
27913 type: gauge
27914 - name: ifOutBroadcastPkts
27915 oid: 1.3.6.1.2.1.31.1.1.1.5
27916 type: counter
27917 help: The total number of packets that higher-level protocols requested be transmitted,
27918 and which were addressed to a broadcast address at this sub-layer, including
27919 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
27920 indexes:
27921 - labelname: ifIndex
27922 type: gauge
27923 - name: ifHCInOctets
27924 oid: 1.3.6.1.2.1.31.1.1.1.6
27925 type: counter
27926 help: The total number of octets received on the interface, including framing
27927 characters - 1.3.6.1.2.1.31.1.1.1.6
27928 indexes:
27929 - labelname: ifIndex
27930 type: gauge
27931 - name: ifHCInUcastPkts
27932 oid: 1.3.6.1.2.1.31.1.1.1.7
27933 type: counter
27934 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27935 which were not addressed to a multicast or broadcast address at this sub-layer
27936 - 1.3.6.1.2.1.31.1.1.1.7
27937 indexes:
27938 - labelname: ifIndex
27939 type: gauge
27940 - name: ifHCInMulticastPkts
27941 oid: 1.3.6.1.2.1.31.1.1.1.8
27942 type: counter
27943 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27944 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
27945 indexes:
27946 - labelname: ifIndex
27947 type: gauge
27948 - name: ifHCInBroadcastPkts
27949 oid: 1.3.6.1.2.1.31.1.1.1.9
27950 type: counter
27951 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
27952 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
27953 indexes:
27954 - labelname: ifIndex
27955 type: gauge
27956 - name: ifHCOutOctets
27957 oid: 1.3.6.1.2.1.31.1.1.1.10
27958 type: counter
27959 help: The total number of octets transmitted out of the interface, including framing
27960 characters - 1.3.6.1.2.1.31.1.1.1.10
27961 indexes:
27962 - labelname: ifIndex
27963 type: gauge
27964 - name: ifHCOutUcastPkts
27965 oid: 1.3.6.1.2.1.31.1.1.1.11
27966 type: counter
27967 help: The total number of packets that higher-level protocols requested be transmitted,
27968 and which were not addressed to a multicast or broadcast address at this sub-layer,
27969 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
27970 indexes:
27971 - labelname: ifIndex
27972 type: gauge
27973 - name: ifHCOutMulticastPkts
27974 oid: 1.3.6.1.2.1.31.1.1.1.12
27975 type: counter
27976 help: The total number of packets that higher-level protocols requested be transmitted,
27977 and which were addressed to a multicast address at this sub-layer, including
27978 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
27979 indexes:
27980 - labelname: ifIndex
27981 type: gauge
27982 - name: ifHCOutBroadcastPkts
27983 oid: 1.3.6.1.2.1.31.1.1.1.13
27984 type: counter
27985 help: The total number of packets that higher-level protocols requested be transmitted,
27986 and which were addressed to a broadcast address at this sub-layer, including
27987 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
27988 indexes:
27989 - labelname: ifIndex
27990 type: gauge
27991 - name: ifLinkUpDownTrapEnable
27992 oid: 1.3.6.1.2.1.31.1.1.1.14
27993 type: gauge
27994 help: Indicates whether linkUp/linkDown traps should be generated for this interface
27995 - 1.3.6.1.2.1.31.1.1.1.14
27996 indexes:
27997 - labelname: ifIndex
27998 type: gauge
27999 enum_values:
28000 1: enabled
28001 2: disabled
28002 - name: ifHighSpeed
28003 oid: 1.3.6.1.2.1.31.1.1.1.15
28004 type: gauge
28005 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
28006 per second - 1.3.6.1.2.1.31.1.1.1.15
28007 indexes:
28008 - labelname: ifIndex
28009 type: gauge
28010 - name: ifPromiscuousMode
28011 oid: 1.3.6.1.2.1.31.1.1.1.16
28012 type: gauge
28013 help: This object has a value of false(2) if this interface only accepts packets/frames
28014 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
28015 indexes:
28016 - labelname: ifIndex
28017 type: gauge
28018 enum_values:
28019 1: "true"
28020 2: "false"
28021 - name: ifConnectorPresent
28022 oid: 1.3.6.1.2.1.31.1.1.1.17
28023 type: gauge
28024 help: This object has the value 'true(1)' if the interface sublayer has a physical
28025 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
28026 indexes:
28027 - labelname: ifIndex
28028 type: gauge
28029 enum_values:
28030 1: "true"
28031 2: "false"
28032 - name: ifAlias
28033 oid: 1.3.6.1.2.1.31.1.1.1.18
28034 type: DisplayString
28035 help: This object is an 'alias' name for the interface as specified by a network
28036 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
28037 indexes:
28038 - labelname: ifIndex
28039 type: gauge
28040 - name: ifCounterDiscontinuityTime
28041 oid: 1.3.6.1.2.1.31.1.1.1.19
28042 type: gauge
28043 help: The value of sysUpTime on the most recent occasion at which any one or more
28044 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
28045 indexes:
28046 - labelname: ifIndex
28047 type: gauge
28048 - name: airFiberConfigIndex
28049 oid: 1.3.6.1.4.1.41112.1.3.1.1.1
28050 type: gauge
28051 help: Index for the airFiberConfig - 1.3.6.1.4.1.41112.1.3.1.1.1
28052 indexes:
28053 - labelname: airFiberConfigIndex
28054 type: gauge
28055 - name: radioEnable
28056 oid: 1.3.6.1.4.1.41112.1.3.1.1.2
28057 type: gauge
28058 help: Radio Enabled State (Enabled/Disabled) - 1.3.6.1.4.1.41112.1.3.1.1.2
28059 indexes:
28060 - labelname: airFiberConfigIndex
28061 type: gauge
28062 enum_values:
28063 1: enabled
28064 2: disabled
28065 - name: radioLinkMode
28066 oid: 1.3.6.1.4.1.41112.1.3.1.1.3
28067 type: gauge
28068 help: Radio Operating Mode - 1.3.6.1.4.1.41112.1.3.1.1.3
28069 indexes:
28070 - labelname: airFiberConfigIndex
28071 type: gauge
28072 enum_values:
28073 1: master
28074 2: slave
28075 3: spectral
28076 - name: radioDuplex
28077 oid: 1.3.6.1.4.1.41112.1.3.1.1.4
28078 type: gauge
28079 help: Radio Duplex Mode - 1.3.6.1.4.1.41112.1.3.1.1.4
28080 indexes:
28081 - labelname: airFiberConfigIndex
28082 type: gauge
28083 enum_values:
28084 1: halfDuplex
28085 2: fullDuplex
28086 - name: txFrequency
28087 oid: 1.3.6.1.4.1.41112.1.3.1.1.5
28088 type: gauge
28089 help: TX Operating frequency (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.5
28090 indexes:
28091 - labelname: airFiberConfigIndex
28092 type: gauge
28093 - name: rxFrequency
28094 oid: 1.3.6.1.4.1.41112.1.3.1.1.6
28095 type: gauge
28096 help: RX Operating frequency (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.6
28097 indexes:
28098 - labelname: airFiberConfigIndex
28099 type: gauge
28100 - name: regDomain
28101 oid: 1.3.6.1.4.1.41112.1.3.1.1.7
28102 type: DisplayString
28103 help: Regulatory Domain - 1.3.6.1.4.1.41112.1.3.1.1.7
28104 indexes:
28105 - labelname: airFiberConfigIndex
28106 type: gauge
28107 - name: gpsSync
28108 oid: 1.3.6.1.4.1.41112.1.3.1.1.8
28109 type: gauge
28110 help: GPS Synchronization state (OFF, ON) - 1.3.6.1.4.1.41112.1.3.1.1.8
28111 indexes:
28112 - labelname: airFiberConfigIndex
28113 type: gauge
28114 enum_values:
28115 1: "off"
28116 2: "on"
28117 - name: txPower
28118 oid: 1.3.6.1.4.1.41112.1.3.1.1.9
28119 type: gauge
28120 help: Radio Transmit Power Setting (dBm) - 1.3.6.1.4.1.41112.1.3.1.1.9
28121 indexes:
28122 - labelname: airFiberConfigIndex
28123 type: gauge
28124 - name: rxGain
28125 oid: 1.3.6.1.4.1.41112.1.3.1.1.10
28126 type: gauge
28127 help: Radio Receiver Gain Setting - 1.3.6.1.4.1.41112.1.3.1.1.10
28128 indexes:
28129 - labelname: airFiberConfigIndex
28130 type: gauge
28131 enum_values:
28132 1: low
28133 2: high
28134 - name: maxTxModRate
28135 oid: 1.3.6.1.4.1.41112.1.3.1.1.11
28136 type: gauge
28137 help: Maximum TX Modulation Rate - 1.3.6.1.4.1.41112.1.3.1.1.11
28138 indexes:
28139 - labelname: airFiberConfigIndex
28140 type: gauge
28141 enum_values:
28142 0: qPSK-SISO-1-4x
28143 1: qPSK-SISO-1x
28144 2: qPSK-MIMO-2x
28145 3: qAM8-MIMO-3x
28146 4: qAM16-MIMO-4x
28147 5: qAM32-MIMO-5x
28148 6: qAM64-MIMO-6x
28149 7: qAM128-MIMO-7x
28150 8: qAM256-MIMO-8x
28151 9: qAM512-MIMO-9x
28152 10: qAM1024-MIMO-10x
28153 11: qAM8-SISO-1p5x
28154 12: qAM16-SISO-2x
28155 13: qAM32-SISO-2p5x
28156 14: qAM64-SISO-3x
28157 15: qAM128-SISO-3p5x
28158 16: qAM256-SISO-4x
28159 17: qAM512-SISO-4p5x
28160 18: qAM1024-SISO-5x
28161 - name: modRateControl
28162 oid: 1.3.6.1.4.1.41112.1.3.1.1.12
28163 type: gauge
28164 help: Transmit Modulation Rate Control - 1.3.6.1.4.1.41112.1.3.1.1.12
28165 indexes:
28166 - labelname: airFiberConfigIndex
28167 type: gauge
28168 enum_values:
28169 1: manual
28170 2: automatic
28171 - name: ethDPortLinkSpeed
28172 oid: 1.3.6.1.4.1.41112.1.3.1.1.13
28173 type: gauge
28174 help: Ethernet Data Port Configuration - 1.3.6.1.4.1.41112.1.3.1.1.13
28175 indexes:
28176 - labelname: airFiberConfigIndex
28177 type: gauge
28178 enum_values:
28179 1: auto
28180 2: half-10Mbps
28181 3: half-100Mbps
28182 4: full-10Mbps
28183 5: full-100Mbps
28184 6: full-1000Mbps
28185 - name: linkName
28186 oid: 1.3.6.1.4.1.41112.1.3.1.1.14
28187 type: DisplayString
28188 help: Radio Link Name - 1.3.6.1.4.1.41112.1.3.1.1.14
28189 indexes:
28190 - labelname: airFiberConfigIndex
28191 type: gauge
28192 - name: encryptKey
28193 oid: 1.3.6.1.4.1.41112.1.3.1.1.15
28194 type: DisplayString
28195 help: Radio Link Encryption Key - 1.3.6.1.4.1.41112.1.3.1.1.15
28196 indexes:
28197 - labelname: airFiberConfigIndex
28198 type: gauge
28199 - name: ethFlowControl
28200 oid: 1.3.6.1.4.1.41112.1.3.1.1.16
28201 type: gauge
28202 help: Ethernet DATA port Flow Control (OFF, ON) - 1.3.6.1.4.1.41112.1.3.1.1.16
28203 indexes:
28204 - labelname: airFiberConfigIndex
28205 type: gauge
28206 enum_values:
28207 1: "off"
28208 2: "on"
28209 - name: ethMcastFilter
28210 oid: 1.3.6.1.4.1.41112.1.3.1.1.17
28211 type: gauge
28212 help: Ethernet DATA port Multicast Filter - 1.3.6.1.4.1.41112.1.3.1.1.17
28213 indexes:
28214 - labelname: airFiberConfigIndex
28215 type: gauge
28216 enum_values:
28217 1: "off"
28218 2: "on"
28219 - name: ethTrackRFLink
28220 oid: 1.3.6.1.4.1.41112.1.3.1.1.18
28221 type: gauge
28222 help: Enable Ethernet DATA port state to track RF Link - 1.3.6.1.4.1.41112.1.3.1.1.18
28223 indexes:
28224 - labelname: airFiberConfigIndex
28225 type: gauge
28226 enum_values:
28227 0: disabled
28228 1: use-Timers
28229 2: enabled
28230 - name: ethLinkOffDuration
28231 oid: 1.3.6.1.4.1.41112.1.3.1.1.19
28232 type: gauge
28233 help: Duration (seconds) of Ethernet Link Drop when ethTrackRFLink is set to Use-Timers
28234 - 1.3.6.1.4.1.41112.1.3.1.1.19
28235 indexes:
28236 - labelname: airFiberConfigIndex
28237 type: gauge
28238 - name: ethLinkOffSpacing
28239 oid: 1.3.6.1.4.1.41112.1.3.1.1.20
28240 type: gauge
28241 help: Spacing (seconds) of consecutive Etherenet Link Drops when ethTrackLink
28242 is set to Use-Timers - 1.3.6.1.4.1.41112.1.3.1.1.20
28243 indexes:
28244 - labelname: airFiberConfigIndex
28245 type: gauge
28246 - name: txFrequency1
28247 oid: 1.3.6.1.4.1.41112.1.3.1.1.21
28248 type: gauge
28249 help: First configured TX Frequency (MHz) of radio. - 1.3.6.1.4.1.41112.1.3.1.1.21
28250 indexes:
28251 - labelname: airFiberConfigIndex
28252 type: gauge
28253 - name: rxFrequency1
28254 oid: 1.3.6.1.4.1.41112.1.3.1.1.22
28255 type: gauge
28256 help: First configured RX Frequency (MHz) of radio. - 1.3.6.1.4.1.41112.1.3.1.1.22
28257 indexes:
28258 - labelname: airFiberConfigIndex
28259 type: gauge
28260 - name: txFrequency2
28261 oid: 1.3.6.1.4.1.41112.1.3.1.1.23
28262 type: gauge
28263 help: Second configured TX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.23
28264 indexes:
28265 - labelname: airFiberConfigIndex
28266 type: gauge
28267 - name: rxFrequency2
28268 oid: 1.3.6.1.4.1.41112.1.3.1.1.24
28269 type: gauge
28270 help: Second configured RX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.24
28271 indexes:
28272 - labelname: airFiberConfigIndex
28273 type: gauge
28274 - name: txFrequency3
28275 oid: 1.3.6.1.4.1.41112.1.3.1.1.25
28276 type: gauge
28277 help: Third configured TX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.25
28278 indexes:
28279 - labelname: airFiberConfigIndex
28280 type: gauge
28281 - name: rxFrequency3
28282 oid: 1.3.6.1.4.1.41112.1.3.1.1.26
28283 type: gauge
28284 help: Third configured RX Frequency (MHz) of radio - 1.3.6.1.4.1.41112.1.3.1.1.26
28285 indexes:
28286 - labelname: airFiberConfigIndex
28287 type: gauge
28288 - name: channelWidth
28289 oid: 1.3.6.1.4.1.41112.1.3.1.1.27
28290 type: gauge
28291 help: Current RF Channel Bandwidth - 1.3.6.1.4.1.41112.1.3.1.1.27
28292 indexes:
28293 - labelname: airFiberConfigIndex
28294 type: gauge
28295 - name: txChannelWidth
28296 oid: 1.3.6.1.4.1.41112.1.3.1.1.28
28297 type: gauge
28298 help: Current TX RF Channel Bandwidth (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.28
28299 indexes:
28300 - labelname: airFiberConfigIndex
28301 type: gauge
28302 - name: rxChannelWidth
28303 oid: 1.3.6.1.4.1.41112.1.3.1.1.29
28304 type: gauge
28305 help: Current RX RF Channel Bandwidth (MHz) - 1.3.6.1.4.1.41112.1.3.1.1.29
28306 indexes:
28307 - labelname: airFiberConfigIndex
28308 type: gauge
28309 - name: airFiberStatusIndex
28310 oid: 1.3.6.1.4.1.41112.1.3.2.1.1
28311 type: gauge
28312 help: Index for the air0 interface - 1.3.6.1.4.1.41112.1.3.2.1.1
28313 indexes:
28314 - labelname: airFiberStatusIndex
28315 type: gauge
28316 - name: curTXModRate
28317 oid: 1.3.6.1.4.1.41112.1.3.2.1.2
28318 type: gauge
28319 help: Current Transmit Modulation Rate - 1.3.6.1.4.1.41112.1.3.2.1.2
28320 indexes:
28321 - labelname: airFiberStatusIndex
28322 type: gauge
28323 enum_values:
28324 0: qPSK-SISO-1-4x
28325 1: qPSK-SISO-1x
28326 2: qPSK-MIMO-2x
28327 3: qAM8-MIMO-3x
28328 4: qAM16-MIMO-4x
28329 5: qAM32-MIMO-5x
28330 6: qAM64-MIMO-6x
28331 7: qAM128-MIMO-7x
28332 8: qAM256-MIMO-8x
28333 9: qAM512-MIMO-9x
28334 10: qAM1024-MIMO-10x
28335 11: qAM8-SISO-1p5x
28336 12: qAM16-SISO-2x
28337 13: qAM32-SISO-2p5x
28338 14: qAM64-SISO-3x
28339 15: qAM128-SISO-3p5x
28340 16: qAM256-SISO-4x
28341 17: qAM512-SISO-4p5x
28342 18: qAM1024-SISO-5x
28343 - name: radioLinkDistFt
28344 oid: 1.3.6.1.4.1.41112.1.3.2.1.3
28345 type: gauge
28346 help: Radio Link Distance (Feet) - 1.3.6.1.4.1.41112.1.3.2.1.3
28347 indexes:
28348 - labelname: airFiberStatusIndex
28349 type: gauge
28350 - name: radioLinkDistM
28351 oid: 1.3.6.1.4.1.41112.1.3.2.1.4
28352 type: gauge
28353 help: Radio Link Distance (Meters) - 1.3.6.1.4.1.41112.1.3.2.1.4
28354 indexes:
28355 - labelname: airFiberStatusIndex
28356 type: gauge
28357 - name: rxCapacity
28358 oid: 1.3.6.1.4.1.41112.1.3.2.1.5
28359 type: gauge
28360 help: Radio Receive Throughput Capacity (bits/sec) - 1.3.6.1.4.1.41112.1.3.2.1.5
28361 indexes:
28362 - labelname: airFiberStatusIndex
28363 type: gauge
28364 - name: txCapacity
28365 oid: 1.3.6.1.4.1.41112.1.3.2.1.6
28366 type: gauge
28367 help: Radio Transmit Throughput Capacity (bits/sec) - 1.3.6.1.4.1.41112.1.3.2.1.6
28368 indexes:
28369 - labelname: airFiberStatusIndex
28370 type: gauge
28371 - name: radio0TempF
28372 oid: 1.3.6.1.4.1.41112.1.3.2.1.7
28373 type: gauge
28374 help: Radio Chain 0 DAC Temperature (F) - 1.3.6.1.4.1.41112.1.3.2.1.7
28375 indexes:
28376 - labelname: airFiberStatusIndex
28377 type: gauge
28378 - name: radio0TempC
28379 oid: 1.3.6.1.4.1.41112.1.3.2.1.8
28380 type: gauge
28381 help: Radio Chain 0 DAC Temperature (C) - 1.3.6.1.4.1.41112.1.3.2.1.8
28382 indexes:
28383 - labelname: airFiberStatusIndex
28384 type: gauge
28385 - name: radio1TempF
28386 oid: 1.3.6.1.4.1.41112.1.3.2.1.9
28387 type: gauge
28388 help: Radio Chain 1 DAC Temperature (F) - 1.3.6.1.4.1.41112.1.3.2.1.9
28389 indexes:
28390 - labelname: airFiberStatusIndex
28391 type: gauge
28392 - name: radio1TempC
28393 oid: 1.3.6.1.4.1.41112.1.3.2.1.10
28394 type: gauge
28395 help: Radio Chain 0 DAC Temperature (C) - 1.3.6.1.4.1.41112.1.3.2.1.10
28396 indexes:
28397 - labelname: airFiberStatusIndex
28398 type: gauge
28399 - name: rxPower0
28400 oid: 1.3.6.1.4.1.41112.1.3.2.1.11
28401 type: gauge
28402 help: Radio Chain 0 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.11
28403 indexes:
28404 - labelname: airFiberStatusIndex
28405 type: gauge
28406 - name: rxPower0Valid
28407 oid: 1.3.6.1.4.1.41112.1.3.2.1.12
28408 type: gauge
28409 help: Radio Chain 0 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.12
28410 indexes:
28411 - labelname: airFiberStatusIndex
28412 type: gauge
28413 enum_values:
28414 1: "true"
28415 2: "false"
28416 - name: rxOverload0
28417 oid: 1.3.6.1.4.1.41112.1.3.2.1.13
28418 type: gauge
28419 help: Radio Chain 0 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.13
28420 indexes:
28421 - labelname: airFiberStatusIndex
28422 type: gauge
28423 enum_values:
28424 1: "true"
28425 2: "false"
28426 - name: rxPower1
28427 oid: 1.3.6.1.4.1.41112.1.3.2.1.14
28428 type: gauge
28429 help: Radio Chain 1 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.14
28430 indexes:
28431 - labelname: airFiberStatusIndex
28432 type: gauge
28433 - name: rxPower1Valid
28434 oid: 1.3.6.1.4.1.41112.1.3.2.1.15
28435 type: gauge
28436 help: Radio Chain 1 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.15
28437 indexes:
28438 - labelname: airFiberStatusIndex
28439 type: gauge
28440 enum_values:
28441 1: "true"
28442 2: "false"
28443 - name: rxOverload1
28444 oid: 1.3.6.1.4.1.41112.1.3.2.1.16
28445 type: gauge
28446 help: Radio Chain 1 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.16
28447 indexes:
28448 - labelname: airFiberStatusIndex
28449 type: gauge
28450 enum_values:
28451 1: "true"
28452 2: "false"
28453 - name: remoteTXPower
28454 oid: 1.3.6.1.4.1.41112.1.3.2.1.17
28455 type: gauge
28456 help: Remote Radio Transmit Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.17
28457 indexes:
28458 - labelname: airFiberStatusIndex
28459 type: gauge
28460 - name: remoteTXModRate
28461 oid: 1.3.6.1.4.1.41112.1.3.2.1.18
28462 type: gauge
28463 help: Remote Transmit Modulation Rate - 1.3.6.1.4.1.41112.1.3.2.1.18
28464 indexes:
28465 - labelname: airFiberStatusIndex
28466 type: gauge
28467 enum_values:
28468 0: qPSK-SISO-1-4x
28469 1: qPSK-SISO-1x
28470 2: qPSK-MIMO-2x
28471 3: qAM8-MIMO-3x
28472 4: qAM16-MIMO-4x
28473 5: qAM32-MIMO-5x
28474 6: qAM64-MIMO-6x
28475 7: qAM128-MIMO-7x
28476 8: qAM256-MIMO-8x
28477 9: qAM512-MIMO-9x
28478 10: qAM1024-MIMO-10x
28479 11: qAM8-SISO-1p5x
28480 12: qAM16-SISO-2x
28481 13: qAM32-SISO-2p5x
28482 14: qAM64-SISO-3x
28483 15: qAM128-SISO-3p5x
28484 16: qAM256-SISO-4x
28485 17: qAM512-SISO-4p5x
28486 18: qAM1024-SISO-5x
28487 - name: remoteRXPower0
28488 oid: 1.3.6.1.4.1.41112.1.3.2.1.19
28489 type: gauge
28490 help: Remote Radio Chain 0 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.19
28491 indexes:
28492 - labelname: airFiberStatusIndex
28493 type: gauge
28494 - name: remoteRXPower0Valid
28495 oid: 1.3.6.1.4.1.41112.1.3.2.1.20
28496 type: gauge
28497 help: Remote Radio Chain 0 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.20
28498 indexes:
28499 - labelname: airFiberStatusIndex
28500 type: gauge
28501 enum_values:
28502 1: "true"
28503 2: "false"
28504 - name: remoteRXPower0Overload
28505 oid: 1.3.6.1.4.1.41112.1.3.2.1.21
28506 type: gauge
28507 help: Remote Radio Chain 0 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.21
28508 indexes:
28509 - labelname: airFiberStatusIndex
28510 type: gauge
28511 enum_values:
28512 1: "true"
28513 2: "false"
28514 - name: remoteRXPower1
28515 oid: 1.3.6.1.4.1.41112.1.3.2.1.22
28516 type: gauge
28517 help: Remote Radio Chain 1 RX Power Level (dBm) - 1.3.6.1.4.1.41112.1.3.2.1.22
28518 indexes:
28519 - labelname: airFiberStatusIndex
28520 type: gauge
28521 - name: remoteRXPower1Valid
28522 oid: 1.3.6.1.4.1.41112.1.3.2.1.23
28523 type: gauge
28524 help: Remote Radio Chain 1 RX Power Valid - 1.3.6.1.4.1.41112.1.3.2.1.23
28525 indexes:
28526 - labelname: airFiberStatusIndex
28527 type: gauge
28528 enum_values:
28529 1: "true"
28530 2: "false"
28531 - name: remoteRXPower1Overload
28532 oid: 1.3.6.1.4.1.41112.1.3.2.1.24
28533 type: gauge
28534 help: Remote Radio Chain 1 RX Overloaded - 1.3.6.1.4.1.41112.1.3.2.1.24
28535 indexes:
28536 - labelname: airFiberStatusIndex
28537 type: gauge
28538 enum_values:
28539 1: "true"
28540 2: "false"
28541 - name: countryCode
28542 oid: 1.3.6.1.4.1.41112.1.3.2.1.25
28543 type: gauge
28544 help: Configured Country Code - 1.3.6.1.4.1.41112.1.3.2.1.25
28545 indexes:
28546 - labelname: airFiberStatusIndex
28547 type: gauge
28548 - name: radioLinkState
28549 oid: 1.3.6.1.4.1.41112.1.3.2.1.26
28550 type: gauge
28551 help: Radio Link State - 1.3.6.1.4.1.41112.1.3.2.1.26
28552 indexes:
28553 - labelname: airFiberStatusIndex
28554 type: gauge
28555 enum_values:
28556 0: down
28557 1: up
28558 - name: ethDataPortState
28559 oid: 1.3.6.1.4.1.41112.1.3.2.1.27
28560 type: gauge
28561 help: Ethernet Data Port State - 1.3.6.1.4.1.41112.1.3.2.1.27
28562 indexes:
28563 - labelname: airFiberStatusIndex
28564 type: gauge
28565 enum_values:
28566 0: down
28567 1: up
28568 - name: gpsPulse
28569 oid: 1.3.6.1.4.1.41112.1.3.2.1.28
28570 type: DisplayString
28571 help: GPS Pulse Detected - 1.3.6.1.4.1.41112.1.3.2.1.28
28572 indexes:
28573 - labelname: airFiberStatusIndex
28574 type: gauge
28575 - name: gpsFix
28576 oid: 1.3.6.1.4.1.41112.1.3.2.1.29
28577 type: DisplayString
28578 help: GPS Fix Obtained - 1.3.6.1.4.1.41112.1.3.2.1.29
28579 indexes:
28580 - labelname: airFiberStatusIndex
28581 type: gauge
28582 - name: gpsLat
28583 oid: 1.3.6.1.4.1.41112.1.3.2.1.30
28584 type: DisplayString
28585 help: GPS Latitude - 1.3.6.1.4.1.41112.1.3.2.1.30
28586 indexes:
28587 - labelname: airFiberStatusIndex
28588 type: gauge
28589 - name: gpsLong
28590 oid: 1.3.6.1.4.1.41112.1.3.2.1.31
28591 type: DisplayString
28592 help: GPS Longitude - 1.3.6.1.4.1.41112.1.3.2.1.31
28593 indexes:
28594 - labelname: airFiberStatusIndex
28595 type: gauge
28596 - name: gpsAltMeters
28597 oid: 1.3.6.1.4.1.41112.1.3.2.1.32
28598 type: DisplayString
28599 help: GPS Altitude (m) - 1.3.6.1.4.1.41112.1.3.2.1.32
28600 indexes:
28601 - labelname: airFiberStatusIndex
28602 type: gauge
28603 - name: gpsAltFeet
28604 oid: 1.3.6.1.4.1.41112.1.3.2.1.33
28605 type: DisplayString
28606 help: GPS Altitude (ft) - 1.3.6.1.4.1.41112.1.3.2.1.33
28607 indexes:
28608 - labelname: airFiberStatusIndex
28609 type: gauge
28610 - name: gpsSatsVisible
28611 oid: 1.3.6.1.4.1.41112.1.3.2.1.34
28612 type: gauge
28613 help: GPS Satellites Visible - 1.3.6.1.4.1.41112.1.3.2.1.34
28614 indexes:
28615 - labelname: airFiberStatusIndex
28616 type: gauge
28617 - name: gpsSatsTracked
28618 oid: 1.3.6.1.4.1.41112.1.3.2.1.35
28619 type: gauge
28620 help: GPS Satellites Tracked - 1.3.6.1.4.1.41112.1.3.2.1.35
28621 indexes:
28622 - labelname: airFiberStatusIndex
28623 type: gauge
28624 - name: gpsHDOP
28625 oid: 1.3.6.1.4.1.41112.1.3.2.1.36
28626 type: OctetString
28627 help: GPS Horizontal Dilution of Precision - 1.3.6.1.4.1.41112.1.3.2.1.36
28628 indexes:
28629 - labelname: airFiberStatusIndex
28630 type: gauge
28631 - name: dfsState
28632 oid: 1.3.6.1.4.1.41112.1.3.2.1.37
28633 type: DisplayString
28634 help: Radio DFS State - 1.3.6.1.4.1.41112.1.3.2.1.37
28635 indexes:
28636 - labelname: airFiberStatusIndex
28637 type: gauge
28638 - name: upTime
28639 oid: 1.3.6.1.4.1.41112.1.3.2.1.38
28640 type: gauge
28641 help: Board uptime (seconds) - 1.3.6.1.4.1.41112.1.3.2.1.38
28642 indexes:
28643 - labelname: airFiberStatusIndex
28644 type: gauge
28645 - name: dateTime
28646 oid: 1.3.6.1.4.1.41112.1.3.2.1.39
28647 type: DisplayString
28648 help: Board date and time - 1.3.6.1.4.1.41112.1.3.2.1.39
28649 indexes:
28650 - labelname: airFiberStatusIndex
28651 type: gauge
28652 - name: fwVersion
28653 oid: 1.3.6.1.4.1.41112.1.3.2.1.40
28654 type: DisplayString
28655 help: Board Firmware Revision - 1.3.6.1.4.1.41112.1.3.2.1.40
28656 indexes:
28657 - labelname: airFiberStatusIndex
28658 type: gauge
28659 - name: remoteRXGain
28660 oid: 1.3.6.1.4.1.41112.1.3.2.1.41
28661 type: DisplayString
28662 help: Remote radio Receiver Gain - 1.3.6.1.4.1.41112.1.3.2.1.41
28663 indexes:
28664 - labelname: airFiberStatusIndex
28665 type: gauge
28666 - name: radioLinkInfo
28667 oid: 1.3.6.1.4.1.41112.1.3.2.1.42
28668 type: DisplayString
28669 help: Radio Link Connection Information - 1.3.6.1.4.1.41112.1.3.2.1.42
28670 indexes:
28671 - labelname: airFiberStatusIndex
28672 type: gauge
28673 - name: ethDataPortInfo
28674 oid: 1.3.6.1.4.1.41112.1.3.2.1.43
28675 type: DisplayString
28676 help: Ethernet Data Port Link Connection Speed - 1.3.6.1.4.1.41112.1.3.2.1.43
28677 indexes:
28678 - labelname: airFiberStatusIndex
28679 type: gauge
28680 - name: linkUpTime
28681 oid: 1.3.6.1.4.1.41112.1.3.2.1.44
28682 type: gauge
28683 help: Radio Link uptime (seconds) - 1.3.6.1.4.1.41112.1.3.2.1.44
28684 indexes:
28685 - labelname: airFiberStatusIndex
28686 type: gauge
28687 - name: remoteMAC
28688 oid: 1.3.6.1.4.1.41112.1.3.2.1.45
28689 type: DisplayString
28690 help: Remote radio MAC Address - 1.3.6.1.4.1.41112.1.3.2.1.45
28691 indexes:
28692 - labelname: airFiberStatusIndex
28693 type: gauge
28694 - name: remoteIP
28695 oid: 1.3.6.1.4.1.41112.1.3.2.1.46
28696 type: DisplayString
28697 help: Remote radio IP Address - 1.3.6.1.4.1.41112.1.3.2.1.46
28698 indexes:
28699 - labelname: airFiberStatusIndex
28700 type: gauge
28701 - name: dfsDetections
28702 oid: 1.3.6.1.4.1.41112.1.3.2.1.47
28703 type: gauge
28704 help: Number of DFS Detections since boot - 1.3.6.1.4.1.41112.1.3.2.1.47
28705 indexes:
28706 - labelname: airFiberStatusIndex
28707 type: gauge
28708 - name: dfsDomain
28709 oid: 1.3.6.1.4.1.41112.1.3.2.1.48
28710 type: DisplayString
28711 help: DFS Regulatory Domain for current TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.48
28712 indexes:
28713 - labelname: airFiberStatusIndex
28714 type: gauge
28715 - name: dfsStateTxFreq1
28716 oid: 1.3.6.1.4.1.41112.1.3.2.1.49
28717 type: DisplayString
28718 help: State of first TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.49
28719 indexes:
28720 - labelname: airFiberStatusIndex
28721 type: gauge
28722 - name: dfsStateTxFreq2
28723 oid: 1.3.6.1.4.1.41112.1.3.2.1.50
28724 type: DisplayString
28725 help: State of second TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.50
28726 indexes:
28727 - labelname: airFiberStatusIndex
28728 type: gauge
28729 - name: dfsStateTxFreq3
28730 oid: 1.3.6.1.4.1.41112.1.3.2.1.51
28731 type: DisplayString
28732 help: State of third TX Frequency - 1.3.6.1.4.1.41112.1.3.2.1.51
28733 indexes:
28734 - labelname: airFiberStatusIndex
28735 type: gauge
28736 - name: dfsTimerTxFreq1
28737 oid: 1.3.6.1.4.1.41112.1.3.2.1.52
28738 type: gauge
28739 help: Seconds remaining before first TX Frequency can advance to next operating
28740 state - 1.3.6.1.4.1.41112.1.3.2.1.52
28741 indexes:
28742 - labelname: airFiberStatusIndex
28743 type: gauge
28744 - name: dfsTimerTxFreq2
28745 oid: 1.3.6.1.4.1.41112.1.3.2.1.53
28746 type: gauge
28747 help: Seconds remaining before second TX Frequency can advance to next operating
28748 state - 1.3.6.1.4.1.41112.1.3.2.1.53
28749 indexes:
28750 - labelname: airFiberStatusIndex
28751 type: gauge
28752 - name: dfsTimerTxFreq3
28753 oid: 1.3.6.1.4.1.41112.1.3.2.1.54
28754 type: gauge
28755 help: Seconds remaining before third TX Frequency can advance to next operating
28756 state - 1.3.6.1.4.1.41112.1.3.2.1.54
28757 indexes:
28758 - labelname: airFiberStatusIndex
28759 type: gauge
28760 - name: airFiberStatisticsIndex
28761 oid: 1.3.6.1.4.1.41112.1.3.3.1.1
28762 type: gauge
28763 help: Index for the airFiberStatus - 1.3.6.1.4.1.41112.1.3.3.1.1
28764 indexes:
28765 - labelname: airFiberStatisticsIndex
28766 type: gauge
28767 - name: txFramesOK
28768 oid: 1.3.6.1.4.1.41112.1.3.3.1.2
28769 type: counter
28770 help: Eth Data Port TX Frames - 1.3.6.1.4.1.41112.1.3.3.1.2
28771 indexes:
28772 - labelname: airFiberStatisticsIndex
28773 type: gauge
28774 - name: rxFramesOK
28775 oid: 1.3.6.1.4.1.41112.1.3.3.1.3
28776 type: counter
28777 help: Eth Data Port RX Frames - 1.3.6.1.4.1.41112.1.3.3.1.3
28778 indexes:
28779 - labelname: airFiberStatisticsIndex
28780 type: gauge
28781 - name: rxFrameCrcErr
28782 oid: 1.3.6.1.4.1.41112.1.3.3.1.4
28783 type: counter
28784 help: Eth Data Port CRC Errors - 1.3.6.1.4.1.41112.1.3.3.1.4
28785 indexes:
28786 - labelname: airFiberStatisticsIndex
28787 type: gauge
28788 - name: rxAlignErr
28789 oid: 1.3.6.1.4.1.41112.1.3.3.1.5
28790 type: counter
28791 help: Eth Data Port Receive Alignment Errors - 1.3.6.1.4.1.41112.1.3.3.1.5
28792 indexes:
28793 - labelname: airFiberStatisticsIndex
28794 type: gauge
28795 - name: txOctetsOK
28796 oid: 1.3.6.1.4.1.41112.1.3.3.1.6
28797 type: counter
28798 help: Eth Data Port TX Octets - 1.3.6.1.4.1.41112.1.3.3.1.6
28799 indexes:
28800 - labelname: airFiberStatisticsIndex
28801 type: gauge
28802 - name: rxOctetsOK
28803 oid: 1.3.6.1.4.1.41112.1.3.3.1.7
28804 type: counter
28805 help: Eth Data Port RX Octets - 1.3.6.1.4.1.41112.1.3.3.1.7
28806 indexes:
28807 - labelname: airFiberStatisticsIndex
28808 type: gauge
28809 - name: txPauseFrames
28810 oid: 1.3.6.1.4.1.41112.1.3.3.1.8
28811 type: counter
28812 help: Eth Data Port Pause Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.8
28813 indexes:
28814 - labelname: airFiberStatisticsIndex
28815 type: gauge
28816 - name: rxPauseFrames
28817 oid: 1.3.6.1.4.1.41112.1.3.3.1.9
28818 type: counter
28819 help: Eth Data Port Pause Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.9
28820 indexes:
28821 - labelname: airFiberStatisticsIndex
28822 type: gauge
28823 - name: rxErroredFrames
28824 oid: 1.3.6.1.4.1.41112.1.3.3.1.10
28825 type: counter
28826 help: Eth Data Port Bad Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.10
28827 indexes:
28828 - labelname: airFiberStatisticsIndex
28829 type: gauge
28830 - name: txErroredFrames
28831 oid: 1.3.6.1.4.1.41112.1.3.3.1.11
28832 type: counter
28833 help: Eth Data Port Bad Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.11
28834 indexes:
28835 - labelname: airFiberStatisticsIndex
28836 type: gauge
28837 - name: rxValidUnicastFrames
28838 oid: 1.3.6.1.4.1.41112.1.3.3.1.12
28839 type: counter
28840 help: Eth Data Port Unicast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.12
28841 indexes:
28842 - labelname: airFiberStatisticsIndex
28843 type: gauge
28844 - name: rxValidMulticastFrames
28845 oid: 1.3.6.1.4.1.41112.1.3.3.1.13
28846 type: counter
28847 help: Eth Data Port Multicast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.13
28848 indexes:
28849 - labelname: airFiberStatisticsIndex
28850 type: gauge
28851 - name: rxValidBroadcastFrames
28852 oid: 1.3.6.1.4.1.41112.1.3.3.1.14
28853 type: counter
28854 help: Eth Data Port Broadcast Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.14
28855 indexes:
28856 - labelname: airFiberStatisticsIndex
28857 type: gauge
28858 - name: txValidUnicastFrames
28859 oid: 1.3.6.1.4.1.41112.1.3.3.1.15
28860 type: counter
28861 help: Eth Data Port Unicast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.15
28862 indexes:
28863 - labelname: airFiberStatisticsIndex
28864 type: gauge
28865 - name: txValidMulticastFrames
28866 oid: 1.3.6.1.4.1.41112.1.3.3.1.16
28867 type: counter
28868 help: Eth Data Port Multicast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.16
28869 indexes:
28870 - labelname: airFiberStatisticsIndex
28871 type: gauge
28872 - name: txValidBroadcastFrames
28873 oid: 1.3.6.1.4.1.41112.1.3.3.1.17
28874 type: counter
28875 help: Eth Data Port Broadcast Frames Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.17
28876 indexes:
28877 - labelname: airFiberStatisticsIndex
28878 type: gauge
28879 - name: rxDroppedMacErrFrames
28880 oid: 1.3.6.1.4.1.41112.1.3.3.1.18
28881 type: counter
28882 help: Eth Data Port Dropped MAC Receive Errors - 1.3.6.1.4.1.41112.1.3.3.1.18
28883 indexes:
28884 - labelname: airFiberStatisticsIndex
28885 type: gauge
28886 - name: rxTotalOctets
28887 oid: 1.3.6.1.4.1.41112.1.3.3.1.19
28888 type: counter
28889 help: Eth Data Port Total Octets Received - 1.3.6.1.4.1.41112.1.3.3.1.19
28890 indexes:
28891 - labelname: airFiberStatisticsIndex
28892 type: gauge
28893 - name: rxTotalFrames
28894 oid: 1.3.6.1.4.1.41112.1.3.3.1.20
28895 type: counter
28896 help: Eth Data Port Total Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.20
28897 indexes:
28898 - labelname: airFiberStatisticsIndex
28899 type: gauge
28900 - name: rxLess64ByteFrames
28901 oid: 1.3.6.1.4.1.41112.1.3.3.1.21
28902 type: counter
28903 help: Eth Data Port Undersized Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.21
28904 indexes:
28905 - labelname: airFiberStatisticsIndex
28906 type: gauge
28907 - name: rxOverLengthFrames
28908 oid: 1.3.6.1.4.1.41112.1.3.3.1.22
28909 type: counter
28910 help: Eth Data Port Over Max Length Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.22
28911 indexes:
28912 - labelname: airFiberStatisticsIndex
28913 type: gauge
28914 - name: rx64BytePackets
28915 oid: 1.3.6.1.4.1.41112.1.3.3.1.23
28916 type: counter
28917 help: Eth Data Port 64 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.23
28918 indexes:
28919 - labelname: airFiberStatisticsIndex
28920 type: gauge
28921 - name: rx65_127BytePackets
28922 oid: 1.3.6.1.4.1.41112.1.3.3.1.24
28923 type: counter
28924 help: Eth Data Port 65-127 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.24
28925 indexes:
28926 - labelname: airFiberStatisticsIndex
28927 type: gauge
28928 - name: rx128_255BytePackets
28929 oid: 1.3.6.1.4.1.41112.1.3.3.1.25
28930 type: counter
28931 help: Eth Data Port 128-256 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.25
28932 indexes:
28933 - labelname: airFiberStatisticsIndex
28934 type: gauge
28935 - name: rx256_511BytePackets
28936 oid: 1.3.6.1.4.1.41112.1.3.3.1.26
28937 type: counter
28938 help: Eth Data Port 256-511 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.26
28939 indexes:
28940 - labelname: airFiberStatisticsIndex
28941 type: gauge
28942 - name: rx512_1023BytePackets
28943 oid: 1.3.6.1.4.1.41112.1.3.3.1.27
28944 type: counter
28945 help: Eth Data Port 512-1023 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.27
28946 indexes:
28947 - labelname: airFiberStatisticsIndex
28948 type: gauge
28949 - name: rx1024_1518BytesPackets
28950 oid: 1.3.6.1.4.1.41112.1.3.3.1.28
28951 type: counter
28952 help: Eth Data Port 1024-1518 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.28
28953 indexes:
28954 - labelname: airFiberStatisticsIndex
28955 type: gauge
28956 - name: rx1519PlusBytePackets
28957 oid: 1.3.6.1.4.1.41112.1.3.3.1.29
28958 type: counter
28959 help: Eth Data Port Greater Than 1518 Byte Frames Received - 1.3.6.1.4.1.41112.1.3.3.1.29
28960 indexes:
28961 - labelname: airFiberStatisticsIndex
28962 type: gauge
28963 - name: rxTooLongFrameCrcErr
28964 oid: 1.3.6.1.4.1.41112.1.3.3.1.30
28965 type: counter
28966 help: Eth Data Port Too Long Frame CRC Errors Received - 1.3.6.1.4.1.41112.1.3.3.1.30
28967 indexes:
28968 - labelname: airFiberStatisticsIndex
28969 type: gauge
28970 - name: rxTooShortFrameCrcErr
28971 oid: 1.3.6.1.4.1.41112.1.3.3.1.31
28972 type: counter
28973 help: Eth Data Port Too Short Frame CRC Errors Received - 1.3.6.1.4.1.41112.1.3.3.1.31
28974 indexes:
28975 - labelname: airFiberStatisticsIndex
28976 type: gauge
28977 - name: txqosoct0
28978 oid: 1.3.6.1.4.1.41112.1.3.3.1.32
28979 type: counter
28980 help: RF TX Octets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.32
28981 indexes:
28982 - labelname: airFiberStatisticsIndex
28983 type: gauge
28984 - name: txqosoct1
28985 oid: 1.3.6.1.4.1.41112.1.3.3.1.33
28986 type: counter
28987 help: RF TX Octets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.33
28988 indexes:
28989 - labelname: airFiberStatisticsIndex
28990 type: gauge
28991 - name: txqosoct2
28992 oid: 1.3.6.1.4.1.41112.1.3.3.1.34
28993 type: counter
28994 help: RF TX Octets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.34
28995 indexes:
28996 - labelname: airFiberStatisticsIndex
28997 type: gauge
28998 - name: txqosoct3
28999 oid: 1.3.6.1.4.1.41112.1.3.3.1.35
29000 type: counter
29001 help: RF TX Octets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.35
29002 indexes:
29003 - labelname: airFiberStatisticsIndex
29004 type: gauge
29005 - name: txqosoct4
29006 oid: 1.3.6.1.4.1.41112.1.3.3.1.36
29007 type: counter
29008 help: RF TX Octets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.36
29009 indexes:
29010 - labelname: airFiberStatisticsIndex
29011 type: gauge
29012 - name: txqosoct5
29013 oid: 1.3.6.1.4.1.41112.1.3.3.1.37
29014 type: counter
29015 help: RF TX Octets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.37
29016 indexes:
29017 - labelname: airFiberStatisticsIndex
29018 type: gauge
29019 - name: txqosoct6
29020 oid: 1.3.6.1.4.1.41112.1.3.3.1.38
29021 type: counter
29022 help: RF TX Octets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.38
29023 indexes:
29024 - labelname: airFiberStatisticsIndex
29025 type: gauge
29026 - name: txqosoct7
29027 oid: 1.3.6.1.4.1.41112.1.3.3.1.39
29028 type: counter
29029 help: RF TX Octets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.39
29030 indexes:
29031 - labelname: airFiberStatisticsIndex
29032 type: gauge
29033 - name: txqospkt0
29034 oid: 1.3.6.1.4.1.41112.1.3.3.1.40
29035 type: counter
29036 help: RF TX Packets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.40
29037 indexes:
29038 - labelname: airFiberStatisticsIndex
29039 type: gauge
29040 - name: txqospkt1
29041 oid: 1.3.6.1.4.1.41112.1.3.3.1.41
29042 type: counter
29043 help: RF TX Packets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.41
29044 indexes:
29045 - labelname: airFiberStatisticsIndex
29046 type: gauge
29047 - name: txqospkt2
29048 oid: 1.3.6.1.4.1.41112.1.3.3.1.42
29049 type: counter
29050 help: RF TX Packets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.42
29051 indexes:
29052 - labelname: airFiberStatisticsIndex
29053 type: gauge
29054 - name: txqospkt3
29055 oid: 1.3.6.1.4.1.41112.1.3.3.1.43
29056 type: counter
29057 help: RF TX Packets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.43
29058 indexes:
29059 - labelname: airFiberStatisticsIndex
29060 type: gauge
29061 - name: txqospkt4
29062 oid: 1.3.6.1.4.1.41112.1.3.3.1.44
29063 type: counter
29064 help: RF TX Packets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.44
29065 indexes:
29066 - labelname: airFiberStatisticsIndex
29067 type: gauge
29068 - name: txqospkt5
29069 oid: 1.3.6.1.4.1.41112.1.3.3.1.45
29070 type: counter
29071 help: RF TX Packets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.45
29072 indexes:
29073 - labelname: airFiberStatisticsIndex
29074 type: gauge
29075 - name: txqospkt6
29076 oid: 1.3.6.1.4.1.41112.1.3.3.1.46
29077 type: counter
29078 help: RF TX Packets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.46
29079 indexes:
29080 - labelname: airFiberStatisticsIndex
29081 type: gauge
29082 - name: txqospkt7
29083 oid: 1.3.6.1.4.1.41112.1.3.3.1.47
29084 type: counter
29085 help: RF TX Packets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.47
29086 indexes:
29087 - labelname: airFiberStatisticsIndex
29088 type: gauge
29089 - name: rxqosoct0
29090 oid: 1.3.6.1.4.1.41112.1.3.3.1.48
29091 type: counter
29092 help: RF RX Octets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.48
29093 indexes:
29094 - labelname: airFiberStatisticsIndex
29095 type: gauge
29096 - name: rxqosoct1
29097 oid: 1.3.6.1.4.1.41112.1.3.3.1.49
29098 type: counter
29099 help: RF RX Octets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.49
29100 indexes:
29101 - labelname: airFiberStatisticsIndex
29102 type: gauge
29103 - name: rxqosoct2
29104 oid: 1.3.6.1.4.1.41112.1.3.3.1.50
29105 type: counter
29106 help: RF RX Octets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.50
29107 indexes:
29108 - labelname: airFiberStatisticsIndex
29109 type: gauge
29110 - name: rxqosoct3
29111 oid: 1.3.6.1.4.1.41112.1.3.3.1.51
29112 type: counter
29113 help: RF RX Octets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.51
29114 indexes:
29115 - labelname: airFiberStatisticsIndex
29116 type: gauge
29117 - name: rxqosoct4
29118 oid: 1.3.6.1.4.1.41112.1.3.3.1.52
29119 type: counter
29120 help: RF RX Octets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.52
29121 indexes:
29122 - labelname: airFiberStatisticsIndex
29123 type: gauge
29124 - name: rxqosoct5
29125 oid: 1.3.6.1.4.1.41112.1.3.3.1.53
29126 type: counter
29127 help: RF RX Octets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.53
29128 indexes:
29129 - labelname: airFiberStatisticsIndex
29130 type: gauge
29131 - name: rxqosoct6
29132 oid: 1.3.6.1.4.1.41112.1.3.3.1.54
29133 type: counter
29134 help: RF RX Octets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.54
29135 indexes:
29136 - labelname: airFiberStatisticsIndex
29137 type: gauge
29138 - name: rxqosoct7
29139 oid: 1.3.6.1.4.1.41112.1.3.3.1.55
29140 type: counter
29141 help: RF RX Octets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.55
29142 indexes:
29143 - labelname: airFiberStatisticsIndex
29144 type: gauge
29145 - name: rxqospkt0
29146 oid: 1.3.6.1.4.1.41112.1.3.3.1.56
29147 type: counter
29148 help: RF RX Packets QOS 0 - 1.3.6.1.4.1.41112.1.3.3.1.56
29149 indexes:
29150 - labelname: airFiberStatisticsIndex
29151 type: gauge
29152 - name: rxqospkt1
29153 oid: 1.3.6.1.4.1.41112.1.3.3.1.57
29154 type: counter
29155 help: RF RX Packets QOS 1 - 1.3.6.1.4.1.41112.1.3.3.1.57
29156 indexes:
29157 - labelname: airFiberStatisticsIndex
29158 type: gauge
29159 - name: rxqospkt2
29160 oid: 1.3.6.1.4.1.41112.1.3.3.1.58
29161 type: counter
29162 help: RF RX Packets QOS 2 - 1.3.6.1.4.1.41112.1.3.3.1.58
29163 indexes:
29164 - labelname: airFiberStatisticsIndex
29165 type: gauge
29166 - name: rxqospkt3
29167 oid: 1.3.6.1.4.1.41112.1.3.3.1.59
29168 type: counter
29169 help: RF RX Packets QOS 3 - 1.3.6.1.4.1.41112.1.3.3.1.59
29170 indexes:
29171 - labelname: airFiberStatisticsIndex
29172 type: gauge
29173 - name: rxqospkt4
29174 oid: 1.3.6.1.4.1.41112.1.3.3.1.60
29175 type: counter
29176 help: RF RX Packets QOS 4 - 1.3.6.1.4.1.41112.1.3.3.1.60
29177 indexes:
29178 - labelname: airFiberStatisticsIndex
29179 type: gauge
29180 - name: rxqospkt5
29181 oid: 1.3.6.1.4.1.41112.1.3.3.1.61
29182 type: counter
29183 help: RF RX Packets QOS 5 - 1.3.6.1.4.1.41112.1.3.3.1.61
29184 indexes:
29185 - labelname: airFiberStatisticsIndex
29186 type: gauge
29187 - name: rxqospkt6
29188 oid: 1.3.6.1.4.1.41112.1.3.3.1.62
29189 type: counter
29190 help: RF RX Packets QOS 6 - 1.3.6.1.4.1.41112.1.3.3.1.62
29191 indexes:
29192 - labelname: airFiberStatisticsIndex
29193 type: gauge
29194 - name: rxqospkt7
29195 oid: 1.3.6.1.4.1.41112.1.3.3.1.63
29196 type: counter
29197 help: RF RX Packets QOS 7 - 1.3.6.1.4.1.41112.1.3.3.1.63
29198 indexes:
29199 - labelname: airFiberStatisticsIndex
29200 type: gauge
29201 - name: txoctetsAll
29202 oid: 1.3.6.1.4.1.41112.1.3.3.1.64
29203 type: counter
29204 help: RF Total Octets Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.64
29205 indexes:
29206 - labelname: airFiberStatisticsIndex
29207 type: gauge
29208 - name: txpktsAll
29209 oid: 1.3.6.1.4.1.41112.1.3.3.1.65
29210 type: counter
29211 help: RF Total Packets Transmitted - 1.3.6.1.4.1.41112.1.3.3.1.65
29212 indexes:
29213 - labelname: airFiberStatisticsIndex
29214 type: gauge
29215 - name: rxoctetsAll
29216 oid: 1.3.6.1.4.1.41112.1.3.3.1.66
29217 type: counter
29218 help: RF Total Octets Received - 1.3.6.1.4.1.41112.1.3.3.1.66
29219 indexes:
29220 - labelname: airFiberStatisticsIndex
29221 type: gauge
29222 - name: rxpktsAll
29223 oid: 1.3.6.1.4.1.41112.1.3.3.1.67
29224 type: counter
29225 help: RF Total Packets Received - 1.3.6.1.4.1.41112.1.3.3.1.67
29226 indexes:
29227 - labelname: airFiberStatisticsIndex
29228 type: gauge
29229 version: 1
29230ubiquiti_airmax:
29231 walk:
29232 - 1.3.6.1.2.1.2
29233 - 1.3.6.1.2.1.31.1.1
29234 - 1.3.6.1.4.1.41112.1.4
29235 get:
29236 - 1.3.6.1.2.1.1.3.0
29237 metrics:
29238 - name: sysUpTime
29239 oid: 1.3.6.1.2.1.1.3
29240 type: gauge
29241 help: The time (in hundredths of a second) since the network management portion
29242 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
29243 - name: ifNumber
29244 oid: 1.3.6.1.2.1.2.1
29245 type: gauge
29246 help: The number of network interfaces (regardless of their current state) present
29247 on this system. - 1.3.6.1.2.1.2.1
29248 - name: ifIndex
29249 oid: 1.3.6.1.2.1.2.2.1.1
29250 type: gauge
29251 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
29252 indexes:
29253 - labelname: ifIndex
29254 type: gauge
29255 - name: ifDescr
29256 oid: 1.3.6.1.2.1.2.2.1.2
29257 type: DisplayString
29258 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
29259 indexes:
29260 - labelname: ifIndex
29261 type: gauge
29262 - name: ifType
29263 oid: 1.3.6.1.2.1.2.2.1.3
29264 type: EnumAsInfo
29265 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
29266 indexes:
29267 - labelname: ifIndex
29268 type: gauge
29269 enum_values:
29270 1: other
29271 2: regular1822
29272 3: hdh1822
29273 4: ddnX25
29274 5: rfc877x25
29275 6: ethernetCsmacd
29276 7: iso88023Csmacd
29277 8: iso88024TokenBus
29278 9: iso88025TokenRing
29279 10: iso88026Man
29280 11: starLan
29281 12: proteon10Mbit
29282 13: proteon80Mbit
29283 14: hyperchannel
29284 15: fddi
29285 16: lapb
29286 17: sdlc
29287 18: ds1
29288 19: e1
29289 20: basicISDN
29290 21: primaryISDN
29291 22: propPointToPointSerial
29292 23: ppp
29293 24: softwareLoopback
29294 25: eon
29295 26: ethernet3Mbit
29296 27: nsip
29297 28: slip
29298 29: ultra
29299 30: ds3
29300 31: sip
29301 32: frameRelay
29302 33: rs232
29303 34: para
29304 35: arcnet
29305 36: arcnetPlus
29306 37: atm
29307 38: miox25
29308 39: sonet
29309 40: x25ple
29310 41: iso88022llc
29311 42: localTalk
29312 43: smdsDxi
29313 44: frameRelayService
29314 45: v35
29315 46: hssi
29316 47: hippi
29317 48: modem
29318 49: aal5
29319 50: sonetPath
29320 51: sonetVT
29321 52: smdsIcip
29322 53: propVirtual
29323 54: propMultiplexor
29324 55: ieee80212
29325 56: fibreChannel
29326 57: hippiInterface
29327 58: frameRelayInterconnect
29328 59: aflane8023
29329 60: aflane8025
29330 61: cctEmul
29331 62: fastEther
29332 63: isdn
29333 64: v11
29334 65: v36
29335 66: g703at64k
29336 67: g703at2mb
29337 68: qllc
29338 69: fastEtherFX
29339 70: channel
29340 71: ieee80211
29341 72: ibm370parChan
29342 73: escon
29343 74: dlsw
29344 75: isdns
29345 76: isdnu
29346 77: lapd
29347 78: ipSwitch
29348 79: rsrb
29349 80: atmLogical
29350 81: ds0
29351 82: ds0Bundle
29352 83: bsc
29353 84: async
29354 85: cnr
29355 86: iso88025Dtr
29356 87: eplrs
29357 88: arap
29358 89: propCnls
29359 90: hostPad
29360 91: termPad
29361 92: frameRelayMPI
29362 93: x213
29363 94: adsl
29364 95: radsl
29365 96: sdsl
29366 97: vdsl
29367 98: iso88025CRFPInt
29368 99: myrinet
29369 100: voiceEM
29370 101: voiceFXO
29371 102: voiceFXS
29372 103: voiceEncap
29373 104: voiceOverIp
29374 105: atmDxi
29375 106: atmFuni
29376 107: atmIma
29377 108: pppMultilinkBundle
29378 109: ipOverCdlc
29379 110: ipOverClaw
29380 111: stackToStack
29381 112: virtualIpAddress
29382 113: mpc
29383 114: ipOverAtm
29384 115: iso88025Fiber
29385 116: tdlc
29386 117: gigabitEthernet
29387 118: hdlc
29388 119: lapf
29389 120: v37
29390 121: x25mlp
29391 122: x25huntGroup
29392 123: transpHdlc
29393 124: interleave
29394 125: fast
29395 126: ip
29396 127: docsCableMaclayer
29397 128: docsCableDownstream
29398 129: docsCableUpstream
29399 130: a12MppSwitch
29400 131: tunnel
29401 132: coffee
29402 133: ces
29403 134: atmSubInterface
29404 135: l2vlan
29405 136: l3ipvlan
29406 137: l3ipxvlan
29407 138: digitalPowerline
29408 139: mediaMailOverIp
29409 140: dtm
29410 141: dcn
29411 142: ipForward
29412 143: msdsl
29413 144: ieee1394
29414 145: if-gsn
29415 146: dvbRccMacLayer
29416 147: dvbRccDownstream
29417 148: dvbRccUpstream
29418 149: atmVirtual
29419 150: mplsTunnel
29420 151: srp
29421 152: voiceOverAtm
29422 153: voiceOverFrameRelay
29423 154: idsl
29424 155: compositeLink
29425 156: ss7SigLink
29426 157: propWirelessP2P
29427 158: frForward
29428 159: rfc1483
29429 160: usb
29430 161: ieee8023adLag
29431 162: bgppolicyaccounting
29432 163: frf16MfrBundle
29433 164: h323Gatekeeper
29434 165: h323Proxy
29435 166: mpls
29436 167: mfSigLink
29437 168: hdsl2
29438 169: shdsl
29439 170: ds1FDL
29440 171: pos
29441 172: dvbAsiIn
29442 173: dvbAsiOut
29443 174: plc
29444 175: nfas
29445 176: tr008
29446 177: gr303RDT
29447 178: gr303IDT
29448 179: isup
29449 180: propDocsWirelessMaclayer
29450 181: propDocsWirelessDownstream
29451 182: propDocsWirelessUpstream
29452 183: hiperlan2
29453 184: propBWAp2Mp
29454 185: sonetOverheadChannel
29455 186: digitalWrapperOverheadChannel
29456 187: aal2
29457 188: radioMAC
29458 189: atmRadio
29459 190: imt
29460 191: mvl
29461 192: reachDSL
29462 193: frDlciEndPt
29463 194: atmVciEndPt
29464 195: opticalChannel
29465 196: opticalTransport
29466 197: propAtm
29467 198: voiceOverCable
29468 199: infiniband
29469 200: teLink
29470 201: q2931
29471 202: virtualTg
29472 203: sipTg
29473 204: sipSig
29474 205: docsCableUpstreamChannel
29475 206: econet
29476 207: pon155
29477 208: pon622
29478 209: bridge
29479 210: linegroup
29480 211: voiceEMFGD
29481 212: voiceFGDEANA
29482 213: voiceDID
29483 214: mpegTransport
29484 215: sixToFour
29485 216: gtp
29486 217: pdnEtherLoop1
29487 218: pdnEtherLoop2
29488 219: opticalChannelGroup
29489 220: homepna
29490 221: gfp
29491 222: ciscoISLvlan
29492 223: actelisMetaLOOP
29493 224: fcipLink
29494 225: rpr
29495 226: qam
29496 227: lmp
29497 228: cblVectaStar
29498 229: docsCableMCmtsDownstream
29499 230: adsl2
29500 231: macSecControlledIF
29501 232: macSecUncontrolledIF
29502 233: aviciOpticalEther
29503 234: atmbond
29504 235: voiceFGDOS
29505 236: mocaVersion1
29506 237: ieee80216WMAN
29507 238: adsl2plus
29508 239: dvbRcsMacLayer
29509 240: dvbTdm
29510 241: dvbRcsTdma
29511 242: x86Laps
29512 243: wwanPP
29513 244: wwanPP2
29514 245: voiceEBS
29515 246: ifPwType
29516 247: ilan
29517 248: pip
29518 249: aluELP
29519 250: gpon
29520 251: vdsl2
29521 252: capwapDot11Profile
29522 253: capwapDot11Bss
29523 254: capwapWtpVirtualRadio
29524 255: bits
29525 256: docsCableUpstreamRfPort
29526 257: cableDownstreamRfPort
29527 258: vmwareVirtualNic
29528 259: ieee802154
29529 260: otnOdu
29530 261: otnOtu
29531 262: ifVfiType
29532 263: g9981
29533 264: g9982
29534 265: g9983
29535 266: aluEpon
29536 267: aluEponOnu
29537 268: aluEponPhysicalUni
29538 269: aluEponLogicalLink
29539 270: aluGponOnu
29540 271: aluGponPhysicalUni
29541 272: vmwareNicTeam
29542 277: docsOfdmDownstream
29543 278: docsOfdmaUpstream
29544 279: gfast
29545 280: sdci
29546 281: xboxWireless
29547 282: fastdsl
29548 283: docsCableScte55d1FwdOob
29549 284: docsCableScte55d1RetOob
29550 285: docsCableScte55d2DsOob
29551 286: docsCableScte55d2UsOob
29552 287: docsCableNdf
29553 288: docsCableNdr
29554 289: ptm
29555 290: ghn
29556 291: otnOtsi
29557 292: otnOtuc
29558 293: otnOduc
29559 294: otnOtsig
29560 295: microwaveCarrierTermination
29561 296: microwaveRadioLinkTerminal
29562 297: ieee8021axDrni
29563 298: ax25
29564 299: ieee19061nanocom
29565 300: cpri
29566 301: omni
29567 302: roe
29568 303: p2pOverLan
29569 - name: ifMtu
29570 oid: 1.3.6.1.2.1.2.2.1.4
29571 type: gauge
29572 help: The size of the largest packet which can be sent/received on the interface,
29573 specified in octets - 1.3.6.1.2.1.2.2.1.4
29574 indexes:
29575 - labelname: ifIndex
29576 type: gauge
29577 - name: ifSpeed
29578 oid: 1.3.6.1.2.1.2.2.1.5
29579 type: gauge
29580 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
29581 indexes:
29582 - labelname: ifIndex
29583 type: gauge
29584 - name: ifPhysAddress
29585 oid: 1.3.6.1.2.1.2.2.1.6
29586 type: PhysAddress48
29587 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
29588 indexes:
29589 - labelname: ifIndex
29590 type: gauge
29591 - name: ifAdminStatus
29592 oid: 1.3.6.1.2.1.2.2.1.7
29593 type: gauge
29594 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
29595 indexes:
29596 - labelname: ifIndex
29597 type: gauge
29598 enum_values:
29599 1: up
29600 2: down
29601 3: testing
29602 - name: ifOperStatus
29603 oid: 1.3.6.1.2.1.2.2.1.8
29604 type: gauge
29605 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
29606 indexes:
29607 - labelname: ifIndex
29608 type: gauge
29609 enum_values:
29610 1: up
29611 2: down
29612 3: testing
29613 4: unknown
29614 5: dormant
29615 6: notPresent
29616 7: lowerLayerDown
29617 - name: ifLastChange
29618 oid: 1.3.6.1.2.1.2.2.1.9
29619 type: gauge
29620 help: The value of sysUpTime at the time the interface entered its current operational
29621 state - 1.3.6.1.2.1.2.2.1.9
29622 indexes:
29623 - labelname: ifIndex
29624 type: gauge
29625 - name: ifInOctets
29626 oid: 1.3.6.1.2.1.2.2.1.10
29627 type: counter
29628 help: The total number of octets received on the interface, including framing
29629 characters - 1.3.6.1.2.1.2.2.1.10
29630 indexes:
29631 - labelname: ifIndex
29632 type: gauge
29633 - name: ifInUcastPkts
29634 oid: 1.3.6.1.2.1.2.2.1.11
29635 type: counter
29636 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29637 which were not addressed to a multicast or broadcast address at this sub-layer
29638 - 1.3.6.1.2.1.2.2.1.11
29639 indexes:
29640 - labelname: ifIndex
29641 type: gauge
29642 - name: ifInNUcastPkts
29643 oid: 1.3.6.1.2.1.2.2.1.12
29644 type: counter
29645 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29646 which were addressed to a multicast or broadcast address at this sub-layer -
29647 1.3.6.1.2.1.2.2.1.12
29648 indexes:
29649 - labelname: ifIndex
29650 type: gauge
29651 - name: ifInDiscards
29652 oid: 1.3.6.1.2.1.2.2.1.13
29653 type: counter
29654 help: The number of inbound packets which were chosen to be discarded even though
29655 no errors had been detected to prevent their being deliverable to a higher-layer
29656 protocol - 1.3.6.1.2.1.2.2.1.13
29657 indexes:
29658 - labelname: ifIndex
29659 type: gauge
29660 - name: ifInErrors
29661 oid: 1.3.6.1.2.1.2.2.1.14
29662 type: counter
29663 help: For packet-oriented interfaces, the number of inbound packets that contained
29664 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
29665 indexes:
29666 - labelname: ifIndex
29667 type: gauge
29668 - name: ifInUnknownProtos
29669 oid: 1.3.6.1.2.1.2.2.1.15
29670 type: counter
29671 help: For packet-oriented interfaces, the number of packets received via the interface
29672 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
29673 indexes:
29674 - labelname: ifIndex
29675 type: gauge
29676 - name: ifOutOctets
29677 oid: 1.3.6.1.2.1.2.2.1.16
29678 type: counter
29679 help: The total number of octets transmitted out of the interface, including framing
29680 characters - 1.3.6.1.2.1.2.2.1.16
29681 indexes:
29682 - labelname: ifIndex
29683 type: gauge
29684 - name: ifOutUcastPkts
29685 oid: 1.3.6.1.2.1.2.2.1.17
29686 type: counter
29687 help: The total number of packets that higher-level protocols requested be transmitted,
29688 and which were not addressed to a multicast or broadcast address at this sub-layer,
29689 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
29690 indexes:
29691 - labelname: ifIndex
29692 type: gauge
29693 - name: ifOutNUcastPkts
29694 oid: 1.3.6.1.2.1.2.2.1.18
29695 type: counter
29696 help: The total number of packets that higher-level protocols requested be transmitted,
29697 and which were addressed to a multicast or broadcast address at this sub-layer,
29698 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
29699 indexes:
29700 - labelname: ifIndex
29701 type: gauge
29702 - name: ifOutDiscards
29703 oid: 1.3.6.1.2.1.2.2.1.19
29704 type: counter
29705 help: The number of outbound packets which were chosen to be discarded even though
29706 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
29707 indexes:
29708 - labelname: ifIndex
29709 type: gauge
29710 - name: ifOutErrors
29711 oid: 1.3.6.1.2.1.2.2.1.20
29712 type: counter
29713 help: For packet-oriented interfaces, the number of outbound packets that could
29714 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
29715 indexes:
29716 - labelname: ifIndex
29717 type: gauge
29718 - name: ifOutQLen
29719 oid: 1.3.6.1.2.1.2.2.1.21
29720 type: gauge
29721 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
29722 indexes:
29723 - labelname: ifIndex
29724 type: gauge
29725 - name: ifSpecific
29726 oid: 1.3.6.1.2.1.2.2.1.22
29727 type: OctetString
29728 help: A reference to MIB definitions specific to the particular media being used
29729 to realize the interface - 1.3.6.1.2.1.2.2.1.22
29730 indexes:
29731 - labelname: ifIndex
29732 type: gauge
29733 - name: ifName
29734 oid: 1.3.6.1.2.1.31.1.1.1.1
29735 type: DisplayString
29736 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
29737 indexes:
29738 - labelname: ifIndex
29739 type: gauge
29740 - name: ifInMulticastPkts
29741 oid: 1.3.6.1.2.1.31.1.1.1.2
29742 type: counter
29743 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29744 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
29745 indexes:
29746 - labelname: ifIndex
29747 type: gauge
29748 - name: ifInBroadcastPkts
29749 oid: 1.3.6.1.2.1.31.1.1.1.3
29750 type: counter
29751 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29752 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
29753 indexes:
29754 - labelname: ifIndex
29755 type: gauge
29756 - name: ifOutMulticastPkts
29757 oid: 1.3.6.1.2.1.31.1.1.1.4
29758 type: counter
29759 help: The total number of packets that higher-level protocols requested be transmitted,
29760 and which were addressed to a multicast address at this sub-layer, including
29761 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
29762 indexes:
29763 - labelname: ifIndex
29764 type: gauge
29765 - name: ifOutBroadcastPkts
29766 oid: 1.3.6.1.2.1.31.1.1.1.5
29767 type: counter
29768 help: The total number of packets that higher-level protocols requested be transmitted,
29769 and which were addressed to a broadcast address at this sub-layer, including
29770 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
29771 indexes:
29772 - labelname: ifIndex
29773 type: gauge
29774 - name: ifHCInOctets
29775 oid: 1.3.6.1.2.1.31.1.1.1.6
29776 type: counter
29777 help: The total number of octets received on the interface, including framing
29778 characters - 1.3.6.1.2.1.31.1.1.1.6
29779 indexes:
29780 - labelname: ifIndex
29781 type: gauge
29782 - name: ifHCInUcastPkts
29783 oid: 1.3.6.1.2.1.31.1.1.1.7
29784 type: counter
29785 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29786 which were not addressed to a multicast or broadcast address at this sub-layer
29787 - 1.3.6.1.2.1.31.1.1.1.7
29788 indexes:
29789 - labelname: ifIndex
29790 type: gauge
29791 - name: ifHCInMulticastPkts
29792 oid: 1.3.6.1.2.1.31.1.1.1.8
29793 type: counter
29794 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29795 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
29796 indexes:
29797 - labelname: ifIndex
29798 type: gauge
29799 - name: ifHCInBroadcastPkts
29800 oid: 1.3.6.1.2.1.31.1.1.1.9
29801 type: counter
29802 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
29803 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
29804 indexes:
29805 - labelname: ifIndex
29806 type: gauge
29807 - name: ifHCOutOctets
29808 oid: 1.3.6.1.2.1.31.1.1.1.10
29809 type: counter
29810 help: The total number of octets transmitted out of the interface, including framing
29811 characters - 1.3.6.1.2.1.31.1.1.1.10
29812 indexes:
29813 - labelname: ifIndex
29814 type: gauge
29815 - name: ifHCOutUcastPkts
29816 oid: 1.3.6.1.2.1.31.1.1.1.11
29817 type: counter
29818 help: The total number of packets that higher-level protocols requested be transmitted,
29819 and which were not addressed to a multicast or broadcast address at this sub-layer,
29820 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
29821 indexes:
29822 - labelname: ifIndex
29823 type: gauge
29824 - name: ifHCOutMulticastPkts
29825 oid: 1.3.6.1.2.1.31.1.1.1.12
29826 type: counter
29827 help: The total number of packets that higher-level protocols requested be transmitted,
29828 and which were addressed to a multicast address at this sub-layer, including
29829 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
29830 indexes:
29831 - labelname: ifIndex
29832 type: gauge
29833 - name: ifHCOutBroadcastPkts
29834 oid: 1.3.6.1.2.1.31.1.1.1.13
29835 type: counter
29836 help: The total number of packets that higher-level protocols requested be transmitted,
29837 and which were addressed to a broadcast address at this sub-layer, including
29838 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
29839 indexes:
29840 - labelname: ifIndex
29841 type: gauge
29842 - name: ifLinkUpDownTrapEnable
29843 oid: 1.3.6.1.2.1.31.1.1.1.14
29844 type: gauge
29845 help: Indicates whether linkUp/linkDown traps should be generated for this interface
29846 - 1.3.6.1.2.1.31.1.1.1.14
29847 indexes:
29848 - labelname: ifIndex
29849 type: gauge
29850 enum_values:
29851 1: enabled
29852 2: disabled
29853 - name: ifHighSpeed
29854 oid: 1.3.6.1.2.1.31.1.1.1.15
29855 type: gauge
29856 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
29857 per second - 1.3.6.1.2.1.31.1.1.1.15
29858 indexes:
29859 - labelname: ifIndex
29860 type: gauge
29861 - name: ifPromiscuousMode
29862 oid: 1.3.6.1.2.1.31.1.1.1.16
29863 type: gauge
29864 help: This object has a value of false(2) if this interface only accepts packets/frames
29865 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
29866 indexes:
29867 - labelname: ifIndex
29868 type: gauge
29869 enum_values:
29870 1: "true"
29871 2: "false"
29872 - name: ifConnectorPresent
29873 oid: 1.3.6.1.2.1.31.1.1.1.17
29874 type: gauge
29875 help: This object has the value 'true(1)' if the interface sublayer has a physical
29876 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
29877 indexes:
29878 - labelname: ifIndex
29879 type: gauge
29880 enum_values:
29881 1: "true"
29882 2: "false"
29883 - name: ifAlias
29884 oid: 1.3.6.1.2.1.31.1.1.1.18
29885 type: DisplayString
29886 help: This object is an 'alias' name for the interface as specified by a network
29887 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
29888 indexes:
29889 - labelname: ifIndex
29890 type: gauge
29891 - name: ifCounterDiscontinuityTime
29892 oid: 1.3.6.1.2.1.31.1.1.1.19
29893 type: gauge
29894 help: The value of sysUpTime on the most recent occasion at which any one or more
29895 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
29896 indexes:
29897 - labelname: ifIndex
29898 type: gauge
29899 - name: ubntRadioIndex
29900 oid: 1.3.6.1.4.1.41112.1.4.1.1.1
29901 type: gauge
29902 help: Index for the ubntRadioTable - 1.3.6.1.4.1.41112.1.4.1.1.1
29903 indexes:
29904 - labelname: ubntRadioIndex
29905 type: gauge
29906 - name: ubntRadioMode
29907 oid: 1.3.6.1.4.1.41112.1.4.1.1.2
29908 type: gauge
29909 help: Radio mode - 1.3.6.1.4.1.41112.1.4.1.1.2
29910 indexes:
29911 - labelname: ubntRadioIndex
29912 type: gauge
29913 enum_values:
29914 1: sta
29915 2: ap
29916 3: aprepeater
29917 4: apwds
29918 - name: ubntRadioCCode
29919 oid: 1.3.6.1.4.1.41112.1.4.1.1.3
29920 type: gauge
29921 help: Country code - 1.3.6.1.4.1.41112.1.4.1.1.3
29922 indexes:
29923 - labelname: ubntRadioIndex
29924 type: gauge
29925 - name: ubntRadioFreq
29926 oid: 1.3.6.1.4.1.41112.1.4.1.1.4
29927 type: gauge
29928 help: Operating frequency - 1.3.6.1.4.1.41112.1.4.1.1.4
29929 indexes:
29930 - labelname: ubntRadioIndex
29931 type: gauge
29932 - name: ubntRadioDfsEnabled
29933 oid: 1.3.6.1.4.1.41112.1.4.1.1.5
29934 type: gauge
29935 help: DFS status - 1.3.6.1.4.1.41112.1.4.1.1.5
29936 indexes:
29937 - labelname: ubntRadioIndex
29938 type: gauge
29939 enum_values:
29940 1: "true"
29941 2: "false"
29942 - name: ubntRadioTxPower
29943 oid: 1.3.6.1.4.1.41112.1.4.1.1.6
29944 type: gauge
29945 help: Transmit power - 1.3.6.1.4.1.41112.1.4.1.1.6
29946 indexes:
29947 - labelname: ubntRadioIndex
29948 type: gauge
29949 - name: ubntRadioDistance
29950 oid: 1.3.6.1.4.1.41112.1.4.1.1.7
29951 type: gauge
29952 help: Distance - 1.3.6.1.4.1.41112.1.4.1.1.7
29953 indexes:
29954 - labelname: ubntRadioIndex
29955 type: gauge
29956 - name: ubntRadioChainmask
29957 oid: 1.3.6.1.4.1.41112.1.4.1.1.8
29958 type: gauge
29959 help: Chainmask - 1.3.6.1.4.1.41112.1.4.1.1.8
29960 indexes:
29961 - labelname: ubntRadioIndex
29962 type: gauge
29963 - name: ubntRadioAntenna
29964 oid: 1.3.6.1.4.1.41112.1.4.1.1.9
29965 type: DisplayString
29966 help: Antenna - 1.3.6.1.4.1.41112.1.4.1.1.9
29967 indexes:
29968 - labelname: ubntRadioIndex
29969 type: gauge
29970 - name: ubntRadioRssiIndex
29971 oid: 1.3.6.1.4.1.41112.1.4.2.1.1
29972 type: gauge
29973 help: Index for the ubntRadioRssiTable - 1.3.6.1.4.1.41112.1.4.2.1.1
29974 indexes:
29975 - labelname: ubntRadioIndex
29976 type: gauge
29977 - labelname: ubntRadioRssiIndex
29978 type: gauge
29979 - name: ubntRadioRssi
29980 oid: 1.3.6.1.4.1.41112.1.4.2.1.2
29981 type: gauge
29982 help: Data frames rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.2
29983 indexes:
29984 - labelname: ubntRadioIndex
29985 type: gauge
29986 - labelname: ubntRadioRssiIndex
29987 type: gauge
29988 - name: ubntRadioRssiMgmt
29989 oid: 1.3.6.1.4.1.41112.1.4.2.1.3
29990 type: gauge
29991 help: Management frames rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.3
29992 indexes:
29993 - labelname: ubntRadioIndex
29994 type: gauge
29995 - labelname: ubntRadioRssiIndex
29996 type: gauge
29997 - name: ubntRadioRssiExt
29998 oid: 1.3.6.1.4.1.41112.1.4.2.1.4
29999 type: gauge
30000 help: Extension channel rssi per chain - 1.3.6.1.4.1.41112.1.4.2.1.4
30001 indexes:
30002 - labelname: ubntRadioIndex
30003 type: gauge
30004 - labelname: ubntRadioRssiIndex
30005 type: gauge
30006 - name: ubntAirSyncIfIndex
30007 oid: 1.3.6.1.4.1.41112.1.4.3.1.1
30008 type: gauge
30009 help: Index for the ubntAirSyncTable - 1.3.6.1.4.1.41112.1.4.3.1.1
30010 indexes:
30011 - labelname: ubntAirSyncIfIndex
30012 type: gauge
30013 - name: ubntAirSyncMode
30014 oid: 1.3.6.1.4.1.41112.1.4.3.1.2
30015 type: gauge
30016 help: airSync mode - master/slave - 1.3.6.1.4.1.41112.1.4.3.1.2
30017 indexes:
30018 - labelname: ubntAirSyncIfIndex
30019 type: gauge
30020 enum_values:
30021 0: disabled
30022 1: master
30023 2: slave
30024 - name: ubntAirSyncCount
30025 oid: 1.3.6.1.4.1.41112.1.4.3.1.3
30026 type: gauge
30027 help: airSync client count - 1.3.6.1.4.1.41112.1.4.3.1.3
30028 indexes:
30029 - labelname: ubntAirSyncIfIndex
30030 type: gauge
30031 - name: ubntAirSyncDownUtil
30032 oid: 1.3.6.1.4.1.41112.1.4.3.1.4
30033 type: gauge
30034 help: airSync down utilization - 1.3.6.1.4.1.41112.1.4.3.1.4
30035 indexes:
30036 - labelname: ubntAirSyncIfIndex
30037 type: gauge
30038 - name: ubntAirSyncUpUtil
30039 oid: 1.3.6.1.4.1.41112.1.4.3.1.5
30040 type: gauge
30041 help: airSync up utilization - 1.3.6.1.4.1.41112.1.4.3.1.5
30042 indexes:
30043 - labelname: ubntAirSyncIfIndex
30044 type: gauge
30045 - name: ubntAirSelIfIndex
30046 oid: 1.3.6.1.4.1.41112.1.4.4.1.1
30047 type: gauge
30048 help: Index for the ubntAirSelTable - 1.3.6.1.4.1.41112.1.4.4.1.1
30049 indexes:
30050 - labelname: ubntAirSelIfIndex
30051 type: gauge
30052 - name: ubntAirSelEnabled
30053 oid: 1.3.6.1.4.1.41112.1.4.4.1.2
30054 type: gauge
30055 help: airSelect status - on/off - 1.3.6.1.4.1.41112.1.4.4.1.2
30056 indexes:
30057 - labelname: ubntAirSelIfIndex
30058 type: gauge
30059 enum_values:
30060 1: "true"
30061 2: "false"
30062 - name: ubntAirSelInterval
30063 oid: 1.3.6.1.4.1.41112.1.4.4.1.3
30064 type: gauge
30065 help: airSelect hop interval (miliseconds) - 1.3.6.1.4.1.41112.1.4.4.1.3
30066 indexes:
30067 - labelname: ubntAirSelIfIndex
30068 type: gauge
30069 - name: ubntWlStatIndex
30070 oid: 1.3.6.1.4.1.41112.1.4.5.1.1
30071 type: gauge
30072 help: Index for the ubntWlStatTable - 1.3.6.1.4.1.41112.1.4.5.1.1
30073 indexes:
30074 - labelname: ubntWlStatIndex
30075 type: gauge
30076 - name: ubntWlStatSsid
30077 oid: 1.3.6.1.4.1.41112.1.4.5.1.2
30078 type: DisplayString
30079 help: SSID - 1.3.6.1.4.1.41112.1.4.5.1.2
30080 indexes:
30081 - labelname: ubntWlStatIndex
30082 type: gauge
30083 - name: ubntWlStatHideSsid
30084 oid: 1.3.6.1.4.1.41112.1.4.5.1.3
30085 type: gauge
30086 help: Hide SSID - on/off - 1.3.6.1.4.1.41112.1.4.5.1.3
30087 indexes:
30088 - labelname: ubntWlStatIndex
30089 type: gauge
30090 enum_values:
30091 1: "true"
30092 2: "false"
30093 - name: ubntWlStatApMac
30094 oid: 1.3.6.1.4.1.41112.1.4.5.1.4
30095 type: PhysAddress48
30096 help: AP MAC address - 1.3.6.1.4.1.41112.1.4.5.1.4
30097 indexes:
30098 - labelname: ubntWlStatIndex
30099 type: gauge
30100 - name: ubntWlStatSignal
30101 oid: 1.3.6.1.4.1.41112.1.4.5.1.5
30102 type: gauge
30103 help: Signal strength, dBm - 1.3.6.1.4.1.41112.1.4.5.1.5
30104 indexes:
30105 - labelname: ubntWlStatIndex
30106 type: gauge
30107 - name: ubntWlStatRssi
30108 oid: 1.3.6.1.4.1.41112.1.4.5.1.6
30109 type: gauge
30110 help: RSSI, dBm - 1.3.6.1.4.1.41112.1.4.5.1.6
30111 indexes:
30112 - labelname: ubntWlStatIndex
30113 type: gauge
30114 - name: ubntWlStatCcq
30115 oid: 1.3.6.1.4.1.41112.1.4.5.1.7
30116 type: gauge
30117 help: CCQ in % - 1.3.6.1.4.1.41112.1.4.5.1.7
30118 indexes:
30119 - labelname: ubntWlStatIndex
30120 type: gauge
30121 - name: ubntWlStatNoiseFloor
30122 oid: 1.3.6.1.4.1.41112.1.4.5.1.8
30123 type: gauge
30124 help: Noise floor - 1.3.6.1.4.1.41112.1.4.5.1.8
30125 indexes:
30126 - labelname: ubntWlStatIndex
30127 type: gauge
30128 - name: ubntWlStatTxRate
30129 oid: 1.3.6.1.4.1.41112.1.4.5.1.9
30130 type: gauge
30131 help: TX rate - 1.3.6.1.4.1.41112.1.4.5.1.9
30132 indexes:
30133 - labelname: ubntWlStatIndex
30134 type: gauge
30135 - name: ubntWlStatRxRate
30136 oid: 1.3.6.1.4.1.41112.1.4.5.1.10
30137 type: gauge
30138 help: RX rate - 1.3.6.1.4.1.41112.1.4.5.1.10
30139 indexes:
30140 - labelname: ubntWlStatIndex
30141 type: gauge
30142 - name: ubntWlStatSecurity
30143 oid: 1.3.6.1.4.1.41112.1.4.5.1.11
30144 type: DisplayString
30145 help: Wireless security mode - 1.3.6.1.4.1.41112.1.4.5.1.11
30146 indexes:
30147 - labelname: ubntWlStatIndex
30148 type: gauge
30149 - name: ubntWlStatWdsEnabled
30150 oid: 1.3.6.1.4.1.41112.1.4.5.1.12
30151 type: gauge
30152 help: WDS - on/off - 1.3.6.1.4.1.41112.1.4.5.1.12
30153 indexes:
30154 - labelname: ubntWlStatIndex
30155 type: gauge
30156 enum_values:
30157 1: "true"
30158 2: "false"
30159 - name: ubntWlStatApRepeater
30160 oid: 1.3.6.1.4.1.41112.1.4.5.1.13
30161 type: gauge
30162 help: AP repeater - on/off - 1.3.6.1.4.1.41112.1.4.5.1.13
30163 indexes:
30164 - labelname: ubntWlStatIndex
30165 type: gauge
30166 enum_values:
30167 1: "true"
30168 2: "false"
30169 - name: ubntWlStatChanWidth
30170 oid: 1.3.6.1.4.1.41112.1.4.5.1.14
30171 type: gauge
30172 help: Channel Width - 1.3.6.1.4.1.41112.1.4.5.1.14
30173 indexes:
30174 - labelname: ubntWlStatIndex
30175 type: gauge
30176 - name: ubntWlStatStaCount
30177 oid: 1.3.6.1.4.1.41112.1.4.5.1.15
30178 type: gauge
30179 help: Station count - 1.3.6.1.4.1.41112.1.4.5.1.15
30180 indexes:
30181 - labelname: ubntWlStatIndex
30182 type: gauge
30183 - name: ubntAirMaxIfIndex
30184 oid: 1.3.6.1.4.1.41112.1.4.6.1.1
30185 type: gauge
30186 help: Index for the ubntAirMaxTable - 1.3.6.1.4.1.41112.1.4.6.1.1
30187 indexes:
30188 - labelname: ubntAirMaxIfIndex
30189 type: gauge
30190 - name: ubntAirMaxEnabled
30191 oid: 1.3.6.1.4.1.41112.1.4.6.1.2
30192 type: gauge
30193 help: airMAX status - on/off - 1.3.6.1.4.1.41112.1.4.6.1.2
30194 indexes:
30195 - labelname: ubntAirMaxIfIndex
30196 type: gauge
30197 enum_values:
30198 1: "true"
30199 2: "false"
30200 - name: ubntAirMaxQuality
30201 oid: 1.3.6.1.4.1.41112.1.4.6.1.3
30202 type: gauge
30203 help: airMAX quality - percentage - 1.3.6.1.4.1.41112.1.4.6.1.3
30204 indexes:
30205 - labelname: ubntAirMaxIfIndex
30206 type: gauge
30207 - name: ubntAirMaxCapacity
30208 oid: 1.3.6.1.4.1.41112.1.4.6.1.4
30209 type: gauge
30210 help: airMAX capacity - percentage - 1.3.6.1.4.1.41112.1.4.6.1.4
30211 indexes:
30212 - labelname: ubntAirMaxIfIndex
30213 type: gauge
30214 - name: ubntAirMaxPriority
30215 oid: 1.3.6.1.4.1.41112.1.4.6.1.5
30216 type: gauge
30217 help: airMAX priority - none/high/low/medium - 1.3.6.1.4.1.41112.1.4.6.1.5
30218 indexes:
30219 - labelname: ubntAirMaxIfIndex
30220 type: gauge
30221 enum_values:
30222 0: high
30223 1: medium
30224 2: low
30225 3: none
30226 - name: ubntAirMaxNoAck
30227 oid: 1.3.6.1.4.1.41112.1.4.6.1.6
30228 type: gauge
30229 help: airMAX NoACK mode - on/off - 1.3.6.1.4.1.41112.1.4.6.1.6
30230 indexes:
30231 - labelname: ubntAirMaxIfIndex
30232 type: gauge
30233 enum_values:
30234 1: "true"
30235 2: "false"
30236 - name: ubntAirMaxAirtime
30237 oid: 1.3.6.1.4.1.41112.1.4.6.1.7
30238 type: gauge
30239 help: airMAX Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.6.1.7
30240 indexes:
30241 - labelname: ubntAirMaxIfIndex
30242 type: gauge
30243 - name: ubntAirMaxGpsSync
30244 oid: 1.3.6.1.4.1.41112.1.4.6.1.8
30245 type: gauge
30246 help: airMAX GPS sync - on/off - 1.3.6.1.4.1.41112.1.4.6.1.8
30247 indexes:
30248 - labelname: ubntAirMaxIfIndex
30249 type: gauge
30250 enum_values:
30251 1: "true"
30252 2: "false"
30253 - name: ubntAirMaxTdd
30254 oid: 1.3.6.1.4.1.41112.1.4.6.1.9
30255 type: gauge
30256 help: airMAX TDD framing - on/off - 1.3.6.1.4.1.41112.1.4.6.1.9
30257 indexes:
30258 - labelname: ubntAirMaxIfIndex
30259 type: gauge
30260 enum_values:
30261 1: "true"
30262 2: "false"
30263 - name: ubntStaMac
30264 oid: 1.3.6.1.4.1.41112.1.4.7.1.1
30265 type: PhysAddress48
30266 help: Station MAC address - 1.3.6.1.4.1.41112.1.4.7.1.1
30267 indexes:
30268 - labelname: ubntWlStatIndex
30269 type: gauge
30270 - labelname: ubntStaMac
30271 type: PhysAddress48
30272 fixed_size: 6
30273 - name: ubntStaName
30274 oid: 1.3.6.1.4.1.41112.1.4.7.1.2
30275 type: DisplayString
30276 help: Station name - 1.3.6.1.4.1.41112.1.4.7.1.2
30277 indexes:
30278 - labelname: ubntWlStatIndex
30279 type: gauge
30280 - labelname: ubntStaMac
30281 type: PhysAddress48
30282 fixed_size: 6
30283 - name: ubntStaSignal
30284 oid: 1.3.6.1.4.1.41112.1.4.7.1.3
30285 type: gauge
30286 help: Signal strength, dBm - 1.3.6.1.4.1.41112.1.4.7.1.3
30287 indexes:
30288 - labelname: ubntWlStatIndex
30289 type: gauge
30290 - labelname: ubntStaMac
30291 type: PhysAddress48
30292 fixed_size: 6
30293 - name: ubntStaNoiseFloor
30294 oid: 1.3.6.1.4.1.41112.1.4.7.1.4
30295 type: gauge
30296 help: Noise floor - 1.3.6.1.4.1.41112.1.4.7.1.4
30297 indexes:
30298 - labelname: ubntWlStatIndex
30299 type: gauge
30300 - labelname: ubntStaMac
30301 type: PhysAddress48
30302 fixed_size: 6
30303 - name: ubntStaDistance
30304 oid: 1.3.6.1.4.1.41112.1.4.7.1.5
30305 type: gauge
30306 help: Distance - 1.3.6.1.4.1.41112.1.4.7.1.5
30307 indexes:
30308 - labelname: ubntWlStatIndex
30309 type: gauge
30310 - labelname: ubntStaMac
30311 type: PhysAddress48
30312 fixed_size: 6
30313 - name: ubntStaCcq
30314 oid: 1.3.6.1.4.1.41112.1.4.7.1.6
30315 type: gauge
30316 help: CCQ in % - 1.3.6.1.4.1.41112.1.4.7.1.6
30317 indexes:
30318 - labelname: ubntWlStatIndex
30319 type: gauge
30320 - labelname: ubntStaMac
30321 type: PhysAddress48
30322 fixed_size: 6
30323 - name: ubntStaAmp
30324 oid: 1.3.6.1.4.1.41112.1.4.7.1.7
30325 type: gauge
30326 help: airMAX priority - 1.3.6.1.4.1.41112.1.4.7.1.7
30327 indexes:
30328 - labelname: ubntWlStatIndex
30329 type: gauge
30330 - labelname: ubntStaMac
30331 type: PhysAddress48
30332 fixed_size: 6
30333 - name: ubntStaAmq
30334 oid: 1.3.6.1.4.1.41112.1.4.7.1.8
30335 type: gauge
30336 help: airMAX quality - 1.3.6.1.4.1.41112.1.4.7.1.8
30337 indexes:
30338 - labelname: ubntWlStatIndex
30339 type: gauge
30340 - labelname: ubntStaMac
30341 type: PhysAddress48
30342 fixed_size: 6
30343 - name: ubntStaAmc
30344 oid: 1.3.6.1.4.1.41112.1.4.7.1.9
30345 type: gauge
30346 help: airMAX capacity - 1.3.6.1.4.1.41112.1.4.7.1.9
30347 indexes:
30348 - labelname: ubntWlStatIndex
30349 type: gauge
30350 - labelname: ubntStaMac
30351 type: PhysAddress48
30352 fixed_size: 6
30353 - name: ubntStaLastIp
30354 oid: 1.3.6.1.4.1.41112.1.4.7.1.10
30355 type: InetAddressIPv4
30356 help: Last known IP address - 1.3.6.1.4.1.41112.1.4.7.1.10
30357 indexes:
30358 - labelname: ubntWlStatIndex
30359 type: gauge
30360 - labelname: ubntStaMac
30361 type: PhysAddress48
30362 fixed_size: 6
30363 - name: ubntStaTxRate
30364 oid: 1.3.6.1.4.1.41112.1.4.7.1.11
30365 type: gauge
30366 help: TX rate - 1.3.6.1.4.1.41112.1.4.7.1.11
30367 indexes:
30368 - labelname: ubntWlStatIndex
30369 type: gauge
30370 - labelname: ubntStaMac
30371 type: PhysAddress48
30372 fixed_size: 6
30373 - name: ubntStaRxRate
30374 oid: 1.3.6.1.4.1.41112.1.4.7.1.12
30375 type: gauge
30376 help: RX rate - 1.3.6.1.4.1.41112.1.4.7.1.12
30377 indexes:
30378 - labelname: ubntWlStatIndex
30379 type: gauge
30380 - labelname: ubntStaMac
30381 type: PhysAddress48
30382 fixed_size: 6
30383 - name: ubntStaTxBytes
30384 oid: 1.3.6.1.4.1.41112.1.4.7.1.13
30385 type: counter
30386 help: TX bytes - 1.3.6.1.4.1.41112.1.4.7.1.13
30387 indexes:
30388 - labelname: ubntWlStatIndex
30389 type: gauge
30390 - labelname: ubntStaMac
30391 type: PhysAddress48
30392 fixed_size: 6
30393 - name: ubntStaRxBytes
30394 oid: 1.3.6.1.4.1.41112.1.4.7.1.14
30395 type: counter
30396 help: TX rate - 1.3.6.1.4.1.41112.1.4.7.1.14
30397 indexes:
30398 - labelname: ubntWlStatIndex
30399 type: gauge
30400 - labelname: ubntStaMac
30401 type: PhysAddress48
30402 fixed_size: 6
30403 - name: ubntStaConnTime
30404 oid: 1.3.6.1.4.1.41112.1.4.7.1.15
30405 type: gauge
30406 help: Connection Time in seconds - 1.3.6.1.4.1.41112.1.4.7.1.15
30407 indexes:
30408 - labelname: ubntWlStatIndex
30409 type: gauge
30410 - labelname: ubntStaMac
30411 type: PhysAddress48
30412 fixed_size: 6
30413 - name: ubntStaLocalCINR
30414 oid: 1.3.6.1.4.1.41112.1.4.7.1.16
30415 type: gauge
30416 help: Local CINR - 1.3.6.1.4.1.41112.1.4.7.1.16
30417 indexes:
30418 - labelname: ubntWlStatIndex
30419 type: gauge
30420 - labelname: ubntStaMac
30421 type: PhysAddress48
30422 fixed_size: 6
30423 - name: ubntStaTxCapacity
30424 oid: 1.3.6.1.4.1.41112.1.4.7.1.17
30425 type: gauge
30426 help: Uplink Capacity in Kbps - 1.3.6.1.4.1.41112.1.4.7.1.17
30427 indexes:
30428 - labelname: ubntWlStatIndex
30429 type: gauge
30430 - labelname: ubntStaMac
30431 type: PhysAddress48
30432 fixed_size: 6
30433 - name: ubntStaRxCapacity
30434 oid: 1.3.6.1.4.1.41112.1.4.7.1.18
30435 type: gauge
30436 help: Downlink Capacity in Kbps - 1.3.6.1.4.1.41112.1.4.7.1.18
30437 indexes:
30438 - labelname: ubntWlStatIndex
30439 type: gauge
30440 - labelname: ubntStaMac
30441 type: PhysAddress48
30442 fixed_size: 6
30443 - name: ubntStaTxAirtime
30444 oid: 1.3.6.1.4.1.41112.1.4.7.1.19
30445 type: gauge
30446 help: Uplink Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.7.1.19
30447 indexes:
30448 - labelname: ubntWlStatIndex
30449 type: gauge
30450 - labelname: ubntStaMac
30451 type: PhysAddress48
30452 fixed_size: 6
30453 - name: ubntStaRxAirtime
30454 oid: 1.3.6.1.4.1.41112.1.4.7.1.20
30455 type: gauge
30456 help: Downlink Airtime in % multiplied by 10 - 1.3.6.1.4.1.41112.1.4.7.1.20
30457 indexes:
30458 - labelname: ubntWlStatIndex
30459 type: gauge
30460 - labelname: ubntStaMac
30461 type: PhysAddress48
30462 fixed_size: 6
30463 - name: ubntStaTxLatency
30464 oid: 1.3.6.1.4.1.41112.1.4.7.1.21
30465 type: gauge
30466 help: Uplink Latency in milliseconds - 1.3.6.1.4.1.41112.1.4.7.1.21
30467 indexes:
30468 - labelname: ubntWlStatIndex
30469 type: gauge
30470 - labelname: ubntStaMac
30471 type: PhysAddress48
30472 fixed_size: 6
30473 - name: ubntHostLocaltime
30474 oid: 1.3.6.1.4.1.41112.1.4.8.1
30475 type: DisplayString
30476 help: Host local time - 1.3.6.1.4.1.41112.1.4.8.1
30477 - name: ubntHostNetrole
30478 oid: 1.3.6.1.4.1.41112.1.4.8.2
30479 type: gauge
30480 help: Radio mode - 1.3.6.1.4.1.41112.1.4.8.2
30481 enum_values:
30482 0: unknown
30483 1: bridge
30484 2: router
30485 3: soho
30486 - name: ubntHostCpuLoad
30487 oid: 1.3.6.1.4.1.41112.1.4.8.3
30488 type: gauge
30489 help: Host CPU load - 1.3.6.1.4.1.41112.1.4.8.3
30490 - name: ubntHostTemperature
30491 oid: 1.3.6.1.4.1.41112.1.4.8.4
30492 type: gauge
30493 help: Host system temperature - 1.3.6.1.4.1.41112.1.4.8.4
30494 - name: ubntGpsStatus
30495 oid: 1.3.6.1.4.1.41112.1.4.9.1
30496 type: gauge
30497 help: GPS status - 1.3.6.1.4.1.41112.1.4.9.1
30498 enum_values:
30499 0: absent
30500 1: "off"
30501 2: "on"
30502 - name: ubntGpsFix
30503 oid: 1.3.6.1.4.1.41112.1.4.9.2
30504 type: gauge
30505 help: GPS Fix Obtained - 1.3.6.1.4.1.41112.1.4.9.2
30506 enum_values:
30507 0: unknown
30508 1: nofix
30509 2: fix2d
30510 3: fix3d
30511 - name: ubntGpsLat
30512 oid: 1.3.6.1.4.1.41112.1.4.9.3
30513 type: DisplayString
30514 help: GPS Latitude - 1.3.6.1.4.1.41112.1.4.9.3
30515 - name: ubntGpsLon
30516 oid: 1.3.6.1.4.1.41112.1.4.9.4
30517 type: DisplayString
30518 help: GPS Longitude - 1.3.6.1.4.1.41112.1.4.9.4
30519 - name: ubntGpsAltMeters
30520 oid: 1.3.6.1.4.1.41112.1.4.9.5
30521 type: DisplayString
30522 help: GPS Altitude (m) - 1.3.6.1.4.1.41112.1.4.9.5
30523 - name: ubntGpsAltFeet
30524 oid: 1.3.6.1.4.1.41112.1.4.9.6
30525 type: DisplayString
30526 help: GPS Altitude (ft) - 1.3.6.1.4.1.41112.1.4.9.6
30527 - name: ubntGpsSatsVisible
30528 oid: 1.3.6.1.4.1.41112.1.4.9.7
30529 type: gauge
30530 help: GPS Satellites Visible - 1.3.6.1.4.1.41112.1.4.9.7
30531 - name: ubntGpsSatsTracked
30532 oid: 1.3.6.1.4.1.41112.1.4.9.8
30533 type: gauge
30534 help: GPS Satellites Tracked - 1.3.6.1.4.1.41112.1.4.9.8
30535 - name: ubntGpsHDOP
30536 oid: 1.3.6.1.4.1.41112.1.4.9.9
30537 type: DisplayString
30538 help: GPS Horizontal Dilution of Precision - 1.3.6.1.4.1.41112.1.4.9.9
30539 version: 1
30540ubiquiti_unifi:
30541 walk:
30542 - 1.3.6.1.2.1.2
30543 - 1.3.6.1.2.1.31.1.1
30544 - 1.3.6.1.4.1.41112.1.6
30545 get:
30546 - 1.3.6.1.2.1.1.3.0
30547 metrics:
30548 - name: sysUpTime
30549 oid: 1.3.6.1.2.1.1.3
30550 type: gauge
30551 help: The time (in hundredths of a second) since the network management portion
30552 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
30553 - name: ifNumber
30554 oid: 1.3.6.1.2.1.2.1
30555 type: gauge
30556 help: The number of network interfaces (regardless of their current state) present
30557 on this system. - 1.3.6.1.2.1.2.1
30558 - name: ifIndex
30559 oid: 1.3.6.1.2.1.2.2.1.1
30560 type: gauge
30561 help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
30562 indexes:
30563 - labelname: ifIndex
30564 type: gauge
30565 lookups:
30566 - labels:
30567 - ifIndex
30568 labelname: ifName
30569 oid: 1.3.6.1.2.1.31.1.1.1.1
30570 type: DisplayString
30571 - name: ifDescr
30572 oid: 1.3.6.1.2.1.2.2.1.2
30573 type: DisplayString
30574 help: A textual string containing information about the interface - 1.3.6.1.2.1.2.2.1.2
30575 indexes:
30576 - labelname: ifIndex
30577 type: gauge
30578 lookups:
30579 - labels:
30580 - ifIndex
30581 labelname: ifName
30582 oid: 1.3.6.1.2.1.31.1.1.1.1
30583 type: DisplayString
30584 - name: ifType
30585 oid: 1.3.6.1.2.1.2.2.1.3
30586 type: EnumAsInfo
30587 help: The type of interface - 1.3.6.1.2.1.2.2.1.3
30588 indexes:
30589 - labelname: ifIndex
30590 type: gauge
30591 lookups:
30592 - labels:
30593 - ifIndex
30594 labelname: ifName
30595 oid: 1.3.6.1.2.1.31.1.1.1.1
30596 type: DisplayString
30597 enum_values:
30598 1: other
30599 2: regular1822
30600 3: hdh1822
30601 4: ddnX25
30602 5: rfc877x25
30603 6: ethernetCsmacd
30604 7: iso88023Csmacd
30605 8: iso88024TokenBus
30606 9: iso88025TokenRing
30607 10: iso88026Man
30608 11: starLan
30609 12: proteon10Mbit
30610 13: proteon80Mbit
30611 14: hyperchannel
30612 15: fddi
30613 16: lapb
30614 17: sdlc
30615 18: ds1
30616 19: e1
30617 20: basicISDN
30618 21: primaryISDN
30619 22: propPointToPointSerial
30620 23: ppp
30621 24: softwareLoopback
30622 25: eon
30623 26: ethernet3Mbit
30624 27: nsip
30625 28: slip
30626 29: ultra
30627 30: ds3
30628 31: sip
30629 32: frameRelay
30630 33: rs232
30631 34: para
30632 35: arcnet
30633 36: arcnetPlus
30634 37: atm
30635 38: miox25
30636 39: sonet
30637 40: x25ple
30638 41: iso88022llc
30639 42: localTalk
30640 43: smdsDxi
30641 44: frameRelayService
30642 45: v35
30643 46: hssi
30644 47: hippi
30645 48: modem
30646 49: aal5
30647 50: sonetPath
30648 51: sonetVT
30649 52: smdsIcip
30650 53: propVirtual
30651 54: propMultiplexor
30652 55: ieee80212
30653 56: fibreChannel
30654 57: hippiInterface
30655 58: frameRelayInterconnect
30656 59: aflane8023
30657 60: aflane8025
30658 61: cctEmul
30659 62: fastEther
30660 63: isdn
30661 64: v11
30662 65: v36
30663 66: g703at64k
30664 67: g703at2mb
30665 68: qllc
30666 69: fastEtherFX
30667 70: channel
30668 71: ieee80211
30669 72: ibm370parChan
30670 73: escon
30671 74: dlsw
30672 75: isdns
30673 76: isdnu
30674 77: lapd
30675 78: ipSwitch
30676 79: rsrb
30677 80: atmLogical
30678 81: ds0
30679 82: ds0Bundle
30680 83: bsc
30681 84: async
30682 85: cnr
30683 86: iso88025Dtr
30684 87: eplrs
30685 88: arap
30686 89: propCnls
30687 90: hostPad
30688 91: termPad
30689 92: frameRelayMPI
30690 93: x213
30691 94: adsl
30692 95: radsl
30693 96: sdsl
30694 97: vdsl
30695 98: iso88025CRFPInt
30696 99: myrinet
30697 100: voiceEM
30698 101: voiceFXO
30699 102: voiceFXS
30700 103: voiceEncap
30701 104: voiceOverIp
30702 105: atmDxi
30703 106: atmFuni
30704 107: atmIma
30705 108: pppMultilinkBundle
30706 109: ipOverCdlc
30707 110: ipOverClaw
30708 111: stackToStack
30709 112: virtualIpAddress
30710 113: mpc
30711 114: ipOverAtm
30712 115: iso88025Fiber
30713 116: tdlc
30714 117: gigabitEthernet
30715 118: hdlc
30716 119: lapf
30717 120: v37
30718 121: x25mlp
30719 122: x25huntGroup
30720 123: transpHdlc
30721 124: interleave
30722 125: fast
30723 126: ip
30724 127: docsCableMaclayer
30725 128: docsCableDownstream
30726 129: docsCableUpstream
30727 130: a12MppSwitch
30728 131: tunnel
30729 132: coffee
30730 133: ces
30731 134: atmSubInterface
30732 135: l2vlan
30733 136: l3ipvlan
30734 137: l3ipxvlan
30735 138: digitalPowerline
30736 139: mediaMailOverIp
30737 140: dtm
30738 141: dcn
30739 142: ipForward
30740 143: msdsl
30741 144: ieee1394
30742 145: if-gsn
30743 146: dvbRccMacLayer
30744 147: dvbRccDownstream
30745 148: dvbRccUpstream
30746 149: atmVirtual
30747 150: mplsTunnel
30748 151: srp
30749 152: voiceOverAtm
30750 153: voiceOverFrameRelay
30751 154: idsl
30752 155: compositeLink
30753 156: ss7SigLink
30754 157: propWirelessP2P
30755 158: frForward
30756 159: rfc1483
30757 160: usb
30758 161: ieee8023adLag
30759 162: bgppolicyaccounting
30760 163: frf16MfrBundle
30761 164: h323Gatekeeper
30762 165: h323Proxy
30763 166: mpls
30764 167: mfSigLink
30765 168: hdsl2
30766 169: shdsl
30767 170: ds1FDL
30768 171: pos
30769 172: dvbAsiIn
30770 173: dvbAsiOut
30771 174: plc
30772 175: nfas
30773 176: tr008
30774 177: gr303RDT
30775 178: gr303IDT
30776 179: isup
30777 180: propDocsWirelessMaclayer
30778 181: propDocsWirelessDownstream
30779 182: propDocsWirelessUpstream
30780 183: hiperlan2
30781 184: propBWAp2Mp
30782 185: sonetOverheadChannel
30783 186: digitalWrapperOverheadChannel
30784 187: aal2
30785 188: radioMAC
30786 189: atmRadio
30787 190: imt
30788 191: mvl
30789 192: reachDSL
30790 193: frDlciEndPt
30791 194: atmVciEndPt
30792 195: opticalChannel
30793 196: opticalTransport
30794 197: propAtm
30795 198: voiceOverCable
30796 199: infiniband
30797 200: teLink
30798 201: q2931
30799 202: virtualTg
30800 203: sipTg
30801 204: sipSig
30802 205: docsCableUpstreamChannel
30803 206: econet
30804 207: pon155
30805 208: pon622
30806 209: bridge
30807 210: linegroup
30808 211: voiceEMFGD
30809 212: voiceFGDEANA
30810 213: voiceDID
30811 214: mpegTransport
30812 215: sixToFour
30813 216: gtp
30814 217: pdnEtherLoop1
30815 218: pdnEtherLoop2
30816 219: opticalChannelGroup
30817 220: homepna
30818 221: gfp
30819 222: ciscoISLvlan
30820 223: actelisMetaLOOP
30821 224: fcipLink
30822 225: rpr
30823 226: qam
30824 227: lmp
30825 228: cblVectaStar
30826 229: docsCableMCmtsDownstream
30827 230: adsl2
30828 231: macSecControlledIF
30829 232: macSecUncontrolledIF
30830 233: aviciOpticalEther
30831 234: atmbond
30832 235: voiceFGDOS
30833 236: mocaVersion1
30834 237: ieee80216WMAN
30835 238: adsl2plus
30836 239: dvbRcsMacLayer
30837 240: dvbTdm
30838 241: dvbRcsTdma
30839 242: x86Laps
30840 243: wwanPP
30841 244: wwanPP2
30842 245: voiceEBS
30843 246: ifPwType
30844 247: ilan
30845 248: pip
30846 249: aluELP
30847 250: gpon
30848 251: vdsl2
30849 252: capwapDot11Profile
30850 253: capwapDot11Bss
30851 254: capwapWtpVirtualRadio
30852 255: bits
30853 256: docsCableUpstreamRfPort
30854 257: cableDownstreamRfPort
30855 258: vmwareVirtualNic
30856 259: ieee802154
30857 260: otnOdu
30858 261: otnOtu
30859 262: ifVfiType
30860 263: g9981
30861 264: g9982
30862 265: g9983
30863 266: aluEpon
30864 267: aluEponOnu
30865 268: aluEponPhysicalUni
30866 269: aluEponLogicalLink
30867 270: aluGponOnu
30868 271: aluGponPhysicalUni
30869 272: vmwareNicTeam
30870 277: docsOfdmDownstream
30871 278: docsOfdmaUpstream
30872 279: gfast
30873 280: sdci
30874 281: xboxWireless
30875 282: fastdsl
30876 283: docsCableScte55d1FwdOob
30877 284: docsCableScte55d1RetOob
30878 285: docsCableScte55d2DsOob
30879 286: docsCableScte55d2UsOob
30880 287: docsCableNdf
30881 288: docsCableNdr
30882 289: ptm
30883 290: ghn
30884 291: otnOtsi
30885 292: otnOtuc
30886 293: otnOduc
30887 294: otnOtsig
30888 295: microwaveCarrierTermination
30889 296: microwaveRadioLinkTerminal
30890 297: ieee8021axDrni
30891 298: ax25
30892 299: ieee19061nanocom
30893 300: cpri
30894 301: omni
30895 302: roe
30896 303: p2pOverLan
30897 - name: ifMtu
30898 oid: 1.3.6.1.2.1.2.2.1.4
30899 type: gauge
30900 help: The size of the largest packet which can be sent/received on the interface,
30901 specified in octets - 1.3.6.1.2.1.2.2.1.4
30902 indexes:
30903 - labelname: ifIndex
30904 type: gauge
30905 lookups:
30906 - labels:
30907 - ifIndex
30908 labelname: ifName
30909 oid: 1.3.6.1.2.1.31.1.1.1.1
30910 type: DisplayString
30911 - name: ifSpeed
30912 oid: 1.3.6.1.2.1.2.2.1.5
30913 type: gauge
30914 help: An estimate of the interface's current bandwidth in bits per second - 1.3.6.1.2.1.2.2.1.5
30915 indexes:
30916 - labelname: ifIndex
30917 type: gauge
30918 lookups:
30919 - labels:
30920 - ifIndex
30921 labelname: ifName
30922 oid: 1.3.6.1.2.1.31.1.1.1.1
30923 type: DisplayString
30924 - name: ifPhysAddress
30925 oid: 1.3.6.1.2.1.2.2.1.6
30926 type: PhysAddress48
30927 help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
30928 indexes:
30929 - labelname: ifIndex
30930 type: gauge
30931 lookups:
30932 - labels:
30933 - ifIndex
30934 labelname: ifName
30935 oid: 1.3.6.1.2.1.31.1.1.1.1
30936 type: DisplayString
30937 - name: ifAdminStatus
30938 oid: 1.3.6.1.2.1.2.2.1.7
30939 type: gauge
30940 help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
30941 indexes:
30942 - labelname: ifIndex
30943 type: gauge
30944 lookups:
30945 - labels:
30946 - ifIndex
30947 labelname: ifName
30948 oid: 1.3.6.1.2.1.31.1.1.1.1
30949 type: DisplayString
30950 enum_values:
30951 1: up
30952 2: down
30953 3: testing
30954 - name: ifOperStatus
30955 oid: 1.3.6.1.2.1.2.2.1.8
30956 type: gauge
30957 help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
30958 indexes:
30959 - labelname: ifIndex
30960 type: gauge
30961 lookups:
30962 - labels:
30963 - ifIndex
30964 labelname: ifName
30965 oid: 1.3.6.1.2.1.31.1.1.1.1
30966 type: DisplayString
30967 enum_values:
30968 1: up
30969 2: down
30970 3: testing
30971 4: unknown
30972 5: dormant
30973 6: notPresent
30974 7: lowerLayerDown
30975 - name: ifLastChange
30976 oid: 1.3.6.1.2.1.2.2.1.9
30977 type: gauge
30978 help: The value of sysUpTime at the time the interface entered its current operational
30979 state - 1.3.6.1.2.1.2.2.1.9
30980 indexes:
30981 - labelname: ifIndex
30982 type: gauge
30983 lookups:
30984 - labels:
30985 - ifIndex
30986 labelname: ifName
30987 oid: 1.3.6.1.2.1.31.1.1.1.1
30988 type: DisplayString
30989 - name: ifInOctets
30990 oid: 1.3.6.1.2.1.2.2.1.10
30991 type: counter
30992 help: The total number of octets received on the interface, including framing
30993 characters - 1.3.6.1.2.1.2.2.1.10
30994 indexes:
30995 - labelname: ifIndex
30996 type: gauge
30997 lookups:
30998 - labels:
30999 - ifIndex
31000 labelname: ifName
31001 oid: 1.3.6.1.2.1.31.1.1.1.1
31002 type: DisplayString
31003 - name: ifInUcastPkts
31004 oid: 1.3.6.1.2.1.2.2.1.11
31005 type: counter
31006 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31007 which were not addressed to a multicast or broadcast address at this sub-layer
31008 - 1.3.6.1.2.1.2.2.1.11
31009 indexes:
31010 - labelname: ifIndex
31011 type: gauge
31012 lookups:
31013 - labels:
31014 - ifIndex
31015 labelname: ifName
31016 oid: 1.3.6.1.2.1.31.1.1.1.1
31017 type: DisplayString
31018 - name: ifInNUcastPkts
31019 oid: 1.3.6.1.2.1.2.2.1.12
31020 type: counter
31021 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31022 which were addressed to a multicast or broadcast address at this sub-layer -
31023 1.3.6.1.2.1.2.2.1.12
31024 indexes:
31025 - labelname: ifIndex
31026 type: gauge
31027 lookups:
31028 - labels:
31029 - ifIndex
31030 labelname: ifName
31031 oid: 1.3.6.1.2.1.31.1.1.1.1
31032 type: DisplayString
31033 - name: ifInDiscards
31034 oid: 1.3.6.1.2.1.2.2.1.13
31035 type: counter
31036 help: The number of inbound packets which were chosen to be discarded even though
31037 no errors had been detected to prevent their being deliverable to a higher-layer
31038 protocol - 1.3.6.1.2.1.2.2.1.13
31039 indexes:
31040 - labelname: ifIndex
31041 type: gauge
31042 lookups:
31043 - labels:
31044 - ifIndex
31045 labelname: ifName
31046 oid: 1.3.6.1.2.1.31.1.1.1.1
31047 type: DisplayString
31048 - name: ifInErrors
31049 oid: 1.3.6.1.2.1.2.2.1.14
31050 type: counter
31051 help: For packet-oriented interfaces, the number of inbound packets that contained
31052 errors preventing them from being deliverable to a higher-layer protocol - 1.3.6.1.2.1.2.2.1.14
31053 indexes:
31054 - labelname: ifIndex
31055 type: gauge
31056 lookups:
31057 - labels:
31058 - ifIndex
31059 labelname: ifName
31060 oid: 1.3.6.1.2.1.31.1.1.1.1
31061 type: DisplayString
31062 - name: ifInUnknownProtos
31063 oid: 1.3.6.1.2.1.2.2.1.15
31064 type: counter
31065 help: For packet-oriented interfaces, the number of packets received via the interface
31066 which were discarded because of an unknown or unsupported protocol - 1.3.6.1.2.1.2.2.1.15
31067 indexes:
31068 - labelname: ifIndex
31069 type: gauge
31070 lookups:
31071 - labels:
31072 - ifIndex
31073 labelname: ifName
31074 oid: 1.3.6.1.2.1.31.1.1.1.1
31075 type: DisplayString
31076 - name: ifOutOctets
31077 oid: 1.3.6.1.2.1.2.2.1.16
31078 type: counter
31079 help: The total number of octets transmitted out of the interface, including framing
31080 characters - 1.3.6.1.2.1.2.2.1.16
31081 indexes:
31082 - labelname: ifIndex
31083 type: gauge
31084 lookups:
31085 - labels:
31086 - ifIndex
31087 labelname: ifName
31088 oid: 1.3.6.1.2.1.31.1.1.1.1
31089 type: DisplayString
31090 - name: ifOutUcastPkts
31091 oid: 1.3.6.1.2.1.2.2.1.17
31092 type: counter
31093 help: The total number of packets that higher-level protocols requested be transmitted,
31094 and which were not addressed to a multicast or broadcast address at this sub-layer,
31095 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
31096 indexes:
31097 - labelname: ifIndex
31098 type: gauge
31099 lookups:
31100 - labels:
31101 - ifIndex
31102 labelname: ifName
31103 oid: 1.3.6.1.2.1.31.1.1.1.1
31104 type: DisplayString
31105 - name: ifOutNUcastPkts
31106 oid: 1.3.6.1.2.1.2.2.1.18
31107 type: counter
31108 help: The total number of packets that higher-level protocols requested be transmitted,
31109 and which were addressed to a multicast or broadcast address at this sub-layer,
31110 including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
31111 indexes:
31112 - labelname: ifIndex
31113 type: gauge
31114 lookups:
31115 - labels:
31116 - ifIndex
31117 labelname: ifName
31118 oid: 1.3.6.1.2.1.31.1.1.1.1
31119 type: DisplayString
31120 - name: ifOutDiscards
31121 oid: 1.3.6.1.2.1.2.2.1.19
31122 type: counter
31123 help: The number of outbound packets which were chosen to be discarded even though
31124 no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
31125 indexes:
31126 - labelname: ifIndex
31127 type: gauge
31128 lookups:
31129 - labels:
31130 - ifIndex
31131 labelname: ifName
31132 oid: 1.3.6.1.2.1.31.1.1.1.1
31133 type: DisplayString
31134 - name: ifOutErrors
31135 oid: 1.3.6.1.2.1.2.2.1.20
31136 type: counter
31137 help: For packet-oriented interfaces, the number of outbound packets that could
31138 not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
31139 indexes:
31140 - labelname: ifIndex
31141 type: gauge
31142 lookups:
31143 - labels:
31144 - ifIndex
31145 labelname: ifName
31146 oid: 1.3.6.1.2.1.31.1.1.1.1
31147 type: DisplayString
31148 - name: ifOutQLen
31149 oid: 1.3.6.1.2.1.2.2.1.21
31150 type: gauge
31151 help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
31152 indexes:
31153 - labelname: ifIndex
31154 type: gauge
31155 lookups:
31156 - labels:
31157 - ifIndex
31158 labelname: ifName
31159 oid: 1.3.6.1.2.1.31.1.1.1.1
31160 type: DisplayString
31161 - name: ifSpecific
31162 oid: 1.3.6.1.2.1.2.2.1.22
31163 type: OctetString
31164 help: A reference to MIB definitions specific to the particular media being used
31165 to realize the interface - 1.3.6.1.2.1.2.2.1.22
31166 indexes:
31167 - labelname: ifIndex
31168 type: gauge
31169 lookups:
31170 - labels:
31171 - ifIndex
31172 labelname: ifName
31173 oid: 1.3.6.1.2.1.31.1.1.1.1
31174 type: DisplayString
31175 - name: ifName
31176 oid: 1.3.6.1.2.1.31.1.1.1.1
31177 type: DisplayString
31178 help: The textual name of the interface - 1.3.6.1.2.1.31.1.1.1.1
31179 indexes:
31180 - labelname: ifIndex
31181 type: gauge
31182 lookups:
31183 - labels:
31184 - ifIndex
31185 labelname: ifName
31186 oid: 1.3.6.1.2.1.31.1.1.1.1
31187 type: DisplayString
31188 - name: ifInMulticastPkts
31189 oid: 1.3.6.1.2.1.31.1.1.1.2
31190 type: counter
31191 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31192 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
31193 indexes:
31194 - labelname: ifIndex
31195 type: gauge
31196 lookups:
31197 - labels:
31198 - ifIndex
31199 labelname: ifName
31200 oid: 1.3.6.1.2.1.31.1.1.1.1
31201 type: DisplayString
31202 - name: ifInBroadcastPkts
31203 oid: 1.3.6.1.2.1.31.1.1.1.3
31204 type: counter
31205 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31206 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
31207 indexes:
31208 - labelname: ifIndex
31209 type: gauge
31210 lookups:
31211 - labels:
31212 - ifIndex
31213 labelname: ifName
31214 oid: 1.3.6.1.2.1.31.1.1.1.1
31215 type: DisplayString
31216 - name: ifOutMulticastPkts
31217 oid: 1.3.6.1.2.1.31.1.1.1.4
31218 type: counter
31219 help: The total number of packets that higher-level protocols requested be transmitted,
31220 and which were addressed to a multicast address at this sub-layer, including
31221 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
31222 indexes:
31223 - labelname: ifIndex
31224 type: gauge
31225 lookups:
31226 - labels:
31227 - ifIndex
31228 labelname: ifName
31229 oid: 1.3.6.1.2.1.31.1.1.1.1
31230 type: DisplayString
31231 - name: ifOutBroadcastPkts
31232 oid: 1.3.6.1.2.1.31.1.1.1.5
31233 type: counter
31234 help: The total number of packets that higher-level protocols requested be transmitted,
31235 and which were addressed to a broadcast address at this sub-layer, including
31236 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
31237 indexes:
31238 - labelname: ifIndex
31239 type: gauge
31240 lookups:
31241 - labels:
31242 - ifIndex
31243 labelname: ifName
31244 oid: 1.3.6.1.2.1.31.1.1.1.1
31245 type: DisplayString
31246 - name: ifHCInOctets
31247 oid: 1.3.6.1.2.1.31.1.1.1.6
31248 type: counter
31249 help: The total number of octets received on the interface, including framing
31250 characters - 1.3.6.1.2.1.31.1.1.1.6
31251 indexes:
31252 - labelname: ifIndex
31253 type: gauge
31254 lookups:
31255 - labels:
31256 - ifIndex
31257 labelname: ifName
31258 oid: 1.3.6.1.2.1.31.1.1.1.1
31259 type: DisplayString
31260 - name: ifHCInUcastPkts
31261 oid: 1.3.6.1.2.1.31.1.1.1.7
31262 type: counter
31263 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31264 which were not addressed to a multicast or broadcast address at this sub-layer
31265 - 1.3.6.1.2.1.31.1.1.1.7
31266 indexes:
31267 - labelname: ifIndex
31268 type: gauge
31269 lookups:
31270 - labels:
31271 - ifIndex
31272 labelname: ifName
31273 oid: 1.3.6.1.2.1.31.1.1.1.1
31274 type: DisplayString
31275 - name: ifHCInMulticastPkts
31276 oid: 1.3.6.1.2.1.31.1.1.1.8
31277 type: counter
31278 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31279 which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
31280 indexes:
31281 - labelname: ifIndex
31282 type: gauge
31283 lookups:
31284 - labels:
31285 - ifIndex
31286 labelname: ifName
31287 oid: 1.3.6.1.2.1.31.1.1.1.1
31288 type: DisplayString
31289 - name: ifHCInBroadcastPkts
31290 oid: 1.3.6.1.2.1.31.1.1.1.9
31291 type: counter
31292 help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
31293 which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
31294 indexes:
31295 - labelname: ifIndex
31296 type: gauge
31297 lookups:
31298 - labels:
31299 - ifIndex
31300 labelname: ifName
31301 oid: 1.3.6.1.2.1.31.1.1.1.1
31302 type: DisplayString
31303 - name: ifHCOutOctets
31304 oid: 1.3.6.1.2.1.31.1.1.1.10
31305 type: counter
31306 help: The total number of octets transmitted out of the interface, including framing
31307 characters - 1.3.6.1.2.1.31.1.1.1.10
31308 indexes:
31309 - labelname: ifIndex
31310 type: gauge
31311 lookups:
31312 - labels:
31313 - ifIndex
31314 labelname: ifName
31315 oid: 1.3.6.1.2.1.31.1.1.1.1
31316 type: DisplayString
31317 - name: ifHCOutUcastPkts
31318 oid: 1.3.6.1.2.1.31.1.1.1.11
31319 type: counter
31320 help: The total number of packets that higher-level protocols requested be transmitted,
31321 and which were not addressed to a multicast or broadcast address at this sub-layer,
31322 including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
31323 indexes:
31324 - labelname: ifIndex
31325 type: gauge
31326 lookups:
31327 - labels:
31328 - ifIndex
31329 labelname: ifName
31330 oid: 1.3.6.1.2.1.31.1.1.1.1
31331 type: DisplayString
31332 - name: ifHCOutMulticastPkts
31333 oid: 1.3.6.1.2.1.31.1.1.1.12
31334 type: counter
31335 help: The total number of packets that higher-level protocols requested be transmitted,
31336 and which were addressed to a multicast address at this sub-layer, including
31337 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
31338 indexes:
31339 - labelname: ifIndex
31340 type: gauge
31341 lookups:
31342 - labels:
31343 - ifIndex
31344 labelname: ifName
31345 oid: 1.3.6.1.2.1.31.1.1.1.1
31346 type: DisplayString
31347 - name: ifHCOutBroadcastPkts
31348 oid: 1.3.6.1.2.1.31.1.1.1.13
31349 type: counter
31350 help: The total number of packets that higher-level protocols requested be transmitted,
31351 and which were addressed to a broadcast address at this sub-layer, including
31352 those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
31353 indexes:
31354 - labelname: ifIndex
31355 type: gauge
31356 lookups:
31357 - labels:
31358 - ifIndex
31359 labelname: ifName
31360 oid: 1.3.6.1.2.1.31.1.1.1.1
31361 type: DisplayString
31362 - name: ifLinkUpDownTrapEnable
31363 oid: 1.3.6.1.2.1.31.1.1.1.14
31364 type: gauge
31365 help: Indicates whether linkUp/linkDown traps should be generated for this interface
31366 - 1.3.6.1.2.1.31.1.1.1.14
31367 indexes:
31368 - labelname: ifIndex
31369 type: gauge
31370 lookups:
31371 - labels:
31372 - ifIndex
31373 labelname: ifName
31374 oid: 1.3.6.1.2.1.31.1.1.1.1
31375 type: DisplayString
31376 enum_values:
31377 1: enabled
31378 2: disabled
31379 - name: ifHighSpeed
31380 oid: 1.3.6.1.2.1.31.1.1.1.15
31381 type: gauge
31382 help: An estimate of the interface's current bandwidth in units of 1,000,000 bits
31383 per second - 1.3.6.1.2.1.31.1.1.1.15
31384 indexes:
31385 - labelname: ifIndex
31386 type: gauge
31387 lookups:
31388 - labels:
31389 - ifIndex
31390 labelname: ifName
31391 oid: 1.3.6.1.2.1.31.1.1.1.1
31392 type: DisplayString
31393 - name: ifPromiscuousMode
31394 oid: 1.3.6.1.2.1.31.1.1.1.16
31395 type: gauge
31396 help: This object has a value of false(2) if this interface only accepts packets/frames
31397 that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
31398 indexes:
31399 - labelname: ifIndex
31400 type: gauge
31401 lookups:
31402 - labels:
31403 - ifIndex
31404 labelname: ifName
31405 oid: 1.3.6.1.2.1.31.1.1.1.1
31406 type: DisplayString
31407 enum_values:
31408 1: "true"
31409 2: "false"
31410 - name: ifConnectorPresent
31411 oid: 1.3.6.1.2.1.31.1.1.1.17
31412 type: gauge
31413 help: This object has the value 'true(1)' if the interface sublayer has a physical
31414 connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
31415 indexes:
31416 - labelname: ifIndex
31417 type: gauge
31418 lookups:
31419 - labels:
31420 - ifIndex
31421 labelname: ifName
31422 oid: 1.3.6.1.2.1.31.1.1.1.1
31423 type: DisplayString
31424 enum_values:
31425 1: "true"
31426 2: "false"
31427 - name: ifAlias
31428 oid: 1.3.6.1.2.1.31.1.1.1.18
31429 type: DisplayString
31430 help: This object is an 'alias' name for the interface as specified by a network
31431 manager, and provides a non-volatile 'handle' for the interface - 1.3.6.1.2.1.31.1.1.1.18
31432 indexes:
31433 - labelname: ifIndex
31434 type: gauge
31435 lookups:
31436 - labels:
31437 - ifIndex
31438 labelname: ifName
31439 oid: 1.3.6.1.2.1.31.1.1.1.1
31440 type: DisplayString
31441 - name: ifCounterDiscontinuityTime
31442 oid: 1.3.6.1.2.1.31.1.1.1.19
31443 type: gauge
31444 help: The value of sysUpTime on the most recent occasion at which any one or more
31445 of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
31446 indexes:
31447 - labelname: ifIndex
31448 type: gauge
31449 lookups:
31450 - labels:
31451 - ifIndex
31452 labelname: ifName
31453 oid: 1.3.6.1.2.1.31.1.1.1.1
31454 type: DisplayString
31455 - name: unifiRadioIndex
31456 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.1
31457 type: gauge
31458 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.1'
31459 indexes:
31460 - labelname: unifiRadioIndex
31461 type: gauge
31462 - name: unifiRadioName
31463 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.2
31464 type: DisplayString
31465 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.2'
31466 indexes:
31467 - labelname: unifiRadioIndex
31468 type: gauge
31469 - name: unifiRadioRadio
31470 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.3
31471 type: DisplayString
31472 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.3'
31473 indexes:
31474 - labelname: unifiRadioIndex
31475 type: gauge
31476 - name: unifiRadioRxPackets
31477 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.4
31478 type: counter
31479 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.4'
31480 indexes:
31481 - labelname: unifiRadioIndex
31482 type: gauge
31483 - name: unifiRadioTxPackets
31484 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.5
31485 type: counter
31486 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.5'
31487 indexes:
31488 - labelname: unifiRadioIndex
31489 type: gauge
31490 - name: unifiRadioCuTotal
31491 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.6
31492 type: gauge
31493 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.6'
31494 indexes:
31495 - labelname: unifiRadioIndex
31496 type: gauge
31497 - name: unifiRadioCuSelfRx
31498 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.7
31499 type: gauge
31500 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.7'
31501 indexes:
31502 - labelname: unifiRadioIndex
31503 type: gauge
31504 - name: unifiRadioCuSelfTx
31505 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.8
31506 type: gauge
31507 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.8'
31508 indexes:
31509 - labelname: unifiRadioIndex
31510 type: gauge
31511 - name: unifiRadioOtherBss
31512 oid: 1.3.6.1.4.1.41112.1.6.1.1.1.9
31513 type: gauge
31514 help: ' - 1.3.6.1.4.1.41112.1.6.1.1.1.9'
31515 indexes:
31516 - labelname: unifiRadioIndex
31517 type: gauge
31518 - name: unifiVapIndex
31519 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.1
31520 type: gauge
31521 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.1'
31522 indexes:
31523 - labelname: unifiVapIndex
31524 type: gauge
31525 lookups:
31526 - labels:
31527 - unifiVapIndex
31528 labelname: unifiVapName
31529 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31530 type: DisplayString
31531 - labels:
31532 - unifiVapIndex
31533 labelname: unifiVapEssId
31534 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31535 type: DisplayString
31536 - name: unifiVapBssId
31537 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.2
31538 type: PhysAddress48
31539 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.2'
31540 indexes:
31541 - labelname: unifiVapIndex
31542 type: gauge
31543 lookups:
31544 - labels:
31545 - unifiVapIndex
31546 labelname: unifiVapName
31547 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31548 type: DisplayString
31549 - labels:
31550 - unifiVapIndex
31551 labelname: unifiVapEssId
31552 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31553 type: DisplayString
31554 - name: unifiVapCcq
31555 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.3
31556 type: gauge
31557 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.3'
31558 indexes:
31559 - labelname: unifiVapIndex
31560 type: gauge
31561 lookups:
31562 - labels:
31563 - unifiVapIndex
31564 labelname: unifiVapName
31565 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31566 type: DisplayString
31567 - labels:
31568 - unifiVapIndex
31569 labelname: unifiVapEssId
31570 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31571 type: DisplayString
31572 - name: unifiVapChannel
31573 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.4
31574 type: gauge
31575 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.4'
31576 indexes:
31577 - labelname: unifiVapIndex
31578 type: gauge
31579 lookups:
31580 - labels:
31581 - unifiVapIndex
31582 labelname: unifiVapName
31583 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31584 type: DisplayString
31585 - labels:
31586 - unifiVapIndex
31587 labelname: unifiVapEssId
31588 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31589 type: DisplayString
31590 - name: unifiVapExtChannel
31591 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.5
31592 type: gauge
31593 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.5'
31594 indexes:
31595 - labelname: unifiVapIndex
31596 type: gauge
31597 lookups:
31598 - labels:
31599 - unifiVapIndex
31600 labelname: unifiVapName
31601 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31602 type: DisplayString
31603 - labels:
31604 - unifiVapIndex
31605 labelname: unifiVapEssId
31606 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31607 type: DisplayString
31608 - name: unifiVapEssId
31609 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31610 type: DisplayString
31611 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.6'
31612 indexes:
31613 - labelname: unifiVapIndex
31614 type: gauge
31615 lookups:
31616 - labels:
31617 - unifiVapIndex
31618 labelname: unifiVapName
31619 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31620 type: DisplayString
31621 - labels:
31622 - unifiVapIndex
31623 labelname: unifiVapEssId
31624 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31625 type: DisplayString
31626 - name: unifiVapName
31627 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31628 type: DisplayString
31629 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.7'
31630 indexes:
31631 - labelname: unifiVapIndex
31632 type: gauge
31633 lookups:
31634 - labels:
31635 - unifiVapIndex
31636 labelname: unifiVapName
31637 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31638 type: DisplayString
31639 - labels:
31640 - unifiVapIndex
31641 labelname: unifiVapEssId
31642 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31643 type: DisplayString
31644 - name: unifiVapNumStations
31645 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.8
31646 type: gauge
31647 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.8'
31648 indexes:
31649 - labelname: unifiVapIndex
31650 type: gauge
31651 lookups:
31652 - labels:
31653 - unifiVapIndex
31654 labelname: unifiVapName
31655 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31656 type: DisplayString
31657 - labels:
31658 - unifiVapIndex
31659 labelname: unifiVapEssId
31660 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31661 type: DisplayString
31662 - name: unifiVapRadio
31663 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.9
31664 type: DisplayString
31665 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.9'
31666 indexes:
31667 - labelname: unifiVapIndex
31668 type: gauge
31669 lookups:
31670 - labels:
31671 - unifiVapIndex
31672 labelname: unifiVapName
31673 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31674 type: DisplayString
31675 - labels:
31676 - unifiVapIndex
31677 labelname: unifiVapEssId
31678 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31679 type: DisplayString
31680 - name: unifiVapRxBytes
31681 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.10
31682 type: counter
31683 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.10'
31684 indexes:
31685 - labelname: unifiVapIndex
31686 type: gauge
31687 lookups:
31688 - labels:
31689 - unifiVapIndex
31690 labelname: unifiVapName
31691 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31692 type: DisplayString
31693 - labels:
31694 - unifiVapIndex
31695 labelname: unifiVapEssId
31696 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31697 type: DisplayString
31698 - name: unifiVapRxCrypts
31699 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.11
31700 type: counter
31701 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.11'
31702 indexes:
31703 - labelname: unifiVapIndex
31704 type: gauge
31705 lookups:
31706 - labels:
31707 - unifiVapIndex
31708 labelname: unifiVapName
31709 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31710 type: DisplayString
31711 - labels:
31712 - unifiVapIndex
31713 labelname: unifiVapEssId
31714 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31715 type: DisplayString
31716 - name: unifiVapRxDropped
31717 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.12
31718 type: counter
31719 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.12'
31720 indexes:
31721 - labelname: unifiVapIndex
31722 type: gauge
31723 lookups:
31724 - labels:
31725 - unifiVapIndex
31726 labelname: unifiVapName
31727 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31728 type: DisplayString
31729 - labels:
31730 - unifiVapIndex
31731 labelname: unifiVapEssId
31732 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31733 type: DisplayString
31734 - name: unifiVapRxErrors
31735 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.13
31736 type: counter
31737 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.13'
31738 indexes:
31739 - labelname: unifiVapIndex
31740 type: gauge
31741 lookups:
31742 - labels:
31743 - unifiVapIndex
31744 labelname: unifiVapName
31745 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31746 type: DisplayString
31747 - labels:
31748 - unifiVapIndex
31749 labelname: unifiVapEssId
31750 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31751 type: DisplayString
31752 - name: unifiVapRxFrags
31753 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.14
31754 type: counter
31755 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.14'
31756 indexes:
31757 - labelname: unifiVapIndex
31758 type: gauge
31759 lookups:
31760 - labels:
31761 - unifiVapIndex
31762 labelname: unifiVapName
31763 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31764 type: DisplayString
31765 - labels:
31766 - unifiVapIndex
31767 labelname: unifiVapEssId
31768 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31769 type: DisplayString
31770 - name: unifiVapRxPackets
31771 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.15
31772 type: counter
31773 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.15'
31774 indexes:
31775 - labelname: unifiVapIndex
31776 type: gauge
31777 lookups:
31778 - labels:
31779 - unifiVapIndex
31780 labelname: unifiVapName
31781 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31782 type: DisplayString
31783 - labels:
31784 - unifiVapIndex
31785 labelname: unifiVapEssId
31786 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31787 type: DisplayString
31788 - name: unifiVapTxBytes
31789 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.16
31790 type: counter
31791 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.16'
31792 indexes:
31793 - labelname: unifiVapIndex
31794 type: gauge
31795 lookups:
31796 - labels:
31797 - unifiVapIndex
31798 labelname: unifiVapName
31799 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31800 type: DisplayString
31801 - labels:
31802 - unifiVapIndex
31803 labelname: unifiVapEssId
31804 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31805 type: DisplayString
31806 - name: unifiVapTxDropped
31807 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.17
31808 type: counter
31809 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.17'
31810 indexes:
31811 - labelname: unifiVapIndex
31812 type: gauge
31813 lookups:
31814 - labels:
31815 - unifiVapIndex
31816 labelname: unifiVapName
31817 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31818 type: DisplayString
31819 - labels:
31820 - unifiVapIndex
31821 labelname: unifiVapEssId
31822 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31823 type: DisplayString
31824 - name: unifiVapTxErrors
31825 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.18
31826 type: counter
31827 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.18'
31828 indexes:
31829 - labelname: unifiVapIndex
31830 type: gauge
31831 lookups:
31832 - labels:
31833 - unifiVapIndex
31834 labelname: unifiVapName
31835 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31836 type: DisplayString
31837 - labels:
31838 - unifiVapIndex
31839 labelname: unifiVapEssId
31840 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31841 type: DisplayString
31842 - name: unifiVapTxPackets
31843 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.19
31844 type: counter
31845 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.19'
31846 indexes:
31847 - labelname: unifiVapIndex
31848 type: gauge
31849 lookups:
31850 - labels:
31851 - unifiVapIndex
31852 labelname: unifiVapName
31853 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31854 type: DisplayString
31855 - labels:
31856 - unifiVapIndex
31857 labelname: unifiVapEssId
31858 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31859 type: DisplayString
31860 - name: unifiVapTxRetries
31861 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.20
31862 type: counter
31863 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.20'
31864 indexes:
31865 - labelname: unifiVapIndex
31866 type: gauge
31867 lookups:
31868 - labels:
31869 - unifiVapIndex
31870 labelname: unifiVapName
31871 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31872 type: DisplayString
31873 - labels:
31874 - unifiVapIndex
31875 labelname: unifiVapEssId
31876 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31877 type: DisplayString
31878 - name: unifiVapTxPower
31879 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.21
31880 type: gauge
31881 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.21'
31882 indexes:
31883 - labelname: unifiVapIndex
31884 type: gauge
31885 lookups:
31886 - labels:
31887 - unifiVapIndex
31888 labelname: unifiVapName
31889 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31890 type: DisplayString
31891 - labels:
31892 - unifiVapIndex
31893 labelname: unifiVapEssId
31894 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31895 type: DisplayString
31896 - name: unifiVapUp
31897 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.22
31898 type: gauge
31899 help: ' - 1.3.6.1.4.1.41112.1.6.1.2.1.22'
31900 indexes:
31901 - labelname: unifiVapIndex
31902 type: gauge
31903 lookups:
31904 - labels:
31905 - unifiVapIndex
31906 labelname: unifiVapName
31907 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31908 type: DisplayString
31909 - labels:
31910 - unifiVapIndex
31911 labelname: unifiVapEssId
31912 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31913 type: DisplayString
31914 enum_values:
31915 1: "true"
31916 2: "false"
31917 - name: unifiVapUsage
31918 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.23
31919 type: DisplayString
31920 help: guest or regular user - 1.3.6.1.4.1.41112.1.6.1.2.1.23
31921 indexes:
31922 - labelname: unifiVapIndex
31923 type: gauge
31924 lookups:
31925 - labels:
31926 - unifiVapIndex
31927 labelname: unifiVapName
31928 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.7
31929 type: DisplayString
31930 - labels:
31931 - unifiVapIndex
31932 labelname: unifiVapEssId
31933 oid: 1.3.6.1.4.1.41112.1.6.1.2.1.6
31934 type: DisplayString
31935 - name: unifiIfIndex
31936 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.1
31937 type: gauge
31938 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.1'
31939 indexes:
31940 - labelname: unifiIfIndex
31941 type: gauge
31942 - name: unifiIfFullDuplex
31943 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.2
31944 type: gauge
31945 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.2'
31946 indexes:
31947 - labelname: unifiIfIndex
31948 type: gauge
31949 enum_values:
31950 1: "true"
31951 2: "false"
31952 - name: unifiIfIp
31953 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.3
31954 type: InetAddressIPv4
31955 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.3'
31956 indexes:
31957 - labelname: unifiIfIndex
31958 type: gauge
31959 - name: unifiIfMac
31960 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.4
31961 type: PhysAddress48
31962 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.4'
31963 indexes:
31964 - labelname: unifiIfIndex
31965 type: gauge
31966 - name: unifiIfName
31967 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.5
31968 type: DisplayString
31969 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.5'
31970 indexes:
31971 - labelname: unifiIfIndex
31972 type: gauge
31973 - name: unifiIfRxBytes
31974 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.6
31975 type: counter
31976 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.6'
31977 indexes:
31978 - labelname: unifiIfIndex
31979 type: gauge
31980 - name: unifiIfRxDropped
31981 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.7
31982 type: counter
31983 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.7'
31984 indexes:
31985 - labelname: unifiIfIndex
31986 type: gauge
31987 - name: unifiIfRxError
31988 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.8
31989 type: counter
31990 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.8'
31991 indexes:
31992 - labelname: unifiIfIndex
31993 type: gauge
31994 - name: unifiIfRxMulticast
31995 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.9
31996 type: counter
31997 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.9'
31998 indexes:
31999 - labelname: unifiIfIndex
32000 type: gauge
32001 - name: unifiIfRxPackets
32002 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.10
32003 type: counter
32004 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.10'
32005 indexes:
32006 - labelname: unifiIfIndex
32007 type: gauge
32008 - name: unifiIfSpeed
32009 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.11
32010 type: gauge
32011 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.11'
32012 indexes:
32013 - labelname: unifiIfIndex
32014 type: gauge
32015 - name: unifiIfTxBytes
32016 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.12
32017 type: counter
32018 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.12'
32019 indexes:
32020 - labelname: unifiIfIndex
32021 type: gauge
32022 - name: unifiIfTxDropped
32023 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.13
32024 type: counter
32025 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.13'
32026 indexes:
32027 - labelname: unifiIfIndex
32028 type: gauge
32029 - name: unifiIfTxError
32030 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.14
32031 type: counter
32032 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.14'
32033 indexes:
32034 - labelname: unifiIfIndex
32035 type: gauge
32036 - name: unifiIfTxPackets
32037 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.15
32038 type: counter
32039 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.15'
32040 indexes:
32041 - labelname: unifiIfIndex
32042 type: gauge
32043 - name: unifiIfUp
32044 oid: 1.3.6.1.4.1.41112.1.6.2.1.1.16
32045 type: gauge
32046 help: ' - 1.3.6.1.4.1.41112.1.6.2.1.1.16'
32047 indexes:
32048 - labelname: unifiIfIndex
32049 type: gauge
32050 enum_values:
32051 1: "true"
32052 2: "false"
32053 - name: unifiApSystemIp
32054 oid: 1.3.6.1.4.1.41112.1.6.3.1
32055 type: InetAddressIPv4
32056 help: ' - 1.3.6.1.4.1.41112.1.6.3.1'
32057 - name: unifiApSystemIsolated
32058 oid: 1.3.6.1.4.1.41112.1.6.3.2
32059 type: gauge
32060 help: ' - 1.3.6.1.4.1.41112.1.6.3.2'
32061 enum_values:
32062 1: "true"
32063 2: "false"
32064 - name: unifiApSystemModel
32065 oid: 1.3.6.1.4.1.41112.1.6.3.3
32066 type: DisplayString
32067 help: ' - 1.3.6.1.4.1.41112.1.6.3.3'
32068 - name: unifiApSystemUplink
32069 oid: 1.3.6.1.4.1.41112.1.6.3.4
32070 type: DisplayString
32071 help: ' - 1.3.6.1.4.1.41112.1.6.3.4'
32072 - name: unifiApSystemUptime
32073 oid: 1.3.6.1.4.1.41112.1.6.3.5
32074 type: counter
32075 help: ' - 1.3.6.1.4.1.41112.1.6.3.5'
32076 - name: unifiApSystemVersion
32077 oid: 1.3.6.1.4.1.41112.1.6.3.6
32078 type: DisplayString
32079 help: ' - 1.3.6.1.4.1.41112.1.6.3.6'
32080wiener_mpod:
32081 walk:
32082 - 1.3.6.1.4.1.19947.1.3.2.1.10
32083 - 1.3.6.1.4.1.19947.1.3.2.1.11
32084 - 1.3.6.1.4.1.19947.1.3.2.1.12
32085 - 1.3.6.1.4.1.19947.1.3.2.1.13
32086 - 1.3.6.1.4.1.19947.1.3.2.1.14
32087 - 1.3.6.1.4.1.19947.1.3.2.1.15
32088 - 1.3.6.1.4.1.19947.1.3.2.1.5
32089 - 1.3.6.1.4.1.19947.1.3.2.1.6
32090 - 1.3.6.1.4.1.19947.1.3.2.1.7
32091 - 1.3.6.1.4.1.19947.1.3.2.1.8
32092 - 1.3.6.1.4.1.19947.1.3.2.1.9
32093 - 1.3.6.1.4.1.19947.1.3.6.1.8
32094 - 1.3.6.1.4.1.19947.1.3.6.1.9
32095 - 1.3.6.1.4.1.19947.1.4.2.1.2
32096 - 1.3.6.1.4.1.19947.1.7.8.1.2
32097 get:
32098 - 1.3.6.1.2.1.1.3.0
32099 - 1.3.6.1.4.1.19947.1.1.1.0
32100 - 1.3.6.1.4.1.19947.1.1.11.0
32101 - 1.3.6.1.4.1.19947.1.1.2.0
32102 - 1.3.6.1.4.1.19947.1.3.1.0
32103 metrics:
32104 - name: sysUpTime
32105 oid: 1.3.6.1.2.1.1.3
32106 type: gauge
32107 help: The time (in hundredths of a second) since the network management portion
32108 of the system was last re-initialized. - 1.3.6.1.2.1.1.3
32109 - name: sysMainSwitch
32110 oid: 1.3.6.1.4.1.19947.1.1.1
32111 type: gauge
32112 help: 'Read: An enumerated value which shows the current state of the crates main
32113 switch - 1.3.6.1.4.1.19947.1.1.1'
32114 enum_values:
32115 0: "off"
32116 1: "on"
32117 - name: sysOperatingTime
32118 oid: 1.3.6.1.4.1.19947.1.1.11
32119 type: gauge
32120 help: The time in seconds for how long the controller was in action. - 1.3.6.1.4.1.19947.1.1.11
32121 - name: sysStatus
32122 oid: 1.3.6.1.4.1.19947.1.1.2
32123 type: Bits
32124 help: A bit string which shows the status (health) of the complete crate - 1.3.6.1.4.1.19947.1.1.2
32125 enum_values:
32126 0: mainOn
32127 1: mainInhibit
32128 2: localControlOnly
32129 3: inputFailure
32130 4: outputFailure
32131 5: fantrayFailure
32132 6: sensorFailure
32133 7: vmeSysfail
32134 8: plugAndPlayIncompatible
32135 9: busReset
32136 10: supplyDerating
32137 11: supplyFailure
32138 12: supplyDerating2
32139 13: supplyFailure2
32140 - name: outputNumber
32141 oid: 1.3.6.1.4.1.19947.1.3.1
32142 type: gauge
32143 help: The number of output channels of the crate. - 1.3.6.1.4.1.19947.1.3.1
32144 - name: outputVoltage
32145 oid: 1.3.6.1.4.1.19947.1.3.2.1.10
32146 type: Float
32147 help: The nominal output voltage of the channel. - 1.3.6.1.4.1.19947.1.3.2.1.10
32148 indexes:
32149 - labelname: outputIndex
32150 type: gauge
32151 enum_values:
32152 1: u0
32153 2: u1
32154 3: u2
32155 4: u3
32156 5: u4
32157 6: u5
32158 7: u6
32159 8: u7
32160 9: u8
32161 10: u9
32162 11: u10
32163 12: u11
32164 13: u12
32165 14: u13
32166 15: u14
32167 16: u15
32168 17: u16
32169 18: u17
32170 19: u18
32171 20: u19
32172 21: u20
32173 22: u21
32174 23: u22
32175 24: u23
32176 25: u24
32177 26: u25
32178 27: u26
32179 28: u27
32180 29: u28
32181 30: u29
32182 31: u30
32183 32: u31
32184 33: u32
32185 34: u33
32186 35: u34
32187 36: u35
32188 37: u36
32189 38: u37
32190 39: u38
32191 40: u39
32192 41: u40
32193 42: u41
32194 43: u42
32195 44: u43
32196 45: u44
32197 46: u45
32198 47: u46
32199 48: u47
32200 49: u48
32201 50: u49
32202 51: u50
32203 52: u51
32204 53: u52
32205 54: u53
32206 55: u54
32207 56: u55
32208 57: u56
32209 58: u57
32210 59: u58
32211 60: u59
32212 61: u60
32213 62: u61
32214 63: u62
32215 64: u63
32216 65: u64
32217 66: u65
32218 67: u66
32219 68: u67
32220 69: u68
32221 70: u69
32222 71: u70
32223 72: u71
32224 73: u72
32225 74: u73
32226 75: u74
32227 76: u75
32228 77: u76
32229 78: u77
32230 79: u78
32231 80: u79
32232 81: u80
32233 82: u81
32234 83: u82
32235 84: u83
32236 85: u84
32237 86: u85
32238 87: u86
32239 88: u87
32240 89: u88
32241 90: u89
32242 91: u90
32243 92: u91
32244 93: u92
32245 94: u93
32246 95: u94
32247 96: u95
32248 97: u96
32249 98: u97
32250 99: u98
32251 100: u99
32252 101: u100
32253 102: u101
32254 103: u102
32255 104: u103
32256 105: u104
32257 106: u105
32258 107: u106
32259 108: u107
32260 109: u108
32261 110: u109
32262 111: u110
32263 112: u111
32264 113: u112
32265 114: u113
32266 115: u114
32267 116: u115
32268 117: u116
32269 118: u117
32270 119: u118
32271 120: u119
32272 121: u120
32273 122: u121
32274 123: u122
32275 124: u123
32276 125: u124
32277 126: u125
32278 127: u126
32279 128: u127
32280 129: u128
32281 130: u129
32282 131: u130
32283 132: u131
32284 133: u132
32285 134: u133
32286 135: u134
32287 136: u135
32288 137: u136
32289 138: u137
32290 139: u138
32291 140: u139
32292 141: u140
32293 142: u141
32294 143: u142
32295 144: u143
32296 145: u144
32297 146: u145
32298 147: u146
32299 148: u147
32300 149: u148
32301 150: u149
32302 151: u150
32303 152: u151
32304 153: u152
32305 154: u153
32306 155: u154
32307 156: u155
32308 157: u156
32309 158: u157
32310 159: u158
32311 160: u159
32312 161: u160
32313 162: u161
32314 163: u162
32315 164: u163
32316 165: u164
32317 166: u165
32318 167: u166
32319 168: u167
32320 169: u168
32321 170: u169
32322 171: u170
32323 172: u171
32324 173: u172
32325 174: u173
32326 175: u174
32327 176: u175
32328 177: u176
32329 178: u177
32330 179: u178
32331 180: u179
32332 181: u180
32333 182: u181
32334 183: u182
32335 184: u183
32336 185: u184
32337 186: u185
32338 187: u186
32339 188: u187
32340 189: u188
32341 190: u189
32342 191: u190
32343 192: u191
32344 193: u192
32345 194: u193
32346 195: u194
32347 196: u195
32348 197: u196
32349 198: u197
32350 199: u198
32351 200: u199
32352 201: u200
32353 202: u201
32354 203: u202
32355 204: u203
32356 205: u204
32357 206: u205
32358 207: u206
32359 208: u207
32360 209: u208
32361 210: u209
32362 211: u210
32363 212: u211
32364 213: u212
32365 214: u213
32366 215: u214
32367 216: u215
32368 217: u216
32369 218: u217
32370 219: u218
32371 220: u219
32372 221: u220
32373 222: u221
32374 223: u222
32375 224: u223
32376 225: u224
32377 226: u225
32378 227: u226
32379 228: u227
32380 229: u228
32381 230: u229
32382 231: u230
32383 232: u231
32384 233: u232
32385 234: u233
32386 235: u234
32387 236: u235
32388 237: u236
32389 238: u237
32390 239: u238
32391 240: u239
32392 241: u240
32393 242: u241
32394 243: u242
32395 244: u243
32396 245: u244
32397 246: u245
32398 247: u246
32399 248: u247
32400 249: u248
32401 250: u249
32402 251: u250
32403 252: u251
32404 253: u252
32405 254: u253
32406 255: u254
32407 256: u255
32408 257: u256
32409 258: u257
32410 259: u258
32411 260: u259
32412 261: u260
32413 262: u261
32414 263: u262
32415 264: u263
32416 265: u264
32417 266: u265
32418 267: u266
32419 268: u267
32420 269: u268
32421 270: u269
32422 271: u270
32423 272: u271
32424 273: u272
32425 274: u273
32426 275: u274
32427 276: u275
32428 277: u276
32429 278: u277
32430 279: u278
32431 280: u279
32432 281: u280
32433 282: u281
32434 283: u282
32435 284: u283
32436 285: u284
32437 286: u285
32438 287: u286
32439 288: u287
32440 289: u288
32441 290: u289
32442 291: u290
32443 292: u291
32444 293: u292
32445 294: u293
32446 295: u294
32447 296: u295
32448 297: u296
32449 298: u297
32450 299: u298
32451 300: u299
32452 301: u300
32453 302: u301
32454 303: u302
32455 304: u303
32456 305: u304
32457 306: u305
32458 307: u306
32459 308: u307
32460 309: u308
32461 310: u309
32462 311: u310
32463 312: u311
32464 313: u312
32465 314: u313
32466 315: u314
32467 316: u315
32468 317: u316
32469 318: u317
32470 319: u318
32471 320: u319
32472 321: u320
32473 322: u321
32474 323: u322
32475 324: u323
32476 325: u324
32477 326: u325
32478 327: u326
32479 328: u327
32480 329: u328
32481 330: u329
32482 331: u330
32483 332: u331
32484 333: u332
32485 334: u333
32486 335: u334
32487 336: u335
32488 337: u336
32489 338: u337
32490 339: u338
32491 340: u339
32492 341: u340
32493 342: u341
32494 343: u342
32495 344: u343
32496 345: u344
32497 346: u345
32498 347: u346
32499 348: u347
32500 349: u348
32501 350: u349
32502 351: u350
32503 352: u351
32504 353: u352
32505 354: u353
32506 355: u354
32507 356: u355
32508 357: u356
32509 358: u357
32510 359: u358
32511 360: u359
32512 361: u360
32513 362: u361
32514 363: u362
32515 364: u363
32516 365: u364
32517 366: u365
32518 367: u366
32519 368: u367
32520 369: u368
32521 370: u369
32522 371: u370
32523 372: u371
32524 373: u372
32525 374: u373
32526 375: u374
32527 376: u375
32528 377: u376
32529 378: u377
32530 379: u378
32531 380: u379
32532 381: u380
32533 382: u381
32534 383: u382
32535 384: u383
32536 385: u384
32537 386: u385
32538 387: u386
32539 388: u387
32540 389: u388
32541 390: u389
32542 391: u390
32543 392: u391
32544 393: u392
32545 394: u393
32546 395: u394
32547 396: u395
32548 397: u396
32549 398: u397
32550 399: u398
32551 400: u399
32552 401: u400
32553 402: u401
32554 403: u402
32555 404: u403
32556 405: u404
32557 406: u405
32558 407: u406
32559 408: u407
32560 409: u408
32561 410: u409
32562 411: u410
32563 412: u411
32564 413: u412
32565 414: u413
32566 415: u414
32567 416: u415
32568 417: u416
32569 418: u417
32570 419: u418
32571 420: u419
32572 421: u420
32573 422: u421
32574 423: u422
32575 424: u423
32576 425: u424
32577 426: u425
32578 427: u426
32579 428: u427
32580 429: u428
32581 430: u429
32582 431: u430
32583 432: u431
32584 433: u432
32585 434: u433
32586 435: u434
32587 436: u435
32588 437: u436
32589 438: u437
32590 439: u438
32591 440: u439
32592 441: u440
32593 442: u441
32594 443: u442
32595 444: u443
32596 445: u444
32597 446: u445
32598 447: u446
32599 448: u447
32600 449: u448
32601 450: u449
32602 451: u450
32603 452: u451
32604 453: u452
32605 454: u453
32606 455: u454
32607 456: u455
32608 457: u456
32609 458: u457
32610 459: u458
32611 460: u459
32612 461: u460
32613 462: u461
32614 463: u462
32615 464: u463
32616 465: u464
32617 466: u465
32618 467: u466
32619 468: u467
32620 469: u468
32621 470: u469
32622 471: u470
32623 472: u471
32624 473: u472
32625 474: u473
32626 475: u474
32627 476: u475
32628 477: u476
32629 478: u477
32630 479: u478
32631 480: u479
32632 481: u480
32633 482: u481
32634 483: u482
32635 484: u483
32636 485: u484
32637 486: u485
32638 487: u486
32639 488: u487
32640 489: u488
32641 490: u489
32642 491: u490
32643 492: u491
32644 493: u492
32645 494: u493
32646 495: u494
32647 496: u495
32648 497: u496
32649 498: u497
32650 499: u498
32651 500: u499
32652 501: u500
32653 502: u501
32654 503: u502
32655 504: u503
32656 505: u504
32657 506: u505
32658 507: u506
32659 508: u507
32660 509: u508
32661 510: u509
32662 511: u510
32663 512: u511
32664 513: u512
32665 514: u513
32666 515: u514
32667 516: u515
32668 517: u516
32669 518: u517
32670 519: u518
32671 520: u519
32672 521: u520
32673 522: u521
32674 523: u522
32675 524: u523
32676 525: u524
32677 526: u525
32678 527: u526
32679 528: u527
32680 529: u528
32681 530: u529
32682 531: u530
32683 532: u531
32684 533: u532
32685 534: u533
32686 535: u534
32687 536: u535
32688 537: u536
32689 538: u537
32690 539: u538
32691 540: u539
32692 541: u540
32693 542: u541
32694 543: u542
32695 544: u543
32696 545: u544
32697 546: u545
32698 547: u546
32699 548: u547
32700 549: u548
32701 550: u549
32702 551: u550
32703 552: u551
32704 553: u552
32705 554: u553
32706 555: u554
32707 556: u555
32708 557: u556
32709 558: u557
32710 559: u558
32711 560: u559
32712 561: u560
32713 562: u561
32714 563: u562
32715 564: u563
32716 565: u564
32717 566: u565
32718 567: u566
32719 568: u567
32720 569: u568
32721 570: u569
32722 571: u570
32723 572: u571
32724 573: u572
32725 574: u573
32726 575: u574
32727 576: u575
32728 577: u576
32729 578: u577
32730 579: u578
32731 580: u579
32732 581: u580
32733 582: u581
32734 583: u582
32735 584: u583
32736 585: u584
32737 586: u585
32738 587: u586
32739 588: u587
32740 589: u588
32741 590: u589
32742 591: u590
32743 592: u591
32744 593: u592
32745 594: u593
32746 595: u594
32747 596: u595
32748 597: u596
32749 598: u597
32750 599: u598
32751 600: u599
32752 601: u600
32753 602: u601
32754 603: u602
32755 604: u603
32756 605: u604
32757 606: u605
32758 607: u606
32759 608: u607
32760 609: u608
32761 610: u609
32762 611: u610
32763 612: u611
32764 613: u612
32765 614: u613
32766 615: u614
32767 616: u615
32768 617: u616
32769 618: u617
32770 619: u618
32771 620: u619
32772 621: u620
32773 622: u621
32774 623: u622
32775 624: u623
32776 625: u624
32777 626: u625
32778 627: u626
32779 628: u627
32780 629: u628
32781 630: u629
32782 631: u630
32783 632: u631
32784 633: u632
32785 634: u633
32786 635: u634
32787 636: u635
32788 637: u636
32789 638: u637
32790 639: u638
32791 640: u639
32792 641: u640
32793 642: u641
32794 643: u642
32795 644: u643
32796 645: u644
32797 646: u645
32798 647: u646
32799 648: u647
32800 649: u648
32801 650: u649
32802 651: u650
32803 652: u651
32804 653: u652
32805 654: u653
32806 655: u654
32807 656: u655
32808 657: u656
32809 658: u657
32810 659: u658
32811 660: u659
32812 661: u660
32813 662: u661
32814 663: u662
32815 664: u663
32816 665: u664
32817 666: u665
32818 667: u666
32819 668: u667
32820 669: u668
32821 670: u669
32822 671: u670
32823 672: u671
32824 673: u672
32825 674: u673
32826 675: u674
32827 676: u675
32828 677: u676
32829 678: u677
32830 679: u678
32831 680: u679
32832 681: u680
32833 682: u681
32834 683: u682
32835 684: u683
32836 685: u684
32837 686: u685
32838 687: u686
32839 688: u687
32840 689: u688
32841 690: u689
32842 691: u690
32843 692: u691
32844 693: u692
32845 694: u693
32846 695: u694
32847 696: u695
32848 697: u696
32849 698: u697
32850 699: u698
32851 700: u699
32852 701: u700
32853 702: u701
32854 703: u702
32855 704: u703
32856 705: u704
32857 706: u705
32858 707: u706
32859 708: u707
32860 709: u708
32861 710: u709
32862 711: u710
32863 712: u711
32864 713: u712
32865 714: u713
32866 715: u714
32867 716: u715
32868 717: u716
32869 718: u717
32870 719: u718
32871 720: u719
32872 721: u720
32873 722: u721
32874 723: u722
32875 724: u723
32876 725: u724
32877 726: u725
32878 727: u726
32879 728: u727
32880 729: u728
32881 730: u729
32882 731: u730
32883 732: u731
32884 733: u732
32885 734: u733
32886 735: u734
32887 736: u735
32888 737: u736
32889 738: u737
32890 739: u738
32891 740: u739
32892 741: u740
32893 742: u741
32894 743: u742
32895 744: u743
32896 745: u744
32897 746: u745
32898 747: u746
32899 748: u747
32900 749: u748
32901 750: u749
32902 751: u750
32903 752: u751
32904 753: u752
32905 754: u753
32906 755: u754
32907 756: u755
32908 757: u756
32909 758: u757
32910 759: u758
32911 760: u759
32912 761: u760
32913 762: u761
32914 763: u762
32915 764: u763
32916 765: u764
32917 766: u765
32918 767: u766
32919 768: u767
32920 769: u768
32921 770: u769
32922 771: u770
32923 772: u771
32924 773: u772
32925 774: u773
32926 775: u774
32927 776: u775
32928 777: u776
32929 778: u777
32930 779: u778
32931 780: u779
32932 781: u780
32933 782: u781
32934 783: u782
32935 784: u783
32936 785: u784
32937 786: u785
32938 787: u786
32939 788: u787
32940 789: u788
32941 790: u789
32942 791: u790
32943 792: u791
32944 793: u792
32945 794: u793
32946 795: u794
32947 796: u795
32948 797: u796
32949 798: u797
32950 799: u798
32951 800: u799
32952 801: u800
32953 802: u801
32954 803: u802
32955 804: u803
32956 805: u804
32957 806: u805
32958 807: u806
32959 808: u807
32960 809: u808
32961 810: u809
32962 811: u810
32963 812: u811
32964 813: u812
32965 814: u813
32966 815: u814
32967 816: u815
32968 817: u816
32969 818: u817
32970 819: u818
32971 820: u819
32972 821: u820
32973 822: u821
32974 823: u822
32975 824: u823
32976 825: u824
32977 826: u825
32978 827: u826
32979 828: u827
32980 829: u828
32981 830: u829
32982 831: u830
32983 832: u831
32984 833: u832
32985 834: u833
32986 835: u834
32987 836: u835
32988 837: u836
32989 838: u837
32990 839: u838
32991 840: u839
32992 841: u840
32993 842: u841
32994 843: u842
32995 844: u843
32996 845: u844
32997 846: u845
32998 847: u846
32999 848: u847
33000 849: u848
33001 850: u849
33002 851: u850
33003 852: u851
33004 853: u852
33005 854: u853
33006 855: u854
33007 856: u855
33008 857: u856
33009 858: u857
33010 859: u858
33011 860: u859
33012 861: u860
33013 862: u861
33014 863: u862
33015 864: u863
33016 865: u864
33017 866: u865
33018 867: u866
33019 868: u867
33020 869: u868
33021 870: u869
33022 871: u870
33023 872: u871
33024 873: u872
33025 874: u873
33026 875: u874
33027 876: u875
33028 877: u876
33029 878: u877
33030 879: u878
33031 880: u879
33032 881: u880
33033 882: u881
33034 883: u882
33035 884: u883
33036 885: u884
33037 886: u885
33038 887: u886
33039 888: u887
33040 889: u888
33041 890: u889
33042 891: u890
33043 892: u891
33044 893: u892
33045 894: u893
33046 895: u894
33047 896: u895
33048 897: u896
33049 898: u897
33050 899: u898
33051 900: u899
33052 901: u900
33053 902: u901
33054 903: u902
33055 904: u903
33056 905: u904
33057 906: u905
33058 907: u906
33059 908: u907
33060 909: u908
33061 910: u909
33062 911: u910
33063 912: u911
33064 913: u912
33065 914: u913
33066 915: u914
33067 916: u915
33068 917: u916
33069 918: u917
33070 919: u918
33071 920: u919
33072 921: u920
33073 922: u921
33074 923: u922
33075 924: u923
33076 925: u924
33077 926: u925
33078 927: u926
33079 928: u927
33080 929: u928
33081 930: u929
33082 931: u930
33083 932: u931
33084 933: u932
33085 934: u933
33086 935: u934
33087 936: u935
33088 937: u936
33089 938: u937
33090 939: u938
33091 940: u939
33092 941: u940
33093 942: u941
33094 943: u942
33095 944: u943
33096 945: u944
33097 946: u945
33098 947: u946
33099 948: u947
33100 949: u948
33101 950: u949
33102 951: u950
33103 952: u951
33104 953: u952
33105 954: u953
33106 955: u954
33107 956: u955
33108 957: u956
33109 958: u957
33110 959: u958
33111 960: u959
33112 961: u960
33113 962: u961
33114 963: u962
33115 964: u963
33116 965: u964
33117 966: u965
33118 967: u966
33119 968: u967
33120 969: u968
33121 970: u969
33122 971: u970
33123 972: u971
33124 973: u972
33125 974: u973
33126 975: u974
33127 976: u975
33128 977: u976
33129 978: u977
33130 979: u978
33131 980: u979
33132 981: u980
33133 982: u981
33134 983: u982
33135 984: u983
33136 985: u984
33137 986: u985
33138 987: u986
33139 988: u987
33140 989: u988
33141 990: u989
33142 991: u990
33143 992: u991
33144 993: u992
33145 994: u993
33146 995: u994
33147 996: u995
33148 997: u996
33149 998: u997
33150 999: u998
33151 1000: u999
33152 1001: u1000
33153 1002: u1001
33154 1003: u1002
33155 1004: u1003
33156 1005: u1004
33157 1006: u1005
33158 1007: u1006
33159 1008: u1007
33160 1009: u1008
33161 1010: u1009
33162 1011: u1010
33163 1012: u1011
33164 1013: u1012
33165 1014: u1013
33166 1015: u1014
33167 1016: u1015
33168 1017: u1016
33169 1018: u1017
33170 1019: u1018
33171 1020: u1019
33172 1021: u1020
33173 1022: u1021
33174 1023: u1022
33175 1024: u1023
33176 1025: u1024
33177 1026: u1025
33178 1027: u1026
33179 1028: u1027
33180 1029: u1028
33181 1030: u1029
33182 1031: u1030
33183 1032: u1031
33184 1033: u1032
33185 1034: u1033
33186 1035: u1034
33187 1036: u1035
33188 1037: u1036
33189 1038: u1037
33190 1039: u1038
33191 1040: u1039
33192 1041: u1040
33193 1042: u1041
33194 1043: u1042
33195 1044: u1043
33196 1045: u1044
33197 1046: u1045
33198 1047: u1046
33199 1048: u1047
33200 1049: u1048
33201 1050: u1049
33202 1051: u1050
33203 1052: u1051
33204 1053: u1052
33205 1054: u1053
33206 1055: u1054
33207 1056: u1055
33208 1057: u1056
33209 1058: u1057
33210 1059: u1058
33211 1060: u1059
33212 1061: u1060
33213 1062: u1061
33214 1063: u1062
33215 1064: u1063
33216 1065: u1064
33217 1066: u1065
33218 1067: u1066
33219 1068: u1067
33220 1069: u1068
33221 1070: u1069
33222 1071: u1070
33223 1072: u1071
33224 1073: u1072
33225 1074: u1073
33226 1075: u1074
33227 1076: u1075
33228 1077: u1076
33229 1078: u1077
33230 1079: u1078
33231 1080: u1079
33232 1081: u1080
33233 1082: u1081
33234 1083: u1082
33235 1084: u1083
33236 1085: u1084
33237 1086: u1085
33238 1087: u1086
33239 1088: u1087
33240 1089: u1088
33241 1090: u1089
33242 1091: u1090
33243 1092: u1091
33244 1093: u1092
33245 1094: u1093
33246 1095: u1094
33247 1096: u1095
33248 1097: u1096
33249 1098: u1097
33250 1099: u1098
33251 1100: u1099
33252 1101: u1100
33253 1102: u1101
33254 1103: u1102
33255 1104: u1103
33256 1105: u1104
33257 1106: u1105
33258 1107: u1106
33259 1108: u1107
33260 1109: u1108
33261 1110: u1109
33262 1111: u1110
33263 1112: u1111
33264 1113: u1112
33265 1114: u1113
33266 1115: u1114
33267 1116: u1115
33268 1117: u1116
33269 1118: u1117
33270 1119: u1118
33271 1120: u1119
33272 1121: u1120
33273 1122: u1121
33274 1123: u1122
33275 1124: u1123
33276 1125: u1124
33277 1126: u1125
33278 1127: u1126
33279 1128: u1127
33280 1129: u1128
33281 1130: u1129
33282 1131: u1130
33283 1132: u1131
33284 1133: u1132
33285 1134: u1133
33286 1135: u1134
33287 1136: u1135
33288 1137: u1136
33289 1138: u1137
33290 1139: u1138
33291 1140: u1139
33292 1141: u1140
33293 1142: u1141
33294 1143: u1142
33295 1144: u1143
33296 1145: u1144
33297 1146: u1145
33298 1147: u1146
33299 1148: u1147
33300 1149: u1148
33301 1150: u1149
33302 1151: u1150
33303 1152: u1151
33304 1153: u1152
33305 1154: u1153
33306 1155: u1154
33307 1156: u1155
33308 1157: u1156
33309 1158: u1157
33310 1159: u1158
33311 1160: u1159
33312 1161: u1160
33313 1162: u1161
33314 1163: u1162
33315 1164: u1163
33316 1165: u1164
33317 1166: u1165
33318 1167: u1166
33319 1168: u1167
33320 1169: u1168
33321 1170: u1169
33322 1171: u1170
33323 1172: u1171
33324 1173: u1172
33325 1174: u1173
33326 1175: u1174
33327 1176: u1175
33328 1177: u1176
33329 1178: u1177
33330 1179: u1178
33331 1180: u1179
33332 1181: u1180
33333 1182: u1181
33334 1183: u1182
33335 1184: u1183
33336 1185: u1184
33337 1186: u1185
33338 1187: u1186
33339 1188: u1187
33340 1189: u1188
33341 1190: u1189
33342 1191: u1190
33343 1192: u1191
33344 1193: u1192
33345 1194: u1193
33346 1195: u1194
33347 1196: u1195
33348 1197: u1196
33349 1198: u1197
33350 1199: u1198
33351 1200: u1199
33352 1201: u1200
33353 1202: u1201
33354 1203: u1202
33355 1204: u1203
33356 1205: u1204
33357 1206: u1205
33358 1207: u1206
33359 1208: u1207
33360 1209: u1208
33361 1210: u1209
33362 1211: u1210
33363 1212: u1211
33364 1213: u1212
33365 1214: u1213
33366 1215: u1214
33367 1216: u1215
33368 1217: u1216
33369 1218: u1217
33370 1219: u1218
33371 1220: u1219
33372 1221: u1220
33373 1222: u1221
33374 1223: u1222
33375 1224: u1223
33376 1225: u1224
33377 1226: u1225
33378 1227: u1226
33379 1228: u1227
33380 1229: u1228
33381 1230: u1229
33382 1231: u1230
33383 1232: u1231
33384 1233: u1232
33385 1234: u1233
33386 1235: u1234
33387 1236: u1235
33388 1237: u1236
33389 1238: u1237
33390 1239: u1238
33391 1240: u1239
33392 1241: u1240
33393 1242: u1241
33394 1243: u1242
33395 1244: u1243
33396 1245: u1244
33397 1246: u1245
33398 1247: u1246
33399 1248: u1247
33400 1249: u1248
33401 1250: u1249
33402 1251: u1250
33403 1252: u1251
33404 1253: u1252
33405 1254: u1253
33406 1255: u1254
33407 1256: u1255
33408 1257: u1256
33409 1258: u1257
33410 1259: u1258
33411 1260: u1259
33412 1261: u1260
33413 1262: u1261
33414 1263: u1262
33415 1264: u1263
33416 1265: u1264
33417 1266: u1265
33418 1267: u1266
33419 1268: u1267
33420 1269: u1268
33421 1270: u1269
33422 1271: u1270
33423 1272: u1271
33424 1273: u1272
33425 1274: u1273
33426 1275: u1274
33427 1276: u1275
33428 1277: u1276
33429 1278: u1277
33430 1279: u1278
33431 1280: u1279
33432 1281: u1280
33433 1282: u1281
33434 1283: u1282
33435 1284: u1283
33436 1285: u1284
33437 1286: u1285
33438 1287: u1286
33439 1288: u1287
33440 1289: u1288
33441 1290: u1289
33442 1291: u1290
33443 1292: u1291
33444 1293: u1292
33445 1294: u1293
33446 1295: u1294
33447 1296: u1295
33448 1297: u1296
33449 1298: u1297
33450 1299: u1298
33451 1300: u1299
33452 1301: u1300
33453 1302: u1301
33454 1303: u1302
33455 1304: u1303
33456 1305: u1304
33457 1306: u1305
33458 1307: u1306
33459 1308: u1307
33460 1309: u1308
33461 1310: u1309
33462 1311: u1310
33463 1312: u1311
33464 1313: u1312
33465 1314: u1313
33466 1315: u1314
33467 1316: u1315
33468 1317: u1316
33469 1318: u1317
33470 1319: u1318
33471 1320: u1319
33472 1321: u1320
33473 1322: u1321
33474 1323: u1322
33475 1324: u1323
33476 1325: u1324
33477 1326: u1325
33478 1327: u1326
33479 1328: u1327
33480 1329: u1328
33481 1330: u1329
33482 1331: u1330
33483 1332: u1331
33484 1333: u1332
33485 1334: u1333
33486 1335: u1334
33487 1336: u1335
33488 1337: u1336
33489 1338: u1337
33490 1339: u1338
33491 1340: u1339
33492 1341: u1340
33493 1342: u1341
33494 1343: u1342
33495 1344: u1343
33496 1345: u1344
33497 1346: u1345
33498 1347: u1346
33499 1348: u1347
33500 1349: u1348
33501 1350: u1349
33502 1351: u1350
33503 1352: u1351
33504 1353: u1352
33505 1354: u1353
33506 1355: u1354
33507 1356: u1355
33508 1357: u1356
33509 1358: u1357
33510 1359: u1358
33511 1360: u1359
33512 1361: u1360
33513 1362: u1361
33514 1363: u1362
33515 1364: u1363
33516 1365: u1364
33517 1366: u1365
33518 1367: u1366
33519 1368: u1367
33520 1369: u1368
33521 1370: u1369
33522 1371: u1370
33523 1372: u1371
33524 1373: u1372
33525 1374: u1373
33526 1375: u1374
33527 1376: u1375
33528 1377: u1376
33529 1378: u1377
33530 1379: u1378
33531 1380: u1379
33532 1381: u1380
33533 1382: u1381
33534 1383: u1382
33535 1384: u1383
33536 1385: u1384
33537 1386: u1385
33538 1387: u1386
33539 1388: u1387
33540 1389: u1388
33541 1390: u1389
33542 1391: u1390
33543 1392: u1391
33544 1393: u1392
33545 1394: u1393
33546 1395: u1394
33547 1396: u1395
33548 1397: u1396
33549 1398: u1397
33550 1399: u1398
33551 1400: u1399
33552 1401: u1400
33553 1402: u1401
33554 1403: u1402
33555 1404: u1403
33556 1405: u1404
33557 1406: u1405
33558 1407: u1406
33559 1408: u1407
33560 1409: u1408
33561 1410: u1409
33562 1411: u1410
33563 1412: u1411
33564 1413: u1412
33565 1414: u1413
33566 1415: u1414
33567 1416: u1415
33568 1417: u1416
33569 1418: u1417
33570 1419: u1418
33571 1420: u1419
33572 1421: u1420
33573 1422: u1421
33574 1423: u1422
33575 1424: u1423
33576 1425: u1424
33577 1426: u1425
33578 1427: u1426
33579 1428: u1427
33580 1429: u1428
33581 1430: u1429
33582 1431: u1430
33583 1432: u1431
33584 1433: u1432
33585 1434: u1433
33586 1435: u1434
33587 1436: u1435
33588 1437: u1436
33589 1438: u1437
33590 1439: u1438
33591 1440: u1439
33592 1441: u1440
33593 1442: u1441
33594 1443: u1442
33595 1444: u1443
33596 1445: u1444
33597 1446: u1445
33598 1447: u1446
33599 1448: u1447
33600 1449: u1448
33601 1450: u1449
33602 1451: u1450
33603 1452: u1451
33604 1453: u1452
33605 1454: u1453
33606 1455: u1454
33607 1456: u1455
33608 1457: u1456
33609 1458: u1457
33610 1459: u1458
33611 1460: u1459
33612 1461: u1460
33613 1462: u1461
33614 1463: u1462
33615 1464: u1463
33616 1465: u1464
33617 1466: u1465
33618 1467: u1466
33619 1468: u1467
33620 1469: u1468
33621 1470: u1469
33622 1471: u1470
33623 1472: u1471
33624 1473: u1472
33625 1474: u1473
33626 1475: u1474
33627 1476: u1475
33628 1477: u1476
33629 1478: u1477
33630 1479: u1478
33631 1480: u1479
33632 1481: u1480
33633 1482: u1481
33634 1483: u1482
33635 1484: u1483
33636 1485: u1484
33637 1486: u1485
33638 1487: u1486
33639 1488: u1487
33640 1489: u1488
33641 1490: u1489
33642 1491: u1490
33643 1492: u1491
33644 1493: u1492
33645 1494: u1493
33646 1495: u1494
33647 1496: u1495
33648 1497: u1496
33649 1498: u1497
33650 1499: u1498
33651 1500: u1499
33652 1501: u1500
33653 1502: u1501
33654 1503: u1502
33655 1504: u1503
33656 1505: u1504
33657 1506: u1505
33658 1507: u1506
33659 1508: u1507
33660 1509: u1508
33661 1510: u1509
33662 1511: u1510
33663 1512: u1511
33664 1513: u1512
33665 1514: u1513
33666 1515: u1514
33667 1516: u1515
33668 1517: u1516
33669 1518: u1517
33670 1519: u1518
33671 1520: u1519
33672 1521: u1520
33673 1522: u1521
33674 1523: u1522
33675 1524: u1523
33676 1525: u1524
33677 1526: u1525
33678 1527: u1526
33679 1528: u1527
33680 1529: u1528
33681 1530: u1529
33682 1531: u1530
33683 1532: u1531
33684 1533: u1532
33685 1534: u1533
33686 1535: u1534
33687 1536: u1535
33688 1537: u1536
33689 1538: u1537
33690 1539: u1538
33691 1540: u1539
33692 1541: u1540
33693 1542: u1541
33694 1543: u1542
33695 1544: u1543
33696 1545: u1544
33697 1546: u1545
33698 1547: u1546
33699 1548: u1547
33700 1549: u1548
33701 1550: u1549
33702 1551: u1550
33703 1552: u1551
33704 1553: u1552
33705 1554: u1553
33706 1555: u1554
33707 1556: u1555
33708 1557: u1556
33709 1558: u1557
33710 1559: u1558
33711 1560: u1559
33712 1561: u1560
33713 1562: u1561
33714 1563: u1562
33715 1564: u1563
33716 1565: u1564
33717 1566: u1565
33718 1567: u1566
33719 1568: u1567
33720 1569: u1568
33721 1570: u1569
33722 1571: u1570
33723 1572: u1571
33724 1573: u1572
33725 1574: u1573
33726 1575: u1574
33727 1576: u1575
33728 1577: u1576
33729 1578: u1577
33730 1579: u1578
33731 1580: u1579
33732 1581: u1580
33733 1582: u1581
33734 1583: u1582
33735 1584: u1583
33736 1585: u1584
33737 1586: u1585
33738 1587: u1586
33739 1588: u1587
33740 1589: u1588
33741 1590: u1589
33742 1591: u1590
33743 1592: u1591
33744 1593: u1592
33745 1594: u1593
33746 1595: u1594
33747 1596: u1595
33748 1597: u1596
33749 1598: u1597
33750 1599: u1598
33751 1600: u1599
33752 1601: u1600
33753 1602: u1601
33754 1603: u1602
33755 1604: u1603
33756 1605: u1604
33757 1606: u1605
33758 1607: u1606
33759 1608: u1607
33760 1609: u1608
33761 1610: u1609
33762 1611: u1610
33763 1612: u1611
33764 1613: u1612
33765 1614: u1613
33766 1615: u1614
33767 1616: u1615
33768 1617: u1616
33769 1618: u1617
33770 1619: u1618
33771 1620: u1619
33772 1621: u1620
33773 1622: u1621
33774 1623: u1622
33775 1624: u1623
33776 1625: u1624
33777 1626: u1625
33778 1627: u1626
33779 1628: u1627
33780 1629: u1628
33781 1630: u1629
33782 1631: u1630
33783 1632: u1631
33784 1633: u1632
33785 1634: u1633
33786 1635: u1634
33787 1636: u1635
33788 1637: u1636
33789 1638: u1637
33790 1639: u1638
33791 1640: u1639
33792 1641: u1640
33793 1642: u1641
33794 1643: u1642
33795 1644: u1643
33796 1645: u1644
33797 1646: u1645
33798 1647: u1646
33799 1648: u1647
33800 1649: u1648
33801 1650: u1649
33802 1651: u1650
33803 1652: u1651
33804 1653: u1652
33805 1654: u1653
33806 1655: u1654
33807 1656: u1655
33808 1657: u1656
33809 1658: u1657
33810 1659: u1658
33811 1660: u1659
33812 1661: u1660
33813 1662: u1661
33814 1663: u1662
33815 1664: u1663
33816 1665: u1664
33817 1666: u1665
33818 1667: u1666
33819 1668: u1667
33820 1669: u1668
33821 1670: u1669
33822 1671: u1670
33823 1672: u1671
33824 1673: u1672
33825 1674: u1673
33826 1675: u1674
33827 1676: u1675
33828 1677: u1676
33829 1678: u1677
33830 1679: u1678
33831 1680: u1679
33832 1681: u1680
33833 1682: u1681
33834 1683: u1682
33835 1684: u1683
33836 1685: u1684
33837 1686: u1685
33838 1687: u1686
33839 1688: u1687
33840 1689: u1688
33841 1690: u1689
33842 1691: u1690
33843 1692: u1691
33844 1693: u1692
33845 1694: u1693
33846 1695: u1694
33847 1696: u1695
33848 1697: u1696
33849 1698: u1697
33850 1699: u1698
33851 1700: u1699
33852 1701: u1700
33853 1702: u1701
33854 1703: u1702
33855 1704: u1703
33856 1705: u1704
33857 1706: u1705
33858 1707: u1706
33859 1708: u1707
33860 1709: u1708
33861 1710: u1709
33862 1711: u1710
33863 1712: u1711
33864 1713: u1712
33865 1714: u1713
33866 1715: u1714
33867 1716: u1715
33868 1717: u1716
33869 1718: u1717
33870 1719: u1718
33871 1720: u1719
33872 1721: u1720
33873 1722: u1721
33874 1723: u1722
33875 1724: u1723
33876 1725: u1724
33877 1726: u1725
33878 1727: u1726
33879 1728: u1727
33880 1729: u1728
33881 1730: u1729
33882 1731: u1730
33883 1732: u1731
33884 1733: u1732
33885 1734: u1733
33886 1735: u1734
33887 1736: u1735
33888 1737: u1736
33889 1738: u1737
33890 1739: u1738
33891 1740: u1739
33892 1741: u1740
33893 1742: u1741
33894 1743: u1742
33895 1744: u1743
33896 1745: u1744
33897 1746: u1745
33898 1747: u1746
33899 1748: u1747
33900 1749: u1748
33901 1750: u1749
33902 1751: u1750
33903 1752: u1751
33904 1753: u1752
33905 1754: u1753
33906 1755: u1754
33907 1756: u1755
33908 1757: u1756
33909 1758: u1757
33910 1759: u1758
33911 1760: u1759
33912 1761: u1760
33913 1762: u1761
33914 1763: u1762
33915 1764: u1763
33916 1765: u1764
33917 1766: u1765
33918 1767: u1766
33919 1768: u1767
33920 1769: u1768
33921 1770: u1769
33922 1771: u1770
33923 1772: u1771
33924 1773: u1772
33925 1774: u1773
33926 1775: u1774
33927 1776: u1775
33928 1777: u1776
33929 1778: u1777
33930 1779: u1778
33931 1780: u1779
33932 1781: u1780
33933 1782: u1781
33934 1783: u1782
33935 1784: u1783
33936 1785: u1784
33937 1786: u1785
33938 1787: u1786
33939 1788: u1787
33940 1789: u1788
33941 1790: u1789
33942 1791: u1790
33943 1792: u1791
33944 1793: u1792
33945 1794: u1793
33946 1795: u1794
33947 1796: u1795
33948 1797: u1796
33949 1798: u1797
33950 1799: u1798
33951 1800: u1799
33952 1801: u1800
33953 1802: u1801
33954 1803: u1802
33955 1804: u1803
33956 1805: u1804
33957 1806: u1805
33958 1807: u1806
33959 1808: u1807
33960 1809: u1808
33961 1810: u1809
33962 1811: u1810
33963 1812: u1811
33964 1813: u1812
33965 1814: u1813
33966 1815: u1814
33967 1816: u1815
33968 1817: u1816
33969 1818: u1817
33970 1819: u1818
33971 1820: u1819
33972 1821: u1820
33973 1822: u1821
33974 1823: u1822
33975 1824: u1823
33976 1825: u1824
33977 1826: u1825
33978 1827: u1826
33979 1828: u1827
33980 1829: u1828
33981 1830: u1829
33982 1831: u1830
33983 1832: u1831
33984 1833: u1832
33985 1834: u1833
33986 1835: u1834
33987 1836: u1835
33988 1837: u1836
33989 1838: u1837
33990 1839: u1838
33991 1840: u1839
33992 1841: u1840
33993 1842: u1841
33994 1843: u1842
33995 1844: u1843
33996 1845: u1844
33997 1846: u1845
33998 1847: u1846
33999 1848: u1847
34000 1849: u1848
34001 1850: u1849
34002 1851: u1850
34003 1852: u1851
34004 1853: u1852
34005 1854: u1853
34006 1855: u1854
34007 1856: u1855
34008 1857: u1856
34009 1858: u1857
34010 1859: u1858
34011 1860: u1859
34012 1861: u1860
34013 1862: u1861
34014 1863: u1862
34015 1864: u1863
34016 1865: u1864
34017 1866: u1865
34018 1867: u1866
34019 1868: u1867
34020 1869: u1868
34021 1870: u1869
34022 1871: u1870
34023 1872: u1871
34024 1873: u1872
34025 1874: u1873
34026 1875: u1874
34027 1876: u1875
34028 1877: u1876
34029 1878: u1877
34030 1879: u1878
34031 1880: u1879
34032 1881: u1880
34033 1882: u1881
34034 1883: u1882
34035 1884: u1883
34036 1885: u1884
34037 1886: u1885
34038 1887: u1886
34039 1888: u1887
34040 1889: u1888
34041 1890: u1889
34042 1891: u1890
34043 1892: u1891
34044 1893: u1892
34045 1894: u1893
34046 1895: u1894
34047 1896: u1895
34048 1897: u1896
34049 1898: u1897
34050 1899: u1898
34051 1900: u1899
34052 1901: u1900
34053 1902: u1901
34054 1903: u1902
34055 1904: u1903
34056 1905: u1904
34057 1906: u1905
34058 1907: u1906
34059 1908: u1907
34060 1909: u1908
34061 1910: u1909
34062 1911: u1910
34063 1912: u1911
34064 1913: u1912
34065 1914: u1913
34066 1915: u1914
34067 1916: u1915
34068 1917: u1916
34069 1918: u1917
34070 1919: u1918
34071 1920: u1919
34072 1921: u1920
34073 1922: u1921
34074 1923: u1922
34075 1924: u1923
34076 1925: u1924
34077 1926: u1925
34078 1927: u1926
34079 1928: u1927
34080 1929: u1928
34081 1930: u1929
34082 1931: u1930
34083 1932: u1931
34084 1933: u1932
34085 1934: u1933
34086 1935: u1934
34087 1936: u1935
34088 1937: u1936
34089 1938: u1937
34090 1939: u1938
34091 1940: u1939
34092 1941: u1940
34093 1942: u1941
34094 1943: u1942
34095 1944: u1943
34096 1945: u1944
34097 1946: u1945
34098 1947: u1946
34099 1948: u1947
34100 1949: u1948
34101 1950: u1949
34102 1951: u1950
34103 1952: u1951
34104 1953: u1952
34105 1954: u1953
34106 1955: u1954
34107 1956: u1955
34108 1957: u1956
34109 1958: u1957
34110 1959: u1958
34111 1960: u1959
34112 1961: u1960
34113 1962: u1961
34114 1963: u1962
34115 1964: u1963
34116 1965: u1964
34117 1966: u1965
34118 1967: u1966
34119 1968: u1967
34120 1969: u1968
34121 1970: u1969
34122 1971: u1970
34123 1972: u1971
34124 1973: u1972
34125 1974: u1973
34126 1975: u1974
34127 1976: u1975
34128 1977: u1976
34129 1978: u1977
34130 1979: u1978
34131 1980: u1979
34132 1981: u1980
34133 1982: u1981
34134 1983: u1982
34135 1984: u1983
34136 1985: u1984
34137 1986: u1985
34138 1987: u1986
34139 1988: u1987
34140 1989: u1988
34141 1990: u1989
34142 1991: u1990
34143 1992: u1991
34144 1993: u1992
34145 1994: u1993
34146 1995: u1994
34147 1996: u1995
34148 1997: u1996
34149 1998: u1997
34150 1999: u1998
34151 2000: u1999
34152 - name: outputAdjustVoltage
34153 oid: 1.3.6.1.4.1.19947.1.3.2.1.11
34154 type: gauge
34155 help: A posibillity to make small changes of the output voltage. - 1.3.6.1.4.1.19947.1.3.2.1.11
34156 indexes:
34157 - labelname: outputIndex
34158 type: gauge
34159 enum_values:
34160 1: u0
34161 2: u1
34162 3: u2
34163 4: u3
34164 5: u4
34165 6: u5
34166 7: u6
34167 8: u7
34168 9: u8
34169 10: u9
34170 11: u10
34171 12: u11
34172 13: u12
34173 14: u13
34174 15: u14
34175 16: u15
34176 17: u16
34177 18: u17
34178 19: u18
34179 20: u19
34180 21: u20
34181 22: u21
34182 23: u22
34183 24: u23
34184 25: u24
34185 26: u25
34186 27: u26
34187 28: u27
34188 29: u28
34189 30: u29
34190 31: u30
34191 32: u31
34192 33: u32
34193 34: u33
34194 35: u34
34195 36: u35
34196 37: u36
34197 38: u37
34198 39: u38
34199 40: u39
34200 41: u40
34201 42: u41
34202 43: u42
34203 44: u43
34204 45: u44
34205 46: u45
34206 47: u46
34207 48: u47
34208 49: u48
34209 50: u49
34210 51: u50
34211 52: u51
34212 53: u52
34213 54: u53
34214 55: u54
34215 56: u55
34216 57: u56
34217 58: u57
34218 59: u58
34219 60: u59
34220 61: u60
34221 62: u61
34222 63: u62
34223 64: u63
34224 65: u64
34225 66: u65
34226 67: u66
34227 68: u67
34228 69: u68
34229 70: u69
34230 71: u70
34231 72: u71
34232 73: u72
34233 74: u73
34234 75: u74
34235 76: u75
34236 77: u76
34237 78: u77
34238 79: u78
34239 80: u79
34240 81: u80
34241 82: u81
34242 83: u82
34243 84: u83
34244 85: u84
34245 86: u85
34246 87: u86
34247 88: u87
34248 89: u88
34249 90: u89
34250 91: u90
34251 92: u91
34252 93: u92
34253 94: u93
34254 95: u94
34255 96: u95
34256 97: u96
34257 98: u97
34258 99: u98
34259 100: u99
34260 101: u100
34261 102: u101
34262 103: u102
34263 104: u103
34264 105: u104
34265 106: u105
34266 107: u106
34267 108: u107
34268 109: u108
34269 110: u109
34270 111: u110
34271 112: u111
34272 113: u112
34273 114: u113
34274 115: u114
34275 116: u115
34276 117: u116
34277 118: u117
34278 119: u118
34279 120: u119
34280 121: u120
34281 122: u121
34282 123: u122
34283 124: u123
34284 125: u124
34285 126: u125
34286 127: u126
34287 128: u127
34288 129: u128
34289 130: u129
34290 131: u130
34291 132: u131
34292 133: u132
34293 134: u133
34294 135: u134
34295 136: u135
34296 137: u136
34297 138: u137
34298 139: u138
34299 140: u139
34300 141: u140
34301 142: u141
34302 143: u142
34303 144: u143
34304 145: u144
34305 146: u145
34306 147: u146
34307 148: u147
34308 149: u148
34309 150: u149
34310 151: u150
34311 152: u151
34312 153: u152
34313 154: u153
34314 155: u154
34315 156: u155
34316 157: u156
34317 158: u157
34318 159: u158
34319 160: u159
34320 161: u160
34321 162: u161
34322 163: u162
34323 164: u163
34324 165: u164
34325 166: u165
34326 167: u166
34327 168: u167
34328 169: u168
34329 170: u169
34330 171: u170
34331 172: u171
34332 173: u172
34333 174: u173
34334 175: u174
34335 176: u175
34336 177: u176
34337 178: u177
34338 179: u178
34339 180: u179
34340 181: u180
34341 182: u181
34342 183: u182
34343 184: u183
34344 185: u184
34345 186: u185
34346 187: u186
34347 188: u187
34348 189: u188
34349 190: u189
34350 191: u190
34351 192: u191
34352 193: u192
34353 194: u193
34354 195: u194
34355 196: u195
34356 197: u196
34357 198: u197
34358 199: u198
34359 200: u199
34360 201: u200
34361 202: u201
34362 203: u202
34363 204: u203
34364 205: u204
34365 206: u205
34366 207: u206
34367 208: u207
34368 209: u208
34369 210: u209
34370 211: u210
34371 212: u211
34372 213: u212
34373 214: u213
34374 215: u214
34375 216: u215
34376 217: u216
34377 218: u217
34378 219: u218
34379 220: u219
34380 221: u220
34381 222: u221
34382 223: u222
34383 224: u223
34384 225: u224
34385 226: u225
34386 227: u226
34387 228: u227
34388 229: u228
34389 230: u229
34390 231: u230
34391 232: u231
34392 233: u232
34393 234: u233
34394 235: u234
34395 236: u235
34396 237: u236
34397 238: u237
34398 239: u238
34399 240: u239
34400 241: u240
34401 242: u241
34402 243: u242
34403 244: u243
34404 245: u244
34405 246: u245
34406 247: u246
34407 248: u247
34408 249: u248
34409 250: u249
34410 251: u250
34411 252: u251
34412 253: u252
34413 254: u253
34414 255: u254
34415 256: u255
34416 257: u256
34417 258: u257
34418 259: u258
34419 260: u259
34420 261: u260
34421 262: u261
34422 263: u262
34423 264: u263
34424 265: u264
34425 266: u265
34426 267: u266
34427 268: u267
34428 269: u268
34429 270: u269
34430 271: u270
34431 272: u271
34432 273: u272
34433 274: u273
34434 275: u274
34435 276: u275
34436 277: u276
34437 278: u277
34438 279: u278
34439 280: u279
34440 281: u280
34441 282: u281
34442 283: u282
34443 284: u283
34444 285: u284
34445 286: u285
34446 287: u286
34447 288: u287
34448 289: u288
34449 290: u289
34450 291: u290
34451 292: u291
34452 293: u292
34453 294: u293
34454 295: u294
34455 296: u295
34456 297: u296
34457 298: u297
34458 299: u298
34459 300: u299
34460 301: u300
34461 302: u301
34462 303: u302
34463 304: u303
34464 305: u304
34465 306: u305
34466 307: u306
34467 308: u307
34468 309: u308
34469 310: u309
34470 311: u310
34471 312: u311
34472 313: u312
34473 314: u313
34474 315: u314
34475 316: u315
34476 317: u316
34477 318: u317
34478 319: u318
34479 320: u319
34480 321: u320
34481 322: u321
34482 323: u322
34483 324: u323
34484 325: u324
34485 326: u325
34486 327: u326
34487 328: u327
34488 329: u328
34489 330: u329
34490 331: u330
34491 332: u331
34492 333: u332
34493 334: u333
34494 335: u334
34495 336: u335
34496 337: u336
34497 338: u337
34498 339: u338
34499 340: u339
34500 341: u340
34501 342: u341
34502 343: u342
34503 344: u343
34504 345: u344
34505 346: u345
34506 347: u346
34507 348: u347
34508 349: u348
34509 350: u349
34510 351: u350
34511 352: u351
34512 353: u352
34513 354: u353
34514 355: u354
34515 356: u355
34516 357: u356
34517 358: u357
34518 359: u358
34519 360: u359
34520 361: u360
34521 362: u361
34522 363: u362
34523 364: u363
34524 365: u364
34525 366: u365
34526 367: u366
34527 368: u367
34528 369: u368
34529 370: u369
34530 371: u370
34531 372: u371
34532 373: u372
34533 374: u373
34534 375: u374
34535 376: u375
34536 377: u376
34537 378: u377
34538 379: u378
34539 380: u379
34540 381: u380
34541 382: u381
34542 383: u382
34543 384: u383
34544 385: u384
34545 386: u385
34546 387: u386
34547 388: u387
34548 389: u388
34549 390: u389
34550 391: u390
34551 392: u391
34552 393: u392
34553 394: u393
34554 395: u394
34555 396: u395
34556 397: u396
34557 398: u397
34558 399: u398
34559 400: u399
34560 401: u400
34561 402: u401
34562 403: u402
34563 404: u403
34564 405: u404
34565 406: u405
34566 407: u406
34567 408: u407
34568 409: u408
34569 410: u409
34570 411: u410
34571 412: u411
34572 413: u412
34573 414: u413
34574 415: u414
34575 416: u415
34576 417: u416
34577 418: u417
34578 419: u418
34579 420: u419
34580 421: u420
34581 422: u421
34582 423: u422
34583 424: u423
34584 425: u424
34585 426: u425
34586 427: u426
34587 428: u427
34588 429: u428
34589 430: u429
34590 431: u430
34591 432: u431
34592 433: u432
34593 434: u433
34594 435: u434
34595 436: u435
34596 437: u436
34597 438: u437
34598 439: u438
34599 440: u439
34600 441: u440
34601 442: u441
34602 443: u442
34603 444: u443
34604 445: u444
34605 446: u445
34606 447: u446
34607 448: u447
34608 449: u448
34609 450: u449
34610 451: u450
34611 452: u451
34612 453: u452
34613 454: u453
34614 455: u454
34615 456: u455
34616 457: u456
34617 458: u457
34618 459: u458
34619 460: u459
34620 461: u460
34621 462: u461
34622 463: u462
34623 464: u463
34624 465: u464
34625 466: u465
34626 467: u466
34627 468: u467
34628 469: u468
34629 470: u469
34630 471: u470
34631 472: u471
34632 473: u472
34633 474: u473
34634 475: u474
34635 476: u475
34636 477: u476
34637 478: u477
34638 479: u478
34639 480: u479
34640 481: u480
34641 482: u481
34642 483: u482
34643 484: u483
34644 485: u484
34645 486: u485
34646 487: u486
34647 488: u487
34648 489: u488
34649 490: u489
34650 491: u490
34651 492: u491
34652 493: u492
34653 494: u493
34654 495: u494
34655 496: u495
34656 497: u496
34657 498: u497
34658 499: u498
34659 500: u499
34660 501: u500
34661 502: u501
34662 503: u502
34663 504: u503
34664 505: u504
34665 506: u505
34666 507: u506
34667 508: u507
34668 509: u508
34669 510: u509
34670 511: u510
34671 512: u511
34672 513: u512
34673 514: u513
34674 515: u514
34675 516: u515
34676 517: u516
34677 518: u517
34678 519: u518
34679 520: u519
34680 521: u520
34681 522: u521
34682 523: u522
34683 524: u523
34684 525: u524
34685 526: u525
34686 527: u526
34687 528: u527
34688 529: u528
34689 530: u529
34690 531: u530
34691 532: u531
34692 533: u532
34693 534: u533
34694 535: u534
34695 536: u535
34696 537: u536
34697 538: u537
34698 539: u538
34699 540: u539
34700 541: u540
34701 542: u541
34702 543: u542
34703 544: u543
34704 545: u544
34705 546: u545
34706 547: u546
34707 548: u547
34708 549: u548
34709 550: u549
34710 551: u550
34711 552: u551
34712 553: u552
34713 554: u553
34714 555: u554
34715 556: u555
34716 557: u556
34717 558: u557
34718 559: u558
34719 560: u559
34720 561: u560
34721 562: u561
34722 563: u562
34723 564: u563
34724 565: u564
34725 566: u565
34726 567: u566
34727 568: u567
34728 569: u568
34729 570: u569
34730 571: u570
34731 572: u571
34732 573: u572
34733 574: u573
34734 575: u574
34735 576: u575
34736 577: u576
34737 578: u577
34738 579: u578
34739 580: u579
34740 581: u580
34741 582: u581
34742 583: u582
34743 584: u583
34744 585: u584
34745 586: u585
34746 587: u586
34747 588: u587
34748 589: u588
34749 590: u589
34750 591: u590
34751 592: u591
34752 593: u592
34753 594: u593
34754 595: u594
34755 596: u595
34756 597: u596
34757 598: u597
34758 599: u598
34759 600: u599
34760 601: u600
34761 602: u601
34762 603: u602
34763 604: u603
34764 605: u604
34765 606: u605
34766 607: u606
34767 608: u607
34768 609: u608
34769 610: u609
34770 611: u610
34771 612: u611
34772 613: u612
34773 614: u613
34774 615: u614
34775 616: u615
34776 617: u616
34777 618: u617
34778 619: u618
34779 620: u619
34780 621: u620
34781 622: u621
34782 623: u622
34783 624: u623
34784 625: u624
34785 626: u625
34786 627: u626
34787 628: u627
34788 629: u628
34789 630: u629
34790 631: u630
34791 632: u631
34792 633: u632
34793 634: u633
34794 635: u634
34795 636: u635
34796 637: u636
34797 638: u637
34798 639: u638
34799 640: u639
34800 641: u640
34801 642: u641
34802 643: u642
34803 644: u643
34804 645: u644
34805 646: u645
34806 647: u646
34807 648: u647
34808 649: u648
34809 650: u649
34810 651: u650
34811 652: u651
34812 653: u652
34813 654: u653
34814 655: u654
34815 656: u655
34816 657: u656
34817 658: u657
34818 659: u658
34819 660: u659
34820 661: u660
34821 662: u661
34822 663: u662
34823 664: u663
34824 665: u664
34825 666: u665
34826 667: u666
34827 668: u667
34828 669: u668
34829 670: u669
34830 671: u670
34831 672: u671
34832 673: u672
34833 674: u673
34834 675: u674
34835 676: u675
34836 677: u676
34837 678: u677
34838 679: u678
34839 680: u679
34840 681: u680
34841 682: u681
34842 683: u682
34843 684: u683
34844 685: u684
34845 686: u685
34846 687: u686
34847 688: u687
34848 689: u688
34849 690: u689
34850 691: u690
34851 692: u691
34852 693: u692
34853 694: u693
34854 695: u694
34855 696: u695
34856 697: u696
34857 698: u697
34858 699: u698
34859 700: u699
34860 701: u700
34861 702: u701
34862 703: u702
34863 704: u703
34864 705: u704
34865 706: u705
34866 707: u706
34867 708: u707
34868 709: u708
34869 710: u709
34870 711: u710
34871 712: u711
34872 713: u712
34873 714: u713
34874 715: u714
34875 716: u715
34876 717: u716
34877 718: u717
34878 719: u718
34879 720: u719
34880 721: u720
34881 722: u721
34882 723: u722
34883 724: u723
34884 725: u724
34885 726: u725
34886 727: u726
34887 728: u727
34888 729: u728
34889 730: u729
34890 731: u730
34891 732: u731
34892 733: u732
34893 734: u733
34894 735: u734
34895 736: u735
34896 737: u736
34897 738: u737
34898 739: u738
34899 740: u739
34900 741: u740
34901 742: u741
34902 743: u742
34903 744: u743
34904 745: u744
34905 746: u745
34906 747: u746
34907 748: u747
34908 749: u748
34909 750: u749
34910 751: u750
34911 752: u751
34912 753: u752
34913 754: u753
34914 755: u754
34915 756: u755
34916 757: u756
34917 758: u757
34918 759: u758
34919 760: u759
34920 761: u760
34921 762: u761
34922 763: u762
34923 764: u763
34924 765: u764
34925 766: u765
34926 767: u766
34927 768: u767
34928 769: u768
34929 770: u769
34930 771: u770
34931 772: u771
34932 773: u772
34933 774: u773
34934 775: u774
34935 776: u775
34936 777: u776
34937 778: u777
34938 779: u778
34939 780: u779
34940 781: u780
34941 782: u781
34942 783: u782
34943 784: u783
34944 785: u784
34945 786: u785
34946 787: u786
34947 788: u787
34948 789: u788
34949 790: u789
34950 791: u790
34951 792: u791
34952 793: u792
34953 794: u793
34954 795: u794
34955 796: u795
34956 797: u796
34957 798: u797
34958 799: u798
34959 800: u799
34960 801: u800
34961 802: u801
34962 803: u802
34963 804: u803
34964 805: u804
34965 806: u805
34966 807: u806
34967 808: u807
34968 809: u808
34969 810: u809
34970 811: u810
34971 812: u811
34972 813: u812
34973 814: u813
34974 815: u814
34975 816: u815
34976 817: u816
34977 818: u817
34978 819: u818
34979 820: u819
34980 821: u820
34981 822: u821
34982 823: u822
34983 824: u823
34984 825: u824
34985 826: u825
34986 827: u826
34987 828: u827
34988 829: u828
34989 830: u829
34990 831: u830
34991 832: u831
34992 833: u832
34993 834: u833
34994 835: u834
34995 836: u835
34996 837: u836
34997 838: u837
34998 839: u838
34999 840: u839
35000 841: u840
35001 842: u841
35002 843: u842
35003 844: u843
35004 845: u844
35005 846: u845
35006 847: u846
35007 848: u847
35008 849: u848
35009 850: u849
35010 851: u850
35011 852: u851
35012 853: u852
35013 854: u853
35014 855: u854
35015 856: u855
35016 857: u856
35017 858: u857
35018 859: u858
35019 860: u859
35020 861: u860
35021 862: u861
35022 863: u862
35023 864: u863
35024 865: u864
35025 866: u865
35026 867: u866
35027 868: u867
35028 869: u868
35029 870: u869
35030 871: u870
35031 872: u871
35032 873: u872
35033 874: u873
35034 875: u874
35035 876: u875
35036 877: u876
35037 878: u877
35038 879: u878
35039 880: u879
35040 881: u880
35041 882: u881
35042 883: u882
35043 884: u883
35044 885: u884
35045 886: u885
35046 887: u886
35047 888: u887
35048 889: u888
35049 890: u889
35050 891: u890
35051 892: u891
35052 893: u892
35053 894: u893
35054 895: u894
35055 896: u895
35056 897: u896
35057 898: u897
35058 899: u898
35059 900: u899
35060 901: u900
35061 902: u901
35062 903: u902
35063 904: u903
35064 905: u904
35065 906: u905
35066 907: u906
35067 908: u907
35068 909: u908
35069 910: u909
35070 911: u910
35071 912: u911
35072 913: u912
35073 914: u913
35074 915: u914
35075 916: u915
35076 917: u916
35077 918: u917
35078 919: u918
35079 920: u919
35080 921: u920
35081 922: u921
35082 923: u922
35083 924: u923
35084 925: u924
35085 926: u925
35086 927: u926
35087 928: u927
35088 929: u928
35089 930: u929
35090 931: u930
35091 932: u931
35092 933: u932
35093 934: u933
35094 935: u934
35095 936: u935
35096 937: u936
35097 938: u937
35098 939: u938
35099 940: u939
35100 941: u940
35101 942: u941
35102 943: u942
35103 944: u943
35104 945: u944
35105 946: u945
35106 947: u946
35107 948: u947
35108 949: u948
35109 950: u949
35110 951: u950
35111 952: u951
35112 953: u952
35113 954: u953
35114 955: u954
35115 956: u955
35116 957: u956
35117 958: u957
35118 959: u958
35119 960: u959
35120 961: u960
35121 962: u961
35122 963: u962
35123 964: u963
35124 965: u964
35125 966: u965
35126 967: u966
35127 968: u967
35128 969: u968
35129 970: u969
35130 971: u970
35131 972: u971
35132 973: u972
35133 974: u973
35134 975: u974
35135 976: u975
35136 977: u976
35137 978: u977
35138 979: u978
35139 980: u979
35140 981: u980
35141 982: u981
35142 983: u982
35143 984: u983
35144 985: u984
35145 986: u985
35146 987: u986
35147 988: u987
35148 989: u988
35149 990: u989
35150 991: u990
35151 992: u991
35152 993: u992
35153 994: u993
35154 995: u994
35155 996: u995
35156 997: u996
35157 998: u997
35158 999: u998
35159 1000: u999
35160 1001: u1000
35161 1002: u1001
35162 1003: u1002
35163 1004: u1003
35164 1005: u1004
35165 1006: u1005
35166 1007: u1006
35167 1008: u1007
35168 1009: u1008
35169 1010: u1009
35170 1011: u1010
35171 1012: u1011
35172 1013: u1012
35173 1014: u1013
35174 1015: u1014
35175 1016: u1015
35176 1017: u1016
35177 1018: u1017
35178 1019: u1018
35179 1020: u1019
35180 1021: u1020
35181 1022: u1021
35182 1023: u1022
35183 1024: u1023
35184 1025: u1024
35185 1026: u1025
35186 1027: u1026
35187 1028: u1027
35188 1029: u1028
35189 1030: u1029
35190 1031: u1030
35191 1032: u1031
35192 1033: u1032
35193 1034: u1033
35194 1035: u1034
35195 1036: u1035
35196 1037: u1036
35197 1038: u1037
35198 1039: u1038
35199 1040: u1039
35200 1041: u1040
35201 1042: u1041
35202 1043: u1042
35203 1044: u1043
35204 1045: u1044
35205 1046: u1045
35206 1047: u1046
35207 1048: u1047
35208 1049: u1048
35209 1050: u1049
35210 1051: u1050
35211 1052: u1051
35212 1053: u1052
35213 1054: u1053
35214 1055: u1054
35215 1056: u1055
35216 1057: u1056
35217 1058: u1057
35218 1059: u1058
35219 1060: u1059
35220 1061: u1060
35221 1062: u1061
35222 1063: u1062
35223 1064: u1063
35224 1065: u1064
35225 1066: u1065
35226 1067: u1066
35227 1068: u1067
35228 1069: u1068
35229 1070: u1069
35230 1071: u1070
35231 1072: u1071
35232 1073: u1072
35233 1074: u1073
35234 1075: u1074
35235 1076: u1075
35236 1077: u1076
35237 1078: u1077
35238 1079: u1078
35239 1080: u1079
35240 1081: u1080
35241 1082: u1081
35242 1083: u1082
35243 1084: u1083
35244 1085: u1084
35245 1086: u1085
35246 1087: u1086
35247 1088: u1087
35248 1089: u1088
35249 1090: u1089
35250 1091: u1090
35251 1092: u1091
35252 1093: u1092
35253 1094: u1093
35254 1095: u1094
35255 1096: u1095
35256 1097: u1096
35257 1098: u1097
35258 1099: u1098
35259 1100: u1099
35260 1101: u1100
35261 1102: u1101
35262 1103: u1102
35263 1104: u1103
35264 1105: u1104
35265 1106: u1105
35266 1107: u1106
35267 1108: u1107
35268 1109: u1108
35269 1110: u1109
35270 1111: u1110
35271 1112: u1111
35272 1113: u1112
35273 1114: u1113
35274 1115: u1114
35275 1116: u1115
35276 1117: u1116
35277 1118: u1117
35278 1119: u1118
35279 1120: u1119
35280 1121: u1120
35281 1122: u1121
35282 1123: u1122
35283 1124: u1123
35284 1125: u1124
35285 1126: u1125
35286 1127: u1126
35287 1128: u1127
35288 1129: u1128
35289 1130: u1129
35290 1131: u1130
35291 1132: u1131
35292 1133: u1132
35293 1134: u1133
35294 1135: u1134
35295 1136: u1135
35296 1137: u1136
35297 1138: u1137
35298 1139: u1138
35299 1140: u1139
35300 1141: u1140
35301 1142: u1141
35302 1143: u1142
35303 1144: u1143
35304 1145: u1144
35305 1146: u1145
35306 1147: u1146
35307 1148: u1147
35308 1149: u1148
35309 1150: u1149
35310 1151: u1150
35311 1152: u1151
35312 1153: u1152
35313 1154: u1153
35314 1155: u1154
35315 1156: u1155
35316 1157: u1156
35317 1158: u1157
35318 1159: u1158
35319 1160: u1159
35320 1161: u1160
35321 1162: u1161
35322 1163: u1162
35323 1164: u1163
35324 1165: u1164
35325 1166: u1165
35326 1167: u1166
35327 1168: u1167
35328 1169: u1168
35329 1170: u1169
35330 1171: u1170
35331 1172: u1171
35332 1173: u1172
35333 1174: u1173
35334 1175: u1174
35335 1176: u1175
35336 1177: u1176
35337 1178: u1177
35338 1179: u1178
35339 1180: u1179
35340 1181: u1180
35341 1182: u1181
35342 1183: u1182
35343 1184: u1183
35344 1185: u1184
35345 1186: u1185
35346 1187: u1186
35347 1188: u1187
35348 1189: u1188
35349 1190: u1189
35350 1191: u1190
35351 1192: u1191
35352 1193: u1192
35353 1194: u1193
35354 1195: u1194
35355 1196: u1195
35356 1197: u1196
35357 1198: u1197
35358 1199: u1198
35359 1200: u1199
35360 1201: u1200
35361 1202: u1201
35362 1203: u1202
35363 1204: u1203
35364 1205: u1204
35365 1206: u1205
35366 1207: u1206
35367 1208: u1207
35368 1209: u1208
35369 1210: u1209
35370 1211: u1210
35371 1212: u1211
35372 1213: u1212
35373 1214: u1213
35374 1215: u1214
35375 1216: u1215
35376 1217: u1216
35377 1218: u1217
35378 1219: u1218
35379 1220: u1219
35380 1221: u1220
35381 1222: u1221
35382 1223: u1222
35383 1224: u1223
35384 1225: u1224
35385 1226: u1225
35386 1227: u1226
35387 1228: u1227
35388 1229: u1228
35389 1230: u1229
35390 1231: u1230
35391 1232: u1231
35392 1233: u1232
35393 1234: u1233
35394 1235: u1234
35395 1236: u1235
35396 1237: u1236
35397 1238: u1237
35398 1239: u1238
35399 1240: u1239
35400 1241: u1240
35401 1242: u1241
35402 1243: u1242
35403 1244: u1243
35404 1245: u1244
35405 1246: u1245
35406 1247: u1246
35407 1248: u1247
35408 1249: u1248
35409 1250: u1249
35410 1251: u1250
35411 1252: u1251
35412 1253: u1252
35413 1254: u1253
35414 1255: u1254
35415 1256: u1255
35416 1257: u1256
35417 1258: u1257
35418 1259: u1258
35419 1260: u1259
35420 1261: u1260
35421 1262: u1261
35422 1263: u1262
35423 1264: u1263
35424 1265: u1264
35425 1266: u1265
35426 1267: u1266
35427 1268: u1267
35428 1269: u1268
35429 1270: u1269
35430 1271: u1270
35431 1272: u1271
35432 1273: u1272
35433 1274: u1273
35434 1275: u1274
35435 1276: u1275
35436 1277: u1276
35437 1278: u1277
35438 1279: u1278
35439 1280: u1279
35440 1281: u1280
35441 1282: u1281
35442 1283: u1282
35443 1284: u1283
35444 1285: u1284
35445 1286: u1285
35446 1287: u1286
35447 1288: u1287
35448 1289: u1288
35449 1290: u1289
35450 1291: u1290
35451 1292: u1291
35452 1293: u1292
35453 1294: u1293
35454 1295: u1294
35455 1296: u1295
35456 1297: u1296
35457 1298: u1297
35458 1299: u1298
35459 1300: u1299
35460 1301: u1300
35461 1302: u1301
35462 1303: u1302
35463 1304: u1303
35464 1305: u1304
35465 1306: u1305
35466 1307: u1306
35467 1308: u1307
35468 1309: u1308
35469 1310: u1309
35470 1311: u1310
35471 1312: u1311
35472 1313: u1312
35473 1314: u1313
35474 1315: u1314
35475 1316: u1315
35476 1317: u1316
35477 1318: u1317
35478 1319: u1318
35479 1320: u1319
35480 1321: u1320
35481 1322: u1321
35482 1323: u1322
35483 1324: u1323
35484 1325: u1324
35485 1326: u1325
35486 1327: u1326
35487 1328: u1327
35488 1329: u1328
35489 1330: u1329
35490 1331: u1330
35491 1332: u1331
35492 1333: u1332
35493 1334: u1333
35494 1335: u1334
35495 1336: u1335
35496 1337: u1336
35497 1338: u1337
35498 1339: u1338
35499 1340: u1339
35500 1341: u1340
35501 1342: u1341
35502 1343: u1342
35503 1344: u1343
35504 1345: u1344
35505 1346: u1345
35506 1347: u1346
35507 1348: u1347
35508 1349: u1348
35509 1350: u1349
35510 1351: u1350
35511 1352: u1351
35512 1353: u1352
35513 1354: u1353
35514 1355: u1354
35515 1356: u1355
35516 1357: u1356
35517 1358: u1357
35518 1359: u1358
35519 1360: u1359
35520 1361: u1360
35521 1362: u1361
35522 1363: u1362
35523 1364: u1363
35524 1365: u1364
35525 1366: u1365
35526 1367: u1366
35527 1368: u1367
35528 1369: u1368
35529 1370: u1369
35530 1371: u1370
35531 1372: u1371
35532 1373: u1372
35533 1374: u1373
35534 1375: u1374
35535 1376: u1375
35536 1377: u1376
35537 1378: u1377
35538 1379: u1378
35539 1380: u1379
35540 1381: u1380
35541 1382: u1381
35542 1383: u1382
35543 1384: u1383
35544 1385: u1384
35545 1386: u1385
35546 1387: u1386
35547 1388: u1387
35548 1389: u1388
35549 1390: u1389
35550 1391: u1390
35551 1392: u1391
35552 1393: u1392
35553 1394: u1393
35554 1395: u1394
35555 1396: u1395
35556 1397: u1396
35557 1398: u1397
35558 1399: u1398
35559 1400: u1399
35560 1401: u1400
35561 1402: u1401
35562 1403: u1402
35563 1404: u1403
35564 1405: u1404
35565 1406: u1405
35566 1407: u1406
35567 1408: u1407
35568 1409: u1408
35569 1410: u1409
35570 1411: u1410
35571 1412: u1411
35572 1413: u1412
35573 1414: u1413
35574 1415: u1414
35575 1416: u1415
35576 1417: u1416
35577 1418: u1417
35578 1419: u1418
35579 1420: u1419
35580 1421: u1420
35581 1422: u1421
35582 1423: u1422
35583 1424: u1423
35584 1425: u1424
35585 1426: u1425
35586 1427: u1426
35587 1428: u1427
35588 1429: u1428
35589 1430: u1429
35590 1431: u1430
35591 1432: u1431
35592 1433: u1432
35593 1434: u1433
35594 1435: u1434
35595 1436: u1435
35596 1437: u1436
35597 1438: u1437
35598 1439: u1438
35599 1440: u1439
35600 1441: u1440
35601 1442: u1441
35602 1443: u1442
35603 1444: u1443
35604 1445: u1444
35605 1446: u1445
35606 1447: u1446
35607 1448: u1447
35608 1449: u1448
35609 1450: u1449
35610 1451: u1450
35611 1452: u1451
35612 1453: u1452
35613 1454: u1453
35614 1455: u1454
35615 1456: u1455
35616 1457: u1456
35617 1458: u1457
35618 1459: u1458
35619 1460: u1459
35620 1461: u1460
35621 1462: u1461
35622 1463: u1462
35623 1464: u1463
35624 1465: u1464
35625 1466: u1465
35626 1467: u1466
35627 1468: u1467
35628 1469: u1468
35629 1470: u1469
35630 1471: u1470
35631 1472: u1471
35632 1473: u1472
35633 1474: u1473
35634 1475: u1474
35635 1476: u1475
35636 1477: u1476
35637 1478: u1477
35638 1479: u1478
35639 1480: u1479
35640 1481: u1480
35641 1482: u1481
35642 1483: u1482
35643 1484: u1483
35644 1485: u1484
35645 1486: u1485
35646 1487: u1486
35647 1488: u1487
35648 1489: u1488
35649 1490: u1489
35650 1491: u1490
35651 1492: u1491
35652 1493: u1492
35653 1494: u1493
35654 1495: u1494
35655 1496: u1495
35656 1497: u1496
35657 1498: u1497
35658 1499: u1498
35659 1500: u1499
35660 1501: u1500
35661 1502: u1501
35662 1503: u1502
35663 1504: u1503
35664 1505: u1504
35665 1506: u1505
35666 1507: u1506
35667 1508: u1507
35668 1509: u1508
35669 1510: u1509
35670 1511: u1510
35671 1512: u1511
35672 1513: u1512
35673 1514: u1513
35674 1515: u1514
35675 1516: u1515
35676 1517: u1516
35677 1518: u1517
35678 1519: u1518
35679 1520: u1519
35680 1521: u1520
35681 1522: u1521
35682 1523: u1522
35683 1524: u1523
35684 1525: u1524
35685 1526: u1525
35686 1527: u1526
35687 1528: u1527
35688 1529: u1528
35689 1530: u1529
35690 1531: u1530
35691 1532: u1531
35692 1533: u1532
35693 1534: u1533
35694 1535: u1534
35695 1536: u1535
35696 1537: u1536
35697 1538: u1537
35698 1539: u1538
35699 1540: u1539
35700 1541: u1540
35701 1542: u1541
35702 1543: u1542
35703 1544: u1543
35704 1545: u1544
35705 1546: u1545
35706 1547: u1546
35707 1548: u1547
35708 1549: u1548
35709 1550: u1549
35710 1551: u1550
35711 1552: u1551
35712 1553: u1552
35713 1554: u1553
35714 1555: u1554
35715 1556: u1555
35716 1557: u1556
35717 1558: u1557
35718 1559: u1558
35719 1560: u1559
35720 1561: u1560
35721 1562: u1561
35722 1563: u1562
35723 1564: u1563
35724 1565: u1564
35725 1566: u1565
35726 1567: u1566
35727 1568: u1567
35728 1569: u1568
35729 1570: u1569
35730 1571: u1570
35731 1572: u1571
35732 1573: u1572
35733 1574: u1573
35734 1575: u1574
35735 1576: u1575
35736 1577: u1576
35737 1578: u1577
35738 1579: u1578
35739 1580: u1579
35740 1581: u1580
35741 1582: u1581
35742 1583: u1582
35743 1584: u1583
35744 1585: u1584
35745 1586: u1585
35746 1587: u1586
35747 1588: u1587
35748 1589: u1588
35749 1590: u1589
35750 1591: u1590
35751 1592: u1591
35752 1593: u1592
35753 1594: u1593
35754 1595: u1594
35755 1596: u1595
35756 1597: u1596
35757 1598: u1597
35758 1599: u1598
35759 1600: u1599
35760 1601: u1600
35761 1602: u1601
35762 1603: u1602
35763 1604: u1603
35764 1605: u1604
35765 1606: u1605
35766 1607: u1606
35767 1608: u1607
35768 1609: u1608
35769 1610: u1609
35770 1611: u1610
35771 1612: u1611
35772 1613: u1612
35773 1614: u1613
35774 1615: u1614
35775 1616: u1615
35776 1617: u1616
35777 1618: u1617
35778 1619: u1618
35779 1620: u1619
35780 1621: u1620
35781 1622: u1621
35782 1623: u1622
35783 1624: u1623
35784 1625: u1624
35785 1626: u1625
35786 1627: u1626
35787 1628: u1627
35788 1629: u1628
35789 1630: u1629
35790 1631: u1630
35791 1632: u1631
35792 1633: u1632
35793 1634: u1633
35794 1635: u1634
35795 1636: u1635
35796 1637: u1636
35797 1638: u1637
35798 1639: u1638
35799 1640: u1639
35800 1641: u1640
35801 1642: u1641
35802 1643: u1642
35803 1644: u1643
35804 1645: u1644
35805 1646: u1645
35806 1647: u1646
35807 1648: u1647
35808 1649: u1648
35809 1650: u1649
35810 1651: u1650
35811 1652: u1651
35812 1653: u1652
35813 1654: u1653
35814 1655: u1654
35815 1656: u1655
35816 1657: u1656
35817 1658: u1657
35818 1659: u1658
35819 1660: u1659
35820 1661: u1660
35821 1662: u1661
35822 1663: u1662
35823 1664: u1663
35824 1665: u1664
35825 1666: u1665
35826 1667: u1666
35827 1668: u1667
35828 1669: u1668
35829 1670: u1669
35830 1671: u1670
35831 1672: u1671
35832 1673: u1672
35833 1674: u1673
35834 1675: u1674
35835 1676: u1675
35836 1677: u1676
35837 1678: u1677
35838 1679: u1678
35839 1680: u1679
35840 1681: u1680
35841 1682: u1681
35842 1683: u1682
35843 1684: u1683
35844 1685: u1684
35845 1686: u1685
35846 1687: u1686
35847 1688: u1687
35848 1689: u1688
35849 1690: u1689
35850 1691: u1690
35851 1692: u1691
35852 1693: u1692
35853 1694: u1693
35854 1695: u1694
35855 1696: u1695
35856 1697: u1696
35857 1698: u1697
35858 1699: u1698
35859 1700: u1699
35860 1701: u1700
35861 1702: u1701
35862 1703: u1702
35863 1704: u1703
35864 1705: u1704
35865 1706: u1705
35866 1707: u1706
35867 1708: u1707
35868 1709: u1708
35869 1710: u1709
35870 1711: u1710
35871 1712: u1711
35872 1713: u1712
35873 1714: u1713
35874 1715: u1714
35875 1716: u1715
35876 1717: u1716
35877 1718: u1717
35878 1719: u1718
35879 1720: u1719
35880 1721: u1720
35881 1722: u1721
35882 1723: u1722
35883 1724: u1723
35884 1725: u1724
35885 1726: u1725
35886 1727: u1726
35887 1728: u1727
35888 1729: u1728
35889 1730: u1729
35890 1731: u1730
35891 1732: u1731
35892 1733: u1732
35893 1734: u1733
35894 1735: u1734
35895 1736: u1735
35896 1737: u1736
35897 1738: u1737
35898 1739: u1738
35899 1740: u1739
35900 1741: u1740
35901 1742: u1741
35902 1743: u1742
35903 1744: u1743
35904 1745: u1744
35905 1746: u1745
35906 1747: u1746
35907 1748: u1747
35908 1749: u1748
35909 1750: u1749
35910 1751: u1750
35911 1752: u1751
35912 1753: u1752
35913 1754: u1753
35914 1755: u1754
35915 1756: u1755
35916 1757: u1756
35917 1758: u1757
35918 1759: u1758
35919 1760: u1759
35920 1761: u1760
35921 1762: u1761
35922 1763: u1762
35923 1764: u1763
35924 1765: u1764
35925 1766: u1765
35926 1767: u1766
35927 1768: u1767
35928 1769: u1768
35929 1770: u1769
35930 1771: u1770
35931 1772: u1771
35932 1773: u1772
35933 1774: u1773
35934 1775: u1774
35935 1776: u1775
35936 1777: u1776
35937 1778: u1777
35938 1779: u1778
35939 1780: u1779
35940 1781: u1780
35941 1782: u1781
35942 1783: u1782
35943 1784: u1783
35944 1785: u1784
35945 1786: u1785
35946 1787: u1786
35947 1788: u1787
35948 1789: u1788
35949 1790: u1789
35950 1791: u1790
35951 1792: u1791
35952 1793: u1792
35953 1794: u1793
35954 1795: u1794
35955 1796: u1795
35956 1797: u1796
35957 1798: u1797
35958 1799: u1798
35959 1800: u1799
35960 1801: u1800
35961 1802: u1801
35962 1803: u1802
35963 1804: u1803
35964 1805: u1804
35965 1806: u1805
35966 1807: u1806
35967 1808: u1807
35968 1809: u1808
35969 1810: u1809
35970 1811: u1810
35971 1812: u1811
35972 1813: u1812
35973 1814: u1813
35974 1815: u1814
35975 1816: u1815
35976 1817: u1816
35977 1818: u1817
35978 1819: u1818
35979 1820: u1819
35980 1821: u1820
35981 1822: u1821
35982 1823: u1822
35983 1824: u1823
35984 1825: u1824
35985 1826: u1825
35986 1827: u1826
35987 1828: u1827
35988 1829: u1828
35989 1830: u1829
35990 1831: u1830
35991 1832: u1831
35992 1833: u1832
35993 1834: u1833
35994 1835: u1834
35995 1836: u1835
35996 1837: u1836
35997 1838: u1837
35998 1839: u1838
35999 1840: u1839
36000 1841: u1840
36001 1842: u1841
36002 1843: u1842
36003 1844: u1843
36004 1845: u1844
36005 1846: u1845
36006 1847: u1846
36007 1848: u1847
36008 1849: u1848
36009 1850: u1849
36010 1851: u1850
36011 1852: u1851
36012 1853: u1852
36013 1854: u1853
36014 1855: u1854
36015 1856: u1855
36016 1857: u1856
36017 1858: u1857
36018 1859: u1858
36019 1860: u1859
36020 1861: u1860
36021 1862: u1861
36022 1863: u1862
36023 1864: u1863
36024 1865: u1864
36025 1866: u1865
36026 1867: u1866
36027 1868: u1867
36028 1869: u1868
36029 1870: u1869
36030 1871: u1870
36031 1872: u1871
36032 1873: u1872
36033 1874: u1873
36034 1875: u1874
36035 1876: u1875
36036 1877: u1876
36037 1878: u1877
36038 1879: u1878
36039 1880: u1879
36040 1881: u1880
36041 1882: u1881
36042 1883: u1882
36043 1884: u1883
36044 1885: u1884
36045 1886: u1885
36046 1887: u1886
36047 1888: u1887
36048 1889: u1888
36049 1890: u1889
36050 1891: u1890
36051 1892: u1891
36052 1893: u1892
36053 1894: u1893
36054 1895: u1894
36055 1896: u1895
36056 1897: u1896
36057 1898: u1897
36058 1899: u1898
36059 1900: u1899
36060 1901: u1900
36061 1902: u1901
36062 1903: u1902
36063 1904: u1903
36064 1905: u1904
36065 1906: u1905
36066 1907: u1906
36067 1908: u1907
36068 1909: u1908
36069 1910: u1909
36070 1911: u1910
36071 1912: u1911
36072 1913: u1912
36073 1914: u1913
36074 1915: u1914
36075 1916: u1915
36076 1917: u1916
36077 1918: u1917
36078 1919: u1918
36079 1920: u1919
36080 1921: u1920
36081 1922: u1921
36082 1923: u1922
36083 1924: u1923
36084 1925: u1924
36085 1926: u1925
36086 1927: u1926
36087 1928: u1927
36088 1929: u1928
36089 1930: u1929
36090 1931: u1930
36091 1932: u1931
36092 1933: u1932
36093 1934: u1933
36094 1935: u1934
36095 1936: u1935
36096 1937: u1936
36097 1938: u1937
36098 1939: u1938
36099 1940: u1939
36100 1941: u1940
36101 1942: u1941
36102 1943: u1942
36103 1944: u1943
36104 1945: u1944
36105 1946: u1945
36106 1947: u1946
36107 1948: u1947
36108 1949: u1948
36109 1950: u1949
36110 1951: u1950
36111 1952: u1951
36112 1953: u1952
36113 1954: u1953
36114 1955: u1954
36115 1956: u1955
36116 1957: u1956
36117 1958: u1957
36118 1959: u1958
36119 1960: u1959
36120 1961: u1960
36121 1962: u1961
36122 1963: u1962
36123 1964: u1963
36124 1965: u1964
36125 1966: u1965
36126 1967: u1966
36127 1968: u1967
36128 1969: u1968
36129 1970: u1969
36130 1971: u1970
36131 1972: u1971
36132 1973: u1972
36133 1974: u1973
36134 1975: u1974
36135 1976: u1975
36136 1977: u1976
36137 1978: u1977
36138 1979: u1978
36139 1980: u1979
36140 1981: u1980
36141 1982: u1981
36142 1983: u1982
36143 1984: u1983
36144 1985: u1984
36145 1986: u1985
36146 1987: u1986
36147 1988: u1987
36148 1989: u1988
36149 1990: u1989
36150 1991: u1990
36151 1992: u1991
36152 1993: u1992
36153 1994: u1993
36154 1995: u1994
36155 1996: u1995
36156 1997: u1996
36157 1998: u1997
36158 1999: u1998
36159 2000: u1999
36160 - name: outputCurrent
36161 oid: 1.3.6.1.4.1.19947.1.3.2.1.12
36162 type: Float
36163 help: The current limit of the channel. - 1.3.6.1.4.1.19947.1.3.2.1.12
36164 indexes:
36165 - labelname: outputIndex
36166 type: gauge
36167 enum_values:
36168 1: u0
36169 2: u1
36170 3: u2
36171 4: u3
36172 5: u4
36173 6: u5
36174 7: u6
36175 8: u7
36176 9: u8
36177 10: u9
36178 11: u10
36179 12: u11
36180 13: u12
36181 14: u13
36182 15: u14
36183 16: u15
36184 17: u16
36185 18: u17
36186 19: u18
36187 20: u19
36188 21: u20
36189 22: u21
36190 23: u22
36191 24: u23
36192 25: u24
36193 26: u25
36194 27: u26
36195 28: u27
36196 29: u28
36197 30: u29
36198 31: u30
36199 32: u31
36200 33: u32
36201 34: u33
36202 35: u34
36203 36: u35
36204 37: u36
36205 38: u37
36206 39: u38
36207 40: u39
36208 41: u40
36209 42: u41
36210 43: u42
36211 44: u43
36212 45: u44
36213 46: u45
36214 47: u46
36215 48: u47
36216 49: u48
36217 50: u49
36218 51: u50
36219 52: u51
36220 53: u52
36221 54: u53
36222 55: u54
36223 56: u55
36224 57: u56
36225 58: u57
36226 59: u58
36227 60: u59
36228 61: u60
36229 62: u61
36230 63: u62
36231 64: u63
36232 65: u64
36233 66: u65
36234 67: u66
36235 68: u67
36236 69: u68
36237 70: u69
36238 71: u70
36239 72: u71
36240 73: u72
36241 74: u73
36242 75: u74
36243 76: u75
36244 77: u76
36245 78: u77
36246 79: u78
36247 80: u79
36248 81: u80
36249 82: u81
36250 83: u82
36251 84: u83
36252 85: u84
36253 86: u85
36254 87: u86
36255 88: u87
36256 89: u88
36257 90: u89
36258 91: u90
36259 92: u91
36260 93: u92
36261 94: u93
36262 95: u94
36263 96: u95
36264 97: u96
36265 98: u97
36266 99: u98
36267 100: u99
36268 101: u100
36269 102: u101
36270 103: u102
36271 104: u103
36272 105: u104
36273 106: u105
36274 107: u106
36275 108: u107
36276 109: u108
36277 110: u109
36278 111: u110
36279 112: u111
36280 113: u112
36281 114: u113
36282 115: u114
36283 116: u115
36284 117: u116
36285 118: u117
36286 119: u118
36287 120: u119
36288 121: u120
36289 122: u121
36290 123: u122
36291 124: u123
36292 125: u124
36293 126: u125
36294 127: u126
36295 128: u127
36296 129: u128
36297 130: u129
36298 131: u130
36299 132: u131
36300 133: u132
36301 134: u133
36302 135: u134
36303 136: u135
36304 137: u136
36305 138: u137
36306 139: u138
36307 140: u139
36308 141: u140
36309 142: u141
36310 143: u142
36311 144: u143
36312 145: u144
36313 146: u145
36314 147: u146
36315 148: u147
36316 149: u148
36317 150: u149
36318 151: u150
36319 152: u151
36320 153: u152
36321 154: u153
36322 155: u154
36323 156: u155
36324 157: u156
36325 158: u157
36326 159: u158
36327 160: u159
36328 161: u160
36329 162: u161
36330 163: u162
36331 164: u163
36332 165: u164
36333 166: u165
36334 167: u166
36335 168: u167
36336 169: u168
36337 170: u169
36338 171: u170
36339 172: u171
36340 173: u172
36341 174: u173
36342 175: u174
36343 176: u175
36344 177: u176
36345 178: u177
36346 179: u178
36347 180: u179
36348 181: u180
36349 182: u181
36350 183: u182
36351 184: u183
36352 185: u184
36353 186: u185
36354 187: u186
36355 188: u187
36356 189: u188
36357 190: u189
36358 191: u190
36359 192: u191
36360 193: u192
36361 194: u193
36362 195: u194
36363 196: u195
36364 197: u196
36365 198: u197
36366 199: u198
36367 200: u199
36368 201: u200
36369 202: u201
36370 203: u202
36371 204: u203
36372 205: u204
36373 206: u205
36374 207: u206
36375 208: u207
36376 209: u208
36377 210: u209
36378 211: u210
36379 212: u211
36380 213: u212
36381 214: u213
36382 215: u214
36383 216: u215
36384 217: u216
36385 218: u217
36386 219: u218
36387 220: u219
36388 221: u220
36389 222: u221
36390 223: u222
36391 224: u223
36392 225: u224
36393 226: u225
36394 227: u226
36395 228: u227
36396 229: u228
36397 230: u229
36398 231: u230
36399 232: u231
36400 233: u232
36401 234: u233
36402 235: u234
36403 236: u235
36404 237: u236
36405 238: u237
36406 239: u238
36407 240: u239
36408 241: u240
36409 242: u241
36410 243: u242
36411 244: u243
36412 245: u244
36413 246: u245
36414 247: u246
36415 248: u247
36416 249: u248
36417 250: u249
36418 251: u250
36419 252: u251
36420 253: u252
36421 254: u253
36422 255: u254
36423 256: u255
36424 257: u256
36425 258: u257
36426 259: u258
36427 260: u259
36428 261: u260
36429 262: u261
36430 263: u262
36431 264: u263
36432 265: u264
36433 266: u265
36434 267: u266
36435 268: u267
36436 269: u268
36437 270: u269
36438 271: u270
36439 272: u271
36440 273: u272
36441 274: u273
36442 275: u274
36443 276: u275
36444 277: u276
36445 278: u277
36446 279: u278
36447 280: u279
36448 281: u280
36449 282: u281
36450 283: u282
36451 284: u283
36452 285: u284
36453 286: u285
36454 287: u286
36455 288: u287
36456 289: u288
36457 290: u289
36458 291: u290
36459 292: u291
36460 293: u292
36461 294: u293
36462 295: u294
36463 296: u295
36464 297: u296
36465 298: u297
36466 299: u298
36467 300: u299
36468 301: u300
36469 302: u301
36470 303: u302
36471 304: u303
36472 305: u304
36473 306: u305
36474 307: u306
36475 308: u307
36476 309: u308
36477 310: u309
36478 311: u310
36479 312: u311
36480 313: u312
36481 314: u313
36482 315: u314
36483 316: u315
36484 317: u316
36485 318: u317
36486 319: u318
36487 320: u319
36488 321: u320
36489 322: u321
36490 323: u322
36491 324: u323
36492 325: u324
36493 326: u325
36494 327: u326
36495 328: u327
36496 329: u328
36497 330: u329
36498 331: u330
36499 332: u331
36500 333: u332
36501 334: u333
36502 335: u334
36503 336: u335
36504 337: u336
36505 338: u337
36506 339: u338
36507 340: u339
36508 341: u340
36509 342: u341
36510 343: u342
36511 344: u343
36512 345: u344
36513 346: u345
36514 347: u346
36515 348: u347
36516 349: u348
36517 350: u349
36518 351: u350
36519 352: u351
36520 353: u352
36521 354: u353
36522 355: u354
36523 356: u355
36524 357: u356
36525 358: u357
36526 359: u358
36527 360: u359
36528 361: u360
36529 362: u361
36530 363: u362
36531 364: u363
36532 365: u364
36533 366: u365
36534 367: u366
36535 368: u367
36536 369: u368
36537 370: u369
36538 371: u370
36539 372: u371
36540 373: u372
36541 374: u373
36542 375: u374
36543 376: u375
36544 377: u376
36545 378: u377
36546 379: u378
36547 380: u379
36548 381: u380
36549 382: u381
36550 383: u382
36551 384: u383
36552 385: u384
36553 386: u385
36554 387: u386
36555 388: u387
36556 389: u388
36557 390: u389
36558 391: u390
36559 392: u391
36560 393: u392
36561 394: u393
36562 395: u394
36563 396: u395
36564 397: u396
36565 398: u397
36566 399: u398
36567 400: u399
36568 401: u400
36569 402: u401
36570 403: u402
36571 404: u403
36572 405: u404
36573 406: u405
36574 407: u406
36575 408: u407
36576 409: u408
36577 410: u409
36578 411: u410
36579 412: u411
36580 413: u412
36581 414: u413
36582 415: u414
36583 416: u415
36584 417: u416
36585 418: u417
36586 419: u418
36587 420: u419
36588 421: u420
36589 422: u421
36590 423: u422
36591 424: u423
36592 425: u424
36593 426: u425
36594 427: u426
36595 428: u427
36596 429: u428
36597 430: u429
36598 431: u430
36599 432: u431
36600 433: u432
36601 434: u433
36602 435: u434
36603 436: u435
36604 437: u436
36605 438: u437
36606 439: u438
36607 440: u439
36608 441: u440
36609 442: u441
36610 443: u442
36611 444: u443
36612 445: u444
36613 446: u445
36614 447: u446
36615 448: u447
36616 449: u448
36617 450: u449
36618 451: u450
36619 452: u451
36620 453: u452
36621 454: u453
36622 455: u454
36623 456: u455
36624 457: u456
36625 458: u457
36626 459: u458
36627 460: u459
36628 461: u460
36629 462: u461
36630 463: u462
36631 464: u463
36632 465: u464
36633 466: u465
36634 467: u466
36635 468: u467
36636 469: u468
36637 470: u469
36638 471: u470
36639 472: u471
36640 473: u472
36641 474: u473
36642 475: u474
36643 476: u475
36644 477: u476
36645 478: u477
36646 479: u478
36647 480: u479
36648 481: u480
36649 482: u481
36650 483: u482
36651 484: u483
36652 485: u484
36653 486: u485
36654 487: u486
36655 488: u487
36656 489: u488
36657 490: u489
36658 491: u490
36659 492: u491
36660 493: u492
36661 494: u493
36662 495: u494
36663 496: u495
36664 497: u496
36665 498: u497
36666 499: u498
36667 500: u499
36668 501: u500
36669 502: u501
36670 503: u502
36671 504: u503
36672 505: u504
36673 506: u505
36674 507: u506
36675 508: u507
36676 509: u508
36677 510: u509
36678 511: u510
36679 512: u511
36680 513: u512
36681 514: u513
36682 515: u514
36683 516: u515
36684 517: u516
36685 518: u517
36686 519: u518
36687 520: u519
36688 521: u520
36689 522: u521
36690 523: u522
36691 524: u523
36692 525: u524
36693 526: u525
36694 527: u526
36695 528: u527
36696 529: u528
36697 530: u529
36698 531: u530
36699 532: u531
36700 533: u532
36701 534: u533
36702 535: u534
36703 536: u535
36704 537: u536
36705 538: u537
36706 539: u538
36707 540: u539
36708 541: u540
36709 542: u541
36710 543: u542
36711 544: u543
36712 545: u544
36713 546: u545
36714 547: u546
36715 548: u547
36716 549: u548
36717 550: u549
36718 551: u550
36719 552: u551
36720 553: u552
36721 554: u553
36722 555: u554
36723 556: u555
36724 557: u556
36725 558: u557
36726 559: u558
36727 560: u559
36728 561: u560
36729 562: u561
36730 563: u562
36731 564: u563
36732 565: u564
36733 566: u565
36734 567: u566
36735 568: u567
36736 569: u568
36737 570: u569
36738 571: u570
36739 572: u571
36740 573: u572
36741 574: u573
36742 575: u574
36743 576: u575
36744 577: u576
36745 578: u577
36746 579: u578
36747 580: u579
36748 581: u580
36749 582: u581
36750 583: u582
36751 584: u583
36752 585: u584
36753 586: u585
36754 587: u586
36755 588: u587
36756 589: u588
36757 590: u589
36758 591: u590
36759 592: u591
36760 593: u592
36761 594: u593
36762 595: u594
36763 596: u595
36764 597: u596
36765 598: u597
36766 599: u598
36767 600: u599
36768 601: u600
36769 602: u601
36770 603: u602
36771 604: u603
36772 605: u604
36773 606: u605
36774 607: u606
36775 608: u607
36776 609: u608
36777 610: u609
36778 611: u610
36779 612: u611
36780 613: u612
36781 614: u613
36782 615: u614
36783 616: u615
36784 617: u616
36785 618: u617
36786 619: u618
36787 620: u619
36788 621: u620
36789 622: u621
36790 623: u622
36791 624: u623
36792 625: u624
36793 626: u625
36794 627: u626
36795 628: u627
36796 629: u628
36797 630: u629
36798 631: u630
36799 632: u631
36800 633: u632
36801 634: u633
36802 635: u634
36803 636: u635
36804 637: u636
36805 638: u637
36806 639: u638
36807 640: u639
36808 641: u640
36809 642: u641
36810 643: u642
36811 644: u643
36812 645: u644
36813 646: u645
36814 647: u646
36815 648: u647
36816 649: u648
36817 650: u649
36818 651: u650
36819 652: u651
36820 653: u652
36821 654: u653
36822 655: u654
36823 656: u655
36824 657: u656
36825 658: u657
36826 659: u658
36827 660: u659
36828 661: u660
36829 662: u661
36830 663: u662
36831 664: u663
36832 665: u664
36833 666: u665
36834 667: u666
36835 668: u667
36836 669: u668
36837 670: u669
36838 671: u670
36839 672: u671
36840 673: u672
36841 674: u673
36842 675: u674
36843 676: u675
36844 677: u676
36845 678: u677
36846 679: u678
36847 680: u679
36848 681: u680
36849 682: u681
36850 683: u682
36851 684: u683
36852 685: u684
36853 686: u685
36854 687: u686
36855 688: u687
36856 689: u688
36857 690: u689
36858 691: u690
36859 692: u691
36860 693: u692
36861 694: u693
36862 695: u694
36863 696: u695
36864 697: u696
36865 698: u697
36866 699: u698
36867 700: u699
36868 701: u700
36869 702: u701
36870 703: u702
36871 704: u703
36872 705: u704
36873 706: u705
36874 707: u706
36875 708: u707
36876 709: u708
36877 710: u709
36878 711: u710
36879 712: u711
36880 713: u712
36881 714: u713
36882 715: u714
36883 716: u715
36884 717: u716
36885 718: u717
36886 719: u718
36887 720: u719
36888 721: u720
36889 722: u721
36890 723: u722
36891 724: u723
36892 725: u724
36893 726: u725
36894 727: u726
36895 728: u727
36896 729: u728
36897 730: u729
36898 731: u730
36899 732: u731
36900 733: u732
36901 734: u733
36902 735: u734
36903 736: u735
36904 737: u736
36905 738: u737
36906 739: u738
36907 740: u739
36908 741: u740
36909 742: u741
36910 743: u742
36911 744: u743
36912 745: u744
36913 746: u745
36914 747: u746
36915 748: u747
36916 749: u748
36917 750: u749
36918 751: u750
36919 752: u751
36920 753: u752
36921 754: u753
36922 755: u754
36923 756: u755
36924 757: u756
36925 758: u757
36926 759: u758
36927 760: u759
36928 761: u760
36929 762: u761
36930 763: u762
36931 764: u763
36932 765: u764
36933 766: u765
36934 767: u766
36935 768: u767
36936 769: u768
36937 770: u769
36938 771: u770
36939 772: u771
36940 773: u772
36941 774: u773
36942 775: u774
36943 776: u775
36944 777: u776
36945 778: u777
36946 779: u778
36947 780: u779
36948 781: u780
36949 782: u781
36950 783: u782
36951 784: u783
36952 785: u784
36953 786: u785
36954 787: u786
36955 788: u787
36956 789: u788
36957 790: u789
36958 791: u790
36959 792: u791
36960 793: u792
36961 794: u793
36962 795: u794
36963 796: u795
36964 797: u796
36965 798: u797
36966 799: u798
36967 800: u799
36968 801: u800
36969 802: u801
36970 803: u802
36971 804: u803
36972 805: u804
36973 806: u805
36974 807: u806
36975 808: u807
36976 809: u808
36977 810: u809
36978 811: u810
36979 812: u811
36980 813: u812
36981 814: u813
36982 815: u814
36983 816: u815
36984 817: u816
36985 818: u817
36986 819: u818
36987 820: u819
36988 821: u820
36989 822: u821
36990 823: u822
36991 824: u823
36992 825: u824
36993 826: u825
36994 827: u826
36995 828: u827
36996 829: u828
36997 830: u829
36998 831: u830
36999 832: u831
37000 833: u832
37001 834: u833
37002 835: u834
37003 836: u835
37004 837: u836
37005 838: u837
37006 839: u838
37007 840: u839
37008 841: u840
37009 842: u841
37010 843: u842
37011 844: u843
37012 845: u844
37013 846: u845
37014 847: u846
37015 848: u847
37016 849: u848
37017 850: u849
37018 851: u850
37019 852: u851
37020 853: u852
37021 854: u853
37022 855: u854
37023 856: u855
37024 857: u856
37025 858: u857
37026 859: u858
37027 860: u859
37028 861: u860
37029 862: u861
37030 863: u862
37031 864: u863
37032 865: u864
37033 866: u865
37034 867: u866
37035 868: u867
37036 869: u868
37037 870: u869
37038 871: u870
37039 872: u871
37040 873: u872
37041 874: u873
37042 875: u874
37043 876: u875
37044 877: u876
37045 878: u877
37046 879: u878
37047 880: u879
37048 881: u880
37049 882: u881
37050 883: u882
37051 884: u883
37052 885: u884
37053 886: u885
37054 887: u886
37055 888: u887
37056 889: u888
37057 890: u889
37058 891: u890
37059 892: u891
37060 893: u892
37061 894: u893
37062 895: u894
37063 896: u895
37064 897: u896
37065 898: u897
37066 899: u898
37067 900: u899
37068 901: u900
37069 902: u901
37070 903: u902
37071 904: u903
37072 905: u904
37073 906: u905
37074 907: u906
37075 908: u907
37076 909: u908
37077 910: u909
37078 911: u910
37079 912: u911
37080 913: u912
37081 914: u913
37082 915: u914
37083 916: u915
37084 917: u916
37085 918: u917
37086 919: u918
37087 920: u919
37088 921: u920
37089 922: u921
37090 923: u922
37091 924: u923
37092 925: u924
37093 926: u925
37094 927: u926
37095 928: u927
37096 929: u928
37097 930: u929
37098 931: u930
37099 932: u931
37100 933: u932
37101 934: u933
37102 935: u934
37103 936: u935
37104 937: u936
37105 938: u937
37106 939: u938
37107 940: u939
37108 941: u940
37109 942: u941
37110 943: u942
37111 944: u943
37112 945: u944
37113 946: u945
37114 947: u946
37115 948: u947
37116 949: u948
37117 950: u949
37118 951: u950
37119 952: u951
37120 953: u952
37121 954: u953
37122 955: u954
37123 956: u955
37124 957: u956
37125 958: u957
37126 959: u958
37127 960: u959
37128 961: u960
37129 962: u961
37130 963: u962
37131 964: u963
37132 965: u964
37133 966: u965
37134 967: u966
37135 968: u967
37136 969: u968
37137 970: u969
37138 971: u970
37139 972: u971
37140 973: u972
37141 974: u973
37142 975: u974
37143 976: u975
37144 977: u976
37145 978: u977
37146 979: u978
37147 980: u979
37148 981: u980
37149 982: u981
37150 983: u982
37151 984: u983
37152 985: u984
37153 986: u985
37154 987: u986
37155 988: u987
37156 989: u988
37157 990: u989
37158 991: u990
37159 992: u991
37160 993: u992
37161 994: u993
37162 995: u994
37163 996: u995
37164 997: u996
37165 998: u997
37166 999: u998
37167 1000: u999
37168 1001: u1000
37169 1002: u1001
37170 1003: u1002
37171 1004: u1003
37172 1005: u1004
37173 1006: u1005
37174 1007: u1006
37175 1008: u1007
37176 1009: u1008
37177 1010: u1009
37178 1011: u1010
37179 1012: u1011
37180 1013: u1012
37181 1014: u1013
37182 1015: u1014
37183 1016: u1015
37184 1017: u1016
37185 1018: u1017
37186 1019: u1018
37187 1020: u1019
37188 1021: u1020
37189 1022: u1021
37190 1023: u1022
37191 1024: u1023
37192 1025: u1024
37193 1026: u1025
37194 1027: u1026
37195 1028: u1027
37196 1029: u1028
37197 1030: u1029
37198 1031: u1030
37199 1032: u1031
37200 1033: u1032
37201 1034: u1033
37202 1035: u1034
37203 1036: u1035
37204 1037: u1036
37205 1038: u1037
37206 1039: u1038
37207 1040: u1039
37208 1041: u1040
37209 1042: u1041
37210 1043: u1042
37211 1044: u1043
37212 1045: u1044
37213 1046: u1045
37214 1047: u1046
37215 1048: u1047
37216 1049: u1048
37217 1050: u1049
37218 1051: u1050
37219 1052: u1051
37220 1053: u1052
37221 1054: u1053
37222 1055: u1054
37223 1056: u1055
37224 1057: u1056
37225 1058: u1057
37226 1059: u1058
37227 1060: u1059
37228 1061: u1060
37229 1062: u1061
37230 1063: u1062
37231 1064: u1063
37232 1065: u1064
37233 1066: u1065
37234 1067: u1066
37235 1068: u1067
37236 1069: u1068
37237 1070: u1069
37238 1071: u1070
37239 1072: u1071
37240 1073: u1072
37241 1074: u1073
37242 1075: u1074
37243 1076: u1075
37244 1077: u1076
37245 1078: u1077
37246 1079: u1078
37247 1080: u1079
37248 1081: u1080
37249 1082: u1081
37250 1083: u1082
37251 1084: u1083
37252 1085: u1084
37253 1086: u1085
37254 1087: u1086
37255 1088: u1087
37256 1089: u1088
37257 1090: u1089
37258 1091: u1090
37259 1092: u1091
37260 1093: u1092
37261 1094: u1093
37262 1095: u1094
37263 1096: u1095
37264 1097: u1096
37265 1098: u1097
37266 1099: u1098
37267 1100: u1099
37268 1101: u1100
37269 1102: u1101
37270 1103: u1102
37271 1104: u1103
37272 1105: u1104
37273 1106: u1105
37274 1107: u1106
37275 1108: u1107
37276 1109: u1108
37277 1110: u1109
37278 1111: u1110
37279 1112: u1111
37280 1113: u1112
37281 1114: u1113
37282 1115: u1114
37283 1116: u1115
37284 1117: u1116
37285 1118: u1117
37286 1119: u1118
37287 1120: u1119
37288 1121: u1120
37289 1122: u1121
37290 1123: u1122
37291 1124: u1123
37292 1125: u1124
37293 1126: u1125
37294 1127: u1126
37295 1128: u1127
37296 1129: u1128
37297 1130: u1129
37298 1131: u1130
37299 1132: u1131
37300 1133: u1132
37301 1134: u1133
37302 1135: u1134
37303 1136: u1135
37304 1137: u1136
37305 1138: u1137
37306 1139: u1138
37307 1140: u1139
37308 1141: u1140
37309 1142: u1141
37310 1143: u1142
37311 1144: u1143
37312 1145: u1144
37313 1146: u1145
37314 1147: u1146
37315 1148: u1147
37316 1149: u1148
37317 1150: u1149
37318 1151: u1150
37319 1152: u1151
37320 1153: u1152
37321 1154: u1153
37322 1155: u1154
37323 1156: u1155
37324 1157: u1156
37325 1158: u1157
37326 1159: u1158
37327 1160: u1159
37328 1161: u1160
37329 1162: u1161
37330 1163: u1162
37331 1164: u1163
37332 1165: u1164
37333 1166: u1165
37334 1167: u1166
37335 1168: u1167
37336 1169: u1168
37337 1170: u1169
37338 1171: u1170
37339 1172: u1171
37340 1173: u1172
37341 1174: u1173
37342 1175: u1174
37343 1176: u1175
37344 1177: u1176
37345 1178: u1177
37346 1179: u1178
37347 1180: u1179
37348 1181: u1180
37349 1182: u1181
37350 1183: u1182
37351 1184: u1183
37352 1185: u1184
37353 1186: u1185
37354 1187: u1186
37355 1188: u1187
37356 1189: u1188
37357 1190: u1189
37358 1191: u1190
37359 1192: u1191
37360 1193: u1192
37361 1194: u1193
37362 1195: u1194
37363 1196: u1195
37364 1197: u1196
37365 1198: u1197
37366 1199: u1198
37367 1200: u1199
37368 1201: u1200
37369 1202: u1201
37370 1203: u1202
37371 1204: u1203
37372 1205: u1204
37373 1206: u1205
37374 1207: u1206
37375 1208: u1207
37376 1209: u1208
37377 1210: u1209
37378 1211: u1210
37379 1212: u1211
37380 1213: u1212
37381 1214: u1213
37382 1215: u1214
37383 1216: u1215
37384 1217: u1216
37385 1218: u1217
37386 1219: u1218
37387 1220: u1219
37388 1221: u1220
37389 1222: u1221
37390 1223: u1222
37391 1224: u1223
37392 1225: u1224
37393 1226: u1225
37394 1227: u1226
37395 1228: u1227
37396 1229: u1228
37397 1230: u1229
37398 1231: u1230
37399 1232: u1231
37400 1233: u1232
37401 1234: u1233
37402 1235: u1234
37403 1236: u1235
37404 1237: u1236
37405 1238: u1237
37406 1239: u1238
37407 1240: u1239
37408 1241: u1240
37409 1242: u1241
37410 1243: u1242
37411 1244: u1243
37412 1245: u1244
37413 1246: u1245
37414 1247: u1246
37415 1248: u1247
37416 1249: u1248
37417 1250: u1249
37418 1251: u1250
37419 1252: u1251
37420 1253: u1252
37421 1254: u1253
37422 1255: u1254
37423 1256: u1255
37424 1257: u1256
37425 1258: u1257
37426 1259: u1258
37427 1260: u1259
37428 1261: u1260
37429 1262: u1261
37430 1263: u1262
37431 1264: u1263
37432 1265: u1264
37433 1266: u1265
37434 1267: u1266
37435 1268: u1267
37436 1269: u1268
37437 1270: u1269
37438 1271: u1270
37439 1272: u1271
37440 1273: u1272
37441 1274: u1273
37442 1275: u1274
37443 1276: u1275
37444 1277: u1276
37445 1278: u1277
37446 1279: u1278
37447 1280: u1279
37448 1281: u1280
37449 1282: u1281
37450 1283: u1282
37451 1284: u1283
37452 1285: u1284
37453 1286: u1285
37454 1287: u1286
37455 1288: u1287
37456 1289: u1288
37457 1290: u1289
37458 1291: u1290
37459 1292: u1291
37460 1293: u1292
37461 1294: u1293
37462 1295: u1294
37463 1296: u1295
37464 1297: u1296
37465 1298: u1297
37466 1299: u1298
37467 1300: u1299
37468 1301: u1300
37469 1302: u1301
37470 1303: u1302
37471 1304: u1303
37472 1305: u1304
37473 1306: u1305
37474 1307: u1306
37475 1308: u1307
37476 1309: u1308
37477 1310: u1309
37478 1311: u1310
37479 1312: u1311
37480 1313: u1312
37481 1314: u1313
37482 1315: u1314
37483 1316: u1315
37484 1317: u1316
37485 1318: u1317
37486 1319: u1318
37487 1320: u1319
37488 1321: u1320
37489 1322: u1321
37490 1323: u1322
37491 1324: u1323
37492 1325: u1324
37493 1326: u1325
37494 1327: u1326
37495 1328: u1327
37496 1329: u1328
37497 1330: u1329
37498 1331: u1330
37499 1332: u1331
37500 1333: u1332
37501 1334: u1333
37502 1335: u1334
37503 1336: u1335
37504 1337: u1336
37505 1338: u1337
37506 1339: u1338
37507 1340: u1339
37508 1341: u1340
37509 1342: u1341
37510 1343: u1342
37511 1344: u1343
37512 1345: u1344
37513 1346: u1345
37514 1347: u1346
37515 1348: u1347
37516 1349: u1348
37517 1350: u1349
37518 1351: u1350
37519 1352: u1351
37520 1353: u1352
37521 1354: u1353
37522 1355: u1354
37523 1356: u1355
37524 1357: u1356
37525 1358: u1357
37526 1359: u1358
37527 1360: u1359
37528 1361: u1360
37529 1362: u1361
37530 1363: u1362
37531 1364: u1363
37532 1365: u1364
37533 1366: u1365
37534 1367: u1366
37535 1368: u1367
37536 1369: u1368
37537 1370: u1369
37538 1371: u1370
37539 1372: u1371
37540 1373: u1372
37541 1374: u1373
37542 1375: u1374
37543 1376: u1375
37544 1377: u1376
37545 1378: u1377
37546 1379: u1378
37547 1380: u1379
37548 1381: u1380
37549 1382: u1381
37550 1383: u1382
37551 1384: u1383
37552 1385: u1384
37553 1386: u1385
37554 1387: u1386
37555 1388: u1387
37556 1389: u1388
37557 1390: u1389
37558 1391: u1390
37559 1392: u1391
37560 1393: u1392
37561 1394: u1393
37562 1395: u1394
37563 1396: u1395
37564 1397: u1396
37565 1398: u1397
37566 1399: u1398
37567 1400: u1399
37568 1401: u1400
37569 1402: u1401
37570 1403: u1402
37571 1404: u1403
37572 1405: u1404
37573 1406: u1405
37574 1407: u1406
37575 1408: u1407
37576 1409: u1408
37577 1410: u1409
37578 1411: u1410
37579 1412: u1411
37580 1413: u1412
37581 1414: u1413
37582 1415: u1414
37583 1416: u1415
37584 1417: u1416
37585 1418: u1417
37586 1419: u1418
37587 1420: u1419
37588 1421: u1420
37589 1422: u1421
37590 1423: u1422
37591 1424: u1423
37592 1425: u1424
37593 1426: u1425
37594 1427: u1426
37595 1428: u1427
37596 1429: u1428
37597 1430: u1429
37598 1431: u1430
37599 1432: u1431
37600 1433: u1432
37601 1434: u1433
37602 1435: u1434
37603 1436: u1435
37604 1437: u1436
37605 1438: u1437
37606 1439: u1438
37607 1440: u1439
37608 1441: u1440
37609 1442: u1441
37610 1443: u1442
37611 1444: u1443
37612 1445: u1444
37613 1446: u1445
37614 1447: u1446
37615 1448: u1447
37616 1449: u1448
37617 1450: u1449
37618 1451: u1450
37619 1452: u1451
37620 1453: u1452
37621 1454: u1453
37622 1455: u1454
37623 1456: u1455
37624 1457: u1456
37625 1458: u1457
37626 1459: u1458
37627 1460: u1459
37628 1461: u1460
37629 1462: u1461
37630 1463: u1462
37631 1464: u1463
37632 1465: u1464
37633 1466: u1465
37634 1467: u1466
37635 1468: u1467
37636 1469: u1468
37637 1470: u1469
37638 1471: u1470
37639 1472: u1471
37640 1473: u1472
37641 1474: u1473
37642 1475: u1474
37643 1476: u1475
37644 1477: u1476
37645 1478: u1477
37646 1479: u1478
37647 1480: u1479
37648 1481: u1480
37649 1482: u1481
37650 1483: u1482
37651 1484: u1483
37652 1485: u1484
37653 1486: u1485
37654 1487: u1486
37655 1488: u1487
37656 1489: u1488
37657 1490: u1489
37658 1491: u1490
37659 1492: u1491
37660 1493: u1492
37661 1494: u1493
37662 1495: u1494
37663 1496: u1495
37664 1497: u1496
37665 1498: u1497
37666 1499: u1498
37667 1500: u1499
37668 1501: u1500
37669 1502: u1501
37670 1503: u1502
37671 1504: u1503
37672 1505: u1504
37673 1506: u1505
37674 1507: u1506
37675 1508: u1507
37676 1509: u1508
37677 1510: u1509
37678 1511: u1510
37679 1512: u1511
37680 1513: u1512
37681 1514: u1513
37682 1515: u1514
37683 1516: u1515
37684 1517: u1516
37685 1518: u1517
37686 1519: u1518
37687 1520: u1519
37688 1521: u1520
37689 1522: u1521
37690 1523: u1522
37691 1524: u1523
37692 1525: u1524
37693 1526: u1525
37694 1527: u1526
37695 1528: u1527
37696 1529: u1528
37697 1530: u1529
37698 1531: u1530
37699 1532: u1531
37700 1533: u1532
37701 1534: u1533
37702 1535: u1534
37703 1536: u1535
37704 1537: u1536
37705 1538: u1537
37706 1539: u1538
37707 1540: u1539
37708 1541: u1540
37709 1542: u1541
37710 1543: u1542
37711 1544: u1543
37712 1545: u1544
37713 1546: u1545
37714 1547: u1546
37715 1548: u1547
37716 1549: u1548
37717 1550: u1549
37718 1551: u1550
37719 1552: u1551
37720 1553: u1552
37721 1554: u1553
37722 1555: u1554
37723 1556: u1555
37724 1557: u1556
37725 1558: u1557
37726 1559: u1558
37727 1560: u1559
37728 1561: u1560
37729 1562: u1561
37730 1563: u1562
37731 1564: u1563
37732 1565: u1564
37733 1566: u1565
37734 1567: u1566
37735 1568: u1567
37736 1569: u1568
37737 1570: u1569
37738 1571: u1570
37739 1572: u1571
37740 1573: u1572
37741 1574: u1573
37742 1575: u1574
37743 1576: u1575
37744 1577: u1576
37745 1578: u1577
37746 1579: u1578
37747 1580: u1579
37748 1581: u1580
37749 1582: u1581
37750 1583: u1582
37751 1584: u1583
37752 1585: u1584
37753 1586: u1585
37754 1587: u1586
37755 1588: u1587
37756 1589: u1588
37757 1590: u1589
37758 1591: u1590
37759 1592: u1591
37760 1593: u1592
37761 1594: u1593
37762 1595: u1594
37763 1596: u1595
37764 1597: u1596
37765 1598: u1597
37766 1599: u1598
37767 1600: u1599
37768 1601: u1600
37769 1602: u1601
37770 1603: u1602
37771 1604: u1603
37772 1605: u1604
37773 1606: u1605
37774 1607: u1606
37775 1608: u1607
37776 1609: u1608
37777 1610: u1609
37778 1611: u1610
37779 1612: u1611
37780 1613: u1612
37781 1614: u1613
37782 1615: u1614
37783 1616: u1615
37784 1617: u1616
37785 1618: u1617
37786 1619: u1618
37787 1620: u1619
37788 1621: u1620
37789 1622: u1621
37790 1623: u1622
37791 1624: u1623
37792 1625: u1624
37793 1626: u1625
37794 1627: u1626
37795 1628: u1627
37796 1629: u1628
37797 1630: u1629
37798 1631: u1630
37799 1632: u1631
37800 1633: u1632
37801 1634: u1633
37802 1635: u1634
37803 1636: u1635
37804 1637: u1636
37805 1638: u1637
37806 1639: u1638
37807 1640: u1639
37808 1641: u1640
37809 1642: u1641
37810 1643: u1642
37811 1644: u1643
37812 1645: u1644
37813 1646: u1645
37814 1647: u1646
37815 1648: u1647
37816 1649: u1648
37817 1650: u1649
37818 1651: u1650
37819 1652: u1651
37820 1653: u1652
37821 1654: u1653
37822 1655: u1654
37823 1656: u1655
37824 1657: u1656
37825 1658: u1657
37826 1659: u1658
37827 1660: u1659
37828 1661: u1660
37829 1662: u1661
37830 1663: u1662
37831 1664: u1663
37832 1665: u1664
37833 1666: u1665
37834 1667: u1666
37835 1668: u1667
37836 1669: u1668
37837 1670: u1669
37838 1671: u1670
37839 1672: u1671
37840 1673: u1672
37841 1674: u1673
37842 1675: u1674
37843 1676: u1675
37844 1677: u1676
37845 1678: u1677
37846 1679: u1678
37847 1680: u1679
37848 1681: u1680
37849 1682: u1681
37850 1683: u1682
37851 1684: u1683
37852 1685: u1684
37853 1686: u1685
37854 1687: u1686
37855 1688: u1687
37856 1689: u1688
37857 1690: u1689
37858 1691: u1690
37859 1692: u1691
37860 1693: u1692
37861 1694: u1693
37862 1695: u1694
37863 1696: u1695
37864 1697: u1696
37865 1698: u1697
37866 1699: u1698
37867 1700: u1699
37868 1701: u1700
37869 1702: u1701
37870 1703: u1702
37871 1704: u1703
37872 1705: u1704
37873 1706: u1705
37874 1707: u1706
37875 1708: u1707
37876 1709: u1708
37877 1710: u1709
37878 1711: u1710
37879 1712: u1711
37880 1713: u1712
37881 1714: u1713
37882 1715: u1714
37883 1716: u1715
37884 1717: u1716
37885 1718: u1717
37886 1719: u1718
37887 1720: u1719
37888 1721: u1720
37889 1722: u1721
37890 1723: u1722
37891 1724: u1723
37892 1725: u1724
37893 1726: u1725
37894 1727: u1726
37895 1728: u1727
37896 1729: u1728
37897 1730: u1729
37898 1731: u1730
37899 1732: u1731
37900 1733: u1732
37901 1734: u1733
37902 1735: u1734
37903 1736: u1735
37904 1737: u1736
37905 1738: u1737
37906 1739: u1738
37907 1740: u1739
37908 1741: u1740
37909 1742: u1741
37910 1743: u1742
37911 1744: u1743
37912 1745: u1744
37913 1746: u1745
37914 1747: u1746
37915 1748: u1747
37916 1749: u1748
37917 1750: u1749
37918 1751: u1750
37919 1752: u1751
37920 1753: u1752
37921 1754: u1753
37922 1755: u1754
37923 1756: u1755
37924 1757: u1756
37925 1758: u1757
37926 1759: u1758
37927 1760: u1759
37928 1761: u1760
37929 1762: u1761
37930 1763: u1762
37931 1764: u1763
37932 1765: u1764
37933 1766: u1765
37934 1767: u1766
37935 1768: u1767
37936 1769: u1768
37937 1770: u1769
37938 1771: u1770
37939 1772: u1771
37940 1773: u1772
37941 1774: u1773
37942 1775: u1774
37943 1776: u1775
37944 1777: u1776
37945 1778: u1777
37946 1779: u1778
37947 1780: u1779
37948 1781: u1780
37949 1782: u1781
37950 1783: u1782
37951 1784: u1783
37952 1785: u1784
37953 1786: u1785
37954 1787: u1786
37955 1788: u1787
37956 1789: u1788
37957 1790: u1789
37958 1791: u1790
37959 1792: u1791
37960 1793: u1792
37961 1794: u1793
37962 1795: u1794
37963 1796: u1795
37964 1797: u1796
37965 1798: u1797
37966 1799: u1798
37967 1800: u1799
37968 1801: u1800
37969 1802: u1801
37970 1803: u1802
37971 1804: u1803
37972 1805: u1804
37973 1806: u1805
37974 1807: u1806
37975 1808: u1807
37976 1809: u1808
37977 1810: u1809
37978 1811: u1810
37979 1812: u1811
37980 1813: u1812
37981 1814: u1813
37982 1815: u1814
37983 1816: u1815
37984 1817: u1816
37985 1818: u1817
37986 1819: u1818
37987 1820: u1819
37988 1821: u1820
37989 1822: u1821
37990 1823: u1822
37991 1824: u1823
37992 1825: u1824
37993 1826: u1825
37994 1827: u1826
37995 1828: u1827
37996 1829: u1828
37997 1830: u1829
37998 1831: u1830
37999 1832: u1831
38000 1833: u1832
38001 1834: u1833
38002 1835: u1834
38003 1836: u1835
38004 1837: u1836
38005 1838: u1837
38006 1839: u1838
38007 1840: u1839
38008 1841: u1840
38009 1842: u1841
38010 1843: u1842
38011 1844: u1843
38012 1845: u1844
38013 1846: u1845
38014 1847: u1846
38015 1848: u1847
38016 1849: u1848
38017 1850: u1849
38018 1851: u1850
38019 1852: u1851
38020 1853: u1852
38021 1854: u1853
38022 1855: u1854
38023 1856: u1855
38024 1857: u1856
38025 1858: u1857
38026 1859: u1858
38027 1860: u1859
38028 1861: u1860
38029 1862: u1861
38030 1863: u1862
38031 1864: u1863
38032 1865: u1864
38033 1866: u1865
38034 1867: u1866
38035 1868: u1867
38036 1869: u1868
38037 1870: u1869
38038 1871: u1870
38039 1872: u1871
38040 1873: u1872
38041 1874: u1873
38042 1875: u1874
38043 1876: u1875
38044 1877: u1876
38045 1878: u1877
38046 1879: u1878
38047 1880: u1879
38048 1881: u1880
38049 1882: u1881
38050 1883: u1882
38051 1884: u1883
38052 1885: u1884
38053 1886: u1885
38054 1887: u1886
38055 1888: u1887
38056 1889: u1888
38057 1890: u1889
38058 1891: u1890
38059 1892: u1891
38060 1893: u1892
38061 1894: u1893
38062 1895: u1894
38063 1896: u1895
38064 1897: u1896
38065 1898: u1897
38066 1899: u1898
38067 1900: u1899
38068 1901: u1900
38069 1902: u1901
38070 1903: u1902
38071 1904: u1903
38072 1905: u1904
38073 1906: u1905
38074 1907: u1906
38075 1908: u1907
38076 1909: u1908
38077 1910: u1909
38078 1911: u1910
38079 1912: u1911
38080 1913: u1912
38081 1914: u1913
38082 1915: u1914
38083 1916: u1915
38084 1917: u1916
38085 1918: u1917
38086 1919: u1918
38087 1920: u1919
38088 1921: u1920
38089 1922: u1921
38090 1923: u1922
38091 1924: u1923
38092 1925: u1924
38093 1926: u1925
38094 1927: u1926
38095 1928: u1927
38096 1929: u1928
38097 1930: u1929
38098 1931: u1930
38099 1932: u1931
38100 1933: u1932
38101 1934: u1933
38102 1935: u1934
38103 1936: u1935
38104 1937: u1936
38105 1938: u1937
38106 1939: u1938
38107 1940: u1939
38108 1941: u1940
38109 1942: u1941
38110 1943: u1942
38111 1944: u1943
38112 1945: u1944
38113 1946: u1945
38114 1947: u1946
38115 1948: u1947
38116 1949: u1948
38117 1950: u1949
38118 1951: u1950
38119 1952: u1951
38120 1953: u1952
38121 1954: u1953
38122 1955: u1954
38123 1956: u1955
38124 1957: u1956
38125 1958: u1957
38126 1959: u1958
38127 1960: u1959
38128 1961: u1960
38129 1962: u1961
38130 1963: u1962
38131 1964: u1963
38132 1965: u1964
38133 1966: u1965
38134 1967: u1966
38135 1968: u1967
38136 1969: u1968
38137 1970: u1969
38138 1971: u1970
38139 1972: u1971
38140 1973: u1972
38141 1974: u1973
38142 1975: u1974
38143 1976: u1975
38144 1977: u1976
38145 1978: u1977
38146 1979: u1978
38147 1980: u1979
38148 1981: u1980
38149 1982: u1981
38150 1983: u1982
38151 1984: u1983
38152 1985: u1984
38153 1986: u1985
38154 1987: u1986
38155 1988: u1987
38156 1989: u1988
38157 1990: u1989
38158 1991: u1990
38159 1992: u1991
38160 1993: u1992
38161 1994: u1993
38162 1995: u1994
38163 1996: u1995
38164 1997: u1996
38165 1998: u1997
38166 1999: u1998
38167 2000: u1999
38168 - name: outputVoltageRiseRate
38169 oid: 1.3.6.1.4.1.19947.1.3.2.1.13
38170 type: Float
38171 help: Voltage Fall Slew Rate [V/s] - 1.3.6.1.4.1.19947.1.3.2.1.13
38172 indexes:
38173 - labelname: outputIndex
38174 type: gauge
38175 enum_values:
38176 1: u0
38177 2: u1
38178 3: u2
38179 4: u3
38180 5: u4
38181 6: u5
38182 7: u6
38183 8: u7
38184 9: u8
38185 10: u9
38186 11: u10
38187 12: u11
38188 13: u12
38189 14: u13
38190 15: u14
38191 16: u15
38192 17: u16
38193 18: u17
38194 19: u18
38195 20: u19
38196 21: u20
38197 22: u21
38198 23: u22
38199 24: u23
38200 25: u24
38201 26: u25
38202 27: u26
38203 28: u27
38204 29: u28
38205 30: u29
38206 31: u30
38207 32: u31
38208 33: u32
38209 34: u33
38210 35: u34
38211 36: u35
38212 37: u36
38213 38: u37
38214 39: u38
38215 40: u39
38216 41: u40
38217 42: u41
38218 43: u42
38219 44: u43
38220 45: u44
38221 46: u45
38222 47: u46
38223 48: u47
38224 49: u48
38225 50: u49
38226 51: u50
38227 52: u51
38228 53: u52
38229 54: u53
38230 55: u54
38231 56: u55
38232 57: u56
38233 58: u57
38234 59: u58
38235 60: u59
38236 61: u60
38237 62: u61
38238 63: u62
38239 64: u63
38240 65: u64
38241 66: u65
38242 67: u66
38243 68: u67
38244 69: u68
38245 70: u69
38246 71: u70
38247 72: u71
38248 73: u72
38249 74: u73
38250 75: u74
38251 76: u75
38252 77: u76
38253 78: u77
38254 79: u78
38255 80: u79
38256 81: u80
38257 82: u81
38258 83: u82
38259 84: u83
38260 85: u84
38261 86: u85
38262 87: u86
38263 88: u87
38264 89: u88
38265 90: u89
38266 91: u90
38267 92: u91
38268 93: u92
38269 94: u93
38270 95: u94
38271 96: u95
38272 97: u96
38273 98: u97
38274 99: u98
38275 100: u99
38276 101: u100
38277 102: u101
38278 103: u102
38279 104: u103
38280 105: u104
38281 106: u105
38282 107: u106
38283 108: u107
38284 109: u108
38285 110: u109
38286 111: u110
38287 112: u111
38288 113: u112
38289 114: u113
38290 115: u114
38291 116: u115
38292 117: u116
38293 118: u117
38294 119: u118
38295 120: u119
38296 121: u120
38297 122: u121
38298 123: u122
38299 124: u123
38300 125: u124
38301 126: u125
38302 127: u126
38303 128: u127
38304 129: u128
38305 130: u129
38306 131: u130
38307 132: u131
38308 133: u132
38309 134: u133
38310 135: u134
38311 136: u135
38312 137: u136
38313 138: u137
38314 139: u138
38315 140: u139
38316 141: u140
38317 142: u141
38318 143: u142
38319 144: u143
38320 145: u144
38321 146: u145
38322 147: u146
38323 148: u147
38324 149: u148
38325 150: u149
38326 151: u150
38327 152: u151
38328 153: u152
38329 154: u153
38330 155: u154
38331 156: u155
38332 157: u156
38333 158: u157
38334 159: u158
38335 160: u159
38336 161: u160
38337 162: u161
38338 163: u162
38339 164: u163
38340 165: u164
38341 166: u165
38342 167: u166
38343 168: u167
38344 169: u168
38345 170: u169
38346 171: u170
38347 172: u171
38348 173: u172
38349 174: u173
38350 175: u174
38351 176: u175
38352 177: u176
38353 178: u177
38354 179: u178
38355 180: u179
38356 181: u180
38357 182: u181
38358 183: u182
38359 184: u183
38360 185: u184
38361 186: u185
38362 187: u186
38363 188: u187
38364 189: u188
38365 190: u189
38366 191: u190
38367 192: u191
38368 193: u192
38369 194: u193
38370 195: u194
38371 196: u195
38372 197: u196
38373 198: u197
38374 199: u198
38375 200: u199
38376 201: u200
38377 202: u201
38378 203: u202
38379 204: u203
38380 205: u204
38381 206: u205
38382 207: u206
38383 208: u207
38384 209: u208
38385 210: u209
38386 211: u210
38387 212: u211
38388 213: u212
38389 214: u213
38390 215: u214
38391 216: u215
38392 217: u216
38393 218: u217
38394 219: u218
38395 220: u219
38396 221: u220
38397 222: u221
38398 223: u222
38399 224: u223
38400 225: u224
38401 226: u225
38402 227: u226
38403 228: u227
38404 229: u228
38405 230: u229
38406 231: u230
38407 232: u231
38408 233: u232
38409 234: u233
38410 235: u234
38411 236: u235
38412 237: u236
38413 238: u237
38414 239: u238
38415 240: u239
38416 241: u240
38417 242: u241
38418 243: u242
38419 244: u243
38420 245: u244
38421 246: u245
38422 247: u246
38423 248: u247
38424 249: u248
38425 250: u249
38426 251: u250
38427 252: u251
38428 253: u252
38429 254: u253
38430 255: u254
38431 256: u255
38432 257: u256
38433 258: u257
38434 259: u258
38435 260: u259
38436 261: u260
38437 262: u261
38438 263: u262
38439 264: u263
38440 265: u264
38441 266: u265
38442 267: u266
38443 268: u267
38444 269: u268
38445 270: u269
38446 271: u270
38447 272: u271
38448 273: u272
38449 274: u273
38450 275: u274
38451 276: u275
38452 277: u276
38453 278: u277
38454 279: u278
38455 280: u279
38456 281: u280
38457 282: u281
38458 283: u282
38459 284: u283
38460 285: u284
38461 286: u285
38462 287: u286
38463 288: u287
38464 289: u288
38465 290: u289
38466 291: u290
38467 292: u291
38468 293: u292
38469 294: u293
38470 295: u294
38471 296: u295
38472 297: u296
38473 298: u297
38474 299: u298
38475 300: u299
38476 301: u300
38477 302: u301
38478 303: u302
38479 304: u303
38480 305: u304
38481 306: u305
38482 307: u306
38483 308: u307
38484 309: u308
38485 310: u309
38486 311: u310
38487 312: u311
38488 313: u312
38489 314: u313
38490 315: u314
38491 316: u315
38492 317: u316
38493 318: u317
38494 319: u318
38495 320: u319
38496 321: u320
38497 322: u321
38498 323: u322
38499 324: u323
38500 325: u324
38501 326: u325
38502 327: u326
38503 328: u327
38504 329: u328
38505 330: u329
38506 331: u330
38507 332: u331
38508 333: u332
38509 334: u333
38510 335: u334
38511 336: u335
38512 337: u336
38513 338: u337
38514 339: u338
38515 340: u339
38516 341: u340
38517 342: u341
38518 343: u342
38519 344: u343
38520 345: u344
38521 346: u345
38522 347: u346
38523 348: u347
38524 349: u348
38525 350: u349
38526 351: u350
38527 352: u351
38528 353: u352
38529 354: u353
38530 355: u354
38531 356: u355
38532 357: u356
38533 358: u357
38534 359: u358
38535 360: u359
38536 361: u360
38537 362: u361
38538 363: u362
38539 364: u363
38540 365: u364
38541 366: u365
38542 367: u366
38543 368: u367
38544 369: u368
38545 370: u369
38546 371: u370
38547 372: u371
38548 373: u372
38549 374: u373
38550 375: u374
38551 376: u375
38552 377: u376
38553 378: u377
38554 379: u378
38555 380: u379
38556 381: u380
38557 382: u381
38558 383: u382
38559 384: u383
38560 385: u384
38561 386: u385
38562 387: u386
38563 388: u387
38564 389: u388
38565 390: u389
38566 391: u390
38567 392: u391
38568 393: u392
38569 394: u393
38570 395: u394
38571 396: u395
38572 397: u396
38573 398: u397
38574 399: u398
38575 400: u399
38576 401: u400
38577 402: u401
38578 403: u402
38579 404: u403
38580 405: u404
38581 406: u405
38582 407: u406
38583 408: u407
38584 409: u408
38585 410: u409
38586 411: u410
38587 412: u411
38588 413: u412
38589 414: u413
38590 415: u414
38591 416: u415
38592 417: u416
38593 418: u417
38594 419: u418
38595 420: u419
38596 421: u420
38597 422: u421
38598 423: u422
38599 424: u423
38600 425: u424
38601 426: u425
38602 427: u426
38603 428: u427
38604 429: u428
38605 430: u429
38606 431: u430
38607 432: u431
38608 433: u432
38609 434: u433
38610 435: u434
38611 436: u435
38612 437: u436
38613 438: u437
38614 439: u438
38615 440: u439
38616 441: u440
38617 442: u441
38618 443: u442
38619 444: u443
38620 445: u444
38621 446: u445
38622 447: u446
38623 448: u447
38624 449: u448
38625 450: u449
38626 451: u450
38627 452: u451
38628 453: u452
38629 454: u453
38630 455: u454
38631 456: u455
38632 457: u456
38633 458: u457
38634 459: u458
38635 460: u459
38636 461: u460
38637 462: u461
38638 463: u462
38639 464: u463
38640 465: u464
38641 466: u465
38642 467: u466
38643 468: u467
38644 469: u468
38645 470: u469
38646 471: u470
38647 472: u471
38648 473: u472
38649 474: u473
38650 475: u474
38651 476: u475
38652 477: u476
38653 478: u477
38654 479: u478
38655 480: u479
38656 481: u480
38657 482: u481
38658 483: u482
38659 484: u483
38660 485: u484
38661 486: u485
38662 487: u486
38663 488: u487
38664 489: u488
38665 490: u489
38666 491: u490
38667 492: u491
38668 493: u492
38669 494: u493
38670 495: u494
38671 496: u495
38672 497: u496
38673 498: u497
38674 499: u498
38675 500: u499
38676 501: u500
38677 502: u501
38678 503: u502
38679 504: u503
38680 505: u504
38681 506: u505
38682 507: u506
38683 508: u507
38684 509: u508
38685 510: u509
38686 511: u510
38687 512: u511
38688 513: u512
38689 514: u513
38690 515: u514
38691 516: u515
38692 517: u516
38693 518: u517
38694 519: u518
38695 520: u519
38696 521: u520
38697 522: u521
38698 523: u522
38699 524: u523
38700 525: u524
38701 526: u525
38702 527: u526
38703 528: u527
38704 529: u528
38705 530: u529
38706 531: u530
38707 532: u531
38708 533: u532
38709 534: u533
38710 535: u534
38711 536: u535
38712 537: u536
38713 538: u537
38714 539: u538
38715 540: u539
38716 541: u540
38717 542: u541
38718 543: u542
38719 544: u543
38720 545: u544
38721 546: u545
38722 547: u546
38723 548: u547
38724 549: u548
38725 550: u549
38726 551: u550
38727 552: u551
38728 553: u552
38729 554: u553
38730 555: u554
38731 556: u555
38732 557: u556
38733 558: u557
38734 559: u558
38735 560: u559
38736 561: u560
38737 562: u561
38738 563: u562
38739 564: u563
38740 565: u564
38741 566: u565
38742 567: u566
38743 568: u567
38744 569: u568
38745 570: u569
38746 571: u570
38747 572: u571
38748 573: u572
38749 574: u573
38750 575: u574
38751 576: u575
38752 577: u576
38753 578: u577
38754 579: u578
38755 580: u579
38756 581: u580
38757 582: u581
38758 583: u582
38759 584: u583
38760 585: u584
38761 586: u585
38762 587: u586
38763 588: u587
38764 589: u588
38765 590: u589
38766 591: u590
38767 592: u591
38768 593: u592
38769 594: u593
38770 595: u594
38771 596: u595
38772 597: u596
38773 598: u597
38774 599: u598
38775 600: u599
38776 601: u600
38777 602: u601
38778 603: u602
38779 604: u603
38780 605: u604
38781 606: u605
38782 607: u606
38783 608: u607
38784 609: u608
38785 610: u609
38786 611: u610
38787 612: u611
38788 613: u612
38789 614: u613
38790 615: u614
38791 616: u615
38792 617: u616
38793 618: u617
38794 619: u618
38795 620: u619
38796 621: u620
38797 622: u621
38798 623: u622
38799 624: u623
38800 625: u624
38801 626: u625
38802 627: u626
38803 628: u627
38804 629: u628
38805 630: u629
38806 631: u630
38807 632: u631
38808 633: u632
38809 634: u633
38810 635: u634
38811 636: u635
38812 637: u636
38813 638: u637
38814 639: u638
38815 640: u639
38816 641: u640
38817 642: u641
38818 643: u642
38819 644: u643
38820 645: u644
38821 646: u645
38822 647: u646
38823 648: u647
38824 649: u648
38825 650: u649
38826 651: u650
38827 652: u651
38828 653: u652
38829 654: u653
38830 655: u654
38831 656: u655
38832 657: u656
38833 658: u657
38834 659: u658
38835 660: u659
38836 661: u660
38837 662: u661
38838 663: u662
38839 664: u663
38840 665: u664
38841 666: u665
38842 667: u666
38843 668: u667
38844 669: u668
38845 670: u669
38846 671: u670
38847 672: u671
38848 673: u672
38849 674: u673
38850 675: u674
38851 676: u675
38852 677: u676
38853 678: u677
38854 679: u678
38855 680: u679
38856 681: u680
38857 682: u681
38858 683: u682
38859 684: u683
38860 685: u684
38861 686: u685
38862 687: u686
38863 688: u687
38864 689: u688
38865 690: u689
38866 691: u690
38867 692: u691
38868 693: u692
38869 694: u693
38870 695: u694
38871 696: u695
38872 697: u696
38873 698: u697
38874 699: u698
38875 700: u699
38876 701: u700
38877 702: u701
38878 703: u702
38879 704: u703
38880 705: u704
38881 706: u705
38882 707: u706
38883 708: u707
38884 709: u708
38885 710: u709
38886 711: u710
38887 712: u711
38888 713: u712
38889 714: u713
38890 715: u714
38891 716: u715
38892 717: u716
38893 718: u717
38894 719: u718
38895 720: u719
38896 721: u720
38897 722: u721
38898 723: u722
38899 724: u723
38900 725: u724
38901 726: u725
38902 727: u726
38903 728: u727
38904 729: u728
38905 730: u729
38906 731: u730
38907 732: u731
38908 733: u732
38909 734: u733
38910 735: u734
38911 736: u735
38912 737: u736
38913 738: u737
38914 739: u738
38915 740: u739
38916 741: u740
38917 742: u741
38918 743: u742
38919 744: u743
38920 745: u744
38921 746: u745
38922 747: u746
38923 748: u747
38924 749: u748
38925 750: u749
38926 751: u750
38927 752: u751
38928 753: u752
38929 754: u753
38930 755: u754
38931 756: u755
38932 757: u756
38933 758: u757
38934 759: u758
38935 760: u759
38936 761: u760
38937 762: u761
38938 763: u762
38939 764: u763
38940 765: u764
38941 766: u765
38942 767: u766
38943 768: u767
38944 769: u768
38945 770: u769
38946 771: u770
38947 772: u771
38948 773: u772
38949 774: u773
38950 775: u774
38951 776: u775
38952 777: u776
38953 778: u777
38954 779: u778
38955 780: u779
38956 781: u780
38957 782: u781
38958 783: u782
38959 784: u783
38960 785: u784
38961 786: u785
38962 787: u786
38963 788: u787
38964 789: u788
38965 790: u789
38966 791: u790
38967 792: u791
38968 793: u792
38969 794: u793
38970 795: u794
38971 796: u795
38972 797: u796
38973 798: u797
38974 799: u798
38975 800: u799
38976 801: u800
38977 802: u801
38978 803: u802
38979 804: u803
38980 805: u804
38981 806: u805
38982 807: u806
38983 808: u807
38984 809: u808
38985 810: u809
38986 811: u810
38987 812: u811
38988 813: u812
38989 814: u813
38990 815: u814
38991 816: u815
38992 817: u816
38993 818: u817
38994 819: u818
38995 820: u819
38996 821: u820
38997 822: u821
38998 823: u822
38999 824: u823
39000 825: u824
39001 826: u825
39002 827: u826
39003 828: u827
39004 829: u828
39005 830: u829
39006 831: u830
39007 832: u831
39008 833: u832
39009 834: u833
39010 835: u834
39011 836: u835
39012 837: u836
39013 838: u837
39014 839: u838
39015 840: u839
39016 841: u840
39017 842: u841
39018 843: u842
39019 844: u843
39020 845: u844
39021 846: u845
39022 847: u846
39023 848: u847
39024 849: u848
39025 850: u849
39026 851: u850
39027 852: u851
39028 853: u852
39029 854: u853
39030 855: u854
39031 856: u855
39032 857: u856
39033 858: u857
39034 859: u858
39035 860: u859
39036 861: u860
39037 862: u861
39038 863: u862
39039 864: u863
39040 865: u864
39041 866: u865
39042 867: u866
39043 868: u867
39044 869: u868
39045 870: u869
39046 871: u870
39047 872: u871
39048 873: u872
39049 874: u873
39050 875: u874
39051 876: u875
39052 877: u876
39053 878: u877
39054 879: u878
39055 880: u879
39056 881: u880
39057 882: u881
39058 883: u882
39059 884: u883
39060 885: u884
39061 886: u885
39062 887: u886
39063 888: u887
39064 889: u888
39065 890: u889
39066 891: u890
39067 892: u891
39068 893: u892
39069 894: u893
39070 895: u894
39071 896: u895
39072 897: u896
39073 898: u897
39074 899: u898
39075 900: u899
39076 901: u900
39077 902: u901
39078 903: u902
39079 904: u903
39080 905: u904
39081 906: u905
39082 907: u906
39083 908: u907
39084 909: u908
39085 910: u909
39086 911: u910
39087 912: u911
39088 913: u912
39089 914: u913
39090 915: u914
39091 916: u915
39092 917: u916
39093 918: u917
39094 919: u918
39095 920: u919
39096 921: u920
39097 922: u921
39098 923: u922
39099 924: u923
39100 925: u924
39101 926: u925
39102 927: u926
39103 928: u927
39104 929: u928
39105 930: u929
39106 931: u930
39107 932: u931
39108 933: u932
39109 934: u933
39110 935: u934
39111 936: u935
39112 937: u936
39113 938: u937
39114 939: u938
39115 940: u939
39116 941: u940
39117 942: u941
39118 943: u942
39119 944: u943
39120 945: u944
39121 946: u945
39122 947: u946
39123 948: u947
39124 949: u948
39125 950: u949
39126 951: u950
39127 952: u951
39128 953: u952
39129 954: u953
39130 955: u954
39131 956: u955
39132 957: u956
39133 958: u957
39134 959: u958
39135 960: u959
39136 961: u960
39137 962: u961
39138 963: u962
39139 964: u963
39140 965: u964
39141 966: u965
39142 967: u966
39143 968: u967
39144 969: u968
39145 970: u969
39146 971: u970
39147 972: u971
39148 973: u972
39149 974: u973
39150 975: u974
39151 976: u975
39152 977: u976
39153 978: u977
39154 979: u978
39155 980: u979
39156 981: u980
39157 982: u981
39158 983: u982
39159 984: u983
39160 985: u984
39161 986: u985
39162 987: u986
39163 988: u987
39164 989: u988
39165 990: u989
39166 991: u990
39167 992: u991
39168 993: u992
39169 994: u993
39170 995: u994
39171 996: u995
39172 997: u996
39173 998: u997
39174 999: u998
39175 1000: u999
39176 1001: u1000
39177 1002: u1001
39178 1003: u1002
39179 1004: u1003
39180 1005: u1004
39181 1006: u1005
39182 1007: u1006
39183 1008: u1007
39184 1009: u1008
39185 1010: u1009
39186 1011: u1010
39187 1012: u1011
39188 1013: u1012
39189 1014: u1013
39190 1015: u1014
39191 1016: u1015
39192 1017: u1016
39193 1018: u1017
39194 1019: u1018
39195 1020: u1019
39196 1021: u1020
39197 1022: u1021
39198 1023: u1022
39199 1024: u1023
39200 1025: u1024
39201 1026: u1025
39202 1027: u1026
39203 1028: u1027
39204 1029: u1028
39205 1030: u1029
39206 1031: u1030
39207 1032: u1031
39208 1033: u1032
39209 1034: u1033
39210 1035: u1034
39211 1036: u1035
39212 1037: u1036
39213 1038: u1037
39214 1039: u1038
39215 1040: u1039
39216 1041: u1040
39217 1042: u1041
39218 1043: u1042
39219 1044: u1043
39220 1045: u1044
39221 1046: u1045
39222 1047: u1046
39223 1048: u1047
39224 1049: u1048
39225 1050: u1049
39226 1051: u1050
39227 1052: u1051
39228 1053: u1052
39229 1054: u1053
39230 1055: u1054
39231 1056: u1055
39232 1057: u1056
39233 1058: u1057
39234 1059: u1058
39235 1060: u1059
39236 1061: u1060
39237 1062: u1061
39238 1063: u1062
39239 1064: u1063
39240 1065: u1064
39241 1066: u1065
39242 1067: u1066
39243 1068: u1067
39244 1069: u1068
39245 1070: u1069
39246 1071: u1070
39247 1072: u1071
39248 1073: u1072
39249 1074: u1073
39250 1075: u1074
39251 1076: u1075
39252 1077: u1076
39253 1078: u1077
39254 1079: u1078
39255 1080: u1079
39256 1081: u1080
39257 1082: u1081
39258 1083: u1082
39259 1084: u1083
39260 1085: u1084
39261 1086: u1085
39262 1087: u1086
39263 1088: u1087
39264 1089: u1088
39265 1090: u1089
39266 1091: u1090
39267 1092: u1091
39268 1093: u1092
39269 1094: u1093
39270 1095: u1094
39271 1096: u1095
39272 1097: u1096
39273 1098: u1097
39274 1099: u1098
39275 1100: u1099
39276 1101: u1100
39277 1102: u1101
39278 1103: u1102
39279 1104: u1103
39280 1105: u1104
39281 1106: u1105
39282 1107: u1106
39283 1108: u1107
39284 1109: u1108
39285 1110: u1109
39286 1111: u1110
39287 1112: u1111
39288 1113: u1112
39289 1114: u1113
39290 1115: u1114
39291 1116: u1115
39292 1117: u1116
39293 1118: u1117
39294 1119: u1118
39295 1120: u1119
39296 1121: u1120
39297 1122: u1121
39298 1123: u1122
39299 1124: u1123
39300 1125: u1124
39301 1126: u1125
39302 1127: u1126
39303 1128: u1127
39304 1129: u1128
39305 1130: u1129
39306 1131: u1130
39307 1132: u1131
39308 1133: u1132
39309 1134: u1133
39310 1135: u1134
39311 1136: u1135
39312 1137: u1136
39313 1138: u1137
39314 1139: u1138
39315 1140: u1139
39316 1141: u1140
39317 1142: u1141
39318 1143: u1142
39319 1144: u1143
39320 1145: u1144
39321 1146: u1145
39322 1147: u1146
39323 1148: u1147
39324 1149: u1148
39325 1150: u1149
39326 1151: u1150
39327 1152: u1151
39328 1153: u1152
39329 1154: u1153
39330 1155: u1154
39331 1156: u1155
39332 1157: u1156
39333 1158: u1157
39334 1159: u1158
39335 1160: u1159
39336 1161: u1160
39337 1162: u1161
39338 1163: u1162
39339 1164: u1163
39340 1165: u1164
39341 1166: u1165
39342 1167: u1166
39343 1168: u1167
39344 1169: u1168
39345 1170: u1169
39346 1171: u1170
39347 1172: u1171
39348 1173: u1172
39349 1174: u1173
39350 1175: u1174
39351 1176: u1175
39352 1177: u1176
39353 1178: u1177
39354 1179: u1178
39355 1180: u1179
39356 1181: u1180
39357 1182: u1181
39358 1183: u1182
39359 1184: u1183
39360 1185: u1184
39361 1186: u1185
39362 1187: u1186
39363 1188: u1187
39364 1189: u1188
39365 1190: u1189
39366 1191: u1190
39367 1192: u1191
39368 1193: u1192
39369 1194: u1193
39370 1195: u1194
39371 1196: u1195
39372 1197: u1196
39373 1198: u1197
39374 1199: u1198
39375 1200: u1199
39376 1201: u1200
39377 1202: u1201
39378 1203: u1202
39379 1204: u1203
39380 1205: u1204
39381 1206: u1205
39382 1207: u1206
39383 1208: u1207
39384 1209: u1208
39385 1210: u1209
39386 1211: u1210
39387 1212: u1211
39388 1213: u1212
39389 1214: u1213
39390 1215: u1214
39391 1216: u1215
39392 1217: u1216
39393 1218: u1217
39394 1219: u1218
39395 1220: u1219
39396 1221: u1220
39397 1222: u1221
39398 1223: u1222
39399 1224: u1223
39400 1225: u1224
39401 1226: u1225
39402 1227: u1226
39403 1228: u1227
39404 1229: u1228
39405 1230: u1229
39406 1231: u1230
39407 1232: u1231
39408 1233: u1232
39409 1234: u1233
39410 1235: u1234
39411 1236: u1235
39412 1237: u1236
39413 1238: u1237
39414 1239: u1238
39415 1240: u1239
39416 1241: u1240
39417 1242: u1241
39418 1243: u1242
39419 1244: u1243
39420 1245: u1244
39421 1246: u1245
39422 1247: u1246
39423 1248: u1247
39424 1249: u1248
39425 1250: u1249
39426 1251: u1250
39427 1252: u1251
39428 1253: u1252
39429 1254: u1253
39430 1255: u1254
39431 1256: u1255
39432 1257: u1256
39433 1258: u1257
39434 1259: u1258
39435 1260: u1259
39436 1261: u1260
39437 1262: u1261
39438 1263: u1262
39439 1264: u1263
39440 1265: u1264
39441 1266: u1265
39442 1267: u1266
39443 1268: u1267
39444 1269: u1268
39445 1270: u1269
39446 1271: u1270
39447 1272: u1271
39448 1273: u1272
39449 1274: u1273
39450 1275: u1274
39451 1276: u1275
39452 1277: u1276
39453 1278: u1277
39454 1279: u1278
39455 1280: u1279
39456 1281: u1280
39457 1282: u1281
39458 1283: u1282
39459 1284: u1283
39460 1285: u1284
39461 1286: u1285
39462 1287: u1286
39463 1288: u1287
39464 1289: u1288
39465 1290: u1289
39466 1291: u1290
39467 1292: u1291
39468 1293: u1292
39469 1294: u1293
39470 1295: u1294
39471 1296: u1295
39472 1297: u1296
39473 1298: u1297
39474 1299: u1298
39475 1300: u1299
39476 1301: u1300
39477 1302: u1301
39478 1303: u1302
39479 1304: u1303
39480 1305: u1304
39481 1306: u1305
39482 1307: u1306
39483 1308: u1307
39484 1309: u1308
39485 1310: u1309
39486 1311: u1310
39487 1312: u1311
39488 1313: u1312
39489 1314: u1313
39490 1315: u1314
39491 1316: u1315
39492 1317: u1316
39493 1318: u1317
39494 1319: u1318
39495 1320: u1319
39496 1321: u1320
39497 1322: u1321
39498 1323: u1322
39499 1324: u1323
39500 1325: u1324
39501 1326: u1325
39502 1327: u1326
39503 1328: u1327
39504 1329: u1328
39505 1330: u1329
39506 1331: u1330
39507 1332: u1331
39508 1333: u1332
39509 1334: u1333
39510 1335: u1334
39511 1336: u1335
39512 1337: u1336
39513 1338: u1337
39514 1339: u1338
39515 1340: u1339
39516 1341: u1340
39517 1342: u1341
39518 1343: u1342
39519 1344: u1343
39520 1345: u1344
39521 1346: u1345
39522 1347: u1346
39523 1348: u1347
39524 1349: u1348
39525 1350: u1349
39526 1351: u1350
39527 1352: u1351
39528 1353: u1352
39529 1354: u1353
39530 1355: u1354
39531 1356: u1355
39532 1357: u1356
39533 1358: u1357
39534 1359: u1358
39535 1360: u1359
39536 1361: u1360
39537 1362: u1361
39538 1363: u1362
39539 1364: u1363
39540 1365: u1364
39541 1366: u1365
39542 1367: u1366
39543 1368: u1367
39544 1369: u1368
39545 1370: u1369
39546 1371: u1370
39547 1372: u1371
39548 1373: u1372
39549 1374: u1373
39550 1375: u1374
39551 1376: u1375
39552 1377: u1376
39553 1378: u1377
39554 1379: u1378
39555 1380: u1379
39556 1381: u1380
39557 1382: u1381
39558 1383: u1382
39559 1384: u1383
39560 1385: u1384
39561 1386: u1385
39562 1387: u1386
39563 1388: u1387
39564 1389: u1388
39565 1390: u1389
39566 1391: u1390
39567 1392: u1391
39568 1393: u1392
39569 1394: u1393
39570 1395: u1394
39571 1396: u1395
39572 1397: u1396
39573 1398: u1397
39574 1399: u1398
39575 1400: u1399
39576 1401: u1400
39577 1402: u1401
39578 1403: u1402
39579 1404: u1403
39580 1405: u1404
39581 1406: u1405
39582 1407: u1406
39583 1408: u1407
39584 1409: u1408
39585 1410: u1409
39586 1411: u1410
39587 1412: u1411
39588 1413: u1412
39589 1414: u1413
39590 1415: u1414
39591 1416: u1415
39592 1417: u1416
39593 1418: u1417
39594 1419: u1418
39595 1420: u1419
39596 1421: u1420
39597 1422: u1421
39598 1423: u1422
39599 1424: u1423
39600 1425: u1424
39601 1426: u1425
39602 1427: u1426
39603 1428: u1427
39604 1429: u1428
39605 1430: u1429
39606 1431: u1430
39607 1432: u1431
39608 1433: u1432
39609 1434: u1433
39610 1435: u1434
39611 1436: u1435
39612 1437: u1436
39613 1438: u1437
39614 1439: u1438
39615 1440: u1439
39616 1441: u1440
39617 1442: u1441
39618 1443: u1442
39619 1444: u1443
39620 1445: u1444
39621 1446: u1445
39622 1447: u1446
39623 1448: u1447
39624 1449: u1448
39625 1450: u1449
39626 1451: u1450
39627 1452: u1451
39628 1453: u1452
39629 1454: u1453
39630 1455: u1454
39631 1456: u1455
39632 1457: u1456
39633 1458: u1457
39634 1459: u1458
39635 1460: u1459
39636 1461: u1460
39637 1462: u1461
39638 1463: u1462
39639 1464: u1463
39640 1465: u1464
39641 1466: u1465
39642 1467: u1466
39643 1468: u1467
39644 1469: u1468
39645 1470: u1469
39646 1471: u1470
39647 1472: u1471
39648 1473: u1472
39649 1474: u1473
39650 1475: u1474
39651 1476: u1475
39652 1477: u1476
39653 1478: u1477
39654 1479: u1478
39655 1480: u1479
39656 1481: u1480
39657 1482: u1481
39658 1483: u1482
39659 1484: u1483
39660 1485: u1484
39661 1486: u1485
39662 1487: u1486
39663 1488: u1487
39664 1489: u1488
39665 1490: u1489
39666 1491: u1490
39667 1492: u1491
39668 1493: u1492
39669 1494: u1493
39670 1495: u1494
39671 1496: u1495
39672 1497: u1496
39673 1498: u1497
39674 1499: u1498
39675 1500: u1499
39676 1501: u1500
39677 1502: u1501
39678 1503: u1502
39679 1504: u1503
39680 1505: u1504
39681 1506: u1505
39682 1507: u1506
39683 1508: u1507
39684 1509: u1508
39685 1510: u1509
39686 1511: u1510
39687 1512: u1511
39688 1513: u1512
39689 1514: u1513
39690 1515: u1514
39691 1516: u1515
39692 1517: u1516
39693 1518: u1517
39694 1519: u1518
39695 1520: u1519
39696 1521: u1520
39697 1522: u1521
39698 1523: u1522
39699 1524: u1523
39700 1525: u1524
39701 1526: u1525
39702 1527: u1526
39703 1528: u1527
39704 1529: u1528
39705 1530: u1529
39706 1531: u1530
39707 1532: u1531
39708 1533: u1532
39709 1534: u1533
39710 1535: u1534
39711 1536: u1535
39712 1537: u1536
39713 1538: u1537
39714 1539: u1538
39715 1540: u1539
39716 1541: u1540
39717 1542: u1541
39718 1543: u1542
39719 1544: u1543
39720 1545: u1544
39721 1546: u1545
39722 1547: u1546
39723 1548: u1547
39724 1549: u1548
39725 1550: u1549
39726 1551: u1550
39727 1552: u1551
39728 1553: u1552
39729 1554: u1553
39730 1555: u1554
39731 1556: u1555
39732 1557: u1556
39733 1558: u1557
39734 1559: u1558
39735 1560: u1559
39736 1561: u1560
39737 1562: u1561
39738 1563: u1562
39739 1564: u1563
39740 1565: u1564
39741 1566: u1565
39742 1567: u1566
39743 1568: u1567
39744 1569: u1568
39745 1570: u1569
39746 1571: u1570
39747 1572: u1571
39748 1573: u1572
39749 1574: u1573
39750 1575: u1574
39751 1576: u1575
39752 1577: u1576
39753 1578: u1577
39754 1579: u1578
39755 1580: u1579
39756 1581: u1580
39757 1582: u1581
39758 1583: u1582
39759 1584: u1583
39760 1585: u1584
39761 1586: u1585
39762 1587: u1586
39763 1588: u1587
39764 1589: u1588
39765 1590: u1589
39766 1591: u1590
39767 1592: u1591
39768 1593: u1592
39769 1594: u1593
39770 1595: u1594
39771 1596: u1595
39772 1597: u1596
39773 1598: u1597
39774 1599: u1598
39775 1600: u1599
39776 1601: u1600
39777 1602: u1601
39778 1603: u1602
39779 1604: u1603
39780 1605: u1604
39781 1606: u1605
39782 1607: u1606
39783 1608: u1607
39784 1609: u1608
39785 1610: u1609
39786 1611: u1610
39787 1612: u1611
39788 1613: u1612
39789 1614: u1613
39790 1615: u1614
39791 1616: u1615
39792 1617: u1616
39793 1618: u1617
39794 1619: u1618
39795 1620: u1619
39796 1621: u1620
39797 1622: u1621
39798 1623: u1622
39799 1624: u1623
39800 1625: u1624
39801 1626: u1625
39802 1627: u1626
39803 1628: u1627
39804 1629: u1628
39805 1630: u1629
39806 1631: u1630
39807 1632: u1631
39808 1633: u1632
39809 1634: u1633
39810 1635: u1634
39811 1636: u1635
39812 1637: u1636
39813 1638: u1637
39814 1639: u1638
39815 1640: u1639
39816 1641: u1640
39817 1642: u1641
39818 1643: u1642
39819 1644: u1643
39820 1645: u1644
39821 1646: u1645
39822 1647: u1646
39823 1648: u1647
39824 1649: u1648
39825 1650: u1649
39826 1651: u1650
39827 1652: u1651
39828 1653: u1652
39829 1654: u1653
39830 1655: u1654
39831 1656: u1655
39832 1657: u1656
39833 1658: u1657
39834 1659: u1658
39835 1660: u1659
39836 1661: u1660
39837 1662: u1661
39838 1663: u1662
39839 1664: u1663
39840 1665: u1664
39841 1666: u1665
39842 1667: u1666
39843 1668: u1667
39844 1669: u1668
39845 1670: u1669
39846 1671: u1670
39847 1672: u1671
39848 1673: u1672
39849 1674: u1673
39850 1675: u1674
39851 1676: u1675
39852 1677: u1676
39853 1678: u1677
39854 1679: u1678
39855 1680: u1679
39856 1681: u1680
39857 1682: u1681
39858 1683: u1682
39859 1684: u1683
39860 1685: u1684
39861 1686: u1685
39862 1687: u1686
39863 1688: u1687
39864 1689: u1688
39865 1690: u1689
39866 1691: u1690
39867 1692: u1691
39868 1693: u1692
39869 1694: u1693
39870 1695: u1694
39871 1696: u1695
39872 1697: u1696
39873 1698: u1697
39874 1699: u1698
39875 1700: u1699
39876 1701: u1700
39877 1702: u1701
39878 1703: u1702
39879 1704: u1703
39880 1705: u1704
39881 1706: u1705
39882 1707: u1706
39883 1708: u1707
39884 1709: u1708
39885 1710: u1709
39886 1711: u1710
39887 1712: u1711
39888 1713: u1712
39889 1714: u1713
39890 1715: u1714
39891 1716: u1715
39892 1717: u1716
39893 1718: u1717
39894 1719: u1718
39895 1720: u1719
39896 1721: u1720
39897 1722: u1721
39898 1723: u1722
39899 1724: u1723
39900 1725: u1724
39901 1726: u1725
39902 1727: u1726
39903 1728: u1727
39904 1729: u1728
39905 1730: u1729
39906 1731: u1730
39907 1732: u1731
39908 1733: u1732
39909 1734: u1733
39910 1735: u1734
39911 1736: u1735
39912 1737: u1736
39913 1738: u1737
39914 1739: u1738
39915 1740: u1739
39916 1741: u1740
39917 1742: u1741
39918 1743: u1742
39919 1744: u1743
39920 1745: u1744
39921 1746: u1745
39922 1747: u1746
39923 1748: u1747
39924 1749: u1748
39925 1750: u1749
39926 1751: u1750
39927 1752: u1751
39928 1753: u1752
39929 1754: u1753
39930 1755: u1754
39931 1756: u1755
39932 1757: u1756
39933 1758: u1757
39934 1759: u1758
39935 1760: u1759
39936 1761: u1760
39937 1762: u1761
39938 1763: u1762
39939 1764: u1763
39940 1765: u1764
39941 1766: u1765
39942 1767: u1766
39943 1768: u1767
39944 1769: u1768
39945 1770: u1769
39946 1771: u1770
39947 1772: u1771
39948 1773: u1772
39949 1774: u1773
39950 1775: u1774
39951 1776: u1775
39952 1777: u1776
39953 1778: u1777
39954 1779: u1778
39955 1780: u1779
39956 1781: u1780
39957 1782: u1781
39958 1783: u1782
39959 1784: u1783
39960 1785: u1784
39961 1786: u1785
39962 1787: u1786
39963 1788: u1787
39964 1789: u1788
39965 1790: u1789
39966 1791: u1790
39967 1792: u1791
39968 1793: u1792
39969 1794: u1793
39970 1795: u1794
39971 1796: u1795
39972 1797: u1796
39973 1798: u1797
39974 1799: u1798
39975 1800: u1799
39976 1801: u1800
39977 1802: u1801
39978 1803: u1802
39979 1804: u1803
39980 1805: u1804
39981 1806: u1805
39982 1807: u1806
39983 1808: u1807
39984 1809: u1808
39985 1810: u1809
39986 1811: u1810
39987 1812: u1811
39988 1813: u1812
39989 1814: u1813
39990 1815: u1814
39991 1816: u1815
39992 1817: u1816
39993 1818: u1817
39994 1819: u1818
39995 1820: u1819
39996 1821: u1820
39997 1822: u1821
39998 1823: u1822
39999 1824: u1823
40000 1825: u1824
40001 1826: u1825
40002 1827: u1826
40003 1828: u1827
40004 1829: u1828
40005 1830: u1829
40006 1831: u1830
40007 1832: u1831
40008 1833: u1832
40009 1834: u1833
40010 1835: u1834
40011 1836: u1835
40012 1837: u1836
40013 1838: u1837
40014 1839: u1838
40015 1840: u1839
40016 1841: u1840
40017 1842: u1841
40018 1843: u1842
40019 1844: u1843
40020 1845: u1844
40021 1846: u1845
40022 1847: u1846
40023 1848: u1847
40024 1849: u1848
40025 1850: u1849
40026 1851: u1850
40027 1852: u1851
40028 1853: u1852
40029 1854: u1853
40030 1855: u1854
40031 1856: u1855
40032 1857: u1856
40033 1858: u1857
40034 1859: u1858
40035 1860: u1859
40036 1861: u1860
40037 1862: u1861
40038 1863: u1862
40039 1864: u1863
40040 1865: u1864
40041 1866: u1865
40042 1867: u1866
40043 1868: u1867
40044 1869: u1868
40045 1870: u1869
40046 1871: u1870
40047 1872: u1871
40048 1873: u1872
40049 1874: u1873
40050 1875: u1874
40051 1876: u1875
40052 1877: u1876
40053 1878: u1877
40054 1879: u1878
40055 1880: u1879
40056 1881: u1880
40057 1882: u1881
40058 1883: u1882
40059 1884: u1883
40060 1885: u1884
40061 1886: u1885
40062 1887: u1886
40063 1888: u1887
40064 1889: u1888
40065 1890: u1889
40066 1891: u1890
40067 1892: u1891
40068 1893: u1892
40069 1894: u1893
40070 1895: u1894
40071 1896: u1895
40072 1897: u1896
40073 1898: u1897
40074 1899: u1898
40075 1900: u1899
40076 1901: u1900
40077 1902: u1901
40078 1903: u1902
40079 1904: u1903
40080 1905: u1904
40081 1906: u1905
40082 1907: u1906
40083 1908: u1907
40084 1909: u1908
40085 1910: u1909
40086 1911: u1910
40087 1912: u1911
40088 1913: u1912
40089 1914: u1913
40090 1915: u1914
40091 1916: u1915
40092 1917: u1916
40093 1918: u1917
40094 1919: u1918
40095 1920: u1919
40096 1921: u1920
40097 1922: u1921
40098 1923: u1922
40099 1924: u1923
40100 1925: u1924
40101 1926: u1925
40102 1927: u1926
40103 1928: u1927
40104 1929: u1928
40105 1930: u1929
40106 1931: u1930
40107 1932: u1931
40108 1933: u1932
40109 1934: u1933
40110 1935: u1934
40111 1936: u1935
40112 1937: u1936
40113 1938: u1937
40114 1939: u1938
40115 1940: u1939
40116 1941: u1940
40117 1942: u1941
40118 1943: u1942
40119 1944: u1943
40120 1945: u1944
40121 1946: u1945
40122 1947: u1946
40123 1948: u1947
40124 1949: u1948
40125 1950: u1949
40126 1951: u1950
40127 1952: u1951
40128 1953: u1952
40129 1954: u1953
40130 1955: u1954
40131 1956: u1955
40132 1957: u1956
40133 1958: u1957
40134 1959: u1958
40135 1960: u1959
40136 1961: u1960
40137 1962: u1961
40138 1963: u1962
40139 1964: u1963
40140 1965: u1964
40141 1966: u1965
40142 1967: u1966
40143 1968: u1967
40144 1969: u1968
40145 1970: u1969
40146 1971: u1970
40147 1972: u1971
40148 1973: u1972
40149 1974: u1973
40150 1975: u1974
40151 1976: u1975
40152 1977: u1976
40153 1978: u1977
40154 1979: u1978
40155 1980: u1979
40156 1981: u1980
40157 1982: u1981
40158 1983: u1982
40159 1984: u1983
40160 1985: u1984
40161 1986: u1985
40162 1987: u1986
40163 1988: u1987
40164 1989: u1988
40165 1990: u1989
40166 1991: u1990
40167 1992: u1991
40168 1993: u1992
40169 1994: u1993
40170 1995: u1994
40171 1996: u1995
40172 1997: u1996
40173 1998: u1997
40174 1999: u1998
40175 2000: u1999
40176 - name: outputVoltageFallRate
40177 oid: 1.3.6.1.4.1.19947.1.3.2.1.14
40178 type: Float
40179 help: Voltage Rise Slew Rate [V/s] - 1.3.6.1.4.1.19947.1.3.2.1.14
40180 indexes:
40181 - labelname: outputIndex
40182 type: gauge
40183 enum_values:
40184 1: u0
40185 2: u1
40186 3: u2
40187 4: u3
40188 5: u4
40189 6: u5
40190 7: u6
40191 8: u7
40192 9: u8
40193 10: u9
40194 11: u10
40195 12: u11
40196 13: u12
40197 14: u13
40198 15: u14
40199 16: u15
40200 17: u16
40201 18: u17
40202 19: u18
40203 20: u19
40204 21: u20
40205 22: u21
40206 23: u22
40207 24: u23
40208 25: u24
40209 26: u25
40210 27: u26
40211 28: u27
40212 29: u28
40213 30: u29
40214 31: u30
40215 32: u31
40216 33: u32
40217 34: u33
40218 35: u34
40219 36: u35
40220 37: u36
40221 38: u37
40222 39: u38
40223 40: u39
40224 41: u40
40225 42: u41
40226 43: u42
40227 44: u43
40228 45: u44
40229 46: u45
40230 47: u46
40231 48: u47
40232 49: u48
40233 50: u49
40234 51: u50
40235 52: u51
40236 53: u52
40237 54: u53
40238 55: u54
40239 56: u55
40240 57: u56
40241 58: u57
40242 59: u58
40243 60: u59
40244 61: u60
40245 62: u61
40246 63: u62
40247 64: u63
40248 65: u64
40249 66: u65
40250 67: u66
40251 68: u67
40252 69: u68
40253 70: u69
40254 71: u70
40255 72: u71
40256 73: u72
40257 74: u73
40258 75: u74
40259 76: u75
40260 77: u76
40261 78: u77
40262 79: u78
40263 80: u79
40264 81: u80
40265 82: u81
40266 83: u82
40267 84: u83
40268 85: u84
40269 86: u85
40270 87: u86
40271 88: u87
40272 89: u88
40273 90: u89
40274 91: u90
40275 92: u91
40276 93: u92
40277 94: u93
40278 95: u94
40279 96: u95
40280 97: u96
40281 98: u97
40282 99: u98
40283 100: u99
40284 101: u100
40285 102: u101
40286 103: u102
40287 104: u103
40288 105: u104
40289 106: u105
40290 107: u106
40291 108: u107
40292 109: u108
40293 110: u109
40294 111: u110
40295 112: u111
40296 113: u112
40297 114: u113
40298 115: u114
40299 116: u115
40300 117: u116
40301 118: u117
40302 119: u118
40303 120: u119
40304 121: u120
40305 122: u121
40306 123: u122
40307 124: u123
40308 125: u124
40309 126: u125
40310 127: u126
40311 128: u127
40312 129: u128
40313 130: u129
40314 131: u130
40315 132: u131
40316 133: u132
40317 134: u133
40318 135: u134
40319 136: u135
40320 137: u136
40321 138: u137
40322 139: u138
40323 140: u139
40324 141: u140
40325 142: u141
40326 143: u142
40327 144: u143
40328 145: u144
40329 146: u145
40330 147: u146
40331 148: u147
40332 149: u148
40333 150: u149
40334 151: u150
40335 152: u151
40336 153: u152
40337 154: u153
40338 155: u154
40339 156: u155
40340 157: u156
40341 158: u157
40342 159: u158
40343 160: u159
40344 161: u160
40345 162: u161
40346 163: u162
40347 164: u163
40348 165: u164
40349 166: u165
40350 167: u166
40351 168: u167
40352 169: u168
40353 170: u169
40354 171: u170
40355 172: u171
40356 173: u172
40357 174: u173
40358 175: u174
40359 176: u175
40360 177: u176
40361 178: u177
40362 179: u178
40363 180: u179
40364 181: u180
40365 182: u181
40366 183: u182
40367 184: u183
40368 185: u184
40369 186: u185
40370 187: u186
40371 188: u187
40372 189: u188
40373 190: u189
40374 191: u190
40375 192: u191
40376 193: u192
40377 194: u193
40378 195: u194
40379 196: u195
40380 197: u196
40381 198: u197
40382 199: u198
40383 200: u199
40384 201: u200
40385 202: u201
40386 203: u202
40387 204: u203
40388 205: u204
40389 206: u205
40390 207: u206
40391 208: u207
40392 209: u208
40393 210: u209
40394 211: u210
40395 212: u211
40396 213: u212
40397 214: u213
40398 215: u214
40399 216: u215
40400 217: u216
40401 218: u217
40402 219: u218
40403 220: u219
40404 221: u220
40405 222: u221
40406 223: u222
40407 224: u223
40408 225: u224
40409 226: u225
40410 227: u226
40411 228: u227
40412 229: u228
40413 230: u229
40414 231: u230
40415 232: u231
40416 233: u232
40417 234: u233
40418 235: u234
40419 236: u235
40420 237: u236
40421 238: u237
40422 239: u238
40423 240: u239
40424 241: u240
40425 242: u241
40426 243: u242
40427 244: u243
40428 245: u244
40429 246: u245
40430 247: u246
40431 248: u247
40432 249: u248
40433 250: u249
40434 251: u250
40435 252: u251
40436 253: u252
40437 254: u253
40438 255: u254
40439 256: u255
40440 257: u256
40441 258: u257
40442 259: u258
40443 260: u259
40444 261: u260
40445 262: u261
40446 263: u262
40447 264: u263
40448 265: u264
40449 266: u265
40450 267: u266
40451 268: u267
40452 269: u268
40453 270: u269
40454 271: u270
40455 272: u271
40456 273: u272
40457 274: u273
40458 275: u274
40459 276: u275
40460 277: u276
40461 278: u277
40462 279: u278
40463 280: u279
40464 281: u280
40465 282: u281
40466 283: u282
40467 284: u283
40468 285: u284
40469 286: u285
40470 287: u286
40471 288: u287
40472 289: u288
40473 290: u289
40474 291: u290
40475 292: u291
40476 293: u292
40477 294: u293
40478 295: u294
40479 296: u295
40480 297: u296
40481 298: u297
40482 299: u298
40483 300: u299
40484 301: u300
40485 302: u301
40486 303: u302
40487 304: u303
40488 305: u304
40489 306: u305
40490 307: u306
40491 308: u307
40492 309: u308
40493 310: u309
40494 311: u310
40495 312: u311
40496 313: u312
40497 314: u313
40498 315: u314
40499 316: u315
40500 317: u316
40501 318: u317
40502 319: u318
40503 320: u319
40504 321: u320
40505 322: u321
40506 323: u322
40507 324: u323
40508 325: u324
40509 326: u325
40510 327: u326
40511 328: u327
40512 329: u328
40513 330: u329
40514 331: u330
40515 332: u331
40516 333: u332
40517 334: u333
40518 335: u334
40519 336: u335
40520 337: u336
40521 338: u337
40522 339: u338
40523 340: u339
40524 341: u340
40525 342: u341
40526 343: u342
40527 344: u343
40528 345: u344
40529 346: u345
40530 347: u346
40531 348: u347
40532 349: u348
40533 350: u349
40534 351: u350
40535 352: u351
40536 353: u352
40537 354: u353
40538 355: u354
40539 356: u355
40540 357: u356
40541 358: u357
40542 359: u358
40543 360: u359
40544 361: u360
40545 362: u361
40546 363: u362
40547 364: u363
40548 365: u364
40549 366: u365
40550 367: u366
40551 368: u367
40552 369: u368
40553 370: u369
40554 371: u370
40555 372: u371
40556 373: u372
40557 374: u373
40558 375: u374
40559 376: u375
40560 377: u376
40561 378: u377
40562 379: u378
40563 380: u379
40564 381: u380
40565 382: u381
40566 383: u382
40567 384: u383
40568 385: u384
40569 386: u385
40570 387: u386
40571 388: u387
40572 389: u388
40573 390: u389
40574 391: u390
40575 392: u391
40576 393: u392
40577 394: u393
40578 395: u394
40579 396: u395
40580 397: u396
40581 398: u397
40582 399: u398
40583 400: u399
40584 401: u400
40585 402: u401
40586 403: u402
40587 404: u403
40588 405: u404
40589 406: u405
40590 407: u406
40591 408: u407
40592 409: u408
40593 410: u409
40594 411: u410
40595 412: u411
40596 413: u412
40597 414: u413
40598 415: u414
40599 416: u415
40600 417: u416
40601 418: u417
40602 419: u418
40603 420: u419
40604 421: u420
40605 422: u421
40606 423: u422
40607 424: u423
40608 425: u424
40609 426: u425
40610 427: u426
40611 428: u427
40612 429: u428
40613 430: u429
40614 431: u430
40615 432: u431
40616 433: u432
40617 434: u433
40618 435: u434
40619 436: u435
40620 437: u436
40621 438: u437
40622 439: u438
40623 440: u439
40624 441: u440
40625 442: u441
40626 443: u442
40627 444: u443
40628 445: u444
40629 446: u445
40630 447: u446
40631 448: u447
40632 449: u448
40633 450: u449
40634 451: u450
40635 452: u451
40636 453: u452
40637 454: u453
40638 455: u454
40639 456: u455
40640 457: u456
40641 458: u457
40642 459: u458
40643 460: u459
40644 461: u460
40645 462: u461
40646 463: u462
40647 464: u463
40648 465: u464
40649 466: u465
40650 467: u466
40651 468: u467
40652 469: u468
40653 470: u469
40654 471: u470
40655 472: u471
40656 473: u472
40657 474: u473
40658 475: u474
40659 476: u475
40660 477: u476
40661 478: u477
40662 479: u478
40663 480: u479
40664 481: u480
40665 482: u481
40666 483: u482
40667 484: u483
40668 485: u484
40669 486: u485
40670 487: u486
40671 488: u487
40672 489: u488
40673 490: u489
40674 491: u490
40675 492: u491
40676 493: u492
40677 494: u493
40678 495: u494
40679 496: u495
40680 497: u496
40681 498: u497
40682 499: u498
40683 500: u499
40684 501: u500
40685 502: u501
40686 503: u502
40687 504: u503
40688 505: u504
40689 506: u505
40690 507: u506
40691 508: u507
40692 509: u508
40693 510: u509
40694 511: u510
40695 512: u511
40696 513: u512
40697 514: u513
40698 515: u514
40699 516: u515
40700 517: u516
40701 518: u517
40702 519: u518
40703 520: u519
40704 521: u520
40705 522: u521
40706 523: u522
40707 524: u523
40708 525: u524
40709 526: u525
40710 527: u526
40711 528: u527
40712 529: u528
40713 530: u529
40714 531: u530
40715 532: u531
40716 533: u532
40717 534: u533
40718 535: u534
40719 536: u535
40720 537: u536
40721 538: u537
40722 539: u538
40723 540: u539
40724 541: u540
40725 542: u541
40726 543: u542
40727 544: u543
40728 545: u544
40729 546: u545
40730 547: u546
40731 548: u547
40732 549: u548
40733 550: u549
40734 551: u550
40735 552: u551
40736 553: u552
40737 554: u553
40738 555: u554
40739 556: u555
40740 557: u556
40741 558: u557
40742 559: u558
40743 560: u559
40744 561: u560
40745 562: u561
40746 563: u562
40747 564: u563
40748 565: u564
40749 566: u565
40750 567: u566
40751 568: u567
40752 569: u568
40753 570: u569
40754 571: u570
40755 572: u571
40756 573: u572
40757 574: u573
40758 575: u574
40759 576: u575
40760 577: u576
40761 578: u577
40762 579: u578
40763 580: u579
40764 581: u580
40765 582: u581
40766 583: u582
40767 584: u583
40768 585: u584
40769 586: u585
40770 587: u586
40771 588: u587
40772 589: u588
40773 590: u589
40774 591: u590
40775 592: u591
40776 593: u592
40777 594: u593
40778 595: u594
40779 596: u595
40780 597: u596
40781 598: u597
40782 599: u598
40783 600: u599
40784 601: u600
40785 602: u601
40786 603: u602
40787 604: u603
40788 605: u604
40789 606: u605
40790 607: u606
40791 608: u607
40792 609: u608
40793 610: u609
40794 611: u610
40795 612: u611
40796 613: u612
40797 614: u613
40798 615: u614
40799 616: u615
40800 617: u616
40801 618: u617
40802 619: u618
40803 620: u619
40804 621: u620
40805 622: u621
40806 623: u622
40807 624: u623
40808 625: u624
40809 626: u625
40810 627: u626
40811 628: u627
40812 629: u628
40813 630: u629
40814 631: u630
40815 632: u631
40816 633: u632
40817 634: u633
40818 635: u634
40819 636: u635
40820 637: u636
40821 638: u637
40822 639: u638
40823 640: u639
40824 641: u640
40825 642: u641
40826 643: u642
40827 644: u643
40828 645: u644
40829 646: u645
40830 647: u646
40831 648: u647
40832 649: u648
40833 650: u649
40834 651: u650
40835 652: u651
40836 653: u652
40837 654: u653
40838 655: u654
40839 656: u655
40840 657: u656
40841 658: u657
40842 659: u658
40843 660: u659
40844 661: u660
40845 662: u661
40846 663: u662
40847 664: u663
40848 665: u664
40849 666: u665
40850 667: u666
40851 668: u667
40852 669: u668
40853 670: u669
40854 671: u670
40855 672: u671
40856 673: u672
40857 674: u673
40858 675: u674
40859 676: u675
40860 677: u676
40861 678: u677
40862 679: u678
40863 680: u679
40864 681: u680
40865 682: u681
40866 683: u682
40867 684: u683
40868 685: u684
40869 686: u685
40870 687: u686
40871 688: u687
40872 689: u688
40873 690: u689
40874 691: u690
40875 692: u691
40876 693: u692
40877 694: u693
40878 695: u694
40879 696: u695
40880 697: u696
40881 698: u697
40882 699: u698
40883 700: u699
40884 701: u700
40885 702: u701
40886 703: u702
40887 704: u703
40888 705: u704
40889 706: u705
40890 707: u706
40891 708: u707
40892 709: u708
40893 710: u709
40894 711: u710
40895 712: u711
40896 713: u712
40897 714: u713
40898 715: u714
40899 716: u715
40900 717: u716
40901 718: u717
40902 719: u718
40903 720: u719
40904 721: u720
40905 722: u721
40906 723: u722
40907 724: u723
40908 725: u724
40909 726: u725
40910 727: u726
40911 728: u727
40912 729: u728
40913 730: u729
40914 731: u730
40915 732: u731
40916 733: u732
40917 734: u733
40918 735: u734
40919 736: u735
40920 737: u736
40921 738: u737
40922 739: u738
40923 740: u739
40924 741: u740
40925 742: u741
40926 743: u742
40927 744: u743
40928 745: u744
40929 746: u745
40930 747: u746
40931 748: u747
40932 749: u748
40933 750: u749
40934 751: u750
40935 752: u751
40936 753: u752
40937 754: u753
40938 755: u754
40939 756: u755
40940 757: u756
40941 758: u757
40942 759: u758
40943 760: u759
40944 761: u760
40945 762: u761
40946 763: u762
40947 764: u763
40948 765: u764
40949 766: u765
40950 767: u766
40951 768: u767
40952 769: u768
40953 770: u769
40954 771: u770
40955 772: u771
40956 773: u772
40957 774: u773
40958 775: u774
40959 776: u775
40960 777: u776
40961 778: u777
40962 779: u778
40963 780: u779
40964 781: u780
40965 782: u781
40966 783: u782
40967 784: u783
40968 785: u784
40969 786: u785
40970 787: u786
40971 788: u787
40972 789: u788
40973 790: u789
40974 791: u790
40975 792: u791
40976 793: u792
40977 794: u793
40978 795: u794
40979 796: u795
40980 797: u796
40981 798: u797
40982 799: u798
40983 800: u799
40984 801: u800
40985 802: u801
40986 803: u802
40987 804: u803
40988 805: u804
40989 806: u805
40990 807: u806
40991 808: u807
40992 809: u808
40993 810: u809
40994 811: u810
40995 812: u811
40996 813: u812
40997 814: u813
40998 815: u814
40999 816: u815
41000 817: u816
41001 818: u817
41002 819: u818
41003 820: u819
41004 821: u820
41005 822: u821
41006 823: u822
41007 824: u823
41008 825: u824
41009 826: u825
41010 827: u826
41011 828: u827
41012 829: u828
41013 830: u829
41014 831: u830
41015 832: u831
41016 833: u832
41017 834: u833
41018 835: u834
41019 836: u835
41020 837: u836
41021 838: u837
41022 839: u838
41023 840: u839
41024 841: u840
41025 842: u841
41026 843: u842
41027 844: u843
41028 845: u844
41029 846: u845
41030 847: u846
41031 848: u847
41032 849: u848
41033 850: u849
41034 851: u850
41035 852: u851
41036 853: u852
41037 854: u853
41038 855: u854
41039 856: u855
41040 857: u856
41041 858: u857
41042 859: u858
41043 860: u859
41044 861: u860
41045 862: u861
41046 863: u862
41047 864: u863
41048 865: u864
41049 866: u865
41050 867: u866
41051 868: u867
41052 869: u868
41053 870: u869
41054 871: u870
41055 872: u871
41056 873: u872
41057 874: u873
41058 875: u874
41059 876: u875
41060 877: u876
41061 878: u877
41062 879: u878
41063 880: u879
41064 881: u880
41065 882: u881
41066 883: u882
41067 884: u883
41068 885: u884
41069 886: u885
41070 887: u886
41071 888: u887
41072 889: u888
41073 890: u889
41074 891: u890
41075 892: u891
41076 893: u892
41077 894: u893
41078 895: u894
41079 896: u895
41080 897: u896
41081 898: u897
41082 899: u898
41083 900: u899
41084 901: u900
41085 902: u901
41086 903: u902
41087 904: u903
41088 905: u904
41089 906: u905
41090 907: u906
41091 908: u907
41092 909: u908
41093 910: u909
41094 911: u910
41095 912: u911
41096 913: u912
41097 914: u913
41098 915: u914
41099 916: u915
41100 917: u916
41101 918: u917
41102 919: u918
41103 920: u919
41104 921: u920
41105 922: u921
41106 923: u922
41107 924: u923
41108 925: u924
41109 926: u925
41110 927: u926
41111 928: u927
41112 929: u928
41113 930: u929
41114 931: u930
41115 932: u931
41116 933: u932
41117 934: u933
41118 935: u934
41119 936: u935
41120 937: u936
41121 938: u937
41122 939: u938
41123 940: u939
41124 941: u940
41125 942: u941
41126 943: u942
41127 944: u943
41128 945: u944
41129 946: u945
41130 947: u946
41131 948: u947
41132 949: u948
41133 950: u949
41134 951: u950
41135 952: u951
41136 953: u952
41137 954: u953
41138 955: u954
41139 956: u955
41140 957: u956
41141 958: u957
41142 959: u958
41143 960: u959
41144 961: u960
41145 962: u961
41146 963: u962
41147 964: u963
41148 965: u964
41149 966: u965
41150 967: u966
41151 968: u967
41152 969: u968
41153 970: u969
41154 971: u970
41155 972: u971
41156 973: u972
41157 974: u973
41158 975: u974
41159 976: u975
41160 977: u976
41161 978: u977
41162 979: u978
41163 980: u979
41164 981: u980
41165 982: u981
41166 983: u982
41167 984: u983
41168 985: u984
41169 986: u985
41170 987: u986
41171 988: u987
41172 989: u988
41173 990: u989
41174 991: u990
41175 992: u991
41176 993: u992
41177 994: u993
41178 995: u994
41179 996: u995
41180 997: u996
41181 998: u997
41182 999: u998
41183 1000: u999
41184 1001: u1000
41185 1002: u1001
41186 1003: u1002
41187 1004: u1003
41188 1005: u1004
41189 1006: u1005
41190 1007: u1006
41191 1008: u1007
41192 1009: u1008
41193 1010: u1009
41194 1011: u1010
41195 1012: u1011
41196 1013: u1012
41197 1014: u1013
41198 1015: u1014
41199 1016: u1015
41200 1017: u1016
41201 1018: u1017
41202 1019: u1018
41203 1020: u1019
41204 1021: u1020
41205 1022: u1021
41206 1023: u1022
41207 1024: u1023
41208 1025: u1024
41209 1026: u1025
41210 1027: u1026
41211 1028: u1027
41212 1029: u1028
41213 1030: u1029
41214 1031: u1030
41215 1032: u1031
41216 1033: u1032
41217 1034: u1033
41218 1035: u1034
41219 1036: u1035
41220 1037: u1036
41221 1038: u1037
41222 1039: u1038
41223 1040: u1039
41224 1041: u1040
41225 1042: u1041
41226 1043: u1042
41227 1044: u1043
41228 1045: u1044
41229 1046: u1045
41230 1047: u1046
41231 1048: u1047
41232 1049: u1048
41233 1050: u1049
41234 1051: u1050
41235 1052: u1051
41236 1053: u1052
41237 1054: u1053
41238 1055: u1054
41239 1056: u1055
41240 1057: u1056
41241 1058: u1057
41242 1059: u1058
41243 1060: u1059
41244 1061: u1060
41245 1062: u1061
41246 1063: u1062
41247 1064: u1063
41248 1065: u1064
41249 1066: u1065
41250 1067: u1066
41251 1068: u1067
41252 1069: u1068
41253 1070: u1069
41254 1071: u1070
41255 1072: u1071
41256 1073: u1072
41257 1074: u1073
41258 1075: u1074
41259 1076: u1075
41260 1077: u1076
41261 1078: u1077
41262 1079: u1078
41263 1080: u1079
41264 1081: u1080
41265 1082: u1081
41266 1083: u1082
41267 1084: u1083
41268 1085: u1084
41269 1086: u1085
41270 1087: u1086
41271 1088: u1087
41272 1089: u1088
41273 1090: u1089
41274 1091: u1090
41275 1092: u1091
41276 1093: u1092
41277 1094: u1093
41278 1095: u1094
41279 1096: u1095
41280 1097: u1096
41281 1098: u1097
41282 1099: u1098
41283 1100: u1099
41284 1101: u1100
41285 1102: u1101
41286 1103: u1102
41287 1104: u1103
41288 1105: u1104
41289 1106: u1105
41290 1107: u1106
41291 1108: u1107
41292 1109: u1108
41293 1110: u1109
41294 1111: u1110
41295 1112: u1111
41296 1113: u1112
41297 1114: u1113
41298 1115: u1114
41299 1116: u1115
41300 1117: u1116
41301 1118: u1117
41302 1119: u1118
41303 1120: u1119
41304 1121: u1120
41305 1122: u1121
41306 1123: u1122
41307 1124: u1123
41308 1125: u1124
41309 1126: u1125
41310 1127: u1126
41311 1128: u1127
41312 1129: u1128
41313 1130: u1129
41314 1131: u1130
41315 1132: u1131
41316 1133: u1132
41317 1134: u1133
41318 1135: u1134
41319 1136: u1135
41320 1137: u1136
41321 1138: u1137
41322 1139: u1138
41323 1140: u1139
41324 1141: u1140
41325 1142: u1141
41326 1143: u1142
41327 1144: u1143
41328 1145: u1144
41329 1146: u1145
41330 1147: u1146
41331 1148: u1147
41332 1149: u1148
41333 1150: u1149
41334 1151: u1150
41335 1152: u1151
41336 1153: u1152
41337 1154: u1153
41338 1155: u1154
41339 1156: u1155
41340 1157: u1156
41341 1158: u1157
41342 1159: u1158
41343 1160: u1159
41344 1161: u1160
41345 1162: u1161
41346 1163: u1162
41347 1164: u1163
41348 1165: u1164
41349 1166: u1165
41350 1167: u1166
41351 1168: u1167
41352 1169: u1168
41353 1170: u1169
41354 1171: u1170
41355 1172: u1171
41356 1173: u1172
41357 1174: u1173
41358 1175: u1174
41359 1176: u1175
41360 1177: u1176
41361 1178: u1177
41362 1179: u1178
41363 1180: u1179
41364 1181: u1180
41365 1182: u1181
41366 1183: u1182
41367 1184: u1183
41368 1185: u1184
41369 1186: u1185
41370 1187: u1186
41371 1188: u1187
41372 1189: u1188
41373 1190: u1189
41374 1191: u1190
41375 1192: u1191
41376 1193: u1192
41377 1194: u1193
41378 1195: u1194
41379 1196: u1195
41380 1197: u1196
41381 1198: u1197
41382 1199: u1198
41383 1200: u1199
41384 1201: u1200
41385 1202: u1201
41386 1203: u1202
41387 1204: u1203
41388 1205: u1204
41389 1206: u1205
41390 1207: u1206
41391 1208: u1207
41392 1209: u1208
41393 1210: u1209
41394 1211: u1210
41395 1212: u1211
41396 1213: u1212
41397 1214: u1213
41398 1215: u1214
41399 1216: u1215
41400 1217: u1216
41401 1218: u1217
41402 1219: u1218
41403 1220: u1219
41404 1221: u1220
41405 1222: u1221
41406 1223: u1222
41407 1224: u1223
41408 1225: u1224
41409 1226: u1225
41410 1227: u1226
41411 1228: u1227
41412 1229: u1228
41413 1230: u1229
41414 1231: u1230
41415 1232: u1231
41416 1233: u1232
41417 1234: u1233
41418 1235: u1234
41419 1236: u1235
41420 1237: u1236
41421 1238: u1237
41422 1239: u1238
41423 1240: u1239
41424 1241: u1240
41425 1242: u1241
41426 1243: u1242
41427 1244: u1243
41428 1245: u1244
41429 1246: u1245
41430 1247: u1246
41431 1248: u1247
41432 1249: u1248
41433 1250: u1249
41434 1251: u1250
41435 1252: u1251
41436 1253: u1252
41437 1254: u1253
41438 1255: u1254
41439 1256: u1255
41440 1257: u1256
41441 1258: u1257
41442 1259: u1258
41443 1260: u1259
41444 1261: u1260
41445 1262: u1261
41446 1263: u1262
41447 1264: u1263
41448 1265: u1264
41449 1266: u1265
41450 1267: u1266
41451 1268: u1267
41452 1269: u1268
41453 1270: u1269
41454 1271: u1270
41455 1272: u1271
41456 1273: u1272
41457 1274: u1273
41458 1275: u1274
41459 1276: u1275
41460 1277: u1276
41461 1278: u1277
41462 1279: u1278
41463 1280: u1279
41464 1281: u1280
41465 1282: u1281
41466 1283: u1282
41467 1284: u1283
41468 1285: u1284
41469 1286: u1285
41470 1287: u1286
41471 1288: u1287
41472 1289: u1288
41473 1290: u1289
41474 1291: u1290
41475 1292: u1291
41476 1293: u1292
41477 1294: u1293
41478 1295: u1294
41479 1296: u1295
41480 1297: u1296
41481 1298: u1297
41482 1299: u1298
41483 1300: u1299
41484 1301: u1300
41485 1302: u1301
41486 1303: u1302
41487 1304: u1303
41488 1305: u1304
41489 1306: u1305
41490 1307: u1306
41491 1308: u1307
41492 1309: u1308
41493 1310: u1309
41494 1311: u1310
41495 1312: u1311
41496 1313: u1312
41497 1314: u1313
41498 1315: u1314
41499 1316: u1315
41500 1317: u1316
41501 1318: u1317
41502 1319: u1318
41503 1320: u1319
41504 1321: u1320
41505 1322: u1321
41506 1323: u1322
41507 1324: u1323
41508 1325: u1324
41509 1326: u1325
41510 1327: u1326
41511 1328: u1327
41512 1329: u1328
41513 1330: u1329
41514 1331: u1330
41515 1332: u1331
41516 1333: u1332
41517 1334: u1333
41518 1335: u1334
41519 1336: u1335
41520 1337: u1336
41521 1338: u1337
41522 1339: u1338
41523 1340: u1339
41524 1341: u1340
41525 1342: u1341
41526 1343: u1342
41527 1344: u1343
41528 1345: u1344
41529 1346: u1345
41530 1347: u1346
41531 1348: u1347
41532 1349: u1348
41533 1350: u1349
41534 1351: u1350
41535 1352: u1351
41536 1353: u1352
41537 1354: u1353
41538 1355: u1354
41539 1356: u1355
41540 1357: u1356
41541 1358: u1357
41542 1359: u1358
41543 1360: u1359
41544 1361: u1360
41545 1362: u1361
41546 1363: u1362
41547 1364: u1363
41548 1365: u1364
41549 1366: u1365
41550 1367: u1366
41551 1368: u1367
41552 1369: u1368
41553 1370: u1369
41554 1371: u1370
41555 1372: u1371
41556 1373: u1372
41557 1374: u1373
41558 1375: u1374
41559 1376: u1375
41560 1377: u1376
41561 1378: u1377
41562 1379: u1378
41563 1380: u1379
41564 1381: u1380
41565 1382: u1381
41566 1383: u1382
41567 1384: u1383
41568 1385: u1384
41569 1386: u1385
41570 1387: u1386
41571 1388: u1387
41572 1389: u1388
41573 1390: u1389
41574 1391: u1390
41575 1392: u1391
41576 1393: u1392
41577 1394: u1393
41578 1395: u1394
41579 1396: u1395
41580 1397: u1396
41581 1398: u1397
41582 1399: u1398
41583 1400: u1399
41584 1401: u1400
41585 1402: u1401
41586 1403: u1402
41587 1404: u1403
41588 1405: u1404
41589 1406: u1405
41590 1407: u1406
41591 1408: u1407
41592 1409: u1408
41593 1410: u1409
41594 1411: u1410
41595 1412: u1411
41596 1413: u1412
41597 1414: u1413
41598 1415: u1414
41599 1416: u1415
41600 1417: u1416
41601 1418: u1417
41602 1419: u1418
41603 1420: u1419
41604 1421: u1420
41605 1422: u1421
41606 1423: u1422
41607 1424: u1423
41608 1425: u1424
41609 1426: u1425
41610 1427: u1426
41611 1428: u1427
41612 1429: u1428
41613 1430: u1429
41614 1431: u1430
41615 1432: u1431
41616 1433: u1432
41617 1434: u1433
41618 1435: u1434
41619 1436: u1435
41620 1437: u1436
41621 1438: u1437
41622 1439: u1438
41623 1440: u1439
41624 1441: u1440
41625 1442: u1441
41626 1443: u1442
41627 1444: u1443
41628 1445: u1444
41629 1446: u1445
41630 1447: u1446
41631 1448: u1447
41632 1449: u1448
41633 1450: u1449
41634 1451: u1450
41635 1452: u1451
41636 1453: u1452
41637 1454: u1453
41638 1455: u1454
41639 1456: u1455
41640 1457: u1456
41641 1458: u1457
41642 1459: u1458
41643 1460: u1459
41644 1461: u1460
41645 1462: u1461
41646 1463: u1462
41647 1464: u1463
41648 1465: u1464
41649 1466: u1465
41650 1467: u1466
41651 1468: u1467
41652 1469: u1468
41653 1470: u1469
41654 1471: u1470
41655 1472: u1471
41656 1473: u1472
41657 1474: u1473
41658 1475: u1474
41659 1476: u1475
41660 1477: u1476
41661 1478: u1477
41662 1479: u1478
41663 1480: u1479
41664 1481: u1480
41665 1482: u1481
41666 1483: u1482
41667 1484: u1483
41668 1485: u1484
41669 1486: u1485
41670 1487: u1486
41671 1488: u1487
41672 1489: u1488
41673 1490: u1489
41674 1491: u1490
41675 1492: u1491
41676 1493: u1492
41677 1494: u1493
41678 1495: u1494
41679 1496: u1495
41680 1497: u1496
41681 1498: u1497
41682 1499: u1498
41683 1500: u1499
41684 1501: u1500
41685 1502: u1501
41686 1503: u1502
41687 1504: u1503
41688 1505: u1504
41689 1506: u1505
41690 1507: u1506
41691 1508: u1507
41692 1509: u1508
41693 1510: u1509
41694 1511: u1510
41695 1512: u1511
41696 1513: u1512
41697 1514: u1513
41698 1515: u1514
41699 1516: u1515
41700 1517: u1516
41701 1518: u1517
41702 1519: u1518
41703 1520: u1519
41704 1521: u1520
41705 1522: u1521
41706 1523: u1522
41707 1524: u1523
41708 1525: u1524
41709 1526: u1525
41710 1527: u1526
41711 1528: u1527
41712 1529: u1528
41713 1530: u1529
41714 1531: u1530
41715 1532: u1531
41716 1533: u1532
41717 1534: u1533
41718 1535: u1534
41719 1536: u1535
41720 1537: u1536
41721 1538: u1537
41722 1539: u1538
41723 1540: u1539
41724 1541: u1540
41725 1542: u1541
41726 1543: u1542
41727 1544: u1543
41728 1545: u1544
41729 1546: u1545
41730 1547: u1546
41731 1548: u1547
41732 1549: u1548
41733 1550: u1549
41734 1551: u1550
41735 1552: u1551
41736 1553: u1552
41737 1554: u1553
41738 1555: u1554
41739 1556: u1555
41740 1557: u1556
41741 1558: u1557
41742 1559: u1558
41743 1560: u1559
41744 1561: u1560
41745 1562: u1561
41746 1563: u1562
41747 1564: u1563
41748 1565: u1564
41749 1566: u1565
41750 1567: u1566
41751 1568: u1567
41752 1569: u1568
41753 1570: u1569
41754 1571: u1570
41755 1572: u1571
41756 1573: u1572
41757 1574: u1573
41758 1575: u1574
41759 1576: u1575
41760 1577: u1576
41761 1578: u1577
41762 1579: u1578
41763 1580: u1579
41764 1581: u1580
41765 1582: u1581
41766 1583: u1582
41767 1584: u1583
41768 1585: u1584
41769 1586: u1585
41770 1587: u1586
41771 1588: u1587
41772 1589: u1588
41773 1590: u1589
41774 1591: u1590
41775 1592: u1591
41776 1593: u1592
41777 1594: u1593
41778 1595: u1594
41779 1596: u1595
41780 1597: u1596
41781 1598: u1597
41782 1599: u1598
41783 1600: u1599
41784 1601: u1600
41785 1602: u1601
41786 1603: u1602
41787 1604: u1603
41788 1605: u1604
41789 1606: u1605
41790 1607: u1606
41791 1608: u1607
41792 1609: u1608
41793 1610: u1609
41794 1611: u1610
41795 1612: u1611
41796 1613: u1612
41797 1614: u1613
41798 1615: u1614
41799 1616: u1615
41800 1617: u1616
41801 1618: u1617
41802 1619: u1618
41803 1620: u1619
41804 1621: u1620
41805 1622: u1621
41806 1623: u1622
41807 1624: u1623
41808 1625: u1624
41809 1626: u1625
41810 1627: u1626
41811 1628: u1627
41812 1629: u1628
41813 1630: u1629
41814 1631: u1630
41815 1632: u1631
41816 1633: u1632
41817 1634: u1633
41818 1635: u1634
41819 1636: u1635
41820 1637: u1636
41821 1638: u1637
41822 1639: u1638
41823 1640: u1639
41824 1641: u1640
41825 1642: u1641
41826 1643: u1642
41827 1644: u1643
41828 1645: u1644
41829 1646: u1645
41830 1647: u1646
41831 1648: u1647
41832 1649: u1648
41833 1650: u1649
41834 1651: u1650
41835 1652: u1651
41836 1653: u1652
41837 1654: u1653
41838 1655: u1654
41839 1656: u1655
41840 1657: u1656
41841 1658: u1657
41842 1659: u1658
41843 1660: u1659
41844 1661: u1660
41845 1662: u1661
41846 1663: u1662
41847 1664: u1663
41848 1665: u1664
41849 1666: u1665
41850 1667: u1666
41851 1668: u1667
41852 1669: u1668
41853 1670: u1669
41854 1671: u1670
41855 1672: u1671
41856 1673: u1672
41857 1674: u1673
41858 1675: u1674
41859 1676: u1675
41860 1677: u1676
41861 1678: u1677
41862 1679: u1678
41863 1680: u1679
41864 1681: u1680
41865 1682: u1681
41866 1683: u1682
41867 1684: u1683
41868 1685: u1684
41869 1686: u1685
41870 1687: u1686
41871 1688: u1687
41872 1689: u1688
41873 1690: u1689
41874 1691: u1690
41875 1692: u1691
41876 1693: u1692
41877 1694: u1693
41878 1695: u1694
41879 1696: u1695
41880 1697: u1696
41881 1698: u1697
41882 1699: u1698
41883 1700: u1699
41884 1701: u1700
41885 1702: u1701
41886 1703: u1702
41887 1704: u1703
41888 1705: u1704
41889 1706: u1705
41890 1707: u1706
41891 1708: u1707
41892 1709: u1708
41893 1710: u1709
41894 1711: u1710
41895 1712: u1711
41896 1713: u1712
41897 1714: u1713
41898 1715: u1714
41899 1716: u1715
41900 1717: u1716
41901 1718: u1717
41902 1719: u1718
41903 1720: u1719
41904 1721: u1720
41905 1722: u1721
41906 1723: u1722
41907 1724: u1723
41908 1725: u1724
41909 1726: u1725
41910 1727: u1726
41911 1728: u1727
41912 1729: u1728
41913 1730: u1729
41914 1731: u1730
41915 1732: u1731
41916 1733: u1732
41917 1734: u1733
41918 1735: u1734
41919 1736: u1735
41920 1737: u1736
41921 1738: u1737
41922 1739: u1738
41923 1740: u1739
41924 1741: u1740
41925 1742: u1741
41926 1743: u1742
41927 1744: u1743
41928 1745: u1744
41929 1746: u1745
41930 1747: u1746
41931 1748: u1747
41932 1749: u1748
41933 1750: u1749
41934 1751: u1750
41935 1752: u1751
41936 1753: u1752
41937 1754: u1753
41938 1755: u1754
41939 1756: u1755
41940 1757: u1756
41941 1758: u1757
41942 1759: u1758
41943 1760: u1759
41944 1761: u1760
41945 1762: u1761
41946 1763: u1762
41947 1764: u1763
41948 1765: u1764
41949 1766: u1765
41950 1767: u1766
41951 1768: u1767
41952 1769: u1768
41953 1770: u1769
41954 1771: u1770
41955 1772: u1771
41956 1773: u1772
41957 1774: u1773
41958 1775: u1774
41959 1776: u1775
41960 1777: u1776
41961 1778: u1777
41962 1779: u1778
41963 1780: u1779
41964 1781: u1780
41965 1782: u1781
41966 1783: u1782
41967 1784: u1783
41968 1785: u1784
41969 1786: u1785
41970 1787: u1786
41971 1788: u1787
41972 1789: u1788
41973 1790: u1789
41974 1791: u1790
41975 1792: u1791
41976 1793: u1792
41977 1794: u1793
41978 1795: u1794
41979 1796: u1795
41980 1797: u1796
41981 1798: u1797
41982 1799: u1798
41983 1800: u1799
41984 1801: u1800
41985 1802: u1801
41986 1803: u1802
41987 1804: u1803
41988 1805: u1804
41989 1806: u1805
41990 1807: u1806
41991 1808: u1807
41992 1809: u1808
41993 1810: u1809
41994 1811: u1810
41995 1812: u1811
41996 1813: u1812
41997 1814: u1813
41998 1815: u1814
41999 1816: u1815
42000 1817: u1816
42001 1818: u1817
42002 1819: u1818
42003 1820: u1819
42004 1821: u1820
42005 1822: u1821
42006 1823: u1822
42007 1824: u1823
42008 1825: u1824
42009 1826: u1825
42010 1827: u1826
42011 1828: u1827
42012 1829: u1828
42013 1830: u1829
42014 1831: u1830
42015 1832: u1831
42016 1833: u1832
42017 1834: u1833
42018 1835: u1834
42019 1836: u1835
42020 1837: u1836
42021 1838: u1837
42022 1839: u1838
42023 1840: u1839
42024 1841: u1840
42025 1842: u1841
42026 1843: u1842
42027 1844: u1843
42028 1845: u1844
42029 1846: u1845
42030 1847: u1846
42031 1848: u1847
42032 1849: u1848
42033 1850: u1849
42034 1851: u1850
42035 1852: u1851
42036 1853: u1852
42037 1854: u1853
42038 1855: u1854
42039 1856: u1855
42040 1857: u1856
42041 1858: u1857
42042 1859: u1858
42043 1860: u1859
42044 1861: u1860
42045 1862: u1861
42046 1863: u1862
42047 1864: u1863
42048 1865: u1864
42049 1866: u1865
42050 1867: u1866
42051 1868: u1867
42052 1869: u1868
42053 1870: u1869
42054 1871: u1870
42055 1872: u1871
42056 1873: u1872
42057 1874: u1873
42058 1875: u1874
42059 1876: u1875
42060 1877: u1876
42061 1878: u1877
42062 1879: u1878
42063 1880: u1879
42064 1881: u1880
42065 1882: u1881
42066 1883: u1882
42067 1884: u1883
42068 1885: u1884
42069 1886: u1885
42070 1887: u1886
42071 1888: u1887
42072 1889: u1888
42073 1890: u1889
42074 1891: u1890
42075 1892: u1891
42076 1893: u1892
42077 1894: u1893
42078 1895: u1894
42079 1896: u1895
42080 1897: u1896
42081 1898: u1897
42082 1899: u1898
42083 1900: u1899
42084 1901: u1900
42085 1902: u1901
42086 1903: u1902
42087 1904: u1903
42088 1905: u1904
42089 1906: u1905
42090 1907: u1906
42091 1908: u1907
42092 1909: u1908
42093 1910: u1909
42094 1911: u1910
42095 1912: u1911
42096 1913: u1912
42097 1914: u1913
42098 1915: u1914
42099 1916: u1915
42100 1917: u1916
42101 1918: u1917
42102 1919: u1918
42103 1920: u1919
42104 1921: u1920
42105 1922: u1921
42106 1923: u1922
42107 1924: u1923
42108 1925: u1924
42109 1926: u1925
42110 1927: u1926
42111 1928: u1927
42112 1929: u1928
42113 1930: u1929
42114 1931: u1930
42115 1932: u1931
42116 1933: u1932
42117 1934: u1933
42118 1935: u1934
42119 1936: u1935
42120 1937: u1936
42121 1938: u1937
42122 1939: u1938
42123 1940: u1939
42124 1941: u1940
42125 1942: u1941
42126 1943: u1942
42127 1944: u1943
42128 1945: u1944
42129 1946: u1945
42130 1947: u1946
42131 1948: u1947
42132 1949: u1948
42133 1950: u1949
42134 1951: u1950
42135 1952: u1951
42136 1953: u1952
42137 1954: u1953
42138 1955: u1954
42139 1956: u1955
42140 1957: u1956
42141 1958: u1957
42142 1959: u1958
42143 1960: u1959
42144 1961: u1960
42145 1962: u1961
42146 1963: u1962
42147 1964: u1963
42148 1965: u1964
42149 1966: u1965
42150 1967: u1966
42151 1968: u1967
42152 1969: u1968
42153 1970: u1969
42154 1971: u1970
42155 1972: u1971
42156 1973: u1972
42157 1974: u1973
42158 1975: u1974
42159 1976: u1975
42160 1977: u1976
42161 1978: u1977
42162 1979: u1978
42163 1980: u1979
42164 1981: u1980
42165 1982: u1981
42166 1983: u1982
42167 1984: u1983
42168 1985: u1984
42169 1986: u1985
42170 1987: u1986
42171 1988: u1987
42172 1989: u1988
42173 1990: u1989
42174 1991: u1990
42175 1992: u1991
42176 1993: u1992
42177 1994: u1993
42178 1995: u1994
42179 1996: u1995
42180 1997: u1996
42181 1998: u1997
42182 1999: u1998
42183 2000: u1999
42184 - name: outputSupervisionBehavior
42185 oid: 1.3.6.1.4.1.19947.1.3.2.1.15
42186 type: gauge
42187 help: A bit field packed into an integer which define the behavior of the output
42188 channel / power supply after failures - 1.3.6.1.4.1.19947.1.3.2.1.15
42189 indexes:
42190 - labelname: outputIndex
42191 type: gauge
42192 enum_values:
42193 1: u0
42194 2: u1
42195 3: u2
42196 4: u3
42197 5: u4
42198 6: u5
42199 7: u6
42200 8: u7
42201 9: u8
42202 10: u9
42203 11: u10
42204 12: u11
42205 13: u12
42206 14: u13
42207 15: u14
42208 16: u15
42209 17: u16
42210 18: u17
42211 19: u18
42212 20: u19
42213 21: u20
42214 22: u21
42215 23: u22
42216 24: u23
42217 25: u24
42218 26: u25
42219 27: u26
42220 28: u27
42221 29: u28
42222 30: u29
42223 31: u30
42224 32: u31
42225 33: u32
42226 34: u33
42227 35: u34
42228 36: u35
42229 37: u36
42230 38: u37
42231 39: u38
42232 40: u39
42233 41: u40
42234 42: u41
42235 43: u42
42236 44: u43
42237 45: u44
42238 46: u45
42239 47: u46
42240 48: u47
42241 49: u48
42242 50: u49
42243 51: u50
42244 52: u51
42245 53: u52
42246 54: u53
42247 55: u54
42248 56: u55
42249 57: u56
42250 58: u57
42251 59: u58
42252 60: u59
42253 61: u60
42254 62: u61
42255 63: u62
42256 64: u63
42257 65: u64
42258 66: u65
42259 67: u66
42260 68: u67
42261 69: u68
42262 70: u69
42263 71: u70
42264 72: u71
42265 73: u72
42266 74: u73
42267 75: u74
42268 76: u75
42269 77: u76
42270 78: u77
42271 79: u78
42272 80: u79
42273 81: u80
42274 82: u81
42275 83: u82
42276 84: u83
42277 85: u84
42278 86: u85
42279 87: u86
42280 88: u87
42281 89: u88
42282 90: u89
42283 91: u90
42284 92: u91
42285 93: u92
42286 94: u93
42287 95: u94
42288 96: u95
42289 97: u96
42290 98: u97
42291 99: u98
42292 100: u99
42293 101: u100
42294 102: u101
42295 103: u102
42296 104: u103
42297 105: u104
42298 106: u105
42299 107: u106
42300 108: u107
42301 109: u108
42302 110: u109
42303 111: u110
42304 112: u111
42305 113: u112
42306 114: u113
42307 115: u114
42308 116: u115
42309 117: u116
42310 118: u117
42311 119: u118
42312 120: u119
42313 121: u120
42314 122: u121
42315 123: u122
42316 124: u123
42317 125: u124
42318 126: u125
42319 127: u126
42320 128: u127
42321 129: u128
42322 130: u129
42323 131: u130
42324 132: u131
42325 133: u132
42326 134: u133
42327 135: u134
42328 136: u135
42329 137: u136
42330 138: u137
42331 139: u138
42332 140: u139
42333 141: u140
42334 142: u141
42335 143: u142
42336 144: u143
42337 145: u144
42338 146: u145
42339 147: u146
42340 148: u147
42341 149: u148
42342 150: u149
42343 151: u150
42344 152: u151
42345 153: u152
42346 154: u153
42347 155: u154
42348 156: u155
42349 157: u156
42350 158: u157
42351 159: u158
42352 160: u159
42353 161: u160
42354 162: u161
42355 163: u162
42356 164: u163
42357 165: u164
42358 166: u165
42359 167: u166
42360 168: u167
42361 169: u168
42362 170: u169
42363 171: u170
42364 172: u171
42365 173: u172
42366 174: u173
42367 175: u174
42368 176: u175
42369 177: u176
42370 178: u177
42371 179: u178
42372 180: u179
42373 181: u180
42374 182: u181
42375 183: u182
42376 184: u183
42377 185: u184
42378 186: u185
42379 187: u186
42380 188: u187
42381 189: u188
42382 190: u189
42383 191: u190
42384 192: u191
42385 193: u192
42386 194: u193
42387 195: u194
42388 196: u195
42389 197: u196
42390 198: u197
42391 199: u198
42392 200: u199
42393 201: u200
42394 202: u201
42395 203: u202
42396 204: u203
42397 205: u204
42398 206: u205
42399 207: u206
42400 208: u207
42401 209: u208
42402 210: u209
42403 211: u210
42404 212: u211
42405 213: u212
42406 214: u213
42407 215: u214
42408 216: u215
42409 217: u216
42410 218: u217
42411 219: u218
42412 220: u219
42413 221: u220
42414 222: u221
42415 223: u222
42416 224: u223
42417 225: u224
42418 226: u225
42419 227: u226
42420 228: u227
42421 229: u228
42422 230: u229
42423 231: u230
42424 232: u231
42425 233: u232
42426 234: u233
42427 235: u234
42428 236: u235
42429 237: u236
42430 238: u237
42431 239: u238
42432 240: u239
42433 241: u240
42434 242: u241
42435 243: u242
42436 244: u243
42437 245: u244
42438 246: u245
42439 247: u246
42440 248: u247
42441 249: u248
42442 250: u249
42443 251: u250
42444 252: u251
42445 253: u252
42446 254: u253
42447 255: u254
42448 256: u255
42449 257: u256
42450 258: u257
42451 259: u258
42452 260: u259
42453 261: u260
42454 262: u261
42455 263: u262
42456 264: u263
42457 265: u264
42458 266: u265
42459 267: u266
42460 268: u267
42461 269: u268
42462 270: u269
42463 271: u270
42464 272: u271
42465 273: u272
42466 274: u273
42467 275: u274
42468 276: u275
42469 277: u276
42470 278: u277
42471 279: u278
42472 280: u279
42473 281: u280
42474 282: u281
42475 283: u282
42476 284: u283
42477 285: u284
42478 286: u285
42479 287: u286
42480 288: u287
42481 289: u288
42482 290: u289
42483 291: u290
42484 292: u291
42485 293: u292
42486 294: u293
42487 295: u294
42488 296: u295
42489 297: u296
42490 298: u297
42491 299: u298
42492 300: u299
42493 301: u300
42494 302: u301
42495 303: u302
42496 304: u303
42497 305: u304
42498 306: u305
42499 307: u306
42500 308: u307
42501 309: u308
42502 310: u309
42503 311: u310
42504 312: u311
42505 313: u312
42506 314: u313
42507 315: u314
42508 316: u315
42509 317: u316
42510 318: u317
42511 319: u318
42512 320: u319
42513 321: u320
42514 322: u321
42515 323: u322
42516 324: u323
42517 325: u324
42518 326: u325
42519 327: u326
42520 328: u327
42521 329: u328
42522 330: u329
42523 331: u330
42524 332: u331
42525 333: u332
42526 334: u333
42527 335: u334
42528 336: u335
42529 337: u336
42530 338: u337
42531 339: u338
42532 340: u339
42533 341: u340
42534 342: u341
42535 343: u342
42536 344: u343
42537 345: u344
42538 346: u345
42539 347: u346
42540 348: u347
42541 349: u348
42542 350: u349
42543 351: u350
42544 352: u351
42545 353: u352
42546 354: u353
42547 355: u354
42548 356: u355
42549 357: u356
42550 358: u357
42551 359: u358
42552 360: u359
42553 361: u360
42554 362: u361
42555 363: u362
42556 364: u363
42557 365: u364
42558 366: u365
42559 367: u366
42560 368: u367
42561 369: u368
42562 370: u369
42563 371: u370
42564 372: u371
42565 373: u372
42566 374: u373
42567 375: u374
42568 376: u375
42569 377: u376
42570 378: u377
42571 379: u378
42572 380: u379
42573 381: u380
42574 382: u381
42575 383: u382
42576 384: u383
42577 385: u384
42578 386: u385
42579 387: u386
42580 388: u387
42581 389: u388
42582 390: u389
42583 391: u390
42584 392: u391
42585 393: u392
42586 394: u393
42587 395: u394
42588 396: u395
42589 397: u396
42590 398: u397
42591 399: u398
42592 400: u399
42593 401: u400
42594 402: u401
42595 403: u402
42596 404: u403
42597 405: u404
42598 406: u405
42599 407: u406
42600 408: u407
42601 409: u408
42602 410: u409
42603 411: u410
42604 412: u411
42605 413: u412
42606 414: u413
42607 415: u414
42608 416: u415
42609 417: u416
42610 418: u417
42611 419: u418
42612 420: u419
42613 421: u420
42614 422: u421
42615 423: u422
42616 424: u423
42617 425: u424
42618 426: u425
42619 427: u426
42620 428: u427
42621 429: u428
42622 430: u429
42623 431: u430
42624 432: u431
42625 433: u432
42626 434: u433
42627 435: u434
42628 436: u435
42629 437: u436
42630 438: u437
42631 439: u438
42632 440: u439
42633 441: u440
42634 442: u441
42635 443: u442
42636 444: u443
42637 445: u444
42638 446: u445
42639 447: u446
42640 448: u447
42641 449: u448
42642 450: u449
42643 451: u450
42644 452: u451
42645 453: u452
42646 454: u453
42647 455: u454
42648 456: u455
42649 457: u456
42650 458: u457
42651 459: u458
42652 460: u459
42653 461: u460
42654 462: u461
42655 463: u462
42656 464: u463
42657 465: u464
42658 466: u465
42659 467: u466
42660 468: u467
42661 469: u468
42662 470: u469
42663 471: u470
42664 472: u471
42665 473: u472
42666 474: u473
42667 475: u474
42668 476: u475
42669 477: u476
42670 478: u477
42671 479: u478
42672 480: u479
42673 481: u480
42674 482: u481
42675 483: u482
42676 484: u483
42677 485: u484
42678 486: u485
42679 487: u486
42680 488: u487
42681 489: u488
42682 490: u489
42683 491: u490
42684 492: u491
42685 493: u492
42686 494: u493
42687 495: u494
42688 496: u495
42689 497: u496
42690 498: u497
42691 499: u498
42692 500: u499
42693 501: u500
42694 502: u501
42695 503: u502
42696 504: u503
42697 505: u504
42698 506: u505
42699 507: u506
42700 508: u507
42701 509: u508
42702 510: u509
42703 511: u510
42704 512: u511
42705 513: u512
42706 514: u513
42707 515: u514
42708 516: u515
42709 517: u516
42710 518: u517
42711 519: u518
42712 520: u519
42713 521: u520
42714 522: u521
42715 523: u522
42716 524: u523
42717 525: u524
42718 526: u525
42719 527: u526
42720 528: u527
42721 529: u528
42722 530: u529
42723 531: u530
42724 532: u531
42725 533: u532
42726 534: u533
42727 535: u534
42728 536: u535
42729 537: u536
42730 538: u537
42731 539: u538
42732 540: u539
42733 541: u540
42734 542: u541
42735 543: u542
42736 544: u543
42737 545: u544
42738 546: u545
42739 547: u546
42740 548: u547
42741 549: u548
42742 550: u549
42743 551: u550
42744 552: u551
42745 553: u552
42746 554: u553
42747 555: u554
42748 556: u555
42749 557: u556
42750 558: u557
42751 559: u558
42752 560: u559
42753 561: u560
42754 562: u561
42755 563: u562
42756 564: u563
42757 565: u564
42758 566: u565
42759 567: u566
42760 568: u567
42761 569: u568
42762 570: u569
42763 571: u570
42764 572: u571
42765 573: u572
42766 574: u573
42767 575: u574
42768 576: u575
42769 577: u576
42770 578: u577
42771 579: u578
42772 580: u579
42773 581: u580
42774 582: u581
42775 583: u582
42776 584: u583
42777 585: u584
42778 586: u585
42779 587: u586
42780 588: u587
42781 589: u588
42782 590: u589
42783 591: u590
42784 592: u591
42785 593: u592
42786 594: u593
42787 595: u594
42788 596: u595
42789 597: u596
42790 598: u597
42791 599: u598
42792 600: u599
42793 601: u600
42794 602: u601
42795 603: u602
42796 604: u603
42797 605: u604
42798 606: u605
42799 607: u606
42800 608: u607
42801 609: u608
42802 610: u609
42803 611: u610
42804 612: u611
42805 613: u612
42806 614: u613
42807 615: u614
42808 616: u615
42809 617: u616
42810 618: u617
42811 619: u618
42812 620: u619
42813 621: u620
42814 622: u621
42815 623: u622
42816 624: u623
42817 625: u624
42818 626: u625
42819 627: u626
42820 628: u627
42821 629: u628
42822 630: u629
42823 631: u630
42824 632: u631
42825 633: u632
42826 634: u633
42827 635: u634
42828 636: u635
42829 637: u636
42830 638: u637
42831 639: u638
42832 640: u639
42833 641: u640
42834 642: u641
42835 643: u642
42836 644: u643
42837 645: u644
42838 646: u645
42839 647: u646
42840 648: u647
42841 649: u648
42842 650: u649
42843 651: u650
42844 652: u651
42845 653: u652
42846 654: u653
42847 655: u654
42848 656: u655
42849 657: u656
42850 658: u657
42851 659: u658
42852 660: u659
42853 661: u660
42854 662: u661
42855 663: u662
42856 664: u663
42857 665: u664
42858 666: u665
42859 667: u666
42860 668: u667
42861 669: u668
42862 670: u669
42863 671: u670
42864 672: u671
42865 673: u672
42866 674: u673
42867 675: u674
42868 676: u675
42869 677: u676
42870 678: u677
42871 679: u678
42872 680: u679
42873 681: u680
42874 682: u681
42875 683: u682
42876 684: u683
42877 685: u684
42878 686: u685
42879 687: u686
42880 688: u687
42881 689: u688
42882 690: u689
42883 691: u690
42884 692: u691
42885 693: u692
42886 694: u693
42887 695: u694
42888 696: u695
42889 697: u696
42890 698: u697
42891 699: u698
42892 700: u699
42893 701: u700
42894 702: u701
42895 703: u702
42896 704: u703
42897 705: u704
42898 706: u705
42899 707: u706
42900 708: u707
42901 709: u708
42902 710: u709
42903 711: u710
42904 712: u711
42905 713: u712
42906 714: u713
42907 715: u714
42908 716: u715
42909 717: u716
42910 718: u717
42911 719: u718
42912 720: u719
42913 721: u720
42914 722: u721
42915 723: u722
42916 724: u723
42917 725: u724
42918 726: u725
42919 727: u726
42920 728: u727
42921 729: u728
42922 730: u729
42923 731: u730
42924 732: u731
42925 733: u732
42926 734: u733
42927 735: u734
42928 736: u735
42929 737: u736
42930 738: u737
42931 739: u738
42932 740: u739
42933 741: u740
42934 742: u741
42935 743: u742
42936 744: u743
42937 745: u744
42938 746: u745
42939 747: u746
42940 748: u747
42941 749: u748
42942 750: u749
42943 751: u750
42944 752: u751
42945 753: u752
42946 754: u753
42947 755: u754
42948 756: u755
42949 757: u756
42950 758: u757
42951 759: u758
42952 760: u759
42953 761: u760
42954 762: u761
42955 763: u762
42956 764: u763
42957 765: u764
42958 766: u765
42959 767: u766
42960 768: u767
42961 769: u768
42962 770: u769
42963 771: u770
42964 772: u771
42965 773: u772
42966 774: u773
42967 775: u774
42968 776: u775
42969 777: u776
42970 778: u777
42971 779: u778
42972 780: u779
42973 781: u780
42974 782: u781
42975 783: u782
42976 784: u783
42977 785: u784
42978 786: u785
42979 787: u786
42980 788: u787
42981 789: u788
42982 790: u789
42983 791: u790
42984 792: u791
42985 793: u792
42986 794: u793
42987 795: u794
42988 796: u795
42989 797: u796
42990 798: u797
42991 799: u798
42992 800: u799
42993 801: u800
42994 802: u801
42995 803: u802
42996 804: u803
42997 805: u804
42998 806: u805
42999 807: u806
43000 808: u807
43001 809: u808
43002 810: u809
43003 811: u810
43004 812: u811
43005 813: u812
43006 814: u813
43007 815: u814
43008 816: u815
43009 817: u816
43010 818: u817
43011 819: u818
43012 820: u819
43013 821: u820
43014 822: u821
43015 823: u822
43016 824: u823
43017 825: u824
43018 826: u825
43019 827: u826
43020 828: u827
43021 829: u828
43022 830: u829
43023 831: u830
43024 832: u831
43025 833: u832
43026 834: u833
43027 835: u834
43028 836: u835
43029 837: u836
43030 838: u837
43031 839: u838
43032 840: u839
43033 841: u840
43034 842: u841
43035 843: u842
43036 844: u843
43037 845: u844
43038 846: u845
43039 847: u846
43040 848: u847
43041 849: u848
43042 850: u849
43043 851: u850
43044 852: u851
43045 853: u852
43046 854: u853
43047 855: u854
43048 856: u855
43049 857: u856
43050 858: u857
43051 859: u858
43052 860: u859
43053 861: u860
43054 862: u861
43055 863: u862
43056 864: u863
43057 865: u864
43058 866: u865
43059 867: u866
43060 868: u867
43061 869: u868
43062 870: u869
43063 871: u870
43064 872: u871
43065 873: u872
43066 874: u873
43067 875: u874
43068 876: u875
43069 877: u876
43070 878: u877
43071 879: u878
43072 880: u879
43073 881: u880
43074 882: u881
43075 883: u882
43076 884: u883
43077 885: u884
43078 886: u885
43079 887: u886
43080 888: u887
43081 889: u888
43082 890: u889
43083 891: u890
43084 892: u891
43085 893: u892
43086 894: u893
43087 895: u894
43088 896: u895
43089 897: u896
43090 898: u897
43091 899: u898
43092 900: u899
43093 901: u900
43094 902: u901
43095 903: u902
43096 904: u903
43097 905: u904
43098 906: u905
43099 907: u906
43100 908: u907
43101 909: u908
43102 910: u909
43103 911: u910
43104 912: u911
43105 913: u912
43106 914: u913
43107 915: u914
43108 916: u915
43109 917: u916
43110 918: u917
43111 919: u918
43112 920: u919
43113 921: u920
43114 922: u921
43115 923: u922
43116 924: u923
43117 925: u924
43118 926: u925
43119 927: u926
43120 928: u927
43121 929: u928
43122 930: u929
43123 931: u930
43124 932: u931
43125 933: u932
43126 934: u933
43127 935: u934
43128 936: u935
43129 937: u936
43130 938: u937
43131 939: u938
43132 940: u939
43133 941: u940
43134 942: u941
43135 943: u942
43136 944: u943
43137 945: u944
43138 946: u945
43139 947: u946
43140 948: u947
43141 949: u948
43142 950: u949
43143 951: u950
43144 952: u951
43145 953: u952
43146 954: u953
43147 955: u954
43148 956: u955
43149 957: u956
43150 958: u957
43151 959: u958
43152 960: u959
43153 961: u960
43154 962: u961
43155 963: u962
43156 964: u963
43157 965: u964
43158 966: u965
43159 967: u966
43160 968: u967
43161 969: u968
43162 970: u969
43163 971: u970
43164 972: u971
43165 973: u972
43166 974: u973
43167 975: u974
43168 976: u975
43169 977: u976
43170 978: u977
43171 979: u978
43172 980: u979
43173 981: u980
43174 982: u981
43175 983: u982
43176 984: u983
43177 985: u984
43178 986: u985
43179 987: u986
43180 988: u987
43181 989: u988
43182 990: u989
43183 991: u990
43184 992: u991
43185 993: u992
43186 994: u993
43187 995: u994
43188 996: u995
43189 997: u996
43190 998: u997
43191 999: u998
43192 1000: u999
43193 1001: u1000
43194 1002: u1001
43195 1003: u1002
43196 1004: u1003
43197 1005: u1004
43198 1006: u1005
43199 1007: u1006
43200 1008: u1007
43201 1009: u1008
43202 1010: u1009
43203 1011: u1010
43204 1012: u1011
43205 1013: u1012
43206 1014: u1013
43207 1015: u1014
43208 1016: u1015
43209 1017: u1016
43210 1018: u1017
43211 1019: u1018
43212 1020: u1019
43213 1021: u1020
43214 1022: u1021
43215 1023: u1022
43216 1024: u1023
43217 1025: u1024
43218 1026: u1025
43219 1027: u1026
43220 1028: u1027
43221 1029: u1028
43222 1030: u1029
43223 1031: u1030
43224 1032: u1031
43225 1033: u1032
43226 1034: u1033
43227 1035: u1034
43228 1036: u1035
43229 1037: u1036
43230 1038: u1037
43231 1039: u1038
43232 1040: u1039
43233 1041: u1040
43234 1042: u1041
43235 1043: u1042
43236 1044: u1043
43237 1045: u1044
43238 1046: u1045
43239 1047: u1046
43240 1048: u1047
43241 1049: u1048
43242 1050: u1049
43243 1051: u1050
43244 1052: u1051
43245 1053: u1052
43246 1054: u1053
43247 1055: u1054
43248 1056: u1055
43249 1057: u1056
43250 1058: u1057
43251 1059: u1058
43252 1060: u1059
43253 1061: u1060
43254 1062: u1061
43255 1063: u1062
43256 1064: u1063
43257 1065: u1064
43258 1066: u1065
43259 1067: u1066
43260 1068: u1067
43261 1069: u1068
43262 1070: u1069
43263 1071: u1070
43264 1072: u1071
43265 1073: u1072
43266 1074: u1073
43267 1075: u1074
43268 1076: u1075
43269 1077: u1076
43270 1078: u1077
43271 1079: u1078
43272 1080: u1079
43273 1081: u1080
43274 1082: u1081
43275 1083: u1082
43276 1084: u1083
43277 1085: u1084
43278 1086: u1085
43279 1087: u1086
43280 1088: u1087
43281 1089: u1088
43282 1090: u1089
43283 1091: u1090
43284 1092: u1091
43285 1093: u1092
43286 1094: u1093
43287 1095: u1094
43288 1096: u1095
43289 1097: u1096
43290 1098: u1097
43291 1099: u1098
43292 1100: u1099
43293 1101: u1100
43294 1102: u1101
43295 1103: u1102
43296 1104: u1103
43297 1105: u1104
43298 1106: u1105
43299 1107: u1106
43300 1108: u1107
43301 1109: u1108
43302 1110: u1109
43303 1111: u1110
43304 1112: u1111
43305 1113: u1112
43306 1114: u1113
43307 1115: u1114
43308 1116: u1115
43309 1117: u1116
43310 1118: u1117
43311 1119: u1118
43312 1120: u1119
43313 1121: u1120
43314 1122: u1121
43315 1123: u1122
43316 1124: u1123
43317 1125: u1124
43318 1126: u1125
43319 1127: u1126
43320 1128: u1127
43321 1129: u1128
43322 1130: u1129
43323 1131: u1130
43324 1132: u1131
43325 1133: u1132
43326 1134: u1133
43327 1135: u1134
43328 1136: u1135
43329 1137: u1136
43330 1138: u1137
43331 1139: u1138
43332 1140: u1139
43333 1141: u1140
43334 1142: u1141
43335 1143: u1142
43336 1144: u1143
43337 1145: u1144
43338 1146: u1145
43339 1147: u1146
43340 1148: u1147
43341 1149: u1148
43342 1150: u1149
43343 1151: u1150
43344 1152: u1151
43345 1153: u1152
43346 1154: u1153
43347 1155: u1154
43348 1156: u1155
43349 1157: u1156
43350 1158: u1157
43351 1159: u1158
43352 1160: u1159
43353 1161: u1160
43354 1162: u1161
43355 1163: u1162
43356 1164: u1163
43357 1165: u1164
43358 1166: u1165
43359 1167: u1166
43360 1168: u1167
43361 1169: u1168
43362 1170: u1169
43363 1171: u1170
43364 1172: u1171
43365 1173: u1172
43366 1174: u1173
43367 1175: u1174
43368 1176: u1175
43369 1177: u1176
43370 1178: u1177
43371 1179: u1178
43372 1180: u1179
43373 1181: u1180
43374 1182: u1181
43375 1183: u1182
43376 1184: u1183
43377 1185: u1184
43378 1186: u1185
43379 1187: u1186
43380 1188: u1187
43381 1189: u1188
43382 1190: u1189
43383 1191: u1190
43384 1192: u1191
43385 1193: u1192
43386 1194: u1193
43387 1195: u1194
43388 1196: u1195
43389 1197: u1196
43390 1198: u1197
43391 1199: u1198
43392 1200: u1199
43393 1201: u1200
43394 1202: u1201
43395 1203: u1202
43396 1204: u1203
43397 1205: u1204
43398 1206: u1205
43399 1207: u1206
43400 1208: u1207
43401 1209: u1208
43402 1210: u1209
43403 1211: u1210
43404 1212: u1211
43405 1213: u1212
43406 1214: u1213
43407 1215: u1214
43408 1216: u1215
43409 1217: u1216
43410 1218: u1217
43411 1219: u1218
43412 1220: u1219
43413 1221: u1220
43414 1222: u1221
43415 1223: u1222
43416 1224: u1223
43417 1225: u1224
43418 1226: u1225
43419 1227: u1226
43420 1228: u1227
43421 1229: u1228
43422 1230: u1229
43423 1231: u1230
43424 1232: u1231
43425 1233: u1232
43426 1234: u1233
43427 1235: u1234
43428 1236: u1235
43429 1237: u1236
43430 1238: u1237
43431 1239: u1238
43432 1240: u1239
43433 1241: u1240
43434 1242: u1241
43435 1243: u1242
43436 1244: u1243
43437 1245: u1244
43438 1246: u1245
43439 1247: u1246
43440 1248: u1247
43441 1249: u1248
43442 1250: u1249
43443 1251: u1250
43444 1252: u1251
43445 1253: u1252
43446 1254: u1253
43447 1255: u1254
43448 1256: u1255
43449 1257: u1256
43450 1258: u1257
43451 1259: u1258
43452 1260: u1259
43453 1261: u1260
43454 1262: u1261
43455 1263: u1262
43456 1264: u1263
43457 1265: u1264
43458 1266: u1265
43459 1267: u1266
43460 1268: u1267
43461 1269: u1268
43462 1270: u1269
43463 1271: u1270
43464 1272: u1271
43465 1273: u1272
43466 1274: u1273
43467 1275: u1274
43468 1276: u1275
43469 1277: u1276
43470 1278: u1277
43471 1279: u1278
43472 1280: u1279
43473 1281: u1280
43474 1282: u1281
43475 1283: u1282
43476 1284: u1283
43477 1285: u1284
43478 1286: u1285
43479 1287: u1286
43480 1288: u1287
43481 1289: u1288
43482 1290: u1289
43483 1291: u1290
43484 1292: u1291
43485 1293: u1292
43486 1294: u1293
43487 1295: u1294
43488 1296: u1295
43489 1297: u1296
43490 1298: u1297
43491 1299: u1298
43492 1300: u1299
43493 1301: u1300
43494 1302: u1301
43495 1303: u1302
43496 1304: u1303
43497 1305: u1304
43498 1306: u1305
43499 1307: u1306
43500 1308: u1307
43501 1309: u1308
43502 1310: u1309
43503 1311: u1310
43504 1312: u1311
43505 1313: u1312
43506 1314: u1313
43507 1315: u1314
43508 1316: u1315
43509 1317: u1316
43510 1318: u1317
43511 1319: u1318
43512 1320: u1319
43513 1321: u1320
43514 1322: u1321
43515 1323: u1322
43516 1324: u1323
43517 1325: u1324
43518 1326: u1325
43519 1327: u1326
43520 1328: u1327
43521 1329: u1328
43522 1330: u1329
43523 1331: u1330
43524 1332: u1331
43525 1333: u1332
43526 1334: u1333
43527 1335: u1334
43528 1336: u1335
43529 1337: u1336
43530 1338: u1337
43531 1339: u1338
43532 1340: u1339
43533 1341: u1340
43534 1342: u1341
43535 1343: u1342
43536 1344: u1343
43537 1345: u1344
43538 1346: u1345
43539 1347: u1346
43540 1348: u1347
43541 1349: u1348
43542 1350: u1349
43543 1351: u1350
43544 1352: u1351
43545 1353: u1352
43546 1354: u1353
43547 1355: u1354
43548 1356: u1355
43549 1357: u1356
43550 1358: u1357
43551 1359: u1358
43552 1360: u1359
43553 1361: u1360
43554 1362: u1361
43555 1363: u1362
43556 1364: u1363
43557 1365: u1364
43558 1366: u1365
43559 1367: u1366
43560 1368: u1367
43561 1369: u1368
43562 1370: u1369
43563 1371: u1370
43564 1372: u1371
43565 1373: u1372
43566 1374: u1373
43567 1375: u1374
43568 1376: u1375
43569 1377: u1376
43570 1378: u1377
43571 1379: u1378
43572 1380: u1379
43573 1381: u1380
43574 1382: u1381
43575 1383: u1382
43576 1384: u1383
43577 1385: u1384
43578 1386: u1385
43579 1387: u1386
43580 1388: u1387
43581 1389: u1388
43582 1390: u1389
43583 1391: u1390
43584 1392: u1391
43585 1393: u1392
43586 1394: u1393
43587 1395: u1394
43588 1396: u1395
43589 1397: u1396
43590 1398: u1397
43591 1399: u1398
43592 1400: u1399
43593 1401: u1400
43594 1402: u1401
43595 1403: u1402
43596 1404: u1403
43597 1405: u1404
43598 1406: u1405
43599 1407: u1406
43600 1408: u1407
43601 1409: u1408
43602 1410: u1409
43603 1411: u1410
43604 1412: u1411
43605 1413: u1412
43606 1414: u1413
43607 1415: u1414
43608 1416: u1415
43609 1417: u1416
43610 1418: u1417
43611 1419: u1418
43612 1420: u1419
43613 1421: u1420
43614 1422: u1421
43615 1423: u1422
43616 1424: u1423
43617 1425: u1424
43618 1426: u1425
43619 1427: u1426
43620 1428: u1427
43621 1429: u1428
43622 1430: u1429
43623 1431: u1430
43624 1432: u1431
43625 1433: u1432
43626 1434: u1433
43627 1435: u1434
43628 1436: u1435
43629 1437: u1436
43630 1438: u1437
43631 1439: u1438
43632 1440: u1439
43633 1441: u1440
43634 1442: u1441
43635 1443: u1442
43636 1444: u1443
43637 1445: u1444
43638 1446: u1445
43639 1447: u1446
43640 1448: u1447
43641 1449: u1448
43642 1450: u1449
43643 1451: u1450
43644 1452: u1451
43645 1453: u1452
43646 1454: u1453
43647 1455: u1454
43648 1456: u1455
43649 1457: u1456
43650 1458: u1457
43651 1459: u1458
43652 1460: u1459
43653 1461: u1460
43654 1462: u1461
43655 1463: u1462
43656 1464: u1463
43657 1465: u1464
43658 1466: u1465
43659 1467: u1466
43660 1468: u1467
43661 1469: u1468
43662 1470: u1469
43663 1471: u1470
43664 1472: u1471
43665 1473: u1472
43666 1474: u1473
43667 1475: u1474
43668 1476: u1475
43669 1477: u1476
43670 1478: u1477
43671 1479: u1478
43672 1480: u1479
43673 1481: u1480
43674 1482: u1481
43675 1483: u1482
43676 1484: u1483
43677 1485: u1484
43678 1486: u1485
43679 1487: u1486
43680 1488: u1487
43681 1489: u1488
43682 1490: u1489
43683 1491: u1490
43684 1492: u1491
43685 1493: u1492
43686 1494: u1493
43687 1495: u1494
43688 1496: u1495
43689 1497: u1496
43690 1498: u1497
43691 1499: u1498
43692 1500: u1499
43693 1501: u1500
43694 1502: u1501
43695 1503: u1502
43696 1504: u1503
43697 1505: u1504
43698 1506: u1505
43699 1507: u1506
43700 1508: u1507
43701 1509: u1508
43702 1510: u1509
43703 1511: u1510
43704 1512: u1511
43705 1513: u1512
43706 1514: u1513
43707 1515: u1514
43708 1516: u1515
43709 1517: u1516
43710 1518: u1517
43711 1519: u1518
43712 1520: u1519
43713 1521: u1520
43714 1522: u1521
43715 1523: u1522
43716 1524: u1523
43717 1525: u1524
43718 1526: u1525
43719 1527: u1526
43720 1528: u1527
43721 1529: u1528
43722 1530: u1529
43723 1531: u1530
43724 1532: u1531
43725 1533: u1532
43726 1534: u1533
43727 1535: u1534
43728 1536: u1535
43729 1537: u1536
43730 1538: u1537
43731 1539: u1538
43732 1540: u1539
43733 1541: u1540
43734 1542: u1541
43735 1543: u1542
43736 1544: u1543
43737 1545: u1544
43738 1546: u1545
43739 1547: u1546
43740 1548: u1547
43741 1549: u1548
43742 1550: u1549
43743 1551: u1550
43744 1552: u1551
43745 1553: u1552
43746 1554: u1553
43747 1555: u1554
43748 1556: u1555
43749 1557: u1556
43750 1558: u1557
43751 1559: u1558
43752 1560: u1559
43753 1561: u1560
43754 1562: u1561
43755 1563: u1562
43756 1564: u1563
43757 1565: u1564
43758 1566: u1565
43759 1567: u1566
43760 1568: u1567
43761 1569: u1568
43762 1570: u1569
43763 1571: u1570
43764 1572: u1571
43765 1573: u1572
43766 1574: u1573
43767 1575: u1574
43768 1576: u1575
43769 1577: u1576
43770 1578: u1577
43771 1579: u1578
43772 1580: u1579
43773 1581: u1580
43774 1582: u1581
43775 1583: u1582
43776 1584: u1583
43777 1585: u1584
43778 1586: u1585
43779 1587: u1586
43780 1588: u1587
43781 1589: u1588
43782 1590: u1589
43783 1591: u1590
43784 1592: u1591
43785 1593: u1592
43786 1594: u1593
43787 1595: u1594
43788 1596: u1595
43789 1597: u1596
43790 1598: u1597
43791 1599: u1598
43792 1600: u1599
43793 1601: u1600
43794 1602: u1601
43795 1603: u1602
43796 1604: u1603
43797 1605: u1604
43798 1606: u1605
43799 1607: u1606
43800 1608: u1607
43801 1609: u1608
43802 1610: u1609
43803 1611: u1610
43804 1612: u1611
43805 1613: u1612
43806 1614: u1613
43807 1615: u1614
43808 1616: u1615
43809 1617: u1616
43810 1618: u1617
43811 1619: u1618
43812 1620: u1619
43813 1621: u1620
43814 1622: u1621
43815 1623: u1622
43816 1624: u1623
43817 1625: u1624
43818 1626: u1625
43819 1627: u1626
43820 1628: u1627
43821 1629: u1628
43822 1630: u1629
43823 1631: u1630
43824 1632: u1631
43825 1633: u1632
43826 1634: u1633
43827 1635: u1634
43828 1636: u1635
43829 1637: u1636
43830 1638: u1637
43831 1639: u1638
43832 1640: u1639
43833 1641: u1640
43834 1642: u1641
43835 1643: u1642
43836 1644: u1643
43837 1645: u1644
43838 1646: u1645
43839 1647: u1646
43840 1648: u1647
43841 1649: u1648
43842 1650: u1649
43843 1651: u1650
43844 1652: u1651
43845 1653: u1652
43846 1654: u1653
43847 1655: u1654
43848 1656: u1655
43849 1657: u1656
43850 1658: u1657
43851 1659: u1658
43852 1660: u1659
43853 1661: u1660
43854 1662: u1661
43855 1663: u1662
43856 1664: u1663
43857 1665: u1664
43858 1666: u1665
43859 1667: u1666
43860 1668: u1667
43861 1669: u1668
43862 1670: u1669
43863 1671: u1670
43864 1672: u1671
43865 1673: u1672
43866 1674: u1673
43867 1675: u1674
43868 1676: u1675
43869 1677: u1676
43870 1678: u1677
43871 1679: u1678
43872 1680: u1679
43873 1681: u1680
43874 1682: u1681
43875 1683: u1682
43876 1684: u1683
43877 1685: u1684
43878 1686: u1685
43879 1687: u1686
43880 1688: u1687
43881 1689: u1688
43882 1690: u1689
43883 1691: u1690
43884 1692: u1691
43885 1693: u1692
43886 1694: u1693
43887 1695: u1694
43888 1696: u1695
43889 1697: u1696
43890 1698: u1697
43891 1699: u1698
43892 1700: u1699
43893 1701: u1700
43894 1702: u1701
43895 1703: u1702
43896 1704: u1703
43897 1705: u1704
43898 1706: u1705
43899 1707: u1706
43900 1708: u1707
43901 1709: u1708
43902 1710: u1709
43903 1711: u1710
43904 1712: u1711
43905 1713: u1712
43906 1714: u1713
43907 1715: u1714
43908 1716: u1715
43909 1717: u1716
43910 1718: u1717
43911 1719: u1718
43912 1720: u1719
43913 1721: u1720
43914 1722: u1721
43915 1723: u1722
43916 1724: u1723
43917 1725: u1724
43918 1726: u1725
43919 1727: u1726
43920 1728: u1727
43921 1729: u1728
43922 1730: u1729
43923 1731: u1730
43924 1732: u1731
43925 1733: u1732
43926 1734: u1733
43927 1735: u1734
43928 1736: u1735
43929 1737: u1736
43930 1738: u1737
43931 1739: u1738
43932 1740: u1739
43933 1741: u1740
43934 1742: u1741
43935 1743: u1742
43936 1744: u1743
43937 1745: u1744
43938 1746: u1745
43939 1747: u1746
43940 1748: u1747
43941 1749: u1748
43942 1750: u1749
43943 1751: u1750
43944 1752: u1751
43945 1753: u1752
43946 1754: u1753
43947 1755: u1754
43948 1756: u1755
43949 1757: u1756
43950 1758: u1757
43951 1759: u1758
43952 1760: u1759
43953 1761: u1760
43954 1762: u1761
43955 1763: u1762
43956 1764: u1763
43957 1765: u1764
43958 1766: u1765
43959 1767: u1766
43960 1768: u1767
43961 1769: u1768
43962 1770: u1769
43963 1771: u1770
43964 1772: u1771
43965 1773: u1772
43966 1774: u1773
43967 1775: u1774
43968 1776: u1775
43969 1777: u1776
43970 1778: u1777
43971 1779: u1778
43972 1780: u1779
43973 1781: u1780
43974 1782: u1781
43975 1783: u1782
43976 1784: u1783
43977 1785: u1784
43978 1786: u1785
43979 1787: u1786
43980 1788: u1787
43981 1789: u1788
43982 1790: u1789
43983 1791: u1790
43984 1792: u1791
43985 1793: u1792
43986 1794: u1793
43987 1795: u1794
43988 1796: u1795
43989 1797: u1796
43990 1798: u1797
43991 1799: u1798
43992 1800: u1799
43993 1801: u1800
43994 1802: u1801
43995 1803: u1802
43996 1804: u1803
43997 1805: u1804
43998 1806: u1805
43999 1807: u1806
44000 1808: u1807
44001 1809: u1808
44002 1810: u1809
44003 1811: u1810
44004 1812: u1811
44005 1813: u1812
44006 1814: u1813
44007 1815: u1814
44008 1816: u1815
44009 1817: u1816
44010 1818: u1817
44011 1819: u1818
44012 1820: u1819
44013 1821: u1820
44014 1822: u1821
44015 1823: u1822
44016 1824: u1823
44017 1825: u1824
44018 1826: u1825
44019 1827: u1826
44020 1828: u1827
44021 1829: u1828
44022 1830: u1829
44023 1831: u1830
44024 1832: u1831
44025 1833: u1832
44026 1834: u1833
44027 1835: u1834
44028 1836: u1835
44029 1837: u1836
44030 1838: u1837
44031 1839: u1838
44032 1840: u1839
44033 1841: u1840
44034 1842: u1841
44035 1843: u1842
44036 1844: u1843
44037 1845: u1844
44038 1846: u1845
44039 1847: u1846
44040 1848: u1847
44041 1849: u1848
44042 1850: u1849
44043 1851: u1850
44044 1852: u1851
44045 1853: u1852
44046 1854: u1853
44047 1855: u1854
44048 1856: u1855
44049 1857: u1856
44050 1858: u1857
44051 1859: u1858
44052 1860: u1859
44053 1861: u1860
44054 1862: u1861
44055 1863: u1862
44056 1864: u1863
44057 1865: u1864
44058 1866: u1865
44059 1867: u1866
44060 1868: u1867
44061 1869: u1868
44062 1870: u1869
44063 1871: u1870
44064 1872: u1871
44065 1873: u1872
44066 1874: u1873
44067 1875: u1874
44068 1876: u1875
44069 1877: u1876
44070 1878: u1877
44071 1879: u1878
44072 1880: u1879
44073 1881: u1880
44074 1882: u1881
44075 1883: u1882
44076 1884: u1883
44077 1885: u1884
44078 1886: u1885
44079 1887: u1886
44080 1888: u1887
44081 1889: u1888
44082 1890: u1889
44083 1891: u1890
44084 1892: u1891
44085 1893: u1892
44086 1894: u1893
44087 1895: u1894
44088 1896: u1895
44089 1897: u1896
44090 1898: u1897
44091 1899: u1898
44092 1900: u1899
44093 1901: u1900
44094 1902: u1901
44095 1903: u1902
44096 1904: u1903
44097 1905: u1904
44098 1906: u1905
44099 1907: u1906
44100 1908: u1907
44101 1909: u1908
44102 1910: u1909
44103 1911: u1910
44104 1912: u1911
44105 1913: u1912
44106 1914: u1913
44107 1915: u1914
44108 1916: u1915
44109 1917: u1916
44110 1918: u1917
44111 1919: u1918
44112 1920: u1919
44113 1921: u1920
44114 1922: u1921
44115 1923: u1922
44116 1924: u1923
44117 1925: u1924
44118 1926: u1925
44119 1927: u1926
44120 1928: u1927
44121 1929: u1928
44122 1930: u1929
44123 1931: u1930
44124 1932: u1931
44125 1933: u1932
44126 1934: u1933
44127 1935: u1934
44128 1936: u1935
44129 1937: u1936
44130 1938: u1937
44131 1939: u1938
44132 1940: u1939
44133 1941: u1940
44134 1942: u1941
44135 1943: u1942
44136 1944: u1943
44137 1945: u1944
44138 1946: u1945
44139 1947: u1946
44140 1948: u1947
44141 1949: u1948
44142 1950: u1949
44143 1951: u1950
44144 1952: u1951
44145 1953: u1952
44146 1954: u1953
44147 1955: u1954
44148 1956: u1955
44149 1957: u1956
44150 1958: u1957
44151 1959: u1958
44152 1960: u1959
44153 1961: u1960
44154 1962: u1961
44155 1963: u1962
44156 1964: u1963
44157 1965: u1964
44158 1966: u1965
44159 1967: u1966
44160 1968: u1967
44161 1969: u1968
44162 1970: u1969
44163 1971: u1970
44164 1972: u1971
44165 1973: u1972
44166 1974: u1973
44167 1975: u1974
44168 1976: u1975
44169 1977: u1976
44170 1978: u1977
44171 1979: u1978
44172 1980: u1979
44173 1981: u1980
44174 1982: u1981
44175 1983: u1982
44176 1984: u1983
44177 1985: u1984
44178 1986: u1985
44179 1987: u1986
44180 1988: u1987
44181 1989: u1988
44182 1990: u1989
44183 1991: u1990
44184 1992: u1991
44185 1993: u1992
44186 1994: u1993
44187 1995: u1994
44188 1996: u1995
44189 1997: u1996
44190 1998: u1997
44191 1999: u1998
44192 2000: u1999
44193 - name: outputMeasurementSenseVoltage
44194 oid: 1.3.6.1.4.1.19947.1.3.2.1.5
44195 type: Float
44196 help: The measured voltage at the sense input lines. - 1.3.6.1.4.1.19947.1.3.2.1.5
44197 indexes:
44198 - labelname: outputIndex
44199 type: gauge
44200 enum_values:
44201 1: u0
44202 2: u1
44203 3: u2
44204 4: u3
44205 5: u4
44206 6: u5
44207 7: u6
44208 8: u7
44209 9: u8
44210 10: u9
44211 11: u10
44212 12: u11
44213 13: u12
44214 14: u13
44215 15: u14
44216 16: u15
44217 17: u16
44218 18: u17
44219 19: u18
44220 20: u19
44221 21: u20
44222 22: u21
44223 23: u22
44224 24: u23
44225 25: u24
44226 26: u25
44227 27: u26
44228 28: u27
44229 29: u28
44230 30: u29
44231 31: u30
44232 32: u31
44233 33: u32
44234 34: u33
44235 35: u34
44236 36: u35
44237 37: u36
44238 38: u37
44239 39: u38
44240 40: u39
44241 41: u40
44242 42: u41
44243 43: u42
44244 44: u43
44245 45: u44
44246 46: u45
44247 47: u46
44248 48: u47
44249 49: u48
44250 50: u49
44251 51: u50
44252 52: u51
44253 53: u52
44254 54: u53
44255 55: u54
44256 56: u55
44257 57: u56
44258 58: u57
44259 59: u58
44260 60: u59
44261 61: u60
44262 62: u61
44263 63: u62
44264 64: u63
44265 65: u64
44266 66: u65
44267 67: u66
44268 68: u67
44269 69: u68
44270 70: u69
44271 71: u70
44272 72: u71
44273 73: u72
44274 74: u73
44275 75: u74
44276 76: u75
44277 77: u76
44278 78: u77
44279 79: u78
44280 80: u79
44281 81: u80
44282 82: u81
44283 83: u82
44284 84: u83
44285 85: u84
44286 86: u85
44287 87: u86
44288 88: u87
44289 89: u88
44290 90: u89
44291 91: u90
44292 92: u91
44293 93: u92
44294 94: u93
44295 95: u94
44296 96: u95
44297 97: u96
44298 98: u97
44299 99: u98
44300 100: u99
44301 101: u100
44302 102: u101
44303 103: u102
44304 104: u103
44305 105: u104
44306 106: u105
44307 107: u106
44308 108: u107
44309 109: u108
44310 110: u109
44311 111: u110
44312 112: u111
44313 113: u112
44314 114: u113
44315 115: u114
44316 116: u115
44317 117: u116
44318 118: u117
44319 119: u118
44320 120: u119
44321 121: u120
44322 122: u121
44323 123: u122
44324 124: u123
44325 125: u124
44326 126: u125
44327 127: u126
44328 128: u127
44329 129: u128
44330 130: u129
44331 131: u130
44332 132: u131
44333 133: u132
44334 134: u133
44335 135: u134
44336 136: u135
44337 137: u136
44338 138: u137
44339 139: u138
44340 140: u139
44341 141: u140
44342 142: u141
44343 143: u142
44344 144: u143
44345 145: u144
44346 146: u145
44347 147: u146
44348 148: u147
44349 149: u148
44350 150: u149
44351 151: u150
44352 152: u151
44353 153: u152
44354 154: u153
44355 155: u154
44356 156: u155
44357 157: u156
44358 158: u157
44359 159: u158
44360 160: u159
44361 161: u160
44362 162: u161
44363 163: u162
44364 164: u163
44365 165: u164
44366 166: u165
44367 167: u166
44368 168: u167
44369 169: u168
44370 170: u169
44371 171: u170
44372 172: u171
44373 173: u172
44374 174: u173
44375 175: u174
44376 176: u175
44377 177: u176
44378 178: u177
44379 179: u178
44380 180: u179
44381 181: u180
44382 182: u181
44383 183: u182
44384 184: u183
44385 185: u184
44386 186: u185
44387 187: u186
44388 188: u187
44389 189: u188
44390 190: u189
44391 191: u190
44392 192: u191
44393 193: u192
44394 194: u193
44395 195: u194
44396 196: u195
44397 197: u196
44398 198: u197
44399 199: u198
44400 200: u199
44401 201: u200
44402 202: u201
44403 203: u202
44404 204: u203
44405 205: u204
44406 206: u205
44407 207: u206
44408 208: u207
44409 209: u208
44410 210: u209
44411 211: u210
44412 212: u211
44413 213: u212
44414 214: u213
44415 215: u214
44416 216: u215
44417 217: u216
44418 218: u217
44419 219: u218
44420 220: u219
44421 221: u220
44422 222: u221
44423 223: u222
44424 224: u223
44425 225: u224
44426 226: u225
44427 227: u226
44428 228: u227
44429 229: u228
44430 230: u229
44431 231: u230
44432 232: u231
44433 233: u232
44434 234: u233
44435 235: u234
44436 236: u235
44437 237: u236
44438 238: u237
44439 239: u238
44440 240: u239
44441 241: u240
44442 242: u241
44443 243: u242
44444 244: u243
44445 245: u244
44446 246: u245
44447 247: u246
44448 248: u247
44449 249: u248
44450 250: u249
44451 251: u250
44452 252: u251
44453 253: u252
44454 254: u253
44455 255: u254
44456 256: u255
44457 257: u256
44458 258: u257
44459 259: u258
44460 260: u259
44461 261: u260
44462 262: u261
44463 263: u262
44464 264: u263
44465 265: u264
44466 266: u265
44467 267: u266
44468 268: u267
44469 269: u268
44470 270: u269
44471 271: u270
44472 272: u271
44473 273: u272
44474 274: u273
44475 275: u274
44476 276: u275
44477 277: u276
44478 278: u277
44479 279: u278
44480 280: u279
44481 281: u280
44482 282: u281
44483 283: u282
44484 284: u283
44485 285: u284
44486 286: u285
44487 287: u286
44488 288: u287
44489 289: u288
44490 290: u289
44491 291: u290
44492 292: u291
44493 293: u292
44494 294: u293
44495 295: u294
44496 296: u295
44497 297: u296
44498 298: u297
44499 299: u298
44500 300: u299
44501 301: u300
44502 302: u301
44503 303: u302
44504 304: u303
44505 305: u304
44506 306: u305
44507 307: u306
44508 308: u307
44509 309: u308
44510 310: u309
44511 311: u310
44512 312: u311
44513 313: u312
44514 314: u313
44515 315: u314
44516 316: u315
44517 317: u316
44518 318: u317
44519 319: u318
44520 320: u319
44521 321: u320
44522 322: u321
44523 323: u322
44524 324: u323
44525 325: u324
44526 326: u325
44527 327: u326
44528 328: u327
44529 329: u328
44530 330: u329
44531 331: u330
44532 332: u331
44533 333: u332
44534 334: u333
44535 335: u334
44536 336: u335
44537 337: u336
44538 338: u337
44539 339: u338
44540 340: u339
44541 341: u340
44542 342: u341
44543 343: u342
44544 344: u343
44545 345: u344
44546 346: u345
44547 347: u346
44548 348: u347
44549 349: u348
44550 350: u349
44551 351: u350
44552 352: u351
44553 353: u352
44554 354: u353
44555 355: u354
44556 356: u355
44557 357: u356
44558 358: u357
44559 359: u358
44560 360: u359
44561 361: u360
44562 362: u361
44563 363: u362
44564 364: u363
44565 365: u364
44566 366: u365
44567 367: u366
44568 368: u367
44569 369: u368
44570 370: u369
44571 371: u370
44572 372: u371
44573 373: u372
44574 374: u373
44575 375: u374
44576 376: u375
44577 377: u376
44578 378: u377
44579 379: u378
44580 380: u379
44581 381: u380
44582 382: u381
44583 383: u382
44584 384: u383
44585 385: u384
44586 386: u385
44587 387: u386
44588 388: u387
44589 389: u388
44590 390: u389
44591 391: u390
44592 392: u391
44593 393: u392
44594 394: u393
44595 395: u394
44596 396: u395
44597 397: u396
44598 398: u397
44599 399: u398
44600 400: u399
44601 401: u400
44602 402: u401
44603 403: u402
44604 404: u403
44605 405: u404
44606 406: u405
44607 407: u406
44608 408: u407
44609 409: u408
44610 410: u409
44611 411: u410
44612 412: u411
44613 413: u412
44614 414: u413
44615 415: u414
44616 416: u415
44617 417: u416
44618 418: u417
44619 419: u418
44620 420: u419
44621 421: u420
44622 422: u421
44623 423: u422
44624 424: u423
44625 425: u424
44626 426: u425
44627 427: u426
44628 428: u427
44629 429: u428
44630 430: u429
44631 431: u430
44632 432: u431
44633 433: u432
44634 434: u433
44635 435: u434
44636 436: u435
44637 437: u436
44638 438: u437
44639 439: u438
44640 440: u439
44641 441: u440
44642 442: u441
44643 443: u442
44644 444: u443
44645 445: u444
44646 446: u445
44647 447: u446
44648 448: u447
44649 449: u448
44650 450: u449
44651 451: u450
44652 452: u451
44653 453: u452
44654 454: u453
44655 455: u454
44656 456: u455
44657 457: u456
44658 458: u457
44659 459: u458
44660 460: u459
44661 461: u460
44662 462: u461
44663 463: u462
44664 464: u463
44665 465: u464
44666 466: u465
44667 467: u466
44668 468: u467
44669 469: u468
44670 470: u469
44671 471: u470
44672 472: u471
44673 473: u472
44674 474: u473
44675 475: u474
44676 476: u475
44677 477: u476
44678 478: u477
44679 479: u478
44680 480: u479
44681 481: u480
44682 482: u481
44683 483: u482
44684 484: u483
44685 485: u484
44686 486: u485
44687 487: u486
44688 488: u487
44689 489: u488
44690 490: u489
44691 491: u490
44692 492: u491
44693 493: u492
44694 494: u493
44695 495: u494
44696 496: u495
44697 497: u496
44698 498: u497
44699 499: u498
44700 500: u499
44701 501: u500
44702 502: u501
44703 503: u502
44704 504: u503
44705 505: u504
44706 506: u505
44707 507: u506
44708 508: u507
44709 509: u508
44710 510: u509
44711 511: u510
44712 512: u511
44713 513: u512
44714 514: u513
44715 515: u514
44716 516: u515
44717 517: u516
44718 518: u517
44719 519: u518
44720 520: u519
44721 521: u520
44722 522: u521
44723 523: u522
44724 524: u523
44725 525: u524
44726 526: u525
44727 527: u526
44728 528: u527
44729 529: u528
44730 530: u529
44731 531: u530
44732 532: u531
44733 533: u532
44734 534: u533
44735 535: u534
44736 536: u535
44737 537: u536
44738 538: u537
44739 539: u538
44740 540: u539
44741 541: u540
44742 542: u541
44743 543: u542
44744 544: u543
44745 545: u544
44746 546: u545
44747 547: u546
44748 548: u547
44749 549: u548
44750 550: u549
44751 551: u550
44752 552: u551
44753 553: u552
44754 554: u553
44755 555: u554
44756 556: u555
44757 557: u556
44758 558: u557
44759 559: u558
44760 560: u559
44761 561: u560
44762 562: u561
44763 563: u562
44764 564: u563
44765 565: u564
44766 566: u565
44767 567: u566
44768 568: u567
44769 569: u568
44770 570: u569
44771 571: u570
44772 572: u571
44773 573: u572
44774 574: u573
44775 575: u574
44776 576: u575
44777 577: u576
44778 578: u577
44779 579: u578
44780 580: u579
44781 581: u580
44782 582: u581
44783 583: u582
44784 584: u583
44785 585: u584
44786 586: u585
44787 587: u586
44788 588: u587
44789 589: u588
44790 590: u589
44791 591: u590
44792 592: u591
44793 593: u592
44794 594: u593
44795 595: u594
44796 596: u595
44797 597: u596
44798 598: u597
44799 599: u598
44800 600: u599
44801 601: u600
44802 602: u601
44803 603: u602
44804 604: u603
44805 605: u604
44806 606: u605
44807 607: u606
44808 608: u607
44809 609: u608
44810 610: u609
44811 611: u610
44812 612: u611
44813 613: u612
44814 614: u613
44815 615: u614
44816 616: u615
44817 617: u616
44818 618: u617
44819 619: u618
44820 620: u619
44821 621: u620
44822 622: u621
44823 623: u622
44824 624: u623
44825 625: u624
44826 626: u625
44827 627: u626
44828 628: u627
44829 629: u628
44830 630: u629
44831 631: u630
44832 632: u631
44833 633: u632
44834 634: u633
44835 635: u634
44836 636: u635
44837 637: u636
44838 638: u637
44839 639: u638
44840 640: u639
44841 641: u640
44842 642: u641
44843 643: u642
44844 644: u643
44845 645: u644
44846 646: u645
44847 647: u646
44848 648: u647
44849 649: u648
44850 650: u649
44851 651: u650
44852 652: u651
44853 653: u652
44854 654: u653
44855 655: u654
44856 656: u655
44857 657: u656
44858 658: u657
44859 659: u658
44860 660: u659
44861 661: u660
44862 662: u661
44863 663: u662
44864 664: u663
44865 665: u664
44866 666: u665
44867 667: u666
44868 668: u667
44869 669: u668
44870 670: u669
44871 671: u670
44872 672: u671
44873 673: u672
44874 674: u673
44875 675: u674
44876 676: u675
44877 677: u676
44878 678: u677
44879 679: u678
44880 680: u679
44881 681: u680
44882 682: u681
44883 683: u682
44884 684: u683
44885 685: u684
44886 686: u685
44887 687: u686
44888 688: u687
44889 689: u688
44890 690: u689
44891 691: u690
44892 692: u691
44893 693: u692
44894 694: u693
44895 695: u694
44896 696: u695
44897 697: u696
44898 698: u697
44899 699: u698
44900 700: u699
44901 701: u700
44902 702: u701
44903 703: u702
44904 704: u703
44905 705: u704
44906 706: u705
44907 707: u706
44908 708: u707
44909 709: u708
44910 710: u709
44911 711: u710
44912 712: u711
44913 713: u712
44914 714: u713
44915 715: u714
44916 716: u715
44917 717: u716
44918 718: u717
44919 719: u718
44920 720: u719
44921 721: u720
44922 722: u721
44923 723: u722
44924 724: u723
44925 725: u724
44926 726: u725
44927 727: u726
44928 728: u727
44929 729: u728
44930 730: u729
44931 731: u730
44932 732: u731
44933 733: u732
44934 734: u733
44935 735: u734
44936 736: u735
44937 737: u736
44938 738: u737
44939 739: u738
44940 740: u739
44941 741: u740
44942 742: u741
44943 743: u742
44944 744: u743
44945 745: u744
44946 746: u745
44947 747: u746
44948 748: u747
44949 749: u748
44950 750: u749
44951 751: u750
44952 752: u751
44953 753: u752
44954 754: u753
44955 755: u754
44956 756: u755
44957 757: u756
44958 758: u757
44959 759: u758
44960 760: u759
44961 761: u760
44962 762: u761
44963 763: u762
44964 764: u763
44965 765: u764
44966 766: u765
44967 767: u766
44968 768: u767
44969 769: u768
44970 770: u769
44971 771: u770
44972 772: u771
44973 773: u772
44974 774: u773
44975 775: u774
44976 776: u775
44977 777: u776
44978 778: u777
44979 779: u778
44980 780: u779
44981 781: u780
44982 782: u781
44983 783: u782
44984 784: u783
44985 785: u784
44986 786: u785
44987 787: u786
44988 788: u787
44989 789: u788
44990 790: u789
44991 791: u790
44992 792: u791
44993 793: u792
44994 794: u793
44995 795: u794
44996 796: u795
44997 797: u796
44998 798: u797
44999 799: u798
45000 800: u799
45001 801: u800
45002 802: u801
45003 803: u802
45004 804: u803
45005 805: u804
45006 806: u805
45007 807: u806
45008 808: u807
45009 809: u808
45010 810: u809
45011 811: u810
45012 812: u811
45013 813: u812
45014 814: u813
45015 815: u814
45016 816: u815
45017 817: u816
45018 818: u817
45019 819: u818
45020 820: u819
45021 821: u820
45022 822: u821
45023 823: u822
45024 824: u823
45025 825: u824
45026 826: u825
45027 827: u826
45028 828: u827
45029 829: u828
45030 830: u829
45031 831: u830
45032 832: u831
45033 833: u832
45034 834: u833
45035 835: u834
45036 836: u835
45037 837: u836
45038 838: u837
45039 839: u838
45040 840: u839
45041 841: u840
45042 842: u841
45043 843: u842
45044 844: u843
45045 845: u844
45046 846: u845
45047 847: u846
45048 848: u847
45049 849: u848
45050 850: u849
45051 851: u850
45052 852: u851
45053 853: u852
45054 854: u853
45055 855: u854
45056 856: u855
45057 857: u856
45058 858: u857
45059 859: u858
45060 860: u859
45061 861: u860
45062 862: u861
45063 863: u862
45064 864: u863
45065 865: u864
45066 866: u865
45067 867: u866
45068 868: u867
45069 869: u868
45070 870: u869
45071 871: u870
45072 872: u871
45073 873: u872
45074 874: u873
45075 875: u874
45076 876: u875
45077 877: u876
45078 878: u877
45079 879: u878
45080 880: u879
45081 881: u880
45082 882: u881
45083 883: u882
45084 884: u883
45085 885: u884
45086 886: u885
45087 887: u886
45088 888: u887
45089 889: u888
45090 890: u889
45091 891: u890
45092 892: u891
45093 893: u892
45094 894: u893
45095 895: u894
45096 896: u895
45097 897: u896
45098 898: u897
45099 899: u898
45100 900: u899
45101 901: u900
45102 902: u901
45103 903: u902
45104 904: u903
45105 905: u904
45106 906: u905
45107 907: u906
45108 908: u907
45109 909: u908
45110 910: u909
45111 911: u910
45112 912: u911
45113 913: u912
45114 914: u913
45115 915: u914
45116 916: u915
45117 917: u916
45118 918: u917
45119 919: u918
45120 920: u919
45121 921: u920
45122 922: u921
45123 923: u922
45124 924: u923
45125 925: u924
45126 926: u925
45127 927: u926
45128 928: u927
45129 929: u928
45130 930: u929
45131 931: u930
45132 932: u931
45133 933: u932
45134 934: u933
45135 935: u934
45136 936: u935
45137 937: u936
45138 938: u937
45139 939: u938
45140 940: u939
45141 941: u940
45142 942: u941
45143 943: u942
45144 944: u943
45145 945: u944
45146 946: u945
45147 947: u946
45148 948: u947
45149 949: u948
45150 950: u949
45151 951: u950
45152 952: u951
45153 953: u952
45154 954: u953
45155 955: u954
45156 956: u955
45157 957: u956
45158 958: u957
45159 959: u958
45160 960: u959
45161 961: u960
45162 962: u961
45163 963: u962
45164 964: u963
45165 965: u964
45166 966: u965
45167 967: u966
45168 968: u967
45169 969: u968
45170 970: u969
45171 971: u970
45172 972: u971
45173 973: u972
45174 974: u973
45175 975: u974
45176 976: u975
45177 977: u976
45178 978: u977
45179 979: u978
45180 980: u979
45181 981: u980
45182 982: u981
45183 983: u982
45184 984: u983
45185 985: u984
45186 986: u985
45187 987: u986
45188 988: u987
45189 989: u988
45190 990: u989
45191 991: u990
45192 992: u991
45193 993: u992
45194 994: u993
45195 995: u994
45196 996: u995
45197 997: u996
45198 998: u997
45199 999: u998
45200 1000: u999
45201 1001: u1000
45202 1002: u1001
45203 1003: u1002
45204 1004: u1003
45205 1005: u1004
45206 1006: u1005
45207 1007: u1006
45208 1008: u1007
45209 1009: u1008
45210 1010: u1009
45211 1011: u1010
45212 1012: u1011
45213 1013: u1012
45214 1014: u1013
45215 1015: u1014
45216 1016: u1015
45217 1017: u1016
45218 1018: u1017
45219 1019: u1018
45220 1020: u1019
45221 1021: u1020
45222 1022: u1021
45223 1023: u1022
45224 1024: u1023
45225 1025: u1024
45226 1026: u1025
45227 1027: u1026
45228 1028: u1027
45229 1029: u1028
45230 1030: u1029
45231 1031: u1030
45232 1032: u1031
45233 1033: u1032
45234 1034: u1033
45235 1035: u1034
45236 1036: u1035
45237 1037: u1036
45238 1038: u1037
45239 1039: u1038
45240 1040: u1039
45241 1041: u1040
45242 1042: u1041
45243 1043: u1042
45244 1044: u1043
45245 1045: u1044
45246 1046: u1045
45247 1047: u1046
45248 1048: u1047
45249 1049: u1048
45250 1050: u1049
45251 1051: u1050
45252 1052: u1051
45253 1053: u1052
45254 1054: u1053
45255 1055: u1054
45256 1056: u1055
45257 1057: u1056
45258 1058: u1057
45259 1059: u1058
45260 1060: u1059
45261 1061: u1060
45262 1062: u1061
45263 1063: u1062
45264 1064: u1063
45265 1065: u1064
45266 1066: u1065
45267 1067: u1066
45268 1068: u1067
45269 1069: u1068
45270 1070: u1069
45271 1071: u1070
45272 1072: u1071
45273 1073: u1072
45274 1074: u1073
45275 1075: u1074
45276 1076: u1075
45277 1077: u1076
45278 1078: u1077
45279 1079: u1078
45280 1080: u1079
45281 1081: u1080
45282 1082: u1081
45283 1083: u1082
45284 1084: u1083
45285 1085: u1084
45286 1086: u1085
45287 1087: u1086
45288 1088: u1087
45289 1089: u1088
45290 1090: u1089
45291 1091: u1090
45292 1092: u1091
45293 1093: u1092
45294 1094: u1093
45295 1095: u1094
45296 1096: u1095
45297 1097: u1096
45298 1098: u1097
45299 1099: u1098
45300 1100: u1099
45301 1101: u1100
45302 1102: u1101
45303 1103: u1102
45304 1104: u1103
45305 1105: u1104
45306 1106: u1105
45307 1107: u1106
45308 1108: u1107
45309 1109: u1108
45310 1110: u1109
45311 1111: u1110
45312 1112: u1111
45313 1113: u1112
45314 1114: u1113
45315 1115: u1114
45316 1116: u1115
45317 1117: u1116
45318 1118: u1117
45319 1119: u1118
45320 1120: u1119
45321 1121: u1120
45322 1122: u1121
45323 1123: u1122
45324 1124: u1123
45325 1125: u1124
45326 1126: u1125
45327 1127: u1126
45328 1128: u1127
45329 1129: u1128
45330 1130: u1129
45331 1131: u1130
45332 1132: u1131
45333 1133: u1132
45334 1134: u1133
45335 1135: u1134
45336 1136: u1135
45337 1137: u1136
45338 1138: u1137
45339 1139: u1138
45340 1140: u1139
45341 1141: u1140
45342 1142: u1141
45343 1143: u1142
45344 1144: u1143
45345 1145: u1144
45346 1146: u1145
45347 1147: u1146
45348 1148: u1147
45349 1149: u1148
45350 1150: u1149
45351 1151: u1150
45352 1152: u1151
45353 1153: u1152
45354 1154: u1153
45355 1155: u1154
45356 1156: u1155
45357 1157: u1156
45358 1158: u1157
45359 1159: u1158
45360 1160: u1159
45361 1161: u1160
45362 1162: u1161
45363 1163: u1162
45364 1164: u1163
45365 1165: u1164
45366 1166: u1165
45367 1167: u1166
45368 1168: u1167
45369 1169: u1168
45370 1170: u1169
45371 1171: u1170
45372 1172: u1171
45373 1173: u1172
45374 1174: u1173
45375 1175: u1174
45376 1176: u1175
45377 1177: u1176
45378 1178: u1177
45379 1179: u1178
45380 1180: u1179
45381 1181: u1180
45382 1182: u1181
45383 1183: u1182
45384 1184: u1183
45385 1185: u1184
45386 1186: u1185
45387 1187: u1186
45388 1188: u1187
45389 1189: u1188
45390 1190: u1189
45391 1191: u1190
45392 1192: u1191
45393 1193: u1192
45394 1194: u1193
45395 1195: u1194
45396 1196: u1195
45397 1197: u1196
45398 1198: u1197
45399 1199: u1198
45400 1200: u1199
45401 1201: u1200
45402 1202: u1201
45403 1203: u1202
45404 1204: u1203
45405 1205: u1204
45406 1206: u1205
45407 1207: u1206
45408 1208: u1207
45409 1209: u1208
45410 1210: u1209
45411 1211: u1210
45412 1212: u1211
45413 1213: u1212
45414 1214: u1213
45415 1215: u1214
45416 1216: u1215
45417 1217: u1216
45418 1218: u1217
45419 1219: u1218
45420 1220: u1219
45421 1221: u1220
45422 1222: u1221
45423 1223: u1222
45424 1224: u1223
45425 1225: u1224
45426 1226: u1225
45427 1227: u1226
45428 1228: u1227
45429 1229: u1228
45430 1230: u1229
45431 1231: u1230
45432 1232: u1231
45433 1233: u1232
45434 1234: u1233
45435 1235: u1234
45436 1236: u1235
45437 1237: u1236
45438 1238: u1237
45439 1239: u1238
45440 1240: u1239
45441 1241: u1240
45442 1242: u1241
45443 1243: u1242
45444 1244: u1243
45445 1245: u1244
45446 1246: u1245
45447 1247: u1246
45448 1248: u1247
45449 1249: u1248
45450 1250: u1249
45451 1251: u1250
45452 1252: u1251
45453 1253: u1252
45454 1254: u1253
45455 1255: u1254
45456 1256: u1255
45457 1257: u1256
45458 1258: u1257
45459 1259: u1258
45460 1260: u1259
45461 1261: u1260
45462 1262: u1261
45463 1263: u1262
45464 1264: u1263
45465 1265: u1264
45466 1266: u1265
45467 1267: u1266
45468 1268: u1267
45469 1269: u1268
45470 1270: u1269
45471 1271: u1270
45472 1272: u1271
45473 1273: u1272
45474 1274: u1273
45475 1275: u1274
45476 1276: u1275
45477 1277: u1276
45478 1278: u1277
45479 1279: u1278
45480 1280: u1279
45481 1281: u1280
45482 1282: u1281
45483 1283: u1282
45484 1284: u1283
45485 1285: u1284
45486 1286: u1285
45487 1287: u1286
45488 1288: u1287
45489 1289: u1288
45490 1290: u1289
45491 1291: u1290
45492 1292: u1291
45493 1293: u1292
45494 1294: u1293
45495 1295: u1294
45496 1296: u1295
45497 1297: u1296
45498 1298: u1297
45499 1299: u1298
45500 1300: u1299
45501 1301: u1300
45502 1302: u1301
45503 1303: u1302
45504 1304: u1303
45505 1305: u1304
45506 1306: u1305
45507 1307: u1306
45508 1308: u1307
45509 1309: u1308
45510 1310: u1309
45511 1311: u1310
45512 1312: u1311
45513 1313: u1312
45514 1314: u1313
45515 1315: u1314
45516 1316: u1315
45517 1317: u1316
45518 1318: u1317
45519 1319: u1318
45520 1320: u1319
45521 1321: u1320
45522 1322: u1321
45523 1323: u1322
45524 1324: u1323
45525 1325: u1324
45526 1326: u1325
45527 1327: u1326
45528 1328: u1327
45529 1329: u1328
45530 1330: u1329
45531 1331: u1330
45532 1332: u1331
45533 1333: u1332
45534 1334: u1333
45535 1335: u1334
45536 1336: u1335
45537 1337: u1336
45538 1338: u1337
45539 1339: u1338
45540 1340: u1339
45541 1341: u1340
45542 1342: u1341
45543 1343: u1342
45544 1344: u1343
45545 1345: u1344
45546 1346: u1345
45547 1347: u1346
45548 1348: u1347
45549 1349: u1348
45550 1350: u1349
45551 1351: u1350
45552 1352: u1351
45553 1353: u1352
45554 1354: u1353
45555 1355: u1354
45556 1356: u1355
45557 1357: u1356
45558 1358: u1357
45559 1359: u1358
45560 1360: u1359
45561 1361: u1360
45562 1362: u1361
45563 1363: u1362
45564 1364: u1363
45565 1365: u1364
45566 1366: u1365
45567 1367: u1366
45568 1368: u1367
45569 1369: u1368
45570 1370: u1369
45571 1371: u1370
45572 1372: u1371
45573 1373: u1372
45574 1374: u1373
45575 1375: u1374
45576 1376: u1375
45577 1377: u1376
45578 1378: u1377
45579 1379: u1378
45580 1380: u1379
45581 1381: u1380
45582 1382: u1381
45583 1383: u1382
45584 1384: u1383
45585 1385: u1384
45586 1386: u1385
45587 1387: u1386
45588 1388: u1387
45589 1389: u1388
45590 1390: u1389
45591 1391: u1390
45592 1392: u1391
45593 1393: u1392
45594 1394: u1393
45595 1395: u1394
45596 1396: u1395
45597 1397: u1396
45598 1398: u1397
45599 1399: u1398
45600 1400: u1399
45601 1401: u1400
45602 1402: u1401
45603 1403: u1402
45604 1404: u1403
45605 1405: u1404
45606 1406: u1405
45607 1407: u1406
45608 1408: u1407
45609 1409: u1408
45610 1410: u1409
45611 1411: u1410
45612 1412: u1411
45613 1413: u1412
45614 1414: u1413
45615 1415: u1414
45616 1416: u1415
45617 1417: u1416
45618 1418: u1417
45619 1419: u1418
45620 1420: u1419
45621 1421: u1420
45622 1422: u1421
45623 1423: u1422
45624 1424: u1423
45625 1425: u1424
45626 1426: u1425
45627 1427: u1426
45628 1428: u1427
45629 1429: u1428
45630 1430: u1429
45631 1431: u1430
45632 1432: u1431
45633 1433: u1432
45634 1434: u1433
45635 1435: u1434
45636 1436: u1435
45637 1437: u1436
45638 1438: u1437
45639 1439: u1438
45640 1440: u1439
45641 1441: u1440
45642 1442: u1441
45643 1443: u1442
45644 1444: u1443
45645 1445: u1444
45646 1446: u1445
45647 1447: u1446
45648 1448: u1447
45649 1449: u1448
45650 1450: u1449
45651 1451: u1450
45652 1452: u1451
45653 1453: u1452
45654 1454: u1453
45655 1455: u1454
45656 1456: u1455
45657 1457: u1456
45658 1458: u1457
45659 1459: u1458
45660 1460: u1459
45661 1461: u1460
45662 1462: u1461
45663 1463: u1462
45664 1464: u1463
45665 1465: u1464
45666 1466: u1465
45667 1467: u1466
45668 1468: u1467
45669 1469: u1468
45670 1470: u1469
45671 1471: u1470
45672 1472: u1471
45673 1473: u1472
45674 1474: u1473
45675 1475: u1474
45676 1476: u1475
45677 1477: u1476
45678 1478: u1477
45679 1479: u1478
45680 1480: u1479
45681 1481: u1480
45682 1482: u1481
45683 1483: u1482
45684 1484: u1483
45685 1485: u1484
45686 1486: u1485
45687 1487: u1486
45688 1488: u1487
45689 1489: u1488
45690 1490: u1489
45691 1491: u1490
45692 1492: u1491
45693 1493: u1492
45694 1494: u1493
45695 1495: u1494
45696 1496: u1495
45697 1497: u1496
45698 1498: u1497
45699 1499: u1498
45700 1500: u1499
45701 1501: u1500
45702 1502: u1501
45703 1503: u1502
45704 1504: u1503
45705 1505: u1504
45706 1506: u1505
45707 1507: u1506
45708 1508: u1507
45709 1509: u1508
45710 1510: u1509
45711 1511: u1510
45712 1512: u1511
45713 1513: u1512
45714 1514: u1513
45715 1515: u1514
45716 1516: u1515
45717 1517: u1516
45718 1518: u1517
45719 1519: u1518
45720 1520: u1519
45721 1521: u1520
45722 1522: u1521
45723 1523: u1522
45724 1524: u1523
45725 1525: u1524
45726 1526: u1525
45727 1527: u1526
45728 1528: u1527
45729 1529: u1528
45730 1530: u1529
45731 1531: u1530
45732 1532: u1531
45733 1533: u1532
45734 1534: u1533
45735 1535: u1534
45736 1536: u1535
45737 1537: u1536
45738 1538: u1537
45739 1539: u1538
45740 1540: u1539
45741 1541: u1540
45742 1542: u1541
45743 1543: u1542
45744 1544: u1543
45745 1545: u1544
45746 1546: u1545
45747 1547: u1546
45748 1548: u1547
45749 1549: u1548
45750 1550: u1549
45751 1551: u1550
45752 1552: u1551
45753 1553: u1552
45754 1554: u1553
45755 1555: u1554
45756 1556: u1555
45757 1557: u1556
45758 1558: u1557
45759 1559: u1558
45760 1560: u1559
45761 1561: u1560
45762 1562: u1561
45763 1563: u1562
45764 1564: u1563
45765 1565: u1564
45766 1566: u1565
45767 1567: u1566
45768 1568: u1567
45769 1569: u1568
45770 1570: u1569
45771 1571: u1570
45772 1572: u1571
45773 1573: u1572
45774 1574: u1573
45775 1575: u1574
45776 1576: u1575
45777 1577: u1576
45778 1578: u1577
45779 1579: u1578
45780 1580: u1579
45781 1581: u1580
45782 1582: u1581
45783 1583: u1582
45784 1584: u1583
45785 1585: u1584
45786 1586: u1585
45787 1587: u1586
45788 1588: u1587
45789 1589: u1588
45790 1590: u1589
45791 1591: u1590
45792 1592: u1591
45793 1593: u1592
45794 1594: u1593
45795 1595: u1594
45796 1596: u1595
45797 1597: u1596
45798 1598: u1597
45799 1599: u1598
45800 1600: u1599
45801 1601: u1600
45802 1602: u1601
45803 1603: u1602
45804 1604: u1603
45805 1605: u1604
45806 1606: u1605
45807 1607: u1606
45808 1608: u1607
45809 1609: u1608
45810 1610: u1609
45811 1611: u1610
45812 1612: u1611
45813 1613: u1612
45814 1614: u1613
45815 1615: u1614
45816 1616: u1615
45817 1617: u1616
45818 1618: u1617
45819 1619: u1618
45820 1620: u1619
45821 1621: u1620
45822 1622: u1621
45823 1623: u1622
45824 1624: u1623
45825 1625: u1624
45826 1626: u1625
45827 1627: u1626
45828 1628: u1627
45829 1629: u1628
45830 1630: u1629
45831 1631: u1630
45832 1632: u1631
45833 1633: u1632
45834 1634: u1633
45835 1635: u1634
45836 1636: u1635
45837 1637: u1636
45838 1638: u1637
45839 1639: u1638
45840 1640: u1639
45841 1641: u1640
45842 1642: u1641
45843 1643: u1642
45844 1644: u1643
45845 1645: u1644
45846 1646: u1645
45847 1647: u1646
45848 1648: u1647
45849 1649: u1648
45850 1650: u1649
45851 1651: u1650
45852 1652: u1651
45853 1653: u1652
45854 1654: u1653
45855 1655: u1654
45856 1656: u1655
45857 1657: u1656
45858 1658: u1657
45859 1659: u1658
45860 1660: u1659
45861 1661: u1660
45862 1662: u1661
45863 1663: u1662
45864 1664: u1663
45865 1665: u1664
45866 1666: u1665
45867 1667: u1666
45868 1668: u1667
45869 1669: u1668
45870 1670: u1669
45871 1671: u1670
45872 1672: u1671
45873 1673: u1672
45874 1674: u1673
45875 1675: u1674
45876 1676: u1675
45877 1677: u1676
45878 1678: u1677
45879 1679: u1678
45880 1680: u1679
45881 1681: u1680
45882 1682: u1681
45883 1683: u1682
45884 1684: u1683
45885 1685: u1684
45886 1686: u1685
45887 1687: u1686
45888 1688: u1687
45889 1689: u1688
45890 1690: u1689
45891 1691: u1690
45892 1692: u1691
45893 1693: u1692
45894 1694: u1693
45895 1695: u1694
45896 1696: u1695
45897 1697: u1696
45898 1698: u1697
45899 1699: u1698
45900 1700: u1699
45901 1701: u1700
45902 1702: u1701
45903 1703: u1702
45904 1704: u1703
45905 1705: u1704
45906 1706: u1705
45907 1707: u1706
45908 1708: u1707
45909 1709: u1708
45910 1710: u1709
45911 1711: u1710
45912 1712: u1711
45913 1713: u1712
45914 1714: u1713
45915 1715: u1714
45916 1716: u1715
45917 1717: u1716
45918 1718: u1717
45919 1719: u1718
45920 1720: u1719
45921 1721: u1720
45922 1722: u1721
45923 1723: u1722
45924 1724: u1723
45925 1725: u1724
45926 1726: u1725
45927 1727: u1726
45928 1728: u1727
45929 1729: u1728
45930 1730: u1729
45931 1731: u1730
45932 1732: u1731
45933 1733: u1732
45934 1734: u1733
45935 1735: u1734
45936 1736: u1735
45937 1737: u1736
45938 1738: u1737
45939 1739: u1738
45940 1740: u1739
45941 1741: u1740
45942 1742: u1741
45943 1743: u1742
45944 1744: u1743
45945 1745: u1744
45946 1746: u1745
45947 1747: u1746
45948 1748: u1747
45949 1749: u1748
45950 1750: u1749
45951 1751: u1750
45952 1752: u1751
45953 1753: u1752
45954 1754: u1753
45955 1755: u1754
45956 1756: u1755
45957 1757: u1756
45958 1758: u1757
45959 1759: u1758
45960 1760: u1759
45961 1761: u1760
45962 1762: u1761
45963 1763: u1762
45964 1764: u1763
45965 1765: u1764
45966 1766: u1765
45967 1767: u1766
45968 1768: u1767
45969 1769: u1768
45970 1770: u1769
45971 1771: u1770
45972 1772: u1771
45973 1773: u1772
45974 1774: u1773
45975 1775: u1774
45976 1776: u1775
45977 1777: u1776
45978 1778: u1777
45979 1779: u1778
45980 1780: u1779
45981 1781: u1780
45982 1782: u1781
45983 1783: u1782
45984 1784: u1783
45985 1785: u1784
45986 1786: u1785
45987 1787: u1786
45988 1788: u1787
45989 1789: u1788
45990 1790: u1789
45991 1791: u1790
45992 1792: u1791
45993 1793: u1792
45994 1794: u1793
45995 1795: u1794
45996 1796: u1795
45997 1797: u1796
45998 1798: u1797
45999 1799: u1798
46000 1800: u1799
46001 1801: u1800
46002 1802: u1801
46003 1803: u1802
46004 1804: u1803
46005 1805: u1804
46006 1806: u1805
46007 1807: u1806
46008 1808: u1807
46009 1809: u1808
46010 1810: u1809
46011 1811: u1810
46012 1812: u1811
46013 1813: u1812
46014 1814: u1813
46015 1815: u1814
46016 1816: u1815
46017 1817: u1816
46018 1818: u1817
46019 1819: u1818
46020 1820: u1819
46021 1821: u1820
46022 1822: u1821
46023 1823: u1822
46024 1824: u1823
46025 1825: u1824
46026 1826: u1825
46027 1827: u1826
46028 1828: u1827
46029 1829: u1828
46030 1830: u1829
46031 1831: u1830
46032 1832: u1831
46033 1833: u1832
46034 1834: u1833
46035 1835: u1834
46036 1836: u1835
46037 1837: u1836
46038 1838: u1837
46039 1839: u1838
46040 1840: u1839
46041 1841: u1840
46042 1842: u1841
46043 1843: u1842
46044 1844: u1843
46045 1845: u1844
46046 1846: u1845
46047 1847: u1846
46048 1848: u1847
46049 1849: u1848
46050 1850: u1849
46051 1851: u1850
46052 1852: u1851
46053 1853: u1852
46054 1854: u1853
46055 1855: u1854
46056 1856: u1855
46057 1857: u1856
46058 1858: u1857
46059 1859: u1858
46060 1860: u1859
46061 1861: u1860
46062 1862: u1861
46063 1863: u1862
46064 1864: u1863
46065 1865: u1864
46066 1866: u1865
46067 1867: u1866
46068 1868: u1867
46069 1869: u1868
46070 1870: u1869
46071 1871: u1870
46072 1872: u1871
46073 1873: u1872
46074 1874: u1873
46075 1875: u1874
46076 1876: u1875
46077 1877: u1876
46078 1878: u1877
46079 1879: u1878
46080 1880: u1879
46081 1881: u1880
46082 1882: u1881
46083 1883: u1882
46084 1884: u1883
46085 1885: u1884
46086 1886: u1885
46087 1887: u1886
46088 1888: u1887
46089 1889: u1888
46090 1890: u1889
46091 1891: u1890
46092 1892: u1891
46093 1893: u1892
46094 1894: u1893
46095 1895: u1894
46096 1896: u1895
46097 1897: u1896
46098 1898: u1897
46099 1899: u1898
46100 1900: u1899
46101 1901: u1900
46102 1902: u1901
46103 1903: u1902
46104 1904: u1903
46105 1905: u1904
46106 1906: u1905
46107 1907: u1906
46108 1908: u1907
46109 1909: u1908
46110 1910: u1909
46111 1911: u1910
46112 1912: u1911
46113 1913: u1912
46114 1914: u1913
46115 1915: u1914
46116 1916: u1915
46117 1917: u1916
46118 1918: u1917
46119 1919: u1918
46120 1920: u1919
46121 1921: u1920
46122 1922: u1921
46123 1923: u1922
46124 1924: u1923
46125 1925: u1924
46126 1926: u1925
46127 1927: u1926
46128 1928: u1927
46129 1929: u1928
46130 1930: u1929
46131 1931: u1930
46132 1932: u1931
46133 1933: u1932
46134 1934: u1933
46135 1935: u1934
46136 1936: u1935
46137 1937: u1936
46138 1938: u1937
46139 1939: u1938
46140 1940: u1939
46141 1941: u1940
46142 1942: u1941
46143 1943: u1942
46144 1944: u1943
46145 1945: u1944
46146 1946: u1945
46147 1947: u1946
46148 1948: u1947
46149 1949: u1948
46150 1950: u1949
46151 1951: u1950
46152 1952: u1951
46153 1953: u1952
46154 1954: u1953
46155 1955: u1954
46156 1956: u1955
46157 1957: u1956
46158 1958: u1957
46159 1959: u1958
46160 1960: u1959
46161 1961: u1960
46162 1962: u1961
46163 1963: u1962
46164 1964: u1963
46165 1965: u1964
46166 1966: u1965
46167 1967: u1966
46168 1968: u1967
46169 1969: u1968
46170 1970: u1969
46171 1971: u1970
46172 1972: u1971
46173 1973: u1972
46174 1974: u1973
46175 1975: u1974
46176 1976: u1975
46177 1977: u1976
46178 1978: u1977
46179 1979: u1978
46180 1980: u1979
46181 1981: u1980
46182 1982: u1981
46183 1983: u1982
46184 1984: u1983
46185 1985: u1984
46186 1986: u1985
46187 1987: u1986
46188 1988: u1987
46189 1989: u1988
46190 1990: u1989
46191 1991: u1990
46192 1992: u1991
46193 1993: u1992
46194 1994: u1993
46195 1995: u1994
46196 1996: u1995
46197 1997: u1996
46198 1998: u1997
46199 1999: u1998
46200 2000: u1999
46201 - name: outputMeasurementTerminalVoltage
46202 oid: 1.3.6.1.4.1.19947.1.3.2.1.6
46203 type: Float
46204 help: The measured voltage at the output terminals. - 1.3.6.1.4.1.19947.1.3.2.1.6
46205 indexes:
46206 - labelname: outputIndex
46207 type: gauge
46208 enum_values:
46209 1: u0
46210 2: u1
46211 3: u2
46212 4: u3
46213 5: u4
46214 6: u5
46215 7: u6
46216 8: u7
46217 9: u8
46218 10: u9
46219 11: u10
46220 12: u11
46221 13: u12
46222 14: u13
46223 15: u14
46224 16: u15
46225 17: u16
46226 18: u17
46227 19: u18
46228 20: u19
46229 21: u20
46230 22: u21
46231 23: u22
46232 24: u23
46233 25: u24
46234 26: u25
46235 27: u26
46236 28: u27
46237 29: u28
46238 30: u29
46239 31: u30
46240 32: u31
46241 33: u32
46242 34: u33
46243 35: u34
46244 36: u35
46245 37: u36
46246 38: u37
46247 39: u38
46248 40: u39
46249 41: u40
46250 42: u41
46251 43: u42
46252 44: u43
46253 45: u44
46254 46: u45
46255 47: u46
46256 48: u47
46257 49: u48
46258 50: u49
46259 51: u50
46260 52: u51
46261 53: u52
46262 54: u53
46263 55: u54
46264 56: u55
46265 57: u56
46266 58: u57
46267 59: u58
46268 60: u59
46269 61: u60
46270 62: u61
46271 63: u62
46272 64: u63
46273 65: u64
46274 66: u65
46275 67: u66
46276 68: u67
46277 69: u68
46278 70: u69
46279 71: u70
46280 72: u71
46281 73: u72
46282 74: u73
46283 75: u74
46284 76: u75
46285 77: u76
46286 78: u77
46287 79: u78
46288 80: u79
46289 81: u80
46290 82: u81
46291 83: u82
46292 84: u83
46293 85: u84
46294 86: u85
46295 87: u86
46296 88: u87
46297 89: u88
46298 90: u89
46299 91: u90
46300 92: u91
46301 93: u92
46302 94: u93
46303 95: u94
46304 96: u95
46305 97: u96
46306 98: u97
46307 99: u98
46308 100: u99
46309 101: u100
46310 102: u101
46311 103: u102
46312 104: u103
46313 105: u104
46314 106: u105
46315 107: u106
46316 108: u107
46317 109: u108
46318 110: u109
46319 111: u110
46320 112: u111
46321 113: u112
46322 114: u113
46323 115: u114
46324 116: u115
46325 117: u116
46326 118: u117
46327 119: u118
46328 120: u119
46329 121: u120
46330 122: u121
46331 123: u122
46332 124: u123
46333 125: u124
46334 126: u125
46335 127: u126
46336 128: u127
46337 129: u128
46338 130: u129
46339 131: u130
46340 132: u131
46341 133: u132
46342 134: u133
46343 135: u134
46344 136: u135
46345 137: u136
46346 138: u137
46347 139: u138
46348 140: u139
46349 141: u140
46350 142: u141
46351 143: u142
46352 144: u143
46353 145: u144
46354 146: u145
46355 147: u146
46356 148: u147
46357 149: u148
46358 150: u149
46359 151: u150
46360 152: u151
46361 153: u152
46362 154: u153
46363 155: u154
46364 156: u155
46365 157: u156
46366 158: u157
46367 159: u158
46368 160: u159
46369 161: u160
46370 162: u161
46371 163: u162
46372 164: u163
46373 165: u164
46374 166: u165
46375 167: u166
46376 168: u167
46377 169: u168
46378 170: u169
46379 171: u170
46380 172: u171
46381 173: u172
46382 174: u173
46383 175: u174
46384 176: u175
46385 177: u176
46386 178: u177
46387 179: u178
46388 180: u179
46389 181: u180
46390 182: u181
46391 183: u182
46392 184: u183
46393 185: u184
46394 186: u185
46395 187: u186
46396 188: u187
46397 189: u188
46398 190: u189
46399 191: u190
46400 192: u191
46401 193: u192
46402 194: u193
46403 195: u194
46404 196: u195
46405 197: u196
46406 198: u197
46407 199: u198
46408 200: u199
46409 201: u200
46410 202: u201
46411 203: u202
46412 204: u203
46413 205: u204
46414 206: u205
46415 207: u206
46416 208: u207
46417 209: u208
46418 210: u209
46419 211: u210
46420 212: u211
46421 213: u212
46422 214: u213
46423 215: u214
46424 216: u215
46425 217: u216
46426 218: u217
46427 219: u218
46428 220: u219
46429 221: u220
46430 222: u221
46431 223: u222
46432 224: u223
46433 225: u224
46434 226: u225
46435 227: u226
46436 228: u227
46437 229: u228
46438 230: u229
46439 231: u230
46440 232: u231
46441 233: u232
46442 234: u233
46443 235: u234
46444 236: u235
46445 237: u236
46446 238: u237
46447 239: u238
46448 240: u239
46449 241: u240
46450 242: u241
46451 243: u242
46452 244: u243
46453 245: u244
46454 246: u245
46455 247: u246
46456 248: u247
46457 249: u248
46458 250: u249
46459 251: u250
46460 252: u251
46461 253: u252
46462 254: u253
46463 255: u254
46464 256: u255
46465 257: u256
46466 258: u257
46467 259: u258
46468 260: u259
46469 261: u260
46470 262: u261
46471 263: u262
46472 264: u263
46473 265: u264
46474 266: u265
46475 267: u266
46476 268: u267
46477 269: u268
46478 270: u269
46479 271: u270
46480 272: u271
46481 273: u272
46482 274: u273
46483 275: u274
46484 276: u275
46485 277: u276
46486 278: u277
46487 279: u278
46488 280: u279
46489 281: u280
46490 282: u281
46491 283: u282
46492 284: u283
46493 285: u284
46494 286: u285
46495 287: u286
46496 288: u287
46497 289: u288
46498 290: u289
46499 291: u290
46500 292: u291
46501 293: u292
46502 294: u293
46503 295: u294
46504 296: u295
46505 297: u296
46506 298: u297
46507 299: u298
46508 300: u299
46509 301: u300
46510 302: u301
46511 303: u302
46512 304: u303
46513 305: u304
46514 306: u305
46515 307: u306
46516 308: u307
46517 309: u308
46518 310: u309
46519 311: u310
46520 312: u311
46521 313: u312
46522 314: u313
46523 315: u314
46524 316: u315
46525 317: u316
46526 318: u317
46527 319: u318
46528 320: u319
46529 321: u320
46530 322: u321
46531 323: u322
46532 324: u323
46533 325: u324
46534 326: u325
46535 327: u326
46536 328: u327
46537 329: u328
46538 330: u329
46539 331: u330
46540 332: u331
46541 333: u332
46542 334: u333
46543 335: u334
46544 336: u335
46545 337: u336
46546 338: u337
46547 339: u338
46548 340: u339
46549 341: u340
46550 342: u341
46551 343: u342
46552 344: u343
46553 345: u344
46554 346: u345
46555 347: u346
46556 348: u347
46557 349: u348
46558 350: u349
46559 351: u350
46560 352: u351
46561 353: u352
46562 354: u353
46563 355: u354
46564 356: u355
46565 357: u356
46566 358: u357
46567 359: u358
46568 360: u359
46569 361: u360
46570 362: u361
46571 363: u362
46572 364: u363
46573 365: u364
46574 366: u365
46575 367: u366
46576 368: u367
46577 369: u368
46578 370: u369
46579 371: u370
46580 372: u371
46581 373: u372
46582 374: u373
46583 375: u374
46584 376: u375
46585 377: u376
46586 378: u377
46587 379: u378
46588 380: u379
46589 381: u380
46590 382: u381
46591 383: u382
46592 384: u383
46593 385: u384
46594 386: u385
46595 387: u386
46596 388: u387
46597 389: u388
46598 390: u389
46599 391: u390
46600 392: u391
46601 393: u392
46602 394: u393
46603 395: u394
46604 396: u395
46605 397: u396
46606 398: u397
46607 399: u398
46608 400: u399
46609 401: u400
46610 402: u401
46611 403: u402
46612 404: u403
46613 405: u404
46614 406: u405
46615 407: u406
46616 408: u407
46617 409: u408
46618 410: u409
46619 411: u410
46620 412: u411
46621 413: u412
46622 414: u413
46623 415: u414
46624 416: u415
46625 417: u416
46626 418: u417
46627 419: u418
46628 420: u419
46629 421: u420
46630 422: u421
46631 423: u422
46632 424: u423
46633 425: u424
46634 426: u425
46635 427: u426
46636 428: u427
46637 429: u428
46638 430: u429
46639 431: u430
46640 432: u431
46641 433: u432
46642 434: u433
46643 435: u434
46644 436: u435
46645 437: u436
46646 438: u437
46647 439: u438
46648 440: u439
46649 441: u440
46650 442: u441
46651 443: u442
46652 444: u443
46653 445: u444
46654 446: u445
46655 447: u446
46656 448: u447
46657 449: u448
46658 450: u449
46659 451: u450
46660 452: u451
46661 453: u452
46662 454: u453
46663 455: u454
46664 456: u455
46665 457: u456
46666 458: u457
46667 459: u458
46668 460: u459
46669 461: u460
46670 462: u461
46671 463: u462
46672 464: u463
46673 465: u464
46674 466: u465
46675 467: u466
46676 468: u467
46677 469: u468
46678 470: u469
46679 471: u470
46680 472: u471
46681 473: u472
46682 474: u473
46683 475: u474
46684 476: u475
46685 477: u476
46686 478: u477
46687 479: u478
46688 480: u479
46689 481: u480
46690 482: u481
46691 483: u482
46692 484: u483
46693 485: u484
46694 486: u485
46695 487: u486
46696 488: u487
46697 489: u488
46698 490: u489
46699 491: u490
46700 492: u491
46701 493: u492
46702 494: u493
46703 495: u494
46704 496: u495
46705 497: u496
46706 498: u497
46707 499: u498
46708 500: u499
46709 501: u500
46710 502: u501
46711 503: u502
46712 504: u503
46713 505: u504
46714 506: u505
46715 507: u506
46716 508: u507
46717 509: u508
46718 510: u509
46719 511: u510
46720 512: u511
46721 513: u512
46722 514: u513
46723 515: u514
46724 516: u515
46725 517: u516
46726 518: u517
46727 519: u518
46728 520: u519
46729 521: u520
46730 522: u521
46731 523: u522
46732 524: u523
46733 525: u524
46734 526: u525
46735 527: u526
46736 528: u527
46737 529: u528
46738 530: u529
46739 531: u530
46740 532: u531
46741 533: u532
46742 534: u533
46743 535: u534
46744 536: u535
46745 537: u536
46746 538: u537
46747 539: u538
46748 540: u539
46749 541: u540
46750 542: u541
46751 543: u542
46752 544: u543
46753 545: u544
46754 546: u545
46755 547: u546
46756 548: u547
46757 549: u548
46758 550: u549
46759 551: u550
46760 552: u551
46761 553: u552
46762 554: u553
46763 555: u554
46764 556: u555
46765 557: u556
46766 558: u557
46767 559: u558
46768 560: u559
46769 561: u560
46770 562: u561
46771 563: u562
46772 564: u563
46773 565: u564
46774 566: u565
46775 567: u566
46776 568: u567
46777 569: u568
46778 570: u569
46779 571: u570
46780 572: u571
46781 573: u572
46782 574: u573
46783 575: u574
46784 576: u575
46785 577: u576
46786 578: u577
46787 579: u578
46788 580: u579
46789 581: u580
46790 582: u581
46791 583: u582
46792 584: u583
46793 585: u584
46794 586: u585
46795 587: u586
46796 588: u587
46797 589: u588
46798 590: u589
46799 591: u590
46800 592: u591
46801 593: u592
46802 594: u593
46803 595: u594
46804 596: u595
46805 597: u596
46806 598: u597
46807 599: u598
46808 600: u599
46809 601: u600
46810 602: u601
46811 603: u602
46812 604: u603
46813 605: u604
46814 606: u605
46815 607: u606
46816 608: u607
46817 609: u608
46818 610: u609
46819 611: u610
46820 612: u611
46821 613: u612
46822 614: u613
46823 615: u614
46824 616: u615
46825 617: u616
46826 618: u617
46827 619: u618
46828 620: u619
46829 621: u620
46830 622: u621
46831 623: u622
46832 624: u623
46833 625: u624
46834 626: u625
46835 627: u626
46836 628: u627
46837 629: u628
46838 630: u629
46839 631: u630
46840 632: u631
46841 633: u632
46842 634: u633
46843 635: u634
46844 636: u635
46845 637: u636
46846 638: u637
46847 639: u638
46848 640: u639
46849 641: u640
46850 642: u641
46851 643: u642
46852 644: u643
46853 645: u644
46854 646: u645
46855 647: u646
46856 648: u647
46857 649: u648
46858 650: u649
46859 651: u650
46860 652: u651
46861 653: u652
46862 654: u653
46863 655: u654
46864 656: u655
46865 657: u656
46866 658: u657
46867 659: u658
46868 660: u659
46869 661: u660
46870 662: u661
46871 663: u662
46872 664: u663
46873 665: u664
46874 666: u665
46875 667: u666
46876 668: u667
46877 669: u668
46878 670: u669
46879 671: u670
46880 672: u671
46881 673: u672
46882 674: u673
46883 675: u674
46884 676: u675
46885 677: u676
46886 678: u677
46887 679: u678
46888 680: u679
46889 681: u680
46890 682: u681
46891 683: u682
46892 684: u683
46893 685: u684
46894 686: u685
46895 687: u686
46896 688: u687
46897 689: u688
46898 690: u689
46899 691: u690
46900 692: u691
46901 693: u692
46902 694: u693
46903 695: u694
46904 696: u695
46905 697: u696
46906 698: u697
46907 699: u698
46908 700: u699
46909 701: u700
46910 702: u701
46911 703: u702
46912 704: u703
46913 705: u704
46914 706: u705
46915 707: u706
46916 708: u707
46917 709: u708
46918 710: u709
46919 711: u710
46920 712: u711
46921 713: u712
46922 714: u713
46923 715: u714
46924 716: u715
46925 717: u716
46926 718: u717
46927 719: u718
46928 720: u719
46929 721: u720
46930 722: u721
46931 723: u722
46932 724: u723
46933 725: u724
46934 726: u725
46935 727: u726
46936 728: u727
46937 729: u728
46938 730: u729
46939 731: u730
46940 732: u731
46941 733: u732
46942 734: u733
46943 735: u734
46944 736: u735
46945 737: u736
46946 738: u737
46947 739: u738
46948 740: u739
46949 741: u740
46950 742: u741
46951 743: u742
46952 744: u743
46953 745: u744
46954 746: u745
46955 747: u746
46956 748: u747
46957 749: u748
46958 750: u749
46959 751: u750
46960 752: u751
46961 753: u752
46962 754: u753
46963 755: u754
46964 756: u755
46965 757: u756
46966 758: u757
46967 759: u758
46968 760: u759
46969 761: u760
46970 762: u761
46971 763: u762
46972 764: u763
46973 765: u764
46974 766: u765
46975 767: u766
46976 768: u767
46977 769: u768
46978 770: u769
46979 771: u770
46980 772: u771
46981 773: u772
46982 774: u773
46983 775: u774
46984 776: u775
46985 777: u776
46986 778: u777
46987 779: u778
46988 780: u779
46989 781: u780
46990 782: u781
46991 783: u782
46992 784: u783
46993 785: u784
46994 786: u785
46995 787: u786
46996 788: u787
46997 789: u788
46998 790: u789
46999 791: u790
47000 792: u791
47001 793: u792
47002 794: u793
47003 795: u794
47004 796: u795
47005 797: u796
47006 798: u797
47007 799: u798
47008 800: u799
47009 801: u800
47010 802: u801
47011 803: u802
47012 804: u803
47013 805: u804
47014 806: u805
47015 807: u806
47016 808: u807
47017 809: u808
47018 810: u809
47019 811: u810
47020 812: u811
47021 813: u812
47022 814: u813
47023 815: u814
47024 816: u815
47025 817: u816
47026 818: u817
47027 819: u818
47028 820: u819
47029 821: u820
47030 822: u821
47031 823: u822
47032 824: u823
47033 825: u824
47034 826: u825
47035 827: u826
47036 828: u827
47037 829: u828
47038 830: u829
47039 831: u830
47040 832: u831
47041 833: u832
47042 834: u833
47043 835: u834
47044 836: u835
47045 837: u836
47046 838: u837
47047 839: u838
47048 840: u839
47049 841: u840
47050 842: u841
47051 843: u842
47052 844: u843
47053 845: u844
47054 846: u845
47055 847: u846
47056 848: u847
47057 849: u848
47058 850: u849
47059 851: u850
47060 852: u851
47061 853: u852
47062 854: u853
47063 855: u854
47064 856: u855
47065 857: u856
47066 858: u857
47067 859: u858
47068 860: u859
47069 861: u860
47070 862: u861
47071 863: u862
47072 864: u863
47073 865: u864
47074 866: u865
47075 867: u866
47076 868: u867
47077 869: u868
47078 870: u869
47079 871: u870
47080 872: u871
47081 873: u872
47082 874: u873
47083 875: u874
47084 876: u875
47085 877: u876
47086 878: u877
47087 879: u878
47088 880: u879
47089 881: u880
47090 882: u881
47091 883: u882
47092 884: u883
47093 885: u884
47094 886: u885
47095 887: u886
47096 888: u887
47097 889: u888
47098 890: u889
47099 891: u890
47100 892: u891
47101 893: u892
47102 894: u893
47103 895: u894
47104 896: u895
47105 897: u896
47106 898: u897
47107 899: u898
47108 900: u899
47109 901: u900
47110 902: u901
47111 903: u902
47112 904: u903
47113 905: u904
47114 906: u905
47115 907: u906
47116 908: u907
47117 909: u908
47118 910: u909
47119 911: u910
47120 912: u911
47121 913: u912
47122 914: u913
47123 915: u914
47124 916: u915
47125 917: u916
47126 918: u917
47127 919: u918
47128 920: u919
47129 921: u920
47130 922: u921
47131 923: u922
47132 924: u923
47133 925: u924
47134 926: u925
47135 927: u926
47136 928: u927
47137 929: u928
47138 930: u929
47139 931: u930
47140 932: u931
47141 933: u932
47142 934: u933
47143 935: u934
47144 936: u935
47145 937: u936
47146 938: u937
47147 939: u938
47148 940: u939
47149 941: u940
47150 942: u941
47151 943: u942
47152 944: u943
47153 945: u944
47154 946: u945
47155 947: u946
47156 948: u947
47157 949: u948
47158 950: u949
47159 951: u950
47160 952: u951
47161 953: u952
47162 954: u953
47163 955: u954
47164 956: u955
47165 957: u956
47166 958: u957
47167 959: u958
47168 960: u959
47169 961: u960
47170 962: u961
47171 963: u962
47172 964: u963
47173 965: u964
47174 966: u965
47175 967: u966
47176 968: u967
47177 969: u968
47178 970: u969
47179 971: u970
47180 972: u971
47181 973: u972
47182 974: u973
47183 975: u974
47184 976: u975
47185 977: u976
47186 978: u977
47187 979: u978
47188 980: u979
47189 981: u980
47190 982: u981
47191 983: u982
47192 984: u983
47193 985: u984
47194 986: u985
47195 987: u986
47196 988: u987
47197 989: u988
47198 990: u989
47199 991: u990
47200 992: u991
47201 993: u992
47202 994: u993
47203 995: u994
47204 996: u995
47205 997: u996
47206 998: u997
47207 999: u998
47208 1000: u999
47209 1001: u1000
47210 1002: u1001
47211 1003: u1002
47212 1004: u1003
47213 1005: u1004
47214 1006: u1005
47215 1007: u1006
47216 1008: u1007
47217 1009: u1008
47218 1010: u1009
47219 1011: u1010
47220 1012: u1011
47221 1013: u1012
47222 1014: u1013
47223 1015: u1014
47224 1016: u1015
47225 1017: u1016
47226 1018: u1017
47227 1019: u1018
47228 1020: u1019
47229 1021: u1020
47230 1022: u1021
47231 1023: u1022
47232 1024: u1023
47233 1025: u1024
47234 1026: u1025
47235 1027: u1026
47236 1028: u1027
47237 1029: u1028
47238 1030: u1029
47239 1031: u1030
47240 1032: u1031
47241 1033: u1032
47242 1034: u1033
47243 1035: u1034
47244 1036: u1035
47245 1037: u1036
47246 1038: u1037
47247 1039: u1038
47248 1040: u1039
47249 1041: u1040
47250 1042: u1041
47251 1043: u1042
47252 1044: u1043
47253 1045: u1044
47254 1046: u1045
47255 1047: u1046
47256 1048: u1047
47257 1049: u1048
47258 1050: u1049
47259 1051: u1050
47260 1052: u1051
47261 1053: u1052
47262 1054: u1053
47263 1055: u1054
47264 1056: u1055
47265 1057: u1056
47266 1058: u1057
47267 1059: u1058
47268 1060: u1059
47269 1061: u1060
47270 1062: u1061
47271 1063: u1062
47272 1064: u1063
47273 1065: u1064
47274 1066: u1065
47275 1067: u1066
47276 1068: u1067
47277 1069: u1068
47278 1070: u1069
47279 1071: u1070
47280 1072: u1071
47281 1073: u1072
47282 1074: u1073
47283 1075: u1074
47284 1076: u1075
47285 1077: u1076
47286 1078: u1077
47287 1079: u1078
47288 1080: u1079
47289 1081: u1080
47290 1082: u1081
47291 1083: u1082
47292 1084: u1083
47293 1085: u1084
47294 1086: u1085
47295 1087: u1086
47296 1088: u1087
47297 1089: u1088
47298 1090: u1089
47299 1091: u1090
47300 1092: u1091
47301 1093: u1092
47302 1094: u1093
47303 1095: u1094
47304 1096: u1095
47305 1097: u1096
47306 1098: u1097
47307 1099: u1098
47308 1100: u1099
47309 1101: u1100
47310 1102: u1101
47311 1103: u1102
47312 1104: u1103
47313 1105: u1104
47314 1106: u1105
47315 1107: u1106
47316 1108: u1107
47317 1109: u1108
47318 1110: u1109
47319 1111: u1110
47320 1112: u1111
47321 1113: u1112
47322 1114: u1113
47323 1115: u1114
47324 1116: u1115
47325 1117: u1116
47326 1118: u1117
47327 1119: u1118
47328 1120: u1119
47329 1121: u1120
47330 1122: u1121
47331 1123: u1122
47332 1124: u1123
47333 1125: u1124
47334 1126: u1125
47335 1127: u1126
47336 1128: u1127
47337 1129: u1128
47338 1130: u1129
47339 1131: u1130
47340 1132: u1131
47341 1133: u1132
47342 1134: u1133
47343 1135: u1134
47344 1136: u1135
47345 1137: u1136
47346 1138: u1137
47347 1139: u1138
47348 1140: u1139
47349 1141: u1140
47350 1142: u1141
47351 1143: u1142
47352 1144: u1143
47353 1145: u1144
47354 1146: u1145
47355 1147: u1146
47356 1148: u1147
47357 1149: u1148
47358 1150: u1149
47359 1151: u1150
47360 1152: u1151
47361 1153: u1152
47362 1154: u1153
47363 1155: u1154
47364 1156: u1155
47365 1157: u1156
47366 1158: u1157
47367 1159: u1158
47368 1160: u1159
47369 1161: u1160
47370 1162: u1161
47371 1163: u1162
47372 1164: u1163
47373 1165: u1164
47374 1166: u1165
47375 1167: u1166
47376 1168: u1167
47377 1169: u1168
47378 1170: u1169
47379 1171: u1170
47380 1172: u1171
47381 1173: u1172
47382 1174: u1173
47383 1175: u1174
47384 1176: u1175
47385 1177: u1176
47386 1178: u1177
47387 1179: u1178
47388 1180: u1179
47389 1181: u1180
47390 1182: u1181
47391 1183: u1182
47392 1184: u1183
47393 1185: u1184
47394 1186: u1185
47395 1187: u1186
47396 1188: u1187
47397 1189: u1188
47398 1190: u1189
47399 1191: u1190
47400 1192: u1191
47401 1193: u1192
47402 1194: u1193
47403 1195: u1194
47404 1196: u1195
47405 1197: u1196
47406 1198: u1197
47407 1199: u1198
47408 1200: u1199
47409 1201: u1200
47410 1202: u1201
47411 1203: u1202
47412 1204: u1203
47413 1205: u1204
47414 1206: u1205
47415 1207: u1206
47416 1208: u1207
47417 1209: u1208
47418 1210: u1209
47419 1211: u1210
47420 1212: u1211
47421 1213: u1212
47422 1214: u1213
47423 1215: u1214
47424 1216: u1215
47425 1217: u1216
47426 1218: u1217
47427 1219: u1218
47428 1220: u1219
47429 1221: u1220
47430 1222: u1221
47431 1223: u1222
47432 1224: u1223
47433 1225: u1224
47434 1226: u1225
47435 1227: u1226
47436 1228: u1227
47437 1229: u1228
47438 1230: u1229
47439 1231: u1230
47440 1232: u1231
47441 1233: u1232
47442 1234: u1233
47443 1235: u1234
47444 1236: u1235
47445 1237: u1236
47446 1238: u1237
47447 1239: u1238
47448 1240: u1239
47449 1241: u1240
47450 1242: u1241
47451 1243: u1242
47452 1244: u1243
47453 1245: u1244
47454 1246: u1245
47455 1247: u1246
47456 1248: u1247
47457 1249: u1248
47458 1250: u1249
47459 1251: u1250
47460 1252: u1251
47461 1253: u1252
47462 1254: u1253
47463 1255: u1254
47464 1256: u1255
47465 1257: u1256
47466 1258: u1257
47467 1259: u1258
47468 1260: u1259
47469 1261: u1260
47470 1262: u1261
47471 1263: u1262
47472 1264: u1263
47473 1265: u1264
47474 1266: u1265
47475 1267: u1266
47476 1268: u1267
47477 1269: u1268
47478 1270: u1269
47479 1271: u1270
47480 1272: u1271
47481 1273: u1272
47482 1274: u1273
47483 1275: u1274
47484 1276: u1275
47485 1277: u1276
47486 1278: u1277
47487 1279: u1278
47488 1280: u1279
47489 1281: u1280
47490 1282: u1281
47491 1283: u1282
47492 1284: u1283
47493 1285: u1284
47494 1286: u1285
47495 1287: u1286
47496 1288: u1287
47497 1289: u1288
47498 1290: u1289
47499 1291: u1290
47500 1292: u1291
47501 1293: u1292
47502 1294: u1293
47503 1295: u1294
47504 1296: u1295
47505 1297: u1296
47506 1298: u1297
47507 1299: u1298
47508 1300: u1299
47509 1301: u1300
47510 1302: u1301
47511 1303: u1302
47512 1304: u1303
47513 1305: u1304
47514 1306: u1305
47515 1307: u1306
47516 1308: u1307
47517 1309: u1308
47518 1310: u1309
47519 1311: u1310
47520 1312: u1311
47521 1313: u1312
47522 1314: u1313
47523 1315: u1314
47524 1316: u1315
47525 1317: u1316
47526 1318: u1317
47527 1319: u1318
47528 1320: u1319
47529 1321: u1320
47530 1322: u1321
47531 1323: u1322
47532 1324: u1323
47533 1325: u1324
47534 1326: u1325
47535 1327: u1326
47536 1328: u1327
47537 1329: u1328
47538 1330: u1329
47539 1331: u1330
47540 1332: u1331
47541 1333: u1332
47542 1334: u1333
47543 1335: u1334
47544 1336: u1335
47545 1337: u1336
47546 1338: u1337
47547 1339: u1338
47548 1340: u1339
47549 1341: u1340
47550 1342: u1341
47551 1343: u1342
47552 1344: u1343
47553 1345: u1344
47554 1346: u1345
47555 1347: u1346
47556 1348: u1347
47557 1349: u1348
47558 1350: u1349
47559 1351: u1350
47560 1352: u1351
47561 1353: u1352
47562 1354: u1353
47563 1355: u1354
47564 1356: u1355
47565 1357: u1356
47566 1358: u1357
47567 1359: u1358
47568 1360: u1359
47569 1361: u1360
47570 1362: u1361
47571 1363: u1362
47572 1364: u1363
47573 1365: u1364
47574 1366: u1365
47575 1367: u1366
47576 1368: u1367
47577 1369: u1368
47578 1370: u1369
47579 1371: u1370
47580 1372: u1371
47581 1373: u1372
47582 1374: u1373
47583 1375: u1374
47584 1376: u1375
47585 1377: u1376
47586 1378: u1377
47587 1379: u1378
47588 1380: u1379
47589 1381: u1380
47590 1382: u1381
47591 1383: u1382
47592 1384: u1383
47593 1385: u1384
47594 1386: u1385
47595 1387: u1386
47596 1388: u1387
47597 1389: u1388
47598 1390: u1389
47599 1391: u1390
47600 1392: u1391
47601 1393: u1392
47602 1394: u1393
47603 1395: u1394
47604 1396: u1395
47605 1397: u1396
47606 1398: u1397
47607 1399: u1398
47608 1400: u1399
47609 1401: u1400
47610 1402: u1401
47611 1403: u1402
47612 1404: u1403
47613 1405: u1404
47614 1406: u1405
47615 1407: u1406
47616 1408: u1407
47617 1409: u1408
47618 1410: u1409
47619 1411: u1410
47620 1412: u1411
47621 1413: u1412
47622 1414: u1413
47623 1415: u1414
47624 1416: u1415
47625 1417: u1416
47626 1418: u1417
47627 1419: u1418
47628 1420: u1419
47629 1421: u1420
47630 1422: u1421
47631 1423: u1422
47632 1424: u1423
47633 1425: u1424
47634 1426: u1425
47635 1427: u1426
47636 1428: u1427
47637 1429: u1428
47638 1430: u1429
47639 1431: u1430
47640 1432: u1431
47641 1433: u1432
47642 1434: u1433
47643 1435: u1434
47644 1436: u1435
47645 1437: u1436
47646 1438: u1437
47647 1439: u1438
47648 1440: u1439
47649 1441: u1440
47650 1442: u1441
47651 1443: u1442
47652 1444: u1443
47653 1445: u1444
47654 1446: u1445
47655 1447: u1446
47656 1448: u1447
47657 1449: u1448
47658 1450: u1449
47659 1451: u1450
47660 1452: u1451
47661 1453: u1452
47662 1454: u1453
47663 1455: u1454
47664 1456: u1455
47665 1457: u1456
47666 1458: u1457
47667 1459: u1458
47668 1460: u1459
47669 1461: u1460
47670 1462: u1461
47671 1463: u1462
47672 1464: u1463
47673 1465: u1464
47674 1466: u1465
47675 1467: u1466
47676 1468: u1467
47677 1469: u1468
47678 1470: u1469
47679 1471: u1470
47680 1472: u1471
47681 1473: u1472
47682 1474: u1473
47683 1475: u1474
47684 1476: u1475
47685 1477: u1476
47686 1478: u1477
47687 1479: u1478
47688 1480: u1479
47689 1481: u1480
47690 1482: u1481
47691 1483: u1482
47692 1484: u1483
47693 1485: u1484
47694 1486: u1485
47695 1487: u1486
47696 1488: u1487
47697 1489: u1488
47698 1490: u1489
47699 1491: u1490
47700 1492: u1491
47701 1493: u1492
47702 1494: u1493
47703 1495: u1494
47704 1496: u1495
47705 1497: u1496
47706 1498: u1497
47707 1499: u1498
47708 1500: u1499
47709 1501: u1500
47710 1502: u1501
47711 1503: u1502
47712 1504: u1503
47713 1505: u1504
47714 1506: u1505
47715 1507: u1506
47716 1508: u1507
47717 1509: u1508
47718 1510: u1509
47719 1511: u1510
47720 1512: u1511
47721 1513: u1512
47722 1514: u1513
47723 1515: u1514
47724 1516: u1515
47725 1517: u1516
47726 1518: u1517
47727 1519: u1518
47728 1520: u1519
47729 1521: u1520
47730 1522: u1521
47731 1523: u1522
47732 1524: u1523
47733 1525: u1524
47734 1526: u1525
47735 1527: u1526
47736 1528: u1527
47737 1529: u1528
47738 1530: u1529
47739 1531: u1530
47740 1532: u1531
47741 1533: u1532
47742 1534: u1533
47743 1535: u1534
47744 1536: u1535
47745 1537: u1536
47746 1538: u1537
47747 1539: u1538
47748 1540: u1539
47749 1541: u1540
47750 1542: u1541
47751 1543: u1542
47752 1544: u1543
47753 1545: u1544
47754 1546: u1545
47755 1547: u1546
47756 1548: u1547
47757 1549: u1548
47758 1550: u1549
47759 1551: u1550
47760 1552: u1551
47761 1553: u1552
47762 1554: u1553
47763 1555: u1554
47764 1556: u1555
47765 1557: u1556
47766 1558: u1557
47767 1559: u1558
47768 1560: u1559
47769 1561: u1560
47770 1562: u1561
47771 1563: u1562
47772 1564: u1563
47773 1565: u1564
47774 1566: u1565
47775 1567: u1566
47776 1568: u1567
47777 1569: u1568
47778 1570: u1569
47779 1571: u1570
47780 1572: u1571
47781 1573: u1572
47782 1574: u1573
47783 1575: u1574
47784 1576: u1575
47785 1577: u1576
47786 1578: u1577
47787 1579: u1578
47788 1580: u1579
47789 1581: u1580
47790 1582: u1581
47791 1583: u1582
47792 1584: u1583
47793 1585: u1584
47794 1586: u1585
47795 1587: u1586
47796 1588: u1587
47797 1589: u1588
47798 1590: u1589
47799 1591: u1590
47800 1592: u1591
47801 1593: u1592
47802 1594: u1593
47803 1595: u1594
47804 1596: u1595
47805 1597: u1596
47806 1598: u1597
47807 1599: u1598
47808 1600: u1599
47809 1601: u1600
47810 1602: u1601
47811 1603: u1602
47812 1604: u1603
47813 1605: u1604
47814 1606: u1605
47815 1607: u1606
47816 1608: u1607
47817 1609: u1608
47818 1610: u1609
47819 1611: u1610
47820 1612: u1611
47821 1613: u1612
47822 1614: u1613
47823 1615: u1614
47824 1616: u1615
47825 1617: u1616
47826 1618: u1617
47827 1619: u1618
47828 1620: u1619
47829 1621: u1620
47830 1622: u1621
47831 1623: u1622
47832 1624: u1623
47833 1625: u1624
47834 1626: u1625
47835 1627: u1626
47836 1628: u1627
47837 1629: u1628
47838 1630: u1629
47839 1631: u1630
47840 1632: u1631
47841 1633: u1632
47842 1634: u1633
47843 1635: u1634
47844 1636: u1635
47845 1637: u1636
47846 1638: u1637
47847 1639: u1638
47848 1640: u1639
47849 1641: u1640
47850 1642: u1641
47851 1643: u1642
47852 1644: u1643
47853 1645: u1644
47854 1646: u1645
47855 1647: u1646
47856 1648: u1647
47857 1649: u1648
47858 1650: u1649
47859 1651: u1650
47860 1652: u1651
47861 1653: u1652
47862 1654: u1653
47863 1655: u1654
47864 1656: u1655
47865 1657: u1656
47866 1658: u1657
47867 1659: u1658
47868 1660: u1659
47869 1661: u1660
47870 1662: u1661
47871 1663: u1662
47872 1664: u1663
47873 1665: u1664
47874 1666: u1665
47875 1667: u1666
47876 1668: u1667
47877 1669: u1668
47878 1670: u1669
47879 1671: u1670
47880 1672: u1671
47881 1673: u1672
47882 1674: u1673
47883 1675: u1674
47884 1676: u1675
47885 1677: u1676
47886 1678: u1677
47887 1679: u1678
47888 1680: u1679
47889 1681: u1680
47890 1682: u1681
47891 1683: u1682
47892 1684: u1683
47893 1685: u1684
47894 1686: u1685
47895 1687: u1686
47896 1688: u1687
47897 1689: u1688
47898 1690: u1689
47899 1691: u1690
47900 1692: u1691
47901 1693: u1692
47902 1694: u1693
47903 1695: u1694
47904 1696: u1695
47905 1697: u1696
47906 1698: u1697
47907 1699: u1698
47908 1700: u1699
47909 1701: u1700
47910 1702: u1701
47911 1703: u1702
47912 1704: u1703
47913 1705: u1704
47914 1706: u1705
47915 1707: u1706
47916 1708: u1707
47917 1709: u1708
47918 1710: u1709
47919 1711: u1710
47920 1712: u1711
47921 1713: u1712
47922 1714: u1713
47923 1715: u1714
47924 1716: u1715
47925 1717: u1716
47926 1718: u1717
47927 1719: u1718
47928 1720: u1719
47929 1721: u1720
47930 1722: u1721
47931 1723: u1722
47932 1724: u1723
47933 1725: u1724
47934 1726: u1725
47935 1727: u1726
47936 1728: u1727
47937 1729: u1728
47938 1730: u1729
47939 1731: u1730
47940 1732: u1731
47941 1733: u1732
47942 1734: u1733
47943 1735: u1734
47944 1736: u1735
47945 1737: u1736
47946 1738: u1737
47947 1739: u1738
47948 1740: u1739
47949 1741: u1740
47950 1742: u1741
47951 1743: u1742
47952 1744: u1743
47953 1745: u1744
47954 1746: u1745
47955 1747: u1746
47956 1748: u1747
47957 1749: u1748
47958 1750: u1749
47959 1751: u1750
47960 1752: u1751
47961 1753: u1752
47962 1754: u1753
47963 1755: u1754
47964 1756: u1755
47965 1757: u1756
47966 1758: u1757
47967 1759: u1758
47968 1760: u1759
47969 1761: u1760
47970 1762: u1761
47971 1763: u1762
47972 1764: u1763
47973 1765: u1764
47974 1766: u1765
47975 1767: u1766
47976 1768: u1767
47977 1769: u1768
47978 1770: u1769
47979 1771: u1770
47980 1772: u1771
47981 1773: u1772
47982 1774: u1773
47983 1775: u1774
47984 1776: u1775
47985 1777: u1776
47986 1778: u1777
47987 1779: u1778
47988 1780: u1779
47989 1781: u1780
47990 1782: u1781
47991 1783: u1782
47992 1784: u1783
47993 1785: u1784
47994 1786: u1785
47995 1787: u1786
47996 1788: u1787
47997 1789: u1788
47998 1790: u1789
47999 1791: u1790
48000 1792: u1791
48001 1793: u1792
48002 1794: u1793
48003 1795: u1794
48004 1796: u1795
48005 1797: u1796
48006 1798: u1797
48007 1799: u1798
48008 1800: u1799
48009 1801: u1800
48010 1802: u1801
48011 1803: u1802
48012 1804: u1803
48013 1805: u1804
48014 1806: u1805
48015 1807: u1806
48016 1808: u1807
48017 1809: u1808
48018 1810: u1809
48019 1811: u1810
48020 1812: u1811
48021 1813: u1812
48022 1814: u1813
48023 1815: u1814
48024 1816: u1815
48025 1817: u1816
48026 1818: u1817
48027 1819: u1818
48028 1820: u1819
48029 1821: u1820
48030 1822: u1821
48031 1823: u1822
48032 1824: u1823
48033 1825: u1824
48034 1826: u1825
48035 1827: u1826
48036 1828: u1827
48037 1829: u1828
48038 1830: u1829
48039 1831: u1830
48040 1832: u1831
48041 1833: u1832
48042 1834: u1833
48043 1835: u1834
48044 1836: u1835
48045 1837: u1836
48046 1838: u1837
48047 1839: u1838
48048 1840: u1839
48049 1841: u1840
48050 1842: u1841
48051 1843: u1842
48052 1844: u1843
48053 1845: u1844
48054 1846: u1845
48055 1847: u1846
48056 1848: u1847
48057 1849: u1848
48058 1850: u1849
48059 1851: u1850
48060 1852: u1851
48061 1853: u1852
48062 1854: u1853
48063 1855: u1854
48064 1856: u1855
48065 1857: u1856
48066 1858: u1857
48067 1859: u1858
48068 1860: u1859
48069 1861: u1860
48070 1862: u1861
48071 1863: u1862
48072 1864: u1863
48073 1865: u1864
48074 1866: u1865
48075 1867: u1866
48076 1868: u1867
48077 1869: u1868
48078 1870: u1869
48079 1871: u1870
48080 1872: u1871
48081 1873: u1872
48082 1874: u1873
48083 1875: u1874
48084 1876: u1875
48085 1877: u1876
48086 1878: u1877
48087 1879: u1878
48088 1880: u1879
48089 1881: u1880
48090 1882: u1881
48091 1883: u1882
48092 1884: u1883
48093 1885: u1884
48094 1886: u1885
48095 1887: u1886
48096 1888: u1887
48097 1889: u1888
48098 1890: u1889
48099 1891: u1890
48100 1892: u1891
48101 1893: u1892
48102 1894: u1893
48103 1895: u1894
48104 1896: u1895
48105 1897: u1896
48106 1898: u1897
48107 1899: u1898
48108 1900: u1899
48109 1901: u1900
48110 1902: u1901
48111 1903: u1902
48112 1904: u1903
48113 1905: u1904
48114 1906: u1905
48115 1907: u1906
48116 1908: u1907
48117 1909: u1908
48118 1910: u1909
48119 1911: u1910
48120 1912: u1911
48121 1913: u1912
48122 1914: u1913
48123 1915: u1914
48124 1916: u1915
48125 1917: u1916
48126 1918: u1917
48127 1919: u1918
48128 1920: u1919
48129 1921: u1920
48130 1922: u1921
48131 1923: u1922
48132 1924: u1923
48133 1925: u1924
48134 1926: u1925
48135 1927: u1926
48136 1928: u1927
48137 1929: u1928
48138 1930: u1929
48139 1931: u1930
48140 1932: u1931
48141 1933: u1932
48142 1934: u1933
48143 1935: u1934
48144 1936: u1935
48145 1937: u1936
48146 1938: u1937
48147 1939: u1938
48148 1940: u1939
48149 1941: u1940
48150 1942: u1941
48151 1943: u1942
48152 1944: u1943
48153 1945: u1944
48154 1946: u1945
48155 1947: u1946
48156 1948: u1947
48157 1949: u1948
48158 1950: u1949
48159 1951: u1950
48160 1952: u1951
48161 1953: u1952
48162 1954: u1953
48163 1955: u1954
48164 1956: u1955
48165 1957: u1956
48166 1958: u1957
48167 1959: u1958
48168 1960: u1959
48169 1961: u1960
48170 1962: u1961
48171 1963: u1962
48172 1964: u1963
48173 1965: u1964
48174 1966: u1965
48175 1967: u1966
48176 1968: u1967
48177 1969: u1968
48178 1970: u1969
48179 1971: u1970
48180 1972: u1971
48181 1973: u1972
48182 1974: u1973
48183 1975: u1974
48184 1976: u1975
48185 1977: u1976
48186 1978: u1977
48187 1979: u1978
48188 1980: u1979
48189 1981: u1980
48190 1982: u1981
48191 1983: u1982
48192 1984: u1983
48193 1985: u1984
48194 1986: u1985
48195 1987: u1986
48196 1988: u1987
48197 1989: u1988
48198 1990: u1989
48199 1991: u1990
48200 1992: u1991
48201 1993: u1992
48202 1994: u1993
48203 1995: u1994
48204 1996: u1995
48205 1997: u1996
48206 1998: u1997
48207 1999: u1998
48208 2000: u1999
48209 - name: outputMeasurementCurrent
48210 oid: 1.3.6.1.4.1.19947.1.3.2.1.7
48211 type: Float
48212 help: The measured output current. - 1.3.6.1.4.1.19947.1.3.2.1.7
48213 indexes:
48214 - labelname: outputIndex
48215 type: gauge
48216 enum_values:
48217 1: u0
48218 2: u1
48219 3: u2
48220 4: u3
48221 5: u4
48222 6: u5
48223 7: u6
48224 8: u7
48225 9: u8
48226 10: u9
48227 11: u10
48228 12: u11
48229 13: u12
48230 14: u13
48231 15: u14
48232 16: u15
48233 17: u16
48234 18: u17
48235 19: u18
48236 20: u19
48237 21: u20
48238 22: u21
48239 23: u22
48240 24: u23
48241 25: u24
48242 26: u25
48243 27: u26
48244 28: u27
48245 29: u28
48246 30: u29
48247 31: u30
48248 32: u31
48249 33: u32
48250 34: u33
48251 35: u34
48252 36: u35
48253 37: u36
48254 38: u37
48255 39: u38
48256 40: u39
48257 41: u40
48258 42: u41
48259 43: u42
48260 44: u43
48261 45: u44
48262 46: u45
48263 47: u46
48264 48: u47
48265 49: u48
48266 50: u49
48267 51: u50
48268 52: u51
48269 53: u52
48270 54: u53
48271 55: u54
48272 56: u55
48273 57: u56
48274 58: u57
48275 59: u58
48276 60: u59
48277 61: u60
48278 62: u61
48279 63: u62
48280 64: u63
48281 65: u64
48282 66: u65
48283 67: u66
48284 68: u67
48285 69: u68
48286 70: u69
48287 71: u70
48288 72: u71
48289 73: u72
48290 74: u73
48291 75: u74
48292 76: u75
48293 77: u76
48294 78: u77
48295 79: u78
48296 80: u79
48297 81: u80
48298 82: u81
48299 83: u82
48300 84: u83
48301 85: u84
48302 86: u85
48303 87: u86
48304 88: u87
48305 89: u88
48306 90: u89
48307 91: u90
48308 92: u91
48309 93: u92
48310 94: u93
48311 95: u94
48312 96: u95
48313 97: u96
48314 98: u97
48315 99: u98
48316 100: u99
48317 101: u100
48318 102: u101
48319 103: u102
48320 104: u103
48321 105: u104
48322 106: u105
48323 107: u106
48324 108: u107
48325 109: u108
48326 110: u109
48327 111: u110
48328 112: u111
48329 113: u112
48330 114: u113
48331 115: u114
48332 116: u115
48333 117: u116
48334 118: u117
48335 119: u118
48336 120: u119
48337 121: u120
48338 122: u121
48339 123: u122
48340 124: u123
48341 125: u124
48342 126: u125
48343 127: u126
48344 128: u127
48345 129: u128
48346 130: u129
48347 131: u130
48348 132: u131
48349 133: u132
48350 134: u133
48351 135: u134
48352 136: u135
48353 137: u136
48354 138: u137
48355 139: u138
48356 140: u139
48357 141: u140
48358 142: u141
48359 143: u142
48360 144: u143
48361 145: u144
48362 146: u145
48363 147: u146
48364 148: u147
48365 149: u148
48366 150: u149
48367 151: u150
48368 152: u151
48369 153: u152
48370 154: u153
48371 155: u154
48372 156: u155
48373 157: u156
48374 158: u157
48375 159: u158
48376 160: u159
48377 161: u160
48378 162: u161
48379 163: u162
48380 164: u163
48381 165: u164
48382 166: u165
48383 167: u166
48384 168: u167
48385 169: u168
48386 170: u169
48387 171: u170
48388 172: u171
48389 173: u172
48390 174: u173
48391 175: u174
48392 176: u175
48393 177: u176
48394 178: u177
48395 179: u178
48396 180: u179
48397 181: u180
48398 182: u181
48399 183: u182
48400 184: u183
48401 185: u184
48402 186: u185
48403 187: u186
48404 188: u187
48405 189: u188
48406 190: u189
48407 191: u190
48408 192: u191
48409 193: u192
48410 194: u193
48411 195: u194
48412 196: u195
48413 197: u196
48414 198: u197
48415 199: u198
48416 200: u199
48417 201: u200
48418 202: u201
48419 203: u202
48420 204: u203
48421 205: u204
48422 206: u205
48423 207: u206
48424 208: u207
48425 209: u208
48426 210: u209
48427 211: u210
48428 212: u211
48429 213: u212
48430 214: u213
48431 215: u214
48432 216: u215
48433 217: u216
48434 218: u217
48435 219: u218
48436 220: u219
48437 221: u220
48438 222: u221
48439 223: u222
48440 224: u223
48441 225: u224
48442 226: u225
48443 227: u226
48444 228: u227
48445 229: u228
48446 230: u229
48447 231: u230
48448 232: u231
48449 233: u232
48450 234: u233
48451 235: u234
48452 236: u235
48453 237: u236
48454 238: u237
48455 239: u238
48456 240: u239
48457 241: u240
48458 242: u241
48459 243: u242
48460 244: u243
48461 245: u244
48462 246: u245
48463 247: u246
48464 248: u247
48465 249: u248
48466 250: u249
48467 251: u250
48468 252: u251
48469 253: u252
48470 254: u253
48471 255: u254
48472 256: u255
48473 257: u256
48474 258: u257
48475 259: u258
48476 260: u259
48477 261: u260
48478 262: u261
48479 263: u262
48480 264: u263
48481 265: u264
48482 266: u265
48483 267: u266
48484 268: u267
48485 269: u268
48486 270: u269
48487 271: u270
48488 272: u271
48489 273: u272
48490 274: u273
48491 275: u274
48492 276: u275
48493 277: u276
48494 278: u277
48495 279: u278
48496 280: u279
48497 281: u280
48498 282: u281
48499 283: u282
48500 284: u283
48501 285: u284
48502 286: u285
48503 287: u286
48504 288: u287
48505 289: u288
48506 290: u289
48507 291: u290
48508 292: u291
48509 293: u292
48510 294: u293
48511 295: u294
48512 296: u295
48513 297: u296
48514 298: u297
48515 299: u298
48516 300: u299
48517 301: u300
48518 302: u301
48519 303: u302
48520 304: u303
48521 305: u304
48522 306: u305
48523 307: u306
48524 308: u307
48525 309: u308
48526 310: u309
48527 311: u310
48528 312: u311
48529 313: u312
48530 314: u313
48531 315: u314
48532 316: u315
48533 317: u316
48534 318: u317
48535 319: u318
48536 320: u319
48537 321: u320
48538 322: u321
48539 323: u322
48540 324: u323
48541 325: u324
48542 326: u325
48543 327: u326
48544 328: u327
48545 329: u328
48546 330: u329
48547 331: u330
48548 332: u331
48549 333: u332
48550 334: u333
48551 335: u334
48552 336: u335
48553 337: u336
48554 338: u337
48555 339: u338
48556 340: u339
48557 341: u340
48558 342: u341
48559 343: u342
48560 344: u343
48561 345: u344
48562 346: u345
48563 347: u346
48564 348: u347
48565 349: u348
48566 350: u349
48567 351: u350
48568 352: u351
48569 353: u352
48570 354: u353
48571 355: u354
48572 356: u355
48573 357: u356
48574 358: u357
48575 359: u358
48576 360: u359
48577 361: u360
48578 362: u361
48579 363: u362
48580 364: u363
48581 365: u364
48582 366: u365
48583 367: u366
48584 368: u367
48585 369: u368
48586 370: u369
48587 371: u370
48588 372: u371
48589 373: u372
48590 374: u373
48591 375: u374
48592 376: u375
48593 377: u376
48594 378: u377
48595 379: u378
48596 380: u379
48597 381: u380
48598 382: u381
48599 383: u382
48600 384: u383
48601 385: u384
48602 386: u385
48603 387: u386
48604 388: u387
48605 389: u388
48606 390: u389
48607 391: u390
48608 392: u391
48609 393: u392
48610 394: u393
48611 395: u394
48612 396: u395
48613 397: u396
48614 398: u397
48615 399: u398
48616 400: u399
48617 401: u400
48618 402: u401
48619 403: u402
48620 404: u403
48621 405: u404
48622 406: u405
48623 407: u406
48624 408: u407
48625 409: u408
48626 410: u409
48627 411: u410
48628 412: u411
48629 413: u412
48630 414: u413
48631 415: u414
48632 416: u415
48633 417: u416
48634 418: u417
48635 419: u418
48636 420: u419
48637 421: u420
48638 422: u421
48639 423: u422
48640 424: u423
48641 425: u424
48642 426: u425
48643 427: u426
48644 428: u427
48645 429: u428
48646 430: u429
48647 431: u430
48648 432: u431
48649 433: u432
48650 434: u433
48651 435: u434
48652 436: u435
48653 437: u436
48654 438: u437
48655 439: u438
48656 440: u439
48657 441: u440
48658 442: u441
48659 443: u442
48660 444: u443
48661 445: u444
48662 446: u445
48663 447: u446
48664 448: u447
48665 449: u448
48666 450: u449
48667 451: u450
48668 452: u451
48669 453: u452
48670 454: u453
48671 455: u454
48672 456: u455
48673 457: u456
48674 458: u457
48675 459: u458
48676 460: u459
48677 461: u460
48678 462: u461
48679 463: u462
48680 464: u463
48681 465: u464
48682 466: u465
48683 467: u466
48684 468: u467
48685 469: u468
48686 470: u469
48687 471: u470
48688 472: u471
48689 473: u472
48690 474: u473
48691 475: u474
48692 476: u475
48693 477: u476
48694 478: u477
48695 479: u478
48696 480: u479
48697 481: u480
48698 482: u481
48699 483: u482
48700 484: u483
48701 485: u484
48702 486: u485
48703 487: u486
48704 488: u487
48705 489: u488
48706 490: u489
48707 491: u490
48708 492: u491
48709 493: u492
48710 494: u493
48711 495: u494
48712 496: u495
48713 497: u496
48714 498: u497
48715 499: u498
48716 500: u499
48717 501: u500
48718 502: u501
48719 503: u502
48720 504: u503
48721 505: u504
48722 506: u505
48723 507: u506
48724 508: u507
48725 509: u508
48726 510: u509
48727 511: u510
48728 512: u511
48729 513: u512
48730 514: u513
48731 515: u514
48732 516: u515
48733 517: u516
48734 518: u517
48735 519: u518
48736 520: u519
48737 521: u520
48738 522: u521
48739 523: u522
48740 524: u523
48741 525: u524
48742 526: u525
48743 527: u526
48744 528: u527
48745 529: u528
48746 530: u529
48747 531: u530
48748 532: u531
48749 533: u532
48750 534: u533
48751 535: u534
48752 536: u535
48753 537: u536
48754 538: u537
48755 539: u538
48756 540: u539
48757 541: u540
48758 542: u541
48759 543: u542
48760 544: u543
48761 545: u544
48762 546: u545
48763 547: u546
48764 548: u547
48765 549: u548
48766 550: u549
48767 551: u550
48768 552: u551
48769 553: u552
48770 554: u553
48771 555: u554
48772 556: u555
48773 557: u556
48774 558: u557
48775 559: u558
48776 560: u559
48777 561: u560
48778 562: u561
48779 563: u562
48780 564: u563
48781 565: u564
48782 566: u565
48783 567: u566
48784 568: u567
48785 569: u568
48786 570: u569
48787 571: u570
48788 572: u571
48789 573: u572
48790 574: u573
48791 575: u574
48792 576: u575
48793 577: u576
48794 578: u577
48795 579: u578
48796 580: u579
48797 581: u580
48798 582: u581
48799 583: u582
48800 584: u583
48801 585: u584
48802 586: u585
48803 587: u586
48804 588: u587
48805 589: u588
48806 590: u589
48807 591: u590
48808 592: u591
48809 593: u592
48810 594: u593
48811 595: u594
48812 596: u595
48813 597: u596
48814 598: u597
48815 599: u598
48816 600: u599
48817 601: u600
48818 602: u601
48819 603: u602
48820 604: u603
48821 605: u604
48822 606: u605
48823 607: u606
48824 608: u607
48825 609: u608
48826 610: u609
48827 611: u610
48828 612: u611
48829 613: u612
48830 614: u613
48831 615: u614
48832 616: u615
48833 617: u616
48834 618: u617
48835 619: u618
48836 620: u619
48837 621: u620
48838 622: u621
48839 623: u622
48840 624: u623
48841 625: u624
48842 626: u625
48843 627: u626
48844 628: u627
48845 629: u628
48846 630: u629
48847 631: u630
48848 632: u631
48849 633: u632
48850 634: u633
48851 635: u634
48852 636: u635
48853 637: u636
48854 638: u637
48855 639: u638
48856 640: u639
48857 641: u640
48858 642: u641
48859 643: u642
48860 644: u643
48861 645: u644
48862 646: u645
48863 647: u646
48864 648: u647
48865 649: u648
48866 650: u649
48867 651: u650
48868 652: u651
48869 653: u652
48870 654: u653
48871 655: u654
48872 656: u655
48873 657: u656
48874 658: u657
48875 659: u658
48876 660: u659
48877 661: u660
48878 662: u661
48879 663: u662
48880 664: u663
48881 665: u664
48882 666: u665
48883 667: u666
48884 668: u667
48885 669: u668
48886 670: u669
48887 671: u670
48888 672: u671
48889 673: u672
48890 674: u673
48891 675: u674
48892 676: u675
48893 677: u676
48894 678: u677
48895 679: u678
48896 680: u679
48897 681: u680
48898 682: u681
48899 683: u682
48900 684: u683
48901 685: u684
48902 686: u685
48903 687: u686
48904 688: u687
48905 689: u688
48906 690: u689
48907 691: u690
48908 692: u691
48909 693: u692
48910 694: u693
48911 695: u694
48912 696: u695
48913 697: u696
48914 698: u697
48915 699: u698
48916 700: u699
48917 701: u700
48918 702: u701
48919 703: u702
48920 704: u703
48921 705: u704
48922 706: u705
48923 707: u706
48924 708: u707
48925 709: u708
48926 710: u709
48927 711: u710
48928 712: u711
48929 713: u712
48930 714: u713
48931 715: u714
48932 716: u715
48933 717: u716
48934 718: u717
48935 719: u718
48936 720: u719
48937 721: u720
48938 722: u721
48939 723: u722
48940 724: u723
48941 725: u724
48942 726: u725
48943 727: u726
48944 728: u727
48945 729: u728
48946 730: u729
48947 731: u730
48948 732: u731
48949 733: u732
48950 734: u733
48951 735: u734
48952 736: u735
48953 737: u736
48954 738: u737
48955 739: u738
48956 740: u739
48957 741: u740
48958 742: u741
48959 743: u742
48960 744: u743
48961 745: u744
48962 746: u745
48963 747: u746
48964 748: u747
48965 749: u748
48966 750: u749
48967 751: u750
48968 752: u751
48969 753: u752
48970 754: u753
48971 755: u754
48972 756: u755
48973 757: u756
48974 758: u757
48975 759: u758
48976 760: u759
48977 761: u760
48978 762: u761
48979 763: u762
48980 764: u763
48981 765: u764
48982 766: u765
48983 767: u766
48984 768: u767
48985 769: u768
48986 770: u769
48987 771: u770
48988 772: u771
48989 773: u772
48990 774: u773
48991 775: u774
48992 776: u775
48993 777: u776
48994 778: u777
48995 779: u778
48996 780: u779
48997 781: u780
48998 782: u781
48999 783: u782
49000 784: u783
49001 785: u784
49002 786: u785
49003 787: u786
49004 788: u787
49005 789: u788
49006 790: u789
49007 791: u790
49008 792: u791
49009 793: u792
49010 794: u793
49011 795: u794
49012 796: u795
49013 797: u796
49014 798: u797
49015 799: u798
49016 800: u799
49017 801: u800
49018 802: u801
49019 803: u802
49020 804: u803
49021 805: u804
49022 806: u805
49023 807: u806
49024 808: u807
49025 809: u808
49026 810: u809
49027 811: u810
49028 812: u811
49029 813: u812
49030 814: u813
49031 815: u814
49032 816: u815
49033 817: u816
49034 818: u817
49035 819: u818
49036 820: u819
49037 821: u820
49038 822: u821
49039 823: u822
49040 824: u823
49041 825: u824
49042 826: u825
49043 827: u826
49044 828: u827
49045 829: u828
49046 830: u829
49047 831: u830
49048 832: u831
49049 833: u832
49050 834: u833
49051 835: u834
49052 836: u835
49053 837: u836
49054 838: u837
49055 839: u838
49056 840: u839
49057 841: u840
49058 842: u841
49059 843: u842
49060 844: u843
49061 845: u844
49062 846: u845
49063 847: u846
49064 848: u847
49065 849: u848
49066 850: u849
49067 851: u850
49068 852: u851
49069 853: u852
49070 854: u853
49071 855: u854
49072 856: u855
49073 857: u856
49074 858: u857
49075 859: u858
49076 860: u859
49077 861: u860
49078 862: u861
49079 863: u862
49080 864: u863
49081 865: u864
49082 866: u865
49083 867: u866
49084 868: u867
49085 869: u868
49086 870: u869
49087 871: u870
49088 872: u871
49089 873: u872
49090 874: u873
49091 875: u874
49092 876: u875
49093 877: u876
49094 878: u877
49095 879: u878
49096 880: u879
49097 881: u880
49098 882: u881
49099 883: u882
49100 884: u883
49101 885: u884
49102 886: u885
49103 887: u886
49104 888: u887
49105 889: u888
49106 890: u889
49107 891: u890
49108 892: u891
49109 893: u892
49110 894: u893
49111 895: u894
49112 896: u895
49113 897: u896
49114 898: u897
49115 899: u898
49116 900: u899
49117 901: u900
49118 902: u901
49119 903: u902
49120 904: u903
49121 905: u904
49122 906: u905
49123 907: u906
49124 908: u907
49125 909: u908
49126 910: u909
49127 911: u910
49128 912: u911
49129 913: u912
49130 914: u913
49131 915: u914
49132 916: u915
49133 917: u916
49134 918: u917
49135 919: u918
49136 920: u919
49137 921: u920
49138 922: u921
49139 923: u922
49140 924: u923
49141 925: u924
49142 926: u925
49143 927: u926
49144 928: u927
49145 929: u928
49146 930: u929
49147 931: u930
49148 932: u931
49149 933: u932
49150 934: u933
49151 935: u934
49152 936: u935
49153 937: u936
49154 938: u937
49155 939: u938
49156 940: u939
49157 941: u940
49158 942: u941
49159 943: u942
49160 944: u943
49161 945: u944
49162 946: u945
49163 947: u946
49164 948: u947
49165 949: u948
49166 950: u949
49167 951: u950
49168 952: u951
49169 953: u952
49170 954: u953
49171 955: u954
49172 956: u955
49173 957: u956
49174 958: u957
49175 959: u958
49176 960: u959
49177 961: u960
49178 962: u961
49179 963: u962
49180 964: u963
49181 965: u964
49182 966: u965
49183 967: u966
49184 968: u967
49185 969: u968
49186 970: u969
49187 971: u970
49188 972: u971
49189 973: u972
49190 974: u973
49191 975: u974
49192 976: u975
49193 977: u976
49194 978: u977
49195 979: u978
49196 980: u979
49197 981: u980
49198 982: u981
49199 983: u982
49200 984: u983
49201 985: u984
49202 986: u985
49203 987: u986
49204 988: u987
49205 989: u988
49206 990: u989
49207 991: u990
49208 992: u991
49209 993: u992
49210 994: u993
49211 995: u994
49212 996: u995
49213 997: u996
49214 998: u997
49215 999: u998
49216 1000: u999
49217 1001: u1000
49218 1002: u1001
49219 1003: u1002
49220 1004: u1003
49221 1005: u1004
49222 1006: u1005
49223 1007: u1006
49224 1008: u1007
49225 1009: u1008
49226 1010: u1009
49227 1011: u1010
49228 1012: u1011
49229 1013: u1012
49230 1014: u1013
49231 1015: u1014
49232 1016: u1015
49233 1017: u1016
49234 1018: u1017
49235 1019: u1018
49236 1020: u1019
49237 1021: u1020
49238 1022: u1021
49239 1023: u1022
49240 1024: u1023
49241 1025: u1024
49242 1026: u1025
49243 1027: u1026
49244 1028: u1027
49245 1029: u1028
49246 1030: u1029
49247 1031: u1030
49248 1032: u1031
49249 1033: u1032
49250 1034: u1033
49251 1035: u1034
49252 1036: u1035
49253 1037: u1036
49254 1038: u1037
49255 1039: u1038
49256 1040: u1039
49257 1041: u1040
49258 1042: u1041
49259 1043: u1042
49260 1044: u1043
49261 1045: u1044
49262 1046: u1045
49263 1047: u1046
49264 1048: u1047
49265 1049: u1048
49266 1050: u1049
49267 1051: u1050
49268 1052: u1051
49269 1053: u1052
49270 1054: u1053
49271 1055: u1054
49272 1056: u1055
49273 1057: u1056
49274 1058: u1057
49275 1059: u1058
49276 1060: u1059
49277 1061: u1060
49278 1062: u1061
49279 1063: u1062
49280 1064: u1063
49281 1065: u1064
49282 1066: u1065
49283 1067: u1066
49284 1068: u1067
49285 1069: u1068
49286 1070: u1069
49287 1071: u1070
49288 1072: u1071
49289 1073: u1072
49290 1074: u1073
49291 1075: u1074
49292 1076: u1075
49293 1077: u1076
49294 1078: u1077
49295 1079: u1078
49296 1080: u1079
49297 1081: u1080
49298 1082: u1081
49299 1083: u1082
49300 1084: u1083
49301 1085: u1084
49302 1086: u1085
49303 1087: u1086
49304 1088: u1087
49305 1089: u1088
49306 1090: u1089
49307 1091: u1090
49308 1092: u1091
49309 1093: u1092
49310 1094: u1093
49311 1095: u1094
49312 1096: u1095
49313 1097: u1096
49314 1098: u1097
49315 1099: u1098
49316 1100: u1099
49317 1101: u1100
49318 1102: u1101
49319 1103: u1102
49320 1104: u1103
49321 1105: u1104
49322 1106: u1105
49323 1107: u1106
49324 1108: u1107
49325 1109: u1108
49326 1110: u1109
49327 1111: u1110
49328 1112: u1111
49329 1113: u1112
49330 1114: u1113
49331 1115: u1114
49332 1116: u1115
49333 1117: u1116
49334 1118: u1117
49335 1119: u1118
49336 1120: u1119
49337 1121: u1120
49338 1122: u1121
49339 1123: u1122
49340 1124: u1123
49341 1125: u1124
49342 1126: u1125
49343 1127: u1126
49344 1128: u1127
49345 1129: u1128
49346 1130: u1129
49347 1131: u1130
49348 1132: u1131
49349 1133: u1132
49350 1134: u1133
49351 1135: u1134
49352 1136: u1135
49353 1137: u1136
49354 1138: u1137
49355 1139: u1138
49356 1140: u1139
49357 1141: u1140
49358 1142: u1141
49359 1143: u1142
49360 1144: u1143
49361 1145: u1144
49362 1146: u1145
49363 1147: u1146
49364 1148: u1147
49365 1149: u1148
49366 1150: u1149
49367 1151: u1150
49368 1152: u1151
49369 1153: u1152
49370 1154: u1153
49371 1155: u1154
49372 1156: u1155
49373 1157: u1156
49374 1158: u1157
49375 1159: u1158
49376 1160: u1159
49377 1161: u1160
49378 1162: u1161
49379 1163: u1162
49380 1164: u1163
49381 1165: u1164
49382 1166: u1165
49383 1167: u1166
49384 1168: u1167
49385 1169: u1168
49386 1170: u1169
49387 1171: u1170
49388 1172: u1171
49389 1173: u1172
49390 1174: u1173
49391 1175: u1174
49392 1176: u1175
49393 1177: u1176
49394 1178: u1177
49395 1179: u1178
49396 1180: u1179
49397 1181: u1180
49398 1182: u1181
49399 1183: u1182
49400 1184: u1183
49401 1185: u1184
49402 1186: u1185
49403 1187: u1186
49404 1188: u1187
49405 1189: u1188
49406 1190: u1189
49407 1191: u1190
49408 1192: u1191
49409 1193: u1192
49410 1194: u1193
49411 1195: u1194
49412 1196: u1195
49413 1197: u1196
49414 1198: u1197
49415 1199: u1198
49416 1200: u1199
49417 1201: u1200
49418 1202: u1201
49419 1203: u1202
49420 1204: u1203
49421 1205: u1204
49422 1206: u1205
49423 1207: u1206
49424 1208: u1207
49425 1209: u1208
49426 1210: u1209
49427 1211: u1210
49428 1212: u1211
49429 1213: u1212
49430 1214: u1213
49431 1215: u1214
49432 1216: u1215
49433 1217: u1216
49434 1218: u1217
49435 1219: u1218
49436 1220: u1219
49437 1221: u1220
49438 1222: u1221
49439 1223: u1222
49440 1224: u1223
49441 1225: u1224
49442 1226: u1225
49443 1227: u1226
49444 1228: u1227
49445 1229: u1228
49446 1230: u1229
49447 1231: u1230
49448 1232: u1231
49449 1233: u1232
49450 1234: u1233
49451 1235: u1234
49452 1236: u1235
49453 1237: u1236
49454 1238: u1237
49455 1239: u1238
49456 1240: u1239
49457 1241: u1240
49458 1242: u1241
49459 1243: u1242
49460 1244: u1243
49461 1245: u1244
49462 1246: u1245
49463 1247: u1246
49464 1248: u1247
49465 1249: u1248
49466 1250: u1249
49467 1251: u1250
49468 1252: u1251
49469 1253: u1252
49470 1254: u1253
49471 1255: u1254
49472 1256: u1255
49473 1257: u1256
49474 1258: u1257
49475 1259: u1258
49476 1260: u1259
49477 1261: u1260
49478 1262: u1261
49479 1263: u1262
49480 1264: u1263
49481 1265: u1264
49482 1266: u1265
49483 1267: u1266
49484 1268: u1267
49485 1269: u1268
49486 1270: u1269
49487 1271: u1270
49488 1272: u1271
49489 1273: u1272
49490 1274: u1273
49491 1275: u1274
49492 1276: u1275
49493 1277: u1276
49494 1278: u1277
49495 1279: u1278
49496 1280: u1279
49497 1281: u1280
49498 1282: u1281
49499 1283: u1282
49500 1284: u1283
49501 1285: u1284
49502 1286: u1285
49503 1287: u1286
49504 1288: u1287
49505 1289: u1288
49506 1290: u1289
49507 1291: u1290
49508 1292: u1291
49509 1293: u1292
49510 1294: u1293
49511 1295: u1294
49512 1296: u1295
49513 1297: u1296
49514 1298: u1297
49515 1299: u1298
49516 1300: u1299
49517 1301: u1300
49518 1302: u1301
49519 1303: u1302
49520 1304: u1303
49521 1305: u1304
49522 1306: u1305
49523 1307: u1306
49524 1308: u1307
49525 1309: u1308
49526 1310: u1309
49527 1311: u1310
49528 1312: u1311
49529 1313: u1312
49530 1314: u1313
49531 1315: u1314
49532 1316: u1315
49533 1317: u1316
49534 1318: u1317
49535 1319: u1318
49536 1320: u1319
49537 1321: u1320
49538 1322: u1321
49539 1323: u1322
49540 1324: u1323
49541 1325: u1324
49542 1326: u1325
49543 1327: u1326
49544 1328: u1327
49545 1329: u1328
49546 1330: u1329
49547 1331: u1330
49548 1332: u1331
49549 1333: u1332
49550 1334: u1333
49551 1335: u1334
49552 1336: u1335
49553 1337: u1336
49554 1338: u1337
49555 1339: u1338
49556 1340: u1339
49557 1341: u1340
49558 1342: u1341
49559 1343: u1342
49560 1344: u1343
49561 1345: u1344
49562 1346: u1345
49563 1347: u1346
49564 1348: u1347
49565 1349: u1348
49566 1350: u1349
49567 1351: u1350
49568 1352: u1351
49569 1353: u1352
49570 1354: u1353
49571 1355: u1354
49572 1356: u1355
49573 1357: u1356
49574 1358: u1357
49575 1359: u1358
49576 1360: u1359
49577 1361: u1360
49578 1362: u1361
49579 1363: u1362
49580 1364: u1363
49581 1365: u1364
49582 1366: u1365
49583 1367: u1366
49584 1368: u1367
49585 1369: u1368
49586 1370: u1369
49587 1371: u1370
49588 1372: u1371
49589 1373: u1372
49590 1374: u1373
49591 1375: u1374
49592 1376: u1375
49593 1377: u1376
49594 1378: u1377
49595 1379: u1378
49596 1380: u1379
49597 1381: u1380
49598 1382: u1381
49599 1383: u1382
49600 1384: u1383
49601 1385: u1384
49602 1386: u1385
49603 1387: u1386
49604 1388: u1387
49605 1389: u1388
49606 1390: u1389
49607 1391: u1390
49608 1392: u1391
49609 1393: u1392
49610 1394: u1393
49611 1395: u1394
49612 1396: u1395
49613 1397: u1396
49614 1398: u1397
49615 1399: u1398
49616 1400: u1399
49617 1401: u1400
49618 1402: u1401
49619 1403: u1402
49620 1404: u1403
49621 1405: u1404
49622 1406: u1405
49623 1407: u1406
49624 1408: u1407
49625 1409: u1408
49626 1410: u1409
49627 1411: u1410
49628 1412: u1411
49629 1413: u1412
49630 1414: u1413
49631 1415: u1414
49632 1416: u1415
49633 1417: u1416
49634 1418: u1417
49635 1419: u1418
49636 1420: u1419
49637 1421: u1420
49638 1422: u1421
49639 1423: u1422
49640 1424: u1423
49641 1425: u1424
49642 1426: u1425
49643 1427: u1426
49644 1428: u1427
49645 1429: u1428
49646 1430: u1429
49647 1431: u1430
49648 1432: u1431
49649 1433: u1432
49650 1434: u1433
49651 1435: u1434
49652 1436: u1435
49653 1437: u1436
49654 1438: u1437
49655 1439: u1438
49656 1440: u1439
49657 1441: u1440
49658 1442: u1441
49659 1443: u1442
49660 1444: u1443
49661 1445: u1444
49662 1446: u1445
49663 1447: u1446
49664 1448: u1447
49665 1449: u1448
49666 1450: u1449
49667 1451: u1450
49668 1452: u1451
49669 1453: u1452
49670 1454: u1453
49671 1455: u1454
49672 1456: u1455
49673 1457: u1456
49674 1458: u1457
49675 1459: u1458
49676 1460: u1459
49677 1461: u1460
49678 1462: u1461
49679 1463: u1462
49680 1464: u1463
49681 1465: u1464
49682 1466: u1465
49683 1467: u1466
49684 1468: u1467
49685 1469: u1468
49686 1470: u1469
49687 1471: u1470
49688 1472: u1471
49689 1473: u1472
49690 1474: u1473
49691 1475: u1474
49692 1476: u1475
49693 1477: u1476
49694 1478: u1477
49695 1479: u1478
49696 1480: u1479
49697 1481: u1480
49698 1482: u1481
49699 1483: u1482
49700 1484: u1483
49701 1485: u1484
49702 1486: u1485
49703 1487: u1486
49704 1488: u1487
49705 1489: u1488
49706 1490: u1489
49707 1491: u1490
49708 1492: u1491
49709 1493: u1492
49710 1494: u1493
49711 1495: u1494
49712 1496: u1495
49713 1497: u1496
49714 1498: u1497
49715 1499: u1498
49716 1500: u1499
49717 1501: u1500
49718 1502: u1501
49719 1503: u1502
49720 1504: u1503
49721 1505: u1504
49722 1506: u1505
49723 1507: u1506
49724 1508: u1507
49725 1509: u1508
49726 1510: u1509
49727 1511: u1510
49728 1512: u1511
49729 1513: u1512
49730 1514: u1513
49731 1515: u1514
49732 1516: u1515
49733 1517: u1516
49734 1518: u1517
49735 1519: u1518
49736 1520: u1519
49737 1521: u1520
49738 1522: u1521
49739 1523: u1522
49740 1524: u1523
49741 1525: u1524
49742 1526: u1525
49743 1527: u1526
49744 1528: u1527
49745 1529: u1528
49746 1530: u1529
49747 1531: u1530
49748 1532: u1531
49749 1533: u1532
49750 1534: u1533
49751 1535: u1534
49752 1536: u1535
49753 1537: u1536
49754 1538: u1537
49755 1539: u1538
49756 1540: u1539
49757 1541: u1540
49758 1542: u1541
49759 1543: u1542
49760 1544: u1543
49761 1545: u1544
49762 1546: u1545
49763 1547: u1546
49764 1548: u1547
49765 1549: u1548
49766 1550: u1549
49767 1551: u1550
49768 1552: u1551
49769 1553: u1552
49770 1554: u1553
49771 1555: u1554
49772 1556: u1555
49773 1557: u1556
49774 1558: u1557
49775 1559: u1558
49776 1560: u1559
49777 1561: u1560
49778 1562: u1561
49779 1563: u1562
49780 1564: u1563
49781 1565: u1564
49782 1566: u1565
49783 1567: u1566
49784 1568: u1567
49785 1569: u1568
49786 1570: u1569
49787 1571: u1570
49788 1572: u1571
49789 1573: u1572
49790 1574: u1573
49791 1575: u1574
49792 1576: u1575
49793 1577: u1576
49794 1578: u1577
49795 1579: u1578
49796 1580: u1579
49797 1581: u1580
49798 1582: u1581
49799 1583: u1582
49800 1584: u1583
49801 1585: u1584
49802 1586: u1585
49803 1587: u1586
49804 1588: u1587
49805 1589: u1588
49806 1590: u1589
49807 1591: u1590
49808 1592: u1591
49809 1593: u1592
49810 1594: u1593
49811 1595: u1594
49812 1596: u1595
49813 1597: u1596
49814 1598: u1597
49815 1599: u1598
49816 1600: u1599
49817 1601: u1600
49818 1602: u1601
49819 1603: u1602
49820 1604: u1603
49821 1605: u1604
49822 1606: u1605
49823 1607: u1606
49824 1608: u1607
49825 1609: u1608
49826 1610: u1609
49827 1611: u1610
49828 1612: u1611
49829 1613: u1612
49830 1614: u1613
49831 1615: u1614
49832 1616: u1615
49833 1617: u1616
49834 1618: u1617
49835 1619: u1618
49836 1620: u1619
49837 1621: u1620
49838 1622: u1621
49839 1623: u1622
49840 1624: u1623
49841 1625: u1624
49842 1626: u1625
49843 1627: u1626
49844 1628: u1627
49845 1629: u1628
49846 1630: u1629
49847 1631: u1630
49848 1632: u1631
49849 1633: u1632
49850 1634: u1633
49851 1635: u1634
49852 1636: u1635
49853 1637: u1636
49854 1638: u1637
49855 1639: u1638
49856 1640: u1639
49857 1641: u1640
49858 1642: u1641
49859 1643: u1642
49860 1644: u1643
49861 1645: u1644
49862 1646: u1645
49863 1647: u1646
49864 1648: u1647
49865 1649: u1648
49866 1650: u1649
49867 1651: u1650
49868 1652: u1651
49869 1653: u1652
49870 1654: u1653
49871 1655: u1654
49872 1656: u1655
49873 1657: u1656
49874 1658: u1657
49875 1659: u1658
49876 1660: u1659
49877 1661: u1660
49878 1662: u1661
49879 1663: u1662
49880 1664: u1663
49881 1665: u1664
49882 1666: u1665
49883 1667: u1666
49884 1668: u1667
49885 1669: u1668
49886 1670: u1669
49887 1671: u1670
49888 1672: u1671
49889 1673: u1672
49890 1674: u1673
49891 1675: u1674
49892 1676: u1675
49893 1677: u1676
49894 1678: u1677
49895 1679: u1678
49896 1680: u1679
49897 1681: u1680
49898 1682: u1681
49899 1683: u1682
49900 1684: u1683
49901 1685: u1684
49902 1686: u1685
49903 1687: u1686
49904 1688: u1687
49905 1689: u1688
49906 1690: u1689
49907 1691: u1690
49908 1692: u1691
49909 1693: u1692
49910 1694: u1693
49911 1695: u1694
49912 1696: u1695
49913 1697: u1696
49914 1698: u1697
49915 1699: u1698
49916 1700: u1699
49917 1701: u1700
49918 1702: u1701
49919 1703: u1702
49920 1704: u1703
49921 1705: u1704
49922 1706: u1705
49923 1707: u1706
49924 1708: u1707
49925 1709: u1708
49926 1710: u1709
49927 1711: u1710
49928 1712: u1711
49929 1713: u1712
49930 1714: u1713
49931 1715: u1714
49932 1716: u1715
49933 1717: u1716
49934 1718: u1717
49935 1719: u1718
49936 1720: u1719
49937 1721: u1720
49938 1722: u1721
49939 1723: u1722
49940 1724: u1723
49941 1725: u1724
49942 1726: u1725
49943 1727: u1726
49944 1728: u1727
49945 1729: u1728
49946 1730: u1729
49947 1731: u1730
49948 1732: u1731
49949 1733: u1732
49950 1734: u1733
49951 1735: u1734
49952 1736: u1735
49953 1737: u1736
49954 1738: u1737
49955 1739: u1738
49956 1740: u1739
49957 1741: u1740
49958 1742: u1741
49959 1743: u1742
49960 1744: u1743
49961 1745: u1744
49962 1746: u1745
49963 1747: u1746
49964 1748: u1747
49965 1749: u1748
49966 1750: u1749
49967 1751: u1750
49968 1752: u1751
49969 1753: u1752
49970 1754: u1753
49971 1755: u1754
49972 1756: u1755
49973 1757: u1756
49974 1758: u1757
49975 1759: u1758
49976 1760: u1759
49977 1761: u1760
49978 1762: u1761
49979 1763: u1762
49980 1764: u1763
49981 1765: u1764
49982 1766: u1765
49983 1767: u1766
49984 1768: u1767
49985 1769: u1768
49986 1770: u1769
49987 1771: u1770
49988 1772: u1771
49989 1773: u1772
49990 1774: u1773
49991 1775: u1774
49992 1776: u1775
49993 1777: u1776
49994 1778: u1777
49995 1779: u1778
49996 1780: u1779
49997 1781: u1780
49998 1782: u1781
49999 1783: u1782
50000 1784: u1783
50001 1785: u1784
50002 1786: u1785
50003 1787: u1786
50004 1788: u1787
50005 1789: u1788
50006 1790: u1789
50007 1791: u1790
50008 1792: u1791
50009 1793: u1792
50010 1794: u1793
50011 1795: u1794
50012 1796: u1795
50013 1797: u1796
50014 1798: u1797
50015 1799: u1798
50016 1800: u1799
50017 1801: u1800
50018 1802: u1801
50019 1803: u1802
50020 1804: u1803
50021 1805: u1804
50022 1806: u1805
50023 1807: u1806
50024 1808: u1807
50025 1809: u1808
50026 1810: u1809
50027 1811: u1810
50028 1812: u1811
50029 1813: u1812
50030 1814: u1813
50031 1815: u1814
50032 1816: u1815
50033 1817: u1816
50034 1818: u1817
50035 1819: u1818
50036 1820: u1819
50037 1821: u1820
50038 1822: u1821
50039 1823: u1822
50040 1824: u1823
50041 1825: u1824
50042 1826: u1825
50043 1827: u1826
50044 1828: u1827
50045 1829: u1828
50046 1830: u1829
50047 1831: u1830
50048 1832: u1831
50049 1833: u1832
50050 1834: u1833
50051 1835: u1834
50052 1836: u1835
50053 1837: u1836
50054 1838: u1837
50055 1839: u1838
50056 1840: u1839
50057 1841: u1840
50058 1842: u1841
50059 1843: u1842
50060 1844: u1843
50061 1845: u1844
50062 1846: u1845
50063 1847: u1846
50064 1848: u1847
50065 1849: u1848
50066 1850: u1849
50067 1851: u1850
50068 1852: u1851
50069 1853: u1852
50070 1854: u1853
50071 1855: u1854
50072 1856: u1855
50073 1857: u1856
50074 1858: u1857
50075 1859: u1858
50076 1860: u1859
50077 1861: u1860
50078 1862: u1861
50079 1863: u1862
50080 1864: u1863
50081 1865: u1864
50082 1866: u1865
50083 1867: u1866
50084 1868: u1867
50085 1869: u1868
50086 1870: u1869
50087 1871: u1870
50088 1872: u1871
50089 1873: u1872
50090 1874: u1873
50091 1875: u1874
50092 1876: u1875
50093 1877: u1876
50094 1878: u1877
50095 1879: u1878
50096 1880: u1879
50097 1881: u1880
50098 1882: u1881
50099 1883: u1882
50100 1884: u1883
50101 1885: u1884
50102 1886: u1885
50103 1887: u1886
50104 1888: u1887
50105 1889: u1888
50106 1890: u1889
50107 1891: u1890
50108 1892: u1891
50109 1893: u1892
50110 1894: u1893
50111 1895: u1894
50112 1896: u1895
50113 1897: u1896
50114 1898: u1897
50115 1899: u1898
50116 1900: u1899
50117 1901: u1900
50118 1902: u1901
50119 1903: u1902
50120 1904: u1903
50121 1905: u1904
50122 1906: u1905
50123 1907: u1906
50124 1908: u1907
50125 1909: u1908
50126 1910: u1909
50127 1911: u1910
50128 1912: u1911
50129 1913: u1912
50130 1914: u1913
50131 1915: u1914
50132 1916: u1915
50133 1917: u1916
50134 1918: u1917
50135 1919: u1918
50136 1920: u1919
50137 1921: u1920
50138 1922: u1921
50139 1923: u1922
50140 1924: u1923
50141 1925: u1924
50142 1926: u1925
50143 1927: u1926
50144 1928: u1927
50145 1929: u1928
50146 1930: u1929
50147 1931: u1930
50148 1932: u1931
50149 1933: u1932
50150 1934: u1933
50151 1935: u1934
50152 1936: u1935
50153 1937: u1936
50154 1938: u1937
50155 1939: u1938
50156 1940: u1939
50157 1941: u1940
50158 1942: u1941
50159 1943: u1942
50160 1944: u1943
50161 1945: u1944
50162 1946: u1945
50163 1947: u1946
50164 1948: u1947
50165 1949: u1948
50166 1950: u1949
50167 1951: u1950
50168 1952: u1951
50169 1953: u1952
50170 1954: u1953
50171 1955: u1954
50172 1956: u1955
50173 1957: u1956
50174 1958: u1957
50175 1959: u1958
50176 1960: u1959
50177 1961: u1960
50178 1962: u1961
50179 1963: u1962
50180 1964: u1963
50181 1965: u1964
50182 1966: u1965
50183 1967: u1966
50184 1968: u1967
50185 1969: u1968
50186 1970: u1969
50187 1971: u1970
50188 1972: u1971
50189 1973: u1972
50190 1974: u1973
50191 1975: u1974
50192 1976: u1975
50193 1977: u1976
50194 1978: u1977
50195 1979: u1978
50196 1980: u1979
50197 1981: u1980
50198 1982: u1981
50199 1983: u1982
50200 1984: u1983
50201 1985: u1984
50202 1986: u1985
50203 1987: u1986
50204 1988: u1987
50205 1989: u1988
50206 1990: u1989
50207 1991: u1990
50208 1992: u1991
50209 1993: u1992
50210 1994: u1993
50211 1995: u1994
50212 1996: u1995
50213 1997: u1996
50214 1998: u1997
50215 1999: u1998
50216 2000: u1999
50217 - name: outputMeasurementTemperature
50218 oid: 1.3.6.1.4.1.19947.1.3.2.1.8
50219 type: gauge
50220 help: The measured temperature of the power module. - 1.3.6.1.4.1.19947.1.3.2.1.8
50221 indexes:
50222 - labelname: outputIndex
50223 type: gauge
50224 enum_values:
50225 1: u0
50226 2: u1
50227 3: u2
50228 4: u3
50229 5: u4
50230 6: u5
50231 7: u6
50232 8: u7
50233 9: u8
50234 10: u9
50235 11: u10
50236 12: u11
50237 13: u12
50238 14: u13
50239 15: u14
50240 16: u15
50241 17: u16
50242 18: u17
50243 19: u18
50244 20: u19
50245 21: u20
50246 22: u21
50247 23: u22
50248 24: u23
50249 25: u24
50250 26: u25
50251 27: u26
50252 28: u27
50253 29: u28
50254 30: u29
50255 31: u30
50256 32: u31
50257 33: u32
50258 34: u33
50259 35: u34
50260 36: u35
50261 37: u36
50262 38: u37
50263 39: u38
50264 40: u39
50265 41: u40
50266 42: u41
50267 43: u42
50268 44: u43
50269 45: u44
50270 46: u45
50271 47: u46
50272 48: u47
50273 49: u48
50274 50: u49
50275 51: u50
50276 52: u51
50277 53: u52
50278 54: u53
50279 55: u54
50280 56: u55
50281 57: u56
50282 58: u57
50283 59: u58
50284 60: u59
50285 61: u60
50286 62: u61
50287 63: u62
50288 64: u63
50289 65: u64
50290 66: u65
50291 67: u66
50292 68: u67
50293 69: u68
50294 70: u69
50295 71: u70
50296 72: u71
50297 73: u72
50298 74: u73
50299 75: u74
50300 76: u75
50301 77: u76
50302 78: u77
50303 79: u78
50304 80: u79
50305 81: u80
50306 82: u81
50307 83: u82
50308 84: u83
50309 85: u84
50310 86: u85
50311 87: u86
50312 88: u87
50313 89: u88
50314 90: u89
50315 91: u90
50316 92: u91
50317 93: u92
50318 94: u93
50319 95: u94
50320 96: u95
50321 97: u96
50322 98: u97
50323 99: u98
50324 100: u99
50325 101: u100
50326 102: u101
50327 103: u102
50328 104: u103
50329 105: u104
50330 106: u105
50331 107: u106
50332 108: u107
50333 109: u108
50334 110: u109
50335 111: u110
50336 112: u111
50337 113: u112
50338 114: u113
50339 115: u114
50340 116: u115
50341 117: u116
50342 118: u117
50343 119: u118
50344 120: u119
50345 121: u120
50346 122: u121
50347 123: u122
50348 124: u123
50349 125: u124
50350 126: u125
50351 127: u126
50352 128: u127
50353 129: u128
50354 130: u129
50355 131: u130
50356 132: u131
50357 133: u132
50358 134: u133
50359 135: u134
50360 136: u135
50361 137: u136
50362 138: u137
50363 139: u138
50364 140: u139
50365 141: u140
50366 142: u141
50367 143: u142
50368 144: u143
50369 145: u144
50370 146: u145
50371 147: u146
50372 148: u147
50373 149: u148
50374 150: u149
50375 151: u150
50376 152: u151
50377 153: u152
50378 154: u153
50379 155: u154
50380 156: u155
50381 157: u156
50382 158: u157
50383 159: u158
50384 160: u159
50385 161: u160
50386 162: u161
50387 163: u162
50388 164: u163
50389 165: u164
50390 166: u165
50391 167: u166
50392 168: u167
50393 169: u168
50394 170: u169
50395 171: u170
50396 172: u171
50397 173: u172
50398 174: u173
50399 175: u174
50400 176: u175
50401 177: u176
50402 178: u177
50403 179: u178
50404 180: u179
50405 181: u180
50406 182: u181
50407 183: u182
50408 184: u183
50409 185: u184
50410 186: u185
50411 187: u186
50412 188: u187
50413 189: u188
50414 190: u189
50415 191: u190
50416 192: u191
50417 193: u192
50418 194: u193
50419 195: u194
50420 196: u195
50421 197: u196
50422 198: u197
50423 199: u198
50424 200: u199
50425 201: u200
50426 202: u201
50427 203: u202
50428 204: u203
50429 205: u204
50430 206: u205
50431 207: u206
50432 208: u207
50433 209: u208
50434 210: u209
50435 211: u210
50436 212: u211
50437 213: u212
50438 214: u213
50439 215: u214
50440 216: u215
50441 217: u216
50442 218: u217
50443 219: u218
50444 220: u219
50445 221: u220
50446 222: u221
50447 223: u222
50448 224: u223
50449 225: u224
50450 226: u225
50451 227: u226
50452 228: u227
50453 229: u228
50454 230: u229
50455 231: u230
50456 232: u231
50457 233: u232
50458 234: u233
50459 235: u234
50460 236: u235
50461 237: u236
50462 238: u237
50463 239: u238
50464 240: u239
50465 241: u240
50466 242: u241
50467 243: u242
50468 244: u243
50469 245: u244
50470 246: u245
50471 247: u246
50472 248: u247
50473 249: u248
50474 250: u249
50475 251: u250
50476 252: u251
50477 253: u252
50478 254: u253
50479 255: u254
50480 256: u255
50481 257: u256
50482 258: u257
50483 259: u258
50484 260: u259
50485 261: u260
50486 262: u261
50487 263: u262
50488 264: u263
50489 265: u264
50490 266: u265
50491 267: u266
50492 268: u267
50493 269: u268
50494 270: u269
50495 271: u270
50496 272: u271
50497 273: u272
50498 274: u273
50499 275: u274
50500 276: u275
50501 277: u276
50502 278: u277
50503 279: u278
50504 280: u279
50505 281: u280
50506 282: u281
50507 283: u282
50508 284: u283
50509 285: u284
50510 286: u285
50511 287: u286
50512 288: u287
50513 289: u288
50514 290: u289
50515 291: u290
50516 292: u291
50517 293: u292
50518 294: u293
50519 295: u294
50520 296: u295
50521 297: u296
50522 298: u297
50523 299: u298
50524 300: u299
50525 301: u300
50526 302: u301
50527 303: u302
50528 304: u303
50529 305: u304
50530 306: u305
50531 307: u306
50532 308: u307
50533 309: u308
50534 310: u309
50535 311: u310
50536 312: u311
50537 313: u312
50538 314: u313
50539 315: u314
50540 316: u315
50541 317: u316
50542 318: u317
50543 319: u318
50544 320: u319
50545 321: u320
50546 322: u321
50547 323: u322
50548 324: u323
50549 325: u324
50550 326: u325
50551 327: u326
50552 328: u327
50553 329: u328
50554 330: u329
50555 331: u330
50556 332: u331
50557 333: u332
50558 334: u333
50559 335: u334
50560 336: u335
50561 337: u336
50562 338: u337
50563 339: u338
50564 340: u339
50565 341: u340
50566 342: u341
50567 343: u342
50568 344: u343
50569 345: u344
50570 346: u345
50571 347: u346
50572 348: u347
50573 349: u348
50574 350: u349
50575 351: u350
50576 352: u351
50577 353: u352
50578 354: u353
50579 355: u354
50580 356: u355
50581 357: u356
50582 358: u357
50583 359: u358
50584 360: u359
50585 361: u360
50586 362: u361
50587 363: u362
50588 364: u363
50589 365: u364
50590 366: u365
50591 367: u366
50592 368: u367
50593 369: u368
50594 370: u369
50595 371: u370
50596 372: u371
50597 373: u372
50598 374: u373
50599 375: u374
50600 376: u375
50601 377: u376
50602 378: u377
50603 379: u378
50604 380: u379
50605 381: u380
50606 382: u381
50607 383: u382
50608 384: u383
50609 385: u384
50610 386: u385
50611 387: u386
50612 388: u387
50613 389: u388
50614 390: u389
50615 391: u390
50616 392: u391
50617 393: u392
50618 394: u393
50619 395: u394
50620 396: u395
50621 397: u396
50622 398: u397
50623 399: u398
50624 400: u399
50625 401: u400
50626 402: u401
50627 403: u402
50628 404: u403
50629 405: u404
50630 406: u405
50631 407: u406
50632 408: u407
50633 409: u408
50634 410: u409
50635 411: u410
50636 412: u411
50637 413: u412
50638 414: u413
50639 415: u414
50640 416: u415
50641 417: u416
50642 418: u417
50643 419: u418
50644 420: u419
50645 421: u420
50646 422: u421
50647 423: u422
50648 424: u423
50649 425: u424
50650 426: u425
50651 427: u426
50652 428: u427
50653 429: u428
50654 430: u429
50655 431: u430
50656 432: u431
50657 433: u432
50658 434: u433
50659 435: u434
50660 436: u435
50661 437: u436
50662 438: u437
50663 439: u438
50664 440: u439
50665 441: u440
50666 442: u441
50667 443: u442
50668 444: u443
50669 445: u444
50670 446: u445
50671 447: u446
50672 448: u447
50673 449: u448
50674 450: u449
50675 451: u450
50676 452: u451
50677 453: u452
50678 454: u453
50679 455: u454
50680 456: u455
50681 457: u456
50682 458: u457
50683 459: u458
50684 460: u459
50685 461: u460
50686 462: u461
50687 463: u462
50688 464: u463
50689 465: u464
50690 466: u465
50691 467: u466
50692 468: u467
50693 469: u468
50694 470: u469
50695 471: u470
50696 472: u471
50697 473: u472
50698 474: u473
50699 475: u474
50700 476: u475
50701 477: u476
50702 478: u477
50703 479: u478
50704 480: u479
50705 481: u480
50706 482: u481
50707 483: u482
50708 484: u483
50709 485: u484
50710 486: u485
50711 487: u486
50712 488: u487
50713 489: u488
50714 490: u489
50715 491: u490
50716 492: u491
50717 493: u492
50718 494: u493
50719 495: u494
50720 496: u495
50721 497: u496
50722 498: u497
50723 499: u498
50724 500: u499
50725 501: u500
50726 502: u501
50727 503: u502
50728 504: u503
50729 505: u504
50730 506: u505
50731 507: u506
50732 508: u507
50733 509: u508
50734 510: u509
50735 511: u510
50736 512: u511
50737 513: u512
50738 514: u513
50739 515: u514
50740 516: u515
50741 517: u516
50742 518: u517
50743 519: u518
50744 520: u519
50745 521: u520
50746 522: u521
50747 523: u522
50748 524: u523
50749 525: u524
50750 526: u525
50751 527: u526
50752 528: u527
50753 529: u528
50754 530: u529
50755 531: u530
50756 532: u531
50757 533: u532
50758 534: u533
50759 535: u534
50760 536: u535
50761 537: u536
50762 538: u537
50763 539: u538
50764 540: u539
50765 541: u540
50766 542: u541
50767 543: u542
50768 544: u543
50769 545: u544
50770 546: u545
50771 547: u546
50772 548: u547
50773 549: u548
50774 550: u549
50775 551: u550
50776 552: u551
50777 553: u552
50778 554: u553
50779 555: u554
50780 556: u555
50781 557: u556
50782 558: u557
50783 559: u558
50784 560: u559
50785 561: u560
50786 562: u561
50787 563: u562
50788 564: u563
50789 565: u564
50790 566: u565
50791 567: u566
50792 568: u567
50793 569: u568
50794 570: u569
50795 571: u570
50796 572: u571
50797 573: u572
50798 574: u573
50799 575: u574
50800 576: u575
50801 577: u576
50802 578: u577
50803 579: u578
50804 580: u579
50805 581: u580
50806 582: u581
50807 583: u582
50808 584: u583
50809 585: u584
50810 586: u585
50811 587: u586
50812 588: u587
50813 589: u588
50814 590: u589
50815 591: u590
50816 592: u591
50817 593: u592
50818 594: u593
50819 595: u594
50820 596: u595
50821 597: u596
50822 598: u597
50823 599: u598
50824 600: u599
50825 601: u600
50826 602: u601
50827 603: u602
50828 604: u603
50829 605: u604
50830 606: u605
50831 607: u606
50832 608: u607
50833 609: u608
50834 610: u609
50835 611: u610
50836 612: u611
50837 613: u612
50838 614: u613
50839 615: u614
50840 616: u615
50841 617: u616
50842 618: u617
50843 619: u618
50844 620: u619
50845 621: u620
50846 622: u621
50847 623: u622
50848 624: u623
50849 625: u624
50850 626: u625
50851 627: u626
50852 628: u627
50853 629: u628
50854 630: u629
50855 631: u630
50856 632: u631
50857 633: u632
50858 634: u633
50859 635: u634
50860 636: u635
50861 637: u636
50862 638: u637
50863 639: u638
50864 640: u639
50865 641: u640
50866 642: u641
50867 643: u642
50868 644: u643
50869 645: u644
50870 646: u645
50871 647: u646
50872 648: u647
50873 649: u648
50874 650: u649
50875 651: u650
50876 652: u651
50877 653: u652
50878 654: u653
50879 655: u654
50880 656: u655
50881 657: u656
50882 658: u657
50883 659: u658
50884 660: u659
50885 661: u660
50886 662: u661
50887 663: u662
50888 664: u663
50889 665: u664
50890 666: u665
50891 667: u666
50892 668: u667
50893 669: u668
50894 670: u669
50895 671: u670
50896 672: u671
50897 673: u672
50898 674: u673
50899 675: u674
50900 676: u675
50901 677: u676
50902 678: u677
50903 679: u678
50904 680: u679
50905 681: u680
50906 682: u681
50907 683: u682
50908 684: u683
50909 685: u684
50910 686: u685
50911 687: u686
50912 688: u687
50913 689: u688
50914 690: u689
50915 691: u690
50916 692: u691
50917 693: u692
50918 694: u693
50919 695: u694
50920 696: u695
50921 697: u696
50922 698: u697
50923 699: u698
50924 700: u699
50925 701: u700
50926 702: u701
50927 703: u702
50928 704: u703
50929 705: u704
50930 706: u705
50931 707: u706
50932 708: u707
50933 709: u708
50934 710: u709
50935 711: u710
50936 712: u711
50937 713: u712
50938 714: u713
50939 715: u714
50940 716: u715
50941 717: u716
50942 718: u717
50943 719: u718
50944 720: u719
50945 721: u720
50946 722: u721
50947 723: u722
50948 724: u723
50949 725: u724
50950 726: u725
50951 727: u726
50952 728: u727
50953 729: u728
50954 730: u729
50955 731: u730
50956 732: u731
50957 733: u732
50958 734: u733
50959 735: u734
50960 736: u735
50961 737: u736
50962 738: u737
50963 739: u738
50964 740: u739
50965 741: u740
50966 742: u741
50967 743: u742
50968 744: u743
50969 745: u744
50970 746: u745
50971 747: u746
50972 748: u747
50973 749: u748
50974 750: u749
50975 751: u750
50976 752: u751
50977 753: u752
50978 754: u753
50979 755: u754
50980 756: u755
50981 757: u756
50982 758: u757
50983 759: u758
50984 760: u759
50985 761: u760
50986 762: u761
50987 763: u762
50988 764: u763
50989 765: u764
50990 766: u765
50991 767: u766
50992 768: u767
50993 769: u768
50994 770: u769
50995 771: u770
50996 772: u771
50997 773: u772
50998 774: u773
50999 775: u774
51000 776: u775
51001 777: u776
51002 778: u777
51003 779: u778
51004 780: u779
51005 781: u780
51006 782: u781
51007 783: u782
51008 784: u783
51009 785: u784
51010 786: u785
51011 787: u786
51012 788: u787
51013 789: u788
51014 790: u789
51015 791: u790
51016 792: u791
51017 793: u792
51018 794: u793
51019 795: u794
51020 796: u795
51021 797: u796
51022 798: u797
51023 799: u798
51024 800: u799
51025 801: u800
51026 802: u801
51027 803: u802
51028 804: u803
51029 805: u804
51030 806: u805
51031 807: u806
51032 808: u807
51033 809: u808
51034 810: u809
51035 811: u810
51036 812: u811
51037 813: u812
51038 814: u813
51039 815: u814
51040 816: u815
51041 817: u816
51042 818: u817
51043 819: u818
51044 820: u819
51045 821: u820
51046 822: u821
51047 823: u822
51048 824: u823
51049 825: u824
51050 826: u825
51051 827: u826
51052 828: u827
51053 829: u828
51054 830: u829
51055 831: u830
51056 832: u831
51057 833: u832
51058 834: u833
51059 835: u834
51060 836: u835
51061 837: u836
51062 838: u837
51063 839: u838
51064 840: u839
51065 841: u840
51066 842: u841
51067 843: u842
51068 844: u843
51069 845: u844
51070 846: u845
51071 847: u846
51072 848: u847
51073 849: u848
51074 850: u849
51075 851: u850
51076 852: u851
51077 853: u852
51078 854: u853
51079 855: u854
51080 856: u855
51081 857: u856
51082 858: u857
51083 859: u858
51084 860: u859
51085 861: u860
51086 862: u861
51087 863: u862
51088 864: u863
51089 865: u864
51090 866: u865
51091 867: u866
51092 868: u867
51093 869: u868
51094 870: u869
51095 871: u870
51096 872: u871
51097 873: u872
51098 874: u873
51099 875: u874
51100 876: u875
51101 877: u876
51102 878: u877
51103 879: u878
51104 880: u879
51105 881: u880
51106 882: u881
51107 883: u882
51108 884: u883
51109 885: u884
51110 886: u885
51111 887: u886
51112 888: u887
51113 889: u888
51114 890: u889
51115 891: u890
51116 892: u891
51117 893: u892
51118 894: u893
51119 895: u894
51120 896: u895
51121 897: u896
51122 898: u897
51123 899: u898
51124 900: u899
51125 901: u900
51126 902: u901
51127 903: u902
51128 904: u903
51129 905: u904
51130 906: u905
51131 907: u906
51132 908: u907
51133 909: u908
51134 910: u909
51135 911: u910
51136 912: u911
51137 913: u912
51138 914: u913
51139 915: u914
51140 916: u915
51141 917: u916
51142 918: u917
51143 919: u918
51144 920: u919
51145 921: u920
51146 922: u921
51147 923: u922
51148 924: u923
51149 925: u924
51150 926: u925
51151 927: u926
51152 928: u927
51153 929: u928
51154 930: u929
51155 931: u930
51156 932: u931
51157 933: u932
51158 934: u933
51159 935: u934
51160 936: u935
51161 937: u936
51162 938: u937
51163 939: u938
51164 940: u939
51165 941: u940
51166 942: u941
51167 943: u942
51168 944: u943
51169 945: u944
51170 946: u945
51171 947: u946
51172 948: u947
51173 949: u948
51174 950: u949
51175 951: u950
51176 952: u951
51177 953: u952
51178 954: u953
51179 955: u954
51180 956: u955
51181 957: u956
51182 958: u957
51183 959: u958
51184 960: u959
51185 961: u960
51186 962: u961
51187 963: u962
51188 964: u963
51189 965: u964
51190 966: u965
51191 967: u966
51192 968: u967
51193 969: u968
51194 970: u969
51195 971: u970
51196 972: u971
51197 973: u972
51198 974: u973
51199 975: u974
51200 976: u975
51201 977: u976
51202 978: u977
51203 979: u978
51204 980: u979
51205 981: u980
51206 982: u981
51207 983: u982
51208 984: u983
51209 985: u984
51210 986: u985
51211 987: u986
51212 988: u987
51213 989: u988
51214 990: u989
51215 991: u990
51216 992: u991
51217 993: u992
51218 994: u993
51219 995: u994
51220 996: u995
51221 997: u996
51222 998: u997
51223 999: u998
51224 1000: u999
51225 1001: u1000
51226 1002: u1001
51227 1003: u1002
51228 1004: u1003
51229 1005: u1004
51230 1006: u1005
51231 1007: u1006
51232 1008: u1007
51233 1009: u1008
51234 1010: u1009
51235 1011: u1010
51236 1012: u1011
51237 1013: u1012
51238 1014: u1013
51239 1015: u1014
51240 1016: u1015
51241 1017: u1016
51242 1018: u1017
51243 1019: u1018
51244 1020: u1019
51245 1021: u1020
51246 1022: u1021
51247 1023: u1022
51248 1024: u1023
51249 1025: u1024
51250 1026: u1025
51251 1027: u1026
51252 1028: u1027
51253 1029: u1028
51254 1030: u1029
51255 1031: u1030
51256 1032: u1031
51257 1033: u1032
51258 1034: u1033
51259 1035: u1034
51260 1036: u1035
51261 1037: u1036
51262 1038: u1037
51263 1039: u1038
51264 1040: u1039
51265 1041: u1040
51266 1042: u1041
51267 1043: u1042
51268 1044: u1043
51269 1045: u1044
51270 1046: u1045
51271 1047: u1046
51272 1048: u1047
51273 1049: u1048
51274 1050: u1049
51275 1051: u1050
51276 1052: u1051
51277 1053: u1052
51278 1054: u1053
51279 1055: u1054
51280 1056: u1055
51281 1057: u1056
51282 1058: u1057
51283 1059: u1058
51284 1060: u1059
51285 1061: u1060
51286 1062: u1061
51287 1063: u1062
51288 1064: u1063
51289 1065: u1064
51290 1066: u1065
51291 1067: u1066
51292 1068: u1067
51293 1069: u1068
51294 1070: u1069
51295 1071: u1070
51296 1072: u1071
51297 1073: u1072
51298 1074: u1073
51299 1075: u1074
51300 1076: u1075
51301 1077: u1076
51302 1078: u1077
51303 1079: u1078
51304 1080: u1079
51305 1081: u1080
51306 1082: u1081
51307 1083: u1082
51308 1084: u1083
51309 1085: u1084
51310 1086: u1085
51311 1087: u1086
51312 1088: u1087
51313 1089: u1088
51314 1090: u1089
51315 1091: u1090
51316 1092: u1091
51317 1093: u1092
51318 1094: u1093
51319 1095: u1094
51320 1096: u1095
51321 1097: u1096
51322 1098: u1097
51323 1099: u1098
51324 1100: u1099
51325 1101: u1100
51326 1102: u1101
51327 1103: u1102
51328 1104: u1103
51329 1105: u1104
51330 1106: u1105
51331 1107: u1106
51332 1108: u1107
51333 1109: u1108
51334 1110: u1109
51335 1111: u1110
51336 1112: u1111
51337 1113: u1112
51338 1114: u1113
51339 1115: u1114
51340 1116: u1115
51341 1117: u1116
51342 1118: u1117
51343 1119: u1118
51344 1120: u1119
51345 1121: u1120
51346 1122: u1121
51347 1123: u1122
51348 1124: u1123
51349 1125: u1124
51350 1126: u1125
51351 1127: u1126
51352 1128: u1127
51353 1129: u1128
51354 1130: u1129
51355 1131: u1130
51356 1132: u1131
51357 1133: u1132
51358 1134: u1133
51359 1135: u1134
51360 1136: u1135
51361 1137: u1136
51362 1138: u1137
51363 1139: u1138
51364 1140: u1139
51365 1141: u1140
51366 1142: u1141
51367 1143: u1142
51368 1144: u1143
51369 1145: u1144
51370 1146: u1145
51371 1147: u1146
51372 1148: u1147
51373 1149: u1148
51374 1150: u1149
51375 1151: u1150
51376 1152: u1151
51377 1153: u1152
51378 1154: u1153
51379 1155: u1154
51380 1156: u1155
51381 1157: u1156
51382 1158: u1157
51383 1159: u1158
51384 1160: u1159
51385 1161: u1160
51386 1162: u1161
51387 1163: u1162
51388 1164: u1163
51389 1165: u1164
51390 1166: u1165
51391 1167: u1166
51392 1168: u1167
51393 1169: u1168
51394 1170: u1169
51395 1171: u1170
51396 1172: u1171
51397 1173: u1172
51398 1174: u1173
51399 1175: u1174
51400 1176: u1175
51401 1177: u1176
51402 1178: u1177
51403 1179: u1178
51404 1180: u1179
51405 1181: u1180
51406 1182: u1181
51407 1183: u1182
51408 1184: u1183
51409 1185: u1184
51410 1186: u1185
51411 1187: u1186
51412 1188: u1187
51413 1189: u1188
51414 1190: u1189
51415 1191: u1190
51416 1192: u1191
51417 1193: u1192
51418 1194: u1193
51419 1195: u1194
51420 1196: u1195
51421 1197: u1196
51422 1198: u1197
51423 1199: u1198
51424 1200: u1199
51425 1201: u1200
51426 1202: u1201
51427 1203: u1202
51428 1204: u1203
51429 1205: u1204
51430 1206: u1205
51431 1207: u1206
51432 1208: u1207
51433 1209: u1208
51434 1210: u1209
51435 1211: u1210
51436 1212: u1211
51437 1213: u1212
51438 1214: u1213
51439 1215: u1214
51440 1216: u1215
51441 1217: u1216
51442 1218: u1217
51443 1219: u1218
51444 1220: u1219
51445 1221: u1220
51446 1222: u1221
51447 1223: u1222
51448 1224: u1223
51449 1225: u1224
51450 1226: u1225
51451 1227: u1226
51452 1228: u1227
51453 1229: u1228
51454 1230: u1229
51455 1231: u1230
51456 1232: u1231
51457 1233: u1232
51458 1234: u1233
51459 1235: u1234
51460 1236: u1235
51461 1237: u1236
51462 1238: u1237
51463 1239: u1238
51464 1240: u1239
51465 1241: u1240
51466 1242: u1241
51467 1243: u1242
51468 1244: u1243
51469 1245: u1244
51470 1246: u1245
51471 1247: u1246
51472 1248: u1247
51473 1249: u1248
51474 1250: u1249
51475 1251: u1250
51476 1252: u1251
51477 1253: u1252
51478 1254: u1253
51479 1255: u1254
51480 1256: u1255
51481 1257: u1256
51482 1258: u1257
51483 1259: u1258
51484 1260: u1259
51485 1261: u1260
51486 1262: u1261
51487 1263: u1262
51488 1264: u1263
51489 1265: u1264
51490 1266: u1265
51491 1267: u1266
51492 1268: u1267
51493 1269: u1268
51494 1270: u1269
51495 1271: u1270
51496 1272: u1271
51497 1273: u1272
51498 1274: u1273
51499 1275: u1274
51500 1276: u1275
51501 1277: u1276
51502 1278: u1277
51503 1279: u1278
51504 1280: u1279
51505 1281: u1280
51506 1282: u1281
51507 1283: u1282
51508 1284: u1283
51509 1285: u1284
51510 1286: u1285
51511 1287: u1286
51512 1288: u1287
51513 1289: u1288
51514 1290: u1289
51515 1291: u1290
51516 1292: u1291
51517 1293: u1292
51518 1294: u1293
51519 1295: u1294
51520 1296: u1295
51521 1297: u1296
51522 1298: u1297
51523 1299: u1298
51524 1300: u1299
51525 1301: u1300
51526 1302: u1301
51527 1303: u1302
51528 1304: u1303
51529 1305: u1304
51530 1306: u1305
51531 1307: u1306
51532 1308: u1307
51533 1309: u1308
51534 1310: u1309
51535 1311: u1310
51536 1312: u1311
51537 1313: u1312
51538 1314: u1313
51539 1315: u1314
51540 1316: u1315
51541 1317: u1316
51542 1318: u1317
51543 1319: u1318
51544 1320: u1319
51545 1321: u1320
51546 1322: u1321
51547 1323: u1322
51548 1324: u1323
51549 1325: u1324
51550 1326: u1325
51551 1327: u1326
51552 1328: u1327
51553 1329: u1328
51554 1330: u1329
51555 1331: u1330
51556 1332: u1331
51557 1333: u1332
51558 1334: u1333
51559 1335: u1334
51560 1336: u1335
51561 1337: u1336
51562 1338: u1337
51563 1339: u1338
51564 1340: u1339
51565 1341: u1340
51566 1342: u1341
51567 1343: u1342
51568 1344: u1343
51569 1345: u1344
51570 1346: u1345
51571 1347: u1346
51572 1348: u1347
51573 1349: u1348
51574 1350: u1349
51575 1351: u1350
51576 1352: u1351
51577 1353: u1352
51578 1354: u1353
51579 1355: u1354
51580 1356: u1355
51581 1357: u1356
51582 1358: u1357
51583 1359: u1358
51584 1360: u1359
51585 1361: u1360
51586 1362: u1361
51587 1363: u1362
51588 1364: u1363
51589 1365: u1364
51590 1366: u1365
51591 1367: u1366
51592 1368: u1367
51593 1369: u1368
51594 1370: u1369
51595 1371: u1370
51596 1372: u1371
51597 1373: u1372
51598 1374: u1373
51599 1375: u1374
51600 1376: u1375
51601 1377: u1376
51602 1378: u1377
51603 1379: u1378
51604 1380: u1379
51605 1381: u1380
51606 1382: u1381
51607 1383: u1382
51608 1384: u1383
51609 1385: u1384
51610 1386: u1385
51611 1387: u1386
51612 1388: u1387
51613 1389: u1388
51614 1390: u1389
51615 1391: u1390
51616 1392: u1391
51617 1393: u1392
51618 1394: u1393
51619 1395: u1394
51620 1396: u1395
51621 1397: u1396
51622 1398: u1397
51623 1399: u1398
51624 1400: u1399
51625 1401: u1400
51626 1402: u1401
51627 1403: u1402
51628 1404: u1403
51629 1405: u1404
51630 1406: u1405
51631 1407: u1406
51632 1408: u1407
51633 1409: u1408
51634 1410: u1409
51635 1411: u1410
51636 1412: u1411
51637 1413: u1412
51638 1414: u1413
51639 1415: u1414
51640 1416: u1415
51641 1417: u1416
51642 1418: u1417
51643 1419: u1418
51644 1420: u1419
51645 1421: u1420
51646 1422: u1421
51647 1423: u1422
51648 1424: u1423
51649 1425: u1424
51650 1426: u1425
51651 1427: u1426
51652 1428: u1427
51653 1429: u1428
51654 1430: u1429
51655 1431: u1430
51656 1432: u1431
51657 1433: u1432
51658 1434: u1433
51659 1435: u1434
51660 1436: u1435
51661 1437: u1436
51662 1438: u1437
51663 1439: u1438
51664 1440: u1439
51665 1441: u1440
51666 1442: u1441
51667 1443: u1442
51668 1444: u1443
51669 1445: u1444
51670 1446: u1445
51671 1447: u1446
51672 1448: u1447
51673 1449: u1448
51674 1450: u1449
51675 1451: u1450
51676 1452: u1451
51677 1453: u1452
51678 1454: u1453
51679 1455: u1454
51680 1456: u1455
51681 1457: u1456
51682 1458: u1457
51683 1459: u1458
51684 1460: u1459
51685 1461: u1460
51686 1462: u1461
51687 1463: u1462
51688 1464: u1463
51689 1465: u1464
51690 1466: u1465
51691 1467: u1466
51692 1468: u1467
51693 1469: u1468
51694 1470: u1469
51695 1471: u1470
51696 1472: u1471
51697 1473: u1472
51698 1474: u1473
51699 1475: u1474
51700 1476: u1475
51701 1477: u1476
51702 1478: u1477
51703 1479: u1478
51704 1480: u1479
51705 1481: u1480
51706 1482: u1481
51707 1483: u1482
51708 1484: u1483
51709 1485: u1484
51710 1486: u1485
51711 1487: u1486
51712 1488: u1487
51713 1489: u1488
51714 1490: u1489
51715 1491: u1490
51716 1492: u1491
51717 1493: u1492
51718 1494: u1493
51719 1495: u1494
51720 1496: u1495
51721 1497: u1496
51722 1498: u1497
51723 1499: u1498
51724 1500: u1499
51725 1501: u1500
51726 1502: u1501
51727 1503: u1502
51728 1504: u1503
51729 1505: u1504
51730 1506: u1505
51731 1507: u1506
51732 1508: u1507
51733 1509: u1508
51734 1510: u1509
51735 1511: u1510
51736 1512: u1511
51737 1513: u1512
51738 1514: u1513
51739 1515: u1514
51740 1516: u1515
51741 1517: u1516
51742 1518: u1517
51743 1519: u1518
51744 1520: u1519
51745 1521: u1520
51746 1522: u1521
51747 1523: u1522
51748 1524: u1523
51749 1525: u1524
51750 1526: u1525
51751 1527: u1526
51752 1528: u1527
51753 1529: u1528
51754 1530: u1529
51755 1531: u1530
51756 1532: u1531
51757 1533: u1532
51758 1534: u1533
51759 1535: u1534
51760 1536: u1535
51761 1537: u1536
51762 1538: u1537
51763 1539: u1538
51764 1540: u1539
51765 1541: u1540
51766 1542: u1541
51767 1543: u1542
51768 1544: u1543
51769 1545: u1544
51770 1546: u1545
51771 1547: u1546
51772 1548: u1547
51773 1549: u1548
51774 1550: u1549
51775 1551: u1550
51776 1552: u1551
51777 1553: u1552
51778 1554: u1553
51779 1555: u1554
51780 1556: u1555
51781 1557: u1556
51782 1558: u1557
51783 1559: u1558
51784 1560: u1559
51785 1561: u1560
51786 1562: u1561
51787 1563: u1562
51788 1564: u1563
51789 1565: u1564
51790 1566: u1565
51791 1567: u1566
51792 1568: u1567
51793 1569: u1568
51794 1570: u1569
51795 1571: u1570
51796 1572: u1571
51797 1573: u1572
51798 1574: u1573
51799 1575: u1574
51800 1576: u1575
51801 1577: u1576
51802 1578: u1577
51803 1579: u1578
51804 1580: u1579
51805 1581: u1580
51806 1582: u1581
51807 1583: u1582
51808 1584: u1583
51809 1585: u1584
51810 1586: u1585
51811 1587: u1586
51812 1588: u1587
51813 1589: u1588
51814 1590: u1589
51815 1591: u1590
51816 1592: u1591
51817 1593: u1592
51818 1594: u1593
51819 1595: u1594
51820 1596: u1595
51821 1597: u1596
51822 1598: u1597
51823 1599: u1598
51824 1600: u1599
51825 1601: u1600
51826 1602: u1601
51827 1603: u1602
51828 1604: u1603
51829 1605: u1604
51830 1606: u1605
51831 1607: u1606
51832 1608: u1607
51833 1609: u1608
51834 1610: u1609
51835 1611: u1610
51836 1612: u1611
51837 1613: u1612
51838 1614: u1613
51839 1615: u1614
51840 1616: u1615
51841 1617: u1616
51842 1618: u1617
51843 1619: u1618
51844 1620: u1619
51845 1621: u1620
51846 1622: u1621
51847 1623: u1622
51848 1624: u1623
51849 1625: u1624
51850 1626: u1625
51851 1627: u1626
51852 1628: u1627
51853 1629: u1628
51854 1630: u1629
51855 1631: u1630
51856 1632: u1631
51857 1633: u1632
51858 1634: u1633
51859 1635: u1634
51860 1636: u1635
51861 1637: u1636
51862 1638: u1637
51863 1639: u1638
51864 1640: u1639
51865 1641: u1640
51866 1642: u1641
51867 1643: u1642
51868 1644: u1643
51869 1645: u1644
51870 1646: u1645
51871 1647: u1646
51872 1648: u1647
51873 1649: u1648
51874 1650: u1649
51875 1651: u1650
51876 1652: u1651
51877 1653: u1652
51878 1654: u1653
51879 1655: u1654
51880 1656: u1655
51881 1657: u1656
51882 1658: u1657
51883 1659: u1658
51884 1660: u1659
51885 1661: u1660
51886 1662: u1661
51887 1663: u1662
51888 1664: u1663
51889 1665: u1664
51890 1666: u1665
51891 1667: u1666
51892 1668: u1667
51893 1669: u1668
51894 1670: u1669
51895 1671: u1670
51896 1672: u1671
51897 1673: u1672
51898 1674: u1673
51899 1675: u1674
51900 1676: u1675
51901 1677: u1676
51902 1678: u1677
51903 1679: u1678
51904 1680: u1679
51905 1681: u1680
51906 1682: u1681
51907 1683: u1682
51908 1684: u1683
51909 1685: u1684
51910 1686: u1685
51911 1687: u1686
51912 1688: u1687
51913 1689: u1688
51914 1690: u1689
51915 1691: u1690
51916 1692: u1691
51917 1693: u1692
51918 1694: u1693
51919 1695: u1694
51920 1696: u1695
51921 1697: u1696
51922 1698: u1697
51923 1699: u1698
51924 1700: u1699
51925 1701: u1700
51926 1702: u1701
51927 1703: u1702
51928 1704: u1703
51929 1705: u1704
51930 1706: u1705
51931 1707: u1706
51932 1708: u1707
51933 1709: u1708
51934 1710: u1709
51935 1711: u1710
51936 1712: u1711
51937 1713: u1712
51938 1714: u1713
51939 1715: u1714
51940 1716: u1715
51941 1717: u1716
51942 1718: u1717
51943 1719: u1718
51944 1720: u1719
51945 1721: u1720
51946 1722: u1721
51947 1723: u1722
51948 1724: u1723
51949 1725: u1724
51950 1726: u1725
51951 1727: u1726
51952 1728: u1727
51953 1729: u1728
51954 1730: u1729
51955 1731: u1730
51956 1732: u1731
51957 1733: u1732
51958 1734: u1733
51959 1735: u1734
51960 1736: u1735
51961 1737: u1736
51962 1738: u1737
51963 1739: u1738
51964 1740: u1739
51965 1741: u1740
51966 1742: u1741
51967 1743: u1742
51968 1744: u1743
51969 1745: u1744
51970 1746: u1745
51971 1747: u1746
51972 1748: u1747
51973 1749: u1748
51974 1750: u1749
51975 1751: u1750
51976 1752: u1751
51977 1753: u1752
51978 1754: u1753
51979 1755: u1754
51980 1756: u1755
51981 1757: u1756
51982 1758: u1757
51983 1759: u1758
51984 1760: u1759
51985 1761: u1760
51986 1762: u1761
51987 1763: u1762
51988 1764: u1763
51989 1765: u1764
51990 1766: u1765
51991 1767: u1766
51992 1768: u1767
51993 1769: u1768
51994 1770: u1769
51995 1771: u1770
51996 1772: u1771
51997 1773: u1772
51998 1774: u1773
51999 1775: u1774
52000 1776: u1775
52001 1777: u1776
52002 1778: u1777
52003 1779: u1778
52004 1780: u1779
52005 1781: u1780
52006 1782: u1781
52007 1783: u1782
52008 1784: u1783
52009 1785: u1784
52010 1786: u1785
52011 1787: u1786
52012 1788: u1787
52013 1789: u1788
52014 1790: u1789
52015 1791: u1790
52016 1792: u1791
52017 1793: u1792
52018 1794: u1793
52019 1795: u1794
52020 1796: u1795
52021 1797: u1796
52022 1798: u1797
52023 1799: u1798
52024 1800: u1799
52025 1801: u1800
52026 1802: u1801
52027 1803: u1802
52028 1804: u1803
52029 1805: u1804
52030 1806: u1805
52031 1807: u1806
52032 1808: u1807
52033 1809: u1808
52034 1810: u1809
52035 1811: u1810
52036 1812: u1811
52037 1813: u1812
52038 1814: u1813
52039 1815: u1814
52040 1816: u1815
52041 1817: u1816
52042 1818: u1817
52043 1819: u1818
52044 1820: u1819
52045 1821: u1820
52046 1822: u1821
52047 1823: u1822
52048 1824: u1823
52049 1825: u1824
52050 1826: u1825
52051 1827: u1826
52052 1828: u1827
52053 1829: u1828
52054 1830: u1829
52055 1831: u1830
52056 1832: u1831
52057 1833: u1832
52058 1834: u1833
52059 1835: u1834
52060 1836: u1835
52061 1837: u1836
52062 1838: u1837
52063 1839: u1838
52064 1840: u1839
52065 1841: u1840
52066 1842: u1841
52067 1843: u1842
52068 1844: u1843
52069 1845: u1844
52070 1846: u1845
52071 1847: u1846
52072 1848: u1847
52073 1849: u1848
52074 1850: u1849
52075 1851: u1850
52076 1852: u1851
52077 1853: u1852
52078 1854: u1853
52079 1855: u1854
52080 1856: u1855
52081 1857: u1856
52082 1858: u1857
52083 1859: u1858
52084 1860: u1859
52085 1861: u1860
52086 1862: u1861
52087 1863: u1862
52088 1864: u1863
52089 1865: u1864
52090 1866: u1865
52091 1867: u1866
52092 1868: u1867
52093 1869: u1868
52094 1870: u1869
52095 1871: u1870
52096 1872: u1871
52097 1873: u1872
52098 1874: u1873
52099 1875: u1874
52100 1876: u1875
52101 1877: u1876
52102 1878: u1877
52103 1879: u1878
52104 1880: u1879
52105 1881: u1880
52106 1882: u1881
52107 1883: u1882
52108 1884: u1883
52109 1885: u1884
52110 1886: u1885
52111 1887: u1886
52112 1888: u1887
52113 1889: u1888
52114 1890: u1889
52115 1891: u1890
52116 1892: u1891
52117 1893: u1892
52118 1894: u1893
52119 1895: u1894
52120 1896: u1895
52121 1897: u1896
52122 1898: u1897
52123 1899: u1898
52124 1900: u1899
52125 1901: u1900
52126 1902: u1901
52127 1903: u1902
52128 1904: u1903
52129 1905: u1904
52130 1906: u1905
52131 1907: u1906
52132 1908: u1907
52133 1909: u1908
52134 1910: u1909
52135 1911: u1910
52136 1912: u1911
52137 1913: u1912
52138 1914: u1913
52139 1915: u1914
52140 1916: u1915
52141 1917: u1916
52142 1918: u1917
52143 1919: u1918
52144 1920: u1919
52145 1921: u1920
52146 1922: u1921
52147 1923: u1922
52148 1924: u1923
52149 1925: u1924
52150 1926: u1925
52151 1927: u1926
52152 1928: u1927
52153 1929: u1928
52154 1930: u1929
52155 1931: u1930
52156 1932: u1931
52157 1933: u1932
52158 1934: u1933
52159 1935: u1934
52160 1936: u1935
52161 1937: u1936
52162 1938: u1937
52163 1939: u1938
52164 1940: u1939
52165 1941: u1940
52166 1942: u1941
52167 1943: u1942
52168 1944: u1943
52169 1945: u1944
52170 1946: u1945
52171 1947: u1946
52172 1948: u1947
52173 1949: u1948
52174 1950: u1949
52175 1951: u1950
52176 1952: u1951
52177 1953: u1952
52178 1954: u1953
52179 1955: u1954
52180 1956: u1955
52181 1957: u1956
52182 1958: u1957
52183 1959: u1958
52184 1960: u1959
52185 1961: u1960
52186 1962: u1961
52187 1963: u1962
52188 1964: u1963
52189 1965: u1964
52190 1966: u1965
52191 1967: u1966
52192 1968: u1967
52193 1969: u1968
52194 1970: u1969
52195 1971: u1970
52196 1972: u1971
52197 1973: u1972
52198 1974: u1973
52199 1975: u1974
52200 1976: u1975
52201 1977: u1976
52202 1978: u1977
52203 1979: u1978
52204 1980: u1979
52205 1981: u1980
52206 1982: u1981
52207 1983: u1982
52208 1984: u1983
52209 1985: u1984
52210 1986: u1985
52211 1987: u1986
52212 1988: u1987
52213 1989: u1988
52214 1990: u1989
52215 1991: u1990
52216 1992: u1991
52217 1993: u1992
52218 1994: u1993
52219 1995: u1994
52220 1996: u1995
52221 1997: u1996
52222 1998: u1997
52223 1999: u1998
52224 2000: u1999
52225 enum_values:
52226 -128: ok
52227 127: failure
52228 - name: outputSwitch
52229 oid: 1.3.6.1.4.1.19947.1.3.2.1.9
52230 type: gauge
52231 help: 'Read: An enumerated value which shows the current state of the output channel
52232 - 1.3.6.1.4.1.19947.1.3.2.1.9'
52233 indexes:
52234 - labelname: outputIndex
52235 type: gauge
52236 enum_values:
52237 1: u0
52238 2: u1
52239 3: u2
52240 4: u3
52241 5: u4
52242 6: u5
52243 7: u6
52244 8: u7
52245 9: u8
52246 10: u9
52247 11: u10
52248 12: u11
52249 13: u12
52250 14: u13
52251 15: u14
52252 16: u15
52253 17: u16
52254 18: u17
52255 19: u18
52256 20: u19
52257 21: u20
52258 22: u21
52259 23: u22
52260 24: u23
52261 25: u24
52262 26: u25
52263 27: u26
52264 28: u27
52265 29: u28
52266 30: u29
52267 31: u30
52268 32: u31
52269 33: u32
52270 34: u33
52271 35: u34
52272 36: u35
52273 37: u36
52274 38: u37
52275 39: u38
52276 40: u39
52277 41: u40
52278 42: u41
52279 43: u42
52280 44: u43
52281 45: u44
52282 46: u45
52283 47: u46
52284 48: u47
52285 49: u48
52286 50: u49
52287 51: u50
52288 52: u51
52289 53: u52
52290 54: u53
52291 55: u54
52292 56: u55
52293 57: u56
52294 58: u57
52295 59: u58
52296 60: u59
52297 61: u60
52298 62: u61
52299 63: u62
52300 64: u63
52301 65: u64
52302 66: u65
52303 67: u66
52304 68: u67
52305 69: u68
52306 70: u69
52307 71: u70
52308 72: u71
52309 73: u72
52310 74: u73
52311 75: u74
52312 76: u75
52313 77: u76
52314 78: u77
52315 79: u78
52316 80: u79
52317 81: u80
52318 82: u81
52319 83: u82
52320 84: u83
52321 85: u84
52322 86: u85
52323 87: u86
52324 88: u87
52325 89: u88
52326 90: u89
52327 91: u90
52328 92: u91
52329 93: u92
52330 94: u93
52331 95: u94
52332 96: u95
52333 97: u96
52334 98: u97
52335 99: u98
52336 100: u99
52337 101: u100
52338 102: u101
52339 103: u102
52340 104: u103
52341 105: u104
52342 106: u105
52343 107: u106
52344 108: u107
52345 109: u108
52346 110: u109
52347 111: u110
52348 112: u111
52349 113: u112
52350 114: u113
52351 115: u114
52352 116: u115
52353 117: u116
52354 118: u117
52355 119: u118
52356 120: u119
52357 121: u120
52358 122: u121
52359 123: u122
52360 124: u123
52361 125: u124
52362 126: u125
52363 127: u126
52364 128: u127
52365 129: u128
52366 130: u129
52367 131: u130
52368 132: u131
52369 133: u132
52370 134: u133
52371 135: u134
52372 136: u135
52373 137: u136
52374 138: u137
52375 139: u138
52376 140: u139
52377 141: u140
52378 142: u141
52379 143: u142
52380 144: u143
52381 145: u144
52382 146: u145
52383 147: u146
52384 148: u147
52385 149: u148
52386 150: u149
52387 151: u150
52388 152: u151
52389 153: u152
52390 154: u153
52391 155: u154
52392 156: u155
52393 157: u156
52394 158: u157
52395 159: u158
52396 160: u159
52397 161: u160
52398 162: u161
52399 163: u162
52400 164: u163
52401 165: u164
52402 166: u165
52403 167: u166
52404 168: u167
52405 169: u168
52406 170: u169
52407 171: u170
52408 172: u171
52409 173: u172
52410 174: u173
52411 175: u174
52412 176: u175
52413 177: u176
52414 178: u177
52415 179: u178
52416 180: u179
52417 181: u180
52418 182: u181
52419 183: u182
52420 184: u183
52421 185: u184
52422 186: u185
52423 187: u186
52424 188: u187
52425 189: u188
52426 190: u189
52427 191: u190
52428 192: u191
52429 193: u192
52430 194: u193
52431 195: u194
52432 196: u195
52433 197: u196
52434 198: u197
52435 199: u198
52436 200: u199
52437 201: u200
52438 202: u201
52439 203: u202
52440 204: u203
52441 205: u204
52442 206: u205
52443 207: u206
52444 208: u207
52445 209: u208
52446 210: u209
52447 211: u210
52448 212: u211
52449 213: u212
52450 214: u213
52451 215: u214
52452 216: u215
52453 217: u216
52454 218: u217
52455 219: u218
52456 220: u219
52457 221: u220
52458 222: u221
52459 223: u222
52460 224: u223
52461 225: u224
52462 226: u225
52463 227: u226
52464 228: u227
52465 229: u228
52466 230: u229
52467 231: u230
52468 232: u231
52469 233: u232
52470 234: u233
52471 235: u234
52472 236: u235
52473 237: u236
52474 238: u237
52475 239: u238
52476 240: u239
52477 241: u240
52478 242: u241
52479 243: u242
52480 244: u243
52481 245: u244
52482 246: u245
52483 247: u246
52484 248: u247
52485 249: u248
52486 250: u249
52487 251: u250
52488 252: u251
52489 253: u252
52490 254: u253
52491 255: u254
52492 256: u255
52493 257: u256
52494 258: u257
52495 259: u258
52496 260: u259
52497 261: u260
52498 262: u261
52499 263: u262
52500 264: u263
52501 265: u264
52502 266: u265
52503 267: u266
52504 268: u267
52505 269: u268
52506 270: u269
52507 271: u270
52508 272: u271
52509 273: u272
52510 274: u273
52511 275: u274
52512 276: u275
52513 277: u276
52514 278: u277
52515 279: u278
52516 280: u279
52517 281: u280
52518 282: u281
52519 283: u282
52520 284: u283
52521 285: u284
52522 286: u285
52523 287: u286
52524 288: u287
52525 289: u288
52526 290: u289
52527 291: u290
52528 292: u291
52529 293: u292
52530 294: u293
52531 295: u294
52532 296: u295
52533 297: u296
52534 298: u297
52535 299: u298
52536 300: u299
52537 301: u300
52538 302: u301
52539 303: u302
52540 304: u303
52541 305: u304
52542 306: u305
52543 307: u306
52544 308: u307
52545 309: u308
52546 310: u309
52547 311: u310
52548 312: u311
52549 313: u312
52550 314: u313
52551 315: u314
52552 316: u315
52553 317: u316
52554 318: u317
52555 319: u318
52556 320: u319
52557 321: u320
52558 322: u321
52559 323: u322
52560 324: u323
52561 325: u324
52562 326: u325
52563 327: u326
52564 328: u327
52565 329: u328
52566 330: u329
52567 331: u330
52568 332: u331
52569 333: u332
52570 334: u333
52571 335: u334
52572 336: u335
52573 337: u336
52574 338: u337
52575 339: u338
52576 340: u339
52577 341: u340
52578 342: u341
52579 343: u342
52580 344: u343
52581 345: u344
52582 346: u345
52583 347: u346
52584 348: u347
52585 349: u348
52586 350: u349
52587 351: u350
52588 352: u351
52589 353: u352
52590 354: u353
52591 355: u354
52592 356: u355
52593 357: u356
52594 358: u357
52595 359: u358
52596 360: u359
52597 361: u360
52598 362: u361
52599 363: u362
52600 364: u363
52601 365: u364
52602 366: u365
52603 367: u366
52604 368: u367
52605 369: u368
52606 370: u369
52607 371: u370
52608 372: u371
52609 373: u372
52610 374: u373
52611 375: u374
52612 376: u375
52613 377: u376
52614 378: u377
52615 379: u378
52616 380: u379
52617 381: u380
52618 382: u381
52619 383: u382
52620 384: u383
52621 385: u384
52622 386: u385
52623 387: u386
52624 388: u387
52625 389: u388
52626 390: u389
52627 391: u390
52628 392: u391
52629 393: u392
52630 394: u393
52631 395: u394
52632 396: u395
52633 397: u396
52634 398: u397
52635 399: u398
52636 400: u399
52637 401: u400
52638 402: u401
52639 403: u402
52640 404: u403
52641 405: u404
52642 406: u405
52643 407: u406
52644 408: u407
52645 409: u408
52646 410: u409
52647 411: u410
52648 412: u411
52649 413: u412
52650 414: u413
52651 415: u414
52652 416: u415
52653 417: u416
52654 418: u417
52655 419: u418
52656 420: u419
52657 421: u420
52658 422: u421
52659 423: u422
52660 424: u423
52661 425: u424
52662 426: u425
52663 427: u426
52664 428: u427
52665 429: u428
52666 430: u429
52667 431: u430
52668 432: u431
52669 433: u432
52670 434: u433
52671 435: u434
52672 436: u435
52673 437: u436
52674 438: u437
52675 439: u438
52676 440: u439
52677 441: u440
52678 442: u441
52679 443: u442
52680 444: u443
52681 445: u444
52682 446: u445
52683 447: u446
52684 448: u447
52685 449: u448
52686 450: u449
52687 451: u450
52688 452: u451
52689 453: u452
52690 454: u453
52691 455: u454
52692 456: u455
52693 457: u456
52694 458: u457
52695 459: u458
52696 460: u459
52697 461: u460
52698 462: u461
52699 463: u462
52700 464: u463
52701 465: u464
52702 466: u465
52703 467: u466
52704 468: u467
52705 469: u468
52706 470: u469
52707 471: u470
52708 472: u471
52709 473: u472
52710 474: u473
52711 475: u474
52712 476: u475
52713 477: u476
52714 478: u477
52715 479: u478
52716 480: u479
52717 481: u480
52718 482: u481
52719 483: u482
52720 484: u483
52721 485: u484
52722 486: u485
52723 487: u486
52724 488: u487
52725 489: u488
52726 490: u489
52727 491: u490
52728 492: u491
52729 493: u492
52730 494: u493
52731 495: u494
52732 496: u495
52733 497: u496
52734 498: u497
52735 499: u498
52736 500: u499
52737 501: u500
52738 502: u501
52739 503: u502
52740 504: u503
52741 505: u504
52742 506: u505
52743 507: u506
52744 508: u507
52745 509: u508
52746 510: u509
52747 511: u510
52748 512: u511
52749 513: u512
52750 514: u513
52751 515: u514
52752 516: u515
52753 517: u516
52754 518: u517
52755 519: u518
52756 520: u519
52757 521: u520
52758 522: u521
52759 523: u522
52760 524: u523
52761 525: u524
52762 526: u525
52763 527: u526
52764 528: u527
52765 529: u528
52766 530: u529
52767 531: u530
52768 532: u531
52769 533: u532
52770 534: u533
52771 535: u534
52772 536: u535
52773 537: u536
52774 538: u537
52775 539: u538
52776 540: u539
52777 541: u540
52778 542: u541
52779 543: u542
52780 544: u543
52781 545: u544
52782 546: u545
52783 547: u546
52784 548: u547
52785 549: u548
52786 550: u549
52787 551: u550
52788 552: u551
52789 553: u552
52790 554: u553
52791 555: u554
52792 556: u555
52793 557: u556
52794 558: u557
52795 559: u558
52796 560: u559
52797 561: u560
52798 562: u561
52799 563: u562
52800 564: u563
52801 565: u564
52802 566: u565
52803 567: u566
52804 568: u567
52805 569: u568
52806 570: u569
52807 571: u570
52808 572: u571
52809 573: u572
52810 574: u573
52811 575: u574
52812 576: u575
52813 577: u576
52814 578: u577
52815 579: u578
52816 580: u579
52817 581: u580
52818 582: u581
52819 583: u582
52820 584: u583
52821 585: u584
52822 586: u585
52823 587: u586
52824 588: u587
52825 589: u588
52826 590: u589
52827 591: u590
52828 592: u591
52829 593: u592
52830 594: u593
52831 595: u594
52832 596: u595
52833 597: u596
52834 598: u597
52835 599: u598
52836 600: u599
52837 601: u600
52838 602: u601
52839 603: u602
52840 604: u603
52841 605: u604
52842 606: u605
52843 607: u606
52844 608: u607
52845 609: u608
52846 610: u609
52847 611: u610
52848 612: u611
52849 613: u612
52850 614: u613
52851 615: u614
52852 616: u615
52853 617: u616
52854 618: u617
52855 619: u618
52856 620: u619
52857 621: u620
52858 622: u621
52859 623: u622
52860 624: u623
52861 625: u624
52862 626: u625
52863 627: u626
52864 628: u627
52865 629: u628
52866 630: u629
52867 631: u630
52868 632: u631
52869 633: u632
52870 634: u633
52871 635: u634
52872 636: u635
52873 637: u636
52874 638: u637
52875 639: u638
52876 640: u639
52877 641: u640
52878 642: u641
52879 643: u642
52880 644: u643
52881 645: u644
52882 646: u645
52883 647: u646
52884 648: u647
52885 649: u648
52886 650: u649
52887 651: u650
52888 652: u651
52889 653: u652
52890 654: u653
52891 655: u654
52892 656: u655
52893 657: u656
52894 658: u657
52895 659: u658
52896 660: u659
52897 661: u660
52898 662: u661
52899 663: u662
52900 664: u663
52901 665: u664
52902 666: u665
52903 667: u666
52904 668: u667
52905 669: u668
52906 670: u669
52907 671: u670
52908 672: u671
52909 673: u672
52910 674: u673
52911 675: u674
52912 676: u675
52913 677: u676
52914 678: u677
52915 679: u678
52916 680: u679
52917 681: u680
52918 682: u681
52919 683: u682
52920 684: u683
52921 685: u684
52922 686: u685
52923 687: u686
52924 688: u687
52925 689: u688
52926 690: u689
52927 691: u690
52928 692: u691
52929 693: u692
52930 694: u693
52931 695: u694
52932 696: u695
52933 697: u696
52934 698: u697
52935 699: u698
52936 700: u699
52937 701: u700
52938 702: u701
52939 703: u702
52940 704: u703
52941 705: u704
52942 706: u705
52943 707: u706
52944 708: u707
52945 709: u708
52946 710: u709
52947 711: u710
52948 712: u711
52949 713: u712
52950 714: u713
52951 715: u714
52952 716: u715
52953 717: u716
52954 718: u717
52955 719: u718
52956 720: u719
52957 721: u720
52958 722: u721
52959 723: u722
52960 724: u723
52961 725: u724
52962 726: u725
52963 727: u726
52964 728: u727
52965 729: u728
52966 730: u729
52967 731: u730
52968 732: u731
52969 733: u732
52970 734: u733
52971 735: u734
52972 736: u735
52973 737: u736
52974 738: u737
52975 739: u738
52976 740: u739
52977 741: u740
52978 742: u741
52979 743: u742
52980 744: u743
52981 745: u744
52982 746: u745
52983 747: u746
52984 748: u747
52985 749: u748
52986 750: u749
52987 751: u750
52988 752: u751
52989 753: u752
52990 754: u753
52991 755: u754
52992 756: u755
52993 757: u756
52994 758: u757
52995 759: u758
52996 760: u759
52997 761: u760
52998 762: u761
52999 763: u762
53000 764: u763
53001 765: u764
53002 766: u765
53003 767: u766
53004 768: u767
53005 769: u768
53006 770: u769
53007 771: u770
53008 772: u771
53009 773: u772
53010 774: u773
53011 775: u774
53012 776: u775
53013 777: u776
53014 778: u777
53015 779: u778
53016 780: u779
53017 781: u780
53018 782: u781
53019 783: u782
53020 784: u783
53021 785: u784
53022 786: u785
53023 787: u786
53024 788: u787
53025 789: u788
53026 790: u789
53027 791: u790
53028 792: u791
53029 793: u792
53030 794: u793
53031 795: u794
53032 796: u795
53033 797: u796
53034 798: u797
53035 799: u798
53036 800: u799
53037 801: u800
53038 802: u801
53039 803: u802
53040 804: u803
53041 805: u804
53042 806: u805
53043 807: u806
53044 808: u807
53045 809: u808
53046 810: u809
53047 811: u810
53048 812: u811
53049 813: u812
53050 814: u813
53051 815: u814
53052 816: u815
53053 817: u816
53054 818: u817
53055 819: u818
53056 820: u819
53057 821: u820
53058 822: u821
53059 823: u822
53060 824: u823
53061 825: u824
53062 826: u825
53063 827: u826
53064 828: u827
53065 829: u828
53066 830: u829
53067 831: u830
53068 832: u831
53069 833: u832
53070 834: u833
53071 835: u834
53072 836: u835
53073 837: u836
53074 838: u837
53075 839: u838
53076 840: u839
53077 841: u840
53078 842: u841
53079 843: u842
53080 844: u843
53081 845: u844
53082 846: u845
53083 847: u846
53084 848: u847
53085 849: u848
53086 850: u849
53087 851: u850
53088 852: u851
53089 853: u852
53090 854: u853
53091 855: u854
53092 856: u855
53093 857: u856
53094 858: u857
53095 859: u858
53096 860: u859
53097 861: u860
53098 862: u861
53099 863: u862
53100 864: u863
53101 865: u864
53102 866: u865
53103 867: u866
53104 868: u867
53105 869: u868
53106 870: u869
53107 871: u870
53108 872: u871
53109 873: u872
53110 874: u873
53111 875: u874
53112 876: u875
53113 877: u876
53114 878: u877
53115 879: u878
53116 880: u879
53117 881: u880
53118 882: u881
53119 883: u882
53120 884: u883
53121 885: u884
53122 886: u885
53123 887: u886
53124 888: u887
53125 889: u888
53126 890: u889
53127 891: u890
53128 892: u891
53129 893: u892
53130 894: u893
53131 895: u894
53132 896: u895
53133 897: u896
53134 898: u897
53135 899: u898
53136 900: u899
53137 901: u900
53138 902: u901
53139 903: u902
53140 904: u903
53141 905: u904
53142 906: u905
53143 907: u906
53144 908: u907
53145 909: u908
53146 910: u909
53147 911: u910
53148 912: u911
53149 913: u912
53150 914: u913
53151 915: u914
53152 916: u915
53153 917: u916
53154 918: u917
53155 919: u918
53156 920: u919
53157 921: u920
53158 922: u921
53159 923: u922
53160 924: u923
53161 925: u924
53162 926: u925
53163 927: u926
53164 928: u927
53165 929: u928
53166 930: u929
53167 931: u930
53168 932: u931
53169 933: u932
53170 934: u933
53171 935: u934
53172 936: u935
53173 937: u936
53174 938: u937
53175 939: u938
53176 940: u939
53177 941: u940
53178 942: u941
53179 943: u942
53180 944: u943
53181 945: u944
53182 946: u945
53183 947: u946
53184 948: u947
53185 949: u948
53186 950: u949
53187 951: u950
53188 952: u951
53189 953: u952
53190 954: u953
53191 955: u954
53192 956: u955
53193 957: u956
53194 958: u957
53195 959: u958
53196 960: u959
53197 961: u960
53198 962: u961
53199 963: u962
53200 964: u963
53201 965: u964
53202 966: u965
53203 967: u966
53204 968: u967
53205 969: u968
53206 970: u969
53207 971: u970
53208 972: u971
53209 973: u972
53210 974: u973
53211 975: u974
53212 976: u975
53213 977: u976
53214 978: u977
53215 979: u978
53216 980: u979
53217 981: u980
53218 982: u981
53219 983: u982
53220 984: u983
53221 985: u984
53222 986: u985
53223 987: u986
53224 988: u987
53225 989: u988
53226 990: u989
53227 991: u990
53228 992: u991
53229 993: u992
53230 994: u993
53231 995: u994
53232 996: u995
53233 997: u996
53234 998: u997
53235 999: u998
53236 1000: u999
53237 1001: u1000
53238 1002: u1001
53239 1003: u1002
53240 1004: u1003
53241 1005: u1004
53242 1006: u1005
53243 1007: u1006
53244 1008: u1007
53245 1009: u1008
53246 1010: u1009
53247 1011: u1010
53248 1012: u1011
53249 1013: u1012
53250 1014: u1013
53251 1015: u1014
53252 1016: u1015
53253 1017: u1016
53254 1018: u1017
53255 1019: u1018
53256 1020: u1019
53257 1021: u1020
53258 1022: u1021
53259 1023: u1022
53260 1024: u1023
53261 1025: u1024
53262 1026: u1025
53263 1027: u1026
53264 1028: u1027
53265 1029: u1028
53266 1030: u1029
53267 1031: u1030
53268 1032: u1031
53269 1033: u1032
53270 1034: u1033
53271 1035: u1034
53272 1036: u1035
53273 1037: u1036
53274 1038: u1037
53275 1039: u1038
53276 1040: u1039
53277 1041: u1040
53278 1042: u1041
53279 1043: u1042
53280 1044: u1043
53281 1045: u1044
53282 1046: u1045
53283 1047: u1046
53284 1048: u1047
53285 1049: u1048
53286 1050: u1049
53287 1051: u1050
53288 1052: u1051
53289 1053: u1052
53290 1054: u1053
53291 1055: u1054
53292 1056: u1055
53293 1057: u1056
53294 1058: u1057
53295 1059: u1058
53296 1060: u1059
53297 1061: u1060
53298 1062: u1061
53299 1063: u1062
53300 1064: u1063
53301 1065: u1064
53302 1066: u1065
53303 1067: u1066
53304 1068: u1067
53305 1069: u1068
53306 1070: u1069
53307 1071: u1070
53308 1072: u1071
53309 1073: u1072
53310 1074: u1073
53311 1075: u1074
53312 1076: u1075
53313 1077: u1076
53314 1078: u1077
53315 1079: u1078
53316 1080: u1079
53317 1081: u1080
53318 1082: u1081
53319 1083: u1082
53320 1084: u1083
53321 1085: u1084
53322 1086: u1085
53323 1087: u1086
53324 1088: u1087
53325 1089: u1088
53326 1090: u1089
53327 1091: u1090
53328 1092: u1091
53329 1093: u1092
53330 1094: u1093
53331 1095: u1094
53332 1096: u1095
53333 1097: u1096
53334 1098: u1097
53335 1099: u1098
53336 1100: u1099
53337 1101: u1100
53338 1102: u1101
53339 1103: u1102
53340 1104: u1103
53341 1105: u1104
53342 1106: u1105
53343 1107: u1106
53344 1108: u1107
53345 1109: u1108
53346 1110: u1109
53347 1111: u1110
53348 1112: u1111
53349 1113: u1112
53350 1114: u1113
53351 1115: u1114
53352 1116: u1115
53353 1117: u1116
53354 1118: u1117
53355 1119: u1118
53356 1120: u1119
53357 1121: u1120
53358 1122: u1121
53359 1123: u1122
53360 1124: u1123
53361 1125: u1124
53362 1126: u1125
53363 1127: u1126
53364 1128: u1127
53365 1129: u1128
53366 1130: u1129
53367 1131: u1130
53368 1132: u1131
53369 1133: u1132
53370 1134: u1133
53371 1135: u1134
53372 1136: u1135
53373 1137: u1136
53374 1138: u1137
53375 1139: u1138
53376 1140: u1139
53377 1141: u1140
53378 1142: u1141
53379 1143: u1142
53380 1144: u1143
53381 1145: u1144
53382 1146: u1145
53383 1147: u1146
53384 1148: u1147
53385 1149: u1148
53386 1150: u1149
53387 1151: u1150
53388 1152: u1151
53389 1153: u1152
53390 1154: u1153
53391 1155: u1154
53392 1156: u1155
53393 1157: u1156
53394 1158: u1157
53395 1159: u1158
53396 1160: u1159
53397 1161: u1160
53398 1162: u1161
53399 1163: u1162
53400 1164: u1163
53401 1165: u1164
53402 1166: u1165
53403 1167: u1166
53404 1168: u1167
53405 1169: u1168
53406 1170: u1169
53407 1171: u1170
53408 1172: u1171
53409 1173: u1172
53410 1174: u1173
53411 1175: u1174
53412 1176: u1175
53413 1177: u1176
53414 1178: u1177
53415 1179: u1178
53416 1180: u1179
53417 1181: u1180
53418 1182: u1181
53419 1183: u1182
53420 1184: u1183
53421 1185: u1184
53422 1186: u1185
53423 1187: u1186
53424 1188: u1187
53425 1189: u1188
53426 1190: u1189
53427 1191: u1190
53428 1192: u1191
53429 1193: u1192
53430 1194: u1193
53431 1195: u1194
53432 1196: u1195
53433 1197: u1196
53434 1198: u1197
53435 1199: u1198
53436 1200: u1199
53437 1201: u1200
53438 1202: u1201
53439 1203: u1202
53440 1204: u1203
53441 1205: u1204
53442 1206: u1205
53443 1207: u1206
53444 1208: u1207
53445 1209: u1208
53446 1210: u1209
53447 1211: u1210
53448 1212: u1211
53449 1213: u1212
53450 1214: u1213
53451 1215: u1214
53452 1216: u1215
53453 1217: u1216
53454 1218: u1217
53455 1219: u1218
53456 1220: u1219
53457 1221: u1220
53458 1222: u1221
53459 1223: u1222
53460 1224: u1223
53461 1225: u1224
53462 1226: u1225
53463 1227: u1226
53464 1228: u1227
53465 1229: u1228
53466 1230: u1229
53467 1231: u1230
53468 1232: u1231
53469 1233: u1232
53470 1234: u1233
53471 1235: u1234
53472 1236: u1235
53473 1237: u1236
53474 1238: u1237
53475 1239: u1238
53476 1240: u1239
53477 1241: u1240
53478 1242: u1241
53479 1243: u1242
53480 1244: u1243
53481 1245: u1244
53482 1246: u1245
53483 1247: u1246
53484 1248: u1247
53485 1249: u1248
53486 1250: u1249
53487 1251: u1250
53488 1252: u1251
53489 1253: u1252
53490 1254: u1253
53491 1255: u1254
53492 1256: u1255
53493 1257: u1256
53494 1258: u1257
53495 1259: u1258
53496 1260: u1259
53497 1261: u1260
53498 1262: u1261
53499 1263: u1262
53500 1264: u1263
53501 1265: u1264
53502 1266: u1265
53503 1267: u1266
53504 1268: u1267
53505 1269: u1268
53506 1270: u1269
53507 1271: u1270
53508 1272: u1271
53509 1273: u1272
53510 1274: u1273
53511 1275: u1274
53512 1276: u1275
53513 1277: u1276
53514 1278: u1277
53515 1279: u1278
53516 1280: u1279
53517 1281: u1280
53518 1282: u1281
53519 1283: u1282
53520 1284: u1283
53521 1285: u1284
53522 1286: u1285
53523 1287: u1286
53524 1288: u1287
53525 1289: u1288
53526 1290: u1289
53527 1291: u1290
53528 1292: u1291
53529 1293: u1292
53530 1294: u1293
53531 1295: u1294
53532 1296: u1295
53533 1297: u1296
53534 1298: u1297
53535 1299: u1298
53536 1300: u1299
53537 1301: u1300
53538 1302: u1301
53539 1303: u1302
53540 1304: u1303
53541 1305: u1304
53542 1306: u1305
53543 1307: u1306
53544 1308: u1307
53545 1309: u1308
53546 1310: u1309
53547 1311: u1310
53548 1312: u1311
53549 1313: u1312
53550 1314: u1313
53551 1315: u1314
53552 1316: u1315
53553 1317: u1316
53554 1318: u1317
53555 1319: u1318
53556 1320: u1319
53557 1321: u1320
53558 1322: u1321
53559 1323: u1322
53560 1324: u1323
53561 1325: u1324
53562 1326: u1325
53563 1327: u1326
53564 1328: u1327
53565 1329: u1328
53566 1330: u1329
53567 1331: u1330
53568 1332: u1331
53569 1333: u1332
53570 1334: u1333
53571 1335: u1334
53572 1336: u1335
53573 1337: u1336
53574 1338: u1337
53575 1339: u1338
53576 1340: u1339
53577 1341: u1340
53578 1342: u1341
53579 1343: u1342
53580 1344: u1343
53581 1345: u1344
53582 1346: u1345
53583 1347: u1346
53584 1348: u1347
53585 1349: u1348
53586 1350: u1349
53587 1351: u1350
53588 1352: u1351
53589 1353: u1352
53590 1354: u1353
53591 1355: u1354
53592 1356: u1355
53593 1357: u1356
53594 1358: u1357
53595 1359: u1358
53596 1360: u1359
53597 1361: u1360
53598 1362: u1361
53599 1363: u1362
53600 1364: u1363
53601 1365: u1364
53602 1366: u1365
53603 1367: u1366
53604 1368: u1367
53605 1369: u1368
53606 1370: u1369
53607 1371: u1370
53608 1372: u1371
53609 1373: u1372
53610 1374: u1373
53611 1375: u1374
53612 1376: u1375
53613 1377: u1376
53614 1378: u1377
53615 1379: u1378
53616 1380: u1379
53617 1381: u1380
53618 1382: u1381
53619 1383: u1382
53620 1384: u1383
53621 1385: u1384
53622 1386: u1385
53623 1387: u1386
53624 1388: u1387
53625 1389: u1388
53626 1390: u1389
53627 1391: u1390
53628 1392: u1391
53629 1393: u1392
53630 1394: u1393
53631 1395: u1394
53632 1396: u1395
53633 1397: u1396
53634 1398: u1397
53635 1399: u1398
53636 1400: u1399
53637 1401: u1400
53638 1402: u1401
53639 1403: u1402
53640 1404: u1403
53641 1405: u1404
53642 1406: u1405
53643 1407: u1406
53644 1408: u1407
53645 1409: u1408
53646 1410: u1409
53647 1411: u1410
53648 1412: u1411
53649 1413: u1412
53650 1414: u1413
53651 1415: u1414
53652 1416: u1415
53653 1417: u1416
53654 1418: u1417
53655 1419: u1418
53656 1420: u1419
53657 1421: u1420
53658 1422: u1421
53659 1423: u1422
53660 1424: u1423
53661 1425: u1424
53662 1426: u1425
53663 1427: u1426
53664 1428: u1427
53665 1429: u1428
53666 1430: u1429
53667 1431: u1430
53668 1432: u1431
53669 1433: u1432
53670 1434: u1433
53671 1435: u1434
53672 1436: u1435
53673 1437: u1436
53674 1438: u1437
53675 1439: u1438
53676 1440: u1439
53677 1441: u1440
53678 1442: u1441
53679 1443: u1442
53680 1444: u1443
53681 1445: u1444
53682 1446: u1445
53683 1447: u1446
53684 1448: u1447
53685 1449: u1448
53686 1450: u1449
53687 1451: u1450
53688 1452: u1451
53689 1453: u1452
53690 1454: u1453
53691 1455: u1454
53692 1456: u1455
53693 1457: u1456
53694 1458: u1457
53695 1459: u1458
53696 1460: u1459
53697 1461: u1460
53698 1462: u1461
53699 1463: u1462
53700 1464: u1463
53701 1465: u1464
53702 1466: u1465
53703 1467: u1466
53704 1468: u1467
53705 1469: u1468
53706 1470: u1469
53707 1471: u1470
53708 1472: u1471
53709 1473: u1472
53710 1474: u1473
53711 1475: u1474
53712 1476: u1475
53713 1477: u1476
53714 1478: u1477
53715 1479: u1478
53716 1480: u1479
53717 1481: u1480
53718 1482: u1481
53719 1483: u1482
53720 1484: u1483
53721 1485: u1484
53722 1486: u1485
53723 1487: u1486
53724 1488: u1487
53725 1489: u1488
53726 1490: u1489
53727 1491: u1490
53728 1492: u1491
53729 1493: u1492
53730 1494: u1493
53731 1495: u1494
53732 1496: u1495
53733 1497: u1496
53734 1498: u1497
53735 1499: u1498
53736 1500: u1499
53737 1501: u1500
53738 1502: u1501
53739 1503: u1502
53740 1504: u1503
53741 1505: u1504
53742 1506: u1505
53743 1507: u1506
53744 1508: u1507
53745 1509: u1508
53746 1510: u1509
53747 1511: u1510
53748 1512: u1511
53749 1513: u1512
53750 1514: u1513
53751 1515: u1514
53752 1516: u1515
53753 1517: u1516
53754 1518: u1517
53755 1519: u1518
53756 1520: u1519
53757 1521: u1520
53758 1522: u1521
53759 1523: u1522
53760 1524: u1523
53761 1525: u1524
53762 1526: u1525
53763 1527: u1526
53764 1528: u1527
53765 1529: u1528
53766 1530: u1529
53767 1531: u1530
53768 1532: u1531
53769 1533: u1532
53770 1534: u1533
53771 1535: u1534
53772 1536: u1535
53773 1537: u1536
53774 1538: u1537
53775 1539: u1538
53776 1540: u1539
53777 1541: u1540
53778 1542: u1541
53779 1543: u1542
53780 1544: u1543
53781 1545: u1544
53782 1546: u1545
53783 1547: u1546
53784 1548: u1547
53785 1549: u1548
53786 1550: u1549
53787 1551: u1550
53788 1552: u1551
53789 1553: u1552
53790 1554: u1553
53791 1555: u1554
53792 1556: u1555
53793 1557: u1556
53794 1558: u1557
53795 1559: u1558
53796 1560: u1559
53797 1561: u1560
53798 1562: u1561
53799 1563: u1562
53800 1564: u1563
53801 1565: u1564
53802 1566: u1565
53803 1567: u1566
53804 1568: u1567
53805 1569: u1568
53806 1570: u1569
53807 1571: u1570
53808 1572: u1571
53809 1573: u1572
53810 1574: u1573
53811 1575: u1574
53812 1576: u1575
53813 1577: u1576
53814 1578: u1577
53815 1579: u1578
53816 1580: u1579
53817 1581: u1580
53818 1582: u1581
53819 1583: u1582
53820 1584: u1583
53821 1585: u1584
53822 1586: u1585
53823 1587: u1586
53824 1588: u1587
53825 1589: u1588
53826 1590: u1589
53827 1591: u1590
53828 1592: u1591
53829 1593: u1592
53830 1594: u1593
53831 1595: u1594
53832 1596: u1595
53833 1597: u1596
53834 1598: u1597
53835 1599: u1598
53836 1600: u1599
53837 1601: u1600
53838 1602: u1601
53839 1603: u1602
53840 1604: u1603
53841 1605: u1604
53842 1606: u1605
53843 1607: u1606
53844 1608: u1607
53845 1609: u1608
53846 1610: u1609
53847 1611: u1610
53848 1612: u1611
53849 1613: u1612
53850 1614: u1613
53851 1615: u1614
53852 1616: u1615
53853 1617: u1616
53854 1618: u1617
53855 1619: u1618
53856 1620: u1619
53857 1621: u1620
53858 1622: u1621
53859 1623: u1622
53860 1624: u1623
53861 1625: u1624
53862 1626: u1625
53863 1627: u1626
53864 1628: u1627
53865 1629: u1628
53866 1630: u1629
53867 1631: u1630
53868 1632: u1631
53869 1633: u1632
53870 1634: u1633
53871 1635: u1634
53872 1636: u1635
53873 1637: u1636
53874 1638: u1637
53875 1639: u1638
53876 1640: u1639
53877 1641: u1640
53878 1642: u1641
53879 1643: u1642
53880 1644: u1643
53881 1645: u1644
53882 1646: u1645
53883 1647: u1646
53884 1648: u1647
53885 1649: u1648
53886 1650: u1649
53887 1651: u1650
53888 1652: u1651
53889 1653: u1652
53890 1654: u1653
53891 1655: u1654
53892 1656: u1655
53893 1657: u1656
53894 1658: u1657
53895 1659: u1658
53896 1660: u1659
53897 1661: u1660
53898 1662: u1661
53899 1663: u1662
53900 1664: u1663
53901 1665: u1664
53902 1666: u1665
53903 1667: u1666
53904 1668: u1667
53905 1669: u1668
53906 1670: u1669
53907 1671: u1670
53908 1672: u1671
53909 1673: u1672
53910 1674: u1673
53911 1675: u1674
53912 1676: u1675
53913 1677: u1676
53914 1678: u1677
53915 1679: u1678
53916 1680: u1679
53917 1681: u1680
53918 1682: u1681
53919 1683: u1682
53920 1684: u1683
53921 1685: u1684
53922 1686: u1685
53923 1687: u1686
53924 1688: u1687
53925 1689: u1688
53926 1690: u1689
53927 1691: u1690
53928 1692: u1691
53929 1693: u1692
53930 1694: u1693
53931 1695: u1694
53932 1696: u1695
53933 1697: u1696
53934 1698: u1697
53935 1699: u1698
53936 1700: u1699
53937 1701: u1700
53938 1702: u1701
53939 1703: u1702
53940 1704: u1703
53941 1705: u1704
53942 1706: u1705
53943 1707: u1706
53944 1708: u1707
53945 1709: u1708
53946 1710: u1709
53947 1711: u1710
53948 1712: u1711
53949 1713: u1712
53950 1714: u1713
53951 1715: u1714
53952 1716: u1715
53953 1717: u1716
53954 1718: u1717
53955 1719: u1718
53956 1720: u1719
53957 1721: u1720
53958 1722: u1721
53959 1723: u1722
53960 1724: u1723
53961 1725: u1724
53962 1726: u1725
53963 1727: u1726
53964 1728: u1727
53965 1729: u1728
53966 1730: u1729
53967 1731: u1730
53968 1732: u1731
53969 1733: u1732
53970 1734: u1733
53971 1735: u1734
53972 1736: u1735
53973 1737: u1736
53974 1738: u1737
53975 1739: u1738
53976 1740: u1739
53977 1741: u1740
53978 1742: u1741
53979 1743: u1742
53980 1744: u1743
53981 1745: u1744
53982 1746: u1745
53983 1747: u1746
53984 1748: u1747
53985 1749: u1748
53986 1750: u1749
53987 1751: u1750
53988 1752: u1751
53989 1753: u1752
53990 1754: u1753
53991 1755: u1754
53992 1756: u1755
53993 1757: u1756
53994 1758: u1757
53995 1759: u1758
53996 1760: u1759
53997 1761: u1760
53998 1762: u1761
53999 1763: u1762
54000 1764: u1763
54001 1765: u1764
54002 1766: u1765
54003 1767: u1766
54004 1768: u1767
54005 1769: u1768
54006 1770: u1769
54007 1771: u1770
54008 1772: u1771
54009 1773: u1772
54010 1774: u1773
54011 1775: u1774
54012 1776: u1775
54013 1777: u1776
54014 1778: u1777
54015 1779: u1778
54016 1780: u1779
54017 1781: u1780
54018 1782: u1781
54019 1783: u1782
54020 1784: u1783
54021 1785: u1784
54022 1786: u1785
54023 1787: u1786
54024 1788: u1787
54025 1789: u1788
54026 1790: u1789
54027 1791: u1790
54028 1792: u1791
54029 1793: u1792
54030 1794: u1793
54031 1795: u1794
54032 1796: u1795
54033 1797: u1796
54034 1798: u1797
54035 1799: u1798
54036 1800: u1799
54037 1801: u1800
54038 1802: u1801
54039 1803: u1802
54040 1804: u1803
54041 1805: u1804
54042 1806: u1805
54043 1807: u1806
54044 1808: u1807
54045 1809: u1808
54046 1810: u1809
54047 1811: u1810
54048 1812: u1811
54049 1813: u1812
54050 1814: u1813
54051 1815: u1814
54052 1816: u1815
54053 1817: u1816
54054 1818: u1817
54055 1819: u1818
54056 1820: u1819
54057 1821: u1820
54058 1822: u1821
54059 1823: u1822
54060 1824: u1823
54061 1825: u1824
54062 1826: u1825
54063 1827: u1826
54064 1828: u1827
54065 1829: u1828
54066 1830: u1829
54067 1831: u1830
54068 1832: u1831
54069 1833: u1832
54070 1834: u1833
54071 1835: u1834
54072 1836: u1835
54073 1837: u1836
54074 1838: u1837
54075 1839: u1838
54076 1840: u1839
54077 1841: u1840
54078 1842: u1841
54079 1843: u1842
54080 1844: u1843
54081 1845: u1844
54082 1846: u1845
54083 1847: u1846
54084 1848: u1847
54085 1849: u1848
54086 1850: u1849
54087 1851: u1850
54088 1852: u1851
54089 1853: u1852
54090 1854: u1853
54091 1855: u1854
54092 1856: u1855
54093 1857: u1856
54094 1858: u1857
54095 1859: u1858
54096 1860: u1859
54097 1861: u1860
54098 1862: u1861
54099 1863: u1862
54100 1864: u1863
54101 1865: u1864
54102 1866: u1865
54103 1867: u1866
54104 1868: u1867
54105 1869: u1868
54106 1870: u1869
54107 1871: u1870
54108 1872: u1871
54109 1873: u1872
54110 1874: u1873
54111 1875: u1874
54112 1876: u1875
54113 1877: u1876
54114 1878: u1877
54115 1879: u1878
54116 1880: u1879
54117 1881: u1880
54118 1882: u1881
54119 1883: u1882
54120 1884: u1883
54121 1885: u1884
54122 1886: u1885
54123 1887: u1886
54124 1888: u1887
54125 1889: u1888
54126 1890: u1889
54127 1891: u1890
54128 1892: u1891
54129 1893: u1892
54130 1894: u1893
54131 1895: u1894
54132 1896: u1895
54133 1897: u1896
54134 1898: u1897
54135 1899: u1898
54136 1900: u1899
54137 1901: u1900
54138 1902: u1901
54139 1903: u1902
54140 1904: u1903
54141 1905: u1904
54142 1906: u1905
54143 1907: u1906
54144 1908: u1907
54145 1909: u1908
54146 1910: u1909
54147 1911: u1910
54148 1912: u1911
54149 1913: u1912
54150 1914: u1913
54151 1915: u1914
54152 1916: u1915
54153 1917: u1916
54154 1918: u1917
54155 1919: u1918
54156 1920: u1919
54157 1921: u1920
54158 1922: u1921
54159 1923: u1922
54160 1924: u1923
54161 1925: u1924
54162 1926: u1925
54163 1927: u1926
54164 1928: u1927
54165 1929: u1928
54166 1930: u1929
54167 1931: u1930
54168 1932: u1931
54169 1933: u1932
54170 1934: u1933
54171 1935: u1934
54172 1936: u1935
54173 1937: u1936
54174 1938: u1937
54175 1939: u1938
54176 1940: u1939
54177 1941: u1940
54178 1942: u1941
54179 1943: u1942
54180 1944: u1943
54181 1945: u1944
54182 1946: u1945
54183 1947: u1946
54184 1948: u1947
54185 1949: u1948
54186 1950: u1949
54187 1951: u1950
54188 1952: u1951
54189 1953: u1952
54190 1954: u1953
54191 1955: u1954
54192 1956: u1955
54193 1957: u1956
54194 1958: u1957
54195 1959: u1958
54196 1960: u1959
54197 1961: u1960
54198 1962: u1961
54199 1963: u1962
54200 1964: u1963
54201 1965: u1964
54202 1966: u1965
54203 1967: u1966
54204 1968: u1967
54205 1969: u1968
54206 1970: u1969
54207 1971: u1970
54208 1972: u1971
54209 1973: u1972
54210 1974: u1973
54211 1975: u1974
54212 1976: u1975
54213 1977: u1976
54214 1978: u1977
54215 1979: u1978
54216 1980: u1979
54217 1981: u1980
54218 1982: u1981
54219 1983: u1982
54220 1984: u1983
54221 1985: u1984
54222 1986: u1985
54223 1987: u1986
54224 1988: u1987
54225 1989: u1988
54226 1990: u1989
54227 1991: u1990
54228 1992: u1991
54229 1993: u1992
54230 1994: u1993
54231 1995: u1994
54232 1996: u1995
54233 1997: u1996
54234 1998: u1997
54235 1999: u1998
54236 2000: u1999
54237 enum_values:
54238 0: "off"
54239 1: "on"
54240 2: resetEmergencyOff
54241 3: setEmergencyOff
54242 10: clearEvents
54243 20: setVoltageRippleMeasurementOff
54244 21: setVoltageMeasurementOn
54245 22: setRippleMeasurementOn
54246 23: setVoltageRippleMeasurementOn
54247 - name: moduleStatus
54248 oid: 1.3.6.1.4.1.19947.1.3.6.1.8
54249 type: Bits
54250 help: A bit string which shows the current module status - 1.3.6.1.4.1.19947.1.3.6.1.8
54251 indexes:
54252 - labelname: moduleIndex
54253 type: gauge
54254 enum_values:
54255 1: ma0
54256 2: ma1
54257 3: ma2
54258 4: ma3
54259 5: ma4
54260 6: ma5
54261 7: ma6
54262 8: ma7
54263 9: ma8
54264 10: ma9
54265 enum_values:
54266 0: moduleIsFineAdjustment
54267 2: moduleIsLiveInsertion
54268 3: moduleIsHighVoltageOn
54269 4: moduleNeedService
54270 5: moduleHardwareLimitVoltageIsGood
54271 6: moduleIsInputError
54272 8: moduleIsNoSumError
54273 9: moduleIsNoRamp
54274 10: moduleSafetyLoopIsGood
54275 11: moduleIsEventActive
54276 12: moduleIsGood
54277 13: moduleSupplyIsGood
54278 14: moduleTemperatureIsGood
54279 15: moduleIsKillEnable
54280 - name: moduleEventStatus
54281 oid: 1.3.6.1.4.1.19947.1.3.6.1.9
54282 type: Bits
54283 help: A bit string which shows the current module status - 1.3.6.1.4.1.19947.1.3.6.1.9
54284 indexes:
54285 - labelname: moduleIndex
54286 type: gauge
54287 enum_values:
54288 1: ma0
54289 2: ma1
54290 3: ma2
54291 4: ma3
54292 5: ma4
54293 6: ma5
54294 7: ma6
54295 8: ma7
54296 9: ma8
54297 10: ma9
54298 enum_values:
54299 0: moduleEventPowerFail
54300 2: moduleEventLiveInsertion
54301 4: moduleEventService
54302 5: moduleHardwareLimitVoltageNotGood
54303 6: moduleEventInputError
54304 10: moduleEventSafetyLoopNotGood
54305 13: moduleEventSupplyNotGood
54306 14: moduleEventTemperatureNotGood
54307 - name: sensorTemperature
54308 oid: 1.3.6.1.4.1.19947.1.4.2.1.2
54309 type: gauge
54310 help: The measured temperature of the sensor - 1.3.6.1.4.1.19947.1.4.2.1.2
54311 indexes:
54312 - labelname: sensorIndex
54313 type: gauge
54314 enum_values:
54315 1: temp1
54316 2: temp2
54317 3: temp3
54318 4: temp4
54319 5: temp5
54320 6: temp6
54321 7: temp7
54322 8: temp8
54323 - name: fanSpeed
54324 oid: 1.3.6.1.4.1.19947.1.7.8.1.2
54325 type: gauge
54326 help: The measured fan rotation speed (RPM, Revolutions Per Minute) - 1.3.6.1.4.1.19947.1.7.8.1.2
54327 indexes:
54328 - labelname: fanNumber
54329 type: gauge
diff --git a/hosts/vidhar/zte_10.141.1.3 b/hosts/vidhar/prometheus/zte_10.141.1.3
index b455ea50..b455ea50 100644
--- a/hosts/vidhar/zte_10.141.1.3
+++ b/hosts/vidhar/prometheus/zte_10.141.1.3