From 93d7286381de32c180daf293b0f80e606a21fed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Bouynot?= Date: Fri, 25 Aug 2023 01:53:21 +0200 Subject: [PATCH] Initial support for f5os (#15241) * Create F5-COMMON-SMI-MIB * Create F5-PLATFORM-STATS-MIB * Create f5os.yaml * Create f5os.yaml * Create f5os_f5os.snmprec * Create f5os_f5os.json * Remove remaining test line * Add mandatory num_oid * Add num_oid for fanspeed * Force use of index for fanspeed * Force index for temperature + add snmp_flags to make it work * Update test data * Update test data --- includes/definitions/discovery/f5os.yaml | 183 ++ includes/definitions/f5os.yaml | 13 + mibs/f5/F5-COMMON-SMI-MIB | 13 + mibs/f5/F5-PLATFORM-STATS-MIB | 897 +++++++ tests/data/f5os_f5os.json | 2835 ++++++++++++++++++++++ tests/snmpsim/f5os_f5os.snmprec | 169 ++ 6 files changed, 4110 insertions(+) create mode 100644 includes/definitions/discovery/f5os.yaml create mode 100644 includes/definitions/f5os.yaml create mode 100644 mibs/f5/F5-COMMON-SMI-MIB create mode 100644 mibs/f5/F5-PLATFORM-STATS-MIB create mode 100644 tests/data/f5os_f5os.json create mode 100644 tests/snmpsim/f5os_f5os.snmprec diff --git a/includes/definitions/discovery/f5os.yaml b/includes/definitions/discovery/f5os.yaml new file mode 100644 index 0000000000..2512087c86 --- /dev/null +++ b/includes/definitions/discovery/f5os.yaml @@ -0,0 +1,183 @@ +mib: F5-PLATFORM-STATS-MIB +modules: + os: + hardware: + - .1.3.6.1.4.1.12276.1.2.1.1.1.1.8.8.112.108.97.116.102.111.114.109.0 + hardware_template: '{{ .1.3.6.1.4.1.12276.1.2.1.1.1.1.8.8.112.108.97.116.102.111.114.109.0 }}' + version: SNMPv2-MIB::sysDescr.0 + version_regex: '/version (?.*)/' + processors: + data: + - + oid: CpuUtilizationStatsTable + value: cpuTotal1minAvg + num_oid: .1.3.6.1.4.1.12276.1.2.1.1.2.1.4.8.112.108.97.116.102.111.114.109 + descr: cpuCore + snmp_flags: ['-OteQUsab'] + mempools: + data: + - + oid: F5-PLATFORM-STATS-MIB::memoryStatsTable + free: F5-PLATFORM-STATS-MIB::memPlatformUsed + total: F5-PLATFORM-STATS-MIB::memPlatformTotal + index: 0 + sensors: + temperature: + data: + - + oid: F5-PLATFORM-STATS-MIB::temperatureStatsTable + value: F5-PLATFORM-STATS-MIB::tempCurrent + num_oid: '.1.3.6.1.4.1.12276.1.2.1.3.1.1.2.{{ $index }}' + descr: System Temp + snmp_flags: ['-OQUb'] + fanspeed: + data: + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-1-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.1.{{ $index }}' + descr: fan-1-speed + index: 0 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-2-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.2.{{ $index }}' + descr: fan-2-speed + index: 1 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-3-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.3.{{ $index }}' + descr: fan-3-speed + index: 2 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-4-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.4.{{ $index }}' + descr: fan-4-speed + index: 3 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-5-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.5.{{ $index }}' + descr: fan-5-speed + index: 4 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-6-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.6.{{ $index }}' + descr: fan-6-speed + index: 5 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-7-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.7.{{ $index }}' + descr: fan-7-speed + index: 6 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-8-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.8.{{ $index }}' + descr: fan-8-speed + index: 7 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-9-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.9.{{ $index }}' + descr: fan-9-speed + index: 8 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-10-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.10.{{ $index }}' + descr: fan-10-speed + index: 9 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-11-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.11.{{ $index }}' + descr: fan-11-speed + index: 10 + snmp_flags: ['-OQUb'] + - + oid: F5-PLATFORM-STATS-MIB::fantrayStatsTable + value: F5-PLATFORM-STATS-MIB::fan-12-speed + num_oid: '.1.3.6.1.4.1.12276.1.2.1.7.1.1.12.{{ $index }}' + descr: fan-12-speed + index: 11 + snmp_flags: ['-OQUb'] + count: + data: + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskTotalIops + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.4.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Total IOPS + group: Disk + index: 0 + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskReadIops + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.5.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Read IOPS + group: Disk + index: 1 + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskReadMerged + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.6.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Read Merged + group: Disk + index: 2 + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskReadBytes + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.7.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Read Bytes + group: Disk + index: 3 + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskReadLatencyMs + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.8.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Read Latency + group: Disk + index: 4 + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskWriteIops + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.9.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Write IOPS + group: Disk + index: 5 + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskWriteMerged + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.10.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Write Merged + group: Disk + index: 6 + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskWriteBytes + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.11.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Write Bytes + group: Disk + index: 7 + - + oid: F5-PLATFORM-STATS-MIB::diskUtilizationStatsTable + value: F5-PLATFORM-STATS-MIB::diskWriteLatencyMs + num_oid: .1.3.6.1.4.1.12276.1.2.1.2.2.1.12.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49 + descr: Write Latency + group: Disk + index: 8 diff --git a/includes/definitions/f5os.yaml b/includes/definitions/f5os.yaml new file mode 100644 index 0000000000..3c5d0df37a --- /dev/null +++ b/includes/definitions/f5os.yaml @@ -0,0 +1,13 @@ +os: f5os +text: F5OS +type: network +icon: f5 +empty_ifdescr: true +over: + - { graph: device_bits, text: 'Device Traffic' } + - { graph: device_processor, text: 'CPU Usage' } + - { graph: device_mempool, text: 'Memory Usage' } +mib_dir: f5 +discovery: + - sysObjectID: + - .1.3.6.1.4.1.12276. diff --git a/mibs/f5/F5-COMMON-SMI-MIB b/mibs/f5/F5-COMMON-SMI-MIB new file mode 100644 index 0000000000..180956505a --- /dev/null +++ b/mibs/f5/F5-COMMON-SMI-MIB @@ -0,0 +1,13 @@ +F5-COMMON-SMI-MIB DEFINITIONS ::= BEGIN + +IMPORTS + enterprises + FROM SNMPv2-SMI; + +f5networks OBJECT IDENTIFIER ::= { enterprises 12276} + +platform OBJECT IDENTIFIER ::= { f5networks 1 } + +f5Compliance OBJECT IDENTIFIER ::= { f5networks 2 } + +END diff --git a/mibs/f5/F5-PLATFORM-STATS-MIB b/mibs/f5/F5-PLATFORM-STATS-MIB new file mode 100644 index 0000000000..fb9761a22b --- /dev/null +++ b/mibs/f5/F5-PLATFORM-STATS-MIB @@ -0,0 +1,897 @@ +F5-PLATFORM-STATS-MIB DEFINITIONS ::= BEGIN + +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter64 + FROM SNMPv2-SMI + TEXTUAL-CONVENTION, DisplayString, TruthValue + FROM SNMPv2-TC + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + platform, f5Compliance + FROM F5-COMMON-SMI-MIB + ; + +--================================================================ +f5PlatformStats MODULE-IDENTITY + LAST-UPDATED "202101300000Z" + ORGANIZATION "F5 Networks, Inc." + CONTACT-INFO + "postal: F5 Networks, Inc. + 801 Fifth Avenue + Seattle, WA 98104 + phone: (206) 272-6500 + email: support@f5.com" + DESCRIPTION + "Top-level infrastructure of the F5 enterprise MIB tree." + ::= { platform 2 } + +--================================================================ +f5PlatformStatsObjects OBJECT IDENTIFIER ::= { f5PlatformStats 1 } +platformCpuStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 1 } +platformDiskStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 2 } +platformTemperatureTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 3 } +platformMemoryStatsTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 4 } +platformFpgaTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 5 } +platformFwTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 6 } +platformFantrayTable OBJECT IDENTIFIER ::= { f5PlatformStatsObjects 7 } + +-- +-- Textual Conventions +-- +-- PlatformStatsIndex contains the semantics of platform stats component and should be used +-- for any objects defined in other MIB modules that need these semantics. +PlatformStatsIndex ::= TEXTUAL-CONVENTION + DISPLAY-HINT "1t" + STATUS current + DESCRIPTION + "A unique name, not null, for each platform component or + sub-component in the managed system." + SYNTAX OCTET STRING(SIZE(1..255)) + +String ::= TEXTUAL-CONVENTION + DISPLAY-HINT "1t" + STATUS current + DESCRIPTION "Textual-convention for DisplayString" + SYNTAX DisplayString(SIZE(1..255)) + +-- +-- cpu processor statistics table +-- +cpuProcessorStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CPUProcessorStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU processors." + ::= { platformCpuStatsTable 1 } + +cpuProcessorStatsEntry OBJECT-TYPE + SYNTAX CPUProcessorStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU processors." + INDEX { index, cpuIndex } + ::= { cpuProcessorStatsTable 1 } + +CPUProcessorStatsEntry ::= + SEQUENCE { + index PlatformStatsIndex, + cpuIndex Integer32, + cpuCacheSize String, + cpuCoreCnt String, + cpuFreq String, + cpuStepping String, + cpuThreadCnt String, + cpuModelName String + } + +index OBJECT-TYPE + SYNTAX PlatformStatsIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Primary index of Platform Stats Table" + ::= { cpuProcessorStatsEntry 1 } + +cpuIndex OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The CPU index" + ::= { cpuProcessorStatsEntry 2 } + +cpuCacheSize OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU cache size" + ::= { cpuProcessorStatsEntry 3 } + +cpuCoreCnt OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core count" + ::= { cpuProcessorStatsEntry 4 } + +cpuFreq OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU frequency" + ::= { cpuProcessorStatsEntry 5 } + +cpuStepping OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU stepping" + ::= { cpuProcessorStatsEntry 6 } + +cpuThreadCnt OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU currently running thread count" + ::= { cpuProcessorStatsEntry 7 } + +cpuModelName OBJECT-TYPE + SYNTAX String + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU model name" + ::= { cpuProcessorStatsEntry 8 } + +-- +-- cpu-utilization statistics table +-- +cpuUtilizationStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CPUUtilizationStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU Utilization." + ::= { platformCpuStatsTable 2 } + +cpuUtilizationStatsEntry OBJECT-TYPE + SYNTAX CPUUtilizationStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU Utilization." + INDEX { index } + ::= { cpuUtilizationStatsTable 1 } + +CPUUtilizationStatsEntry ::= + SEQUENCE { + cpuCore DisplayString, + cpuCurrent Integer32, + cpuTotal5secAvg Integer32, + cpuTotal1minAvg Integer32, + cpuTotal5minAvg Integer32 + } + +cpuCore OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core index" + ::= { cpuUtilizationStatsEntry 1 } + +cpuCurrent OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU current utilization percentage" + ::= { cpuUtilizationStatsEntry 2 } + +cpuTotal5secAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU utilization average over the last five seconds" + ::= { cpuUtilizationStatsEntry 3 } + +cpuTotal1minAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU utilization average over the last one minute" + ::= { cpuUtilizationStatsEntry 4 } + +cpuTotal5minAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU utilization average over the last five minute" + ::= { cpuUtilizationStatsEntry 5 } + +-- +-- CPU-cores statistics table +-- +cpuCoreStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF CPUCoreStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU cores." + ::= { platformCpuStatsTable 3 } + +cpuCoreStatsEntry OBJECT-TYPE + SYNTAX CPUCoreStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the CPU cores." + INDEX { index, coreIndex } + ::= { cpuCoreStatsTable 1 } + + +CPUCoreStatsEntry ::= + SEQUENCE { + coreIndex Integer32, + coreName DisplayString, + coreCurrent Integer32, + coreTotal5secAvg Integer32, + coreTotal1minAvg Integer32, + coreTotal5minAvg Integer32 + } + +coreIndex OBJECT-TYPE + SYNTAX Integer32 (0..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core current utilization percentage" + ::= { cpuCoreStatsEntry 1 } + +coreName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core index" + ::= { cpuCoreStatsEntry 2 } + +coreCurrent OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core current utilization percentage" + ::= { cpuCoreStatsEntry 3 } + +coreTotal5secAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core utilization average over the last five second" + ::= { cpuCoreStatsEntry 4 } + +coreTotal1minAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core utilization average over the last one minute" + ::= { cpuCoreStatsEntry 5 } + +coreTotal5minAvg OBJECT-TYPE + SYNTAX Integer32 + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "CPU core utilization average over the last five minute" + ::= { cpuCoreStatsEntry 6 } + +-- +-- Disk table +-- +diskInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF DiskInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the disks." + ::= { platformDiskStatsTable 1 } + +diskInfoEntry OBJECT-TYPE + SYNTAX DiskInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the disks." + INDEX { index, diskName } + ::= { diskInfoTable 1 } + +DiskInfoEntry ::= + SEQUENCE { + diskName DisplayString, + diskModel DisplayString, + diskVendor DisplayString, + diskVersion DisplayString, + diskSerialNo DisplayString, + diskSize DisplayString, + diskType DisplayString + } + +diskName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Name" + ::= { diskInfoEntry 2 } + +diskModel OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Model name" + ::= { diskInfoEntry 3 } + +diskVendor OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Vendor name" + ::= { diskInfoEntry 4 } + +diskVersion OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Version" + ::= { diskInfoEntry 5 } + +diskSerialNo OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Serial Number" + ::= { diskInfoEntry 6 } + +diskSize OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Size" + ::= { diskInfoEntry 7 } + +diskType OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Type:usb, ssd, hdd, cd-rom, nvme" + ::= { diskInfoEntry 8 } + +-- +-- disk-utilization statistics table +-- +diskUtilizationStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF DISKUtilizationStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the DISK Utilization." + ::= { platformDiskStatsTable 2 } + +diskUtilizationStatsEntry OBJECT-TYPE + SYNTAX DISKUtilizationStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the DISK Utilization." + INDEX { index, diskName } + ::= { diskUtilizationStatsTable 1 } + +DISKUtilizationStatsEntry ::= + SEQUENCE { + diskPercentageUsed Integer32, + diskTotalIops Counter64, + diskReadIops Counter64, + diskReadMerged Counter64, + diskReadBytes Counter64, + diskReadLatencyMs Counter64, + diskWriteIops Counter64, + diskWriteMerged Counter64, + diskWriteBytes Counter64, + diskWriteLatencyMs Counter64 + } + +diskPercentageUsed OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK Percent used" + ::= { diskUtilizationStatsEntry 3 } + +diskTotalIops OBJECT-TYPE + SYNTAX Counter64 + UNITS "IOPs" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read/write IOPS" + ::= { diskUtilizationStatsEntry 4 } + +diskReadIops OBJECT-TYPE + SYNTAX Counter64 + UNITS "IOPs" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read IOPS" + ::= { diskUtilizationStatsEntry 5 } + +diskReadMerged OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read merged" + ::= { diskUtilizationStatsEntry 6 } + +diskReadBytes OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read bytes" + ::= { diskUtilizationStatsEntry 7 } + +diskReadLatencyMs OBJECT-TYPE + SYNTAX Counter64 + UNITS "ms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total read latency ms" + ::= { diskUtilizationStatsEntry 8 } + +diskWriteIops OBJECT-TYPE + SYNTAX Counter64 + UNITS "IOPs" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total write IOPS" + ::= { diskUtilizationStatsEntry 9 } + +diskWriteMerged OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total write merged" + ::= { diskUtilizationStatsEntry 10 } + +diskWriteBytes OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total write Bytes" + ::= { diskUtilizationStatsEntry 11 } + +diskWriteLatencyMs OBJECT-TYPE + SYNTAX Counter64 + UNITS "ms" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DISK total write latency ms" + ::= { diskUtilizationStatsEntry 12 } + +-- +-- temperature statistics table +-- +temperatureStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TEMPERATUREStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the temperature." + ::= { platformTemperatureTable 1 } + +temperatureStatsEntry OBJECT-TYPE + SYNTAX TEMPERATUREStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the temperature." + INDEX { index } + ::= { temperatureStatsTable 1 } + +TEMPERATUREStatsEntry ::= + SEQUENCE { + tempCurrent DisplayString, + tempAverage DisplayString, + tempMinimum DisplayString, + tempMaximum DisplayString + } + +tempCurrent OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + UNITS "centigrade" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current temperature in celsius/centigrade" + ::= { temperatureStatsEntry 2 } + +tempAverage OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + UNITS "centigrade" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The arithmetic mean value of the temperature statistic over the + past hour" + ::= { temperatureStatsEntry 3 } + +tempMinimum OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + UNITS "centigrade" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The minimum value of the temperature statistic over the past hour" + ::= { temperatureStatsEntry 4 } + +tempMaximum OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + UNITS "centigrade" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum value of the temperature statistic over the past hour" + ::= { temperatureStatsEntry 5 } + +-- +-- memory statistics table +-- +memoryStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MemoryStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the memory." + ::= { platformMemoryStatsTable 1 } + +memoryStatsEntry OBJECT-TYPE + SYNTAX MemoryStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the memory." + INDEX { index } + ::= { memoryStatsTable 1 } + +MemoryStatsEntry ::= + SEQUENCE { + memAvailable Counter64, + memFree Counter64, + memPercentageUsed Integer32, + memPlatformTotal Counter64, + memPlatformUsed Counter64 + } + +memAvailable OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total system memory" + ::= { memoryStatsEntry 2 } + + +memFree OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total amount of free memory in bytes" + ::= { memoryStatsEntry 3 } + +memPercentageUsed OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "percentage" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total percentage of memory currently in use" + ::= { memoryStatsEntry 4 } + +memPlatformTotal OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total amount of memory in bytes" + ::= { memoryStatsEntry 5 } + +memPlatformUsed OBJECT-TYPE + SYNTAX Counter64 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total amount of platform used memory in bytes" + ::= { memoryStatsEntry 6 } + +-- +-- FPGA table +-- +fpgaTable OBJECT-TYPE + SYNTAX SEQUENCE OF FPGAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the FPGA." + ::= { platformFpgaTable 1 } + +fpgaEntry OBJECT-TYPE + SYNTAX FPGAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the FPGA." + INDEX { index, fpgaIndex } + ::= { fpgaTable 1 } + +FPGAEntry ::= + SEQUENCE { + fpgaIndex DisplayString, + fpgaVersion DisplayString + } + +fpgaIndex OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "References the chip and unit of the FPGA" + ::= { fpgaEntry 1 } + +fpgaVersion OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "FPGA Version" + ::= { fpgaEntry 2 } + +-- +-- FW version table +-- +fwTable OBJECT-TYPE + SYNTAX SEQUENCE OF FWEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the FW version." + ::= { platformFwTable 1 } + +fwEntry OBJECT-TYPE + SYNTAX FWEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the fw version." + INDEX { index, fwName } + ::= { fwTable 1 } + +FWEntry ::= + SEQUENCE { + fwName DisplayString, + fwVersion DisplayString, + configurable TruthValue, + fwUpdateStatus DisplayString + } + +fwName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "References the FW name" + ::= { fwEntry 1 } + +fwVersion OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Version of the FW" + ::= { fwEntry 2 } + +configurable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Configurable" + ::= { fwEntry 3 } + +fwUpdateStatus OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "update status of FW" + ::= { fwEntry 4 } + +-- +-- Fantray Stats table +-- +fantrayStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF FANTRAYStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the fantray speed." + ::= { platformFantrayTable 1 } + +fantrayStatsEntry OBJECT-TYPE + SYNTAX FANTRAYStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Information about the fantray speed." + INDEX { index } + ::= { fantrayStatsTable 1 } + +FANTRAYStatsEntry ::= + SEQUENCE { + fan-1-speed Integer32, + fan-2-speed Integer32, + fan-3-speed Integer32, + fan-4-speed Integer32, + fan-5-speed Integer32, + fan-6-speed Integer32, + fan-7-speed Integer32, + fan-8-speed Integer32, + fan-9-speed Integer32, + fan-10-speed Integer32, + fan-11-speed Integer32, + fan-12-speed Integer32 + } + +fan-1-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 1 } + +fan-2-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 2 } + +fan-3-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 3 } + +fan-4-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 4 } + +fan-5-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 5 } + +fan-6-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 6 } + +fan-7-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 7 } + +fan-8-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 8 } + +fan-9-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 9 } + +fan-10-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 10} + +fan-11-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 11 } + +fan-12-speed OBJECT-TYPE + SYNTAX Integer32 + UNITS "RPM" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current fan speed in RPM" + ::= { fantrayStatsEntry 12 } + +-- +-- Platform Groups +-- +platformConformance OBJECT IDENTIFIER ::= { f5PlatformStats 2 } + +platformGroups OBJECT IDENTIFIER ::= { platformConformance 1 } +platformCompliances OBJECT IDENTIFIER ::= { platformConformance 2 } + +platformCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for SNMP entities which have + platform statistics." + + MODULE + MANDATORY-GROUPS { platformCPUGroup, platformDiskGroup, + platformTempGroup, platformMemGroup, + platformFpgaGroup, platformFwVersionGroup, + platformFantrayGroup } +::= { platformCompliances 1 } + +platformCPUGroup OBJECT-GROUP + OBJECTS { index, cpuIndex, cpuCacheSize, cpuCoreCnt, cpuFreq, cpuStepping, + cpuThreadCnt, cpuModelName, cpuCore, cpuCurrent, cpuTotal5secAvg, + cpuTotal1minAvg, cpuTotal5minAvg, coreIndex, coreCurrent, coreTotal5secAvg, + coreTotal1minAvg, coreTotal5minAvg } + STATUS current + DESCRIPTION + "A collection of objects providing information about CPUs." + ::= { platformGroups 1 } + +platformDiskGroup OBJECT-GROUP + OBJECTS { diskName, diskModel, diskVendor, diskVersion, diskSerialNo, diskSize, + diskType, diskPercentageUsed, diskTotalIops, diskReadIops, diskReadMerged, + diskReadBytes, diskReadLatencyMs, diskWriteIops, diskWriteMerged, + diskWriteBytes, diskWriteLatencyMs } + STATUS current + DESCRIPTION + "A collection of objects providing information about system disks." + ::= { platformGroups 2 } + +platformTempGroup OBJECT-GROUP + OBJECTS { tempCurrent, tempAverage, tempMinimum, tempMaximum } + STATUS current + DESCRIPTION + "A collection of objects providing information about temperature." + ::= { platformGroups 3 } + +platformMemGroup OBJECT-GROUP + OBJECTS { memAvailable, memFree, memPercentageUsed, memPlatformTotal , memPlatformUsed } + STATUS current + DESCRIPTION + "A collection of objects providing information about system memory." + ::= { platformGroups 4 } + +platformFpgaGroup OBJECT-GROUP + OBJECTS { fpgaIndex, fpgaVersion } + STATUS current + DESCRIPTION + "A collection of objects providing information about FPGAs." + ::= { platformGroups 5 } + +platformFwVersionGroup OBJECT-GROUP + OBJECTS { fwName, fwVersion, configurable, fwUpdateStatus } + STATUS current + DESCRIPTION + "A collection of objects providing information about FW version." + ::= { platformGroups 6 } + +platformFantrayGroup OBJECT-GROUP + OBJECTS { fan-1-speed, fan-2-speed, fan-3-speed, fan-4-speed, fan-5-speed, fan-6-speed, fan-7-speed, fan-8-speed, fan-9-speed, fan-10-speed, fan-11-speed, fan-12-speed } + STATUS current + DESCRIPTION + "A collection of objects providing information about Fantray stats." + ::= { platformGroups 7 } + +END diff --git a/tests/data/f5os_f5os.json b/tests/data/f5os_f5os.json new file mode 100644 index 0000000000..80cd86ab57 --- /dev/null +++ b/tests/data/f5os_f5os.json @@ -0,0 +1,2835 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": null, + "sysObjectID": ".1.3.6.1.4.1.12276.1.3.1.4", + "sysDescr": "Linux 3.10.0-1160.62.1.F5.1.el7_8.x86_64 : Appliance services version 1.3.2-13054", + "sysContact": "", + "version": "1.3.2-13054", + "hardware": "Intel Atom(R) P5342 processor", + "features": null, + "location": "", + "os": "f5os", + "type": "network", + "serial": null, + "icon": "f5.svg" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "mgmt", + "ifName": "mgmt", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "mgmt", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "1.0", + "ifName": "1.0", + "portName": null, + "ifIndex": 33554433, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "1.0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "2.0", + "ifName": "2.0", + "portName": null, + "ifIndex": 33554434, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "2.0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "3.0", + "ifName": "3.0", + "portName": null, + "ifIndex": 33554435, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "3.0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "4.0", + "ifName": "4.0", + "portName": null, + "ifIndex": 33554436, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "4.0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "5.0", + "ifName": "5.0", + "portName": null, + "ifIndex": 33554437, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "5.0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "6.0", + "ifName": "6.0", + "portName": null, + "ifIndex": 33554438, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "6.0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "7.0", + "ifName": "7.0", + "portName": null, + "ifIndex": 33554439, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "7.0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "8.0", + "ifName": "8.0", + "portName": null, + "ifIndex": 33554440, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "8.0", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "External-LAG", + "ifName": "External-LAG", + "portName": null, + "ifIndex": 67108865, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "External-LAG", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "Internal-LAG", + "ifName": "Internal-LAG", + "portName": null, + "ifIndex": 67108866, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "Internal-LAG", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "LAN-Failover-LAG", + "ifName": "LAN-Failover-LAG", + "portName": null, + "ifIndex": 67108867, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ieee8023adLag", + "ifAlias": "LAN-Failover-LAG", + "ifPhysAddress": null, + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 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": "mgmt", + "ifName": "mgmt", + "portName": null, + "ifIndex": 1, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "ethernetCsmacd", + "ifAlias": "mgmt", + "ifPhysAddress": "14a9d02e6302", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "1.0", + "ifName": "1.0", + "portName": null, + "ifIndex": 33554433, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ethernetCsmacd", + "ifAlias": "1.0", + "ifPhysAddress": "14a9d02e6307", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "2.0", + "ifName": "2.0", + "portName": null, + "ifIndex": 33554434, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ethernetCsmacd", + "ifAlias": "2.0", + "ifPhysAddress": "14a9d02e6308", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "3.0", + "ifName": "3.0", + "portName": null, + "ifIndex": 33554435, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ethernetCsmacd", + "ifAlias": "3.0", + "ifPhysAddress": "14a9d02e6309", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "4.0", + "ifName": "4.0", + "portName": null, + "ifIndex": 33554436, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ethernetCsmacd", + "ifAlias": "4.0", + "ifPhysAddress": "14a9d02e630a", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "5.0", + "ifName": "5.0", + "portName": null, + "ifIndex": 33554437, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ethernetCsmacd", + "ifAlias": "5.0", + "ifPhysAddress": "14a9d02e6303", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "6.0", + "ifName": "6.0", + "portName": null, + "ifIndex": 33554438, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ethernetCsmacd", + "ifAlias": "6.0", + "ifPhysAddress": "14a9d02e6304", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "7.0", + "ifName": "7.0", + "portName": null, + "ifIndex": 33554439, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ethernetCsmacd", + "ifAlias": "7.0", + "ifPhysAddress": "14a9d02e6305", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "8.0", + "ifName": "8.0", + "portName": null, + "ifIndex": 33554440, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ethernetCsmacd", + "ifAlias": "8.0", + "ifPhysAddress": "14a9d02e6306", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "External-LAG", + "ifName": "External-LAG", + "portName": null, + "ifIndex": 67108865, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ieee8023adLag", + "ifAlias": "External-LAG", + "ifPhysAddress": "14a9d02e630c", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "Internal-LAG", + "ifName": "Internal-LAG", + "portName": null, + "ifIndex": 67108866, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ieee8023adLag", + "ifAlias": "Internal-LAG", + "ifPhysAddress": "14a9d02e630d", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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": "LAN-Failover-LAG", + "ifName": "LAN-Failover-LAG", + "portName": null, + "ifIndex": 67108867, + "ifSpeed": 4294967295, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 9600, + "ifType": "ieee8023adLag", + "ifAlias": "LAN-Failover-LAG", + "ifPhysAddress": "14a9d02e6310", + "ifLastChange": 0, + "ifVlan": null, + "ifTrunk": null, + "ignore": 0, + "disabled": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "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": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "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 + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.12276.1.2.1.1.2.1.4.8.112.108.97.116.102.111.114.109", + "processor_index": "8.112.108.97.116.102.111.114.109", + "processor_type": "f5os", + "processor_usage": 26, + "processor_descr": "cpuCore", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "0", + "entPhysicalIndex": null, + "mempool_type": "f5os", + "mempool_class": "system", + "mempool_precision": 1, + "mempool_descr": "Memory", + "mempool_perc": 54, + "mempool_perc_oid": null, + "mempool_used": 8107642880, + "mempool_used_oid": null, + "mempool_free": 6926630912, + "mempool_free_oid": ".1.3.6.1.4.1.12276.1.2.1.4.1.1.6.8.112.108.97.116.102.111.114.109", + "mempool_total": 15034273792, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.4.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "0", + "sensor_type": "f5os", + "sensor_descr": "Total IOPS", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 45332795, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.5.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "1", + "sensor_type": "f5os", + "sensor_descr": "Read IOPS", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 814092, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.6.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "2", + "sensor_type": "f5os", + "sensor_descr": "Read Merged", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 120203, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.7.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "3", + "sensor_type": "f5os", + "sensor_descr": "Read Bytes", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 50548509, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.8.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "4", + "sensor_type": "f5os", + "sensor_descr": "Read Latency", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 325373, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.9.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "5", + "sensor_type": "f5os", + "sensor_descr": "Write IOPS", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 284226961, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.10.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "6", + "sensor_type": "f5os", + "sensor_descr": "Write Merged", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 184299782, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.11.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "7", + "sensor_type": "f5os", + "sensor_descr": "Write Bytes", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5226830533, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.2.2.1.12.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49", + "sensor_index": "8", + "sensor_type": "f5os", + "sensor_descr": "Write Latency", + "group": "Disk", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 58889608, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.7.1.1.1.8.112.108.97.116.102.111.114.109", + "sensor_index": "0", + "sensor_type": "f5os", + "sensor_descr": "fan-1-speed", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 9900, + "sensor_limit": 17820, + "sensor_limit_warn": null, + "sensor_limit_low": 7920, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.7.1.1.2.8.112.108.97.116.102.111.114.109", + "sensor_index": "1", + "sensor_type": "f5os", + "sensor_descr": "fan-2-speed", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 9900, + "sensor_limit": 17820, + "sensor_limit_warn": null, + "sensor_limit_low": 7920, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.7.1.1.3.8.112.108.97.116.102.111.114.109", + "sensor_index": "2", + "sensor_type": "f5os", + "sensor_descr": "fan-3-speed", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 9900, + "sensor_limit": 17820, + "sensor_limit_warn": null, + "sensor_limit_low": 7920, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.7.1.1.4.8.112.108.97.116.102.111.114.109", + "sensor_index": "3", + "sensor_type": "f5os", + "sensor_descr": "fan-4-speed", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 9900, + "sensor_limit": 17820, + "sensor_limit_warn": null, + "sensor_limit_low": 7920, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12276.1.2.1.3.1.1.2.8.112.108.97.116.102.111.114.109", + "sensor_index": "8.112.108.97.116.102.111.114.109", + "sensor_type": "f5os", + "sensor_descr": "System Temp", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 22, + "sensor_limit": 42, + "sensor_limit_warn": null, + "sensor_limit_low": 12, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/f5os_f5os.snmprec b/tests/snmpsim/f5os_f5os.snmprec new file mode 100644 index 0000000000..a3f53ba943 --- /dev/null +++ b/tests/snmpsim/f5os_f5os.snmprec @@ -0,0 +1,169 @@ +1.3.6.1.2.1.1.1.0|4|Linux 3.10.0-1160.62.1.F5.1.el7_8.x86_64 : Appliance services version 1.3.2-13054 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12276.1.3.1.4 +1.3.6.1.2.1.1.4.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.33554433|2|33554433 +1.3.6.1.2.1.2.2.1.1.33554434|2|33554434 +1.3.6.1.2.1.2.2.1.1.33554435|2|33554435 +1.3.6.1.2.1.2.2.1.1.33554436|2|33554436 +1.3.6.1.2.1.2.2.1.1.33554437|2|33554437 +1.3.6.1.2.1.2.2.1.1.33554438|2|33554438 +1.3.6.1.2.1.2.2.1.1.33554439|2|33554439 +1.3.6.1.2.1.2.2.1.1.33554440|2|33554440 +1.3.6.1.2.1.2.2.1.1.67108865|2|67108865 +1.3.6.1.2.1.2.2.1.1.67108866|2|67108866 +1.3.6.1.2.1.2.2.1.1.67108867|2|67108867 +1.3.6.1.2.1.2.2.1.2.1|4| +1.3.6.1.2.1.2.2.1.2.33554433|4| +1.3.6.1.2.1.2.2.1.2.33554434|4| +1.3.6.1.2.1.2.2.1.2.33554435|4| +1.3.6.1.2.1.2.2.1.2.33554436|4| +1.3.6.1.2.1.2.2.1.2.33554437|4| +1.3.6.1.2.1.2.2.1.2.33554438|4| +1.3.6.1.2.1.2.2.1.2.33554439|4| +1.3.6.1.2.1.2.2.1.2.33554440|4| +1.3.6.1.2.1.2.2.1.2.67108865|4| +1.3.6.1.2.1.2.2.1.2.67108866|4| +1.3.6.1.2.1.2.2.1.2.67108867|4| +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.33554433|2|6 +1.3.6.1.2.1.2.2.1.3.33554434|2|6 +1.3.6.1.2.1.2.2.1.3.33554435|2|6 +1.3.6.1.2.1.2.2.1.3.33554436|2|6 +1.3.6.1.2.1.2.2.1.3.33554437|2|6 +1.3.6.1.2.1.2.2.1.3.33554438|2|6 +1.3.6.1.2.1.2.2.1.3.33554439|2|6 +1.3.6.1.2.1.2.2.1.3.33554440|2|6 +1.3.6.1.2.1.2.2.1.3.67108865|2|161 +1.3.6.1.2.1.2.2.1.3.67108866|2|161 +1.3.6.1.2.1.2.2.1.3.67108867|2|161 +1.3.6.1.2.1.2.2.1.4.1|2|0 +1.3.6.1.2.1.2.2.1.4.33554433|2|9600 +1.3.6.1.2.1.2.2.1.4.33554434|2|9600 +1.3.6.1.2.1.2.2.1.4.33554435|2|9600 +1.3.6.1.2.1.2.2.1.4.33554436|2|9600 +1.3.6.1.2.1.2.2.1.4.33554437|2|9600 +1.3.6.1.2.1.2.2.1.4.33554438|2|9600 +1.3.6.1.2.1.2.2.1.4.33554439|2|9600 +1.3.6.1.2.1.2.2.1.4.33554440|2|9600 +1.3.6.1.2.1.2.2.1.4.67108865|2|9600 +1.3.6.1.2.1.2.2.1.4.67108866|2|9600 +1.3.6.1.2.1.2.2.1.4.67108867|2|9600 +1.3.6.1.2.1.2.2.1.5.1|66|1000000000 +1.3.6.1.2.1.2.2.1.5.33554433|66|4294967295 +1.3.6.1.2.1.2.2.1.5.33554434|66|4294967295 +1.3.6.1.2.1.2.2.1.5.33554435|66|4294967295 +1.3.6.1.2.1.2.2.1.5.33554436|66|4294967295 +1.3.6.1.2.1.2.2.1.5.33554437|66|4294967295 +1.3.6.1.2.1.2.2.1.5.33554438|66|4294967295 +1.3.6.1.2.1.2.2.1.5.33554439|66|4294967295 +1.3.6.1.2.1.2.2.1.5.33554440|66|4294967295 +1.3.6.1.2.1.2.2.1.5.67108865|66|4294967295 +1.3.6.1.2.1.2.2.1.5.67108866|66|4294967295 +1.3.6.1.2.1.2.2.1.5.67108867|66|4294967295 +1.3.6.1.2.1.2.2.1.6.1|4x|14A9D02E6302 +1.3.6.1.2.1.2.2.1.6.33554433|4x|14A9D02E6307 +1.3.6.1.2.1.2.2.1.6.33554434|4x|14A9D02E6308 +1.3.6.1.2.1.2.2.1.6.33554435|4x|14A9D02E6309 +1.3.6.1.2.1.2.2.1.6.33554436|4x|14A9D02E630A +1.3.6.1.2.1.2.2.1.6.33554437|4x|14A9D02E6303 +1.3.6.1.2.1.2.2.1.6.33554438|4x|14A9D02E6304 +1.3.6.1.2.1.2.2.1.6.33554439|4x|14A9D02E6305 +1.3.6.1.2.1.2.2.1.6.33554440|4x|14A9D02E6306 +1.3.6.1.2.1.2.2.1.6.67108865|4x|14A9D02E630C +1.3.6.1.2.1.2.2.1.6.67108866|4x|14A9D02E630D +1.3.6.1.2.1.2.2.1.6.67108867|4x|14A9D02E6310 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.33554433|2|1 +1.3.6.1.2.1.2.2.1.7.33554434|2|1 +1.3.6.1.2.1.2.2.1.7.33554435|2|1 +1.3.6.1.2.1.2.2.1.7.33554436|2|1 +1.3.6.1.2.1.2.2.1.7.33554437|2|1 +1.3.6.1.2.1.2.2.1.7.33554438|2|1 +1.3.6.1.2.1.2.2.1.7.33554439|2|1 +1.3.6.1.2.1.2.2.1.7.33554440|2|1 +1.3.6.1.2.1.2.2.1.7.67108865|2|1 +1.3.6.1.2.1.2.2.1.7.67108866|2|1 +1.3.6.1.2.1.2.2.1.7.67108867|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.33554433|2|1 +1.3.6.1.2.1.2.2.1.8.33554434|2|1 +1.3.6.1.2.1.2.2.1.8.33554435|2|1 +1.3.6.1.2.1.2.2.1.8.33554436|2|1 +1.3.6.1.2.1.2.2.1.8.33554437|2|1 +1.3.6.1.2.1.2.2.1.8.33554438|2|1 +1.3.6.1.2.1.2.2.1.8.33554439|2|2 +1.3.6.1.2.1.2.2.1.8.33554440|2|2 +1.3.6.1.2.1.2.2.1.8.67108865|2|1 +1.3.6.1.2.1.2.2.1.8.67108866|2|1 +1.3.6.1.2.1.2.2.1.8.67108867|2|1 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.33554433|65|0 +1.3.6.1.2.1.2.2.1.13.33554434|65|0 +1.3.6.1.2.1.2.2.1.13.33554435|65|0 +1.3.6.1.2.1.2.2.1.13.33554436|65|0 +1.3.6.1.2.1.2.2.1.13.33554437|65|0 +1.3.6.1.2.1.2.2.1.13.33554438|65|0 +1.3.6.1.2.1.2.2.1.13.33554439|65|0 +1.3.6.1.2.1.2.2.1.13.33554440|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.33554433|65|0 +1.3.6.1.2.1.2.2.1.14.33554434|65|0 +1.3.6.1.2.1.2.2.1.14.33554435|65|0 +1.3.6.1.2.1.2.2.1.14.33554436|65|0 +1.3.6.1.2.1.2.2.1.14.33554437|65|0 +1.3.6.1.2.1.2.2.1.14.33554438|65|0 +1.3.6.1.2.1.2.2.1.14.33554439|65|0 +1.3.6.1.2.1.2.2.1.14.33554440|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.33554433|65|0 +1.3.6.1.2.1.2.2.1.19.33554434|65|0 +1.3.6.1.2.1.2.2.1.19.33554435|65|0 +1.3.6.1.2.1.2.2.1.19.33554436|65|0 +1.3.6.1.2.1.2.2.1.19.33554437|65|0 +1.3.6.1.2.1.2.2.1.19.33554438|65|0 +1.3.6.1.2.1.2.2.1.19.33554439|65|0 +1.3.6.1.2.1.2.2.1.19.33554440|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.33554433|65|0 +1.3.6.1.2.1.2.2.1.20.33554434|65|0 +1.3.6.1.2.1.2.2.1.20.33554435|65|0 +1.3.6.1.2.1.2.2.1.20.33554436|65|0 +1.3.6.1.2.1.2.2.1.20.33554437|65|0 +1.3.6.1.2.1.2.2.1.20.33554438|65|0 +1.3.6.1.2.1.2.2.1.20.33554439|65|0 +1.3.6.1.2.1.2.2.1.20.33554440|65|0 +1.3.6.1.2.1.31.1.1.1.1.1|4|mgmt +1.3.6.1.2.1.31.1.1.1.1.33554433|4|1.0 +1.3.6.1.2.1.31.1.1.1.1.33554434|4|2.0 +1.3.6.1.2.1.31.1.1.1.1.33554435|4|3.0 +1.3.6.1.2.1.31.1.1.1.1.33554436|4|4.0 +1.3.6.1.2.1.31.1.1.1.1.33554437|4|5.0 +1.3.6.1.2.1.31.1.1.1.1.33554438|4|6.0 +1.3.6.1.2.1.31.1.1.1.1.33554439|4|7.0 +1.3.6.1.2.1.31.1.1.1.1.33554440|4|8.0 +1.3.6.1.2.1.31.1.1.1.1.67108865|4|External-LAG +1.3.6.1.2.1.31.1.1.1.1.67108866|4|Internal-LAG +1.3.6.1.2.1.31.1.1.1.1.67108867|4|LAN-Failover-LAG +1.3.6.1.4.1.12276.1.2.1.1.1.1.8.8.112.108.97.116.102.111.114.109.0|4|Intel Atom(R) P5342 processor +1.3.6.1.4.1.12276.1.2.1.1.2.1.4.8.112.108.97.116.102.111.114.109|2|26 +1.3.6.1.4.1.12276.1.2.1.2.2.1.4.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|45332795 +1.3.6.1.4.1.12276.1.2.1.2.2.1.5.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|814092 +1.3.6.1.4.1.12276.1.2.1.2.2.1.6.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|120203 +1.3.6.1.4.1.12276.1.2.1.2.2.1.7.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|50548509 +1.3.6.1.4.1.12276.1.2.1.2.2.1.8.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|325373 +1.3.6.1.4.1.12276.1.2.1.2.2.1.9.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|284226961 +1.3.6.1.4.1.12276.1.2.1.2.2.1.10.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|184299782 +1.3.6.1.4.1.12276.1.2.1.2.2.1.11.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|5226830533 +1.3.6.1.4.1.12276.1.2.1.2.2.1.12.8.112.108.97.116.102.111.114.109.7.110.118.109.101.48.110.49|70|58889608 +1.3.6.1.4.1.12276.1.2.1.3.1.1.2.8.112.108.97.116.102.111.114.109|4|22.0 +1.3.6.1.4.1.12276.1.2.1.4.1.1.2.8.112.108.97.116.102.111.114.109|70|7934943232 +1.3.6.1.4.1.12276.1.2.1.4.1.1.3.8.112.108.97.116.102.111.114.109|70|1684828160 +1.3.6.1.4.1.12276.1.2.1.4.1.1.4.8.112.108.97.116.102.111.114.109|2|88 +1.3.6.1.4.1.12276.1.2.1.4.1.1.5.8.112.108.97.116.102.111.114.109|70|15034273792 +1.3.6.1.4.1.12276.1.2.1.4.1.1.6.8.112.108.97.116.102.111.114.109|70|6926630912 +1.3.6.1.4.1.12276.1.2.1.7.1.1.1.8.112.108.97.116.102.111.114.109|2|9900 +1.3.6.1.4.1.12276.1.2.1.7.1.1.2.8.112.108.97.116.102.111.114.109|2|9900 +1.3.6.1.4.1.12276.1.2.1.7.1.1.3.8.112.108.97.116.102.111.114.109|2|9900 +1.3.6.1.4.1.12276.1.2.1.7.1.1.4.8.112.108.97.116.102.111.114.109|2|9900