What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Monitoring LSI/Broadcom RAID Controllers

Votes:

0

Would like some insight on how to set up a monitor for hardware RAID. I've already got the LSI SNMP agent running and it responds to walk commands from the PRTG server. Any help would be appreciated!

devicetemplate lsi megaraid mib paetemplate raid snmp snmp-custom-table snmpcustomtable

Created on Mar 8, 2016 8:02:28 PM

Last change on Aug 11, 2017 7:04:47 AM by  Luciano Lingnau [Paessler]



Best Answer

Accepted Answer

Votes:

2

This article applies to PRTG Network Monitor 16.3.25 or later

Monitoring LSI/Broadcom RAID Drives (Physical and Logical)

While there are no physical/virtual drive sensors in PRTG for LSI powered RAID Controllers, I've put together a couple of lookups and a device template, which can be used to automate the deployment of these sensors using auto-discovery. The sensors will report the virtual drive's status based on the lookup files.

Adding Custom Sensors using the Auto-Discovery + Template

You can use the device template that we provide below to automatically create custom sensors with the PRTG auto-discovery.

The metrics that are available can vary. The sensors can monitor the following if the data is available:

  • Physical Drive
    • State
    • Temperature
    • Error Count (Media)
    • Error Count (Other)
    • Predictive Fail Count
  • Virtual Drive
    • State
    • Bad Blocks (Present/Not-Present)

The device template creates the available and compatible sensors based on the data at hand. The sensors implement default alerts whenever possible, but you can still fine-tune most channels by defining additional limits in the sensor channels settings or modifying the lookups included by default.

Requirements

  • PRTG Network Monitor 16.3.25 or later
  • Because the device template relies on the auto-discovery process, the device you want to monitor needs to be reachable via PING.
  • SNMP must be enabled and the device must support the LSI-AdapterSAS.mib.

Known Issues and Limitations

  • For the sake of simplicity, the Error Count (Media), Error Count (Other) and Predictive Fail Count are measured as absolute values and not as delta/difference readings. This means that if a predifined threshold is crossed, the sensor will go into warning/error and will only leave the error/warning state when the limits are manually adjusted in the channel settings of the corresponding channel.
  • The Physical Drive sensors identify disks based on the serial number. If a disk is replaced, please re-deploy the sensor (re-run the auto-discovery) or update the serial number in the Identifier field within the sensor's settings.
  • PRTG shows some of the alerts as reported by the monitored device via SNMP using lookups. If the status is not reported correctly via SNMP, PRTG cannot detect any issues. For additional alerts, please set up limits for additional channels.
  • This device template was created based on data collected from other customers, so we cannot guarantee that the sensors described above will work on your systems or that the default thresholds are optimal for your use case. Use these components at your own risk. Please test and validate the sensors in your environment after deploying them.

Deployment and Usage

  1. Download the required zip archive containing the template's files here.
  2. Extract the archive to your PRTG program directory. By default, this is %Program Files (x86)%\PRTG Network Monitor\.
  3. In PRTG, restart the core server: open Setup | System Administration | Administrative Tools | Restart Core Server and click Go!. This ensures that the MIB and lookups are loaded before you run the auto-discovery.
  4. Create a new device in PRTG with the address (IP or FQDN) of the device that you want to monitor and configure the SNMP credentials accordingly.
  5. Right-click your new device, select Run Auto Discovery with Template, browse for LSI and select the Custom LSI RAID Drives v0.x template from the list.
    Note: Using the auto-discovery with a dedicated device template is convenient here because it automates the creation of the custom sensors in an organized fashion.
  6. The sensors are deployed after a couple of seconds.
  7. You can adjust the channel limits or lookups to your needs later.

Result

The resulting sensors look like this:

Sensor's Overview

Virtual Drive Sensor

Virtual Drive

Click for full-screen view

Physical Drive Sensor

Virtual Drive

Click for full-screen view

No sensors deployed? :(
Please read ahead for troubleshooting.


Troubleshooting

Have any issues? Please don't hesitate to contact us by replying to this post or via a support ticket. Please make sure to mention this KB post. Please read ahead for troubleshooting steps that you can take in advance.

Auto-Discovery Log

Your auto-discovery log tells you a lot about what went wrong during the sensor's deployment. You can troubleshoot the auto-discovery by inspecting the auto-discovery log. If you get entries like the one below (NOT FOUND), it means that the required protocol or Object Identifier (OID) is not available and the sensors can't be deployed.

[...]
21.08.2017 09:17:17: Template Loaded; Device ID: 22848; Name: Custom Check Point Health v0.4
21.08.2017 09:17:18: Template Check; Device ID: 22848; Check ID: ping; FOUND
21.08.2017 09:17:19: Template Check; Device ID: 22848; Check ID: snmp; FOUND
21.08.2017 09:17:20: Template Check; Device ID: 22848; Check ID: snmp_physicalDriveTable; NOT FOUND
[...]

In the example above, some sensors were skipped because the device did not respond to the snmp_physicalDriveTable check. This means that this data is probably not available on your device. You can track this data by looking for the name after snmp_. In this case, a search for physicalDriveTable will tell you what OID from what MIB is missing.

You can also use this log to identify if the discovery was interrupted because the device did not respond to PING or to a basic SNMP check.

SNMP Data

If the discovery log is not sufficient, you can review the SNMP data directly from your device. To do so, save the text below (in the white box) as .txt and use it with the Scan Script option in our SNMP Tester. This will allow you to review which SNMP queries succeed and which do not deliver any data. Please have this information at hand when contacting our support team.

--------
Walk Default
--------
hrSystemUptime
walk=1.3.6.1.2.1.25.1.1
--------
MIB-2 System
walk=1.3.6.1.2.1.1
--------
Sensor Specific Queries
----
walk=1.3.6.1.4.1.3582.4.1.4.3
walk=1.3.6.1.4.1.3582.4.1.4.2
---

Version History

VersionDescription
0.1Initial Release
0.2Improved the Physical Drive error recognition (Thanks Eirik J.)



Best Regards,
Luciano Lingnau [Paessler Support]

Created on Mar 11, 2016 12:16:32 PM by  Luciano Lingnau [Paessler]

Last change on Jul 26, 2021 12:05:35 PM by  Maike Guba [Paessler Support] (2,404) 2 1



32 Replies

Votes:

0

Hello SChris,
welcome to our Knowledge base.

Please download our latest SNMP Tester from paessler.com/tools/snmptester, run it on the PRTG Host (or host of the Remote Probe), and perform a "Walk" against the target device providing the following OIDs as parameter:

1.3.6.1.4.1.3582.4.1.4.3.1.2
1.3.6.1.4.1.3582.4.1.4.2.1.2

Which results do you get in the Tester? Please share the output from both walks. (You can either post it or host the txt logfile somehwere and provide a link.

Best Regards,

Created on Mar 9, 2016 2:25:40 PM by  Luciano Lingnau [Paessler]



Votes:

0

Thanks for looking and please forgive the long output. :)

For OID 1.3.6.1.4.1.3582.4.1.4.3.1.2

----------------------- New Test -----------------------
Paessler SNMP Tester 5.2.1
3/9/2016 9:43:13 AM (1 ms) : Device: 192.168.100.1
3/9/2016 9:43:13 AM (1 ms) : SNMP V2c
3/9/2016 9:43:13 AM (2 ms) : Walk 1.3.6.1.4.1.3582.4.1.4.3.1.2
3/9/2016 9:43:13 AM (37 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.1.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (40 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.1.1 = "1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (45 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.1.2 = "2" [ASN_INTEGER]
3/9/2016 9:43:13 AM (51 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.1.3 = "3" [ASN_INTEGER]
3/9/2016 9:43:13 AM (56 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.2.0 = "113952" [ASN_INTEGER]
3/9/2016 9:43:13 AM (64 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.2.1 = "113952" [ASN_INTEGER]
3/9/2016 9:43:13 AM (70 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.2.2 = "2860032" [ASN_INTEGER]
3/9/2016 9:43:13 AM (76 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.2.3 = "228416" [ASN_INTEGER]
3/9/2016 9:43:13 AM (83 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.3.0 = "-1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (92 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.3.1 = "-1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (100 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.3.2 = "-1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (105 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.3.3 = "-1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (109 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.4.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (114 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.4.1 = "1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (119 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.4.2 = "2" [ASN_INTEGER]
3/9/2016 9:43:13 AM (125 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.4.3 = "3" [ASN_INTEGER]
3/9/2016 9:43:13 AM (131 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.5.0 = "3" [ASN_INTEGER]
3/9/2016 9:43:13 AM (135 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.5.1 = "3" [ASN_INTEGER]
3/9/2016 9:43:13 AM (138 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.5.2 = "3" [ASN_INTEGER]
3/9/2016 9:43:13 AM (142 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.5.3 = "3" [ASN_INTEGER]
3/9/2016 9:43:13 AM (146 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.6.0 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:13 AM (150 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.6.1 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:13 AM (155 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.6.2 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:13 AM (160 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.6.3 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:13 AM (164 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.7.0 = "WriteThrough,ReadAhead,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
3/9/2016 9:43:13 AM (169 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.7.1 = "WriteThrough,ReadAhead,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
3/9/2016 9:43:13 AM (173 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.7.2 = "WriteThrough,ReadAhead,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
3/9/2016 9:43:13 AM (178 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.7.3 = "WriteThrough,ReadAhead,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
3/9/2016 9:43:13 AM (189 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.8.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (195 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.8.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (200 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.8.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (206 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.8.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (212 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.9.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (219 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.9.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (225 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.9.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (231 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.9.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (239 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.10.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (252 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.10.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (260 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.10.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (268 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.10.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (275 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.11.0 = "1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (285 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.11.1 = "1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (292 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.11.2 = "5" [ASN_INTEGER]
3/9/2016 9:43:13 AM (297 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.11.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (303 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.12.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (321 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.12.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (327 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.12.2 = "3" [ASN_INTEGER]
3/9/2016 9:43:13 AM (333 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.12.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (342 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.13.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (348 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.13.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (355 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.13.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (360 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.13.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:13 AM (366 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.14.0 = "7" [ASN_INTEGER]
3/9/2016 9:43:13 AM (376 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.14.1 = "7" [ASN_INTEGER]
3/9/2016 9:43:13 AM (382 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.14.2 = "7" [ASN_INTEGER]
3/9/2016 9:43:13 AM (388 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.14.3 = "7" [ASN_INTEGER]
3/9/2016 9:43:13 AM (394 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.15.0 = "2" [ASN_INTEGER]
3/9/2016 9:43:13 AM (400 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.15.1 = "2" [ASN_INTEGER]
3/9/2016 9:43:13 AM (414 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.15.2 = "4" [ASN_INTEGER]
3/9/2016 9:43:13 AM (420 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.15.3 = "1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (426 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.16.0 = "1" [ASN_INTEGER]
3/9/2016 9:43:13 AM (432 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.16.1 = "1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (449 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.16.2 = "1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (455 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.16.3 = "1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (461 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.17.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (470 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.17.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (476 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.17.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (481 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.17.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (487 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.18.0 = "No operation in progress" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (492 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.18.1 = "No operation in progress" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (510 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.18.2 = "No operation in progress" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (516 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.18.3 = "No operation in progress" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (522 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.19.0 = "WriteThrough,ReadAhead,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (539 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.19.1 = "WriteThrough,ReadAhead,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (545 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.19.2 = "WriteThrough,ReadAhead,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (551 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.19.3 = "WriteThrough,ReadAhead,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (562 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.20.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (569 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.20.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (575 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.20.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (580 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.20.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (586 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.21.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (595 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.21.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (601 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.21.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (607 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.21.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (613 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.22.0 = "StartFGI StartCC StartRecon DeleteLD SSCCacheable" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (619 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.22.1 = "StartFGI StartCC StartRecon DeleteLD SSCCacheable" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (634 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.22.2 = "StartFGI StartCC StartRecon DeleteLD SSCCacheable" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (641 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.22.3 = "StartFGI StartRecon DeleteLD SSCCacheable" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (647 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.23.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (665 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.23.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (672 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.23.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (678 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.23.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (687 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.24.0 = "-1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (694 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.24.1 = "-1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (700 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.24.2 = "-1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (706 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.24.3 = "-1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (712 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.25.0 = "-1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (721 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.25.1 = "-1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (728 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.25.2 = "-1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (733 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.25.3 = "-1" [ASN_INTEGER]
3/9/2016 9:43:14 AM (740 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.26.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (750 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.26.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (762 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.26.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (769 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.26.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (775 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.27.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (786 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.27.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (793 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.27.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (799 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.27.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (805 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.28.0 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (823 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.28.1 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (830 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.28.2 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (836 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.28.3 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (854 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.29.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (861 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.29.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (866 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.29.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (885 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.29.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (891 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.30.0 = "113952" [ASN_INTEGER]
3/9/2016 9:43:14 AM (897 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.30.1 = "113952" [ASN_INTEGER]
3/9/2016 9:43:14 AM (915 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.30.2 = "953344" [ASN_INTEGER]
3/9/2016 9:43:14 AM (922 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.30.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (927 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.31.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (939 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.31.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (945 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.31.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (951 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.31.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (965 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.32.0 = "WriteThrough" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (973 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.32.1 = "WriteThrough" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (979 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.32.2 = "WriteThrough" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (984 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.32.3 = "WriteThrough" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (990 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.33.0 = "WriteThrough" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (996 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.33.1 = "WriteThrough" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1007 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.33.2 = "WriteThrough" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1019 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.33.3 = "WriteThrough" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1026 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.34.0 = "VD is not Cached" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1032 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.34.1 = "VD is not Cached" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1038 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.34.2 = "VD is not Cached" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1046 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.34.3 = "VD is not Cached" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1052 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.35.0 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1058 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.35.1 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1064 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.35.2 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1077 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.35.3 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1088 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.36.0 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1094 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.36.1 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1100 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.36.2 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1108 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.36.3 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1114 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.37.0 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (1120 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.37.1 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (1126 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.37.2 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (1131 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.37.3 = "0" [ASN_INTEGER]
3/9/2016 9:43:14 AM (1148 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.38.0 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1154 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.38.1 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1160 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.38.2 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:43:14 AM (1177 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.38.3 = "N/A" [ASN_OCTET_STR]

For OID 1.3.6.1.4.1.3582.4.1.4.2.1.2

----------------------- New Test -----------------------
Paessler SNMP Tester 5.2.1
3/9/2016 9:44:41 AM (1 ms) : Device: 192.168.100.1
3/9/2016 9:44:41 AM (1 ms) : SNMP V2c
3/9/2016 9:44:41 AM (2 ms) : Walk 1.3.6.1.4.1.3582.4.1.4.2.1.2
3/9/2016 9:44:41 AM (10 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (13 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.1 = "1" [ASN_INTEGER]
3/9/2016 9:44:41 AM (15 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.2 = "2" [ASN_INTEGER]
3/9/2016 9:44:41 AM (17 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.3 = "3" [ASN_INTEGER]
3/9/2016 9:44:41 AM (20 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.4 = "4" [ASN_INTEGER]
3/9/2016 9:44:41 AM (26 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.5 = "5" [ASN_INTEGER]
3/9/2016 9:44:41 AM (28 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.6 = "6" [ASN_INTEGER]
3/9/2016 9:44:41 AM (30 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.7 = "7" [ASN_INTEGER]
3/9/2016 9:44:41 AM (32 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.8 = "8" [ASN_INTEGER]
3/9/2016 9:44:41 AM (35 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.9 = "9" [ASN_INTEGER]
3/9/2016 9:44:41 AM (37 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.0 = "21" [ASN_INTEGER]
3/9/2016 9:44:41 AM (39 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.1 = "22" [ASN_INTEGER]
3/9/2016 9:44:41 AM (42 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.2 = "23" [ASN_INTEGER]
3/9/2016 9:44:41 AM (44 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.3 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (47 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.4 = "25" [ASN_INTEGER]
3/9/2016 9:44:41 AM (49 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.5 = "28" [ASN_INTEGER]
3/9/2016 9:44:41 AM (52 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.6 = "31" [ASN_INTEGER]
3/9/2016 9:44:41 AM (59 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.7 = "32" [ASN_INTEGER]
3/9/2016 9:44:41 AM (62 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.8 = "33" [ASN_INTEGER]
3/9/2016 9:44:41 AM (65 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.9 = "34" [ASN_INTEGER]
3/9/2016 9:44:41 AM (69 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (72 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (75 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (78 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (82 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (89 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (93 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (96 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (100 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (104 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (108 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (112 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (121 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (126 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (130 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (134 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (140 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (146 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (154 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (160 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (165 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.0 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (171 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.1 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (177 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.2 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (194 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.3 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (200 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.4 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (206 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.5 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (224 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.6 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (230 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.7 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (236 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.8 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (252 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.9 = "0" [ASN_OCTET_STR]
3/9/2016 9:44:41 AM (258 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.0 = "3" [ASN_INTEGER]
3/9/2016 9:44:41 AM (264 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.1 = "3" [ASN_INTEGER]
3/9/2016 9:44:41 AM (270 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.2 = "3" [ASN_INTEGER]
3/9/2016 9:44:41 AM (278 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.3 = "3" [ASN_INTEGER]
3/9/2016 9:44:41 AM (284 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.4 = "3" [ASN_INTEGER]
3/9/2016 9:44:41 AM (290 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.5 = "2" [ASN_INTEGER]
3/9/2016 9:44:41 AM (296 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.6 = "2" [ASN_INTEGER]
3/9/2016 9:44:41 AM (302 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.7 = "2" [ASN_INTEGER]
3/9/2016 9:44:41 AM (318 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.8 = "2" [ASN_INTEGER]
3/9/2016 9:44:41 AM (323 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.9 = "3" [ASN_INTEGER]
3/9/2016 9:44:41 AM (329 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (338 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (344 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (350 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (356 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (361 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (370 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (375 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (381 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (386 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (392 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (400 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (406 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (411 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (417 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (422 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (431 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (437 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (442 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (448 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (453 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (466 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (472 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (477 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (483 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (489 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (496 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (502 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (507 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (513 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (519 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.0 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (535 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.1 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (541 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.2 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (546 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.3 = "2" [ASN_INTEGER]
3/9/2016 9:44:41 AM (554 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.4 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (568 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.5 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (573 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.6 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (579 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.7 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (590 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.8 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (596 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.9 = "24" [ASN_INTEGER]
3/9/2016 9:44:41 AM (602 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (607 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (613 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (623 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (629 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (635 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (640 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:41 AM (648 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (662 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (668 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (674 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.0 = "3" [ASN_INTEGER]
3/9/2016 9:44:42 AM (683 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.1 = "3" [ASN_INTEGER]
3/9/2016 9:44:42 AM (689 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.2 = "3" [ASN_INTEGER]
3/9/2016 9:44:42 AM (695 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.3 = "3" [ASN_INTEGER]
3/9/2016 9:44:42 AM (700 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.4 = "3" [ASN_INTEGER]
3/9/2016 9:44:42 AM (706 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.5 = "2" [ASN_INTEGER]
3/9/2016 9:44:42 AM (723 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.6 = "2" [ASN_INTEGER]
3/9/2016 9:44:42 AM (729 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.7 = "2" [ASN_INTEGER]
3/9/2016 9:44:42 AM (735 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.8 = "2" [ASN_INTEGER]
3/9/2016 9:44:42 AM (749 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.9 = "3" [ASN_INTEGER]
3/9/2016 9:44:42 AM (757 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.0 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (764 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.1 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (770 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.2 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (779 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.3 = "Forced_PD_GUID(1) inVD(0) isGlobalSpare(0) isSpare(1) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (786 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.4 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (792 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.5 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (798 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.6 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (816 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.7 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (823 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.8 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (830 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.9 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (842 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.0 = "500062b20017d910" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (849 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.1 = "500062b20017d911" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (855 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.2 = "500062b20017d912" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (861 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.3 = "500062b20017d90c" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (879 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.4 = "500062b20017d913" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (886 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.5 = "500062b20017d923" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (892 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.6 = "500062b20017d922" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (903 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.7 = "500062b20017d921" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (909 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.8 = "500062b20017d920" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (916 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.9 = "500062b20017d90d" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (922 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.0 = "114473" [ASN_INTEGER]
3/9/2016 9:44:42 AM (938 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.1 = "114473" [ASN_INTEGER]
3/9/2016 9:44:42 AM (946 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.2 = "114473" [ASN_INTEGER]
3/9/2016 9:44:42 AM (952 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.3 = "114473" [ASN_INTEGER]
3/9/2016 9:44:42 AM (967 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.4 = "114473" [ASN_INTEGER]
3/9/2016 9:44:42 AM (974 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.5 = "953869" [ASN_INTEGER]
3/9/2016 9:44:42 AM (980 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.6 = "953869" [ASN_INTEGER]
3/9/2016 9:44:42 AM (987 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.7 = "953869" [ASN_INTEGER]
3/9/2016 9:44:42 AM (993 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.8 = "953869" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1002 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.9 = "228936" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1009 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.0 = "113961" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1015 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.1 = "113961" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1021 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.2 = "113961" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1028 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.3 = "113961" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1044 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.4 = "113961" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1051 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.5 = "953357" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1057 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.6 = "953357" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1066 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.7 = "953357" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1072 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.8 = "953357" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1079 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.9 = "228424" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1085 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.0 = "113952" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1092 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.1 = "113952" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1108 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.2 = "113952" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1115 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.3 = "113952" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1121 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.4 = "113952" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1139 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.5 = "953344" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1145 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.6 = "953344" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1151 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.7 = "953344" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1161 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.8 = "953344" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1167 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.9 = "228416" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1173 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.0 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1178 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.1 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1184 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.2 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1193 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.3 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1200 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.4 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1206 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.5 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1212 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.6 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1218 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.7 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1234 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.8 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1240 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.9 = "245" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1246 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.0 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1260 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.1 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1267 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.2 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1273 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.3 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1279 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.4 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1287 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.5 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1293 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.6 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1298 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.7 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1304 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.8 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1310 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.9 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1327 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1333 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.1 = "1" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1339 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.2 = "2" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1345 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.3 = "4" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1350 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.4 = "3" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1357 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.5 = "11" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1372 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.6 = "10" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1378 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.7 = "9" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1384 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.8 = "8" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1399 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.9 = "5" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1405 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.0 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1411 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.1 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1417 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.2 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1426 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.3 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1435 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.4 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1441 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.5 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1447 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.6 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1465 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.7 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1472 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.8 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1477 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.9 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1490 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1500 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1506 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1512 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1522 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1529 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1534 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1540 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1555 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1562 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:42 AM (1586 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.0 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1592 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.1 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1598 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.2 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1604 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.3 = "RemoveSpare Locate stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1622 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.4 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1629 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.5 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:42 AM (1635 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.6 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1654 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.7 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1661 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.8 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1667 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.9 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1685 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.0 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1693 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.1 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1700 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.2 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1717 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.3 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1724 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.4 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1731 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.5 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1748 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.6 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1755 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.7 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1762 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.8 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1779 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.9 = "ATA     " [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1787 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.0 = "INTEL SSDSC2MH12" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1794 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.1 = "INTEL SSDSC2MH12" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1811 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.2 = "INTEL SSDSC2MH12" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1818 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.3 = "INTEL SSDSC2MH12" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1825 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.4 = "INTEL SSDSC2MH12" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1842 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.5 = "WDC WD10JUCT-73J" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1850 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.6 = "WDC WD10JUCT-73J" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1856 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.7 = "WDC WD10JUCT-73J" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1874 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.8 = "WDC WD10JUCT-73J" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1881 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.9 = "INTEL SSDSC2CW24" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1889 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.0 = "PPG4" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1905 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.1 = "PPG4" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1913 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.2 = "PPG4" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1920 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.3 = "PPG4" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1932 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.4 = "PPG4" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1939 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.5 = "1A01" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1946 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.6 = "1A01" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1956 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.7 = "1A01" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1963 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.8 = "1A01" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1969 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.9 = "400i" [ASN_OCTET_STR]
3/9/2016 9:44:43 AM (1976 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.0 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (1986 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.1 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (1993 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.2 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2000 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.3 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2006 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.4 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2012 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.5 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2020 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.6 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2027 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.7 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2033 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.8 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2039 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.9 = "3" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2049 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.0 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2062 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.1 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2068 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.2 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2075 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.3 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2082 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.4 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2089 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.5 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2095 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.6 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2101 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.7 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2107 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.8 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2123 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.9 = "65535" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2129 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.0 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2135 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.1 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2144 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.2 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2150 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.3 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2156 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.4 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2162 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2169 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2184 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2190 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2196 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.9 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2208 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2218 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2224 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2230 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2239 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2245 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2251 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2257 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2263 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2279 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2285 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2290 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2300 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2306 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2312 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2317 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2323 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2331 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2337 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2343 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2349 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2355 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2371 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2377 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2382 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2390 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2404 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2409 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2415 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2427 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2433 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2439 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2444 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2450 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2458 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2464 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2475 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2481 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2489 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2494 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2500 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.0 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2506 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.1 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2512 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.2 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2526 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.3 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2532 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.4 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2538 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.5 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2544 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.6 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2560 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.7 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2565 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.8 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2571 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.9 = "1" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2587 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2594 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2599 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2605 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2613 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2619 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2625 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2630 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2636 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:43 AM (2647 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2660 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.0 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2666 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.1 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2677 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.2 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2684 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.3 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2690 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.4 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2697 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.5 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2704 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.6 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2714 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.7 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2720 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.8 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2726 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.9 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2731 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.0 = "LNEL148500T2120CGN" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2740 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.1 = "LNEL1373007G120CGN" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2746 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.2 = "LNEL1373006K120CGN" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2752 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.3 = "LNEL1373005C120CGN" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2758 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.4 = "LNEL13730058120CGN" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2763 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.5 = "WD-WX61C1239688" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2773 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.6 = "WD-WXV1CC170196" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2779 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.7 = "WD-WX81C2257134" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2785 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.8 = "WD-WXA1C12Y5201" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2791 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.9 = "CVCV2032022Y240CGN" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (2797 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2829 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2843 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2849 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2855 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2865 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2877 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2883 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2889 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2898 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2904 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2909 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2915 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2921 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2938 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2948 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2959 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2971 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2977 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2983 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2992 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (2998 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3004 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3010 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3016 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3032 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3038 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3044 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3062 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3069 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3075 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3093 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3099 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3105 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3114 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3119 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3125 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3130 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3136 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3145 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3150 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.0 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3156 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.1 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3162 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.2 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3167 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.3 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3175 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.4 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3181 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.5 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3187 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.6 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3193 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.7 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3198 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.8 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3206 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.9 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3214 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.0 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3220 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.1 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3225 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.2 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3231 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.3 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3240 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.4 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3245 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.5 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3251 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.6 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3257 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.7 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3262 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.8 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3268 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.9 = "N/A" [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3276 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3282 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3288 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3293 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3299 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3307 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3321 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3327 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3333 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3342 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3348 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.0 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3353 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.1 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3359 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.2 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3365 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.3 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3382 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.4 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3388 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.5 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3394 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.6 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3413 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.7 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3423 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.8 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3433 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.9 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
3/9/2016 9:44:44 AM (3440 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3446 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3452 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3458 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3467 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3474 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3480 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3486 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3496 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3509 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3516 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.0 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3522 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.1 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3530 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.2 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3536 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.3 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3543 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.4 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3549 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.5 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3560 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.6 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3572 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.7 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3579 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.8 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3586 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.9 = "0" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3593 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.0 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3600 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.1 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3606 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.2 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3612 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.3 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3622 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.4 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3629 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.5 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3635 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.6 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3641 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.7 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3647 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.8 = "-1" [ASN_INTEGER]
3/9/2016 9:44:44 AM (3655 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.9 = "-1" [ASN_INTEGER]

Created on Mar 9, 2016 3:45:42 PM

Last change on Mar 10, 2016 8:11:52 AM by  Luciano Lingnau [Paessler]



Accepted Answer

Votes:

2

This article applies to PRTG Network Monitor 16.3.25 or later

Monitoring LSI/Broadcom RAID Drives (Physical and Logical)

While there are no physical/virtual drive sensors in PRTG for LSI powered RAID Controllers, I've put together a couple of lookups and a device template, which can be used to automate the deployment of these sensors using auto-discovery. The sensors will report the virtual drive's status based on the lookup files.

Adding Custom Sensors using the Auto-Discovery + Template

You can use the device template that we provide below to automatically create custom sensors with the PRTG auto-discovery.

The metrics that are available can vary. The sensors can monitor the following if the data is available:

  • Physical Drive
    • State
    • Temperature
    • Error Count (Media)
    • Error Count (Other)
    • Predictive Fail Count
  • Virtual Drive
    • State
    • Bad Blocks (Present/Not-Present)

The device template creates the available and compatible sensors based on the data at hand. The sensors implement default alerts whenever possible, but you can still fine-tune most channels by defining additional limits in the sensor channels settings or modifying the lookups included by default.

Requirements

  • PRTG Network Monitor 16.3.25 or later
  • Because the device template relies on the auto-discovery process, the device you want to monitor needs to be reachable via PING.
  • SNMP must be enabled and the device must support the LSI-AdapterSAS.mib.

Known Issues and Limitations

  • For the sake of simplicity, the Error Count (Media), Error Count (Other) and Predictive Fail Count are measured as absolute values and not as delta/difference readings. This means that if a predifined threshold is crossed, the sensor will go into warning/error and will only leave the error/warning state when the limits are manually adjusted in the channel settings of the corresponding channel.
  • The Physical Drive sensors identify disks based on the serial number. If a disk is replaced, please re-deploy the sensor (re-run the auto-discovery) or update the serial number in the Identifier field within the sensor's settings.
  • PRTG shows some of the alerts as reported by the monitored device via SNMP using lookups. If the status is not reported correctly via SNMP, PRTG cannot detect any issues. For additional alerts, please set up limits for additional channels.
  • This device template was created based on data collected from other customers, so we cannot guarantee that the sensors described above will work on your systems or that the default thresholds are optimal for your use case. Use these components at your own risk. Please test and validate the sensors in your environment after deploying them.

Deployment and Usage

  1. Download the required zip archive containing the template's files here.
  2. Extract the archive to your PRTG program directory. By default, this is %Program Files (x86)%\PRTG Network Monitor\.
  3. In PRTG, restart the core server: open Setup | System Administration | Administrative Tools | Restart Core Server and click Go!. This ensures that the MIB and lookups are loaded before you run the auto-discovery.
  4. Create a new device in PRTG with the address (IP or FQDN) of the device that you want to monitor and configure the SNMP credentials accordingly.
  5. Right-click your new device, select Run Auto Discovery with Template, browse for LSI and select the Custom LSI RAID Drives v0.x template from the list.
    Note: Using the auto-discovery with a dedicated device template is convenient here because it automates the creation of the custom sensors in an organized fashion.
  6. The sensors are deployed after a couple of seconds.
  7. You can adjust the channel limits or lookups to your needs later.

Result

The resulting sensors look like this:

Sensor's Overview

Virtual Drive Sensor

Virtual Drive

Click for full-screen view

Physical Drive Sensor

Virtual Drive

Click for full-screen view

No sensors deployed? :(
Please read ahead for troubleshooting.


Troubleshooting

Have any issues? Please don't hesitate to contact us by replying to this post or via a support ticket. Please make sure to mention this KB post. Please read ahead for troubleshooting steps that you can take in advance.

Auto-Discovery Log

Your auto-discovery log tells you a lot about what went wrong during the sensor's deployment. You can troubleshoot the auto-discovery by inspecting the auto-discovery log. If you get entries like the one below (NOT FOUND), it means that the required protocol or Object Identifier (OID) is not available and the sensors can't be deployed.

[...]
21.08.2017 09:17:17: Template Loaded; Device ID: 22848; Name: Custom Check Point Health v0.4
21.08.2017 09:17:18: Template Check; Device ID: 22848; Check ID: ping; FOUND
21.08.2017 09:17:19: Template Check; Device ID: 22848; Check ID: snmp; FOUND
21.08.2017 09:17:20: Template Check; Device ID: 22848; Check ID: snmp_physicalDriveTable; NOT FOUND
[...]

In the example above, some sensors were skipped because the device did not respond to the snmp_physicalDriveTable check. This means that this data is probably not available on your device. You can track this data by looking for the name after snmp_. In this case, a search for physicalDriveTable will tell you what OID from what MIB is missing.

You can also use this log to identify if the discovery was interrupted because the device did not respond to PING or to a basic SNMP check.

SNMP Data

If the discovery log is not sufficient, you can review the SNMP data directly from your device. To do so, save the text below (in the white box) as .txt and use it with the Scan Script option in our SNMP Tester. This will allow you to review which SNMP queries succeed and which do not deliver any data. Please have this information at hand when contacting our support team.

--------
Walk Default
--------
hrSystemUptime
walk=1.3.6.1.2.1.25.1.1
--------
MIB-2 System
walk=1.3.6.1.2.1.1
--------
Sensor Specific Queries
----
walk=1.3.6.1.4.1.3582.4.1.4.3
walk=1.3.6.1.4.1.3582.4.1.4.2
---

Version History

VersionDescription
0.1Initial Release
0.2Improved the Physical Drive error recognition (Thanks Eirik J.)



Best Regards,
Luciano Lingnau [Paessler Support]

Created on Mar 11, 2016 12:16:32 PM by  Luciano Lingnau [Paessler]

Last change on Jul 26, 2021 12:05:35 PM by  Maike Guba [Paessler Support] (2,404) 2 1



Votes:

0

Thank you so much for putting that together! It's working flawlessly. :)

Created on Mar 11, 2016 3:39:09 PM



Votes:

0

Hello SChris,
thank you for your kind feedback.

I'm glad that I was able to assist!

Best Regards,

Created on Mar 14, 2016 7:30:35 AM by  Luciano Lingnau [Paessler]



Votes:

0

Luciano - Thanks for the information on getting the PRTG to monitor the LSI card.

I implemented your solution and it is working well for the RAID status. I can monitor if the RAID is okay or degraded which is great. the Physical disk check is not working for me unfortunately. I am receiving the following error:

"Could not find a table row matching the index you specified when adding the sensor (0). The value of the column you selected might have changed. (code: PE247)".

Do you have any suggestions and could you provide any assistance.

Created on Jun 9, 2016 5:31:13 PM

Last change on Jun 10, 2016 8:41:57 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hello Jeff, thank you for your post.

Yes, I'll be glad to assist, but I'll need you to Download our SNMP Tester and run a Walk test for the following OID:

1.3.6.1.4.1.3582.4.1.4

Please either contact us via a Support Ticket (and mention this KB-post) or share the Log File from the SNMP Tester here on the KB, this way I'll be able to further troubleshoot the issue.

Best Regards,

Created on Jun 10, 2016 8:44:34 AM by  Luciano Lingnau [Paessler]



Votes:

0

Here is the Walk test requested. Thank you for your assistance with this.

---

----------------------- New Test -----------------------
Paessler SNMP Tester 5.2.3 Computername: XXXXXXX Interface: (X.X.X.X)
2016-06-10 9:11:44 AM (2 ms) : Device: XXX.XXX.XX.XX
2016-06-10 9:11:44 AM (3 ms) : SNMP V2c
2016-06-10 9:11:44 AM (4 ms) : Walk 1.3.6.1.4.1.3582.4.1.4
2016-06-10 9:11:44 AM (7 ms) : 1.3.6.1.4.1.3582.4.1.4.1.1.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (11 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (14 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.2.0 = "30" [ASN_INTEGER]
2016-06-10 9:11:44 AM (17 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.3.0 = "30" [ASN_INTEGER]
2016-06-10 9:11:44 AM (21 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.4.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (24 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.5.0 = "4" [ASN_INTEGER]
2016-06-10 9:11:44 AM (27 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.6.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (31 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.7.0 = "300" [ASN_INTEGER]
2016-06-10 9:11:44 AM (35 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.8.0 = "16" [ASN_INTEGER]
2016-06-10 9:11:44 AM (41 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.9.0 = "50" [ASN_INTEGER]
2016-06-10 9:11:44 AM (45 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.10.0 = "30" [ASN_INTEGER]
2016-06-10 9:11:44 AM (49 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.11.0 = "30" [ASN_INTEGER]
2016-06-10 9:11:44 AM (54 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.12.0 = "2" [ASN_INTEGER]
2016-06-10 9:11:44 AM (59 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.13.0 = "4" [ASN_INTEGER]
2016-06-10 9:11:44 AM (63 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.14.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (69 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.15.0 = "32" [ASN_INTEGER]
2016-06-10 9:11:44 AM (74 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.16.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (79 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.17.0 = "16" [ASN_INTEGER]
2016-06-10 9:11:44 AM (85 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.18.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (91 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.19.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (97 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.20.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (105 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.21.0 = "4" [ASN_INTEGER]
2016-06-10 9:11:44 AM (111 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.22.0 = "3" [ASN_INTEGER]
2016-06-10 9:11:44 AM (118 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.23.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (124 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.24.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (133 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.25.0 = "30" [ASN_INTEGER]
2016-06-10 9:11:44 AM (141 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.26.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (148 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.27.0 = "0:0:3:0:0:3" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (156 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.28.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (166 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.29.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (175 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.30.0 = "12E" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (184 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.31.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (194 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.32.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (204 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.33.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (213 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.34.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (223 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.35.0 = "30" [ASN_INTEGER]
2016-06-10 9:11:44 AM (239 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.36.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (254 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.37.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (267 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.38.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (280 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.39.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (296 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.40.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (309 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.41.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (326 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.42.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (341 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.43.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (358 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.44.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (373 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.45.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (388 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.46.0 = "512" [ASN_INTEGER]
2016-06-10 9:11:44 AM (403 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.47.0 = "None" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (420 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.48.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (435 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.49.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (453 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.50.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (468 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.51.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (485 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.52.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (500 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.53.0 = "500605b007b23240" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (517 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.54.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (531 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.55.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (547 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.56.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (562 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.57.0 = "None" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (579 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.58.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (594 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.59.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (609 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.60.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (622 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.61.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (637 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.62.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (651 ms) : 1.3.6.1.4.1.3582.4.1.4.1.2.1.63.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (667 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (681 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.2.0 = "0x1000" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (697 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.3.0 = "0x73" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (712 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.4.0 = "0x1000" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (729 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.5.0 = "0x9240" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (752 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.6.0 = "2" [ASN_INTEGER]
2016-06-10 9:11:44 AM (773 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.7.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (800 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.8.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (815 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.9.0 = "SAS_6G " [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (829 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.10.0 = "8" [ASN_INTEGER]
2016-06-10 9:11:44 AM (845 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.11.0 = "0:4433221101000000, 1:4433221103000000, 2:4433221102000000, 3:0000000000000000, 4:0000000000000000, 5:0000000000000000, 6:0000000000000000, 7:0000000000000000" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (859 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.12.0 = "LSI MegaRAID SAS 9240-8i" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (872 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.13.0 = "SP34905832" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (887 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.14.0 = "20.13.1-0232:2.130.404-4260:Mar 26 2015:14:53:25" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (904 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.15.0 = "megasas.sys:6.600.21.08" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (919 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.16.0 = "Not Available" [ASN_OCTET_STR]
2016-06-10 9:11:44 AM (932 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.17.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (946 ms) : 1.3.6.1.4.1.3582.4.1.4.1.3.1.18.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:44 AM (963 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:44 AM (979 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.2.0 = "16" [ASN_INTEGER]
2016-06-10 9:11:44 AM (997 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.3.0 = "8" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1015 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.4.0 = "16" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1036 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.5.0 = "16" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1053 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.6.0 = "NVRAM UART Flash " [ASN_OCTET_STR]
2016-06-10 9:11:45 AM (1069 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.7.0 = "31" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1084 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.8.0 = "80" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1099 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.9.0 = "8192" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1116 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.10.0 = "16" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1133 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.11.0 = "16" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1152 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.12.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1166 ms) : 1.3.6.1.4.1.3582.4.1.4.1.4.1.13.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1185 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1199 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.2.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1219 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.3.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1233 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.4.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1247 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.5.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1260 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.6.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1276 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.7.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1291 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.8.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1308 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.9.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1323 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.10.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1338 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.11.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1352 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.12.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1368 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.13.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1383 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.14.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1398 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.15.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1412 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.16.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1436 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.17.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1450 ms) : 1.3.6.1.4.1.3582.4.1.4.1.5.1.18.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1469 ms) : 1.3.6.1.4.1.3582.4.1.4.1.6.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1484 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1501 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.2.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1515 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.3.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1542 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.4.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1557 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.5.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1570 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.6.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1584 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.7.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1599 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.8.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1618 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.9.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1634 ms) : 1.3.6.1.4.1.3582.4.1.4.1.7.1.10.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1650 ms) : 1.3.6.1.4.1.3582.4.1.4.1.8.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1663 ms) : 1.3.6.1.4.1.3582.4.1.4.1.8.1.2.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1678 ms) : 1.3.6.1.4.1.3582.4.1.4.1.8.1.3.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1692 ms) : 1.3.6.1.4.1.3582.4.1.4.1.8.1.4.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1707 ms) : 1.3.6.1.4.1.3582.4.1.4.1.8.1.5.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1720 ms) : 1.3.6.1.4.1.3582.4.1.4.1.8.1.6.0 = "4" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1733 ms) : 1.3.6.1.4.1.3582.4.1.4.1.8.1.7.0 = "7" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1749 ms) : 1.3.6.1.4.1.3582.4.1.4.1.8.1.8.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1764 ms) : 1.3.6.1.4.1.3582.4.1.4.1.9.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1783 ms) : 1.3.6.1.4.1.3582.4.1.4.1.9.1.2.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1798 ms) : 1.3.6.1.4.1.3582.4.1.4.1.9.1.3.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1814 ms) : 1.3.6.1.4.1.3582.4.1.4.1.9.1.4.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1829 ms) : 1.3.6.1.4.1.3582.4.1.4.1.9.1.5.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1845 ms) : 1.3.6.1.4.1.3582.4.1.4.1.9.1.6.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1860 ms) : 1.3.6.1.4.1.3582.4.1.4.1.10.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1875 ms) : 1.3.6.1.4.1.3582.4.1.4.1.10.1.2.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1888 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.1.0 = "3" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1906 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1920 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.1 = "1" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1936 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.1.2 = "2" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1950 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.0 = "8" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1967 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.1 = "9" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1980 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.2.2 = "10" [ASN_INTEGER]
2016-06-10 9:11:45 AM (1998 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2013 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2027 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.3.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2038 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2050 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2067 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.4.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2081 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.0 = "1" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2097 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.1 = "2" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2110 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.5.2 = "0" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2125 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.0 = "2" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2140 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.1 = "2" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2157 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.6.2 = "2" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2172 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2185 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2199 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.7.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2214 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2227 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2242 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.8.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2258 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2276 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2290 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.9.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2304 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.0 = "24" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2317 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.1 = "1" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2330 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.10.2 = "64" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2347 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2364 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2379 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.11.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2394 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.0 = "2" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2410 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.1 = "2" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2426 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.12.2 = "2" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2441 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.0 = "Forced_PD_GUID(1) inVD(1) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2456 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.1 = "Forced_PD_GUID(0) inVD(0) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2471 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.13.2 = "Forced_PD_GUID(0) inVD(0) isGlobalSpare(0) isSpare(0) isForeign(0) intf(3) " [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2486 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.0 = "4433221103000000" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2503 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.1 = "4433221102000000" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2519 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.14.2 = "4433221101000000" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2535 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.0 = "715404" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2549 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.1 = "715404" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2567 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.15.2 = "953869" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2582 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.0 = "714892" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2597 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.1 = "714892" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2612 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.16.2 = "953357" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2628 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.0 = "714880" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2642 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.1 = "714880" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2656 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.17.2 = "953344" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2669 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.0 = "64" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2686 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.1 = "64" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2700 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.18.2 = "64" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2717 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2732 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.1 = "1" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2746 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.19.2 = "1" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2760 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2778 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.1 = "1" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2794 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.20.2 = "2" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2812 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2826 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.1 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2844 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.21.2 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2857 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2873 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2888 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.22.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:46 AM (2905 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.0 = "MakeOffline MakeFailed Locate StartCopyBack stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2920 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.1 = "MakeUnconfigured Locate stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2937 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.23.2 = "MakeUnconfigured Locate stopSecureEraseNonSED FWDownloadAllowed " [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2951 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.0 = "ATA     " [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2967 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.1 = "ATA     " [ASN_OCTET_STR]
2016-06-10 9:11:46 AM (2983 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.24.2 = "ATA     " [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3001 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.0 = "Hitachi HUA72107" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3018 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.1 = "Hitachi HUA72107" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3031 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.25.2 = "Hitachi HDE72101" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3047 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.0 = "A70M" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3066 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.1 = "A70M" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3086 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.26.2 = "A3AA" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3101 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.0 = "3" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3119 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.1 = "3" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3135 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.27.2 = "3" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3152 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.0 = "65535" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3166 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.1 = "65535" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3183 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.28.2 = "65535" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3200 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3219 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3234 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.29.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3249 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3264 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3279 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.30.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3292 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3308 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3322 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.31.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3339 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3355 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3373 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.32.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3387 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3404 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3419 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.33.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3437 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3452 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.1 = "1" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3469 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.34.2 = "1" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3483 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3498 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3512 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.35.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3530 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.0 = "36" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3545 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3563 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.36.2 = "32" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3578 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.0 = "GTA200XXXXXXX" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3595 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.1 = "GTA200XXXXXXX" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3609 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.37.2 = "STN607XXXXXXX" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3626 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3641 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3655 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.38.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3669 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3685 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3700 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.39.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3717 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3732 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3749 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.40.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3765 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3781 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3795 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.41.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3812 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.0 = "No" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3826 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.1 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3843 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.42.2 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3856 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.0 = "No" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3871 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.1 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3885 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.43.2 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3904 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3918 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3936 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.44.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:47 AM (3951 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.0 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3966 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.1 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3981 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.45.2 = "Year(0) Month(0) Day(0) Hour(0) Minute(0) Second(0) " [ASN_OCTET_STR]
2016-06-10 9:11:47 AM (3998 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4013 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4027 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.46.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4042 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4061 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.1 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4077 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.47.2 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4094 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4108 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.1 = "-1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4125 ms) : 1.3.6.1.4.1.3582.4.1.4.2.1.2.1.48.2 = "-1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4141 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.1.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4159 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4184 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.2.0 = "714880" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4201 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.3.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4229 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.4.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4253 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.5.0 = "2" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4273 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.6.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4292 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.7.0 = "WriteThrough,ReadAheadNone,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4314 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.8.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4333 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.9.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4353 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.10.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4374 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.11.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4396 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.12.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4418 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.13.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4441 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.14.0 = "7" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4467 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.15.0 = "2" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4487 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.16.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4511 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.17.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4537 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.18.0 = "No operation in progress" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4562 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.19.0 = "WriteThrough,ReadAheadNone,Direct,No Write Cache if Bad BBU" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4591 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.20.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4614 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.21.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4634 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.22.0 = "StartRecon DeleteLD " [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4661 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.23.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4683 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.24.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4699 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.25.0 = "-1" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4719 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.26.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4733 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.27.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4751 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.28.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4766 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.29.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4785 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.30.0 = "714880" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4799 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.31.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4816 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.32.0 = "WriteThrough" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4830 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.33.0 = "WriteThrough" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4844 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.34.0 = "VD is not Cached" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4858 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.35.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4875 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.36.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4889 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.37.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4906 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.2.1.38.0 = "N/A" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4922 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.3.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4940 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.3.1.2.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4957 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.3.1.3.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:48 AM (4971 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.3.1.4.0 = "714880" [ASN_OCTET_STR]
2016-06-10 9:11:48 AM (4986 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.3.1.5.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:49 AM (5003 ms) : 1.3.6.1.4.1.3582.4.1.4.3.1.3.1.6.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:49 AM (5018 ms) : 1.3.6.1.4.1.3582.4.1.4.3.4.1.0 = "1" [ASN_INTEGER]
2016-06-10 9:11:49 AM (5034 ms) : 1.3.6.1.4.1.3582.4.1.4.3.4.2.1.1.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:49 AM (5049 ms) : 1.3.6.1.4.1.3582.4.1.4.3.4.2.1.2.0 = "714880" [ASN_INTEGER]
2016-06-10 9:11:49 AM (5062 ms) : 1.3.6.1.4.1.3582.4.1.4.3.4.2.1.3.0 = "2" [ASN_INTEGER]
2016-06-10 9:11:49 AM (5076 ms) : 1.3.6.1.4.1.3582.4.1.4.3.4.2.1.4.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:49 AM (5093 ms) : 1.3.6.1.4.1.3582.4.1.4.3.4.2.1.5.0 = "8 65535 " [ASN_OCTET_STR]
2016-06-10 9:11:49 AM (5108 ms) : 1.3.6.1.4.1.3582.4.1.4.3.4.2.1.6.0 = "0" [ASN_INTEGER]
2016-06-10 9:11:49 AM (5126 ms) : 1.3.6.1.4.1.3582.4.1.4.3.5.1.0 = "0" [ASN_INTEGER]

Created on Jun 10, 2016 1:13:57 PM

Last change on Jun 13, 2016 9:08:12 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hello Jeff,
thank you very much for sharing.

There was a bug in the device template, it was using the wrong column for identification. It should be working now, and I've updated the sensor.zip bundle, download it again and overwrite the \devicetemplates\Custom LSI RAID TableSensor.odt file.

Note: You might get the old file if you download it right now as the file needs to be synchronized across our CDN, which might take a couple of hours.

Please let me know how that works out.

Best Regards,

Created on Jun 13, 2016 9:12:13 AM by  Luciano Lingnau [Paessler]



Votes:

0

I have tried this just this morning however it appears the Auto-Discovery ends prematurely. Upon starting the Auto Discovery with the template, it refreshes and shows no new sensors, and the "Last Auto-Discovery" is a few seconds ago.

Running PRTG 17.3.32.2339.

I have this working on 2x other servers just fine. All servers are almost identical with LSI RAID (IBM x3500 M4). I tried cloning from a fine server to this one and get the PE249 error.

Any ideas?

Created on Jul 21, 2017 10:49:30 PM



Votes:

0

Hello there,
thank you for your reply.

Please download and use our SNMP Tester, and poll both OID's described in the article. What's the outcome?

Other thing you can check is the output in your Auto-Discovery Log:

C:\ProgramData\Paessler\PRTG Network Monitor\Logs (System)\Auto Discovery Debug Log (1).log

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Jul 24, 2017 7:38:24 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hi,

Where I can find the file mib "LSI-AdapterSAS.mib" I have to go get it on my ESXi or on my PRTG ?

Best regards,

Created on Jul 26, 2017 12:52:14 PM



Votes:

0

Hello Quentin,
thank you for your reply.

You don't need the have the LSI-AdapterSAS.mib. You need however to have the appropriate software from LSI/Broadcom or from the appropriate OEM Manufacturer (Dell, IBM, etc). I'm not able to confirm if this will work with an ESXi host, but should work at least for Windows/Linux when the appropriate software is installed.

Please contact the vendor's support as they are the ones in a position to tell you if it will work with their hardware.

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Jul 27, 2017 5:32:55 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hello Luciano,

I will try to contact IBM support !

I'll keep you up to date.

Created on Jul 27, 2017 7:45:58 AM



Votes:

0

Having looked alone for the information which I need. I found this way; 1.3.6.1.4.1.6876.

Created on Sep 20, 2017 11:55:32 AM



Votes:

0

Hello,

With SNMP TESTER i got this :

----------------------- New Test -----------------------
Paessler SNMP Tester 5.2.3 Computername: WAY Interface: 10.0.X.X
13/11/2017 16:28:06 (17 ms) : Device: 10.0.X.X
13/11/2017 16:28:06 (28 ms) : SNMP V1
13/11/2017 16:28:06 (37 ms) : Custom OID 1.3.6.1.4.1.3582.4.1.4.3.1.2
13/11/2017 16:28:06 (48 ms) : SNMP Datatype: ASN_NULL
13/11/2017 16:28:06 (57 ms) : -------
13/11/2017 16:28:06 (66 ms) : Value: NULL2
13/11/2017 16:28:06 (78 ms) : Done
----------------------- New Test -----------------------
Paessler SNMP Tester 5.2.3 Computername: WAY Interface: 10.0.X.X
13/11/2017 16:28:11 (20 ms) : Device: 10.0.X.X
13/11/2017 16:28:11 (28 ms) : SNMP V1
13/11/2017 16:28:11 (37 ms) : Custom OID 1.3.6.1.4.1.3582.4.1.4.2.1.2
13/11/2017 16:28:11 (48 ms) : SNMP Datatype: ASN_NULL
13/11/2017 16:28:11 (56 ms) : -------
13/11/2017 16:28:11 (64 ms) : Value: NULL2
13/11/2017 16:28:11 (73 ms) : Done

Do you have any idea why I had this error?

Created on Nov 13, 2017 3:30:46 PM

Last change on Nov 14, 2017 6:32:26 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hello Quentin,
thank you for your reply.

Yes I do. You appear to have performed a "Custom OID" query, which won't work because this is a table, so you're actually missing the index. Please try again but using the "Walk" SNMP Operation within the SNMP Tester, the outcome should change.

Also, did you hear back from IBM? Is there an ESXi compatible version of the SNMP implementation/extension available?

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Nov 14, 2017 6:35:09 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hi Luciano,

I try with walk snmp operation i got this :

----------------------- New Test -----------------------
Paessler SNMP Tester 5.2.3 Computername: WAY Interface: 10.0.X.X
14/11/2017 09:37:19 (16 ms) : Device: 10.0.X.X
14/11/2017 09:37:19 (34 ms) : SNMP V2c
14/11/2017 09:37:19 (43 ms) : Walk 1.3.6.1.4.1.3582.4.1.4.3.1.2

At the end, nothing is done.

IBM didn't give a answer... My ESXi is compatible with SNMP v1, v2c and v3 but for RAID that i need IMM maybe...

Created on Nov 14, 2017 8:42:19 AM

Last change on Nov 14, 2017 11:53:11 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hello Quentin,
thank you for your reply.

There was basically no reply. You could attempt to poll the IMM, but the data may be reported differently as IBM may modify the SNMP data to be compatible with it's own MIB Implementation (instead of using LSI's implementation).

This is something that we cannot easily answer, only IBM itself can. You could also attempt to use the VMWare specific sensors instead, as suggested here. Please also refer to:

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Nov 14, 2017 1:56:47 PM by  Luciano Lingnau [Paessler]



Votes:

0

Exactly, I looked and you don't have probes for RAID and mirrors for VMWARE / IMM....

Do you have a solution ? Else, do you have a script that checks the RAID status ?

Created on Nov 15, 2017 8:24:34 AM



Votes:

0

Hello Quentin,
if you're running ESXi on a supported hardware/server (by Vmware/ESXi) then you should be able to use the VMware Host Hardware Status (SOAP) sensor, that monitors not only the Logical/Physical disks but every other supported/detected piece of hardware from the server.

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Nov 15, 2017 9:11:45 AM by  Luciano Lingnau [Paessler]



Votes:

0

Exactly, I just miss the state of mirrors and RAID... Your probe does not allow it :(

Created on Nov 15, 2017 9:25:04 AM



Votes:

0

I'm getting the same errors as jeff_dacom. The RAID status works fine but the physical disk check is not working, with error:

"Could not find a table row matching the index you specified when adding the sensor (0). The value of the column you selected might have changed. (code: PE247)"

Created on Apr 10, 2018 7:57:50 PM

Last change on Apr 17, 2018 5:37:33 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hi there,

Have you tried what Luciano suggested?
https://kb.paessler.com/en/topic/68725-monitoring-lsi-broadcom-raid-controllers#reply-232156

Best regards.

Created on Apr 11, 2018 10:57:45 AM by  Dariusz Gorka [Paessler Support]



Votes:

0

For the record:

Regarding the issue with the "Could not find a table row matching the index you specified when adding the sensor (0). The value of the column you selected might have changed. (code: PE247)" issue for the physical drive sensors reported by dhebert , I can confirm upon further analysis that the issue was that the MegaRAID software delivered inconsistent data.

For some reasons, the drives were reporting the serial number as temperature, and the temperature as "foreignImportNotAllow", so all columns are shifted by 1 which lead to issues during the sensor's creation.

We've received confirmation that once dhebert updated the MegaRAID software package to the latest version, the sensors worked after being re-created (delete and new auto-discovery).

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Apr 17, 2018 5:46:07 AM by  Luciano Lingnau [Paessler]



Votes:

0

I try with walk snmp operation i got this :

----------------------- New Test -----------------------
Paessler SNMP Tester 5.2.3 Computername: PC-WP34U93 Interface: 10.*.*.*
23.10.2018 8:57:01 (50 ms) : Device: 10.*.*.*
23.10.2018 8:57:01 (75 ms) : SNMP V2c
23.10.2018 8:57:01 (99 ms) : Walk 1.3.6.1.4.1
23.10.2018 8:57:01 (140 ms) : 1.3.6.1.4.1.77.1.1.1.0 = "10" [ASN_OCTET_STR]
23.10.2018 8:57:01 (178 ms) : 1.3.6.1.4.1.77.1.1.2.0 = "0" [ASN_OCTET_STR]
23.10.2018 8:57:01 (217 ms) : 1.3.6.1.4.1.77.1.1.3.0 = "
23.10.2018 8:57:01 (269 ms) : Error: 5

You need however to have the appropriate software from LSI/Broadcom or from the appropriate OEM Manufacturer (Supermicro, Dell, IBM, etc.) and overwrite the \devicetemplates\Custom LSI RAID TableSensor.odt file.

Created on Oct 23, 2018 7:36:37 AM

Last change on Oct 23, 2018 8:08:51 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hello K0NCTANT1N,
thank you for your reply.

Error: 5 stands for SNMP_ERR_GENERR (Generic Error).

But please keep in mind that the LSI specific OID's are listed in the SNMP Data heading within the Troubleshooting section. These are:

  • 1.3.6.1.4.1.3582.4.1.4.3
  • 1.3.6.1.4.1.3582.4.1.4.2

These are the OID's that you need to walk to check whenever the relevant data is available. Should the error 5 persist you might want to restart the SNMP agent or the whole server.

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Oct 23, 2018 8:12:38 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hello,

we are using LSI monitoring on several servers. So far it worked for every server. Recently we added new one with most recent Windows 2019 and LSI/Boradcomm Megaradi storage manager. I'm able to discover the disks however there is an error showed and monitoring is not working. Error is: "Sensor LSI Physical Drive: 9

PRTG could not find a table row matching the index that you specified when adding the sensor (9). The reason might be that the value of the column that you selected has changed. (code: PE247)"

When i checked KB for PE247 it says "These error messages are deprecated." Is there anything that i can do in order to get this workig?

Thanks,

Lubos

Created on Dec 11, 2020 11:48:07 AM



Votes:

0

Did you already check if the troubleshooting section, specifically the walk yields the actual required OIDs and metrics on the appliance? :)

Created on Dec 16, 2020 12:33:02 PM by  Stephan Linke [Paessler Support]



Votes:

0

Following up!

I have a new LSI RAID card, I can walk the given OIDs and I do get good responses using the SNMP tester. I get far more information on the 3.1.2 than the 2.1.2.

However, when I try to use the template to create a new sensor, no sensor is created. This is the error I get in the AutoDiscovery log (names remanded);

2022-06-16 16:06:21.600557 INFO TId   18712 CoreAutoDiscovery> Autodiscovery Started; Device ID: 2019
2022-06-16 16:06:21.600557 INFO TId   18712 CoreAutoDiscovery> Device ID: 2019 Name: ******* Host: ******* ProbeGUID: {79CD6093-2119-4CD2-93A3-3DE2B6209DFC}
2022-06-16 16:06:21.600557 INFO TId   18712 CoreAutoDiscovery> Device Templates; Device ID: 2019; Selected: 1
2022-06-16 16:06:21.630555 INFO TId   18712 CoreAutoDiscovery> Template Loaded; Device ID: 2019; Name: Custom LSI RAID Drives v0.2
2022-06-16 16:06:22.008557 INFO TId   18712 CoreAutoDiscovery> Template Check; Device ID: 2019; Check ID: ping; FOUND
2022-06-16 16:06:29.136609 INFO TId   18712 CoreAutoDiscovery> Template Check; Device ID: 2019; Check ID: snmp; ERROR: 106ErrorMessage: No Metaresult found
2022-06-16 16:06:30.012608 INFO TId   18712 CoreAutoDiscovery> Autodiscovery Finished: Device ID: 2019; Sensor(s): 0; Templates: 

Any ideas on what I can try next?

Created on Jun 16, 2022 4:58:37 PM

Last change on Jun 17, 2022 4:33:41 PM by  Felix Wiesneth [Paessler Support]



Votes:

0

Hello Squijit,

I've contact you via E-mail about this issue and requesting some SNMP Data so we can Investigate.

Best Regards,
Luciano Lingnau [Paessler]

Created on Jun 20, 2022 6:46:21 AM by  Luciano Lingnau [Paessler]



Votes:

0

Thank you Luciano!

Turns out the credentials it inherited from the probe for SNMP were different than the device's SNMP login. Once those were corrected the probe created perfectly!

Created on Jun 27, 2022 2:34:42 PM




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.