device: Added Radwin OS Wireless Sensors (#8372)

* Radwin OS added.

* Changing whitespace.

* Added test data for radwin 5550-0h150,5550-0150, 5200-0150

* Added radwin json test data

* Adding json test data for Radwin
This commit is contained in:
vivia11 2018-03-17 09:08:00 -04:00 committed by Neil Lathwood
parent 2bd6ceadc2
commit 281e01d4f8
7 changed files with 802 additions and 0 deletions

85
LibreNMS/OS/Radwin.php Normal file
View File

@ -0,0 +1,85 @@
<?php
/**
* Radwin.php
*
* Radwin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link http://librenms.org
* @copyright 2018 Vivia Nguyen-Tran
* @author Vivia Nguyen-Tran<nguyen_vivia@hotmail.com>
*/
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')
);
}
}

View File

@ -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\"]"
}
]
}
}
}

View File

@ -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\"]"
}
]
}
}
}

View File

@ -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\"]"
}
]
}
}
}

View File

@ -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|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
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

View File

@ -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|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
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

View File

@ -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|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
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