mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Pmp 450m metrics added (#8537)
* Update cambium MIBS * Add pmp-450m utilization metrics Added test data * Re-run json test data * Rremove application data from json * Rename pmp tests to match hardware
This commit is contained in:
committed by
Tony Murray
parent
94abddcd1b
commit
c828114639
@@ -139,6 +139,12 @@ class Pmp extends OS implements
|
||||
{
|
||||
$downlink = '.1.3.6.1.4.1.161.19.3.1.12.1.1.0'; //WHISP-APS-MIB::frUtlLowTotalDownlinkUtilization
|
||||
$uplink = '.1.3.6.1.4.1.161.19.3.1.12.1.2.0'; //WHISP-APS-MIB::frUtlLowTotalUplinkUtilization
|
||||
|
||||
// 450M Specific Utilizations
|
||||
$muSectorDownlink = '.1.3.6.1.4.1.161.19.3.1.12.2.29.0'; //WHISP-APS-MIB::frUtlMedMumimoDownlinkSectorUtilization
|
||||
$muDownlink = '.1.3.6.1.4.1.161.19.3.1.12.2.30.0'; //WHISP-APS-MIB::frUtlMedMumimoDownlinkMumimoUtilization
|
||||
$suDownlink = '.1.3.6.1.4.1.161.19.3.1.12.2.31.0'; //WHISP-APS-MIB::frUtlMedMumimoDownlinkSumimoUtilization
|
||||
|
||||
return array(
|
||||
new WirelessSensor(
|
||||
'utilization',
|
||||
@@ -157,6 +163,33 @@ class Pmp extends OS implements
|
||||
0,
|
||||
'Uplink Utilization',
|
||||
null
|
||||
),
|
||||
new WirelessSensor(
|
||||
'utilization',
|
||||
$this->getDeviceId(),
|
||||
$muSectorDownlink,
|
||||
'pmp-450m-sector-downlink',
|
||||
0,
|
||||
'MU-MIMO Downlink Sector utilization',
|
||||
null
|
||||
),
|
||||
new WirelessSensor(
|
||||
'utilization',
|
||||
$this->getDeviceId(),
|
||||
$muDownlink,
|
||||
'pmp-450m-downlink',
|
||||
0,
|
||||
'MU-MIMO Downlink Utilization',
|
||||
null
|
||||
),
|
||||
new WirelessSensor(
|
||||
'utilization',
|
||||
$this->getDeviceId(),
|
||||
$suDownlink,
|
||||
'pmp-450m-su-downlink',
|
||||
0,
|
||||
'SU-MIMO Downlink Utilization',
|
||||
null
|
||||
)
|
||||
);
|
||||
}
|
||||
@@ -228,6 +261,7 @@ class Pmp extends OS implements
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Discover wireless client counts. Type is clients.
|
||||
* Returns an array of LibreNMS\Device\Sensor objects that have been discovered
|
||||
|
||||
@@ -41,6 +41,7 @@ $ptp = array(
|
||||
|
||||
// PMP 100 is defaulted to
|
||||
$pmp = array(
|
||||
'MU-MIMO OFDM' => 'PMP 450m',
|
||||
'MIMO OFDM' => 'PMP 450',
|
||||
'OFDM' => 'PMP 430'
|
||||
);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
-- whisp-reg.mib
|
||||
--
|
||||
-- *************************************************************************************
|
||||
-- Copyright 2003-2012 (c) Cambium Networks
|
||||
-- Copyright 2005 - 2015 (c) Cambium Networks
|
||||
-- Cambium Networks Confidential Proprietary
|
||||
-- *************************************************************************************
|
||||
--
|
||||
|
||||
@@ -63,8 +63,9 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
DESCRIPTION
|
||||
"RF scan list string.
|
||||
The frequencies vary by product and region.
|
||||
If the list is too long an SNMP error will be returned. If this occurs please refer to OID rfScanListTable,
|
||||
which will allow user to enter the full range of available frequencies.
|
||||
If the frequency list is too long an SNMP error will be returned. If this occurs please refer to
|
||||
OID rfScanListTable, which will allow user to enter the full range of available frequencies.
|
||||
String length is limited to SNMP buffer size, so while all frequencies may be set, not all may be retrieved.
|
||||
Special settings:
|
||||
0: none.
|
||||
all: All frequencies in the band(s) supported by the radio will be selected.
|
||||
@@ -81,8 +82,8 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"SM Power Up Mode With No 802.3 Link.
|
||||
1 -- Power up in Aim mode
|
||||
2 -- Power up in Operational mode."
|
||||
0 - Power up in Operational mode.
|
||||
1 - Power up in Aim mode."
|
||||
::={whispSmConfig 2}
|
||||
|
||||
lanIpSm OBJECT-TYPE
|
||||
@@ -134,9 +135,9 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
disabled(0),
|
||||
enabled(1)}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"To enable or disable 802.3 link. For SMs only."
|
||||
"To enable or disable 802.3 link. For SMs only. Deprecated: Use enable8023linkBox instead."
|
||||
::={whispSmConfig 8}
|
||||
|
||||
authKeyOption OBJECT-TYPE
|
||||
@@ -1479,7 +1480,10 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
SYNTAX INTEGER {
|
||||
bandwidth5MHz(0),
|
||||
bandwidth10MHz(1),
|
||||
bandwidth20MHz(2)}
|
||||
bandwidth20MHz(2),
|
||||
bandwidth7MHz(3),
|
||||
bandwidth15MHz(4),
|
||||
bandwidth30MHz(5)}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -1512,10 +1516,10 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
pmp450(2),
|
||||
both(3)}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"Selects AP types (PMP 430 and/or PMP 450/450i) that are available for the PMP 430 SM.
|
||||
When both AP types are selected, if the SM does not register to an AP after 10 minutes, it will reboot to scan the other AP type."
|
||||
"Deprecated. The 430 SM only supports PMP 450
|
||||
interoperability mode."
|
||||
::={whispSmConfig 145}
|
||||
|
||||
switchRadioModeAndReboot OBJECT-TYPE
|
||||
@@ -1523,13 +1527,11 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
finishedReboot(0),
|
||||
switchRadioModeAndReboot(1)}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
STATUS obsolete
|
||||
DESCRIPTION
|
||||
"Setting this to 1 will force switch the SM to the other radio mode and immediately reboot the unit.
|
||||
When the unit finishes rebooting, it will be in finishedReboot state.
|
||||
Only will be allowed to be set if both registration options are configured.
|
||||
PMP 430 SM only.
|
||||
Introduced in release 12.2."
|
||||
"As of 14.2, the 430 SM no longer supports multiple
|
||||
radio modes. It only support 450 interoperability
|
||||
mode."
|
||||
::={whispSmConfig 146}
|
||||
|
||||
natTslTableSize OBJECT-TYPE
|
||||
@@ -1617,6 +1619,64 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
"Units of Broadcast/ Multicast MIR value. Set units first and then bCastMIR"
|
||||
::={whispSmConfig 155}
|
||||
|
||||
txPowerControl OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enable(1)}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable/Disable Automatic control of SM TX power.
|
||||
Engineering use only."
|
||||
::={whispSmConfig 157}
|
||||
|
||||
bridgeTableSize OBJECT-TYPE
|
||||
SYNTAX INTEGER (4..4096)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Bridge Table Size : 4 -- 4096."
|
||||
::={whispSmConfig 158}
|
||||
|
||||
bridgeTableRestrict OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enable(1)}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Restrict forwarding packets from hosts for which MAC address is not in the bridge table."
|
||||
::={whispSmConfig 159}
|
||||
|
||||
maxTxPowerEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disable(0),
|
||||
enable(1)}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Enable Max Tx Power configuration.
|
||||
This is used with OID maxTxPower to set the max transmit power.
|
||||
This might be required in certain regions and frequency bands.
|
||||
See User Guide for more information.
|
||||
Enabling this will not allow a radio to transmit above its EIRP limit.
|
||||
The AP's Transmit Power Control may still adjust the Tx power down.
|
||||
SM only."
|
||||
::={whispSmConfig 160}
|
||||
|
||||
maxTxPower OBJECT-TYPE
|
||||
SYNTAX INTEGER (-30..27)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This OID is controled by OID maxTxPowerEnable.
|
||||
This might be required in certain regions and frequency bands.
|
||||
See user guide for more information.
|
||||
Setting this will not allow a radio to transmit above its EIRP limit.
|
||||
The AP's Transmit Power Control may still adjust the Tx power down.
|
||||
SM only."
|
||||
::={whispSmConfig 161}
|
||||
|
||||
rfScanListTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF RfScanListEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@@ -2759,8 +2819,12 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
currentBandwidth OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
bandwidth5mhz(1),
|
||||
bandwidth7MHz(2),
|
||||
bandwidth10mhz(3),
|
||||
bandwidth20mhz(5)}
|
||||
bandwidth15mhz(4),
|
||||
bandwidth20mhz(5),
|
||||
bandwidth30mhz(6),
|
||||
bandwidth40MHz(7)}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -2805,11 +2869,13 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
pmp430(1),
|
||||
pmp450Interoperability(2)}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
STATUS deprecated
|
||||
DESCRIPTION
|
||||
"The current radio mode that SM is operating in.
|
||||
PMP 430 SMs only.
|
||||
Introduced in release 12.2."
|
||||
As of 14.2, the 430 SM only supports PMP 450
|
||||
interoperability mode, so this will only return
|
||||
pmp450Interoperability."
|
||||
::={whispSmStatus 127}
|
||||
|
||||
adaptRateLowPri OBJECT-TYPE
|
||||
@@ -3006,6 +3072,31 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
"The percentage of beacons that the SM/BHS successfully received for the last 15 minutes. This will be updated only once in 15 minutes."
|
||||
::={whispSmStatus 145}
|
||||
|
||||
smSectorID OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The current Sector ID of the Registered AP/BHM.
|
||||
A value of -1 is return when the device is not registered or AP/BHM does not support Sector ID."
|
||||
::={whispSmStatus 146}
|
||||
|
||||
scanCycleCount OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The number of scan cycles. This increments after the SM completes scanning every configured frequency and channel bandwidth."
|
||||
::={whispSmStatus 147}
|
||||
|
||||
bridgeCbErrStatBridgeDropCount OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Packet drop count for hosts with MAC address not in bridge table"
|
||||
::={whispSmStatus 148}
|
||||
|
||||
dhcpServerTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF DhcpServerEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@@ -3195,6 +3286,8 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
additionalColorCode,
|
||||
additionalColorCodePriority,
|
||||
deleteAdditionalColorCode,
|
||||
bridgeTableSize,
|
||||
bridgeTableRestrict,
|
||||
berDeModSelect,
|
||||
multicastVCRcvRate,
|
||||
syslogServerApPreferred,
|
||||
@@ -3203,6 +3296,9 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
syslogSMXmitControl,
|
||||
bCastMIRUnits,
|
||||
naptRemoteManage,
|
||||
maxTxPowerEnable,
|
||||
maxTxPower,
|
||||
txPowerControl,
|
||||
eapPeerAAAServerCommonName,
|
||||
pmp430ApRegistrationOptions,
|
||||
switchRadioModeAndReboot}
|
||||
@@ -3294,6 +3390,8 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
zoltarFPGAFreqOffset,
|
||||
zoltarSWFreqOffset,
|
||||
airDelayns,
|
||||
smSectorID,
|
||||
scanCycleCount,
|
||||
currentColorCode,
|
||||
currentColorCodePri,
|
||||
currentChanFreq,
|
||||
@@ -3339,6 +3437,7 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
bridgecbDownlinkCreditLimit,
|
||||
bridgecbDownlinkMaxBurstBitRate,
|
||||
bridgecbUplinkMaxBurstBitRate,
|
||||
bridgeCbErrStatBridgeDropCount,
|
||||
radioModeStatus}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@@ -3450,6 +3549,14 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
Warning: If currently connected, this will cause the SM/BHS to drop session"
|
||||
::={whispSmControls 2}
|
||||
|
||||
apEvalControl OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Setting this to 0 will clear the AP Evaluation Data."
|
||||
::={whispSmControls 3}
|
||||
|
||||
whispMappingTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF WhispMappingEntry
|
||||
MAX-ACCESS not-accessible
|
||||
@@ -3543,7 +3650,7 @@ whispSmControls OBJECT IDENTIFIER ::= {whispSm 8}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"MAC Address of the registered enity."
|
||||
"MAC Address of the registered entity."
|
||||
::={whispSmTranslationTableEntry 2}
|
||||
|
||||
whispTranslationTableIpAddr OBJECT-TYPE
|
||||
|
||||
877
tests/data/pmp_450m.json
Normal file
877
tests/data/pmp_450m.json
Normal file
@@ -0,0 +1,877 @@
|
||||
{
|
||||
"os": {
|
||||
"discovery": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.161.19.250.256",
|
||||
"sysDescr": "CANOPY 15.0.0.1 AP-DES",
|
||||
"sysContact": null,
|
||||
"version": null,
|
||||
"hardware": "",
|
||||
"features": null,
|
||||
"location": null,
|
||||
"os": "pmp",
|
||||
"type": "wireless",
|
||||
"serial": null,
|
||||
"icon": "cambium.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.161.19.250.256",
|
||||
"sysDescr": "CANOPY 15.0.0.1 AP-DES",
|
||||
"sysContact": "<private>",
|
||||
"version": "CANOPY 15.0.0.1 AP-DES",
|
||||
"hardware": "PMP 450m AP",
|
||||
"features": null,
|
||||
"location": "<private>",
|
||||
"os": "pmp",
|
||||
"type": "wireless",
|
||||
"serial": null,
|
||||
"icon": "cambium.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"ifName": "",
|
||||
"portName": null,
|
||||
"ifIndex": "1",
|
||||
"ifSpeed": null,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": null,
|
||||
"ifHighSpeed": null,
|
||||
"ifOperStatus": null,
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": null,
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": null,
|
||||
"ifType": null,
|
||||
"ifAlias": "None",
|
||||
"ifPhysAddress": null,
|
||||
"ifHardType": null,
|
||||
"ifLastChange": "0",
|
||||
"ifVlan": "",
|
||||
"ifTrunk": null,
|
||||
"ifVrf": "0",
|
||||
"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": "",
|
||||
"portName": null,
|
||||
"ifIndex": "2",
|
||||
"ifSpeed": null,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": null,
|
||||
"ifHighSpeed": null,
|
||||
"ifOperStatus": null,
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": null,
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": null,
|
||||
"ifType": null,
|
||||
"ifAlias": "None",
|
||||
"ifPhysAddress": null,
|
||||
"ifHardType": null,
|
||||
"ifLastChange": "0",
|
||||
"ifVlan": "",
|
||||
"ifTrunk": null,
|
||||
"ifVrf": "0",
|
||||
"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",
|
||||
"ifName": "Cambium 10/100/1000 Ethernet",
|
||||
"portName": null,
|
||||
"ifIndex": "1",
|
||||
"ifSpeed": null,
|
||||
"ifConnectorPresent": "0",
|
||||
"ifPromiscuousMode": "0",
|
||||
"ifHighSpeed": "0",
|
||||
"ifOperStatus": "up",
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": "up",
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": "fullDuplex",
|
||||
"ifMtu": "1514",
|
||||
"ifType": "ethernetCsmacd",
|
||||
"ifAlias": "None",
|
||||
"ifPhysAddress": "0a003e603218",
|
||||
"ifHardType": null,
|
||||
"ifLastChange": "21205629",
|
||||
"ifVlan": "",
|
||||
"ifTrunk": null,
|
||||
"ifVrf": "0",
|
||||
"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": "32622670282",
|
||||
"ifInUcastPkts_prev": "0",
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": "21868548574",
|
||||
"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": "44708651033343",
|
||||
"ifInOctets_prev": "0",
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": "2998082755764",
|
||||
"ifOutOctets_prev": "0",
|
||||
"ifOutOctets_delta": null,
|
||||
"ifOutOctets_rate": null,
|
||||
"poll_prev": null,
|
||||
"ifInNUcastPkts": "947548814",
|
||||
"ifInNUcastPkts_prev": "0",
|
||||
"ifInNUcastPkts_delta": null,
|
||||
"ifInNUcastPkts_rate": null,
|
||||
"ifOutNUcastPkts": "1406747",
|
||||
"ifOutNUcastPkts_prev": "0",
|
||||
"ifOutNUcastPkts_delta": null,
|
||||
"ifOutNUcastPkts_rate": null,
|
||||
"ifInDiscards": "0",
|
||||
"ifInDiscards_prev": "0",
|
||||
"ifInDiscards_delta": null,
|
||||
"ifInDiscards_rate": null,
|
||||
"ifOutDiscards": "9258",
|
||||
"ifOutDiscards_prev": "0",
|
||||
"ifOutDiscards_delta": null,
|
||||
"ifOutDiscards_rate": null,
|
||||
"ifInUnknownProtos": "0",
|
||||
"ifInUnknownProtos_prev": "0",
|
||||
"ifInUnknownProtos_delta": null,
|
||||
"ifInUnknownProtos_rate": null,
|
||||
"ifInBroadcastPkts": "947548749",
|
||||
"ifInBroadcastPkts_prev": "0",
|
||||
"ifInBroadcastPkts_delta": null,
|
||||
"ifInBroadcastPkts_rate": null,
|
||||
"ifOutBroadcastPkts": "1406747",
|
||||
"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": "Canopy MultiPoint",
|
||||
"portName": null,
|
||||
"ifIndex": "2",
|
||||
"ifSpeed": null,
|
||||
"ifConnectorPresent": "0",
|
||||
"ifPromiscuousMode": "0",
|
||||
"ifHighSpeed": "0",
|
||||
"ifOperStatus": "up",
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": "up",
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": "1500",
|
||||
"ifType": "ethernetCsmacd",
|
||||
"ifAlias": "None",
|
||||
"ifPhysAddress": "1a003e603218",
|
||||
"ifHardType": null,
|
||||
"ifLastChange": "21205629",
|
||||
"ifVlan": "",
|
||||
"ifTrunk": null,
|
||||
"ifVrf": "0",
|
||||
"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": "32622670282",
|
||||
"ifInUcastPkts_prev": "0",
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": "21868548574",
|
||||
"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": "44708651095844",
|
||||
"ifInOctets_prev": "0",
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": "2998082755764",
|
||||
"ifOutOctets_prev": "0",
|
||||
"ifOutOctets_delta": null,
|
||||
"ifOutOctets_rate": null,
|
||||
"poll_prev": null,
|
||||
"ifInNUcastPkts": "2132322",
|
||||
"ifInNUcastPkts_prev": "0",
|
||||
"ifInNUcastPkts_delta": null,
|
||||
"ifInNUcastPkts_rate": null,
|
||||
"ifOutNUcastPkts": "956761578",
|
||||
"ifOutNUcastPkts_prev": "0",
|
||||
"ifOutNUcastPkts_delta": null,
|
||||
"ifOutNUcastPkts_rate": null,
|
||||
"ifInDiscards": "0",
|
||||
"ifInDiscards_prev": "0",
|
||||
"ifInDiscards_delta": null,
|
||||
"ifInDiscards_rate": null,
|
||||
"ifOutDiscards": "840847",
|
||||
"ifOutDiscards_prev": "0",
|
||||
"ifOutDiscards_delta": null,
|
||||
"ifOutDiscards_rate": null,
|
||||
"ifInUnknownProtos": "0",
|
||||
"ifInUnknownProtos_prev": "0",
|
||||
"ifInUnknownProtos_delta": null,
|
||||
"ifInUnknownProtos_rate": null,
|
||||
"ifInBroadcastPkts": "947548749",
|
||||
"ifInBroadcastPkts_prev": "0",
|
||||
"ifInBroadcastPkts_delta": null,
|
||||
"ifInBroadcastPkts_rate": null,
|
||||
"ifOutBroadcastPkts": "1406747",
|
||||
"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",
|
||||
"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": "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": ".1.3.6.1.4.1.161.19.3.3.1.35.0",
|
||||
"sensor_type": "cambium",
|
||||
"sensor_descr": "System Temp",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_current": "27",
|
||||
"sensor_limit": "47",
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": "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
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_current": "27",
|
||||
"sensor_limit": "47",
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": "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": "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": "55",
|
||||
"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\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-downlink",
|
||||
"sensor_descr": "Downlink Utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "75",
|
||||
"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\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-uplink",
|
||||
"sensor_descr": "Uplink Utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "38",
|
||||
"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\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-450m-sector-downlink",
|
||||
"sensor_descr": "MU-MIMO Downlink Sector utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "63",
|
||||
"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.29.0\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-450m-downlink",
|
||||
"sensor_descr": "MU-MIMO Downlink Utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "2",
|
||||
"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.30.0\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-450m-su-downlink",
|
||||
"sensor_descr": "SU-MIMO Downlink Utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "57",
|
||||
"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.31.0\"]"
|
||||
},
|
||||
{
|
||||
"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": "5755",
|
||||
"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\"]"
|
||||
}
|
||||
]
|
||||
},
|
||||
"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": "55",
|
||||
"sensor_prev": "55",
|
||||
"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\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-downlink",
|
||||
"sensor_descr": "Downlink Utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "75",
|
||||
"sensor_prev": "75",
|
||||
"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\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-uplink",
|
||||
"sensor_descr": "Uplink Utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "38",
|
||||
"sensor_prev": "38",
|
||||
"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\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-450m-sector-downlink",
|
||||
"sensor_descr": "MU-MIMO Downlink Sector utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "63",
|
||||
"sensor_prev": "63",
|
||||
"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.29.0\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-450m-downlink",
|
||||
"sensor_descr": "MU-MIMO Downlink Utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "2",
|
||||
"sensor_prev": "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_oids": "[\".1.3.6.1.4.1.161.19.3.1.12.2.30.0\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": "0",
|
||||
"sensor_class": "utilization",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "pmp-450m-su-downlink",
|
||||
"sensor_descr": "SU-MIMO Downlink Utilization",
|
||||
"sensor_divisor": "1",
|
||||
"sensor_multiplier": "1",
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": "57",
|
||||
"sensor_prev": "57",
|
||||
"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.31.0\"]"
|
||||
},
|
||||
{
|
||||
"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": "5755",
|
||||
"sensor_prev": "5755",
|
||||
"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\"]"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
1.3.6.1.2.1.1.1.0|4|CANOPY 15.0.0.1 AP-DES
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.161.19.250.256
|
||||
@@ -737,7 +737,7 @@
|
||||
1.3.6.1.4.1.161.19.3.1.7.37.0|2|5480000
|
||||
1.3.6.1.4.1.161.19.3.1.12.1.1.0|2|95
|
||||
1.3.6.1.4.1.161.19.3.1.12.1.2.0|2|87
|
||||
1.3.6.1.4.1.161.19.3.3.1.6.0|4|5.4GHz MU-MIMO OFDM - Multipoint - Access Point
|
||||
1.3.6.1.4.1.161.19.3.3.1.6.0|4|5.4GHz MIMO OFDM - Multipoint - Access Point
|
||||
1.3.6.1.4.1.161.19.3.3.1.35.0|2|40
|
||||
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|0
|
||||
|
||||
690
tests/snmpsim/pmp_450m.snmprec
Normal file
690
tests/snmpsim/pmp_450m.snmprec
Normal file
@@ -0,0 +1,690 @@
|
||||
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|04 00 5
|
||||
1.0.8802.1.1.2.1.4.1.1.12.1|4|04 00 5
|
||||
1.3.6.1.2.1.1.1.0|4|CANOPY 15.0.0.1 AP-DES
|
||||
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|1137895728
|
||||
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.2|2|2
|
||||
1.3.6.1.2.1.2.2.1.2.1|4|Cambium 10/100/1000 Ethernet
|
||||
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.5.1|66|1000000000
|
||||
1.3.6.1.2.1.2.2.1.5.2|66|122880000
|
||||
1.3.6.1.2.1.2.2.1.6.1|4x|0A003E603218
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|1A003E603218
|
||||
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|21205629
|
||||
1.3.6.1.2.1.2.2.1.9.2|67|21205629
|
||||
1.3.6.1.2.1.2.2.1.10.1|65|2336905811
|
||||
1.3.6.1.2.1.2.2.1.10.2|65|30615458
|
||||
1.3.6.1.2.1.2.2.1.11.1|65|2557899566
|
||||
1.3.6.1.2.1.2.2.1.11.2|65|1525902664
|
||||
1.3.6.1.2.1.2.2.1.12.1|65|947548814
|
||||
1.3.6.1.2.1.2.2.1.12.2|65|2132322
|
||||
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|0
|
||||
1.3.6.1.2.1.2.2.1.14.2|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.2|65|0
|
||||
1.3.6.1.2.1.2.2.1.16.1|65|195634745
|
||||
1.3.6.1.2.1.2.2.1.16.2|65|4154955750
|
||||
1.3.6.1.2.1.2.2.1.17.1|65|393712701
|
||||
1.3.6.1.2.1.2.2.1.17.2|65|2506855926
|
||||
1.3.6.1.2.1.2.2.1.18.1|65|1406747
|
||||
1.3.6.1.2.1.2.2.1.18.2|65|956761578
|
||||
1.3.6.1.2.1.2.2.1.19.1|65|9258
|
||||
1.3.6.1.2.1.2.2.1.19.2|65|840847
|
||||
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.2.2.1.21.1|66|0
|
||||
1.3.6.1.2.1.2.2.1.21.2|66|0
|
||||
1.3.6.1.2.1.2.2.1.22.1|6|0.0
|
||||
1.3.6.1.2.1.2.2.1.22.2|6|0.0
|
||||
1.3.6.1.2.1.4.3.0|65|578030230
|
||||
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|574720402
|
||||
1.3.6.1.2.1.4.10.0|65|8926782
|
||||
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|6613842
|
||||
1.3.6.1.2.1.4.15.0|65|3304019
|
||||
1.3.6.1.2.1.4.16.0|65|5695
|
||||
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.51.100.51|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.51.100.51|64|255.255.255.0
|
||||
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.51.100.65|4x|0090EAC2CC80
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.51.100.199|4x|0090EAC33C5F
|
||||
1.3.6.1.2.1.4.22.1.2.1.10.51.100.254|4x|C0F79D0206BF
|
||||
1.3.6.1.2.1.4.22.1.2.1.192.168.123.240|4x|00204AC8D88A
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.2|4x|1A003EB3A43A
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.4|4x|1A003EB44246
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.5|4x|1A003EB441EF
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.6|4x|1A003EB50EA6
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.7|4x|1A003EB4BDE7
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.8|4x|1A003EB2D2DD
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.9|4x|1A003EB50E17
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.11|4x|1A003EB2D2DC
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.15|4x|1A003EB4AE63
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.16|4x|1A003EB4BEB0
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.18|4x|1A003EB50E57
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.19|4x|1A003EB3F850
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.20|4x|1A003EB3A3E2
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.21|4x|1A003EB4A6B7
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.22|4x|1A003EA0F9D6
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.24|4x|1A003EA16912
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.26|4x|1A003EB28741
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.27|4x|1A003EB2874C
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.28|4x|1A003EB62287
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.30|4x|1A003EA093A0
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.32|4x|1A003EB0D36E
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.34|4x|1A003EB4AD3F
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.35|4x|1A003EB3F423
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.36|4x|1A003EB14541
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.37|4x|1A003EB2DC66
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.38|4x|1A003EA2AD1E
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.39|4x|1A003EB3A541
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.43|4x|1A003EBB3BD2
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.48|4x|1A003EB2DBF7
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.51|4x|1A003EA2A5D2
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.55|4x|1A003EB4A9AD
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.59|4x|1A003EA0FE46
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.60|4x|1A003EB4A62A
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.65|4x|1A003EB5AEBA
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.66|4x|1A003EA07683
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.72|4x|1A003E291A8C
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.75|4x|1A003E2920DB
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.83|4x|1A003EB4A9FD
|
||||
1.3.6.1.2.1.4.22.1.2.2.192.168.101.85|4x|1A003EB3A46F
|
||||
1.3.6.1.2.1.5.1.0|65|3716363
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|1896526
|
||||
1.3.6.1.2.1.5.4.0|65|293
|
||||
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|1819544
|
||||
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|1822855
|
||||
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|3311
|
||||
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|1819544
|
||||
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|1707
|
||||
1.3.6.1.2.1.6.6.0|65|507
|
||||
1.3.6.1.2.1.6.7.0|65|0
|
||||
1.3.6.1.2.1.6.8.0|65|1
|
||||
1.3.6.1.2.1.6.9.0|66|0
|
||||
1.3.6.1.2.1.6.10.0|65|786684
|
||||
1.3.6.1.2.1.6.11.0|65|1370158
|
||||
1.3.6.1.2.1.6.12.0|65|1234
|
||||
1.3.6.1.2.1.6.14.0|65|680
|
||||
1.3.6.1.2.1.6.15.0|65|627
|
||||
1.3.6.1.2.1.7.1.0|65|570217595
|
||||
1.3.6.1.2.1.7.2.0|65|0
|
||||
1.3.6.1.2.1.7.3.0|65|0
|
||||
1.3.6.1.2.1.7.4.0|65|5733716
|
||||
1.3.6.1.2.1.10.7.2.1.19.1|2|3
|
||||
1.3.6.1.2.1.11.1.0|65|3163073
|
||||
1.3.6.1.2.1.11.2.0|65|3163068
|
||||
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|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|4643001
|
||||
1.3.6.1.2.1.11.14.0|65|4
|
||||
1.3.6.1.2.1.11.15.0|65|1733044
|
||||
1.3.6.1.2.1.11.16.0|65|459953
|
||||
1.3.6.1.2.1.11.17.0|65|3
|
||||
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|3163070
|
||||
1.3.6.1.2.1.11.29.0|65|0
|
||||
1.3.6.1.2.1.11.30.0|2|1
|
||||
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.1.4.1.2.106|2|106
|
||||
1.3.6.1.2.1.17.1.4.1.2.107|2|107
|
||||
1.3.6.1.2.1.17.1.4.1.2.108|2|108
|
||||
1.3.6.1.2.1.17.1.4.1.2.109|2|109
|
||||
1.3.6.1.2.1.17.1.4.1.2.110|2|110
|
||||
1.3.6.1.2.1.17.1.4.1.2.111|2|111
|
||||
1.3.6.1.2.1.17.1.4.1.2.112|2|112
|
||||
1.3.6.1.2.1.17.1.4.1.2.113|2|113
|
||||
1.3.6.1.2.1.17.1.4.1.2.114|2|114
|
||||
1.3.6.1.2.1.17.1.4.1.2.115|2|115
|
||||
1.3.6.1.2.1.17.1.4.1.2.116|2|116
|
||||
1.3.6.1.2.1.17.1.4.1.2.117|2|117
|
||||
1.3.6.1.2.1.17.1.4.1.2.118|2|118
|
||||
1.3.6.1.2.1.17.1.4.1.2.119|2|119
|
||||
1.3.6.1.2.1.17.1.4.1.2.120|2|120
|
||||
1.3.6.1.2.1.17.1.4.1.2.121|2|121
|
||||
1.3.6.1.2.1.17.1.4.1.2.122|2|122
|
||||
1.3.6.1.2.1.17.1.4.1.2.123|2|123
|
||||
1.3.6.1.2.1.17.1.4.1.2.124|2|124
|
||||
1.3.6.1.2.1.17.1.4.1.2.125|2|125
|
||||
1.3.6.1.2.1.17.1.4.1.2.126|2|126
|
||||
1.3.6.1.2.1.17.1.4.1.2.127|2|127
|
||||
1.3.6.1.2.1.17.1.4.1.2.128|2|128
|
||||
1.3.6.1.2.1.17.1.4.1.2.129|2|129
|
||||
1.3.6.1.2.1.17.1.4.1.2.130|2|130
|
||||
1.3.6.1.2.1.17.1.4.1.2.131|2|131
|
||||
1.3.6.1.2.1.17.1.4.1.2.132|2|132
|
||||
1.3.6.1.2.1.17.1.4.1.2.133|2|133
|
||||
1.3.6.1.2.1.17.1.4.1.2.134|2|134
|
||||
1.3.6.1.2.1.17.1.4.1.2.135|2|135
|
||||
1.3.6.1.2.1.17.1.4.1.2.136|2|136
|
||||
1.3.6.1.2.1.17.1.4.1.2.137|2|137
|
||||
1.3.6.1.2.1.17.1.4.1.2.138|2|138
|
||||
1.3.6.1.2.1.17.1.4.1.2.139|2|139
|
||||
1.3.6.1.2.1.17.1.4.1.2.140|2|140
|
||||
1.3.6.1.2.1.17.1.4.1.2.141|2|141
|
||||
1.3.6.1.2.1.17.1.4.1.2.142|2|142
|
||||
1.3.6.1.2.1.17.1.4.1.2.143|2|143
|
||||
1.3.6.1.2.1.17.1.4.1.2.144|2|144
|
||||
1.3.6.1.2.1.17.1.4.1.2.145|2|145
|
||||
1.3.6.1.2.1.17.1.4.1.2.146|2|146
|
||||
1.3.6.1.2.1.17.1.4.1.2.147|2|147
|
||||
1.3.6.1.2.1.17.1.4.1.2.148|2|148
|
||||
1.3.6.1.2.1.17.1.4.1.2.149|2|149
|
||||
1.3.6.1.2.1.17.1.4.1.2.150|2|150
|
||||
1.3.6.1.2.1.17.1.4.1.2.151|2|151
|
||||
1.3.6.1.2.1.17.1.4.1.2.152|2|152
|
||||
1.3.6.1.2.1.17.1.4.1.2.153|2|153
|
||||
1.3.6.1.2.1.17.1.4.1.2.154|2|154
|
||||
1.3.6.1.2.1.17.1.4.1.2.155|2|155
|
||||
1.3.6.1.2.1.17.1.4.1.2.156|2|156
|
||||
1.3.6.1.2.1.17.1.4.1.2.157|2|157
|
||||
1.3.6.1.2.1.17.1.4.1.2.158|2|158
|
||||
1.3.6.1.2.1.17.1.4.1.2.159|2|159
|
||||
1.3.6.1.2.1.17.1.4.1.2.160|2|160
|
||||
1.3.6.1.2.1.17.1.4.1.2.161|2|161
|
||||
1.3.6.1.2.1.17.1.4.1.2.162|2|162
|
||||
1.3.6.1.2.1.17.1.4.1.2.163|2|163
|
||||
1.3.6.1.2.1.17.1.4.1.2.164|2|164
|
||||
1.3.6.1.2.1.17.1.4.1.2.165|2|165
|
||||
1.3.6.1.2.1.17.1.4.1.2.166|2|166
|
||||
1.3.6.1.2.1.17.1.4.1.2.167|2|167
|
||||
1.3.6.1.2.1.17.1.4.1.2.168|2|168
|
||||
1.3.6.1.2.1.17.1.4.1.2.169|2|169
|
||||
1.3.6.1.2.1.17.1.4.1.2.170|2|170
|
||||
1.3.6.1.2.1.17.1.4.1.2.171|2|171
|
||||
1.3.6.1.2.1.17.1.4.1.2.172|2|172
|
||||
1.3.6.1.2.1.17.1.4.1.2.173|2|173
|
||||
1.3.6.1.2.1.17.1.4.1.2.174|2|174
|
||||
1.3.6.1.2.1.17.1.4.1.2.175|2|175
|
||||
1.3.6.1.2.1.17.1.4.1.2.176|2|176
|
||||
1.3.6.1.2.1.17.1.4.1.2.177|2|177
|
||||
1.3.6.1.2.1.17.1.4.1.2.178|2|178
|
||||
1.3.6.1.2.1.17.1.4.1.2.179|2|179
|
||||
1.3.6.1.2.1.17.1.4.1.2.180|2|180
|
||||
1.3.6.1.2.1.17.1.4.1.2.181|2|181
|
||||
1.3.6.1.2.1.17.1.4.1.2.182|2|182
|
||||
1.3.6.1.2.1.17.1.4.1.2.183|2|183
|
||||
1.3.6.1.2.1.17.1.4.1.2.184|2|184
|
||||
1.3.6.1.2.1.17.1.4.1.2.185|2|185
|
||||
1.3.6.1.2.1.17.1.4.1.2.186|2|186
|
||||
1.3.6.1.2.1.17.1.4.1.2.187|2|187
|
||||
1.3.6.1.2.1.17.1.4.1.2.188|2|188
|
||||
1.3.6.1.2.1.17.1.4.1.2.189|2|189
|
||||
1.3.6.1.2.1.17.1.4.1.2.190|2|190
|
||||
1.3.6.1.2.1.17.1.4.1.2.191|2|191
|
||||
1.3.6.1.2.1.17.1.4.1.2.192|2|192
|
||||
1.3.6.1.2.1.17.1.4.1.2.193|2|193
|
||||
1.3.6.1.2.1.17.1.4.1.2.194|2|194
|
||||
1.3.6.1.2.1.17.1.4.1.2.195|2|195
|
||||
1.3.6.1.2.1.17.1.4.1.2.196|2|196
|
||||
1.3.6.1.2.1.17.1.4.1.2.197|2|197
|
||||
1.3.6.1.2.1.17.1.4.1.2.198|2|198
|
||||
1.3.6.1.2.1.17.1.4.1.2.199|2|199
|
||||
1.3.6.1.2.1.17.1.4.1.2.200|2|200
|
||||
1.3.6.1.2.1.17.1.4.1.2.201|2|201
|
||||
1.3.6.1.2.1.17.1.4.1.2.202|2|202
|
||||
1.3.6.1.2.1.17.1.4.1.2.203|2|203
|
||||
1.3.6.1.2.1.17.1.4.1.2.204|2|204
|
||||
1.3.6.1.2.1.17.1.4.1.2.205|2|205
|
||||
1.3.6.1.2.1.17.1.4.1.2.206|2|206
|
||||
1.3.6.1.2.1.17.1.4.1.2.207|2|207
|
||||
1.3.6.1.2.1.17.1.4.1.2.208|2|208
|
||||
1.3.6.1.2.1.17.1.4.1.2.209|2|209
|
||||
1.3.6.1.2.1.17.1.4.1.2.210|2|210
|
||||
1.3.6.1.2.1.17.1.4.1.2.211|2|211
|
||||
1.3.6.1.2.1.17.1.4.1.2.212|2|212
|
||||
1.3.6.1.2.1.17.1.4.1.2.213|2|213
|
||||
1.3.6.1.2.1.17.1.4.1.2.214|2|214
|
||||
1.3.6.1.2.1.17.1.4.1.2.215|2|215
|
||||
1.3.6.1.2.1.17.1.4.1.2.216|2|216
|
||||
1.3.6.1.2.1.17.1.4.1.2.217|2|217
|
||||
1.3.6.1.2.1.17.1.4.1.2.218|2|218
|
||||
1.3.6.1.2.1.17.4.3.1.2.1|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.2|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.3|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.4|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.5|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.6|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.7|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.8|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.9|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.10|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.11|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.12|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.13|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.14|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.15|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.16|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.17|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.18|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.19|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.20|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.21|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.22|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.23|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.24|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.25|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.26|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.27|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.28|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.29|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.30|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.31|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.32|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.33|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.34|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.35|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.36|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.37|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.38|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.39|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.40|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.41|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.42|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.43|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.44|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.45|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.46|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.47|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.48|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.49|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.50|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.51|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.52|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.53|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.54|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.55|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.56|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.57|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.58|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.59|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.60|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.61|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.62|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.63|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.64|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.65|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.66|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.67|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.68|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.69|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.70|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.71|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.72|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.73|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.74|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.75|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.76|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.77|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.78|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.79|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.80|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.81|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.82|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.83|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.84|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.85|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.86|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.87|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.88|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.89|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.90|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.91|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.92|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.93|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.94|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.95|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.96|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.97|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.98|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.99|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.100|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.101|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.102|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.103|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.104|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.105|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.106|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.107|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.108|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.109|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.110|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.111|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.112|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.113|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.114|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.115|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.116|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.117|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.118|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.119|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.120|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.121|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.122|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.123|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.124|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.125|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.126|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.127|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.128|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.129|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.130|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.131|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.132|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.133|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.134|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.135|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.136|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.137|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.138|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.139|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.140|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.141|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.142|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.143|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.144|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.145|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.146|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.147|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.148|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.149|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.150|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.151|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.152|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.153|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.154|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.155|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.156|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.157|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.158|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.159|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.160|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.161|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.162|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.163|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.164|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.165|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.166|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.167|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.168|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.169|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.170|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.171|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.172|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.173|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.174|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.175|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.176|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.177|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.178|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.179|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.180|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.181|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.182|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.183|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.184|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.185|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.186|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.187|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.188|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.189|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.190|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.191|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.192|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.193|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.194|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.195|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.196|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.197|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.198|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.199|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.200|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.201|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.202|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.203|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.204|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.205|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.206|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.207|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.208|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.209|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.210|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.211|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.212|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.213|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.214|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.215|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.216|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.217|2|0
|
||||
1.3.6.1.2.1.17.4.3.1.2.218|2|0
|
||||
1.3.6.1.2.1.31.1.1.1.1.255|4|1
|
||||
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|44708651033343
|
||||
1.3.6.1.2.1.31.1.1.1.6.2|70|44708651095844
|
||||
1.3.6.1.2.1.31.1.1.1.7.1|70|32622670282
|
||||
1.3.6.1.2.1.31.1.1.1.7.2|70|32622670282
|
||||
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|947548749
|
||||
1.3.6.1.2.1.31.1.1.1.9.2|70|947548749
|
||||
1.3.6.1.2.1.31.1.1.1.10.1|70|2998082755764
|
||||
1.3.6.1.2.1.31.1.1.1.10.2|70|2998082755764
|
||||
1.3.6.1.2.1.31.1.1.1.11.1|70|21868548574
|
||||
1.3.6.1.2.1.31.1.1.1.11.2|70|21868548574
|
||||
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|1406747
|
||||
1.3.6.1.2.1.31.1.1.1.13.2|70|1406747
|
||||
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|0
|
||||
1.3.6.1.2.1.31.1.1.1.15.2|66|0
|
||||
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|-57.9
|
||||
1.3.6.1.4.1.161.19.3.1.4.1.74.2|2|35
|
||||
1.3.6.1.4.1.161.19.3.1.4.1.84.2|2|36
|
||||
1.3.6.1.4.1.161.19.3.1.4.1.86.2|4|-2.1
|
||||
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|-60.8
|
||||
1.3.6.1.4.1.161.19.3.1.7.1.0|66|55
|
||||
1.3.6.1.4.1.161.19.3.1.7.32.0|65|7
|
||||
1.3.6.1.4.1.161.19.3.1.7.37.0|2|5755000
|
||||
1.3.6.1.4.1.161.19.3.1.12.1.1.0|2|75
|
||||
1.3.6.1.4.1.161.19.3.1.12.1.2.0|2|38
|
||||
1.3.6.1.4.1.161.19.3.1.12.2.29.0|2|63
|
||||
1.3.6.1.4.1.161.19.3.1.12.2.30.0|2|2
|
||||
1.3.6.1.4.1.161.19.3.1.12.2.31.0|2|57
|
||||
1.3.6.1.4.1.161.19.3.3.1.6.0|4|5.7GHz MU-MIMO OFDM - Multipoint - Access Point
|
||||
1.3.6.1.4.1.161.19.3.3.1.35.0|2|27
|
||||
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|0
|
||||
1.3.6.1.4.1.161.19.3.3.1.223.0|65|0
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|11378957
|
||||
Reference in New Issue
Block a user