From e27403fc2c8d1ef2275b1f5c0430b7ab0c64b2f5 Mon Sep 17 00:00:00 2001 From: mathieu-artic <84004634+mathieu-artic@users.noreply.github.com> Date: Tue, 6 Jul 2021 00:34:50 +0200 Subject: [PATCH] add lte/umts support (#13002) --- includes/definitions/discovery/oneaccess.yaml | 78 +- mibs/oneaccess/ONEACCESS-CELLULAR-MIB | 500 ++++ tests/data/oneaccess_oneaccess-lte.json | 2075 +++++++++++++++++ tests/snmpsim/oneaccess_oneaccess-lte.snmprec | 337 +++ 4 files changed, 2989 insertions(+), 1 deletion(-) create mode 100644 mibs/oneaccess/ONEACCESS-CELLULAR-MIB create mode 100644 tests/data/oneaccess_oneaccess-lte.json create mode 100644 tests/snmpsim/oneaccess_oneaccess-lte.snmprec diff --git a/includes/definitions/discovery/oneaccess.yaml b/includes/definitions/discovery/oneaccess.yaml index 50b117c0ec..6cf48fa08b 100644 --- a/includes/definitions/discovery/oneaccess.yaml +++ b/includes/definitions/discovery/oneaccess.yaml @@ -1,4 +1,4 @@ -mib: ONEACCESS-GLOBAL-REG:ONEACCESS-SYS-MIB:ONEACCESS-SHDSL-MIB +mib: ONEACCESS-GLOBAL-REG:ONEACCESS-SYS-MIB:ONEACCESS-SHDSL-MIB:ONEACCESS-CELLULAR-MIB modules: pre-cache: data: @@ -37,6 +37,18 @@ modules: - { descr: dataforwarding, graph: 1, value: 1, generic: 0 } - { descr: application, graph: 1, value: 2, generic: 0 } - { descr: mixed, graph: 1, value: 3, generic: 0 } + - + oid: oacCellRadioAccessTechnology + value: oacCellRadioAccessTechnology + num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.46.{{ $index }}' + descr: 'Technology' + group: UMTS/LTE + index: 'oacCellRadioAccessTechnology.{{ $index }}' + states: + - { descr: GSM, graph: 1, value: 2, generic: 0 } + - { descr: UMTS, graph: 1, value: 3, generic: 0 } + - { descr: LTE, graph: 1, value: 4, generic: 0 } + count: data: - @@ -69,3 +81,67 @@ modules: index: 'oacSHDSLSpanStatusUpDown.{{ $index }}' descr: 'Up/Down Line #{{ $index }}' group: SDSL + - + oid: oacCellCellID + num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.71.{{ $index }}' + index: 'oacCellCellID.{{ $index }}' + descr: 'CellID' + group: UMTS/LTE + - + oid: oacCellPLMN + num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.73.{{ $index }}' + index: 'oacCellPLMN.{{ $index }}' + descr: 'PLMN' + group: UMTS/LTE + + dbm: + data: + - + oid: oacCellSignalStrength + num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.41.{{ $index }}' + index: 'oacCellSignalStrength.{{ $index }}' + descr: 'Signal strength' + group: UMTS/LTE + skip_values: + - + oid: oacCellSignalStrength + op: '=' + value: '' + - + oid: oacCellRSRP + num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.44.{{ $index }}' + index: 'oacCellRSRP.{{ $index }}' + descr: 'RSRP' + group: UMTS/LTE + skip_values: + - + oid: oacCellRSRP + op: '=' + value: '' + quality_factor: + data: + - + oid: oacCellRSRQ + num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.43.{{ $index }}' + index: 'oacCellRSRQ.{{ $index }}' + descr: 'RSRQ' + group: UMTS/LTE + skip_values: + - + oid: oacCellRSRQ + op: '=' + value: '' + snr: + data: + - + oid: oacCellSNR + num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.45.{{ $index }}' + index: 'oacCellSNR.{{ $index }}' + descr: 'SNR' + group: UMTS/LTE + skip_values: + - + oid: oacCellSNR + op: '=' + value: '' + diff --git a/mibs/oneaccess/ONEACCESS-CELLULAR-MIB b/mibs/oneaccess/ONEACCESS-CELLULAR-MIB new file mode 100644 index 0000000000..9e73745de1 --- /dev/null +++ b/mibs/oneaccess/ONEACCESS-CELLULAR-MIB @@ -0,0 +1,500 @@ +-- ***************************** +-- * * +-- * ONEOS MIB * +-- * * +-- ***************************** +-- +-- ONEOS_MIB_STD_V05.2.R001_E002 +-- +-- Creation date : 16/04/2009 +-- +-- Compatibility with ONEOS_V31 +-- +-- Compatibility with ONEOS_V32 +-- +-- Compatibility with ONEOS_V42 +-- + + ONEACCESS-CELLULAR-MIB DEFINITIONS ::= BEGIN + +-------------------------------------------------------------------- +-- Imports +-------------------------------------------------------------------- + IMPORTS + DisplayString + FROM SNMPv2-TC + MODULE-IDENTITY, OBJECT-TYPE,Integer32,Unsigned32 + FROM SNMPv2-SMI + MODULE-COMPLIANCE, OBJECT-GROUP + FROM SNMPv2-CONF + oacExpIMCellRadio,oacMIBModules + FROM ONEACCESS-GLOBAL-REG; + + +-------------------------------------------------------------------- +-- Module Entity +-------------------------------------------------------------------- + oacCellularMIBModule MODULE-IDENTITY + LAST-UPDATED "201310150000Z" + ORGANIZATION " OneAccess " + CONTACT-INFO + "Pascal KESTELOOT + Postal: ONE ACCESS + 381 Avenue du General de Gaulle + 92140 Clamart, France + FRANCE + + Tel: (+33) 01 41 87 70 00 + Fax: (+33) 01 41 87 74 00 + + E-mail: pascal.kesteloot@oneaccess-net.com" + + + DESCRIPTION "Add cellular equipment and network info" + REVISION "201404070000Z" + + DESCRIPTION "Add RSSI table" + REVISION "201310150000Z" + + DESCRIPTION "Contact updated" + REVISION "201110270000Z" + + DESCRIPTION "Fixed some minor corrections." + REVISION "201007080001Z" + + DESCRIPTION "This MIB module describes Cellular Radio Managed objects." + + ::= { oacMIBModules 1000 } + + +-------------------------------------------------------------------- +-- Entry Point (cf. ONEACCESS-GLOBAL-REG.mib) +-------------------------------------------------------------------- + +oacCellRadioRssi OBJECT IDENTIFIER ::= { oacExpIMCellRadio 1 } + + +------------------------------------------------------------------------------------------- +-- RSSI Last Hour Table +------------------------------------------------------------------------------------------- + +oacCellRssiLastHourTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCellRssiLastHourEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "RSSI values of the last hour." + ::= { oacCellRadioRssi 1 } + +oacCellRssiLastHourEntry OBJECT-TYPE + SYNTAX OacCellRssiLastHourEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacCellRssiLastHour" + INDEX { oacCellRssiLastHourMinutes } +::= { oacCellRssiLastHourTable 1 } + +OacCellRssiLastHourEntrySyntax ::= SEQUENCE + { + oacCellRssiLastHourMinutes Unsigned32, + oacCellRssiLastHourMin Integer32, + oacCellRssiLastHourAvg Integer32, + oacCellRssiLastHourMax Integer32 + } + +oacCellRssiLastHourMinutes OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timestamp (in minutes)" + ::= { oacCellRssiLastHourEntry 1 } + +oacCellRssiLastHourMin OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Minimum" + ::= { oacCellRssiLastHourEntry 2 } + +oacCellRssiLastHourAvg OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Average" + ::= { oacCellRssiLastHourEntry 3 } + +oacCellRssiLastHourMax OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Maximum" + ::= { oacCellRssiLastHourEntry 4 } + + +------------------------------------------------------------------------------------------- +-- RSSI Last Day Table +------------------------------------------------------------------------------------------- + +oacCellRssiLastDayTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCellRssiLastDayEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "RSSI values of the last day." + ::= { oacCellRadioRssi 2 } + +oacCellRssiLastDayEntry OBJECT-TYPE + SYNTAX OacCellRssiLastDayEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacCellRssiLastDay" + INDEX { oacCellRssiLastDayHours } +::= { oacCellRssiLastDayTable 1 } + +OacCellRssiLastDayEntrySyntax ::= SEQUENCE + { + oacCellRssiLastDayHours Unsigned32, + oacCellRssiLastDayMin Integer32, + oacCellRssiLastDayAvg Integer32, + oacCellRssiLastDayMax Integer32 + } + +oacCellRssiLastDayHours OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timestamp (in hours)" + ::= { oacCellRssiLastDayEntry 1 } + +oacCellRssiLastDayMin OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Minimum" + ::= { oacCellRssiLastDayEntry 2 } + +oacCellRssiLastDayAvg OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Average" + ::= { oacCellRssiLastDayEntry 3 } + +oacCellRssiLastDayMax OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Maximum" + ::= { oacCellRssiLastDayEntry 4 } + + +------------------------------------------------------------------------------------------- +-- RSSI Last Month Table +------------------------------------------------------------------------------------------- + +oacCellRssiLastMonthTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCellRssiLastMonthEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "RSSI values of the last month." + ::= { oacCellRadioRssi 3 } + +oacCellRssiLastMonthEntry OBJECT-TYPE + SYNTAX OacCellRssiLastMonthEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacCellRssiLastMonth" + INDEX { oacCellRssiLastMonthDays } +::= { oacCellRssiLastMonthTable 1 } + +OacCellRssiLastMonthEntrySyntax ::= SEQUENCE + { + oacCellRssiLastMonthDays Unsigned32, + oacCellRssiLastMonthMin Integer32, + oacCellRssiLastMonthAvg Integer32, + oacCellRssiLastMonthMax Integer32 + } + +oacCellRssiLastMonthDays OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Timestamp (in days)" + ::= { oacCellRssiLastMonthEntry 1 } + +oacCellRssiLastMonthMin OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Minimum" + ::= { oacCellRssiLastMonthEntry 2 } + +oacCellRssiLastMonthAvg OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Average" + ::= { oacCellRssiLastMonthEntry 3 } + +oacCellRssiLastMonthMax OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSSI Maximum" + ::= { oacCellRssiLastMonthEntry 4 } + +------------------------------------------------------------------------------------------- +-- ModuleTable +------------------------------------------------------------------------------------------- +oacCellRadioModuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF OacCellRadioModuleEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of cellular modules." + ::= { oacExpIMCellRadio 2 } +oacCellRadioModuleEntry OBJECT-TYPE + SYNTAX OacCellRadioModuleEntrySyntax + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index into the table oacCellRadioModule" + INDEX { oacCellModuleIndex } +::= { oacCellRadioModuleTable 1 } +OacCellRadioModuleEntrySyntax ::= SEQUENCE + { + oacCellModuleIndex Unsigned32, + oacCellManufacturer DisplayString, + oacCellEquipment DisplayString, + oacCellBootRevision DisplayString, + oacCellRevision DisplayString, + oacCellIMEI DisplayString, + oacCellMEID DisplayString, + oacCellSIMStatus DisplayString, + oacCellIMSI DisplayString, + oacCellICCI DisplayString, + oacCellPinStatus DisplayString, + oacCellSelectedOperator DisplayString, + oacCellSignalStrength Integer32, + oacCellEcIo Integer32, + oacCellRSRQ Integer32, + oacCellRSRP Integer32, + oacCellSNR Integer32, + oacCellRadioAccessTechnology DisplayString, + oacCellCircuitSwitchedState DisplayString, + oacCellPacketSwitchedState DisplayString, + oacCellResetOnLossOfRegistration Unsigned32, + oacCellResetOnFailedRegistration Unsigned32, + oacCellHardwareReset Unsigned32, + oacCellLAC DisplayString, + oacCellCellID DisplayString, + oacCellTAC DisplayString, + oacCellPLMN DisplayString + } +oacCellModuleIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Index" + ::= { oacCellRadioModuleEntry 1 } +oacCellManufacturer OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Manufacturer identification" + ::= { oacCellRadioModuleEntry 10 } +oacCellEquipment OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Equipment information" + ::= { oacCellRadioModuleEntry 11 } +oacCellBootRevision OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Boot revision identification" + ::= { oacCellRadioModuleEntry 12 } +oacCellRevision OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Revision identification" + ::= { oacCellRadioModuleEntry 13 } +oacCellIMEI OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Equipment information (IMEI)" + ::= { oacCellRadioModuleEntry 14 } +oacCellMEID OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "CDMA Mobile Equipment Id (MEID)" + ::= { oacCellRadioModuleEntry 15 } +oacCellSIMStatus OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SIM card status" + ::= { oacCellRadioModuleEntry 20 } +oacCellIMSI OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SIM International Mobile Subscriber Identity IMSI" + ::= { oacCellRadioModuleEntry 21 } +oacCellICCI OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Integrated Circuit Card ID" + ::= { oacCellRadioModuleEntry 22 } +oacCellPinStatus OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "PIN code status" + ::= { oacCellRadioModuleEntry 30 } +oacCellSelectedOperator OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current selected operator" + ::= { oacCellRadioModuleEntry 40 } +oacCellSignalStrength OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Signal strength (dBm)" + ::= { oacCellRadioModuleEntry 41 } +oacCellEcIo OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total Ec/Io" + ::= { oacCellRadioModuleEntry 42 } +oacCellRSRQ OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSRQ (dB)" + ::= { oacCellRadioModuleEntry 43 } +oacCellRSRP OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "RSRP (dBm)" + ::= { oacCellRadioModuleEntry 44 } +oacCellSNR OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SNR (dB)" + ::= { oacCellRadioModuleEntry 45 } +oacCellRadioAccessTechnology OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current radio access technology" + ::= { oacCellRadioModuleEntry 46 } +oacCellCircuitSwitchedState OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Circuit-switched register state" + ::= { oacCellRadioModuleEntry 47 } +oacCellPacketSwitchedState OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Packet-switched attach state" + ::= { oacCellRadioModuleEntry 48 } +oacCellResetOnLossOfRegistration OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Reset on loss of GPRS registration" + ::= { oacCellRadioModuleEntry 60 } +oacCellResetOnFailedRegistration OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Reset on failed initial registration" + ::= { oacCellRadioModuleEntry 61 } +oacCellHardwareReset OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Hardware reset of modem" + ::= { oacCellRadioModuleEntry 62 } +oacCellLAC OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Location Area Code (LAC)" + ::= { oacCellRadioModuleEntry 70 } +oacCellCellID OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Cell ID" + ::= { oacCellRadioModuleEntry 71 } +oacCellTAC OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Tracking Area Code (TAC)" + ::= { oacCellRadioModuleEntry 72 } +oacCellPLMN OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Public Land Mobile Network (PLMN = MCC+MNC)" + ::= { oacCellRadioModuleEntry 73 } +END +-- diff --git a/tests/data/oneaccess_oneaccess-lte.json b/tests/data/oneaccess_oneaccess-lte.json new file mode 100644 index 0000000000..58e8f12b65 --- /dev/null +++ b/tests/data/oneaccess_oneaccess-lte.json @@ -0,0 +1,2075 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.13191.1.1.154", + "sysDescr": "OneOS-pCPE-ARM_pi1-6.6.1m6", + "sysContact": "", + "version": "3.4.11-rt19", + "hardware": "LBB_154", + "features": null, + "os": "oneaccess", + "type": "network", + "serial": "S2116008555223620", + "icon": "oneaccess.png", + "location": "" + } + ] + }, + "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": "GigabitEthernet0/0", + "ifName": "GigabitEthernet0/0", + "portName": null, + "ifIndex": 524288, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "ORCH=CLIENT --- LAN ---", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/1", + "ifName": "GigabitEthernet0/1", + "portName": null, + "ifIndex": 528384, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "ORCH=CLIENT --- LAN ---", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/2", + "ifName": "GigabitEthernet0/2", + "portName": null, + "ifIndex": 532480, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "ORCH=CLIENT --- LAN ---", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/3", + "ifName": "GigabitEthernet0/3", + "portName": null, + "ifIndex": 536576, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "ORCH=CLIENT --- LAN ---", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet1/0", + "ifName": "GigabitEthernet1/0", + "portName": null, + "ifIndex": 589824, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet1/0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Bvi1", + "ifName": "Bvi1", + "portName": null, + "ifIndex": 268439552, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "propVirtual", + "ifAlias": "Bvi1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Null0", + "ifName": "Null0", + "portName": null, + "ifIndex": 1879048192, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "other", + "ifAlias": "Null0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Loopback1", + "ifName": "Loopback1", + "portName": null, + "ifIndex": 1912602625, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "--- Administration R-Adequa ---", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "GigabitEthernet0/0", + "ifName": "GigabitEthernet0/0", + "portName": null, + "ifIndex": 524288, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "ORCH=CLIENT --- LAN ---", + "ifPhysAddress": "70fc8c2696a4", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 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": "GigabitEthernet0/1", + "ifName": "GigabitEthernet0/1", + "portName": null, + "ifIndex": 528384, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "ORCH=CLIENT --- LAN ---", + "ifPhysAddress": "70fc8c2a96a4", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 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": "GigabitEthernet0/2", + "ifName": "GigabitEthernet0/2", + "portName": null, + "ifIndex": 532480, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "ORCH=CLIENT --- LAN ---", + "ifPhysAddress": "70fc8c2e96a4", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 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": "GigabitEthernet0/3", + "ifName": "GigabitEthernet0/3", + "portName": null, + "ifIndex": 536576, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "ORCH=CLIENT --- LAN ---", + "ifPhysAddress": "70fc8c3296a4", + "ifHardType": null, + "ifLastChange": 289385, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 20147, + "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": 59633844, + "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": 20147, + "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": 11352, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 944950, + "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": "GigabitEthernet1/0", + "ifName": "GigabitEthernet1/0", + "portName": null, + "ifIndex": 589824, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "GigabitEthernet1/0", + "ifPhysAddress": "70fc8c3696a4", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 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": "Bvi1", + "ifName": "Bvi1", + "portName": null, + "ifIndex": 268439552, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 1000, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "propVirtual", + "ifAlias": "Bvi1", + "ifPhysAddress": "70fc8c2696a4", + "ifHardType": null, + "ifLastChange": 289385, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 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": 57378120, + "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": 944952, + "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": 11352, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 944950, + "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": "Null0", + "ifName": "Null0", + "portName": null, + "ifIndex": 1879048192, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 32768, + "ifType": "other", + "ifAlias": "Null0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 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": "Loopback1", + "ifName": "Loopback1", + "portName": null, + "ifIndex": 1912602625, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 32768, + "ifType": "softwareLoopback", + "ifAlias": "--- Administration R-Adequa ---", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 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.13191.10.3.3.1.2.3.1.3.0", + "processor_index": "0", + "processor_type": "oneaccess", + "processor_usage": 25, + "processor_descr": "BCM63136 - ARMv7 Processor rev 1 (v7l)", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.13191.10.3.3.1.2.3.1.3.1", + "processor_index": "1", + "processor_type": "oneaccess", + "processor_usage": 0, + "processor_descr": "Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "0", + "entPhysicalIndex": null, + "mempool_type": "oneaccess", + "mempool_class": "system", + "mempool_precision": 1, + "mempool_descr": "Main Memory", + "mempool_perc": 65, + "mempool_perc_oid": ".1.3.6.1.4.1.13191.10.3.3.1.1.4.0", + "mempool_used": 375988224, + "mempool_used_oid": null, + "mempool_free": 196382720, + "mempool_free_oid": ".1.3.6.1.4.1.13191.10.3.3.1.1.1.0", + "mempool_total": 572370944, + "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.13191.10.3.9.2.1.71.0", + "sensor_index": "oacCellCellID.0", + "sensor_type": "oneaccess", + "sensor_descr": "CellID", + "group": "UMTS/LTE", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 14663945, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.13191.10.3.9.2.1.73.0", + "sensor_index": "oacCellPLMN.0", + "sensor_type": "oneaccess", + "sensor_descr": "PLMN", + "group": "UMTS/LTE", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 20801, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.13191.10.3.9.2.1.44.0", + "sensor_index": "oacCellRSRP.0", + "sensor_type": "oneaccess", + "sensor_descr": "RSRP", + "group": "UMTS/LTE", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -96, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.13191.10.3.9.2.1.41.0", + "sensor_index": "oacCellSignalStrength.0", + "sensor_type": "oneaccess", + "sensor_descr": "Signal strength", + "group": "UMTS/LTE", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -64, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "quality_factor", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.13191.10.3.9.2.1.43.0", + "sensor_index": "oacCellRSRQ.0", + "sensor_type": "oneaccess", + "sensor_descr": "RSRQ", + "group": "UMTS/LTE", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": -12, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "snr", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.13191.10.3.9.2.1.45.0", + "sensor_index": "oacCellSNR.0", + "sensor_type": "oneaccess", + "sensor_descr": "SNR", + "group": "UMTS/LTE", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 10, + "sensor_limit": 10.5, + "sensor_limit_warn": null, + "sensor_limit_low": 9.5, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.13191.10.3.9.2.1.46.0", + "sensor_index": "oacCellRadioAccessTechnology.0", + "sensor_type": "oacCellRadioAccessTechnology", + "sensor_descr": "Technology", + "group": "UMTS/LTE", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "oacCellRadioAccessTechnology" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.13191.10.3.3.1.2.3.1.2.0", + "sensor_index": "oacSysCpuUsedCoreType.0", + "sensor_type": "oacSysCpuUsedCoreType", + "sensor_descr": "Core Type #0", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "oacSysCpuUsedCoreType" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.13191.10.3.3.1.2.3.1.2.1", + "sensor_index": "oacSysCpuUsedCoreType.1", + "sensor_type": "oacSysCpuUsedCoreType", + "sensor_descr": "Core Type #1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "oacSysCpuUsedCoreType" + } + ], + "state_indexes": [ + { + "state_name": "oacCellRadioAccessTechnology", + "state_descr": "GSM", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "oacCellRadioAccessTechnology", + "state_descr": "UMTS", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 0 + }, + { + "state_name": "oacCellRadioAccessTechnology", + "state_descr": "LTE", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 0 + }, + { + "state_name": "oacSysCpuUsedCoreType", + "state_descr": "controlplane", + "state_draw_graph": 1, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "oacSysCpuUsedCoreType", + "state_descr": "dataforwarding", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "oacSysCpuUsedCoreType", + "state_descr": "application", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 0 + }, + { + "state_name": "oacSysCpuUsedCoreType", + "state_descr": "mixed", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 0 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/oneaccess_oneaccess-lte.snmprec b/tests/snmpsim/oneaccess_oneaccess-lte.snmprec new file mode 100644 index 0000000000..e88eb7a14f --- /dev/null +++ b/tests/snmpsim/oneaccess_oneaccess-lte.snmprec @@ -0,0 +1,337 @@ +1.3.6.1.2.1.1.1.0|4|OneOS-pCPE-ARM_pi1-6.6.1m6 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.13191.1.1.154 +1.3.6.1.2.1.1.3.0|67|177461096 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.524288|4|GigabitEthernet0/0 +1.3.6.1.2.1.2.2.1.2.528384|4|GigabitEthernet0/1 +1.3.6.1.2.1.2.2.1.2.532480|4|GigabitEthernet0/2 +1.3.6.1.2.1.2.2.1.2.536576|4|GigabitEthernet0/3 +1.3.6.1.2.1.2.2.1.2.589824|4|GigabitEthernet1/0 +1.3.6.1.2.1.2.2.1.2.268439552|4|Bvi1 +1.3.6.1.2.1.2.2.1.2.402657280|4|Virtual-Ethernet1 +1.3.6.1.2.1.2.2.1.2.1879048192|4|Null0 +1.3.6.1.2.1.2.2.1.2.1912602625|4|Loopback1 +1.3.6.1.2.1.2.2.1.3.524288|2|6 +1.3.6.1.2.1.2.2.1.3.528384|2|6 +1.3.6.1.2.1.2.2.1.3.532480|2|6 +1.3.6.1.2.1.2.2.1.3.536576|2|6 +1.3.6.1.2.1.2.2.1.3.589824|2|6 +1.3.6.1.2.1.2.2.1.3.268439552|2|53 +1.3.6.1.2.1.2.2.1.3.402657280|2|53 +1.3.6.1.2.1.2.2.1.3.1879048192|2|1 +1.3.6.1.2.1.2.2.1.3.1912602625|2|24 +1.3.6.1.2.1.2.2.1.4.524288|2|1500 +1.3.6.1.2.1.2.2.1.4.528384|2|1500 +1.3.6.1.2.1.2.2.1.4.532480|2|1500 +1.3.6.1.2.1.2.2.1.4.536576|2|1500 +1.3.6.1.2.1.2.2.1.4.589824|2|1500 +1.3.6.1.2.1.2.2.1.4.268439552|2|1500 +1.3.6.1.2.1.2.2.1.4.402657280|2|1500 +1.3.6.1.2.1.2.2.1.4.1879048192|2|32768 +1.3.6.1.2.1.2.2.1.4.1912602625|2|32768 +1.3.6.1.2.1.2.2.1.6.524288|4x|70FC8C2696A4 +1.3.6.1.2.1.2.2.1.6.528384|4x|70FC8C2A96A4 +1.3.6.1.2.1.2.2.1.6.532480|4x|70FC8C2E96A4 +1.3.6.1.2.1.2.2.1.6.536576|4x|70FC8C3296A4 +1.3.6.1.2.1.2.2.1.6.589824|4x|70FC8C3696A4 +1.3.6.1.2.1.2.2.1.6.268439552|4x|70FC8C2696A4 +1.3.6.1.2.1.2.2.1.6.402657280|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1879048192|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1912602625|4x|000000000000 +1.3.6.1.2.1.2.2.1.7.524288|2|1 +1.3.6.1.2.1.2.2.1.7.528384|2|1 +1.3.6.1.2.1.2.2.1.7.532480|2|1 +1.3.6.1.2.1.2.2.1.7.536576|2|1 +1.3.6.1.2.1.2.2.1.7.589824|2|1 +1.3.6.1.2.1.2.2.1.7.268439552|2|1 +1.3.6.1.2.1.2.2.1.7.402657280|2|1 +1.3.6.1.2.1.2.2.1.7.1879048192|2|1 +1.3.6.1.2.1.2.2.1.7.1912602625|2|1 +1.3.6.1.2.1.2.2.1.8.524288|2|2 +1.3.6.1.2.1.2.2.1.8.528384|2|2 +1.3.6.1.2.1.2.2.1.8.532480|2|2 +1.3.6.1.2.1.2.2.1.8.536576|2|1 +1.3.6.1.2.1.2.2.1.8.589824|2|2 +1.3.6.1.2.1.2.2.1.8.268439552|2|1 +1.3.6.1.2.1.2.2.1.8.402657280|2|1 +1.3.6.1.2.1.2.2.1.8.1879048192|2|1 +1.3.6.1.2.1.2.2.1.8.1912602625|2|1 +1.3.6.1.2.1.2.2.1.9.524288|67|0 +1.3.6.1.2.1.2.2.1.9.528384|67|0 +1.3.6.1.2.1.2.2.1.9.532480|67|0 +1.3.6.1.2.1.2.2.1.9.536576|67|289385 +1.3.6.1.2.1.2.2.1.9.589824|67|0 +1.3.6.1.2.1.2.2.1.9.268439552|67|289385 +1.3.6.1.2.1.2.2.1.9.402657280|67|9485 +1.3.6.1.2.1.2.2.1.9.1879048192|67|0 +1.3.6.1.2.1.2.2.1.9.1912602625|67|0 +1.3.6.1.2.1.2.2.1.13.524288|65|0 +1.3.6.1.2.1.2.2.1.13.528384|65|0 +1.3.6.1.2.1.2.2.1.13.532480|65|0 +1.3.6.1.2.1.2.2.1.13.536576|65|20147 +1.3.6.1.2.1.2.2.1.13.589824|65|0 +1.3.6.1.2.1.2.2.1.13.268439552|65|944952 +1.3.6.1.2.1.2.2.1.13.402657280|65|1 +1.3.6.1.2.1.2.2.1.13.1879048192|65|0 +1.3.6.1.2.1.2.2.1.13.1912602625|65|0 +1.3.6.1.2.1.2.2.1.14.524288|65|0 +1.3.6.1.2.1.2.2.1.14.528384|65|0 +1.3.6.1.2.1.2.2.1.14.532480|65|0 +1.3.6.1.2.1.2.2.1.14.536576|65|0 +1.3.6.1.2.1.2.2.1.14.589824|65|0 +1.3.6.1.2.1.2.2.1.14.268439552|65|0 +1.3.6.1.2.1.2.2.1.14.402657280|65|0 +1.3.6.1.2.1.2.2.1.14.1879048192|65|0 +1.3.6.1.2.1.2.2.1.14.1912602625|65|0 +1.3.6.1.2.1.2.2.1.19.524288|65|0 +1.3.6.1.2.1.2.2.1.19.528384|65|0 +1.3.6.1.2.1.2.2.1.19.532480|65|0 +1.3.6.1.2.1.2.2.1.19.536576|65|0 +1.3.6.1.2.1.2.2.1.19.589824|65|0 +1.3.6.1.2.1.2.2.1.19.268439552|65|0 +1.3.6.1.2.1.2.2.1.19.402657280|65|0 +1.3.6.1.2.1.2.2.1.19.1879048192|65|0 +1.3.6.1.2.1.2.2.1.19.1912602625|65|0 +1.3.6.1.2.1.2.2.1.20.524288|65|0 +1.3.6.1.2.1.2.2.1.20.528384|65|0 +1.3.6.1.2.1.2.2.1.20.532480|65|0 +1.3.6.1.2.1.2.2.1.20.536576|65|0 +1.3.6.1.2.1.2.2.1.20.589824|65|0 +1.3.6.1.2.1.2.2.1.20.268439552|65|0 +1.3.6.1.2.1.2.2.1.20.402657280|65|0 +1.3.6.1.2.1.2.2.1.20.1879048192|65|0 +1.3.6.1.2.1.2.2.1.20.1912602625|65|0 +1.3.6.1.2.1.4.24.6.0|66|385 +1.3.6.1.2.1.6.5.0|65|9496 +1.3.6.1.2.1.6.6.0|65|6211 +1.3.6.1.2.1.6.7.0|65|22 +1.3.6.1.2.1.6.8.0|65|54 +1.3.6.1.2.1.6.9.0|66|1 +1.3.6.1.2.1.6.10.0|65|1446715011 +1.3.6.1.2.1.6.11.0|65|1446724568 +1.3.6.1.2.1.6.12.0|65|1637 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|343 +1.3.6.1.2.1.6.18.0|70|1446725868 +1.3.6.1.2.1.10.7.2.1.1.524288|2|524288 +1.3.6.1.2.1.10.7.2.1.19.524288|2|1 +1.3.6.1.2.1.10.7.2.1.19.528384|2|1 +1.3.6.1.2.1.10.7.2.1.19.532480|2|1 +1.3.6.1.2.1.10.7.2.1.19.536576|2|3 +1.3.6.1.2.1.10.7.2.1.19.589824|2|1 +1.3.6.1.2.1.11.1.0|65|695220 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|6 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.30.0|2|2 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.31.1.1.1.1.524288|4|GigabitEthernet0/0 +1.3.6.1.2.1.31.1.1.1.1.528384|4|GigabitEthernet0/1 +1.3.6.1.2.1.31.1.1.1.1.532480|4|GigabitEthernet0/2 +1.3.6.1.2.1.31.1.1.1.1.536576|4|GigabitEthernet0/3 +1.3.6.1.2.1.31.1.1.1.1.589824|4|GigabitEthernet1/0 +1.3.6.1.2.1.31.1.1.1.1.268439552|4|Bvi1 +1.3.6.1.2.1.31.1.1.1.1.402657280|4|Virtual-Ethernet1 +1.3.6.1.2.1.31.1.1.1.1.1879048192|4|Null0 +1.3.6.1.2.1.31.1.1.1.1.1912602625|4|Loopback1 +1.3.6.1.2.1.31.1.1.1.2.524288|65|0 +1.3.6.1.2.1.31.1.1.1.2.528384|65|0 +1.3.6.1.2.1.31.1.1.1.2.532480|65|0 +1.3.6.1.2.1.31.1.1.1.2.536576|65|944950 +1.3.6.1.2.1.31.1.1.1.2.589824|65|0 +1.3.6.1.2.1.31.1.1.1.2.268439552|65|944950 +1.3.6.1.2.1.31.1.1.1.2.402657280|65|1230657 +1.3.6.1.2.1.31.1.1.1.2.1879048192|65|0 +1.3.6.1.2.1.31.1.1.1.2.1912602625|65|0 +1.3.6.1.2.1.31.1.1.1.3.524288|65|0 +1.3.6.1.2.1.31.1.1.1.3.528384|65|0 +1.3.6.1.2.1.31.1.1.1.3.532480|65|0 +1.3.6.1.2.1.31.1.1.1.3.536576|65|11352 +1.3.6.1.2.1.31.1.1.1.3.589824|65|0 +1.3.6.1.2.1.31.1.1.1.3.268439552|65|11352 +1.3.6.1.2.1.31.1.1.1.3.402657280|65|0 +1.3.6.1.2.1.31.1.1.1.3.1879048192|65|0 +1.3.6.1.2.1.31.1.1.1.3.1912602625|65|0 +1.3.6.1.2.1.31.1.1.1.4.524288|65|0 +1.3.6.1.2.1.31.1.1.1.4.528384|65|0 +1.3.6.1.2.1.31.1.1.1.4.532480|65|0 +1.3.6.1.2.1.31.1.1.1.4.536576|65|0 +1.3.6.1.2.1.31.1.1.1.4.589824|65|0 +1.3.6.1.2.1.31.1.1.1.4.268439552|65|0 +1.3.6.1.2.1.31.1.1.1.4.402657280|65|0 +1.3.6.1.2.1.31.1.1.1.4.1879048192|65|0 +1.3.6.1.2.1.31.1.1.1.4.1912602625|65|0 +1.3.6.1.2.1.31.1.1.1.5.524288|65|0 +1.3.6.1.2.1.31.1.1.1.5.528384|65|0 +1.3.6.1.2.1.31.1.1.1.5.532480|65|0 +1.3.6.1.2.1.31.1.1.1.5.536576|65|0 +1.3.6.1.2.1.31.1.1.1.5.589824|65|0 +1.3.6.1.2.1.31.1.1.1.5.268439552|65|0 +1.3.6.1.2.1.31.1.1.1.5.402657280|65|0 +1.3.6.1.2.1.31.1.1.1.5.1879048192|65|0 +1.3.6.1.2.1.31.1.1.1.5.1912602625|65|0 +1.3.6.1.2.1.31.1.1.1.6.524288|70|0 +1.3.6.1.2.1.31.1.1.1.6.528384|70|0 +1.3.6.1.2.1.31.1.1.1.6.532480|70|0 +1.3.6.1.2.1.31.1.1.1.6.536576|70|59633844 +1.3.6.1.2.1.31.1.1.1.6.589824|70|0 +1.3.6.1.2.1.31.1.1.1.6.268439552|70|57378120 +1.3.6.1.2.1.31.1.1.1.6.402657280|70|239845777 +1.3.6.1.2.1.31.1.1.1.6.1879048192|70|0 +1.3.6.1.2.1.31.1.1.1.6.1912602625|70|0 +1.3.6.1.2.1.31.1.1.1.7.524288|70|0 +1.3.6.1.2.1.31.1.1.1.7.528384|70|0 +1.3.6.1.2.1.31.1.1.1.7.532480|70|0 +1.3.6.1.2.1.31.1.1.1.7.536576|70|20147 +1.3.6.1.2.1.31.1.1.1.7.589824|70|0 +1.3.6.1.2.1.31.1.1.1.7.268439552|70|0 +1.3.6.1.2.1.31.1.1.1.7.402657280|70|0 +1.3.6.1.2.1.31.1.1.1.7.1879048192|70|0 +1.3.6.1.2.1.31.1.1.1.7.1912602625|70|0 +1.3.6.1.2.1.31.1.1.1.8.524288|70|0 +1.3.6.1.2.1.31.1.1.1.8.528384|70|0 +1.3.6.1.2.1.31.1.1.1.8.532480|70|0 +1.3.6.1.2.1.31.1.1.1.8.536576|70|944950 +1.3.6.1.2.1.31.1.1.1.8.589824|70|0 +1.3.6.1.2.1.31.1.1.1.8.268439552|70|944950 +1.3.6.1.2.1.31.1.1.1.8.402657280|70|1230657 +1.3.6.1.2.1.31.1.1.1.8.1879048192|70|0 +1.3.6.1.2.1.31.1.1.1.8.1912602625|70|0 +1.3.6.1.2.1.31.1.1.1.9.524288|70|0 +1.3.6.1.2.1.31.1.1.1.9.528384|70|0 +1.3.6.1.2.1.31.1.1.1.9.532480|70|0 +1.3.6.1.2.1.31.1.1.1.9.536576|70|11352 +1.3.6.1.2.1.31.1.1.1.9.589824|70|0 +1.3.6.1.2.1.31.1.1.1.9.268439552|70|11352 +1.3.6.1.2.1.31.1.1.1.9.402657280|70|0 +1.3.6.1.2.1.31.1.1.1.9.1879048192|70|0 +1.3.6.1.2.1.31.1.1.1.9.1912602625|70|0 +1.3.6.1.2.1.31.1.1.1.10.524288|70|0 +1.3.6.1.2.1.31.1.1.1.10.528384|70|0 +1.3.6.1.2.1.31.1.1.1.10.532480|70|0 +1.3.6.1.2.1.31.1.1.1.10.536576|70|0 +1.3.6.1.2.1.31.1.1.1.10.589824|70|0 +1.3.6.1.2.1.31.1.1.1.10.268439552|70|0 +1.3.6.1.2.1.31.1.1.1.10.402657280|70|288058031 +1.3.6.1.2.1.31.1.1.1.10.1879048192|70|0 +1.3.6.1.2.1.31.1.1.1.10.1912602625|70|0 +1.3.6.1.2.1.31.1.1.1.11.524288|70|0 +1.3.6.1.2.1.31.1.1.1.11.528384|70|0 +1.3.6.1.2.1.31.1.1.1.11.532480|70|0 +1.3.6.1.2.1.31.1.1.1.11.536576|70|0 +1.3.6.1.2.1.31.1.1.1.11.589824|70|0 +1.3.6.1.2.1.31.1.1.1.11.268439552|70|0 +1.3.6.1.2.1.31.1.1.1.11.402657280|70|1242381 +1.3.6.1.2.1.31.1.1.1.11.1879048192|70|0 +1.3.6.1.2.1.31.1.1.1.11.1912602625|70|0 +1.3.6.1.2.1.31.1.1.1.12.524288|70|0 +1.3.6.1.2.1.31.1.1.1.12.528384|70|0 +1.3.6.1.2.1.31.1.1.1.12.532480|70|0 +1.3.6.1.2.1.31.1.1.1.12.536576|70|0 +1.3.6.1.2.1.31.1.1.1.12.589824|70|0 +1.3.6.1.2.1.31.1.1.1.12.268439552|70|0 +1.3.6.1.2.1.31.1.1.1.12.402657280|70|0 +1.3.6.1.2.1.31.1.1.1.12.1879048192|70|0 +1.3.6.1.2.1.31.1.1.1.12.1912602625|70|0 +1.3.6.1.2.1.31.1.1.1.13.524288|70|0 +1.3.6.1.2.1.31.1.1.1.13.528384|70|0 +1.3.6.1.2.1.31.1.1.1.13.532480|70|0 +1.3.6.1.2.1.31.1.1.1.13.536576|70|0 +1.3.6.1.2.1.31.1.1.1.13.589824|70|0 +1.3.6.1.2.1.31.1.1.1.13.268439552|70|0 +1.3.6.1.2.1.31.1.1.1.13.402657280|70|0 +1.3.6.1.2.1.31.1.1.1.13.1879048192|70|0 +1.3.6.1.2.1.31.1.1.1.13.1912602625|70|0 +1.3.6.1.2.1.31.1.1.1.14.524288|2|1 +1.3.6.1.2.1.31.1.1.1.14.528384|2|1 +1.3.6.1.2.1.31.1.1.1.14.532480|2|1 +1.3.6.1.2.1.31.1.1.1.14.536576|2|1 +1.3.6.1.2.1.31.1.1.1.14.589824|2|1 +1.3.6.1.2.1.31.1.1.1.14.268439552|2|1 +1.3.6.1.2.1.31.1.1.1.14.402657280|2|1 +1.3.6.1.2.1.31.1.1.1.14.1879048192|2|1 +1.3.6.1.2.1.31.1.1.1.14.1912602625|2|1 +1.3.6.1.2.1.31.1.1.1.15.524288|66|0 +1.3.6.1.2.1.31.1.1.1.15.528384|66|0 +1.3.6.1.2.1.31.1.1.1.15.532480|66|0 +1.3.6.1.2.1.31.1.1.1.15.536576|66|1000 +1.3.6.1.2.1.31.1.1.1.15.589824|66|0 +1.3.6.1.2.1.31.1.1.1.15.268439552|66|1000 +1.3.6.1.2.1.31.1.1.1.15.402657280|66|50 +1.3.6.1.2.1.31.1.1.1.15.1879048192|66|0 +1.3.6.1.2.1.31.1.1.1.15.1912602625|66|0 +1.3.6.1.2.1.31.1.1.1.16.524288|2|1 +1.3.6.1.2.1.31.1.1.1.16.528384|2|1 +1.3.6.1.2.1.31.1.1.1.16.532480|2|1 +1.3.6.1.2.1.31.1.1.1.16.536576|2|1 +1.3.6.1.2.1.31.1.1.1.16.589824|2|2 +1.3.6.1.2.1.31.1.1.1.16.268439552|2|2 +1.3.6.1.2.1.31.1.1.1.16.402657280|2|2 +1.3.6.1.2.1.31.1.1.1.16.1879048192|2|2 +1.3.6.1.2.1.31.1.1.1.16.1912602625|2|2 +1.3.6.1.2.1.31.1.1.1.16.1912668160|2|2 +1.3.6.1.2.1.31.1.1.1.17.524288|2|2 +1.3.6.1.2.1.31.1.1.1.17.528384|2|2 +1.3.6.1.2.1.31.1.1.1.17.532480|2|2 +1.3.6.1.2.1.31.1.1.1.17.536576|2|2 +1.3.6.1.2.1.31.1.1.1.17.589824|2|2 +1.3.6.1.2.1.31.1.1.1.17.268439552|2|2 +1.3.6.1.2.1.31.1.1.1.17.402657280|2|2 +1.3.6.1.2.1.31.1.1.1.17.1879048192|2|2 +1.3.6.1.2.1.31.1.1.1.17.1912602625|2|2 +1.3.6.1.2.1.31.1.1.1.18.524288|4|ORCH=CLIENT --- LAN --- +1.3.6.1.2.1.31.1.1.1.18.528384|4|ORCH=CLIENT --- LAN --- +1.3.6.1.2.1.31.1.1.1.18.532480|4|ORCH=CLIENT --- LAN --- +1.3.6.1.2.1.31.1.1.1.18.536576|4|ORCH=CLIENT --- LAN --- +1.3.6.1.2.1.31.1.1.1.18.589824|4| +1.3.6.1.2.1.31.1.1.1.18.268439552|4| +1.3.6.1.2.1.31.1.1.1.18.402657280|4|ORCH=RESEAU Cellular option is actived +1.3.6.1.2.1.31.1.1.1.18.1879048192|4| +1.3.6.1.2.1.31.1.1.1.18.1912602625|4|--- Administration R-Adequa --- +1.3.6.1.2.1.31.1.1.1.19.524288|67|0 +1.3.6.1.2.1.31.1.1.1.19.528384|67|0 +1.3.6.1.2.1.31.1.1.1.19.532480|67|0 +1.3.6.1.2.1.31.1.1.1.19.536576|67|0 +1.3.6.1.2.1.31.1.1.1.19.589824|67|0 +1.3.6.1.2.1.31.1.1.1.19.268439552|67|0 +1.3.6.1.2.1.31.1.1.1.19.402657280|67|0 +1.3.6.1.2.1.31.1.1.1.19.1879048192|67|0 +1.3.6.1.2.1.31.1.1.1.19.1912602625|67|0 +1.3.6.1.2.1.47.1.1.1.1.2.1|4|MB520 AV2aF5PWnacxG +1.3.6.1.2.1.47.1.1.1.1.3.1|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.4.1|2|0 +1.3.6.1.2.1.47.1.1.1.1.5.1|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.1|2|-1 +1.3.6.1.2.1.47.1.1.1.1.7.1|4|MB520 AV2aF5PWnacxG +1.3.6.1.2.1.47.1.1.1.1.8.1|4|ne +1.3.6.1.2.1.47.1.1.1.1.9.1|4| +1.3.6.1.2.1.47.1.1.1.1.10.1|4| +1.3.6.1.2.1.47.1.1.1.1.11.1|4|S2116008555223620 +1.3.6.1.2.1.47.1.1.1.1.12.1|4| +1.3.6.1.2.1.47.1.1.1.1.13.1|4|LBB_154 +1.3.6.1.2.1.47.1.1.1.1.14.1|4| +1.3.6.1.2.1.47.1.1.1.1.15.1|4| +1.3.6.1.2.1.47.1.1.1.1.16.1|2|1 +1.3.6.1.4.1.13191.10.3.3.1.1.1.0|66|196382720 +1.3.6.1.4.1.13191.10.3.3.1.1.3.0|66|572370944 +1.3.6.1.4.1.13191.10.3.3.1.1.4.0|66|65 +1.3.6.1.4.1.13191.10.3.3.1.2.3.1.2.0|2|0 +1.3.6.1.4.1.13191.10.3.3.1.2.3.1.2.1|2|1 +1.3.6.1.4.1.13191.10.3.3.1.2.3.1.3.0|66|25 +1.3.6.1.4.1.13191.10.3.3.1.2.3.1.3.1|66|0 +1.3.6.1.4.1.13191.10.3.3.2.1.4.0|4|BCM63136 - ARMv7 Processor rev 1 (v7l) +1.3.6.1.4.1.13191.10.3.3.2.1.5.0|4|3.4.11-rt19 +1.3.6.1.4.1.13191.10.3.3.2.2.2.1.5.0|4|S2116008555223620 +1.3.6.1.4.1.13191.10.3.3.2.2.2.1.8.0|4|LBB_154 +1.3.6.1.4.1.13191.10.3.9.2.1.41.0|2|-64 +1.3.6.1.4.1.13191.10.3.9.2.1.43.0|2|-12 +1.3.6.1.4.1.13191.10.3.9.2.1.44.0|2|-96 +1.3.6.1.4.1.13191.10.3.9.2.1.45.0|2|10 +1.3.6.1.4.1.13191.10.3.9.2.1.46.0|4|4G +1.3.6.1.4.1.13191.10.3.9.2.1.71.0|4|14663945 +1.3.6.1.4.1.13191.10.3.9.2.1.73.0|4|20801 +1.3.6.1.6.3.10.2.1.3.0|2|1774611