diff --git a/includes/definitions/discovery/cyberpower.yaml b/includes/definitions/discovery/cyberpower.yaml index 674eb818ff..ede72e06fe 100644 --- a/includes/definitions/discovery/cyberpower.yaml +++ b/includes/definitions/discovery/cyberpower.yaml @@ -94,6 +94,14 @@ modules: num_oid: .1.3.6.1.4.1.3808.1.1.1.2.2.3. index: 'upsAdvanceBatteryTemperature.{{ $index }}' descr: 'Battery Temperature' + - + oid: envirTemperature + num_oid: .1.3.6.1.4.1.3808.1.1.4.2.1. + index: 'envirTemperature.{{ $index }}' + descr: 'Environment Sensor Temperature' + user_func: fahrenheit_to_celsius + divisor: 10 + runtime: data: - @@ -115,4 +123,12 @@ modules: num_oid: .1.3.6.1.4.1.3808.1.1.1.4.2.2. index: 'upsAdvanceOutputFrequency.{{ $index }}' descr: 'Output' - divisor: 10 \ No newline at end of file + divisor: 10 + humidity: + data: + - + oid: envirHumidity + num_oid: .1.3.6.1.4.1.3808.1.1.4.3.1. + index: 'envirHumidity.{{ $index }}' + descr: 'Environment Sensor Humidity' + divisor: 10 diff --git a/tests/data/cyberpower.json b/tests/data/cyberpower.json index bec2337c51..178469af74 100644 --- a/tests/data/cyberpower.json +++ b/tests/data/cyberpower.json @@ -8,7 +8,7 @@ "sysDescr": "Power Manager", "sysContact": null, "version": null, - "hardware": "", + "hardware": null, "features": null, "location": null, "os": "cyberpower", @@ -132,6 +132,29 @@ "user_func": null, "state_name": null }, + { + "sensor_deleted": 0, + "sensor_class": "humidity", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.4.3.1.0", + "sensor_index": "envirHumidity.0", + "sensor_type": "cyberpower", + "sensor_descr": "Environment Sensor Humidity", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 5.5999999999999996, + "sensor_limit": 70, + "sensor_limit_warn": null, + "sensor_limit_low": 30, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, { "sensor_deleted": 0, "sensor_class": "runtime", @@ -270,6 +293,29 @@ "user_func": null, "state_name": "upsBaseOutputStatus" }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.4.2.1.0", + "sensor_index": "envirTemperature.0", + "sensor_type": "cyberpower", + "sensor_descr": "Environment Sensor Temperature", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 36.167000000000002, + "sensor_limit": 56.167000000000002, + "sensor_limit_warn": null, + "sensor_limit_low": 26.167000000000002, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": "fahrenheit_to_celsius", + "state_name": null + }, { "sensor_deleted": 0, "sensor_class": "temperature", @@ -304,7 +350,7 @@ "sensor_divisor": 10, "sensor_multiplier": 1, "sensor_current": 119.5, - "sensor_limit": 137.425, + "sensor_limit": 137.42500000000001, "sensor_limit_warn": null, "sensor_limit_low": 101.575, "sensor_limit_low_warn": null, @@ -327,7 +373,7 @@ "sensor_divisor": 10, "sensor_multiplier": 1, "sensor_current": 120.2, - "sensor_limit": 138.23, + "sensor_limit": 138.22999999999999, "sensor_limit_warn": null, "sensor_limit_low": 102.17, "sensor_limit_low_warn": null, @@ -490,6 +536,503 @@ } ] }, - "poller": "matches discovery" + "poller": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "charge", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.2.2.1.0", + "sensor_index": "upsAdvanceBatteryCapacity.0", + "sensor_type": "cyberpower", + "sensor_descr": "Battery Capacity", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 100, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.4.2.4.0", + "sensor_index": "upsAdvanceOutputCurrent.0", + "sensor_type": "cyberpower", + "sensor_descr": "Output", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 65, + "sensor_limit": 97.5, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.3.2.4.0", + "sensor_index": "upsAdvanceInputFrequency.0", + "sensor_type": "cyberpower", + "sensor_descr": "Input", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 60, + "sensor_limit": 63, + "sensor_limit_warn": null, + "sensor_limit_low": 57, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.4.2.2.0", + "sensor_index": "upsAdvanceOutputFrequency.0", + "sensor_type": "cyberpower", + "sensor_descr": "Output", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 60, + "sensor_limit": 63, + "sensor_limit_warn": null, + "sensor_limit_low": 57, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "humidity", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.4.3.1.0", + "sensor_index": "envirHumidity.0", + "sensor_type": "cyberpower", + "sensor_descr": "Environment Sensor Humidity", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 5.5999999999999996, + "sensor_limit": 70, + "sensor_limit_warn": null, + "sensor_limit_low": 30, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "runtime", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.2.2.4.0", + "sensor_index": "upsAdvanceBatteryRunTimeRemaining.0", + "sensor_type": "cyberpower", + "sensor_descr": "Battery Runtime", + "sensor_divisor": 6000, + "sensor_multiplier": 1, + "sensor_current": 29, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.2.2.5.0", + "sensor_index": "upsAdvanceBatteryReplaceIndicator.0", + "sensor_type": "upsAdvanceBatteryReplaceIndicator", + "sensor_descr": "Battery Replace Indicator", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "upsAdvanceBatteryReplaceIndicator" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.3.2.5.0", + "sensor_index": "upsAdvanceInputLineFailCause.0", + "sensor_type": "upsAdvanceInputLineFailCause", + "sensor_descr": "Input Line Cause", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "upsAdvanceInputLineFailCause" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.3.2.6.0", + "sensor_index": "upsAdvanceInputStatus.0", + "sensor_type": "upsAdvanceInputStatus", + "sensor_descr": "Input Status", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "upsAdvanceInputStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.2.1.1.0", + "sensor_index": "upsBaseBatteryStatus.0", + "sensor_type": "upsBaseBatteryStatus", + "sensor_descr": "Battery Status", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "upsBaseBatteryStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.4.1.1.0", + "sensor_index": "upsBaseOutputStatus.0", + "sensor_type": "upsBaseOutputStatus", + "sensor_descr": "Output Status", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "upsBaseOutputStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.4.2.1.0", + "sensor_index": "envirTemperature.0", + "sensor_type": "cyberpower", + "sensor_descr": "Environment Sensor Temperature", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 20.170000000000002, + "sensor_limit": 56.167000000000002, + "sensor_limit_warn": null, + "sensor_limit_low": 26.167000000000002, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 36.167000000000002, + "user_func": "fahrenheit_to_celsius", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.2.2.3.0", + "sensor_index": "upsAdvanceBatteryTemperature.0", + "sensor_type": "cyberpower", + "sensor_descr": "Battery Temperature", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 26, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.3.2.1.0", + "sensor_index": "upsAdvanceInputLineVoltage.0", + "sensor_type": "cyberpower", + "sensor_descr": "Input Line Voltage", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 119.5, + "sensor_limit": 137.42500000000001, + "sensor_limit_warn": null, + "sensor_limit_low": 101.575, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3808.1.1.1.4.2.1.0", + "sensor_index": "upsAdvanceOutputVoltage.0", + "sensor_type": "cyberpower", + "sensor_descr": "Output Voltage", + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 120.2, + "sensor_limit": 138.22999999999999, + "sensor_limit_warn": null, + "sensor_limit_low": 102.17, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "upsAdvanceBatteryReplaceIndicator", + "state_descr": "No", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvanceBatteryReplaceIndicator", + "state_descr": "Replace", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "upsAdvanceInputLineFailCause", + "state_descr": "No Transfer", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvanceInputLineFailCause", + "state_descr": "High Voltage", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "upsAdvanceInputLineFailCause", + "state_descr": "Brown Out", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "upsAdvanceInputLineFailCause", + "state_descr": "Self Test", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 1 + }, + { + "state_name": "upsAdvanceInputStatus", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "upsAdvanceInputStatus", + "state_descr": "Over Voltage", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "upsAdvanceInputStatus", + "state_descr": "Under Voltage", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "upsAdvanceInputStatus", + "state_descr": "Frequency Failure", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + }, + { + "state_name": "upsAdvanceInputStatus", + "state_descr": "Blackout", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 2 + }, + { + "state_name": "upsBaseBatteryStatus", + "state_descr": "Known", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "upsBaseBatteryStatus", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "upsBaseBatteryStatus", + "state_descr": "Low", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "upsBaseOutputStatus", + "state_descr": "Unknown", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "upsBaseOutputStatus", + "state_descr": "Online", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "upsBaseOutputStatus", + "state_descr": "On Battery", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "upsBaseOutputStatus", + "state_descr": "On Boost", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 1 + }, + { + "state_name": "upsBaseOutputStatus", + "state_descr": "On Sleep", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 1 + }, + { + "state_name": "upsBaseOutputStatus", + "state_descr": "Off", + "state_draw_graph": 1, + "state_value": 6, + "state_generic_value": 2 + }, + { + "state_name": "upsBaseOutputStatus", + "state_descr": "Rebooting", + "state_draw_graph": 1, + "state_value": 7, + "state_generic_value": 1 + } + ] + } } } diff --git a/tests/snmpsim/cyberpower.snmprec b/tests/snmpsim/cyberpower.snmprec index 925dffa56e..9dc2679b24 100644 --- a/tests/snmpsim/cyberpower.snmprec +++ b/tests/snmpsim/cyberpower.snmprec @@ -4,6 +4,94 @@ 1.3.6.1.2.1.1.4.0|4| 1.3.6.1.2.1.1.5.0|4| 1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.4.3.0|65|555627 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|32547 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|32547 +1.3.6.1.2.1.4.9.0|65|523079 +1.3.6.1.2.1.4.10.0|65|471567 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|0 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.10.101.49.7|2|1 +1.3.6.1.2.1.4.20.1.3.10.101.49.7|64|255.255.255.224 +1.3.6.1.2.1.4.22.1.2.1.10.101.49.1|4x|00FD45282700 +1.3.6.1.2.1.5.1.0|65|6170 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|0 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|0 +1.3.6.1.2.1.5.9.0|65|0 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|6204 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|34 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|6170 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.6.5.0|65|2 +1.3.6.1.2.1.6.6.0|65|116 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|118 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|1698 +1.3.6.1.2.1.6.11.0|65|367 +1.3.6.1.2.1.6.12.0|65|0 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|1097 +1.3.6.1.2.1.7.1.0|65|464457 +1.3.6.1.2.1.7.2.0|65|34 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|463905 +1.3.6.1.2.1.11.1.0|65|464202 +1.3.6.1.2.1.11.2.0|65|463698 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|461 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|1311898 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|131206 +1.3.6.1.2.1.11.16.0|65|332506 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|1954 +1.3.6.1.2.1.11.21.0|65|44812 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|463722 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|2 +1.3.6.1.2.1.33.1.1.1.0|4|CPS 1.3.6.1.4.1.3808.1.1.1.1.1.1.0|4|OL2200RTXL2U 1.3.6.1.4.1.3808.1.1.1.1.2.1.0|4|S1A17 1.3.6.1.4.1.3808.1.1.1.1.2.3.0|4|ABCFT1000001 @@ -20,3 +108,5 @@ 1.3.6.1.4.1.3808.1.1.1.4.2.1.0|66|1202 1.3.6.1.4.1.3808.1.1.1.4.2.2.0|2|600 1.3.6.1.4.1.3808.1.1.1.4.2.4.0|66|65 +1.3.6.1.4.1.3808.1.1.4.2.1.0|2|683 +1.3.6.1.4.1.3808.1.1.4.3.1.0|2|56