From 359e00f6021eb532cf9bd10543f63420e8f9bef7 Mon Sep 17 00:00:00 2001 From: Noah Roufus Date: Fri, 18 Nov 2022 15:30:05 -0700 Subject: [PATCH] Adjusted PMP to accomodate various other 450 models. (#14652) --- LibreNMS/OS/Pmp.php | 6 +- tests/data/pmp_450i.json | 1027 ++++++++++++++++++++++++++++++++ tests/data/pmp_450m.json | 2 +- tests/snmpsim/pmp.snmprec | 1 + tests/snmpsim/pmp_450.snmprec | 1 + tests/snmpsim/pmp_450i.snmprec | 438 ++++++++++++++ tests/snmpsim/pmp_450m.snmprec | 1 + 7 files changed, 1473 insertions(+), 3 deletions(-) create mode 100644 tests/data/pmp_450i.json create mode 100644 tests/snmpsim/pmp_450i.snmprec diff --git a/LibreNMS/OS/Pmp.php b/LibreNMS/OS/Pmp.php index ff25572332..410828a737 100644 --- a/LibreNMS/OS/Pmp.php +++ b/LibreNMS/OS/Pmp.php @@ -52,7 +52,7 @@ class Pmp extends OS implements public function discoverOS(Device $device): void { parent::discoverOS($device); // yaml - $data = snmp_get_multi_oid($this->getDeviceArray(), ['boxDeviceType.0', 'bhTimingMode.0', 'boxDeviceTypeID.0'], '-OQUs', 'WHISP-BOX-MIBV2-MIB'); + $data = snmp_get_multi_oid($this->getDeviceArray(), ['boxDeviceType.0', 'bhTimingMode.0', 'boxDeviceTypeID.0', 'productTypeName.0'], '-OQUs', 'WHISP-BOX-MIBV2-MIB'); $device->features = $data['boxDeviceType.0'] ?? null; $ptp = [ @@ -70,7 +70,6 @@ class Pmp extends OS implements } $pmp = [ - 'MU-MIMO OFDM' => 'PMP 450m', 'MIMO OFDM' => 'PMP 450', 'OFDM' => 'PMP 430', ]; @@ -83,6 +82,9 @@ class Pmp extends OS implements break; } } + if (Str::contains($hardware, 'PMP 450')) { + $hardware = $data['productTypeName.0'] ?? $hardware; + } if (Str::contains($device->sysDescr, 'AP')) { $hardware .= ' AP'; } elseif (Str::contains($device->sysDescr, 'SM')) { diff --git a/tests/data/pmp_450i.json b/tests/data/pmp_450i.json new file mode 100644 index 0000000000..cf63a342b1 --- /dev/null +++ b/tests/data/pmp_450i.json @@ -0,0 +1,1027 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.161.19.250.256", + "sysDescr": "CANOPY 21.1.0.1 (Build STA-1) AP", + "sysContact": "", + "version": "21.1.0.1", + "hardware": "PMP 450i AP", + "features": "3.6GHz MIMO OFDM - Multipoint - Access Point", + "location": "", + "os": "pmp", + "type": "wireless", + "serial": null, + "icon": "cambium.svg" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Cambium 10/100/1000 Ethernet Main", + "ifName": "et0", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "None", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Canopy MultiPoint", + "ifName": "rf1", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "None", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Cambium 10/100/1000 Ethernet Main", + "ifName": "et0", + "portName": null, + "ifIndex": 1, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": "0", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1514, + "ifType": "ethernetCsmacd", + "ifAlias": "None", + "ifPhysAddress": "0a003e4559e4", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 10709597408, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 4140538655, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 787540, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 14550503997896, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1130442236837, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 1744398, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 1857343, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Canopy MultiPoint", + "ifName": "rf1", + "portName": null, + "ifIndex": 2, + "ifSpeed": 224000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": "0", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "None", + "ifPhysAddress": "1a003e4559e4", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 4134094154, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 10685577727, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1124168203891, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 14526624043903, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 10403386, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 2152091, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 1337496, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.161.19.3.1.3.1.0", + "sensor_index": "0", + "sensor_type": "WHISP-APS-MIB::whispGPSStats", + "sensor_descr": "GPS Status", + "group": null, + "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, + "rrd_type": "GAUGE", + "state_name": "WHISP-APS-MIB::whispGPSStats" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.161.19.3.3.1.35.0", + "sensor_index": "0", + "sensor_type": "pmp", + "sensor_descr": "Cambium Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -2, + "sensor_limit": 18, + "sensor_limit_warn": null, + "sensor_limit_low": -12, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "WHISP-APS-MIB::whispGPSStats", + "state_descr": "gpsSynchronized", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "WHISP-APS-MIB::whispGPSStats", + "state_descr": "gpsLostSync", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "WHISP-APS-MIB::whispGPSStats", + "state_descr": "generatingSync", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 0 + } + ] + }, + "poller": "matches discovery" + }, + "wireless": { + "discovery": { + "wireless_sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "clients", + "sensor_index": "0", + "sensor_type": "pmp", + "sensor_descr": "Client Count", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 34, + "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.161.19.3.1.7.1.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "0", + "sensor_type": "pmp-downlink", + "sensor_descr": "1m Downlink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 34, + "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.161.19.3.1.12.1.1.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "0", + "sensor_type": "pmp-uplink", + "sensor_descr": "1m Uplink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 32, + "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.161.19.3.1.12.1.2.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "1", + "sensor_type": "pmp-downlink", + "sensor_descr": "5m Downlink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 32, + "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.161.19.3.1.12.2.1.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "1", + "sensor_type": "pmp-uplink", + "sensor_descr": "5m Uplink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 29, + "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.161.19.3.1.12.2.2.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "2", + "sensor_type": "pmp-downlink", + "sensor_descr": "15m Downlink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 31, + "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.161.19.3.1.12.3.1.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "2", + "sensor_type": "pmp-uplink", + "sensor_descr": "15m Uplink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 22, + "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.161.19.3.1.12.3.2.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "errors", + "sensor_index": "0", + "sensor_type": "pmp-fecCRCError", + "sensor_descr": "CRC Errors", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 787540, + "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.161.19.3.3.1.223.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "errors", + "sensor_index": "0", + "sensor_type": "pmp-fecOutErrorsCount", + "sensor_descr": "Out Error Count", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 0, + "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.161.19.3.3.1.97.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "errors", + "sensor_index": "0", + "sensor_type": "pmp-fecInErrorsCount", + "sensor_descr": "In Error Count", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 787540, + "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.161.19.3.3.1.95.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "sensor_index": "0", + "sensor_type": "pmp", + "sensor_descr": "Frequency", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 3565, + "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.161.19.3.1.7.37.0\"]", + "rrd_type": "GAUGE" + } + ] + }, + "poller": { + "wireless_sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "clients", + "sensor_index": "0", + "sensor_type": "pmp", + "sensor_descr": "Client Count", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 34, + "sensor_prev": 34, + "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.161.19.3.1.7.1.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "0", + "sensor_type": "pmp-downlink", + "sensor_descr": "1m Downlink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 34, + "sensor_prev": 34, + "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.161.19.3.1.12.1.1.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "0", + "sensor_type": "pmp-uplink", + "sensor_descr": "1m Uplink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 32, + "sensor_prev": 32, + "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.161.19.3.1.12.1.2.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "1", + "sensor_type": "pmp-downlink", + "sensor_descr": "5m Downlink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 32, + "sensor_prev": 32, + "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.161.19.3.1.12.2.1.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "1", + "sensor_type": "pmp-uplink", + "sensor_descr": "5m Uplink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 29, + "sensor_prev": 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_oids": "[\".1.3.6.1.4.1.161.19.3.1.12.2.2.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "2", + "sensor_type": "pmp-downlink", + "sensor_descr": "15m Downlink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 31, + "sensor_prev": 31, + "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.161.19.3.1.12.3.1.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "utilization", + "sensor_index": "2", + "sensor_type": "pmp-uplink", + "sensor_descr": "15m Uplink Utilization", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 22, + "sensor_prev": 22, + "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.161.19.3.1.12.3.2.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "errors", + "sensor_index": "0", + "sensor_type": "pmp-fecCRCError", + "sensor_descr": "CRC Errors", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 787540, + "sensor_prev": 787540, + "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.161.19.3.3.1.223.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "errors", + "sensor_index": "0", + "sensor_type": "pmp-fecOutErrorsCount", + "sensor_descr": "Out Error Count", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 0, + "sensor_prev": 0, + "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.161.19.3.3.1.97.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "errors", + "sensor_index": "0", + "sensor_type": "pmp-fecInErrorsCount", + "sensor_descr": "In Error Count", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 787540, + "sensor_prev": 787540, + "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.161.19.3.3.1.95.0\"]", + "rrd_type": "GAUGE" + }, + { + "sensor_deleted": 0, + "sensor_class": "frequency", + "sensor_index": "0", + "sensor_type": "pmp", + "sensor_descr": "Frequency", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_aggregator": "sum", + "sensor_current": 3565, + "sensor_prev": 3565, + "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.161.19.3.1.7.37.0\"]", + "rrd_type": "GAUGE" + } + ] + } + } +} diff --git a/tests/data/pmp_450m.json b/tests/data/pmp_450m.json index 7b0a89caa2..6a1dd8fe6a 100644 --- a/tests/data/pmp_450m.json +++ b/tests/data/pmp_450m.json @@ -8,7 +8,7 @@ "sysDescr": "CANOPY 16.0.0.1 AP", "sysContact": "", "version": "16.0.0.1", - "hardware": "PMP 450 AP", + "hardware": "PMP 450m AP", "features": "5.7GHz MIMO OFDM - Multipoint - Access Point", "location": "", "os": "pmp", diff --git a/tests/snmpsim/pmp.snmprec b/tests/snmpsim/pmp.snmprec index 9f8242a894..c3740b6e7f 100644 --- a/tests/snmpsim/pmp.snmprec +++ b/tests/snmpsim/pmp.snmprec @@ -402,4 +402,5 @@ 1.3.6.1.4.1.161.19.3.3.1.95.0|66|0 1.3.6.1.4.1.161.19.3.3.1.97.0|66|2 1.3.6.1.4.1.161.19.3.3.1.223.0|65|0 +1.3.6.1.4.1.161.19.3.3.1.266.0|4|PMP 450 1.3.6.1.6.3.10.2.1.3.0|2|1936642 diff --git a/tests/snmpsim/pmp_450.snmprec b/tests/snmpsim/pmp_450.snmprec index b97df46b3e..6cc14214f8 100644 --- a/tests/snmpsim/pmp_450.snmprec +++ b/tests/snmpsim/pmp_450.snmprec @@ -459,4 +459,5 @@ 1.3.6.1.4.1.161.19.3.3.1.95.0|66|13 1.3.6.1.4.1.161.19.3.3.1.97.0|66|1 1.3.6.1.4.1.161.19.3.3.1.223.0|65|0 +1.3.6.1.4.1.161.19.3.3.1.266.0|4|PMP 450 1.3.6.1.6.3.10.2.1.3.0|2|3025688 diff --git a/tests/snmpsim/pmp_450i.snmprec b/tests/snmpsim/pmp_450i.snmprec new file mode 100644 index 0000000000..9f0a640f88 --- /dev/null +++ b/tests/snmpsim/pmp_450i.snmprec @@ -0,0 +1,438 @@ +1.0.8802.1.1.2.1.4.1.1.4.1|2|0 +1.0.8802.1.1.2.1.4.1.1.5.1|4x|00000000 +1.0.8802.1.1.2.1.4.1.1.6.1|2|0 +1.0.8802.1.1.2.1.4.1.1.7.1|4x|00000000 +1.0.8802.1.1.2.1.4.1.1.8.1|4x|00000000 +1.0.8802.1.1.2.1.4.1.1.9.1|4x|00000000 +1.0.8802.1.1.2.1.4.1.1.10.1|4x|00000000 +1.0.8802.1.1.2.1.4.1.1.11.1|4|30 34 20 30 30 20 35 2 3 10 11 13 18 26 27 34 35 42 50 51 53 55 +1.0.8802.1.1.2.1.4.1.1.12.1|4|30 34 20 30 30 20 35 2 3 10 11 13 18 26 27 34 35 42 50 51 53 55 +1.3.6.1.2.1.1.1.0|4|CANOPY 21.1.0.1 (Build STA-1) AP +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.161.19.250.256 +1.3.6.1.2.1.1.3.0|67|380888525 +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.2.1|4|Cambium 10/100/1000 Ethernet Main +1.3.6.1.2.1.2.2.1.2.2|4|Canopy MultiPoint +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.2|2|6 +1.3.6.1.2.1.2.2.1.4.1|2|1514 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.6.1|4x|0A003E4559E4 +1.3.6.1.2.1.2.2.1.6.2|4x|1A003E4559E4 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.2|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.2|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.2|67|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|787540 +1.3.6.1.2.1.2.2.1.14.2|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.2|65|10403386 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.4.3.0|65|10145211 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|0 +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|0 +1.3.6.1.2.1.4.9.0|65|10145210 +1.3.6.1.2.1.4.10.0|65|9930797 +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.24.20.41|2|1 +1.3.6.1.2.1.4.20.1.2.192.168.101.1|2|2 +1.3.6.1.2.1.4.20.1.3.10.24.20.41|64|255.255.255.192 +1.3.6.1.2.1.4.20.1.3.192.168.101.1|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.1.10.24.20.1|4x|881DFCB8E3BF +1.3.6.1.2.1.4.22.1.2.2.192.168.101.2|4x|1A003E4424FB +1.3.6.1.2.1.4.22.1.2.2.192.168.101.3|4x|1A003E4427EF +1.3.6.1.2.1.4.22.1.2.2.192.168.101.4|4x|1A003EBE5599 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.5|4x|1A003E4496D3 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.6|4x|1A003E44EBC6 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.7|4x|1A003EBEB8AD +1.3.6.1.2.1.4.22.1.2.2.192.168.101.8|4x|1A003E44BE42 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.9|4x|1A003E450864 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.10|4x|1A003EBE15A9 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.11|4x|1A003EBEBDB6 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.12|4x|1A003EBEBE6B +1.3.6.1.2.1.4.22.1.2.2.192.168.101.14|4x|1A003EBE2C42 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.15|4x|1A003EBEBC7E +1.3.6.1.2.1.4.22.1.2.2.192.168.101.16|4x|1A003EBDD92A +1.3.6.1.2.1.4.22.1.2.2.192.168.101.17|4x|1A003E44BDB9 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.18|4x|1A003EBDF719 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.19|4x|1A003E44C2F0 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.20|4x|1A003EBDF70B +1.3.6.1.2.1.4.22.1.2.2.192.168.101.21|4x|1A003EBE615F +1.3.6.1.2.1.4.22.1.2.2.192.168.101.22|4x|1A003EBE556D +1.3.6.1.2.1.4.22.1.2.2.192.168.101.23|4x|1A003EBE5579 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.24|4x|1A003EBEBF30 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.25|4x|1A003EBE7058 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.26|4x|1A003EBE705F +1.3.6.1.2.1.4.22.1.2.2.192.168.101.28|4x|1A003EBE82FB +1.3.6.1.2.1.4.22.1.2.2.192.168.101.29|4x|1A003EBE7D82 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.30|4x|1A003EBE8181 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.32|4x|1A003EBDDB6A +1.3.6.1.2.1.4.22.1.2.2.192.168.101.33|4x|1A003EBDFC1B +1.3.6.1.2.1.4.22.1.2.2.192.168.101.34|4x|1A003EBD8284 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.35|4x|1A003E44FB51 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.37|4x|1A003EBEB3C1 +1.3.6.1.2.1.4.22.1.2.2.192.168.101.38|4x|1A003EBEB38E +1.3.6.1.2.1.4.22.1.2.3.127.0.0.1|4|LPBACK +1.3.6.1.2.1.5.1.0|65|222665 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|8 +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|222657 +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|222658 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|1 +1.3.6.1.2.1.5.17.0|65|0 +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|222657 +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|10203 +1.3.6.1.2.1.6.6.0|65|23637 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|0 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|4069879 +1.3.6.1.2.1.6.11.0|65|3813356 +1.3.6.1.2.1.6.12.0|65|2128 +1.3.6.1.2.1.6.14.0|65|43 +1.3.6.1.2.1.6.15.0|65|43 +1.3.6.1.2.1.7.1.0|65|5852716 +1.3.6.1.2.1.7.2.0|65|1 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|5894830 +1.3.6.1.2.1.10.7.2.1.19.1|2|3 +1.3.6.1.2.1.10.7.2.1.19.2|2|1 +1.3.6.1.2.1.11.1.0|65|3967159 +1.3.6.1.2.1.11.2.0|65|3967287 +1.3.6.1.2.1.11.3.0|65|43 +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|0 +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|87658937 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|599170 +1.3.6.1.2.1.11.16.0|65|2400503 +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|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|1 +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|3967141 +1.3.6.1.2.1.11.29.0|65|129 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.17.1.4.1.1.1|2|0 +1.3.6.1.2.1.17.1.4.1.2.1|2|1 +1.3.6.1.2.1.17.1.4.1.2.2|2|2 +1.3.6.1.2.1.17.1.4.1.2.3|2|3 +1.3.6.1.2.1.17.1.4.1.2.4|2|4 +1.3.6.1.2.1.17.1.4.1.2.5|2|5 +1.3.6.1.2.1.17.1.4.1.2.6|2|6 +1.3.6.1.2.1.17.1.4.1.2.7|2|7 +1.3.6.1.2.1.17.1.4.1.2.8|2|8 +1.3.6.1.2.1.17.1.4.1.2.9|2|9 +1.3.6.1.2.1.17.1.4.1.2.10|2|10 +1.3.6.1.2.1.17.1.4.1.2.11|2|11 +1.3.6.1.2.1.17.1.4.1.2.12|2|12 +1.3.6.1.2.1.17.1.4.1.2.13|2|13 +1.3.6.1.2.1.17.1.4.1.2.14|2|14 +1.3.6.1.2.1.17.1.4.1.2.15|2|15 +1.3.6.1.2.1.17.1.4.1.2.16|2|16 +1.3.6.1.2.1.17.1.4.1.2.17|2|17 +1.3.6.1.2.1.17.1.4.1.2.18|2|18 +1.3.6.1.2.1.17.1.4.1.2.19|2|19 +1.3.6.1.2.1.17.1.4.1.2.20|2|20 +1.3.6.1.2.1.17.1.4.1.2.21|2|21 +1.3.6.1.2.1.17.1.4.1.2.22|2|22 +1.3.6.1.2.1.17.1.4.1.2.23|2|23 +1.3.6.1.2.1.17.1.4.1.2.24|2|24 +1.3.6.1.2.1.17.1.4.1.2.25|2|25 +1.3.6.1.2.1.17.1.4.1.2.26|2|26 +1.3.6.1.2.1.17.1.4.1.2.27|2|27 +1.3.6.1.2.1.17.1.4.1.2.28|2|28 +1.3.6.1.2.1.17.1.4.1.2.29|2|29 +1.3.6.1.2.1.17.1.4.1.2.30|2|30 +1.3.6.1.2.1.17.1.4.1.2.31|2|31 +1.3.6.1.2.1.17.1.4.1.2.32|2|32 +1.3.6.1.2.1.17.1.4.1.2.33|2|33 +1.3.6.1.2.1.17.1.4.1.2.34|2|34 +1.3.6.1.2.1.17.1.4.1.2.35|2|35 +1.3.6.1.2.1.17.1.4.1.2.36|2|36 +1.3.6.1.2.1.17.1.4.1.2.37|2|37 +1.3.6.1.2.1.17.1.4.1.2.38|2|38 +1.3.6.1.2.1.17.1.4.1.2.39|2|39 +1.3.6.1.2.1.17.1.4.1.2.40|2|40 +1.3.6.1.2.1.17.1.4.1.2.41|2|41 +1.3.6.1.2.1.17.1.4.1.2.42|2|42 +1.3.6.1.2.1.17.1.4.1.2.43|2|43 +1.3.6.1.2.1.17.1.4.1.2.44|2|44 +1.3.6.1.2.1.17.1.4.1.2.45|2|45 +1.3.6.1.2.1.17.1.4.1.2.46|2|46 +1.3.6.1.2.1.17.1.4.1.2.47|2|47 +1.3.6.1.2.1.17.1.4.1.2.48|2|48 +1.3.6.1.2.1.17.1.4.1.2.49|2|49 +1.3.6.1.2.1.17.1.4.1.2.50|2|50 +1.3.6.1.2.1.17.1.4.1.2.51|2|51 +1.3.6.1.2.1.17.1.4.1.2.52|2|52 +1.3.6.1.2.1.17.1.4.1.2.53|2|53 +1.3.6.1.2.1.17.1.4.1.2.54|2|54 +1.3.6.1.2.1.17.1.4.1.2.55|2|55 +1.3.6.1.2.1.17.1.4.1.2.56|2|56 +1.3.6.1.2.1.17.1.4.1.2.57|2|57 +1.3.6.1.2.1.17.1.4.1.2.58|2|58 +1.3.6.1.2.1.17.1.4.1.2.59|2|59 +1.3.6.1.2.1.17.1.4.1.2.60|2|60 +1.3.6.1.2.1.17.1.4.1.2.61|2|61 +1.3.6.1.2.1.17.1.4.1.2.62|2|62 +1.3.6.1.2.1.17.1.4.1.2.63|2|63 +1.3.6.1.2.1.17.1.4.1.2.64|2|64 +1.3.6.1.2.1.17.1.4.1.2.65|2|65 +1.3.6.1.2.1.17.1.4.1.2.66|2|66 +1.3.6.1.2.1.17.1.4.1.2.67|2|67 +1.3.6.1.2.1.17.1.4.1.2.68|2|68 +1.3.6.1.2.1.17.1.4.1.2.69|2|69 +1.3.6.1.2.1.17.1.4.1.2.70|2|70 +1.3.6.1.2.1.17.1.4.1.2.71|2|71 +1.3.6.1.2.1.17.1.4.1.2.72|2|72 +1.3.6.1.2.1.17.1.4.1.2.73|2|73 +1.3.6.1.2.1.17.1.4.1.2.74|2|74 +1.3.6.1.2.1.17.1.4.1.2.75|2|75 +1.3.6.1.2.1.17.1.4.1.2.76|2|76 +1.3.6.1.2.1.17.1.4.1.2.77|2|77 +1.3.6.1.2.1.17.1.4.1.2.78|2|78 +1.3.6.1.2.1.17.1.4.1.2.79|2|79 +1.3.6.1.2.1.17.1.4.1.2.80|2|80 +1.3.6.1.2.1.17.1.4.1.2.81|2|81 +1.3.6.1.2.1.17.1.4.1.2.82|2|82 +1.3.6.1.2.1.17.1.4.1.2.83|2|83 +1.3.6.1.2.1.17.1.4.1.2.84|2|84 +1.3.6.1.2.1.17.1.4.1.2.85|2|85 +1.3.6.1.2.1.17.1.4.1.2.86|2|86 +1.3.6.1.2.1.17.1.4.1.2.87|2|87 +1.3.6.1.2.1.17.1.4.1.2.88|2|88 +1.3.6.1.2.1.17.1.4.1.2.89|2|89 +1.3.6.1.2.1.17.1.4.1.2.90|2|90 +1.3.6.1.2.1.17.1.4.1.2.91|2|91 +1.3.6.1.2.1.17.1.4.1.2.92|2|92 +1.3.6.1.2.1.17.1.4.1.2.93|2|93 +1.3.6.1.2.1.17.1.4.1.2.94|2|94 +1.3.6.1.2.1.17.1.4.1.2.95|2|95 +1.3.6.1.2.1.17.1.4.1.2.96|2|96 +1.3.6.1.2.1.17.1.4.1.2.97|2|97 +1.3.6.1.2.1.17.1.4.1.2.98|2|98 +1.3.6.1.2.1.17.1.4.1.2.99|2|99 +1.3.6.1.2.1.17.1.4.1.2.100|2|100 +1.3.6.1.2.1.17.1.4.1.2.101|2|101 +1.3.6.1.2.1.17.1.4.1.2.102|2|102 +1.3.6.1.2.1.17.1.4.1.2.103|2|103 +1.3.6.1.2.1.17.1.4.1.2.104|2|104 +1.3.6.1.2.1.17.1.4.1.2.105|2|105 +1.3.6.1.2.1.17.4.3.1.2.1|2|258 +1.3.6.1.2.1.17.4.3.1.2.2|2|259 +1.3.6.1.2.1.17.4.3.1.2.3|2|9 +1.3.6.1.2.1.17.4.3.1.2.4|2|21 +1.3.6.1.2.1.17.4.3.1.2.5|2|5 +1.3.6.1.2.1.17.4.3.1.2.6|2|6 +1.3.6.1.2.1.17.4.3.1.2.7|2|35 +1.3.6.1.2.1.17.4.3.1.2.8|2|25 +1.3.6.1.2.1.17.4.3.1.2.9|2|28 +1.3.6.1.2.1.17.4.3.1.2.10|2|34 +1.3.6.1.2.1.17.4.3.1.2.11|2|20 +1.3.6.1.2.1.17.4.3.1.2.12|2|8 +1.3.6.1.2.1.17.4.3.1.2.13|2|4 +1.3.6.1.2.1.17.4.3.1.2.14|2|16 +1.3.6.1.2.1.17.4.3.1.2.15|2|30 +1.3.6.1.2.1.17.4.3.1.2.16|2|14 +1.3.6.1.2.1.17.4.3.1.2.17|2|18 +1.3.6.1.2.1.17.4.3.1.2.18|2|9 +1.3.6.1.2.1.17.4.3.1.2.19|2|9 +1.3.6.1.2.1.17.4.3.1.2.20|2|33 +1.3.6.1.2.1.17.4.3.1.2.21|2|5 +1.3.6.1.2.1.17.4.3.1.2.22|2|21 +1.3.6.1.2.1.17.4.3.1.2.23|2|24 +1.3.6.1.2.1.17.4.3.1.2.24|2|6 +1.3.6.1.2.1.17.4.3.1.2.25|2|6 +1.3.6.1.2.1.17.4.3.1.2.26|2|21 +1.3.6.1.2.1.17.4.3.1.2.27|2|35 +1.3.6.1.2.1.17.4.3.1.2.28|2|25 +1.3.6.1.2.1.17.4.3.1.2.29|2|26 +1.3.6.1.2.1.17.4.3.1.2.30|2|35 +1.3.6.1.2.1.17.4.3.1.2.31|2|22 +1.3.6.1.2.1.17.4.3.1.2.32|2|15 +1.3.6.1.2.1.17.4.3.1.2.33|2|23 +1.3.6.1.2.1.17.4.3.1.2.34|2|38 +1.3.6.1.2.1.17.4.3.1.2.35|2|29 +1.3.6.1.2.1.17.4.3.1.2.36|2|28 +1.3.6.1.2.1.17.4.3.1.2.37|2|30 +1.3.6.1.2.1.17.4.3.1.2.38|2|10 +1.3.6.1.2.1.17.4.3.1.2.39|2|7 +1.3.6.1.2.1.17.4.3.1.2.40|2|16 +1.3.6.1.2.1.17.4.3.1.2.41|2|11 +1.3.6.1.2.1.17.4.3.1.2.42|2|20 +1.3.6.1.2.1.17.4.3.1.2.43|2|17 +1.3.6.1.2.1.17.4.3.1.2.44|2|14 +1.3.6.1.2.1.17.4.3.1.2.45|2|37 +1.3.6.1.2.1.17.4.3.1.2.46|2|34 +1.3.6.1.2.1.17.4.3.1.2.47|2|18 +1.3.6.1.2.1.17.4.3.1.2.48|2|31 +1.3.6.1.2.1.17.4.3.1.2.49|2|33 +1.3.6.1.2.1.17.4.3.1.2.50|2|32 +1.3.6.1.2.1.17.4.3.1.2.51|2|3 +1.3.6.1.2.1.17.4.3.1.2.52|2|8 +1.3.6.1.2.1.17.4.3.1.2.53|2|12 +1.3.6.1.2.1.17.4.3.1.2.54|2|28 +1.3.6.1.2.1.17.4.3.1.2.55|2|2 +1.3.6.1.2.1.17.4.3.1.2.56|2|33 +1.3.6.1.2.1.17.4.3.1.2.57|2|4 +1.3.6.1.2.1.17.4.3.1.2.58|2|4 +1.3.6.1.2.1.17.4.3.1.2.59|2|14 +1.3.6.1.2.1.17.4.3.1.2.60|2|18 +1.3.6.1.2.1.17.4.3.1.2.61|2|8 +1.3.6.1.2.1.17.4.3.1.2.62|2|15 +1.3.6.1.2.1.17.4.3.1.2.63|2|26 +1.3.6.1.2.1.17.4.3.1.2.64|2|22 +1.3.6.1.2.1.17.4.3.1.2.65|2|23 +1.3.6.1.2.1.17.4.3.1.2.66|2|38 +1.3.6.1.2.1.17.4.3.1.2.67|2|15 +1.3.6.1.2.1.17.4.3.1.2.68|2|10 +1.3.6.1.2.1.17.4.3.1.2.69|2|22 +1.3.6.1.2.1.17.4.3.1.2.70|2|23 +1.3.6.1.2.1.17.4.3.1.2.71|2|38 +1.3.6.1.2.1.17.4.3.1.2.72|2|20 +1.3.6.1.2.1.17.4.3.1.2.73|2|11 +1.3.6.1.2.1.17.4.3.1.2.74|2|10 +1.3.6.1.2.1.17.4.3.1.2.75|2|34 +1.3.6.1.2.1.17.4.3.1.2.76|2|17 +1.3.6.1.2.1.17.4.3.1.2.77|2|17 +1.3.6.1.2.1.17.4.3.1.2.78|2|37 +1.3.6.1.2.1.17.4.3.1.2.79|2|37 +1.3.6.1.2.1.17.4.3.1.2.80|2|12 +1.3.6.1.2.1.17.4.3.1.2.81|2|32 +1.3.6.1.2.1.17.4.3.1.2.82|2|3 +1.3.6.1.2.1.17.4.3.1.2.83|2|32 +1.3.6.1.2.1.17.4.3.1.2.84|2|26 +1.3.6.1.2.1.17.4.3.1.2.85|2|2 +1.3.6.1.2.1.17.4.3.1.2.86|2|2 +1.3.6.1.2.1.17.4.3.1.2.87|2|19 +1.3.6.1.2.1.17.4.3.1.2.88|2|19 +1.3.6.1.2.1.17.4.3.1.2.89|2|19 +1.3.6.1.2.1.17.4.3.1.2.90|2|19 +1.3.6.1.2.1.17.4.3.1.2.91|2|12 +1.3.6.1.2.1.17.4.3.1.2.92|2|3 +1.3.6.1.2.1.17.4.3.1.2.93|2|11 +1.3.6.1.2.1.17.4.3.1.2.94|2|24 +1.3.6.1.2.1.17.4.3.1.2.95|2|24 +1.3.6.1.2.1.17.4.3.1.2.96|2|29 +1.3.6.1.2.1.17.4.3.1.2.97|2|29 +1.3.6.1.2.1.17.4.3.1.2.98|2|7 +1.3.6.1.2.1.17.4.3.1.2.99|2|7 +1.3.6.1.2.1.17.4.3.1.2.100|2|31 +1.3.6.1.2.1.17.4.3.1.2.101|2|31 +1.3.6.1.2.1.17.4.3.1.2.102|2|5 +1.3.6.1.2.1.17.4.3.1.2.103|2|25 +1.3.6.1.2.1.17.4.3.1.2.104|2|30 +1.3.6.1.2.1.17.4.3.1.2.105|2|16 +1.3.6.1.2.1.31.1.1.1.1.1|4|et0 +1.3.6.1.2.1.31.1.1.1.1.2|4|rf1 +1.3.6.1.2.1.31.1.1.1.2.1|65|0 +1.3.6.1.2.1.31.1.1.1.2.2|65|0 +1.3.6.1.2.1.31.1.1.1.3.1|65|0 +1.3.6.1.2.1.31.1.1.1.3.2|65|0 +1.3.6.1.2.1.31.1.1.1.4.1|65|0 +1.3.6.1.2.1.31.1.1.1.4.2|65|0 +1.3.6.1.2.1.31.1.1.1.5.1|65|0 +1.3.6.1.2.1.31.1.1.1.5.2|65|0 +1.3.6.1.2.1.31.1.1.1.6.1|70|14550503997896 +1.3.6.1.2.1.31.1.1.1.6.2|70|1124168203891 +1.3.6.1.2.1.31.1.1.1.7.1|70|10709597408 +1.3.6.1.2.1.31.1.1.1.7.2|70|4134094154 +1.3.6.1.2.1.31.1.1.1.8.1|70|0 +1.3.6.1.2.1.31.1.1.1.8.2|70|0 +1.3.6.1.2.1.31.1.1.1.9.1|70|1744398 +1.3.6.1.2.1.31.1.1.1.9.2|70|2152091 +1.3.6.1.2.1.31.1.1.1.10.1|70|1130442236837 +1.3.6.1.2.1.31.1.1.1.10.2|70|14526624043903 +1.3.6.1.2.1.31.1.1.1.11.1|70|4140538655 +1.3.6.1.2.1.31.1.1.1.11.2|70|10685577727 +1.3.6.1.2.1.31.1.1.1.12.1|70|0 +1.3.6.1.2.1.31.1.1.1.12.2|70|0 +1.3.6.1.2.1.31.1.1.1.13.1|70|1857343 +1.3.6.1.2.1.31.1.1.1.13.2|70|1337496 +1.3.6.1.2.1.31.1.1.1.14.1|2|0 +1.3.6.1.2.1.31.1.1.1.14.2|2|0 +1.3.6.1.2.1.31.1.1.1.15.1|66|1000 +1.3.6.1.2.1.31.1.1.1.15.2|66|224 +1.3.6.1.2.1.31.1.1.1.16.1|2|0 +1.3.6.1.2.1.31.1.1.1.16.2|2|0 +1.3.6.1.2.1.31.1.1.1.17.1|2|0 +1.3.6.1.2.1.31.1.1.1.17.2|2|0 +1.3.6.1.2.1.31.1.1.1.18.1|4|None +1.3.6.1.2.1.31.1.1.1.18.2|4|None +1.3.6.1.2.1.31.1.1.1.19.1|67|0 +1.3.6.1.2.1.31.1.1.1.19.2|67|0 +1.3.6.1.2.1.31.1.2.1.3.1|2|0 +1.3.6.1.2.1.31.1.2.1.3.2|2|0 +1.3.6.1.4.1.161.19.3.1.3.1.0|2|1 +1.3.6.1.4.1.161.19.3.1.4.1.35.2|4|-59.9 +1.3.6.1.4.1.161.19.3.1.4.1.74.2|2|20 +1.3.6.1.4.1.161.19.3.1.4.1.84.2|2|33 +1.3.6.1.4.1.161.19.3.1.4.1.86.2|4|-1.0 +1.3.6.1.4.1.161.19.3.1.4.1.87.2|4|-63.0 +1.3.6.1.4.1.161.19.3.1.4.1.88.2|4|-64.0 +1.3.6.1.4.1.161.19.3.1.7.1.0|66|34 +1.3.6.1.4.1.161.19.3.1.7.32.0|65|1 +1.3.6.1.4.1.161.19.3.1.7.37.0|2|3565000 +1.3.6.1.4.1.161.19.3.1.12.1.1.0|2|34 +1.3.6.1.4.1.161.19.3.1.12.1.2.0|2|32 +1.3.6.1.4.1.161.19.3.1.12.2.1.0|2|32 +1.3.6.1.4.1.161.19.3.1.12.2.2.0|2|29 +1.3.6.1.4.1.161.19.3.1.12.3.1.0|2|31 +1.3.6.1.4.1.161.19.3.1.12.3.2.0|2|22 +1.3.6.1.4.1.161.19.3.3.1.6.0|4|3.6GHz MIMO OFDM - Multipoint - Access Point +1.3.6.1.4.1.161.19.3.3.1.7.0|4|AP +1.3.6.1.4.1.161.19.3.3.1.35.0|2|-2 +1.3.6.1.4.1.161.19.3.3.1.95.0|66|787540 +1.3.6.1.4.1.161.19.3.3.1.97.0|66|0 +1.3.6.1.4.1.161.19.3.3.1.223.0|65|787540 +1.3.6.1.4.1.161.19.3.3.1.266.0|4|PMP 450i +1.3.6.1.6.3.10.2.1.3.0|2|3808885 diff --git a/tests/snmpsim/pmp_450m.snmprec b/tests/snmpsim/pmp_450m.snmprec index fe3fcce7fb..8e5cbf6b23 100644 --- a/tests/snmpsim/pmp_450m.snmprec +++ b/tests/snmpsim/pmp_450m.snmprec @@ -500,4 +500,5 @@ 1.3.6.1.4.1.161.19.3.3.1.95.0|66|0 1.3.6.1.4.1.161.19.3.3.1.97.0|66|2 1.3.6.1.4.1.161.19.3.3.1.223.0|65|0 +1.3.6.1.4.1.161.19.3.3.1.266.0|4|PMP 450m 1.3.6.1.6.3.10.2.1.3.0|2|1936642