mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Adds tripplight snmpwebcard support (#12445)
* Adds Tripplite 12x mib * Adds triplight envirosense data * add test data * fixes type * flushes out the snmprec * Fixes incorrect multiplier & adjusts descriptions of sensors * Adds test data for my variant * adds test data for the other two (pre existing) variants * address PR comments by adding additional os discovery items
This commit is contained in:
47
includes/definitions/discovery/poweralert.yaml
Normal file
47
includes/definitions/discovery/poweralert.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
mib: TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X
|
||||
modules:
|
||||
os:
|
||||
features: .1.3.6.1.4.1.850.10.2.2.1.9.2
|
||||
hardware: .1.3.6.1.2.1.33.1.1.2.0
|
||||
serial: .1.3.6.1.4.1.850.100.1.1.2.0
|
||||
version: .1.3.6.1.2.1.33.1.1.3.0
|
||||
location: .1.3.6.1.4.1.850.100.1.1.6.0
|
||||
sensors:
|
||||
humidity:
|
||||
data:
|
||||
-
|
||||
oid: tlEnvHumidity
|
||||
num_oid: '.1.3.6.1.4.1.850.101.1.2.1.{{ $index }}'
|
||||
descr: 'Ambient Humidity'
|
||||
divisor: 10
|
||||
multiplier: 10
|
||||
low_limit: 10
|
||||
high_limit: 90
|
||||
group: 'EnviroSense'
|
||||
skip_values:
|
||||
-
|
||||
oid: tlEnvHumidity
|
||||
op: 'exists'
|
||||
value: false
|
||||
temperature:
|
||||
data:
|
||||
-
|
||||
oid: tlEnvTemperatureC
|
||||
num_oid: '.1.3.6.1.4.1.850.101.1.1.1.{{ $index }}'
|
||||
descr: 'Ambient Temperature'
|
||||
divisor: 10
|
||||
multiplier: 10
|
||||
low_limit: 0
|
||||
high_limit: 40
|
||||
group: 'EnviroSense'
|
||||
skip_values:
|
||||
-
|
||||
oid: tlEnvTemperatureC
|
||||
op: 'exists'
|
||||
value: false
|
||||
count:
|
||||
data:
|
||||
-
|
||||
oid: tlUpsBatteryAge
|
||||
num_oid: '.1.3.6.1.4.1.850.100.1.2.1.{{ $index }}'
|
||||
descr: 'Battery Age (Years)'
|
@@ -3,9 +3,15 @@ text: 'Tripp Lite PowerAlert'
|
||||
type: power
|
||||
over:
|
||||
- { graph: device_current, text: Current }
|
||||
- { graph: sensor_power, text: Power }
|
||||
- { graph: sensor_load, text: Load}
|
||||
icon: tripplite
|
||||
rfc1628_compat: true
|
||||
mib_dir: poweralert
|
||||
discovery:
|
||||
-
|
||||
sysDescr_regex:
|
||||
- '/POWERALERT/i'
|
||||
-
|
||||
sysObjectID:
|
||||
- .1.3.6.1.4.1.850
|
||||
|
2976
mibs/poweralert/TRIPPLITE-12X
Normal file
2976
mibs/poweralert/TRIPPLITE-12X
Normal file
File diff suppressed because it is too large
Load Diff
23
tests/data/poweralert.json
Normal file
23
tests/data/poweralert.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"os": {
|
||||
"discovery": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "",
|
||||
"sysObjectID": ".1.3.6.1.4.1.850.1",
|
||||
"sysDescr": "POWERALERT",
|
||||
"sysContact": null,
|
||||
"version": null,
|
||||
"hardware": null,
|
||||
"features": null,
|
||||
"os": "poweralert",
|
||||
"type": "power",
|
||||
"serial": null,
|
||||
"icon": "tripplite.svg",
|
||||
"location": null
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": "matches discovery"
|
||||
}
|
||||
}
|
23
tests/data/poweralert_1.json
Normal file
23
tests/data/poweralert_1.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"os": {
|
||||
"discovery": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "",
|
||||
"sysObjectID": ".1.3.6.1.4.1.850",
|
||||
"sysDescr": "PowerAlert v12.04.0055",
|
||||
"sysContact": null,
|
||||
"version": null,
|
||||
"hardware": null,
|
||||
"features": null,
|
||||
"os": "poweralert",
|
||||
"type": "power",
|
||||
"serial": null,
|
||||
"icon": "tripplite.svg",
|
||||
"location": null
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": "matches discovery"
|
||||
}
|
||||
}
|
948
tests/data/poweralert_2.json
Normal file
948
tests/data/poweralert_2.json
Normal file
@@ -0,0 +1,948 @@
|
||||
{
|
||||
"os": {
|
||||
"discovery": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "poweralert-01234.local",
|
||||
"sysObjectID": ".1.3.6.1.4.1.850.1",
|
||||
"sysDescr": "POWERALERT 12",
|
||||
"sysContact": null,
|
||||
"version": "12.06.0069",
|
||||
"hardware": "SMART1500RMXL2UA",
|
||||
"features": "Envirosense",
|
||||
"os": "poweralert",
|
||||
"type": "power",
|
||||
"serial": "upsserialnum",
|
||||
"icon": "tripplite.svg",
|
||||
"location": "location1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "poweralert-01234.local",
|
||||
"sysObjectID": ".1.3.6.1.4.1.850.1",
|
||||
"sysDescr": "POWERALERT 12",
|
||||
"sysContact": null,
|
||||
"version": "12.06.0069",
|
||||
"hardware": "SMART1500RMXL2UA",
|
||||
"features": "Envirosense",
|
||||
"os": "poweralert",
|
||||
"type": "power",
|
||||
"serial": "snmpcardserialnum",
|
||||
"icon": "tripplite.svg",
|
||||
"location": "location1"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ports": {
|
||||
"discovery": {
|
||||
"ports": [
|
||||
{
|
||||
"port_descr_type": null,
|
||||
"port_descr_descr": null,
|
||||
"port_descr_circuit": null,
|
||||
"port_descr_speed": null,
|
||||
"port_descr_notes": null,
|
||||
"ifDescr": "eth0",
|
||||
"ifName": "eth0",
|
||||
"portName": null,
|
||||
"ifIndex": 1,
|
||||
"ifSpeed": null,
|
||||
"ifSpeed_prev": null,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": null,
|
||||
"ifHighSpeed": null,
|
||||
"ifHighSpeed_prev": null,
|
||||
"ifOperStatus": "up",
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": null,
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": null,
|
||||
"ifType": "softwareLoopback",
|
||||
"ifAlias": "eth0",
|
||||
"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": "LOOPBACK",
|
||||
"ifName": "LOOPBACK",
|
||||
"portName": null,
|
||||
"ifIndex": 2,
|
||||
"ifSpeed": null,
|
||||
"ifSpeed_prev": null,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": null,
|
||||
"ifHighSpeed": null,
|
||||
"ifHighSpeed_prev": null,
|
||||
"ifOperStatus": "up",
|
||||
"ifOperStatus_prev": null,
|
||||
"ifAdminStatus": null,
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": null,
|
||||
"ifType": "ethernetCsmacd",
|
||||
"ifAlias": "LOOPBACK",
|
||||
"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": "eth0",
|
||||
"ifName": "eth0",
|
||||
"portName": null,
|
||||
"ifIndex": 1,
|
||||
"ifSpeed": 0,
|
||||
"ifSpeed_prev": null,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": null,
|
||||
"ifHighSpeed": null,
|
||||
"ifHighSpeed_prev": null,
|
||||
"ifOperStatus": "up",
|
||||
"ifOperStatus_prev": "up",
|
||||
"ifAdminStatus": "up",
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": 1500,
|
||||
"ifType": "softwareLoopback",
|
||||
"ifAlias": "eth0",
|
||||
"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": 4596,
|
||||
"ifInUcastPkts_prev": 0,
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": 4596,
|
||||
"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": 1510872,
|
||||
"ifInOctets_prev": 0,
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": 1510872,
|
||||
"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": 0,
|
||||
"ifInBroadcastPkts_prev": 0,
|
||||
"ifInBroadcastPkts_delta": null,
|
||||
"ifInBroadcastPkts_rate": null,
|
||||
"ifOutBroadcastPkts": 0,
|
||||
"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": "LOOPBACK",
|
||||
"ifName": "LOOPBACK",
|
||||
"portName": null,
|
||||
"ifIndex": 2,
|
||||
"ifSpeed": 100000000,
|
||||
"ifSpeed_prev": null,
|
||||
"ifConnectorPresent": null,
|
||||
"ifPromiscuousMode": null,
|
||||
"ifHighSpeed": null,
|
||||
"ifHighSpeed_prev": null,
|
||||
"ifOperStatus": "up",
|
||||
"ifOperStatus_prev": "up",
|
||||
"ifAdminStatus": "up",
|
||||
"ifAdminStatus_prev": null,
|
||||
"ifDuplex": null,
|
||||
"ifMtu": 1500,
|
||||
"ifType": "ethernetCsmacd",
|
||||
"ifAlias": "LOOPBACK",
|
||||
"ifPhysAddress": "00409d433597",
|
||||
"ifHardType": null,
|
||||
"ifLastChange": 782,
|
||||
"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": 1215879,
|
||||
"ifInUcastPkts_prev": 0,
|
||||
"ifInUcastPkts_delta": null,
|
||||
"ifInUcastPkts_rate": null,
|
||||
"ifOutUcastPkts": 1289953,
|
||||
"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": 2251755581,
|
||||
"ifInOctets_prev": 0,
|
||||
"ifInOctets_delta": null,
|
||||
"ifInOctets_rate": null,
|
||||
"ifOutOctets": 122882241,
|
||||
"ifOutOctets_prev": 0,
|
||||
"ifOutOctets_delta": null,
|
||||
"ifOutOctets_rate": null,
|
||||
"poll_prev": null,
|
||||
"ifInNUcastPkts": 32568477,
|
||||
"ifInNUcastPkts_prev": 0,
|
||||
"ifInNUcastPkts_delta": null,
|
||||
"ifInNUcastPkts_rate": null,
|
||||
"ifOutNUcastPkts": 18451,
|
||||
"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": 27847039,
|
||||
"ifInUnknownProtos_prev": 0,
|
||||
"ifInUnknownProtos_delta": null,
|
||||
"ifInUnknownProtos_rate": null,
|
||||
"ifInBroadcastPkts": 0,
|
||||
"ifInBroadcastPkts_prev": 0,
|
||||
"ifInBroadcastPkts_delta": null,
|
||||
"ifInBroadcastPkts_rate": null,
|
||||
"ifOutBroadcastPkts": 0,
|
||||
"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": "charge",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.2.4.0",
|
||||
"sensor_index": "500",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Battery charge remaining",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 100,
|
||||
"sensor_limit": 101,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 15,
|
||||
"sensor_limit_low_warn": 50,
|
||||
"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": "count",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.850.100.1.2.1.0",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "poweralert",
|
||||
"sensor_descr": "Battery Age (Years)",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 4.6,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "current",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.4.4.1.3.1",
|
||||
"sensor_index": "1",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Output",
|
||||
"group": null,
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "frequency",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.3.3.1.2.1",
|
||||
"sensor_index": "3.2.0.1",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Input",
|
||||
"group": null,
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 59.7,
|
||||
"sensor_limit": 62.685,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 56.715,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "frequency",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.4.2.0",
|
||||
"sensor_index": "4.2.0",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Output",
|
||||
"group": null,
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 59.7,
|
||||
"sensor_limit": 62.685,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 56.715,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "humidity",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.850.101.1.2.1.0",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "poweralert",
|
||||
"sensor_descr": "Ambient Humidity",
|
||||
"group": "EnviroSense",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 10,
|
||||
"sensor_current": 18,
|
||||
"sensor_limit": 90,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 10,
|
||||
"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": "load",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.4.4.1.5.1",
|
||||
"sensor_index": "501",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Percentage load",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 27,
|
||||
"sensor_limit": 80,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "power",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.4.4.1.4.1",
|
||||
"sensor_index": "301",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Output",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 357,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "runtime",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.2.3.0",
|
||||
"sensor_index": "200",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Estimated battery time remaining",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 24,
|
||||
"sensor_limit": 10000,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 5,
|
||||
"sensor_limit_low_warn": 10,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.2.1.0",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "upsBatteryStatusState",
|
||||
"sensor_descr": "Battery Status",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 2,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": "0",
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "upsBatteryStatusState"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.4.1.0",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "upsOutputSourceState",
|
||||
"sensor_descr": "Output Source",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": "0",
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "upsOutputSourceState"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "temperature",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.850.101.1.1.1.0",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "poweralert",
|
||||
"sensor_descr": "Ambient Temperature",
|
||||
"group": "EnviroSense",
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 10,
|
||||
"sensor_current": 22,
|
||||
"sensor_limit": 40,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 0,
|
||||
"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.2.1.33.1.2.7.0",
|
||||
"sensor_index": "0",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Battery",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 24,
|
||||
"sensor_limit": 44,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 14,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.4.4.1.2.1",
|
||||
"sensor_index": "1",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Output",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 122,
|
||||
"sensor_limit": 140.3,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 103.7,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.2.5.0",
|
||||
"sensor_index": "1.2.5.0",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Battery",
|
||||
"group": null,
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 42,
|
||||
"sensor_limit": 48.3,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 35.7,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "voltage",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.2.1.33.1.3.3.1.3.1",
|
||||
"sensor_index": "101",
|
||||
"sensor_type": "rfc1628",
|
||||
"sensor_descr": "Input",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 122,
|
||||
"sensor_limit": 140.3,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 103.7,
|
||||
"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": "upsBatteryStatusState",
|
||||
"state_descr": "Unknown",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 3
|
||||
},
|
||||
{
|
||||
"state_name": "upsBatteryStatusState",
|
||||
"state_descr": "Normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 2,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "upsBatteryStatusState",
|
||||
"state_descr": "Low",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "upsBatteryStatusState",
|
||||
"state_descr": "Depleted",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "upsOutputSourceState",
|
||||
"state_descr": "Other",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 3
|
||||
},
|
||||
{
|
||||
"state_name": "upsOutputSourceState",
|
||||
"state_descr": "None",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 2,
|
||||
"state_generic_value": 3
|
||||
},
|
||||
{
|
||||
"state_name": "upsOutputSourceState",
|
||||
"state_descr": "Normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "upsOutputSourceState",
|
||||
"state_descr": "Bypass",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "upsOutputSourceState",
|
||||
"state_descr": "Battery",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "upsOutputSourceState",
|
||||
"state_descr": "Booster",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 6,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "upsOutputSourceState",
|
||||
"state_descr": "Reducer",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 7,
|
||||
"state_generic_value": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": "matches discovery"
|
||||
}
|
||||
}
|
798
tests/snmpsim/poweralert_2.snmprec
Normal file
798
tests/snmpsim/poweralert_2.snmprec
Normal file
@@ -0,0 +1,798 @@
|
||||
1.3.6.1.2.1.1.1.0|4|POWERALERT 12
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.850.1
|
||||
1.3.6.1.2.1.1.3.0|67|230898568
|
||||
1.3.6.1.2.1.1.4.0|4|
|
||||
1.3.6.1.2.1.1.5.0|4|poweralert-01234.local
|
||||
1.3.6.1.2.1.1.6.0|4|
|
||||
1.3.6.1.2.1.1.7.0|2|72
|
||||
1.3.6.1.2.1.1.8.0|67|0
|
||||
1.3.6.1.2.1.1.9.1.2.1|6|1.3.6.1.6.3.1
|
||||
1.3.6.1.2.1.1.9.1.2.2|6|1.3.6.1.6.3.10.3.1.1
|
||||
1.3.6.1.2.1.1.9.1.2.3|6|1.3.6.1.6.3.11.3.1.1
|
||||
1.3.6.1.2.1.1.9.1.2.4|6|1.3.6.1.6.3.15.2.1.1
|
||||
1.3.6.1.2.1.1.9.1.2.5|6|1.3.6.1.6.3.16.2.1.1
|
||||
1.3.6.1.2.1.1.9.1.3.1|4x|546865204d4942204d6f64756c652066726f6d20534e4d50763220656e746974696573
|
||||
1.3.6.1.2.1.1.9.1.3.2|4x|534e4d50204d616e6167656d656e7420417263686974656374757265204d4942
|
||||
1.3.6.1.2.1.1.9.1.3.3|4x|4d6573736167652050726f63657373696e6720616e64204469737061746368696e67204d4942
|
||||
1.3.6.1.2.1.1.9.1.3.4|4x|55534d2055736572204d4942
|
||||
1.3.6.1.2.1.1.9.1.3.5|4x|5641434d204d4942
|
||||
1.3.6.1.2.1.1.9.1.4.1|67|0
|
||||
1.3.6.1.2.1.1.9.1.4.2|67|0
|
||||
1.3.6.1.2.1.1.9.1.4.3|67|0
|
||||
1.3.6.1.2.1.1.9.1.4.4|67|0
|
||||
1.3.6.1.2.1.1.9.1.4.5|67|0
|
||||
1.3.6.1.2.1.2.1.0|2|2
|
||||
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|eth0
|
||||
1.3.6.1.2.1.2.2.1.2.2|4|LOOPBACK
|
||||
1.3.6.1.2.1.2.2.1.3.1|2|24
|
||||
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|1500
|
||||
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|0
|
||||
1.3.6.1.2.1.2.2.1.5.2|66|100000000
|
||||
1.3.6.1.2.1.2.2.1.6.1|4|
|
||||
1.3.6.1.2.1.2.2.1.6.2|4x|00409d433597
|
||||
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|782
|
||||
1.3.6.1.2.1.2.2.1.10.1|65|1510872
|
||||
1.3.6.1.2.1.2.2.1.10.2|65|2251755581
|
||||
1.3.6.1.2.1.2.2.1.11.1|65|4596
|
||||
1.3.6.1.2.1.2.2.1.11.2|65|1215879
|
||||
1.3.6.1.2.1.2.2.1.12.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.12.2|65|32568477
|
||||
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|27847039
|
||||
1.3.6.1.2.1.2.2.1.16.1|65|1510872
|
||||
1.3.6.1.2.1.2.2.1.16.2|65|122882241
|
||||
1.3.6.1.2.1.2.2.1.17.1|65|4596
|
||||
1.3.6.1.2.1.2.2.1.17.2|65|1289953
|
||||
1.3.6.1.2.1.2.2.1.18.1|65|0
|
||||
1.3.6.1.2.1.2.2.1.18.2|65|18451
|
||||
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|0
|
||||
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.3.1.1.1.2.1.10.0.0.1|2|2
|
||||
1.3.6.1.2.1.3.1.1.2.2.1.10.0.0.1|4x|788a2046880d
|
||||
1.3.6.1.2.1.3.1.1.3.2.1.10.0.0.1|64x|0a000001
|
||||
1.3.6.1.2.1.4.1.0|2|2
|
||||
1.3.6.1.2.1.4.2.0|2|64
|
||||
1.3.6.1.2.1.4.3.0|65|1277178
|
||||
1.3.6.1.2.1.4.4.0|65|0
|
||||
1.3.6.1.2.1.4.5.0|65|2
|
||||
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|1277182
|
||||
1.3.6.1.2.1.4.10.0|65|1273812
|
||||
1.3.6.1.2.1.4.11.0|65|0
|
||||
1.3.6.1.2.1.4.12.0|65|6
|
||||
1.3.6.1.2.1.4.13.0|2|64
|
||||
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.1.10.0.0.10|64x|0a00000a
|
||||
1.3.6.1.2.1.4.20.1.1.127.0.0.1|64x|7f000001
|
||||
1.3.6.1.2.1.4.20.1.2.10.0.0.10|2|2
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.20.1.3.10.0.0.10|64x|ffffff00
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64x|ffffffff
|
||||
1.3.6.1.2.1.4.20.1.4.10.0.0.10|2|1
|
||||
1.3.6.1.2.1.4.20.1.4.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.20.1.5.10.0.0.10|2|1500
|
||||
1.3.6.1.2.1.4.20.1.5.127.0.0.1|2|1500
|
||||
1.3.6.1.2.1.4.21.1.1.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.4.21.1.1.10.0.0.0|64x|0a000000
|
||||
1.3.6.1.2.1.4.21.1.1.127.0.0.1|64x|7f000001
|
||||
1.3.6.1.2.1.4.21.1.2.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.4.21.1.2.10.0.0.0|2|2
|
||||
1.3.6.1.2.1.4.21.1.2.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.21.1.3.0.0.0.0|2|1
|
||||
1.3.6.1.2.1.4.21.1.3.10.0.0.0|2|0
|
||||
1.3.6.1.2.1.4.21.1.3.127.0.0.1|2|0
|
||||
1.3.6.1.2.1.4.21.1.4.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.4.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.4.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.5.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.5.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.5.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.6.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.6.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.6.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.7.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.4.21.1.7.10.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.4.21.1.7.127.0.0.1|64x|00000000
|
||||
1.3.6.1.2.1.4.21.1.8.0.0.0.0|2|4
|
||||
1.3.6.1.2.1.4.21.1.8.10.0.0.0|2|3
|
||||
1.3.6.1.2.1.4.21.1.8.127.0.0.1|2|3
|
||||
1.3.6.1.2.1.4.21.1.9.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.4.21.1.9.10.0.0.0|2|2
|
||||
1.3.6.1.2.1.4.21.1.9.127.0.0.1|2|2
|
||||
1.3.6.1.2.1.4.21.1.10.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.10.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.10.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.11.0.0.0.0|64x|ffffffff
|
||||
1.3.6.1.2.1.4.21.1.11.10.0.0.0|64x|ffffffff
|
||||
1.3.6.1.2.1.4.21.1.11.127.0.0.1|64x|ffffffff
|
||||
1.3.6.1.2.1.4.21.1.12.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.12.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.12.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.13.0.0.0.0|6|0.0
|
||||
1.3.6.1.2.1.4.21.1.13.10.0.0.0|6|0.0
|
||||
1.3.6.1.2.1.4.21.1.13.127.0.0.1|6|0.0
|
||||
1.3.6.1.2.1.4.22.1.1.2.10.0.0.1|2|2
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.0.0.1|4x|788a2046880d
|
||||
1.3.6.1.2.1.4.22.1.3.2.10.0.0.1|64x|0a000001
|
||||
1.3.6.1.2.1.4.22.1.4.2.10.0.0.1|2|3
|
||||
1.3.6.1.2.1.4.23.0|65|0
|
||||
1.3.6.1.2.1.4.28.1.2.1|2|1500
|
||||
1.3.6.1.2.1.4.28.1.2.2|2|1500
|
||||
1.3.6.1.2.1.4.28.1.3.1|2|1
|
||||
1.3.6.1.2.1.4.28.1.3.2|2|1
|
||||
1.3.6.1.2.1.4.30.1.2.1|66|1500
|
||||
1.3.6.1.2.1.4.30.1.2.2|66|1500
|
||||
1.3.6.1.2.1.4.30.1.3.1|4|
|
||||
1.3.6.1.2.1.4.30.1.3.2|4|
|
||||
1.3.6.1.2.1.4.30.1.4.1|4|
|
||||
1.3.6.1.2.1.4.30.1.4.2|4x|00409d433597
|
||||
1.3.6.1.2.1.4.30.1.5.1|2|1
|
||||
1.3.6.1.2.1.4.30.1.5.2|2|1
|
||||
1.3.6.1.2.1.4.30.1.6.1|66|23081
|
||||
1.3.6.1.2.1.4.30.1.6.2|66|24108
|
||||
1.3.6.1.2.1.4.30.1.7.1|66|0
|
||||
1.3.6.1.2.1.4.30.1.7.2|66|0
|
||||
1.3.6.1.2.1.4.31.1.1.3.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.3.2|65|3813
|
||||
1.3.6.1.2.1.4.1.0|2|2
|
||||
1.3.6.1.2.1.4.2.0|2|64
|
||||
1.3.6.1.2.1.4.3.0|65|1277878
|
||||
1.3.6.1.2.1.4.4.0|65|0
|
||||
1.3.6.1.2.1.4.5.0|65|2
|
||||
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|1277882
|
||||
1.3.6.1.2.1.4.10.0|65|1274661
|
||||
1.3.6.1.2.1.4.11.0|65|0
|
||||
1.3.6.1.2.1.4.12.0|65|6
|
||||
1.3.6.1.2.1.4.13.0|2|64
|
||||
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.1.10.0.0.10|64x|0a00000a
|
||||
1.3.6.1.2.1.4.20.1.1.127.0.0.1|64x|7f000001
|
||||
1.3.6.1.2.1.4.20.1.2.10.0.0.10|2|2
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.20.1.3.10.0.0.10|64x|ffffff00
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64x|ffffffff
|
||||
1.3.6.1.2.1.4.20.1.4.10.0.0.10|2|1
|
||||
1.3.6.1.2.1.4.20.1.4.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.20.1.5.10.0.0.10|2|1500
|
||||
1.3.6.1.2.1.4.20.1.5.127.0.0.1|2|1500
|
||||
1.3.6.1.2.1.4.21.1.1.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.4.21.1.1.10.0.0.0|64x|0a000000
|
||||
1.3.6.1.2.1.4.21.1.1.127.0.0.1|64x|7f000001
|
||||
1.3.6.1.2.1.4.21.1.2.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.4.21.1.2.10.0.0.0|2|2
|
||||
1.3.6.1.2.1.4.21.1.2.127.0.0.1|2|1
|
||||
1.3.6.1.2.1.4.21.1.3.0.0.0.0|2|1
|
||||
1.3.6.1.2.1.4.21.1.3.10.0.0.0|2|0
|
||||
1.3.6.1.2.1.4.21.1.3.127.0.0.1|2|0
|
||||
1.3.6.1.2.1.4.21.1.4.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.4.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.4.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.5.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.5.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.5.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.6.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.6.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.6.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.7.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.4.21.1.7.10.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.4.21.1.7.127.0.0.1|64x|00000000
|
||||
1.3.6.1.2.1.4.21.1.8.0.0.0.0|2|4
|
||||
1.3.6.1.2.1.4.21.1.8.10.0.0.0|2|3
|
||||
1.3.6.1.2.1.4.21.1.8.127.0.0.1|2|3
|
||||
1.3.6.1.2.1.4.21.1.9.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.4.21.1.9.10.0.0.0|2|2
|
||||
1.3.6.1.2.1.4.21.1.9.127.0.0.1|2|2
|
||||
1.3.6.1.2.1.4.21.1.10.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.10.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.10.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.11.0.0.0.0|64x|ffffffff
|
||||
1.3.6.1.2.1.4.21.1.11.10.0.0.0|64x|ffffffff
|
||||
1.3.6.1.2.1.4.21.1.11.127.0.0.1|64x|ffffffff
|
||||
1.3.6.1.2.1.4.21.1.12.0.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.12.10.0.0.0|2|-1
|
||||
1.3.6.1.2.1.4.21.1.12.127.0.0.1|2|-1
|
||||
1.3.6.1.2.1.4.21.1.13.0.0.0.0|6|0.0
|
||||
1.3.6.1.2.1.4.21.1.13.10.0.0.0|6|0.0
|
||||
1.3.6.1.2.1.4.21.1.13.127.0.0.1|6|0.0
|
||||
1.3.6.1.2.1.4.22.1.1.2.10.0.0.1|2|2
|
||||
1.3.6.1.2.1.4.22.1.2.2.10.0.0.1|4x|788a2046880d
|
||||
1.3.6.1.2.1.4.22.1.3.2.10.0.0.1|64x|0a000001
|
||||
1.3.6.1.2.1.4.22.1.4.2.10.0.0.1|2|3
|
||||
1.3.6.1.2.1.4.23.0|65|0
|
||||
1.3.6.1.2.1.4.28.1.2.1|2|1500
|
||||
1.3.6.1.2.1.4.28.1.2.2|2|1500
|
||||
1.3.6.1.2.1.4.28.1.3.1|2|1
|
||||
1.3.6.1.2.1.4.28.1.3.2|2|1
|
||||
1.3.6.1.2.1.4.30.1.2.1|66|1500
|
||||
1.3.6.1.2.1.4.30.1.2.2|66|1500
|
||||
1.3.6.1.2.1.4.30.1.3.1|4|
|
||||
1.3.6.1.2.1.4.30.1.3.2|4|
|
||||
1.3.6.1.2.1.4.30.1.4.1|4|
|
||||
1.3.6.1.2.1.4.30.1.4.2|4x|00409d433597
|
||||
1.3.6.1.2.1.4.30.1.5.1|2|1
|
||||
1.3.6.1.2.1.4.30.1.5.2|2|1
|
||||
1.3.6.1.2.1.4.30.1.6.1|66|23081
|
||||
1.3.6.1.2.1.4.30.1.6.2|66|24108
|
||||
1.3.6.1.2.1.4.30.1.7.1|66|0
|
||||
1.3.6.1.2.1.4.30.1.7.2|66|0
|
||||
1.3.6.1.2.1.4.31.1.1.3.1|65|0
|
||||
1.3.6.1.2.1.4.31.1.1.3.2|65|3813
|
||||
1.3.6.1.2.1.5.1.0|65|49731
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|295
|
||||
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|49436
|
||||
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|64199
|
||||
1.3.6.1.2.1.5.15.0|65|0
|
||||
1.3.6.1.2.1.5.16.0|65|14763
|
||||
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|49436
|
||||
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.5.27.1.2.1|65|49731
|
||||
1.3.6.1.2.1.5.27.1.2.2|65|0
|
||||
1.3.6.1.2.1.5.27.1.3.1|65|0
|
||||
1.3.6.1.2.1.5.27.1.3.2|65|0
|
||||
1.3.6.1.2.1.5.27.1.4.1|65|64199
|
||||
1.3.6.1.2.1.5.27.1.4.2|65|4
|
||||
1.3.6.1.2.1.5.27.1.5.1|65|0
|
||||
1.3.6.1.2.1.5.27.1.5.2|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.0|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.3|65|295
|
||||
1.3.6.1.2.1.5.28.1.3.1.4|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.5|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.8|65|49436
|
||||
1.3.6.1.2.1.5.28.1.3.1.9|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.10|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.11|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.12|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.13|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.14|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.15|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.16|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.17|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.1.18|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.1|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.2|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.3|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.4|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.128|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.129|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.130|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.131|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.132|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.133|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.134|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.135|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.136|65|0
|
||||
1.3.6.1.2.1.5.28.1.3.2.137|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.0|65|49436
|
||||
1.3.6.1.2.1.5.28.1.4.1.3|65|14763
|
||||
1.3.6.1.2.1.5.28.1.4.1.4|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.5|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.8|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.9|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.10|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.11|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.12|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.13|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.14|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.15|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.16|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.17|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.1.18|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.1|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.2|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.3|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.4|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.128|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.129|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.130|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.131|65|4
|
||||
1.3.6.1.2.1.5.28.1.4.2.132|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.133|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.134|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.135|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.136|65|0
|
||||
1.3.6.1.2.1.5.28.1.4.2.137|65|0
|
||||
1.3.6.1.2.1.6.1.0|2|4
|
||||
1.3.6.1.2.1.6.2.0|2|1000
|
||||
1.3.6.1.2.1.6.3.0|2|60000
|
||||
1.3.6.1.2.1.6.4.0|2|128
|
||||
1.3.6.1.2.1.6.5.0|65|4
|
||||
1.3.6.1.2.1.6.6.0|65|4
|
||||
1.3.6.1.2.1.6.7.0|65|0
|
||||
1.3.6.1.2.1.6.8.0|65|4
|
||||
1.3.6.1.2.1.6.9.0|66|0
|
||||
1.3.6.1.2.1.6.10.0|65|13701
|
||||
1.3.6.1.2.1.6.11.0|65|11469
|
||||
1.3.6.1.2.1.6.12.0|65|1
|
||||
1.3.6.1.2.1.6.13.1.1.0.0.0.0.21.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.1.0.0.0.0.22.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.1.0.0.0.0.23.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.1.0.0.0.0.80.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.1.0.0.0.0.443.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.1.0.0.0.0.2112.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.1.0.0.0.0.3664.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.1.0.0.0.0.5214.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.1.127.0.0.1.43547.0.0.0.0.0|2|2
|
||||
1.3.6.1.2.1.6.13.1.2.0.0.0.0.21.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.2.0.0.0.0.22.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.2.0.0.0.0.23.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.2.0.0.0.0.80.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.2.0.0.0.0.443.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.2.0.0.0.0.2112.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.2.0.0.0.0.3664.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.2.0.0.0.0.5214.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.2.127.0.0.1.43547.0.0.0.0.0|64x|7f000001
|
||||
1.3.6.1.2.1.6.13.1.3.0.0.0.0.21.0.0.0.0.0|2|21
|
||||
1.3.6.1.2.1.6.13.1.3.0.0.0.0.22.0.0.0.0.0|2|22
|
||||
1.3.6.1.2.1.6.13.1.3.0.0.0.0.23.0.0.0.0.0|2|23
|
||||
1.3.6.1.2.1.6.13.1.3.0.0.0.0.80.0.0.0.0.0|2|80
|
||||
1.3.6.1.2.1.6.13.1.3.0.0.0.0.443.0.0.0.0.0|2|443
|
||||
1.3.6.1.2.1.6.13.1.3.0.0.0.0.2112.0.0.0.0.0|2|2112
|
||||
1.3.6.1.2.1.6.13.1.3.0.0.0.0.3664.0.0.0.0.0|2|3664
|
||||
1.3.6.1.2.1.6.13.1.3.0.0.0.0.5214.0.0.0.0.0|2|5214
|
||||
1.3.6.1.2.1.6.13.1.3.127.0.0.1.43547.0.0.0.0.0|2|43547
|
||||
1.3.6.1.2.1.6.13.1.4.0.0.0.0.21.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.4.0.0.0.0.22.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.4.0.0.0.0.23.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.4.0.0.0.0.80.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.4.0.0.0.0.443.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.4.0.0.0.0.2112.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.4.0.0.0.0.3664.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.4.0.0.0.0.5214.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.4.127.0.0.1.43547.0.0.0.0.0|64x|00000000
|
||||
1.3.6.1.2.1.6.13.1.5.0.0.0.0.21.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.13.1.5.0.0.0.0.22.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.13.1.5.0.0.0.0.23.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.13.1.5.0.0.0.0.80.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.13.1.5.0.0.0.0.443.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.13.1.5.0.0.0.0.2112.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.13.1.5.0.0.0.0.3664.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.13.1.5.0.0.0.0.5214.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.13.1.5.127.0.0.1.43547.0.0.0.0.0|2|0
|
||||
1.3.6.1.2.1.6.14.0|65|0
|
||||
1.3.6.1.2.1.6.15.0|65|6519
|
||||
1.3.6.1.2.1.7.1.0|65|1104874
|
||||
1.3.6.1.2.1.7.2.0|65|95666
|
||||
1.3.6.1.2.1.7.3.0|65|0
|
||||
1.3.6.1.2.1.7.4.0|65|1179368
|
||||
1.3.6.1.2.1.7.5.1.1.0.0.0.0.68|64x|00000000
|
||||
1.3.6.1.2.1.7.5.1.1.0.0.0.0.3664|64x|00000000
|
||||
1.3.6.1.2.1.7.5.1.1.0.0.0.0.50016|64x|00000000
|
||||
1.3.6.1.2.1.7.5.1.1.0.0.0.0.51305|64x|00000000
|
||||
1.3.6.1.2.1.7.5.1.1.0.0.0.0.58420|64x|00000000
|
||||
1.3.6.1.2.1.7.5.1.1.0.0.0.0.61500|64x|00000000
|
||||
1.3.6.1.2.1.7.5.1.2.0.0.0.0.68|2|68
|
||||
1.3.6.1.2.1.7.5.1.2.0.0.0.0.3664|2|3664
|
||||
1.3.6.1.2.1.7.5.1.2.0.0.0.0.50016|2|50016
|
||||
1.3.6.1.2.1.7.5.1.2.0.0.0.0.51305|2|51305
|
||||
1.3.6.1.2.1.7.5.1.2.0.0.0.0.58420|2|58420
|
||||
1.3.6.1.2.1.7.5.1.2.0.0.0.0.61500|2|61500
|
||||
1.3.6.1.2.1.7.7.1.7.1.4.0.0.0.0.68.4.10.5.0.2.67.1|65|118
|
||||
1.3.6.1.2.1.7.7.1.7.1.4.0.0.0.0.3664.4.0.0.0.0.0.1|65|0
|
||||
1.3.6.1.2.1.7.7.1.7.1.4.0.0.0.0.50016.4.0.0.0.0.0.1|65|0
|
||||
1.3.6.1.2.1.7.7.1.7.1.4.0.0.0.0.51305.4.0.0.0.0.0.1|65|10
|
||||
1.3.6.1.2.1.7.7.1.7.1.4.0.0.0.0.58420.4.0.0.0.0.0.1|65|9
|
||||
1.3.6.1.2.1.7.7.1.7.1.4.0.0.0.0.61500.4.0.0.0.0.0.1|65|0
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.161.16.0.0.0.0.0.0.0.0.0.0.255.255.10.1.0.240.57319.1|65|1104506
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3664.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|65|0
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.6065.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|65|0
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.34714.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|65|0
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.37775.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|65|8
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.44847.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|65|0
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.55032.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|65|9
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.57465.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|65|0
|
||||
1.3.6.1.2.1.7.7.1.7.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.63176.16.0.0.0.0.0.0.0.0.0.0.255.255.8.8.8.8.53.1|65|138
|
||||
1.3.6.1.2.1.11.1.0|65|1104737
|
||||
1.3.6.1.2.1.11.2.0|65|1104713
|
||||
1.3.6.1.2.1.11.3.0|65|0
|
||||
1.3.6.1.2.1.11.4.0|65|24
|
||||
1.3.6.1.2.1.11.5.0|65|36211
|
||||
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|1121579
|
||||
1.3.6.1.2.1.11.14.0|65|0
|
||||
1.3.6.1.2.1.11.15.0|65|60444
|
||||
1.3.6.1.2.1.11.16.0|65|1044281
|
||||
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|36211
|
||||
1.3.6.1.2.1.11.22.0|65|0
|
||||
1.3.6.1.2.1.11.24.0|65|0
|
||||
1.3.6.1.2.1.11.25.0|65|0
|
||||
1.3.6.1.2.1.11.26.0|65|0
|
||||
1.3.6.1.2.1.11.27.0|65|0
|
||||
1.3.6.1.2.1.11.28.0|65|1104737
|
||||
1.3.6.1.2.1.11.29.0|65|96
|
||||
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.33.1.1.1.0|4x|5452495050204c495445
|
||||
1.3.6.1.2.1.33.1.1.2.0|4|SMART1500RMXL2UA
|
||||
1.3.6.1.2.1.33.1.1.3.0|4|12.06.0069
|
||||
1.3.6.1.2.1.33.1.1.4.0|4x|31322e30362e30303639
|
||||
1.3.6.1.2.1.33.1.1.5.0|4x|4465766963652031
|
||||
1.3.6.1.2.1.33.1.1.6.0|4x|2c2c
|
||||
1.3.6.1.2.1.33.1.2.1.0|2|2
|
||||
1.3.6.1.2.1.33.1.2.3.0|2|24
|
||||
1.3.6.1.2.1.33.1.2.4.0|2|100
|
||||
1.3.6.1.2.1.33.1.2.5.0|2|420
|
||||
1.3.6.1.2.1.33.1.2.7.0|2|24
|
||||
1.3.6.1.2.1.33.1.3.2.0|2|1
|
||||
1.3.6.1.2.1.33.1.3.3.1.1.1|2|1
|
||||
1.3.6.1.2.1.33.1.3.3.1.2.1|2|597
|
||||
1.3.6.1.2.1.33.1.3.3.1.3.1|2|122
|
||||
1.3.6.1.2.1.33.1.4.1.0|2|3
|
||||
1.3.6.1.2.1.33.1.4.2.0|2|597
|
||||
1.3.6.1.2.1.33.1.4.3.0|2|1
|
||||
1.3.6.1.2.1.33.1.4.4.1.1.1|2|1
|
||||
1.3.6.1.2.1.33.1.4.4.1.2.1|2|122
|
||||
1.3.6.1.2.1.33.1.4.4.1.3.1|2|30
|
||||
1.3.6.1.2.1.33.1.4.4.1.4.1|2|357
|
||||
1.3.6.1.2.1.33.1.4.4.1.5.1|2|27
|
||||
1.3.6.1.2.1.33.1.6.1.0|2|2
|
||||
1.3.6.1.2.1.33.1.6.2.1.1.22|2|22
|
||||
1.3.6.1.2.1.33.1.6.2.1.1.23|2|23
|
||||
1.3.6.1.2.1.33.1.6.2.1.2.22|6|1.3.6.1.2.1.33.1.6.3.1
|
||||
1.3.6.1.2.1.33.1.6.2.1.2.23|6|1.3.6.1.2.1.33.1.6.3.1
|
||||
1.3.6.1.2.1.33.1.6.2.1.3.22|67|27800
|
||||
1.3.6.1.2.1.33.1.6.2.1.3.23|67|27900
|
||||
1.3.6.1.2.1.33.1.9.1.0|2|120
|
||||
1.3.6.1.2.1.33.1.9.8.0|2|2
|
||||
1.3.6.1.2.1.33.1.9.9.0|2|83
|
||||
1.3.6.1.2.1.33.1.9.10.0|2|145
|
||||
1.3.6.1.4.1.850.10.1.1.0|2|1
|
||||
1.3.6.1.4.1.850.10.1.2.1.0|64x|0a00000a
|
||||
1.3.6.1.4.1.850.10.1.2.2.0|2|5
|
||||
1.3.6.1.4.1.850.10.1.2.3.0|4x|31322e30362e303036392e31333037382e3132393137
|
||||
1.3.6.1.4.1.850.10.1.2.6.0|4x|30303a34303a39443a34333a33353a3937
|
||||
1.3.6.1.4.1.850.10.1.2.18.1.0|2|15
|
||||
1.3.6.1.4.1.850.10.1.2.18.2.0|2|80
|
||||
1.3.6.1.4.1.850.10.1.2.18.3.0|2|443
|
||||
1.3.6.1.4.1.850.10.1.2.18.4.0|2|23
|
||||
1.3.6.1.4.1.850.10.1.2.18.5.0|2|21
|
||||
1.3.6.1.4.1.850.10.1.2.20.0|4x|34643461386436622d616538642d346436612d383934362d623361366235306565616632
|
||||
1.3.6.1.4.1.850.10.1.13.9.0|4x|302e302e302e303a30
|
||||
1.3.6.1.4.1.850.10.2.1.0|2|2
|
||||
1.3.6.1.4.1.850.10.2.2.1.1.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.1.2|2|2
|
||||
1.3.6.1.4.1.850.10.2.2.1.2.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.2.2|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.3.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.3.2|2|3
|
||||
1.3.6.1.4.1.850.10.2.2.1.4.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.4.2|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.5.1|4x|2f636f6d2f31
|
||||
1.3.6.1.4.1.850.10.2.2.1.5.2|4x|2f636f6d2f30
|
||||
1.3.6.1.4.1.850.10.2.2.1.8.1|4x|5452495050204c495445
|
||||
1.3.6.1.4.1.850.10.2.2.1.8.2|4|TrippLite
|
||||
1.3.6.1.4.1.850.10.2.2.1.9.1|4|SMART1500RMXL2UA
|
||||
1.3.6.1.4.1.850.10.2.2.1.9.2|4|Envirosense
|
||||
1.3.6.1.4.1.850.10.2.2.1.10.1|4x|4465766963652031
|
||||
1.3.6.1.4.1.850.10.2.2.1.10.2|4|Probe
|
||||
1.3.6.1.4.1.850.10.2.2.1.12.1|4|
|
||||
1.3.6.1.4.1.850.10.2.2.1.12.2|4x|53657276657220526f6f6d
|
||||
1.3.6.1.4.1.850.10.2.2.1.13.1|4|
|
||||
1.3.6.1.4.1.850.10.2.2.1.13.2|4|
|
||||
1.3.6.1.4.1.850.10.2.2.1.15.1|4|3015
|
||||
1.3.6.1.4.1.850.10.2.2.1.15.2|4|Envirosense
|
||||
1.3.6.1.4.1.850.10.2.2.1.16.1|4x|323031362d30362d3031
|
||||
1.3.6.1.4.1.850.10.2.2.1.16.2|4x|323031392d30382d3035
|
||||
1.3.6.1.4.1.850.10.2.2.1.17.1|2|60
|
||||
1.3.6.1.4.1.850.10.2.2.1.17.2|2|23
|
||||
1.3.6.1.4.1.850.10.2.2.1.18.1|2|15
|
||||
1.3.6.1.4.1.850.10.2.2.1.18.2|2|7
|
||||
1.3.6.1.4.1.850.10.2.2.1.19.1|2|48
|
||||
1.3.6.1.4.1.850.10.2.2.1.19.2|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.20.1|2|3
|
||||
1.3.6.1.4.1.850.10.2.2.1.20.2|2|0
|
||||
1.3.6.1.4.1.850.10.2.2.1.22.1|2|2
|
||||
1.3.6.1.4.1.850.10.2.2.1.22.2|2|0
|
||||
1.3.6.1.4.1.850.10.2.2.1.23.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.23.2|2|0
|
||||
1.3.6.1.4.1.850.10.2.2.1.24.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.24.2|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.25.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.25.2|2|0
|
||||
1.3.6.1.4.1.850.10.2.2.1.27.1|2|0
|
||||
1.3.6.1.4.1.850.10.2.2.1.27.2|2|0
|
||||
1.3.6.1.4.1.850.10.2.2.1.28.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.2.1.28.2|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.2|2|2
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.3|2|3
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.4|2|4
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.5|2|5
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.6|2|6
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.7|2|7
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.8|2|8
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.9|2|9
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.10|2|10
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.11|2|11
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.1.12|2|12
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.2.1|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.2.2|2|2
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.2.3|2|3
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.2.4|2|4
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.2.5|2|5
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.2.6|2|6
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.1.2.7|2|7
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.1|2|2
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.2|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.3|2|2
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.4|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.5|2|3
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.6|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.7|2|2
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.8|2|2
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.9|2|3
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.10|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.11|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.1.12|2|2
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.2.1|2|3
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.2.2|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.2.3|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.2.4|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.2.5|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.2.6|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.3.2.7|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.1|4x|4c6f6164204c6576656c2041626f7665205468726573686f6c64
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.2|4x|4f7574707574204f6666
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.3|4x|4f6e2042617474657279
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.4|4x|4261747465727920426164
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.5|4x|436f6d6d756e69636174696f6e73204c6f7374
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.6|4x|42617474657279204c6f77
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.7|4x|426174746572792043617061636974792042656c6f77205761726e696e67204c6576656c
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.8|4x|54656d70657261747572652048696768
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.9|4x|42617474657279204167652041626f7665205468726573686f6c64
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.10|4|Overload
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.11|4x|47656e6572616c204661756c74
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.1.12|4x|42617474657279205365636f6e64732052656d61696e696e672042656c6f77205761726e696e67204c6576656c
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.2.1|4x|436f6d6d756e69636174696f6e73204c6f7374
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.2.2|4x|436f6e7461637420496e707574203120496e20416c61726d
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.2.3|4x|436f6e7461637420496e707574203220496e20416c61726d
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.2.4|4x|436f6e7461637420496e707574203320496e20416c61726d
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.2.5|4x|436f6e7461637420496e707574203420496e20416c61726d
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.2.6|4x|54656d7065726174757265204265796f6e64204c696d697473
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.4.2.7|4x|48756d6964697479204265796f6e64204c696d697473
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.1|4x|4c6f6164204c6576656c2042656c6f77205468726573686f6c64
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.2|4x|4f7574707574204f6e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.3|4x|4f6e205574696c69747920506f776572
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.4|4x|42617474657279204f6b6179
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.5|4x|436f6d6d756e69636174696f6e732045737461626c6973686564
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.6|4x|42617474657279204f6b6179
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.7|4x|426174746572792043617061636974792041626f7665205761726e696e67204c6576656c
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.8|4x|54656d7065726174757265204f6b6179
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.9|4x|4261747465727920416765204973204f4b
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.10|4x|4c6f6164204f6b6179
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.11|4x|4661756c74204f6b6179
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.1.12|4x|42617474657279205365636f6e64732052656d61696e696e672041626f7665205761726e696e67204c6576656c
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.2.1|4x|436f6d6d756e69636174696f6e732045737461626c6973686564
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.2.2|4x|436f6e7461637420496e7075742031204e6f726d616c
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.2.3|4x|436f6e7461637420496e7075742032204e6f726d616c
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.2.4|4x|436f6e7461637420496e7075742033204e6f726d616c
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.2.5|4x|436f6e7461637420496e7075742034204e6f726d616c
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.2.6|4x|54656d7065726174757265204f6b6179
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.5.2.7|4x|48756d6964697479204f6b6179
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.1|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.2|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.3|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.4|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.5|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.6|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.7|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.8|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.9|2|1
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.10|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.11|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.1.12|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.2.1|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.2.2|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.2.3|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.2.4|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.2.5|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.2.6|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.6.2.7|2|0
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.1|4x|526564756365207468652065717569706d656e742064726177206f6e207468697320646576696365
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.2|4x|5475726e206f7574707574206f6e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.3|4x|507265706172652073797374656d20666f722073687574646f776e2e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.4|4x|5265706c61636520796f757220626174746572792e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.5|4x|436865636b20636f6d6d756e69636174696f6e73206361626c65
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.6|4x|4465766963652073687574646f776e20697320696d6d696e656e742e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.7|4x|507265706172652073797374656d20666f722073687574646f776e2e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.8|4x|436865636b206465766963652076656e74696c6174696f6e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.9|4x|42617474657279207265706c6163656d656e74206973207265636f6d6d656e646564
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.10|4x|526564756365206c6f616420636f6e6e656374656420746f20646576696365
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.11|4x|506f737369626c6520756e6974207265706c6163656d656e74206e6565646564
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.1.12|4x|5072657061726520666f722073687574646f776e2e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.2.1|4x|436865636b20636f6d6d756e69636174696f6e73206361626c65
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.2.2|4x|436865636b20436f6e7461637420496e707574202331
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.2.3|4x|436865636b20436f6e7461637420496e707574202332
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.2.4|4x|436865636b20436f6e7461637420496e707574202333
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.2.5|4x|436865636b20436f6e7461637420496e707574202334
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.2.6|4x|436865636b206465766963652076656e74696c6174696f6e
|
||||
1.3.6.1.4.1.850.10.2.3.2.1.23.2.7|4x|436865636b206465766963652076656e74696c6174696f6e
|
||||
1.3.6.1.4.1.850.90.1.1.1.1.0|2|2
|
||||
1.3.6.1.4.1.850.90.1.1.1.2.1.1.1|2|1
|
||||
1.3.6.1.4.1.850.90.1.1.1.2.1.1.2|2|2
|
||||
1.3.6.1.4.1.850.90.1.1.1.2.1.2.1|2|1
|
||||
1.3.6.1.4.1.850.90.1.1.1.2.1.2.2|2|1
|
||||
1.3.6.1.4.1.850.90.1.1.1.2.1.3.1|4x|4954204e6f74696679
|
||||
1.3.6.1.4.1.850.90.1.1.1.2.1.3.2|4|john doe
|
||||
1.3.6.1.4.1.850.90.1.1.1.2.1.4.1|4|notifications@example.com
|
||||
1.3.6.1.4.1.850.90.1.1.1.2.1.4.2|4|john@example.com
|
||||
1.3.6.1.4.1.850.90.1.1.2.1.0|2|1
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.1.1|2|1
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.2.1|2|1
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.3.1|4x|7075626c696320534e4d502054726170
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.4.1|4x|31302e312e302e3130
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.5.1|2|162
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.6.1|2|1
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.7.1|4|public
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.8.1|4|
|
||||
1.3.6.1.4.1.850.90.1.1.2.2.1.9.1|4|
|
||||
1.3.6.1.4.1.850.100.1.1.1.0|2|0
|
||||
1.3.6.1.4.1.850.100.1.1.2.0|4|upsserialnum
|
||||
1.3.6.1.4.1.850.100.1.1.3.0|2|65535
|
||||
1.3.6.1.4.1.850.100.1.1.4.0|4|snmpcardserialnum
|
||||
1.3.6.1.4.1.850.100.1.1.5.0|2|1
|
||||
1.3.6.1.4.1.850.100.1.1.6.0|4|location1
|
||||
1.3.6.1.4.1.850.100.1.2.1.0|4x|342e36
|
||||
1.3.6.1.4.1.850.100.1.2.2.0|2|752
|
||||
1.3.6.1.4.1.850.100.1.3.1.0|2|1
|
||||
1.3.6.1.4.1.850.100.1.3.2.1.1.1|2|1
|
||||
1.3.6.1.4.1.850.100.1.3.2.1.2.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.3.2.1.3.1|2|122
|
||||
1.3.6.1.4.1.850.100.1.4.6.0|2|1
|
||||
1.3.6.1.4.1.850.100.1.6.1.0|66|2
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.1.5679|2|5679
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.1.5680|2|5680
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.2.5679|6|1.3.6.1.4.1.850.100.1.6.3.8
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.2.5680|6|1.3.6.1.4.1.850.100.1.6.3.5
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.3.5679|2|27800
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.3.5680|2|27900
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.4.5679|4x|4261747465727920426164
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.4.5680|4x|42617474657279204167652041626f7665205468726573686f6c64
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.5.5679|2|1
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.5.5680|2|1
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.6.5679|4x|4465766963652031
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.6.5680|4x|4465766963652031
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.7.5679|4|
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.7.5680|4|
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.8.5679|2|1
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.8.5680|2|3
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.9.5679|4x|31302e302e302e3130
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.9.5680|4x|31302e302e302e3130
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.10.5679|4x|30303a34303a39443a34333a33353a393700
|
||||
1.3.6.1.4.1.850.100.1.6.2.1.10.5680|4x|30303a34303a39443a34333a33353a393700
|
||||
1.3.6.1.4.1.850.100.1.7.1.0|4x|323032302d30352d3236
|
||||
1.3.6.1.4.1.850.100.1.7.2.0|4x|446f6e6520616e64204572726f72
|
||||
1.3.6.1.4.1.850.100.1.8.1.0|2|0
|
||||
1.3.6.1.4.1.850.100.1.8.2.0|2|0
|
||||
1.3.6.1.4.1.850.100.1.8.3.1.0|2|1
|
||||
1.3.6.1.4.1.850.100.1.8.3.2.0|2|1
|
||||
1.3.6.1.4.1.850.100.1.8.3.3.0|2|1
|
||||
1.3.6.1.4.1.850.100.1.8.3.4.0|2|1
|
||||
1.3.6.1.4.1.850.100.1.8.3.5.0|2|2
|
||||
1.3.6.1.4.1.850.100.1.10.1.0|2|3
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.1.1|2|1
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.1.2|2|2
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.1.3|2|3
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.2.1|2|2
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.2.2|2|2
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.2.3|2|2
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.3.1|2|2
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.3.2|2|2
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.3.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.4.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.4.2|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.4.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.5.1|4|
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.5.2|4|
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.5.3|4|
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.6.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.6.2|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.6.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.7.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.7.2|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.7.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.8.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.8.2|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.8.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.9.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.9.2|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.9.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.10.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.10.2|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.10.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.11.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.11.2|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.11.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.12.1|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.12.2|2|0
|
||||
1.3.6.1.4.1.850.100.1.10.2.1.12.3|2|0
|
||||
1.3.6.1.4.1.850.100.1.11.1.0|2|0
|
||||
1.3.6.1.4.1.850.100.1.12.1.0|2|2
|
||||
1.3.6.1.4.1.850.100.1.12.2.0|2|1
|
||||
1.3.6.1.4.1.850.100.1.12.3.0|2|0
|
||||
1.3.6.1.4.1.850.101.1.1.1.0|2|22
|
||||
1.3.6.1.4.1.850.101.1.1.2.0|2|71
|
||||
1.3.6.1.4.1.850.101.1.1.3.0|2|40
|
||||
1.3.6.1.4.1.850.101.1.1.4.0|2|95
|
||||
1.3.6.1.4.1.850.101.1.1.5.0|2|2
|
||||
1.3.6.1.4.1.850.101.1.2.1.0|2|18
|
||||
1.3.6.1.4.1.850.101.1.2.2.0|2|5
|
||||
1.3.6.1.4.1.850.101.1.2.3.0|2|80
|
||||
1.3.6.1.4.1.850.101.1.2.4.0|2|2
|
||||
1.3.6.1.4.1.850.101.2.1.1.1.1|2|1
|
||||
1.3.6.1.4.1.850.101.2.1.1.1.2|2|2
|
||||
1.3.6.1.4.1.850.101.2.1.1.1.3|2|3
|
||||
1.3.6.1.4.1.850.101.2.1.1.1.4|2|4
|
||||
1.3.6.1.4.1.850.101.2.1.1.2.1|4x|436f6e7461637420496e707574202331
|
||||
1.3.6.1.4.1.850.101.2.1.1.2.2|4x|436f6e7461637420496e707574202332
|
||||
1.3.6.1.4.1.850.101.2.1.1.2.3|4x|436f6e7461637420496e707574202333
|
||||
1.3.6.1.4.1.850.101.2.1.1.2.4|4x|436f6e7461637420496e707574202334
|
||||
1.3.6.1.4.1.850.101.2.1.1.3.1|2|0
|
||||
1.3.6.1.4.1.850.101.2.1.1.3.2|2|0
|
||||
1.3.6.1.4.1.850.101.2.1.1.3.3|2|0
|
||||
1.3.6.1.4.1.850.101.2.1.1.3.4|2|0
|
||||
1.3.6.1.4.1.850.101.2.1.1.4.1|2|0
|
||||
1.3.6.1.4.1.850.101.2.1.1.4.2|2|0
|
||||
1.3.6.1.4.1.850.101.2.1.1.4.3|2|0
|
||||
1.3.6.1.4.1.850.101.2.1.1.4.4|2|0
|
Reference in New Issue
Block a user