diff --git a/LibreNMS/OS/Radwin.php b/LibreNMS/OS/Radwin.php new file mode 100644 index 0000000000..776b8a2994 --- /dev/null +++ b/LibreNMS/OS/Radwin.php @@ -0,0 +1,85 @@ +. + * + * @package LibreNMS + * @link http://librenms.org + * @copyright 2018 Vivia Nguyen-Tran + * @author Vivia Nguyen-Tran + */ + +namespace LibreNMS\OS; + +use LibreNMS\Device\WirelessSensor; +use LibreNMS\Interfaces\Discovery\Sensors\WirelessDistanceDiscovery; +use LibreNMS\Interfaces\Discovery\Sensors\WirelessPowerDiscovery; +use LibreNMS\Interfaces\Discovery\Sensors\WirelessRssiDiscovery; +use LibreNMS\OS; + +class Radwin extends OS implements + WirelessDistanceDiscovery, + WirelessPowerDiscovery, + WirelessRssiDiscovery +{ + /** + * Discover wireless distance. This is in Kilometers. Type is distance. + * Returns an array of LibreNMS\Device\Sensor objects that have been discovered + * + * @return array Sensors + */ + public function discoverWirelessDistance() + { + $oid = '.1.3.6.1.4.1.4458.1000.1.5.29.0'; //RADWIN-MIB-WINLINK1000::winlink1000OduAirLinkDistance.0 + return array( + new WirelessSensor('distance', $this->getDeviceId(), $oid, 'radwin', 0, 'Link distance', null, 1, 1000) + ); + } + + /** + * Discover wireless tx or rx power. This is in dBm. Type is power. + * Returns an array of LibreNMS\Device\Sensor objects that have been discovered + * + * @return array + */ + + public function discoverWirelessPower() + { + $transmit = '.1.3.6.1.4.1.4458.1000.1.5.4.0'; //RADWIN-MIB-WINLINK1000::winlink1000OduAirTxPower.0 + $receive = '.1.3.6.1.4.1.4458.1000.1.5.9.1.0'; //RADWIN-MIB-WINLINK1000::winlink1000OduAirRxPower.0 + + return array( + new WirelessSensor('power', $this->getDeviceId(), $transmit, 'Radwin-Tx', 0, 'Tx Power'), + new WirelessSensor('power', $this->getDeviceId(), $receive, 'Radwin-Rx', 0, 'Rx Power') + ); + } + + /** + * Discover wireless RSSI (Received Signal Strength Indicator). This is in dBm. Type is rssi. + * Returns an array of LibreNMS\Device\Sensor objects that have been discovered + * + * @return array + */ + + public function discoverWirelessRssi() + { + $oid = '.1.3.6.1.4.1.4458.1000.1.1.51.7.0'; // RADWIN-MIB-WINLINK1000::winlink1000OduAdmWifiRssi.0 + return array( + new WirelessSensor('rssi', $this->getDeviceId(), $oid, 'radwin', 0, 'RSSI') + ); + } +} diff --git a/tests/data/radwin_5200-0150.json b/tests/data/radwin_5200-0150.json new file mode 100644 index 0000000000..2186dc2636 --- /dev/null +++ b/tests/data/radwin_5200-0150.json @@ -0,0 +1,180 @@ +{ + "wireless": { + "discovery": { + "wireless_sensors": [ + { + "sensor_deleted": "0", + "sensor_class": "rssi", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "RSSI", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-150", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.1.51.7.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Tx", + "sensor_descr": "Tx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "3", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.4.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Rx", + "sensor_descr": "Rx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-67", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.9.1.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "distance", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "Link distance", + "sensor_divisor": "1000", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "0.3", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.29.0\"]" + } + ] + }, + "poller": { + "wireless_sensors": [ + { + "sensor_deleted": "0", + "sensor_class": "rssi", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "RSSI", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-150", + "sensor_prev": "-150", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.1.51.7.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Tx", + "sensor_descr": "Tx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "3", + "sensor_prev": "3", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.4.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Rx", + "sensor_descr": "Rx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-67", + "sensor_prev": "-67", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.9.1.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "distance", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "Link distance", + "sensor_divisor": "1000", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "0.3", + "sensor_prev": "0.3", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.29.0\"]" + } + ] + } + } +} diff --git a/tests/data/radwin_5550-0150.json b/tests/data/radwin_5550-0150.json new file mode 100644 index 0000000000..237ba1a33c --- /dev/null +++ b/tests/data/radwin_5550-0150.json @@ -0,0 +1,180 @@ +{ + "wireless": { + "discovery": { + "wireless_sensors": [ + { + "sensor_deleted": "0", + "sensor_class": "rssi", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "RSSI", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-150", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.1.51.7.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Tx", + "sensor_descr": "Tx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "15", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.4.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Rx", + "sensor_descr": "Rx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-49", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.9.1.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "distance", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "Link distance", + "sensor_divisor": "1000", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "0.15", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.29.0\"]" + } + ] + }, + "poller": { + "wireless_sensors": [ + { + "sensor_deleted": "0", + "sensor_class": "rssi", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "RSSI", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-150", + "sensor_prev": "-150", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.1.51.7.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Tx", + "sensor_descr": "Tx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "15", + "sensor_prev": "15", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.4.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Rx", + "sensor_descr": "Rx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-49", + "sensor_prev": "-49", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.9.1.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "distance", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "Link distance", + "sensor_divisor": "1000", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "0.15", + "sensor_prev": "0.15", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.29.0\"]" + } + ] + } + } +} diff --git a/tests/data/radwin_5550-0h50.json b/tests/data/radwin_5550-0h50.json new file mode 100644 index 0000000000..f98065f424 --- /dev/null +++ b/tests/data/radwin_5550-0h50.json @@ -0,0 +1,180 @@ +{ + "wireless": { + "discovery": { + "wireless_sensors": [ + { + "sensor_deleted": "0", + "sensor_class": "rssi", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "RSSI", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-150", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.1.51.7.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Tx", + "sensor_descr": "Tx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-1", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.4.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Rx", + "sensor_descr": "Rx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-60", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.9.1.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "distance", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "Link distance", + "sensor_divisor": "1000", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "0.15", + "sensor_prev": null, + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.29.0\"]" + } + ] + }, + "poller": { + "wireless_sensors": [ + { + "sensor_deleted": "0", + "sensor_class": "rssi", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "RSSI", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-150", + "sensor_prev": "-150", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.1.51.7.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Tx", + "sensor_descr": "Tx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-1", + "sensor_prev": "-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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.4.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "power", + "sensor_index": "0", + "sensor_type": "Radwin-Rx", + "sensor_descr": "Rx Power", + "sensor_divisor": "1", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "-60", + "sensor_prev": "-60", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.9.1.0\"]" + }, + { + "sensor_deleted": "0", + "sensor_class": "distance", + "sensor_index": "0", + "sensor_type": "radwin", + "sensor_descr": "Link distance", + "sensor_divisor": "1000", + "sensor_multiplier": "1", + "sensor_aggregator": "sum", + "sensor_current": "0.15", + "sensor_prev": "0.15", + "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_oids": "[\".1.3.6.1.4.1.4458.1000.1.5.29.0\"]" + } + ] + } + } +} diff --git a/tests/snmpsim/radwin_5200-0150.snmprec b/tests/snmpsim/radwin_5200-0150.snmprec new file mode 100644 index 0000000000..b4f1cdced2 --- /dev/null +++ b/tests/snmpsim/radwin_5200-0150.snmprec @@ -0,0 +1,59 @@ +1.3.6.1.2.1.1.1.0|4|Wireless Link +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.4458.20.6.1.1 +1.3.6.1.2.1.1.3.0|67|200267700 +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.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.101|2|101 +1.3.6.1.2.1.2.2.1.2.1|4|Management Port on Odu +1.3.6.1.2.1.2.2.1.2.101|4|Radio Interface +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.101|2|39 +1.3.6.1.2.1.2.2.1.4.1|2|2047 +1.3.6.1.2.1.2.2.1.4.101|2|2047 +1.3.6.1.2.1.2.2.1.5.1|66|100000000 +1.3.6.1.2.1.2.2.1.5.101|66|0 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.101|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.101|2|1 +1.3.6.1.2.1.2.2.1.9.1|65|0 +1.3.6.1.2.1.2.2.1.9.101|65|0 +1.3.6.1.2.1.2.2.1.10.1|65|146868953 +1.3.6.1.2.1.2.2.1.10.101|65|0 +1.3.6.1.2.1.2.2.1.11.1|65|136750535 +1.3.6.1.2.1.2.2.1.11.101|65|0 +1.3.6.1.2.1.2.2.1.12.1|65|351837 +1.3.6.1.2.1.2.2.1.12.101|65|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.101|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.101|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.15.101|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|3622655296 +1.3.6.1.2.1.2.2.1.16.101|65|0 +1.3.6.1.2.1.2.2.1.17.1|65|77298317 +1.3.6.1.2.1.2.2.1.17.101|65|0 +1.3.6.1.2.1.2.2.1.18.1|65|33053630 +1.3.6.1.2.1.2.2.1.18.101|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.101|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.101|65|0 +1.3.6.1.2.1.2.2.1.21.1|65|0 +1.3.6.1.2.1.2.2.1.21.101|65|0 +1.3.6.1.2.1.2.2.1.22.1|65|0 +1.3.6.1.2.1.2.2.1.22.101|65|0 +1.3.6.1.2.1.31.1.1.1.1.1|4|Management Port on Odu +1.3.6.1.2.1.31.1.1.1.1.101|4|Radio Interface +1.3.6.1.4.1.4458.1000.1.1.2.0|4|6 +1.3.6.1.4.1.4458.1000.1.1.3.0|4|4.9.00_b0016_Jan 8 2017 +1.3.6.1.4.1.4458.1000.1.1.29.0|4|P10700I500F00005 +1.3.6.1.4.1.4458.1000.1.1.30.0|4|RW5000/HSU/5550/F58/FCC/SFF/INT/23 - RW-5550-0H50 +1.3.6.1.4.1.4458.1000.1.1.51.7.0|2|-150 +1.3.6.1.4.1.4458.1000.1.5.4.0|2|3 +1.3.6.1.4.1.4458.1000.1.5.9.1.0|2|-67 +1.3.6.1.4.1.4458.1000.1.5.29.0|2|300 +1.3.6.1.6.3.10.2.1.3.0|2|2002687 diff --git a/tests/snmpsim/radwin_5550-0150.snmprec b/tests/snmpsim/radwin_5550-0150.snmprec new file mode 100644 index 0000000000..2e060b71fc --- /dev/null +++ b/tests/snmpsim/radwin_5550-0150.snmprec @@ -0,0 +1,59 @@ +1.3.6.1.2.1.1.1.0|4|Wireless Link +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.4458.20.6.1.1 +1.3.6.1.2.1.1.3.0|67|1019790500 +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.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.101|2|101 +1.3.6.1.2.1.2.2.1.2.1|4|Management Port on Odu +1.3.6.1.2.1.2.2.1.2.101|4|Radio Interface +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.101|2|39 +1.3.6.1.2.1.2.2.1.4.1|2|2047 +1.3.6.1.2.1.2.2.1.4.101|2|2047 +1.3.6.1.2.1.2.2.1.5.1|66|1000000000 +1.3.6.1.2.1.2.2.1.5.101|66|0 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.101|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.101|2|1 +1.3.6.1.2.1.2.2.1.9.1|65|0 +1.3.6.1.2.1.2.2.1.9.101|65|0 +1.3.6.1.2.1.2.2.1.10.1|65|1193551503 +1.3.6.1.2.1.2.2.1.10.101|65|0 +1.3.6.1.2.1.2.2.1.11.1|65|749782085 +1.3.6.1.2.1.2.2.1.11.101|65|0 +1.3.6.1.2.1.2.2.1.12.1|65|5829125 +1.3.6.1.2.1.2.2.1.12.101|65|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.101|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.101|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.15.101|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|3283626590 +1.3.6.1.2.1.2.2.1.16.101|65|0 +1.3.6.1.2.1.2.2.1.17.1|65|408670417 +1.3.6.1.2.1.2.2.1.17.101|65|0 +1.3.6.1.2.1.2.2.1.18.1|65|159615190 +1.3.6.1.2.1.2.2.1.18.101|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.101|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.101|65|0 +1.3.6.1.2.1.2.2.1.21.1|65|0 +1.3.6.1.2.1.2.2.1.21.101|65|0 +1.3.6.1.2.1.2.2.1.22.1|65|0 +1.3.6.1.2.1.2.2.1.22.101|65|0 +1.3.6.1.2.1.31.1.1.1.1.1|4|Management Port on Odu +1.3.6.1.2.1.31.1.1.1.1.101|4|Radio Interface +1.3.6.1.4.1.4458.1000.1.1.2.0|4|9 +1.3.6.1.4.1.4458.1000.1.1.3.0|4|4.9.00_b0016_Jan 8 2017 +1.3.6.1.4.1.4458.1000.1.1.29.0|4|P07100I500A00824 +1.3.6.1.4.1.4458.1000.1.1.30.0|4|RW5000/HSU/5550/F58/FCC/INT - RW-5550-0150 +1.3.6.1.4.1.4458.1000.1.1.51.7.0|2|-150 +1.3.6.1.4.1.4458.1000.1.5.4.0|2|15 +1.3.6.1.4.1.4458.1000.1.5.9.1.0|2|-49 +1.3.6.1.4.1.4458.1000.1.5.29.0|2|150 +1.3.6.1.6.3.10.2.1.3.0|2|10197909 diff --git a/tests/snmpsim/radwin_5550-0h50.snmprec b/tests/snmpsim/radwin_5550-0h50.snmprec new file mode 100644 index 0000000000..f20a4780cb --- /dev/null +++ b/tests/snmpsim/radwin_5550-0h50.snmprec @@ -0,0 +1,59 @@ +1.3.6.1.2.1.1.1.0|4|Wireless Link +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.4458.20.6.1.1 +1.3.6.1.2.1.1.3.0|67|200261300 +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.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.101|2|101 +1.3.6.1.2.1.2.2.1.2.1|4|Management Port on Odu +1.3.6.1.2.1.2.2.1.2.101|4|Radio Interface +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.101|2|39 +1.3.6.1.2.1.2.2.1.4.1|2|2047 +1.3.6.1.2.1.2.2.1.4.101|2|2047 +1.3.6.1.2.1.2.2.1.5.1|66|100000000 +1.3.6.1.2.1.2.2.1.5.101|66|0 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.101|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.101|2|1 +1.3.6.1.2.1.2.2.1.9.1|65|0 +1.3.6.1.2.1.2.2.1.9.101|65|0 +1.3.6.1.2.1.2.2.1.10.1|65|2488331102 +1.3.6.1.2.1.2.2.1.10.101|65|0 +1.3.6.1.2.1.2.2.1.11.1|65|156501576 +1.3.6.1.2.1.2.2.1.11.101|65|0 +1.3.6.1.2.1.2.2.1.12.1|65|1281962 +1.3.6.1.2.1.2.2.1.12.101|65|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.101|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.101|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.15.101|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|374929494 +1.3.6.1.2.1.2.2.1.16.101|65|0 +1.3.6.1.2.1.2.2.1.17.1|65|86535242 +1.3.6.1.2.1.2.2.1.17.101|65|0 +1.3.6.1.2.1.2.2.1.18.1|65|33042243 +1.3.6.1.2.1.2.2.1.18.101|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.101|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.101|65|0 +1.3.6.1.2.1.2.2.1.21.1|65|0 +1.3.6.1.2.1.2.2.1.21.101|65|0 +1.3.6.1.2.1.2.2.1.22.1|65|0 +1.3.6.1.2.1.2.2.1.22.101|65|0 +1.3.6.1.2.1.31.1.1.1.1.1|4|Management Port on Odu +1.3.6.1.2.1.31.1.1.1.1.101|4|Radio Interface +1.3.6.1.4.1.4458.1000.1.1.2.0|4|6 +1.3.6.1.4.1.4458.1000.1.1.3.0|4|4.9.00_b0016_Jan 8 2017 +1.3.6.1.4.1.4458.1000.1.1.29.0|4|P10700I500A00377 +1.3.6.1.4.1.4458.1000.1.1.30.0|4|RW5000/HSU/5550/F58/FCC/SFF/INT/23 - RW-5550-0H50 +1.3.6.1.4.1.4458.1000.1.1.51.7.0|2|-150 +1.3.6.1.4.1.4458.1000.1.5.4.0|2|-1 +1.3.6.1.4.1.4458.1000.1.5.9.1.0|2|-60 +1.3.6.1.4.1.4458.1000.1.5.29.0|2|150 +1.3.6.1.6.3.10.2.1.3.0|2|2002623