From ae7e2621f6617660df0c8adb755cbe81f1a2b1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Rosiak?= Date: Sat, 16 Feb 2019 15:01:32 +0100 Subject: [PATCH] Fix Junos CPU Discovery (#9467) * Fix SRX processor description.. * Add hacky mode to identify which CPUs to poll * Create junos_srx3600.json * update EX test data --- includes/definitions/discovery/junos.yaml | 12 +- tests/data/junos_ex.json | 591 +++++++++++++++++++++- tests/data/junos_srx3600.json | 383 ++++++++++++++ tests/snmpsim/junos_ex.snmprec | 255 +++++++++- 4 files changed, 1200 insertions(+), 41 deletions(-) create mode 100644 tests/data/junos_srx3600.json diff --git a/includes/definitions/discovery/junos.yaml b/includes/definitions/discovery/junos.yaml index 658fd3c0a1..90be18a73b 100644 --- a/includes/definitions/discovery/junos.yaml +++ b/includes/definitions/discovery/junos.yaml @@ -7,12 +7,16 @@ modules: value: jnxOperatingCPU num_oid: '.1.3.6.1.4.1.2636.3.1.13.1.8.{{ $index }}' descr: jnxOperatingDescr - skip_values: 0 + skip_values: + - + oid: jnxOperatingBuffer + op: '=' + value: 0 - - oid: jnxJsSPUMonitoringCPUUsage - value: jnxOperatingCPU + oid: jnxJsSPUMonitoringObjectsEntry + value: jnxJsSPUMonitoringCPUUsage num_oid: '.1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.{{ $index }}' - descr: CPU + descr: '{{ $jnxJsSPUMonitoringNodeDescr }}' sensors: pre-cache: data: diff --git a/tests/data/junos_ex.json b/tests/data/junos_ex.json index c5772ff2c7..6df3397c16 100644 --- a/tests/data/junos_ex.json +++ b/tests/data/junos_ex.json @@ -1,4 +1,42 @@ { + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2636.1.1.1.4.131.2", + "sysDescr": "Juniper Networks, Inc. ex3400-48t Ethernet Switch, kernel JUNOS 15.1X53-D59.4, Build date: 2018-09-14 21:00:55 UTC Copyright (c) 1996-2018 Juniper Networks, Inc.", + "sysContact": null, + "version": null, + "hardware": null, + "features": null, + "os": "junos", + "type": "network", + "serial": null, + "icon": "junos.png", + "location": null + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2636.1.1.1.4.131.2", + "sysDescr": "Juniper Networks, Inc. ex3400-48t Ethernet Switch, kernel JUNOS 15.1X53-D59.4, Build date: 2018-09-14 21:00:55 UTC Copyright (c) 1996-2018 Juniper Networks, Inc.", + "sysContact": "", + "version": "15.1X53-D59.4", + "hardware": "Juniper EX3400-48T", + "features": null, + "os": "junos", + "type": "network", + "serial": null, + "icon": "junos.png", + "location": "" + } + ] + } + }, "bgp-peers": { "discovery": { "bgpPeers": [ @@ -129,26 +167,557 @@ "discovery": { "processors": [ { - "entPhysicalIndex": "0", - "hrDeviceIndex": "0", + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.1.0.0", "processor_index": "7.1.0.0", "processor_type": "junos", - "processor_usage": "94", - "processor_descr": "FPC: EX4200-48PX,48 POE+ @ 0/*/*", - "processor_precision": "1", - "processor_perc_warn": "75" + "processor_usage": 11, + "processor_descr": "FPC: EX3400-48T @ 0/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 }, { - "entPhysicalIndex": "0", - "hrDeviceIndex": "0", + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.9.1.0.0", "processor_index": "9.1.0.0", "processor_type": "junos", - "processor_usage": "94", + "processor_usage": 11, "processor_descr": "Routing Engine 0", - "processor_precision": "1", - "processor_perc_warn": "75" + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "7.1.0.0", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "junos", + "mempool_precision": 1, + "mempool_descr": "FPC: EX3400-48T @ 0/*/*", + "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": "9.1.0.0", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "junos", + "mempool_precision": 1, + "mempool_descr": "Routing Engine 0", + "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": "7.1.0.0", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "junos", + "mempool_precision": 1, + "mempool_descr": "FPC: EX3400-48T @ 0/*/*", + "mempool_perc": 13, + "mempool_used": 265814016, + "mempool_free": 1778909184, + "mempool_total": 2044723200, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + }, + { + "mempool_index": "9.1.0.0", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "junos", + "mempool_precision": 1, + "mempool_descr": "Routing Engine 0", + "mempool_perc": 13, + "mempool_used": 265814016, + "mempool_free": 1778909184, + "mempool_total": 2044723200, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.2.1.1.0", + "sensor_index": "2.1.1.0", + "sensor_type": "jnxFruState", + "sensor_descr": "Power Supply 0 @ 0/0/*", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.2.1.2.0", + "sensor_index": "2.1.2.0", + "sensor_type": "jnxFruState", + "sensor_descr": "Power Supply 1 @ 0/1/*", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.4.1.1.0", + "sensor_index": "4.1.1.0", + "sensor_type": "jnxFruState", + "sensor_descr": "Fan Tray 0 @ 0/0/*", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.4.1.2.0", + "sensor_index": "4.1.2.0", + "sensor_type": "jnxFruState", + "sensor_descr": "Fan Tray 1 @ 0/1/*", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.7.1.0.0", + "sensor_index": "7.1.0.0", + "sensor_type": "jnxFruState", + "sensor_descr": "FPC: EX3400-48T @ 0/*/*", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.8.1.1.0", + "sensor_index": "8.1.1.0", + "sensor_type": "jnxFruState", + "sensor_descr": "PIC: 48x10/100/1000 Base-T @ 0/0/*", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.8.1.2.0", + "sensor_index": "8.1.2.0", + "sensor_type": "jnxFruState", + "sensor_descr": "PIC: 2x40G QSFP @ 0/1/*", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.8.1.3.0", + "sensor_index": "8.1.3.0", + "sensor_type": "jnxFruState", + "sensor_descr": "PIC: 4x10G SFP/SFP+ @ 0/2/*", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.9.1.0.0", + "sensor_index": "9.1.0.0", + "sensor_type": "jnxFruState", + "sensor_descr": "Routing Engine 0", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 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": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.15.1.8.9.2.0.0", + "sensor_index": "9.2.0.0", + "sensor_type": "jnxFruState", + "sensor_descr": "Routing Engine", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "jnxFruState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.4.2.3.1.0", + "sensor_index": "0", + "sensor_type": "jnxRedAlarmState", + "sensor_descr": "Red Alarm", + "group": "", + "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": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "jnxRedAlarmState" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.4.2.2.1.0", + "sensor_index": "0", + "sensor_type": "jnxYellowAlarmState", + "sensor_descr": "Yellow Alarm", + "group": "", + "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": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "jnxYellowAlarmState" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.7.7.1.0.0", + "sensor_index": "7.1.0.0", + "sensor_type": "junos", + "sensor_descr": "FPC: EX3400-48T @ 0/*/*", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35, + "sensor_limit": 55, + "sensor_limit_warn": null, + "sensor_limit_low": 25, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.7.9.1.0.0", + "sensor_index": "9.1.0.0", + "sensor_type": "junos", + "sensor_descr": "Routing Engine 0", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 35, + "sensor_limit": 55, + "sensor_limit_warn": null, + "sensor_limit_low": 25, + "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": "jnxFruState", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "jnxFruState", + "state_descr": "empty", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 3 + }, + { + "state_name": "jnxFruState", + "state_descr": "present", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "jnxFruState", + "state_descr": "ready", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 0 + }, + { + "state_name": "jnxFruState", + "state_descr": "announceOnline", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 0 + }, + { + "state_name": "jnxFruState", + "state_descr": "online", + "state_draw_graph": 1, + "state_value": 6, + "state_generic_value": 0 + }, + { + "state_name": "jnxFruState", + "state_descr": "anounceOffline", + "state_draw_graph": 1, + "state_value": 7, + "state_generic_value": 1 + }, + { + "state_name": "jnxFruState", + "state_descr": "offline", + "state_draw_graph": 1, + "state_value": 8, + "state_generic_value": 2 + }, + { + "state_name": "jnxFruState", + "state_descr": "diagnostic", + "state_draw_graph": 1, + "state_value": 9, + "state_generic_value": 3 + }, + { + "state_name": "jnxFruState", + "state_descr": "standby", + "state_draw_graph": 1, + "state_value": 10, + "state_generic_value": 3 + }, + { + "state_name": "jnxRedAlarmState", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "jnxRedAlarmState", + "state_descr": "off", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "jnxRedAlarmState", + "state_descr": "on", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "jnxYellowAlarmState", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 3 + }, + { + "state_name": "jnxYellowAlarmState", + "state_descr": "off", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "jnxYellowAlarmState", + "state_descr": "on", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 } ] }, diff --git a/tests/data/junos_srx3600.json b/tests/data/junos_srx3600.json new file mode 100644 index 0000000000..7f37d2f5e2 --- /dev/null +++ b/tests/data/junos_srx3600.json @@ -0,0 +1,383 @@ +{ + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.1.0.0", + "processor_index": "7.1.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX3k SFB 12GE @ 0/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.2.0.0", + "processor_index": "7.2.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX1k3k 2x10GE NP-IOC @ 1/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.5.0.0", + "processor_index": "7.5.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX1k3k 2x10GE NP-IOC @ 4/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.7.0.0", + "processor_index": "7.7.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX3k SPC @ 6/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.8.0.0", + "processor_index": "7.8.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX3k SPC @ 7/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.9.0.0", + "processor_index": "7.9.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX3k SPC @ 8/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.10.0.0", + "processor_index": "7.10.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX3k SPC @ 9/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.11.0.0", + "processor_index": "7.11.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX3k NPC @ 10/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.12.0.0", + "processor_index": "7.12.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX3k SPC @ 11/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.13.0.0", + "processor_index": "7.13.0.0", + "processor_type": "junos", + "processor_usage": 24, + "processor_descr": "node0 FPC: SRX3k SPC @ 12/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.14.0.0", + "processor_index": "7.14.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX3k SFB 12GE @ 0/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.15.0.0", + "processor_index": "7.15.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX1k3k 2x10GE NP-IOC @ 1/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.18.0.0", + "processor_index": "7.18.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX1k3k 2x10GE NP-IOC @ 4/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.20.0.0", + "processor_index": "7.20.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX3k SPC @ 6/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.21.0.0", + "processor_index": "7.21.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX3k SPC @ 7/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.22.0.0", + "processor_index": "7.22.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX3k SPC @ 8/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.23.0.0", + "processor_index": "7.23.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX3k SPC @ 9/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.24.0.0", + "processor_index": "7.24.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX3k NPC @ 10/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.25.0.0", + "processor_index": "7.25.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX3k SPC @ 11/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.26.0.0", + "processor_index": "7.26.0.0", + "processor_type": "junos", + "processor_usage": 22, + "processor_descr": "node1 FPC: SRX3k SPC @ 12/*/*", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.9.1.0.0", + "processor_index": "9.1.0.0", + "processor_type": "junos", + "processor_usage": 41, + "processor_descr": "node0 Routing Engine 0", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.9.3.0.0", + "processor_index": "9.3.0.0", + "processor_type": "junos", + "processor_usage": 34, + "processor_descr": "node1 Routing Engine 0", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.6", + "processor_index": "6", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node0", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.7", + "processor_index": "7", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node0", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.8", + "processor_index": "8", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node0", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.9", + "processor_index": "9", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node0", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.11", + "processor_index": "11", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node0", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.12", + "processor_index": "12", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node0", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.32", + "processor_index": "32", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node1", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.33", + "processor_index": "33", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node1", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.34", + "processor_index": "34", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node1", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.35", + "processor_index": "35", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node1", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.37", + "processor_index": "37", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node1", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.38", + "processor_index": "38", + "processor_type": "junos", + "processor_usage": 0, + "processor_descr": "node1", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/junos_ex.snmprec b/tests/snmpsim/junos_ex.snmprec index c7e8a64fe5..531cedfab9 100644 --- a/tests/snmpsim/junos_ex.snmprec +++ b/tests/snmpsim/junos_ex.snmprec @@ -1,6 +1,6 @@ -1.3.6.1.2.1.1.1.0|4|Juniper Networks, Inc. ex4200-48px Ethernet Switch, kernel JUNOS 12.3R9.4, Build date: 2015-02-12 12:00:53 UTC Copyright (c) 1996-2015 Juniper Networks, Inc. -1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2636.1.1.1.2.31 -1.3.6.1.2.1.1.3.0|67|2376164445 +1.3.6.1.2.1.1.1.0|4|Juniper Networks, Inc. ex3400-48t Ethernet Switch, kernel JUNOS 15.1X53-D59.4, Build date: 2018-09-14 21:00:55 UTC Copyright (c) 1996-2018 Juniper Networks, Inc. +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2636.1.1.1.4.131.2 +1.3.6.1.2.1.1.3.0|67|792469835 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| @@ -38,42 +38,245 @@ 1.3.6.1.2.1.15.3.1.24.192.168.1.226|66|774040 1.3.6.1.2.1.25.1.1.0|67|2376182110 1.3.6.1.4.1.2636.3.1.13.1.5.1.1.0.0|4| -1.3.6.1.4.1.2636.3.1.13.1.5.2.1.1.0|4|Power Supply: Power Supply 0 @ 0/0/* -1.3.6.1.4.1.2636.3.1.13.1.5.2.1.2.0|4|Power Supply: Power Supply 1 @ 0/1/* -1.3.6.1.4.1.2636.3.1.13.1.5.4.1.1.1|4|FAN: Fan 1 @ 0/0/0 -1.3.6.1.4.1.2636.3.1.13.1.5.4.1.1.2|4|FAN: Fan 2 @ 0/0/1 -1.3.6.1.4.1.2636.3.1.13.1.5.4.1.1.3|4|FAN: Fan 3 @ 0/0/2 -1.3.6.1.4.1.2636.3.1.13.1.5.7.1.0.0|4|FPC: EX4200-48PX,48 POE+ @ 0/*/* -1.3.6.1.4.1.2636.3.1.13.1.5.8.1.1.0|4|PIC: 48x 10/100/1000 Base-T @ 0/0/* -1.3.6.1.4.1.2636.3.1.13.1.5.8.1.2.0|4|PIC: 2x 10GE SFP+ @ 0/1/* +1.3.6.1.4.1.2636.3.1.13.1.5.2.1.1.0|4|Power Supply 0 @ 0/0/* +1.3.6.1.4.1.2636.3.1.13.1.5.2.1.2.0|4|Power Supply 1 @ 0/1/* +1.3.6.1.4.1.2636.3.1.13.1.5.4.1.1.0|4|Fan Tray 0 @ 0/0/* +1.3.6.1.4.1.2636.3.1.13.1.5.4.1.2.0|4|Fan Tray 1 @ 0/1/* +1.3.6.1.4.1.2636.3.1.13.1.5.7.1.0.0|4|FPC: EX3400-48T @ 0/*/* +1.3.6.1.4.1.2636.3.1.13.1.5.8.1.1.0|4|PIC: 48x10/100/1000 Base-T @ 0/0/* +1.3.6.1.4.1.2636.3.1.13.1.5.8.1.2.0|4|PIC: 2x40G QSFP @ 0/1/* +1.3.6.1.4.1.2636.3.1.13.1.5.8.1.3.0|4|PIC: 4x10G SFP/SFP+ @ 0/2/* 1.3.6.1.4.1.2636.3.1.13.1.5.9.1.0.0|4|Routing Engine 0 +1.3.6.1.4.1.2636.3.1.13.1.6.1.1.0.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.2.1.1.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.2.1.2.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.4.1.1.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.4.1.2.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.7.1.0.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.8.1.1.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.8.1.2.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.8.1.3.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.6.9.1.0.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.7.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.7.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.7.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.7.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.7.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.7.7.1.0.0|66|35 +1.3.6.1.4.1.2636.3.1.13.1.7.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.7.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.7.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.7.9.1.0.0|66|35 1.3.6.1.4.1.2636.3.1.13.1.8.1.1.0.0|66|0 1.3.6.1.4.1.2636.3.1.13.1.8.2.1.1.0|66|0 1.3.6.1.4.1.2636.3.1.13.1.8.2.1.2.0|66|0 -1.3.6.1.4.1.2636.3.1.13.1.8.4.1.1.1|66|0 -1.3.6.1.4.1.2636.3.1.13.1.8.4.1.1.2|66|0 -1.3.6.1.4.1.2636.3.1.13.1.8.4.1.1.3|66|0 -1.3.6.1.4.1.2636.3.1.13.1.8.7.1.0.0|66|94 +1.3.6.1.4.1.2636.3.1.13.1.8.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.8.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.8.7.1.0.0|66|11 1.3.6.1.4.1.2636.3.1.13.1.8.8.1.1.0|66|0 1.3.6.1.4.1.2636.3.1.13.1.8.8.1.2.0|66|0 -1.3.6.1.4.1.2636.3.1.13.1.8.9.1.0.0|66|94 +1.3.6.1.4.1.2636.3.1.13.1.8.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.8.9.1.0.0|66|11 +1.3.6.1.4.1.2636.3.1.13.1.9.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.7.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.9.9.1.0.0|66|0 1.3.6.1.4.1.2636.3.1.13.1.10.1.1.0.0|2|0 1.3.6.1.4.1.2636.3.1.13.1.10.2.1.1.0|2|0 1.3.6.1.4.1.2636.3.1.13.1.10.2.1.2.0|2|0 -1.3.6.1.4.1.2636.3.1.13.1.10.4.1.1.1|2|0 -1.3.6.1.4.1.2636.3.1.13.1.10.4.1.1.2|2|0 -1.3.6.1.4.1.2636.3.1.13.1.10.4.1.1.3|2|0 -1.3.6.1.4.1.2636.3.1.13.1.10.7.1.0.0|2|1073741824 +1.3.6.1.4.1.2636.3.1.13.1.10.4.1.1.0|2|0 +1.3.6.1.4.1.2636.3.1.13.1.10.4.1.2.0|2|0 +1.3.6.1.4.1.2636.3.1.13.1.10.7.1.0.0|2|2044723200 1.3.6.1.4.1.2636.3.1.13.1.10.8.1.1.0|2|0 1.3.6.1.4.1.2636.3.1.13.1.10.8.1.2.0|2|0 -1.3.6.1.4.1.2636.3.1.13.1.10.9.1.0.0|2|1073741824 +1.3.6.1.4.1.2636.3.1.13.1.10.8.1.3.0|2|0 +1.3.6.1.4.1.2636.3.1.13.1.10.9.1.0.0|2|2044723200 +1.3.6.1.4.1.2636.3.1.13.1.11.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.11.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.11.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.11.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.11.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.11.7.1.0.0|66|13 +1.3.6.1.4.1.2636.3.1.13.1.11.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.11.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.11.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.11.9.1.0.0|66|13 +1.3.6.1.4.1.2636.3.1.13.1.12.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.7.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.12.9.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.13.1.1.0.0|2|792469500 +1.3.6.1.4.1.2636.3.1.13.1.13.2.1.1.0|2|792493501 +1.3.6.1.4.1.2636.3.1.13.1.13.2.1.2.0|2|792493501 +1.3.6.1.4.1.2636.3.1.13.1.13.4.1.1.0|2|792493501 +1.3.6.1.4.1.2636.3.1.13.1.13.4.1.2.0|2|792493502 +1.3.6.1.4.1.2636.3.1.13.1.13.7.1.0.0|2|792469977 +1.3.6.1.4.1.2636.3.1.13.1.13.8.1.1.0|2|792461916 +1.3.6.1.4.1.2636.3.1.13.1.13.8.1.2.0|2|792461915 +1.3.6.1.4.1.2636.3.1.13.1.13.8.1.3.0|2|792461915 +1.3.6.1.4.1.2636.3.1.13.1.13.9.1.0.0|2|792469500 +1.3.6.1.4.1.2636.3.1.13.1.14.1.1.0.0|67|0 +1.3.6.1.4.1.2636.3.1.13.1.14.2.1.1.0|67|0 +1.3.6.1.4.1.2636.3.1.13.1.14.2.1.2.0|67|0 +1.3.6.1.4.1.2636.3.1.13.1.14.4.1.1.0|67|0 +1.3.6.1.4.1.2636.3.1.13.1.14.4.1.2.0|67|0 +1.3.6.1.4.1.2636.3.1.13.1.14.7.1.0.0|67|0 +1.3.6.1.4.1.2636.3.1.13.1.14.8.1.1.0|67|7957 +1.3.6.1.4.1.2636.3.1.13.1.14.8.1.2.0|67|7958 +1.3.6.1.4.1.2636.3.1.13.1.14.8.1.3.0|67|7959 +1.3.6.1.4.1.2636.3.1.13.1.14.9.1.0.0|67|0 1.3.6.1.4.1.2636.3.1.13.1.15.1.1.0.0|2|0 1.3.6.1.4.1.2636.3.1.13.1.15.2.1.1.0|2|0 1.3.6.1.4.1.2636.3.1.13.1.15.2.1.2.0|2|0 -1.3.6.1.4.1.2636.3.1.13.1.15.4.1.1.1|2|0 -1.3.6.1.4.1.2636.3.1.13.1.15.4.1.1.2|2|0 -1.3.6.1.4.1.2636.3.1.13.1.15.4.1.1.3|2|0 -1.3.6.1.4.1.2636.3.1.13.1.15.7.1.0.0|2|1024 +1.3.6.1.4.1.2636.3.1.13.1.15.4.1.1.0|2|0 +1.3.6.1.4.1.2636.3.1.13.1.15.4.1.2.0|2|0 +1.3.6.1.4.1.2636.3.1.13.1.15.7.1.0.0|2|1950 1.3.6.1.4.1.2636.3.1.13.1.15.8.1.1.0|2|0 1.3.6.1.4.1.2636.3.1.13.1.15.8.1.2.0|2|0 -1.3.6.1.4.1.2636.3.1.13.1.15.9.1.0.0|2|1024 +1.3.6.1.4.1.2636.3.1.13.1.15.8.1.3.0|2|0 +1.3.6.1.4.1.2636.3.1.13.1.15.9.1.0.0|2|1950 +1.3.6.1.4.1.2636.3.1.13.1.16.1.1.0.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.2.1.1.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.2.1.2.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.4.1.1.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.4.1.2.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.7.1.0.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.8.1.1.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.8.1.2.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.8.1.3.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.16.9.1.0.0|2|1 +1.3.6.1.4.1.2636.3.1.13.1.17.1.1.0.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.2.1.1.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.2.1.2.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.4.1.1.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.4.1.2.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.7.1.0.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.8.1.1.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.8.1.2.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.8.1.3.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.17.9.1.0.0|2|2 +1.3.6.1.4.1.2636.3.1.13.1.18.1.1.0.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.2.1.1.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.2.1.2.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.4.1.1.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.4.1.2.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.7.1.0.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.8.1.1.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.8.1.2.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.8.1.3.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.18.9.1.0.0|4|Single Chassis +1.3.6.1.4.1.2636.3.1.13.1.19.1.1.0.0|4x|07E20A1F0F380F002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.2.1.1.0|4x|07E20A1F0F380F002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.2.1.2.0|4x|07E20A1F0F380F002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.4.1.1.0|4x|07E20A1F0F380F002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.4.1.2.0|4x|07E20A1F0F380F002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.7.1.0.0|4x|07E20A1F10000A002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.8.1.1.0|4x|07E20A1F10011E002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.8.1.2.0|4x|07E20A1F10011E002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.8.1.3.0|4x|07E20A1F10011E002D0400 +1.3.6.1.4.1.2636.3.1.13.1.19.9.1.0.0|4x|07E20A1F0F380F002D0400 +1.3.6.1.4.1.2636.3.1.13.1.20.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.7.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.20.9.1.0.0|66|25 +1.3.6.1.4.1.2636.3.1.13.1.21.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.7.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.21.9.1.0.0|66|35 +1.3.6.1.4.1.2636.3.1.13.1.22.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.7.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.22.9.1.0.0|66|35 +1.3.6.1.4.1.2636.3.1.13.1.23.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.23.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.23.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.23.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.23.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.23.7.1.0.0|66|10 +1.3.6.1.4.1.2636.3.1.13.1.23.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.23.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.23.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.23.9.1.0.0|66|11 +1.3.6.1.4.1.2636.3.1.13.1.24.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.24.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.24.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.24.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.24.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.24.7.1.0.0|66|11 +1.3.6.1.4.1.2636.3.1.13.1.24.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.24.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.24.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.24.9.1.0.0|66|11 +1.3.6.1.4.1.2636.3.1.13.1.25.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.25.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.25.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.25.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.25.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.25.7.1.0.0|66|11 +1.3.6.1.4.1.2636.3.1.13.1.25.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.25.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.25.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.25.9.1.0.0|66|12 +1.3.6.1.4.1.2636.3.1.13.1.26.1.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.2.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.2.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.4.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.4.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.7.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.8.1.1.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.8.1.2.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.8.1.3.0|66|0 +1.3.6.1.4.1.2636.3.1.13.1.26.9.1.0.0|66|0 +1.3.6.1.4.1.2636.3.1.15.1.5.2.1.1.0|4|Power Supply 0 @ 0/0/* +1.3.6.1.4.1.2636.3.1.15.1.5.2.1.2.0|4|Power Supply 1 @ 0/1/* +1.3.6.1.4.1.2636.3.1.15.1.5.4.1.1.0|4|Fan Tray 0 @ 0/0/* +1.3.6.1.4.1.2636.3.1.15.1.5.4.1.2.0|4|Fan Tray 1 @ 0/1/* +1.3.6.1.4.1.2636.3.1.15.1.5.7.1.0.0|4|FPC: EX3400-48T @ 0/*/* +1.3.6.1.4.1.2636.3.1.15.1.5.8.1.1.0|4|PIC: 48x10/100/1000 Base-T @ 0/0/* +1.3.6.1.4.1.2636.3.1.15.1.5.8.1.2.0|4|PIC: 2x40G QSFP @ 0/1/* +1.3.6.1.4.1.2636.3.1.15.1.5.8.1.3.0|4|PIC: 4x10G SFP/SFP+ @ 0/2/* +1.3.6.1.4.1.2636.3.1.15.1.5.9.1.0.0|4|Routing Engine 0 +1.3.6.1.4.1.2636.3.1.15.1.5.9.2.0.0|4|Routing Engine +1.3.6.1.4.1.2636.3.1.15.1.8.2.1.1.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.2.1.2.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.4.1.1.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.4.1.2.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.7.1.0.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.8.1.1.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.8.1.2.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.8.1.3.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.9.1.0.0|2|6 +1.3.6.1.4.1.2636.3.1.15.1.8.9.2.0.0|2|1 +1.3.6.1.4.1.2636.3.4.2.2.1.0|2|2 +1.3.6.1.4.1.2636.3.4.2.3.1.0|2|2 +1.3.6.1.6.3.10.2.1.3.0|2|7924700