From 8eaffe90ad9ce927cb656c18d31feaed712280ca Mon Sep 17 00:00:00 2001 From: "Cole R. Davis" Date: Sat, 18 Aug 2018 14:49:02 -0500 Subject: [PATCH] Added basic support for IBM i (AS/400) (#9030) DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply `, i.e `./scripts/github-apply 5926` --- includes/definitions/ibm-i.yaml | 11 + includes/polling/os/ibm-i.inc.php | 4 + tests/data/ibm-i.json | 653 ++++++++++++++++++++++++++++++ tests/snmpsim/ibm-i.snmprec | 475 ++++++++++++++++++++++ 4 files changed, 1143 insertions(+) create mode 100644 includes/definitions/ibm-i.yaml create mode 100644 includes/polling/os/ibm-i.inc.php create mode 100644 tests/data/ibm-i.json create mode 100644 tests/snmpsim/ibm-i.snmprec diff --git a/includes/definitions/ibm-i.yaml b/includes/definitions/ibm-i.yaml new file mode 100644 index 0000000000..ca0745cb67 --- /dev/null +++ b/includes/definitions/ibm-i.yaml @@ -0,0 +1,11 @@ +os: 'ibm-i' +text: 'IBM i' +type: server +icon: ibmos +over: + - { graph: device_bits, text: Traffic } + - { graph: device_processor, text: 'CPU Usage' } + - { graph: device_mempool, text: 'Memory Usage' } +discovery: + - sysObjectID: + - .1.3.6.1.4.1.2.6.11 diff --git a/includes/polling/os/ibm-i.inc.php b/includes/polling/os/ibm-i.inc.php new file mode 100644 index 0000000000..9eb460d6be --- /dev/null +++ b/includes/polling/os/ibm-i.inc.php @@ -0,0 +1,4 @@ +", + "sysObjectID": ".1.3.6.1.4.1.2.6.11", + "sysDescr": "IBM OS/400 V7R1M0", + "sysContact": null, + "version": null, + "hardware": null, + "features": null, + "location": null, + "os": "ibm-i", + "type": "server", + "serial": null, + "icon": "ibmos.svg" + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2.6.11", + "sysDescr": "IBM OS/400 V7R1M0", + "sysContact": "", + "version": "V7R1M0", + "hardware": null, + "features": null, + "location": "", + "os": "ibm-i", + "type": "server", + "serial": null, + "icon": "ibmos.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": "*LOOPBACK", + "ifName": null, + "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": null, + "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": "ETHLINE", + "ifName": null, + "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": null, + "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": "*LOOPBACK", + "ifName": "*LOOPBACK", + "portName": null, + "ifIndex": 1, + "ifSpeed": 0, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 576, + "ifType": "other", + "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": 108173, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 108173, + "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": 35450096, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 35450096, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 1, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 1, + "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": "ETHLINE", + "ifName": "ETHLINE", + "portName": null, + "ifIndex": 2, + "ifSpeed": 1000000000, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 8992, + "ifType": "ethernetCsmacd", + "ifAlias": "ETHLINE", + "ifPhysAddress": "001a641ca595", + "ifHardType": null, + "ifLastChange": 1810048039, + "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": 3384189968, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1084632794, + "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": 2438230306, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 2290206707, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 191572204, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 477445, + "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 + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 1, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.1", + "processor_index": "1", + "processor_type": "hr", + "processor_usage": 3, + "processor_descr": "Main Card Enclosure", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 2, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.2", + "processor_index": "2", + "processor_type": "hr", + "processor_usage": 4, + "processor_descr": "System Processor Card", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "2", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 4096, + "mempool_descr": "RAM", + "mempool_perc": 0, + "mempool_used": 0, + "mempool_free": 0, + "mempool_total": 0, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "3", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 4096, + "mempool_descr": "RAM", + "mempool_perc": 0, + "mempool_used": 0, + "mempool_free": 0, + "mempool_total": 0, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "4", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 4096, + "mempool_descr": "RAM", + "mempool_perc": 0, + "mempool_used": 0, + "mempool_free": 0, + "mempool_total": 0, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + } + ] + }, + "poller": { + "mempools": [ + { + "mempool_index": "2", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 4096, + "mempool_descr": "RAM", + "mempool_perc": 100, + "mempool_used": 371335168, + "mempool_free": 446464, + "mempool_total": 371781632, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "3", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 4096, + "mempool_descr": "RAM", + "mempool_perc": 92, + "mempool_used": 2378006528, + "mempool_free": 209719296, + "mempool_total": 2587725824, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "4", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "hrstorage", + "mempool_precision": 4096, + "mempool_descr": "RAM", + "mempool_perc": 83, + "mempool_used": 24936448, + "mempool_free": 5259264, + "mempool_total": 30195712, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + } + ] + } + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "1", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "System ASP", + "storage_size": 635084734464, + "storage_units": 4096, + "storage_used": 494215413760, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "1", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "System ASP", + "storage_size": 635084734464, + "storage_units": 4096, + "storage_used": 494215413760, + "storage_free": 140869320704, + "storage_perc": 78, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + }, + "bgp-peers": { + "discovery": { + "devices": [ + { + "bgpLocalAs": null + } + ], + "bgpPeers": [], + "bgpPeers_cbgp": [] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/ibm-i.snmprec b/tests/snmpsim/ibm-i.snmprec new file mode 100644 index 0000000000..050975eb42 --- /dev/null +++ b/tests/snmpsim/ibm-i.snmprec @@ -0,0 +1,475 @@ +1.3.6.1.2.1.1.1.0|4|IBM OS/400 V7R1M0 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2.6.11 +1.3.6.1.2.1.1.3.0|67|3079279497 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.2|2|2 +1.3.6.1.2.1.2.2.1.2.1|4|*LOOPBACK +1.3.6.1.2.1.2.2.1.2.2|4|ETHLINE +1.3.6.1.2.1.2.2.1.3.1|2|1 +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|576 +1.3.6.1.2.1.2.2.1.4.2|2|8992 +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|1000000000 +1.3.6.1.2.1.2.2.1.6.1|4| +1.3.6.1.2.1.2.2.1.6.2|4x|001A641CA595 +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|1810048039 +1.3.6.1.2.1.2.2.1.10.1|65|35450096 +1.3.6.1.2.1.2.2.1.10.2|65|2438230306 +1.3.6.1.2.1.2.2.1.11.1|65|108173 +1.3.6.1.2.1.2.2.1.11.2|65|3384189968 +1.3.6.1.2.1.2.2.1.12.1|65|1 +1.3.6.1.2.1.2.2.1.12.2|65|191572204 +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|35450096 +1.3.6.1.2.1.2.2.1.16.2|65|2290206707 +1.3.6.1.2.1.2.2.1.17.1|65|108173 +1.3.6.1.2.1.2.2.1.17.2|65|1084632794 +1.3.6.1.2.1.2.2.1.18.1|65|1 +1.3.6.1.2.1.2.2.1.18.2|65|477445 +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.4.3.0|65|3575870142 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|17503 +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|3575665199 +1.3.6.1.2.1.4.10.0|65|1084852765 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|138 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1 +1.3.6.1.2.1.4.20.1.2.192.168.1.4|2|2 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 +1.3.6.1.2.1.4.20.1.3.192.168.1.4|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.23|4x|90B11C9A66EA +1.3.6.1.2.1.4.22.1.2.2.192.168.1.38|4x|005056A638DD +1.3.6.1.2.1.4.22.1.2.2.192.168.1.43|4x|005056A63F31 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.44|4x|C81F661E6B09 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.47|4x|64006A475822 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.50|4x|C81F661E8D9B +1.3.6.1.2.1.4.22.1.2.2.192.168.1.73|4x|005056A68299 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.74|4x|A41F727C9069 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.77|4x|B083FE7F57D1 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.79|4x|B083FE7F57B8 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.82|4x|F430B92B47C7 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.83|4x|005056A67473 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.85|4x|30E1713EEDE0 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.86|4x|2C4138812158 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.89|4x|C8D3FFAE135B +1.3.6.1.2.1.4.22.1.2.2.192.168.1.92|4x|005056A68C65 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.100|4x|782BCBACC34A +1.3.6.1.2.1.4.22.1.2.2.192.168.1.101|4x|005056A6733A +1.3.6.1.2.1.4.22.1.2.2.192.168.1.103|4x|005056A6733C +1.3.6.1.2.1.4.22.1.2.2.192.168.1.111|4x|D4BED9937DB3 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.186|4x|005056AF000C +1.3.6.1.2.1.4.22.1.2.2.192.168.1.200|4x|E0CBBC2F9360 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.209|4x|005056A645B4 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.210|4x|005056A64006 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.245|4x|005056A6D844 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.251|4x|E4F0041BCB07 +1.3.6.1.2.1.4.22.1.2.2.192.168.1.254|4x|E4F0041BF407 +1.3.6.1.2.1.4.31.1.1.3.1|65|3575870232 +1.3.6.1.2.1.4.31.1.1.3.2|65|833 +1.3.6.1.2.1.4.31.1.1.4.1|70|7870837530 +1.3.6.1.2.1.4.31.1.1.4.2|70|833 +1.3.6.1.2.1.4.31.1.1.5.1|65|2473672436 +1.3.6.1.2.1.4.31.1.1.5.2|65|71400 +1.3.6.1.2.1.4.31.1.1.6.1|70|449150271368 +1.3.6.1.2.1.4.31.1.1.6.2|70|71400 +1.3.6.1.2.1.4.31.1.1.7.1|65|0 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.1|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.1|65|17503 +1.3.6.1.2.1.4.31.1.1.9.2|65|0 +1.3.6.1.2.1.4.31.1.1.10.1|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.1|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.12.1|65|0 +1.3.6.1.2.1.4.31.1.1.12.2|65|0 +1.3.6.1.2.1.4.31.1.1.13.1|70|0 +1.3.6.1.2.1.4.31.1.1.13.2|70|0 +1.3.6.1.2.1.4.31.1.1.14.1|65|0 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.1|65|0 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.1|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.1|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.1|65|3575665320 +1.3.6.1.2.1.4.31.1.1.18.2|65|833 +1.3.6.1.2.1.4.31.1.1.19.1|70|7870632618 +1.3.6.1.2.1.4.31.1.1.19.2|70|833 +1.3.6.1.2.1.4.31.1.1.20.1|65|1084852885 +1.3.6.1.2.1.4.31.1.1.20.2|65|842 +1.3.6.1.2.1.4.31.1.1.21.1|70|61214395031 +1.3.6.1.2.1.4.31.1.1.21.2|70|842 +1.3.6.1.2.1.4.31.1.1.22.1|65|138 +1.3.6.1.2.1.4.31.1.1.22.2|65|3 +1.3.6.1.2.1.4.31.1.1.23.1|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.24.1|70|0 +1.3.6.1.2.1.4.31.1.1.24.2|70|0 +1.3.6.1.2.1.4.31.1.1.25.1|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.26.1|65|0 +1.3.6.1.2.1.4.31.1.1.26.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.1|65|0 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.1|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.1|65|0 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|1085218341 +1.3.6.1.2.1.4.31.1.1.30.2|65|839 +1.3.6.1.2.1.4.31.1.1.31.1|70|61214760487 +1.3.6.1.2.1.4.31.1.1.31.2|70|839 +1.3.6.1.2.1.4.31.1.1.32.1|65|2325651796 +1.3.6.1.2.1.4.31.1.1.32.2|65|71844 +1.3.6.1.2.1.4.31.1.1.33.1|70|47539023684080 +1.3.6.1.2.1.4.31.1.1.33.2|70|71844 +1.3.6.1.2.1.4.31.1.1.34.1|65|655036 +1.3.6.1.2.1.4.31.1.1.34.2|65|0 +1.3.6.1.2.1.4.31.1.1.35.1|70|655036 +1.3.6.1.2.1.4.31.1.1.35.2|70|0 +1.3.6.1.2.1.4.31.1.1.36.1|65|37798676 +1.3.6.1.2.1.4.31.1.1.36.2|65|0 +1.3.6.1.2.1.4.31.1.1.37.1|70|37798676 +1.3.6.1.2.1.4.31.1.1.37.2|70|0 +1.3.6.1.2.1.4.31.1.1.38.1|65|187414 +1.3.6.1.2.1.4.31.1.1.38.2|65|6 +1.3.6.1.2.1.4.31.1.1.39.1|70|187414 +1.3.6.1.2.1.4.31.1.1.39.2|70|6 +1.3.6.1.2.1.4.31.1.1.40.1|65|14430878 +1.3.6.1.2.1.4.31.1.1.40.2|65|444 +1.3.6.1.2.1.4.31.1.1.41.1|70|14430878 +1.3.6.1.2.1.4.31.1.1.41.2|70|444 +1.3.6.1.2.1.4.31.1.1.42.1|65|190917169 +1.3.6.1.2.1.4.31.1.1.42.2|65|0 +1.3.6.1.2.1.4.31.1.1.43.1|70|190917169 +1.3.6.1.2.1.4.31.1.1.43.2|70|0 +1.3.6.1.2.1.4.31.1.1.44.1|65|290032 +1.3.6.1.2.1.4.31.1.1.44.2|65|0 +1.3.6.1.2.1.4.31.1.1.45.1|70|290032 +1.3.6.1.2.1.4.31.1.1.45.2|70|0 +1.3.6.1.2.1.4.31.1.1.46.1|67|0 +1.3.6.1.2.1.4.31.1.1.46.2|67|0 +1.3.6.1.2.1.4.31.1.1.47.1|66|60000 +1.3.6.1.2.1.4.31.1.1.47.2|66|60000 +1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|6|0.0 +1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.23|4x|90B11C9A66EA +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.38|4x|005056A638DD +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.43|4x|005056A63F31 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.44|4x|C81F661E6B09 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.47|4x|64006A475822 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.50|4x|C81F661E8D9B +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.73|4x|005056A68299 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.74|4x|A41F727C9069 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.77|4x|B083FE7F57D1 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.79|4x|B083FE7F57B8 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.82|4x|F430B92B47C7 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.83|4x|005056A67473 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.85|4x|30E1713EEDE0 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.86|4x|2C4138812158 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.89|4x|C8D3FFAE135B +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.92|4x|005056A68C65 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.100|4x|782BCBACC34A +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.101|4x|005056A6733A +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.103|4x|005056A6733C +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.111|4x|D4BED9937DB3 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.186|4x|005056AF000C +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.200|4x|E0CBBC2F9360 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.209|4x|005056A645B4 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.210|4x|005056A64006 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.245|4x|005056A6D844 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.251|4x|E4F0041BCB07 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.1.254|4x|E4F0041BF407 +1.3.6.1.2.1.5.1.0|65|1183803 +1.3.6.1.2.1.5.2.0|65|131 +1.3.6.1.2.1.5.3.0|65|19734 +1.3.6.1.2.1.5.4.0|65|63 +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|35 +1.3.6.1.2.1.5.8.0|65|1163702 +1.3.6.1.2.1.5.9.0|65|138 +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|26445708 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|25281976 +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|30 +1.3.6.1.2.1.5.22.0|65|1163702 +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.29.1.2.1|65|1183803 +1.3.6.1.2.1.5.29.1.2.2|65|0 +1.3.6.1.2.1.5.29.1.3.1|65|131 +1.3.6.1.2.1.5.29.1.3.2|65|0 +1.3.6.1.2.1.5.29.1.4.1|65|26445708 +1.3.6.1.2.1.5.29.1.4.2|65|30 +1.3.6.1.2.1.5.29.1.5.1|65|0 +1.3.6.1.2.1.5.29.1.5.2|65|0 +1.3.6.1.2.1.5.30.1.3.1.0|65|138 +1.3.6.1.2.1.5.30.1.3.1.3|65|19734 +1.3.6.1.2.1.5.30.1.3.1.5|65|35 +1.3.6.1.2.1.5.30.1.3.1.8|65|1163702 +1.3.6.1.2.1.5.30.1.3.1.11|65|63 +1.3.6.1.2.1.5.30.1.3.2.136|65|0 +1.3.6.1.2.1.5.30.1.3.2.143|65|0 +1.3.6.1.2.1.5.30.1.4.1.0|65|1163702 +1.3.6.1.2.1.5.30.1.4.1.3|65|25281976 +1.3.6.1.2.1.5.30.1.4.1.5|65|0 +1.3.6.1.2.1.5.30.1.4.1.8|65|30 +1.3.6.1.2.1.5.30.1.4.1.11|65|0 +1.3.6.1.2.1.5.30.1.4.2.136|65|4 +1.3.6.1.2.1.5.30.1.4.2.143|65|26 +1.3.6.1.2.1.6.5.0|65|384338 +1.3.6.1.2.1.6.6.0|65|511905 +1.3.6.1.2.1.6.7.0|65|8969427 +1.3.6.1.2.1.6.8.0|65|8269 +1.3.6.1.2.1.6.9.0|66|80 +1.3.6.1.2.1.6.10.0|65|3354017332 +1.3.6.1.2.1.6.11.0|65|1051684870 +1.3.6.1.2.1.6.12.0|65|2044571 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|206454 +1.3.6.1.2.1.6.17.0|70|7648984628 +1.3.6.1.2.1.6.18.0|70|61181227014 +1.3.6.1.2.1.7.1.0|65|113308595 +1.3.6.1.2.1.7.2.0|65|106581091 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|10886085 +1.3.6.1.2.1.11.1.0|65|10334434 +1.3.6.1.2.1.11.2.0|65|10334111 +1.3.6.1.2.1.11.3.0|65|18 +1.3.6.1.2.1.11.4.0|65|223 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|7 +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|0 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|1099546 +1.3.6.1.2.1.11.16.0|65|9234654 +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|785952 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|11298 +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|10334135 +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.25.1.1.0|67|2147483647 +1.3.6.1.2.1.25.1.5.0|66|0 +1.3.6.1.2.1.25.1.6.0|66|334 +1.3.6.1.2.1.25.2.3.1.1.1|2|1 +1.3.6.1.2.1.25.2.3.1.1.2|2|2 +1.3.6.1.2.1.25.2.3.1.1.3|2|3 +1.3.6.1.2.1.25.2.3.1.1.4|2|4 +1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.2|6|1.3.6.1.2.1.25.2.1.2 +1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.2 +1.3.6.1.2.1.25.2.3.1.2.4|6|1.3.6.1.2.1.25.2.1.2 +1.3.6.1.2.1.25.2.3.1.3.1|4|System ASP +1.3.6.1.2.1.25.2.3.1.3.2|4|RAM +1.3.6.1.2.1.25.2.3.1.3.3|4|RAM +1.3.6.1.2.1.25.2.3.1.3.4|4|RAM +1.3.6.1.2.1.25.2.3.1.4.1|2|4096 +1.3.6.1.2.1.25.2.3.1.4.2|2|4096 +1.3.6.1.2.1.25.2.3.1.4.3|2|4096 +1.3.6.1.2.1.25.2.3.1.4.4|2|4096 +1.3.6.1.2.1.25.2.3.1.5.1|2|155049984 +1.3.6.1.2.1.25.2.3.1.5.2|2|90767 +1.3.6.1.2.1.25.2.3.1.5.3|2|631769 +1.3.6.1.2.1.25.2.3.1.5.4|2|7372 +1.3.6.1.2.1.25.2.3.1.6.1|2|120658060 +1.3.6.1.2.1.25.2.3.1.6.2|2|90658 +1.3.6.1.2.1.25.2.3.1.6.3|2|580568 +1.3.6.1.2.1.25.2.3.1.6.4|2|6088 +1.3.6.1.2.1.25.3.2.1.1.1|2|1 +1.3.6.1.2.1.25.3.2.1.1.2|2|2 +1.3.6.1.2.1.25.3.2.1.1.3|2|3 +1.3.6.1.2.1.25.3.2.1.1.4|2|4 +1.3.6.1.2.1.25.3.2.1.1.5|2|5 +1.3.6.1.2.1.25.3.2.1.1.6|2|6 +1.3.6.1.2.1.25.3.2.1.1.7|2|7 +1.3.6.1.2.1.25.3.2.1.1.8|2|8 +1.3.6.1.2.1.25.3.2.1.1.9|2|9 +1.3.6.1.2.1.25.3.2.1.1.10|2|10 +1.3.6.1.2.1.25.3.2.1.1.11|2|11 +1.3.6.1.2.1.25.3.2.1.1.12|2|12 +1.3.6.1.2.1.25.3.2.1.1.13|2|13 +1.3.6.1.2.1.25.3.2.1.1.14|2|14 +1.3.6.1.2.1.25.3.2.1.1.15|2|15 +1.3.6.1.2.1.25.3.2.1.1.16|2|16 +1.3.6.1.2.1.25.3.2.1.1.17|2|17 +1.3.6.1.2.1.25.3.2.1.1.18|2|18 +1.3.6.1.2.1.25.3.2.1.1.19|2|19 +1.3.6.1.2.1.25.3.2.1.1.20|2|20 +1.3.6.1.2.1.25.3.2.1.1.21|2|21 +1.3.6.1.2.1.25.3.2.1.1.22|2|22 +1.3.6.1.2.1.25.3.2.1.1.23|2|23 +1.3.6.1.2.1.25.3.2.1.1.24|2|24 +1.3.6.1.2.1.25.3.2.1.1.25|2|25 +1.3.6.1.2.1.25.3.2.1.1.26|2|26 +1.3.6.1.2.1.25.3.2.1.1.27|2|27 +1.3.6.1.2.1.25.3.2.1.2.1|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.2|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.3|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.4|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.5|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.6|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.7|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.8|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.9|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.10|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.11|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.12|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.13|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.14|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.15|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.16|6|1.3.6.1.2.1.25.3.1.18 +1.3.6.1.2.1.25.3.2.1.2.17|6|1.3.6.1.2.1.25.3.1.18 +1.3.6.1.2.1.25.3.2.1.2.18|6|1.3.6.1.2.1.25.3.1.18 +1.3.6.1.2.1.25.3.2.1.2.19|6|1.3.6.1.2.1.25.3.1.10 +1.3.6.1.2.1.25.3.2.1.2.20|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.21|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.22|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.23|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.24|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.25|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.26|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.27|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.3.1|4|Main Card Enclosure +1.3.6.1.2.1.25.3.2.1.3.2|4|System Processor Card +1.3.6.1.2.1.25.3.2.1.3.3|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.4|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.5|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.6|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.7|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.8|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.9|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.10|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.11|4|Disk Unit +1.3.6.1.2.1.25.3.2.1.3.12|4|Optical file +1.3.6.1.2.1.25.3.2.1.3.13|4|Optical file +1.3.6.1.2.1.25.3.2.1.3.14|4|Optical file +1.3.6.1.2.1.25.3.2.1.3.15|4|Diskette Unit +1.3.6.1.2.1.25.3.2.1.3.16|4|Tape Unit +1.3.6.1.2.1.25.3.2.1.3.17|4|Tape Unit +1.3.6.1.2.1.25.3.2.1.3.18|4|Tape Unit +1.3.6.1.2.1.25.3.2.1.3.19|4|Work Station Device +1.3.6.1.2.1.25.3.2.1.3.20|4|Ethernet Port +1.3.6.1.2.1.25.3.2.1.3.21|4|Ethernet Port +1.3.6.1.2.1.25.3.2.1.3.22|4|V.24 Port +1.3.6.1.2.1.25.3.2.1.3.23|4|V.24 Port +1.3.6.1.2.1.25.3.2.1.3.24|4|V.24 Port +1.3.6.1.2.1.25.3.2.1.3.25|4|V.24 Port +1.3.6.1.2.1.25.3.2.1.3.26|4|V.24 Port +1.3.6.1.2.1.25.3.2.1.3.27|4|V.24 Port +1.3.6.1.2.1.25.3.2.1.4.1|6|1.3.6.1.4.1.2.9.1.57.52.48.55.53.49.53.67.69.67.48.49.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.2|6|1.3.6.1.4.1.2.9.1.53.51.67.51.32.32.32.77.80.48.49.32.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.3|6|1.3.6.1.4.1.2.9.1.53.55.49.66.48.48.49.68.67.48.51.32.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.4|6|1.3.6.1.4.1.2.9.1.52.51.50.55.48.55.52.68.68.48.48.49.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.5|6|1.3.6.1.4.1.2.9.1.52.51.50.55.48.55.52.68.68.48.48.50.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.6|6|1.3.6.1.4.1.2.9.1.52.51.50.55.48.55.52.68.68.48.48.51.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.7|6|1.3.6.1.4.1.2.9.1.52.51.50.55.48.55.52.68.68.48.48.52.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.8|6|1.3.6.1.4.1.2.9.1.52.51.50.56.48.55.52.68.68.48.48.53.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.9|6|1.3.6.1.4.1.2.9.1.52.51.50.56.48.55.52.68.68.48.48.54.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.10|6|1.3.6.1.4.1.2.9.1.52.51.50.56.48.55.52.68.68.48.48.55.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.11|6|1.3.6.1.4.1.2.9.1.52.51.50.56.48.55.52.68.68.48.48.56.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.12|6|1.3.6.1.4.1.2.9.1.53.55.49.66.48.48.49.68.67.48.51.32.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.13|6|1.3.6.1.4.1.2.9.1.54.51.51.55.48.48.50.79.80.84.48.49.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.14|6|1.3.6.1.4.1.2.9.1.54.51.50.66.48.48.49.79.80.84.86.82.84.48.49.32.32 +1.3.6.1.2.1.25.3.2.1.4.15|6|1.3.6.1.4.1.2.9.1.53.55.49.66.48.48.49.68.67.48.51.32.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.16|6|1.3.6.1.4.1.2.9.1.53.55.49.66.48.48.49.68.67.48.51.32.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.17|6|1.3.6.1.4.1.2.9.1.54.51.65.48.48.48.49.84.65.80.48.49.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.18|6|1.3.6.1.4.1.2.9.1.54.51.65.48.48.48.49.84.65.80.86.82.84.48.49.32.32 +1.3.6.1.2.1.25.3.2.1.4.19|6|1.3.6.1.4.1.2.9.1.51.49.55.57.48.48.50.68.83.80.48.48.49.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.20|6|1.3.6.1.4.1.2.9.1.53.55.48.54.48.48.49.67.77.78.48.55.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.21|6|1.3.6.1.4.1.2.9.1.53.55.48.54.48.48.49.67.77.78.48.56.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.22|6|1.3.6.1.4.1.2.9.1.50.55.52.50.48.48.49.67.77.78.48.51.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.23|6|1.3.6.1.4.1.2.9.1.50.55.52.50.48.48.49.67.77.78.48.52.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.24|6|1.3.6.1.4.1.2.9.1.50.55.57.51.48.48.49.67.77.78.48.53.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.25|6|1.3.6.1.4.1.2.9.1.50.55.57.51.48.48.49.67.77.78.48.54.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.26|6|1.3.6.1.4.1.2.9.1.54.66.48.51.48.48.49.67.77.78.48.57.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.4.27|6|1.3.6.1.4.1.2.9.1.54.66.48.51.48.48.49.67.77.78.49.48.32.32.32.32.32 +1.3.6.1.2.1.25.3.2.1.5.1|2|2 +1.3.6.1.2.1.25.3.2.1.5.2|2|2 +1.3.6.1.2.1.25.3.2.1.5.3|2|2 +1.3.6.1.2.1.25.3.2.1.5.4|2|2 +1.3.6.1.2.1.25.3.2.1.5.5|2|2 +1.3.6.1.2.1.25.3.2.1.5.6|2|2 +1.3.6.1.2.1.25.3.2.1.5.7|2|2 +1.3.6.1.2.1.25.3.2.1.5.8|2|2 +1.3.6.1.2.1.25.3.2.1.5.9|2|2 +1.3.6.1.2.1.25.3.2.1.5.10|2|2 +1.3.6.1.2.1.25.3.2.1.5.11|2|2 +1.3.6.1.2.1.25.3.2.1.5.12|2|2 +1.3.6.1.2.1.25.3.2.1.5.13|2|2 +1.3.6.1.2.1.25.3.2.1.5.14|2|2 +1.3.6.1.2.1.25.3.2.1.5.15|2|2 +1.3.6.1.2.1.25.3.2.1.5.16|2|2 +1.3.6.1.2.1.25.3.2.1.5.17|2|2 +1.3.6.1.2.1.25.3.2.1.5.18|2|2 +1.3.6.1.2.1.25.3.2.1.5.19|2|2 +1.3.6.1.2.1.25.3.2.1.5.20|2|2 +1.3.6.1.2.1.25.3.2.1.5.21|2|2 +1.3.6.1.2.1.25.3.2.1.5.22|2|2 +1.3.6.1.2.1.25.3.2.1.5.23|2|2 +1.3.6.1.2.1.25.3.2.1.5.24|2|2 +1.3.6.1.2.1.25.3.2.1.5.25|2|2 +1.3.6.1.2.1.25.3.2.1.5.26|2|2 +1.3.6.1.2.1.25.3.2.1.5.27|2|2 +1.3.6.1.2.1.25.3.3.1.1.1|6|1.3.6.1.4.1.2.9.1.57.52.48.55.53.49.53.67.69.67.48.49.32.32.32.32.32 +1.3.6.1.2.1.25.3.3.1.1.2|6|1.3.6.1.4.1.2.9.1.53.51.67.51.32.32.32.77.80.48.49.32.32.32.32.32.32 +1.3.6.1.2.1.25.3.3.1.2.1|2|3 +1.3.6.1.2.1.25.3.3.1.2.2|2|4