From 8c69d7dac8cd8b8fffe6c7f59207ae25727388fb Mon Sep 17 00:00:00 2001 From: TheGreatDoc <32565115+TheGreatDoc@users.noreply.github.com> Date: Wed, 12 Jun 2019 05:16:10 +0200 Subject: [PATCH] Support for Fibernet XMUX4+ (#10331) * Support for Fibernet XMUX4+ * Update fibernet.svg remove length and width, add viewbox --- html/images/os/fibernet.svg | 1 + .../discovery/fibernet-xmux4-plus.yaml | 162 ++ includes/definitions/fibernet-xmux4-plus.yaml | 12 + mibs/fibernet/XMUX4-PLUS | 644 ++++++ tests/data/fibernet-xmux4-plus.json | 2003 +++++++++++++++++ tests/snmpsim/fibernet-xmux4-plus.snmprec | 796 +++++++ 6 files changed, 3618 insertions(+) create mode 100755 html/images/os/fibernet.svg create mode 100755 includes/definitions/discovery/fibernet-xmux4-plus.yaml create mode 100755 includes/definitions/fibernet-xmux4-plus.yaml create mode 100755 mibs/fibernet/XMUX4-PLUS create mode 100644 tests/data/fibernet-xmux4-plus.json create mode 100644 tests/snmpsim/fibernet-xmux4-plus.snmprec diff --git a/html/images/os/fibernet.svg b/html/images/os/fibernet.svg new file mode 100755 index 0000000000..23f28b7575 --- /dev/null +++ b/html/images/os/fibernet.svg @@ -0,0 +1 @@ + diff --git a/includes/definitions/discovery/fibernet-xmux4-plus.yaml b/includes/definitions/discovery/fibernet-xmux4-plus.yaml new file mode 100755 index 0000000000..90ae87470f --- /dev/null +++ b/includes/definitions/discovery/fibernet-xmux4-plus.yaml @@ -0,0 +1,162 @@ +mib: XMUX4-PLUS +modules: + sensors: + pre-cache: + data: + - oid: + - muxLeftPowerIdenti + - muxRightPowerIdenti + temperature: + data: + - + oid: muxFanTemp + num_oid: '.1.3.6.1.4.1.29003.2.44.1.1.9.1.4.{{ $index }}' + descr: 'Fan Temperature' + index: 'muxFanTemp.{{ $index }}' + low_limit: -5 + high_limit: 55 + low_warn_limit: 0 + warn_limit: 40 + - + oid: muxInteriorTemp + num_oid: '.1.3.6.1.4.1.29003.2.44.1.1.9.1.5.{{ $index }}' + descr: 'Internal Temperature' + index: 'muxInteriorTemp.{{ $index }}' + low_limit: -5 + high_limit: 55 + low_warn_limit: 0 + warn_limit: 40 + voltage: + data: + - + oid: muxVolt3v3 + num_oid: '.1.3.6.1.4.1.29003.2.44.1.1.9.1.6.{{ $index }}' + descr: 'Channel s 3,3 voltage' + index: 'muxVolt3v3.{{ $index }}' + - + oid: muxVolt2v5 + num_oid: '.1.3.6.1.4.1.29003.2.44.1.1.9.1.7.{{ $index }}' + descr: 'Channel s 2,5 voltage' + index: 'muxVolt2v5.{{ $index }}' + - + oid: muxVolt1v2 + num_oid: '.1.3.6.1.4.1.29003.2.44.1.1.9.1.8.{{ $index }}' + descr: 'Channel s 1,2 voltage' + index: 'muxVolt1v2.{{ $index }}' + state: + data: + - + oid: muxLeftPower + num_oid: '.1.3.6.1.4.1.29003.2.44.1.1.9.1.9.{{ $index }}' + descr: 'Left power - {{ $muxLeftPowerIdenti }}' + index: 'muxLeftPower.{{ $index }}' + state_name: muxLeftPower + states: + - { descr: PowerOn, graph: 0, value: 0, generic: 0 } + - { descr: PowerOff, graph: 0, value: 1, generic: 2 } + - { descr: Unknown, graph: 0, value: 8, generic: 3 } + - + oid: muxRightPower + value: muxRightPower + num_oid: '.1.3.6.1.4.1.29003.2.44.1.1.9.1.10.{{ $index }}' + descr: 'Right power - {{ $muxRightPowerIdenti }} ' + index: 'muxRightPower.{{ $index }}' + state_name: muxRightPower + states: + - { descr: PowerOn, graph: 0, value: 0, generic: 0 } + - { descr: PowerOff, graph: 0, value: 1, generic: 2 } + - { descr: Unknown, graph: 0, value: 8, generic: 3 } + - + oid: channelTable + value: channelPresent + num_oid: '.1.3.6.1.4.1.29003.2.44.1.2.1.3.{{ $index }}' + descr: 'Channel {{ $subindex1 }} present' + index: 'channelPresent.{{ $index }}' + group: 'Channel {{ $subindex1 }}' + state_name: channelPresent + states: + - { descr: Missing, graph: 0, value: 0, generic: 1 } + - { descr: Present, graph: 0, value: 1, generic: 0 } + - + oid: channelTable + value: channelLocalTx + num_oid: '.1.3.6.1.4.1.29003.2.44.1.2.1.4.{{ $index }}' + descr: 'Channel {{ $subindex1 }} Local TX' + index: 'channelLocalTx.{{ $index }}' + group: 'Channel {{ $subindex1 }}' + state_name: channelLocalTx + states: + - { descr: Off, graph: 0, value: 0, generic: 1 } + - { descr: On, graph: 0, value: 1, generic: 0 } + - { descr: Unknown, graph: 0, value: 8, generic: 3 } + - + oid: channelTable + value: channelLocalRx + num_oid: '.1.3.6.1.4.1.29003.2.44.1.2.1.5.{{ $index }}' + descr: 'Channel {{ $subindex1 }} Local RX' + index: 'channelLocalRx.{{ $index }}' + group: 'Channel {{ $subindex1 }}' + state_name: channelLocalRx + states: + - { descr: Off, graph: 0, value: 0, generic: 1 } + - { descr: On, graph: 0, value: 1, generic: 0 } + - { descr: Unknown, graph: 0, value: 8, generic: 3 } + - + oid: channelTable + value: channelRemoteTx + num_oid: '.1.3.6.1.4.1.29003.2.44.1.2.1.6.{{ $index }}' + descr: 'Channel {{ $subindex1 }} Remote TX' + index: 'channelRemoteTx.{{ $index }}' + group: 'Channel {{ $subindex1 }}' + state_name: channelRemoteTx + states: + - { descr: Off, graph: 0, value: 0, generic: 1 } + - { descr: On, graph: 0, value: 1, generic: 0 } + - { descr: Unknown, graph: 0, value: 8, generic: 3 } + - + oid: channelTable + value: channelRemoteRx + num_oid: '.1.3.6.1.4.1.29003.2.44.1.2.1.7.{{ $index }}' + descr: 'Channel {{ $subindex1 }} Remote RX' + index: 'channelRemoteRx.{{ $index }}' + group: 'Channel {{ $subindex1 }}' + state_name: channelRemoteRx + states: + - { descr: Off, graph: 0, value: 0, generic: 1 } + - { descr: On, graph: 0, value: 1, generic: 0 } + - { descr: Unknown, graph: 0, value: 8, generic: 3 } + - + oid: channelTable + value: channelLocalSfpPresent + num_oid: '.1.3.6.1.4.1.29003.2.44.1.2.1.8.{{ $index }}' + descr: 'Channel {{ $subindex1 }} Local SFP present' + index: 'channelLocalSfpPresent.{{ $index }}' + group: 'Channel {{ $subindex1 }}' + state_name: channelLocalSfpPresent + states: + - { descr: Missing, graph: 0, value: 0, generic: 1 } + - { descr: Present, graph: 0, value: 1, generic: 0 } + - + oid: channelTable + value: channelRemoteXfpPresent + num_oid: '.1.3.6.1.4.1.29003.2.44.1.2.1.9.{{ $index }}' + descr: 'Channel {{ $subindex1 }} Remote XFP present' + index: 'channelRemoteXfpPresent.{{ $index }}' + group: 'Channel {{ $subindex1 }}' + state_name: channelRemoteXfpPresent + states: + - { descr: Missing, graph: 0, value: 0, generic: 1 } + - { descr: Present, graph: 0, value: 1, generic: 0 } + - + oid: channelTable + value: channelLocalByPass + num_oid: '.1.3.6.1.4.1.29003.2.44.1.2.1.11.{{ $index }}' + descr: 'Channel {{ $subindex1 }} Local bypass' + index: 'channelLocalByPass.{{ $index }}' + group: 'Channel {{ $subindex1 }}' + state_name: channelRemoteRx + states: + - { descr: Off, graph: 0, value: 0, generic: 1 } + - { descr: On, graph: 0, value: 1, generic: 0 } + - { descr: Unknown, graph: 0, value: 8, generic: 3 } + diff --git a/includes/definitions/fibernet-xmux4-plus.yaml b/includes/definitions/fibernet-xmux4-plus.yaml new file mode 100755 index 0000000000..2beb8018d5 --- /dev/null +++ b/includes/definitions/fibernet-xmux4-plus.yaml @@ -0,0 +1,12 @@ +os: fibernet-xmux4-plus +text: 'Fibernet XMUX 4+' +type: network +icon: fibernet +discovery: + - sysObjectID: + - .1.3.6.1.4.1.29003.2.44.1 +over: + - { graph: device_bits, text: 'Device Traffic' } + - { graph: device_mempool, text: 'Memory Usage' } +mib_dir: + - fibernet diff --git a/mibs/fibernet/XMUX4-PLUS b/mibs/fibernet/XMUX4-PLUS new file mode 100755 index 0000000000..c9d49841ae --- /dev/null +++ b/mibs/fibernet/XMUX4-PLUS @@ -0,0 +1,644 @@ +-- +-- Snmp V2 SIM expanded // ampliado +-- +-- Private MIB Fibernet XMUX4+ // MIB privado para el XMUX4+ de Fibernet +-- +-- +-- Author // Autor : PPB 28/05/2009 +-- +-- PPB 12/04/2010 Rev. warning +-- +-- PPB 16/06/2011 Parte de la MIB CMUX4PLUS +-- +-- Versión 01.05 Compatibility Hp OPenview. +-- + + +XMUX4-PLUS DEFINITIONS ::= BEGIN + + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, + NOTIFICATION-TYPE, Integer32 FROM SNMPv2-SMI + enterprises FROM RFC1155-SMI + DisplayString FROM RFC1213-MIB; + + fibernet MODULE-IDENTITY + LAST-UPDATED "200804241820Z" + ORGANIZATION "Fibernet S.L." + CONTACT-INFO "Fibernet S.L. + Parque Tecnológico de Madrid. + C/ Isaac Newton, número 10. + D.P. 28760 Tres Cantos (Madrid) + Tel: +34 91 807 65 65 + Fax: +34 91 807 65 21 + E-mail: fibernet@fibernet.es + http://www.fibernet.es" + DESCRIPTION + "The Structure of Management Information for the Fibernet enterprise" + REVISION "200804241820Z" + DESCRIPTION + "The initial version of the MIB module." + ::= { enterprises 29003 } + + + + fbntransport OBJECT IDENTIFIER ::= { fibernet 2 } + fbnXMux4Plus OBJECT IDENTIFIER ::= { fbntransport 44 } + mux4Plus OBJECT IDENTIFIER ::= { fbnXMux4Plus 1 } + + + -- XMUX4+ Information / Datos del xmux4 + + dmux4 OBJECT IDENTIFIER ::= { mux4Plus 1 } + + + identityMux4 OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..255)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Identification main XMUX : Serial number, product code, configuration extended , hardware and software version // + Identificacion del XMUX principal : Numero de serie , codigo de producto, extension de configuracion,version hardware y version software" + ::= { dmux4 1 } + + numbermux OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of xmuxs // Número de xmux gestionados" + ::= { dmux4 2 } + + numberChannel OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of channels // Número de canales totales gestionados" + ::= { dmux4 3 } + + strTrapsMux4 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Traps information attached // Información anexa traps" + ::= { dmux4 4 } + + trapmuxIndex OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "XMux which cause the trap // XMux que genera el Trap " + ::= { dmux4 5 } + + trapchannelIndex OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel which cause the trap // Canal que genera el Trap " + ::= { dmux4 6 } + + trapValue OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "(On) (Off)" + ::= { dmux4 7 } + + strDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Administrative description // Descripción administrativa " + ::= { dmux4 8 } + + -- XMUX's information // Datos de cada XMUX + + muxTable OBJECT-TYPE + SYNTAX SEQUENCE OF muxEntry + ACCESS not-accessible + STATUS current + DESCRIPTION + "XMUX information general array // Tabla con la informacion general de los XMUX" + ::= { dmux4 9 } + + muxEntry OBJECT-TYPE + SYNTAX muxEntry + ACCESS not-accessible + STATUS current + DESCRIPTION + "XMUX information // Informacion de un solo xmux" + INDEX { muxTableIndex } + ::= { muxTable 1 } + + muxEntry ::= SEQUENCE { + muxTableIndex Integer32, + muxIdentity DisplayString, + muxAlarmStatus INTEGER, + muxFanTemp DisplayString, + muxInteriorTemp DisplayString, + muxVolt3v3 DisplayString, + muxVolt2v5 DisplayString, + muxVolt1v2 DisplayString, + muxLeftPower INTEGER, + muxRightPower INTEGER, + muxLeftPowerIdenti DisplayString, + muxRightPowerIdenti DisplayString, + muxOpticalSN Integer32, + muxOpticalPN DisplayString + } + + muxTableIndex OBJECT-TYPE + SYNTAX Integer32 + ACCESS read-only + STATUS current + DESCRIPTION + "XMUX order // Número de xmux" + ::= { muxEntry 1 } + + muxIdentity OBJECT-TYPE + SYNTAX DisplayString + ACCESS read-only + STATUS current + DESCRIPTION + "Identification main XMUX : Serial number, product code, configuration extended , hardware and software version // + Identificacion del XMUX principal : Numero de serie , codigo de producto, extension de configuracion,version hardware y version software" + ::= { muxEntry 2 } + + muxAlarmStatus OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel alarm // Indica si esta encendido (On) o no (Off) el led ALARMA de un canal" + ::= { muxEntry 3 } + + muxFanTemp OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel's fan temperature // Indica la temperatura del canal" + ::= { muxEntry 4 } + + muxInteriorTemp OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel's interior temperature // Indica la temperatura del canal" + ::= { muxEntry 5 } + + muxVolt3v3 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel's 3,3 voltage // Indica el voltaje del 3,3 del canal" + ::= { muxEntry 6 } + + muxVolt2v5 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel's 2,5 voltage // Indica el voltaje del 2,5 del canal" + ::= { muxEntry 7 } + + muxVolt1v2 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel's 1,2 voltage // Indica el voltaje del 1,2 del canal" + ::= { muxEntry 8 } + + muxLeftPower OBJECT-TYPE + SYNTAX INTEGER { powerOn(1), powerOff(0), unknown(8) } + ACCESS read-only + STATUS current + DESCRIPTION + "Power supply status on the left // Estado de la alimentación interna izquierda" + ::= { muxEntry 9 } + + muxRightPower OBJECT-TYPE + SYNTAX INTEGER { powerOn(1), powerOff(0), unknown(8) } + ACCESS read-only + STATUS current + DESCRIPTION + "Power supply status on the right // Estado de la alimentación externa derecha" + ::= { muxEntry 10 } + + muxLeftPowerIdenti OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Power supply identification on the left // tipo de la alimentación interna izquierda" + ::= { muxEntry 11 } + + muxRightPowerIdenti OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Power supply identification on the right // tipo de la alimentación interna derecha" + ::= { muxEntry 12 } + + muxOpticalSN OBJECT-TYPE + SYNTAX Integer32 + ACCESS read-only + STATUS current + DESCRIPTION + "Optical serial number // Numero de serie de la optica" + ::= { muxEntry 13 } + + muxOpticalPN OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Optical part number // Numero de serie de la optica" + ::= { muxEntry 14 } + + + -- Channels information // Datos de cada canal + + channelTable OBJECT-TYPE + SYNTAX SEQUENCE OF ChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Channels information array // Tabla con la informacion de los canales" + ::= { mux4Plus 2 } + + channelEntry OBJECT-TYPE + SYNTAX ChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Channel information // Informacion de un solo canal" + INDEX { channelmuxIndex , channelchannelIndex } + ::= { channelTable 1 } + + ChannelEntry ::= SEQUENCE { + channelmuxIndex Integer32, + channelchannelIndex Integer32, + channelPresent INTEGER, + channelLocalTx INTEGER, + channelLocalRx INTEGER, + channelRemoteTx INTEGER, + channelRemoteRx INTEGER, + channelLocalSfpPresent INTEGER, + channelRemoteXfpPresent INTEGER, + channelBitRate DisplayString, + channelLocalByPass INTEGER, + channelRemoteByPass INTEGER, + channelSDHCompatibility INTEGER, + channelOfc INTEGER, + channelSir INTEGER, + channelMTwin INTEGER, + channelSecondary INTEGER, + channelActive INTEGER, + channelBackup INTEGER, + channelLoop INTEGER, + channelBer INTEGER, + channelLocalSfpType DisplayString, + channelLocalSfpConector DisplayString, + channelLocalSfpCompatibility DisplayString, + channelLocalSfpBitRate DisplayString, + channelLocalSfpWaveLength DisplayString, + channelRemoteXfpType DisplayString, + channelRemoteXfpConector DisplayString, + channelRemoteXfpCompatibility DisplayString, + channelRemoteXfpBitRate DisplayString, + channelRemoteXfpWaveLength DisplayString, + channelDescription DisplayString, + channelManagement INTEGER + } + + channelmuxIndex OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " XMUX number // Número de orden XMUX" + ::= { channelEntry 1 } + + + channelchannelIndex OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel order in XMUX // Número de canal dentro del XMUX" + ::= { channelEntry 2 } + + channelPresent OBJECT-TYPE + SYNTAX INTEGER { present(1), missing(0) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel is (Present) or (Missing) // Indica si el canal esta (Presente) o (Ausente)" + ::= { channelEntry 3 } + + channelLocalTx OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Local transmision (On) or (Off) // Indica si el canal tiene transmisión local (On) o no (Off)" + ::= { channelEntry 4 } + + channelLocalRx OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Local reception (On) or (Off) // Indica si el canal tiene recepcion local (On) o no (Off)" + ::= { channelEntry 5 } + + channelRemoteTx OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Remote transmision (On) or (Off) //Indica si el canal tiene transmisión remota (On) o no (Off)" + ::= { channelEntry 6 } + + channelRemoteRx OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Remote reception (On) or (Off) //Indica si el canal tiene recepcion remota (On) o no (Off)" + ::= { channelEntry 7 } + + channelLocalSfpPresent OBJECT-TYPE + SYNTAX INTEGER { present(1), missing(0) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Local SFP is (Present) or (Missing) // Indica si el SFP local esta (Presente) o (Ausente)" + ::= { channelEntry 8 } + + channelRemoteXfpPresent OBJECT-TYPE + SYNTAX INTEGER { present(1), missing(0) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Remote SFP is (Present) or (Missing) // Indica si el SFP remoto esta (Presente) o (Ausente)" + ::= { channelEntry 9 } + + channelBitRate OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel bitRate // Velocidad del Canal " + ::= { channelEntry 10 } + + channelLocalByPass OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Off clock to local loop // Off clock hacia bucle local" + ::= { channelEntry 11 } + + channelRemoteByPass OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Off clock to remote loop // Off clock hacia bucle remoto" + ::= { channelEntry 12 } + + channelSDHCompatibility OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SDH compatibility active // Compatibilidad SDH activa " + ::= { channelEntry 13 } + + channelOfc OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " OFC active // Pulsos OFC activos " + ::= { channelEntry 14 } + + channelSir OBJECT-TYPE + SYNTAX INTEGER { on(1), off(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " SIR // active SIR activo " + ::= { channelEntry 15 } + + channelMTwin OBJECT-TYPE + SYNTAX INTEGER { yes(1), no(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Mode TWIN active // En modo TWIN " + ::= { channelEntry 16 } + + channelSecondary OBJECT-TYPE + SYNTAX INTEGER { yes(1), no(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Secundaria de la pareja TWIN " + ::= { channelEntry 17 } + + channelActive OBJECT-TYPE + SYNTAX INTEGER { active(1), inactive(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Channel status active or not active // Estado del canal. Activo ó Inactivo" + ::= { channelEntry 18 } + + channelBackup OBJECT-TYPE + SYNTAX INTEGER { yes(1), no(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel in backup // Canal en Backup." + ::= { channelEntry 19 } + + channelLoop OBJECT-TYPE + SYNTAX INTEGER {yes(1), no(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel in Loop // Canal en bucle." + ::= { channelEntry 20 } + + channelBer OBJECT-TYPE + SYNTAX INTEGER { yes(1), no(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel in BER // Canal pasando BER " + ::= { channelEntry 21 } + + channelLocalSfpType OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Kind of transceiver // Tipo de transceiver" + ::= { channelEntry 22 } + + channelLocalSfpConector OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Kind of the conector // Tipo de conector" + ::= { channelEntry 23 } + + channelLocalSfpCompatibility OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Compatibility transceiver // Compatibilidad del transceiver" + ::= { channelEntry 24 } + + channelLocalSfpBitRate OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transceiver BitRate // Velocidad del transceiver" + ::= { channelEntry 25 } + + channelLocalSfpWaveLength OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transceiver WaveLength // Lambda del transceiver" + ::= { channelEntry 26 } + + channelRemoteXfpType OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Kind of transceiver // Tipo de transceiver" + ::= { channelEntry 27 } + + channelRemoteXfpConector OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Kind of the conector // Tipo de conector" + ::= { channelEntry 28 } + + channelRemoteXfpCompatibility OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Compatibility transceiver // Compatibilidad del transceiver" + ::= { channelEntry 29 } + + channelRemoteXfpBitRate OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transceiver BitRate // Velocidad del transceiver" + ::= { channelEntry 30 } + + channelRemoteXfpWaveLength OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transceiver WaveLength // Lambda del transceiver" + ::= { channelEntry 31 } + + channelDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel description // Descripcion del canal" + ::= { channelEntry 32 } + + channelManagement OBJECT-TYPE + SYNTAX INTEGER { yes(1), no(0), unknown(8) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel in/out management // Canal en/fuera de gestión" + ::= { channelEntry 33 } + + -- Traps + + mux4PlusTraps OBJECT IDENTIFIER ::= { mux4Plus 8 } + + channelLocalRxChange NOTIFICATION-TYPE + OBJECTS { trapmuxIndex, trapchannelIndex, trapValue, strTrapsMux4 , strDescription } + STATUS current + DESCRIPTION + " It was caused by a change in local reception // Se genera al producirse un cambio en la recepcion local de un canal" + ::= { mux4PlusTraps 1 } + + channelRemoteRxChange NOTIFICATION-TYPE + OBJECTS { trapmuxIndex, trapchannelIndex, trapValue, strTrapsMux4 , strDescription } + STATUS current + DESCRIPTION + "It was caused by a change in remote reception // Se genera al producirse un cambio en la recepcion remota de un canal" + ::= { mux4PlusTraps 2 } + + alarmaStatusChange NOTIFICATION-TYPE + OBJECTS { trapmuxIndex, trapchannelIndex, trapValue, strTrapsMux4 , strDescription } + STATUS current + DESCRIPTION + "It was caused by a change in ALARMA led // Se genera al producirse un cambio en el led ALARMA de un canal" + ::= { mux4PlusTraps 3 } + + channelActivoChange NOTIFICATION-TYPE + OBJECTS { trapmuxIndex, trapchannelIndex, trapValue, strTrapsMux4 , strDescription } + STATUS current + DESCRIPTION + "It was caused by a change in active status // Se genera al producirse un cambio en el estado Activo de un canal" + ::= { mux4PlusTraps 4 } + + powerLeftChange NOTIFICATION-TYPE + OBJECTS { trapmuxIndex, trapchannelIndex, trapValue, strTrapsMux4 , strDescription } + STATUS current + DESCRIPTION + "It was caused by a change in power supply on the left // Se genera al producirse un cambio en la fuente izquierda del equipo" + ::= { mux4PlusTraps 5 } + + powerRightChange NOTIFICATION-TYPE + OBJECTS { trapmuxIndex, trapchannelIndex, trapValue, strTrapsMux4 , strDescription } + STATUS current + DESCRIPTION + "It was caused by a change in power supply on the right // Se genera al producirse un cambio en la fuente derecha del equipo" + ::= { mux4PlusTraps 6 } + + configChange NOTIFICATION-TYPE + OBJECTS { trapmuxIndex, trapchannelIndex, trapValue, strTrapsMux4 , strDescription } + STATUS current + DESCRIPTION + "It was caused by a change device's config // Se genera al producirse un cambio en la configuración del equipo" + ::= { mux4PlusTraps 7 } + +END diff --git a/tests/data/fibernet-xmux4-plus.json b/tests/data/fibernet-xmux4-plus.json new file mode 100644 index 0000000000..6bdcdfb59a --- /dev/null +++ b/tests/data/fibernet-xmux4-plus.json @@ -0,0 +1,2003 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "xmux torrevieja", + "sysObjectID": ".1.3.6.1.4.1.29003.2.44.1", + "sysDescr": "Xmux Torrevieja", + "sysContact": null, + "version": null, + "hardware": null, + "features": null, + "os": "fibernet-xmux4-plus", + "type": "network", + "serial": null, + "icon": "fibernet.svg", + "location": null + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "xmux torrevieja", + "sysObjectID": ".1.3.6.1.4.1.29003.2.44.1", + "sysDescr": "Xmux Torrevieja", + "sysContact": "contact", + "version": null, + "hardware": null, + "features": null, + "os": "fibernet-xmux4-plus", + "type": "network", + "serial": null, + "icon": "fibernet.svg", + "location": "Torrevieja" + } + ] + } + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "MCF Fast Ethernet Controller", + "ifName": "MCF Fast Ethernet Controller", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "MCF Fast Ethernet Controller", + "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": "Software Loopback", + "ifName": "Software Loopback", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "Software Loopback", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "HDLC", + "ifName": "HDLC", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ppp", + "ifAlias": "HDLC", + "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": "HDLC", + "ifName": "HDLC", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ppp", + "ifAlias": "HDLC", + "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": "MCF Fast Ethernet Controller", + "ifName": "MCF Fast Ethernet Controller", + "portName": null, + "ifIndex": 1, + "ifSpeed": 0, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "0", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "MCF Fast Ethernet Controller", + "ifPhysAddress": "303a38303a61", + "ifHardType": null, + "ifLastChange": 8, + "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": 4734, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 5300, + "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": 1527904, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1746849, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 17826, + "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": "Software Loopback", + "ifName": "Software Loopback", + "portName": null, + "ifIndex": 2, + "ifSpeed": 0, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "0", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "softwareLoopback", + "ifAlias": "Software Loopback", + "ifPhysAddress": "303a303a303a", + "ifHardType": null, + "ifLastChange": 8, + "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": "HDLC", + "ifName": "HDLC", + "portName": null, + "ifIndex": 3, + "ifSpeed": 0, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "0", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ppp", + "ifAlias": "HDLC", + "ifPhysAddress": "303a303a303a", + "ifHardType": null, + "ifLastChange": 8, + "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": "HDLC", + "ifName": "HDLC", + "portName": null, + "ifIndex": 4, + "ifSpeed": 0, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "0", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ppp", + "ifAlias": "HDLC", + "ifPhysAddress": "303a303a303a", + "ifHardType": null, + "ifLastChange": 8, + "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 + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.5.1.1", + "sensor_index": "channelLocalRx.1.1", + "sensor_type": "channelLocalRx", + "sensor_descr": "Channel 1 Local RX", + "group": "Channel 1", + "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": "channelLocalRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.5.1.2", + "sensor_index": "channelLocalRx.1.2", + "sensor_type": "channelLocalRx", + "sensor_descr": "Channel 2 Local RX", + "group": "Channel 2", + "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": "channelLocalRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.5.1.3", + "sensor_index": "channelLocalRx.1.3", + "sensor_type": "channelLocalRx", + "sensor_descr": "Channel 3 Local RX", + "group": "Channel 3", + "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": "channelLocalRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.5.1.4", + "sensor_index": "channelLocalRx.1.4", + "sensor_type": "channelLocalRx", + "sensor_descr": "Channel 4 Local RX", + "group": "Channel 4", + "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": "channelLocalRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.8.1.1", + "sensor_index": "channelLocalSfpPresent.1.1", + "sensor_type": "channelLocalSfpPresent", + "sensor_descr": "Channel 1 Local SFP present", + "group": "Channel 1", + "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": "channelLocalSfpPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.8.1.2", + "sensor_index": "channelLocalSfpPresent.1.2", + "sensor_type": "channelLocalSfpPresent", + "sensor_descr": "Channel 2 Local SFP present", + "group": "Channel 2", + "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": "channelLocalSfpPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.8.1.3", + "sensor_index": "channelLocalSfpPresent.1.3", + "sensor_type": "channelLocalSfpPresent", + "sensor_descr": "Channel 3 Local SFP present", + "group": "Channel 3", + "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": "channelLocalSfpPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.8.1.4", + "sensor_index": "channelLocalSfpPresent.1.4", + "sensor_type": "channelLocalSfpPresent", + "sensor_descr": "Channel 4 Local SFP present", + "group": "Channel 4", + "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": "channelLocalSfpPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.4.1.1", + "sensor_index": "channelLocalTx.1.1", + "sensor_type": "channelLocalTx", + "sensor_descr": "Channel 1 Local TX", + "group": "Channel 1", + "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": "channelLocalTx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.4.1.2", + "sensor_index": "channelLocalTx.1.2", + "sensor_type": "channelLocalTx", + "sensor_descr": "Channel 2 Local TX", + "group": "Channel 2", + "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": "channelLocalTx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.4.1.3", + "sensor_index": "channelLocalTx.1.3", + "sensor_type": "channelLocalTx", + "sensor_descr": "Channel 3 Local TX", + "group": "Channel 3", + "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": "channelLocalTx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.4.1.4", + "sensor_index": "channelLocalTx.1.4", + "sensor_type": "channelLocalTx", + "sensor_descr": "Channel 4 Local TX", + "group": "Channel 4", + "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": "channelLocalTx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.3.1.1", + "sensor_index": "channelPresent.1.1", + "sensor_type": "channelPresent", + "sensor_descr": "Channel 1 present", + "group": "Channel 1", + "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": "channelPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.3.1.2", + "sensor_index": "channelPresent.1.2", + "sensor_type": "channelPresent", + "sensor_descr": "Channel 2 present", + "group": "Channel 2", + "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": "channelPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.3.1.3", + "sensor_index": "channelPresent.1.3", + "sensor_type": "channelPresent", + "sensor_descr": "Channel 3 present", + "group": "Channel 3", + "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": "channelPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.3.1.4", + "sensor_index": "channelPresent.1.4", + "sensor_type": "channelPresent", + "sensor_descr": "Channel 4 present", + "group": "Channel 4", + "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": "channelPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.11.1.1", + "sensor_index": "channelLocalByPass.1.1", + "sensor_type": "channelRemoteRx", + "sensor_descr": "Channel 1 Local bypass", + "group": "Channel 1", + "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": "channelRemoteRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.11.1.2", + "sensor_index": "channelLocalByPass.1.2", + "sensor_type": "channelRemoteRx", + "sensor_descr": "Channel 2 Local bypass", + "group": "Channel 2", + "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": "channelRemoteRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.11.1.3", + "sensor_index": "channelLocalByPass.1.3", + "sensor_type": "channelRemoteRx", + "sensor_descr": "Channel 3 Local bypass", + "group": "Channel 3", + "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": "channelRemoteRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.11.1.4", + "sensor_index": "channelLocalByPass.1.4", + "sensor_type": "channelRemoteRx", + "sensor_descr": "Channel 4 Local bypass", + "group": "Channel 4", + "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": "channelRemoteRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.7.1.1", + "sensor_index": "channelRemoteRx.1.1", + "sensor_type": "channelRemoteRx", + "sensor_descr": "Channel 1 Remote RX", + "group": "Channel 1", + "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": "channelRemoteRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.7.1.2", + "sensor_index": "channelRemoteRx.1.2", + "sensor_type": "channelRemoteRx", + "sensor_descr": "Channel 2 Remote RX", + "group": "Channel 2", + "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": "channelRemoteRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.7.1.3", + "sensor_index": "channelRemoteRx.1.3", + "sensor_type": "channelRemoteRx", + "sensor_descr": "Channel 3 Remote RX", + "group": "Channel 3", + "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": "channelRemoteRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.7.1.4", + "sensor_index": "channelRemoteRx.1.4", + "sensor_type": "channelRemoteRx", + "sensor_descr": "Channel 4 Remote RX", + "group": "Channel 4", + "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": "channelRemoteRx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.6.1.1", + "sensor_index": "channelRemoteTx.1.1", + "sensor_type": "channelRemoteTx", + "sensor_descr": "Channel 1 Remote TX", + "group": "Channel 1", + "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": "channelRemoteTx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.6.1.2", + "sensor_index": "channelRemoteTx.1.2", + "sensor_type": "channelRemoteTx", + "sensor_descr": "Channel 2 Remote TX", + "group": "Channel 2", + "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": "channelRemoteTx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.6.1.3", + "sensor_index": "channelRemoteTx.1.3", + "sensor_type": "channelRemoteTx", + "sensor_descr": "Channel 3 Remote TX", + "group": "Channel 3", + "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": "channelRemoteTx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.6.1.4", + "sensor_index": "channelRemoteTx.1.4", + "sensor_type": "channelRemoteTx", + "sensor_descr": "Channel 4 Remote TX", + "group": "Channel 4", + "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": "channelRemoteTx" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.9.1.1", + "sensor_index": "channelRemoteXfpPresent.1.1", + "sensor_type": "channelRemoteXfpPresent", + "sensor_descr": "Channel 1 Remote XFP present", + "group": "Channel 1", + "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": "channelRemoteXfpPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.9.1.2", + "sensor_index": "channelRemoteXfpPresent.1.2", + "sensor_type": "channelRemoteXfpPresent", + "sensor_descr": "Channel 2 Remote XFP present", + "group": "Channel 2", + "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": "channelRemoteXfpPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.9.1.3", + "sensor_index": "channelRemoteXfpPresent.1.3", + "sensor_type": "channelRemoteXfpPresent", + "sensor_descr": "Channel 3 Remote XFP present", + "group": "Channel 3", + "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": "channelRemoteXfpPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.2.1.9.1.4", + "sensor_index": "channelRemoteXfpPresent.1.4", + "sensor_type": "channelRemoteXfpPresent", + "sensor_descr": "Channel 4 Remote XFP present", + "group": "Channel 4", + "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": "channelRemoteXfpPresent" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.1.9.1.9.1", + "sensor_index": "muxLeftPower.1", + "sensor_type": "muxLeftPower", + "sensor_descr": "Left power - 220V", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "muxLeftPower" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.1.9.1.10.1", + "sensor_index": "muxRightPower.1", + "sensor_type": "muxRightPower", + "sensor_descr": "Right power - 220V ", + "group": "", + "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": "muxRightPower" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.1.9.1.4.1", + "sensor_index": "muxFanTemp.1", + "sensor_type": "fibernet-xmux4-plus", + "sensor_descr": "Fan Temperature", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 26, + "sensor_limit": 55, + "sensor_limit_warn": 40, + "sensor_limit_low": -5, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.1.9.1.5.1", + "sensor_index": "muxInteriorTemp.1", + "sensor_type": "fibernet-xmux4-plus", + "sensor_descr": "Internal Temperature", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 31.079999999999998, + "sensor_limit": 55, + "sensor_limit_warn": 40, + "sensor_limit_low": -5, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.1.9.1.8.1", + "sensor_index": "muxVolt1v2.1", + "sensor_type": "fibernet-xmux4-plus", + "sensor_descr": "Channel s 1,2 voltage", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1.1299999999999999, + "sensor_limit": 1.2995000000000001, + "sensor_limit_warn": null, + "sensor_limit_low": 0.96050000000000002, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.1.9.1.7.1", + "sensor_index": "muxVolt2v5.1", + "sensor_type": "fibernet-xmux4-plus", + "sensor_descr": "Channel s 2,5 voltage", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2.3199999999999998, + "sensor_limit": 2.6680000000000001, + "sensor_limit_warn": null, + "sensor_limit_low": 1.972, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.29003.2.44.1.1.9.1.6.1", + "sensor_index": "muxVolt3v3.1", + "sensor_type": "fibernet-xmux4-plus", + "sensor_descr": "Channel s 3,3 voltage", + "group": "", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": 3.4500000000000002, + "sensor_limit_warn": null, + "sensor_limit_low": 2.5499999999999998, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "channelLocalRx", + "state_descr": "Off", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 1 + }, + { + "state_name": "channelLocalRx", + "state_descr": "On", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "channelLocalRx", + "state_descr": "Unknown", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 3 + }, + { + "state_name": "channelLocalSfpPresent", + "state_descr": "Missing", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 1 + }, + { + "state_name": "channelLocalSfpPresent", + "state_descr": "Present", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "channelLocalTx", + "state_descr": "Off", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 1 + }, + { + "state_name": "channelLocalTx", + "state_descr": "On", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "channelLocalTx", + "state_descr": "Unknown", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 3 + }, + { + "state_name": "channelPresent", + "state_descr": "Missing", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 1 + }, + { + "state_name": "channelPresent", + "state_descr": "Present", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "channelRemoteRx", + "state_descr": "Off", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 1 + }, + { + "state_name": "channelRemoteRx", + "state_descr": "On", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "channelRemoteRx", + "state_descr": "Unknown", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 3 + }, + { + "state_name": "channelRemoteTx", + "state_descr": "Off", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 1 + }, + { + "state_name": "channelRemoteTx", + "state_descr": "On", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "channelRemoteTx", + "state_descr": "Unknown", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 3 + }, + { + "state_name": "channelRemoteXfpPresent", + "state_descr": "Missing", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 1 + }, + { + "state_name": "channelRemoteXfpPresent", + "state_descr": "Present", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "muxLeftPower", + "state_descr": "PowerOn", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "muxLeftPower", + "state_descr": "PowerOff", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 2 + }, + { + "state_name": "muxLeftPower", + "state_descr": "Unknown", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 3 + }, + { + "state_name": "muxRightPower", + "state_descr": "PowerOn", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "muxRightPower", + "state_descr": "PowerOff", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 2 + }, + { + "state_name": "muxRightPower", + "state_descr": "Unknown", + "state_draw_graph": 0, + "state_value": 8, + "state_generic_value": 3 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/fibernet-xmux4-plus.snmprec b/tests/snmpsim/fibernet-xmux4-plus.snmprec new file mode 100644 index 0000000000..bc2932b868 --- /dev/null +++ b/tests/snmpsim/fibernet-xmux4-plus.snmprec @@ -0,0 +1,796 @@ +1.3.6.1.2.1.1.1.0|4|Xmux Torrevieja +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.29003.2.44.1 +1.3.6.1.2.1.1.3.0|67|8659703 +1.3.6.1.2.1.1.4.0|4|contact +1.3.6.1.2.1.1.5.0|4|Xmux Torrevieja +1.3.6.1.2.1.1.6.0|4|Torrevieja +1.3.6.1.2.1.1.7.0|2|79 +1.3.6.1.2.1.2.1.0|2|4 +1.3.6.1.2.1.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.2|2|2 +1.3.6.1.2.1.2.2.1.1.3|2|3 +1.3.6.1.2.1.2.2.1.1.4|2|4 +1.3.6.1.2.1.2.2.1.2.1|4|MCF Fast Ethernet Controller +1.3.6.1.2.1.2.2.1.2.2|4|Software Loopback +1.3.6.1.2.1.2.2.1.2.3|4|HDLC +1.3.6.1.2.1.2.2.1.2.4|4|HDLC +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.2|2|24 +1.3.6.1.2.1.2.2.1.3.3|2|23 +1.3.6.1.2.1.2.2.1.3.4|2|23 +1.3.6.1.2.1.2.2.1.4.1|2|1500 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.4.3|2|1500 +1.3.6.1.2.1.2.2.1.4.4|2|1500 +1.3.6.1.2.1.2.2.1.5.1|66|0 +1.3.6.1.2.1.2.2.1.5.2|66|0 +1.3.6.1.2.1.2.2.1.5.3|66|0 +1.3.6.1.2.1.2.2.1.5.4|66|0 +1.3.6.1.2.1.2.2.1.6.1|4|0:80:a3:90:9d:9a +1.3.6.1.2.1.2.2.1.6.2|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.3|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.4|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.7.1|2|0 +1.3.6.1.2.1.2.2.1.7.2|2|0 +1.3.6.1.2.1.2.2.1.7.3|2|0 +1.3.6.1.2.1.2.2.1.7.4|2|0 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.2|2|1 +1.3.6.1.2.1.2.2.1.8.3|2|1 +1.3.6.1.2.1.2.2.1.8.4|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|8 +1.3.6.1.2.1.2.2.1.9.2|67|8 +1.3.6.1.2.1.2.2.1.9.3|67|8 +1.3.6.1.2.1.2.2.1.9.4|67|8 +1.3.6.1.2.1.2.2.1.10.1|65|1527904 +1.3.6.1.2.1.2.2.1.10.2|65|0 +1.3.6.1.2.1.2.2.1.10.3|65|0 +1.3.6.1.2.1.2.2.1.10.4|65|0 +1.3.6.1.2.1.2.2.1.11.1|65|4734 +1.3.6.1.2.1.2.2.1.11.2|65|0 +1.3.6.1.2.1.2.2.1.11.3|65|0 +1.3.6.1.2.1.2.2.1.11.4|65|0 +1.3.6.1.2.1.2.2.1.12.1|65|17826 +1.3.6.1.2.1.2.2.1.12.2|65|0 +1.3.6.1.2.1.2.2.1.12.3|65|0 +1.3.6.1.2.1.2.2.1.12.4|65|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|0 +1.3.6.1.2.1.2.2.1.13.4|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.14.4|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.15.2|65|0 +1.3.6.1.2.1.2.2.1.15.3|65|0 +1.3.6.1.2.1.2.2.1.15.4|65|0 +1.3.6.1.2.1.2.2.1.16.1|65|1746849 +1.3.6.1.2.1.2.2.1.16.2|65|0 +1.3.6.1.2.1.2.2.1.16.3|65|0 +1.3.6.1.2.1.2.2.1.16.4|65|0 +1.3.6.1.2.1.2.2.1.17.1|65|5300 +1.3.6.1.2.1.2.2.1.17.2|65|0 +1.3.6.1.2.1.2.2.1.17.3|65|0 +1.3.6.1.2.1.2.2.1.17.4|65|0 +1.3.6.1.2.1.2.2.1.18.1|65|0 +1.3.6.1.2.1.2.2.1.18.2|65|0 +1.3.6.1.2.1.2.2.1.18.3|65|0 +1.3.6.1.2.1.2.2.1.18.4|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.2|65|0 +1.3.6.1.2.1.2.2.1.19.3|65|0 +1.3.6.1.2.1.2.2.1.19.4|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.20.4|65|0 +1.3.6.1.2.1.2.2.1.21.1|66|8 +1.3.6.1.2.1.2.2.1.21.2|66|8 +1.3.6.1.2.1.2.2.1.21.3|66|8 +1.3.6.1.2.1.2.2.1.21.4|66|8 +1.3.6.1.2.1.2.2.1.22.1|6|0.0.0 +1.3.6.1.2.1.2.2.1.22.2|6|0.0.0 +1.3.6.1.2.1.2.2.1.22.3|6|0.0.0 +1.3.6.1.2.1.2.2.1.22.4|6|0.0.0 +1.3.6.1.2.1.3.1.1.1.1.10.1.16.100|2|1 +1.3.6.1.2.1.3.1.1.1.1.10.1.16.108|2|1 +1.3.6.1.2.1.3.1.1.1.1.10.1.16.254|2|1 +1.3.6.1.2.1.3.1.1.1.1.10.99.0.253|2|1 +1.3.6.1.2.1.3.1.1.1.1.10.254.4.2|2|1 +1.3.6.1.2.1.3.1.1.1.1.84.232.1.23|2|1 +1.3.6.1.2.1.3.1.1.1.1.84.232.51.195|2|1 +1.3.6.1.2.1.3.1.1.1.1.88.148.82.4|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.1|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.100|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.102|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.113|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.132|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.154|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.155|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.156|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.238|2|1 +1.3.6.1.2.1.3.1.1.1.1.192.168.250.245|2|1 +1.3.6.1.2.1.3.1.1.2.1.10.1.16.100|4x|066462402466 +1.3.6.1.2.1.3.1.1.2.1.10.1.16.108|4x|0080A3909D9A +1.3.6.1.2.1.3.1.1.2.1.10.1.16.254|4x|F4A739D0F8C0 +1.3.6.1.2.1.3.1.1.2.1.10.99.0.253|4x|408D5CBD1B7C +1.3.6.1.2.1.3.1.1.2.1.10.254.4.2|4x|F4A739D0F8C0 +1.3.6.1.2.1.3.1.1.2.1.84.232.1.23|4x|F4A739D0F8C0 +1.3.6.1.2.1.3.1.1.2.1.84.232.51.195|4x|F4A739D0F8C0 +1.3.6.1.2.1.3.1.1.2.1.88.148.82.4|4x|F4A739D0F8C0 +1.3.6.1.2.1.3.1.1.2.1.192.168.250.1|4x|4C5E0CFC5CD1 +1.3.6.1.2.1.3.1.1.2.1.192.168.250.100|4x|842B2BB81E98 +1.3.6.1.2.1.3.1.1.2.1.192.168.250.102|4x|B083FE654ADB +1.3.6.1.2.1.3.1.1.2.1.192.168.250.113|4x|C6E5F7F1B9B7 +1.3.6.1.2.1.3.1.1.2.1.192.168.250.132|4x|0A1217E18071 +1.3.6.1.2.1.3.1.1.2.1.192.168.250.154|4x|00C0EEDA9D08 +1.3.6.1.2.1.3.1.1.2.1.192.168.250.155|4x|0017C83EAF51 +1.3.6.1.2.1.3.1.1.2.1.192.168.250.156|4x|001AA093FE33 +1.3.6.1.2.1.3.1.1.2.1.192.168.250.238|4x|842B2BFC256C +1.3.6.1.2.1.3.1.1.2.1.192.168.250.245|4x|001D0933899A +1.3.6.1.2.1.3.1.1.3.1.10.1.16.100|64|10.1.16.100 +1.3.6.1.2.1.3.1.1.3.1.10.1.16.108|64|10.1.16.108 +1.3.6.1.2.1.3.1.1.3.1.10.1.16.254|64|10.1.16.254 +1.3.6.1.2.1.3.1.1.3.1.10.99.0.253|64|10.99.0.253 +1.3.6.1.2.1.3.1.1.3.1.10.254.4.2|64|10.254.4.2 +1.3.6.1.2.1.3.1.1.3.1.84.232.1.23|64|84.232.1.23 +1.3.6.1.2.1.3.1.1.3.1.84.232.51.195|64|84.232.51.195 +1.3.6.1.2.1.3.1.1.3.1.88.148.82.4|64|88.148.82.4 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.1|64|192.168.250.1 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.100|64|192.168.250.100 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.102|64|192.168.250.102 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.113|64|192.168.250.113 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.132|64|192.168.250.132 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.154|64|192.168.250.154 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.155|64|192.168.250.155 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.156|64|192.168.250.156 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.238|64|192.168.250.238 +1.3.6.1.2.1.3.1.1.3.1.192.168.250.245|64|192.168.250.245 +1.3.6.1.2.1.4.1.0|2|2 +1.3.6.1.2.1.4.2.0|2|64 +1.3.6.1.2.1.4.3.0|65|5605 +1.3.6.1.2.1.4.4.0|65|854 +1.3.6.1.2.1.4.5.0|65|854 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|4751 +1.3.6.1.2.1.4.10.0|65|5195 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|0 +1.3.6.1.2.1.4.13.0|2|64 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.1.0.0.0.0|64|0.0.0.0 +1.3.6.1.2.1.4.20.1.1.10.1.16.108|64|10.1.16.108 +1.3.6.1.2.1.4.20.1.1.127.0.0.1|64|127.0.0.1 +1.3.6.1.2.1.4.20.1.2.0.0.0.0|2|3 +1.3.6.1.2.1.4.20.1.2.10.1.16.108|2|1 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|2 +1.3.6.1.2.1.4.20.1.3.0.0.0.0|64|0.0.0.0 +1.3.6.1.2.1.4.20.1.3.10.1.16.108|64|255.255.255.0 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.255.255.0 +1.3.6.1.2.1.4.20.1.4.0.0.0.0|2|1 +1.3.6.1.2.1.4.20.1.4.10.1.16.108|2|1 +1.3.6.1.2.1.4.20.1.4.127.0.0.1|2|1 +1.3.6.1.2.1.4.20.1.5.0.0.0.0|2|1500 +1.3.6.1.2.1.4.20.1.5.10.1.16.108|2|1500 +1.3.6.1.2.1.4.20.1.5.127.0.0.1|2|1500 +1.3.6.1.2.1.4.21.1.1.10.1.16.100|64|10.1.16.100 +1.3.6.1.2.1.4.21.1.1.10.1.16.254|64|10.1.16.254 +1.3.6.1.2.1.4.21.1.1.10.99.0.253|64|10.99.0.253 +1.3.6.1.2.1.4.21.1.1.10.254.4.2|64|10.254.4.2 +1.3.6.1.2.1.4.21.1.1.84.232.1.23|64|84.232.1.23 +1.3.6.1.2.1.4.21.1.1.84.232.51.195|64|84.232.51.195 +1.3.6.1.2.1.4.21.1.1.88.148.82.4|64|88.148.82.4 +1.3.6.1.2.1.4.21.1.1.192.168.250.1|64|192.168.250.1 +1.3.6.1.2.1.4.21.1.1.192.168.250.100|64|192.168.250.100 +1.3.6.1.2.1.4.21.1.1.192.168.250.102|64|192.168.250.102 +1.3.6.1.2.1.4.21.1.1.192.168.250.113|64|192.168.250.113 +1.3.6.1.2.1.4.21.1.1.192.168.250.132|64|192.168.250.132 +1.3.6.1.2.1.4.21.1.1.192.168.250.154|64|192.168.250.154 +1.3.6.1.2.1.4.21.1.1.192.168.250.155|64|192.168.250.155 +1.3.6.1.2.1.4.21.1.1.192.168.250.156|64|192.168.250.156 +1.3.6.1.2.1.4.21.1.1.192.168.250.238|64|192.168.250.238 +1.3.6.1.2.1.4.21.1.1.192.168.250.245|64|192.168.250.245 +1.3.6.1.2.1.4.21.1.2.10.1.16.100|2|1 +1.3.6.1.2.1.4.21.1.2.10.1.16.254|2|1 +1.3.6.1.2.1.4.21.1.2.10.99.0.253|2|1 +1.3.6.1.2.1.4.21.1.2.10.254.4.2|2|1 +1.3.6.1.2.1.4.21.1.2.84.232.1.23|2|1 +1.3.6.1.2.1.4.21.1.2.84.232.51.195|2|1 +1.3.6.1.2.1.4.21.1.2.88.148.82.4|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.1|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.100|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.102|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.113|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.132|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.154|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.155|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.156|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.238|2|1 +1.3.6.1.2.1.4.21.1.2.192.168.250.245|2|1 +1.3.6.1.2.1.4.21.1.3.10.1.16.100|2|0 +1.3.6.1.2.1.4.21.1.3.10.1.16.254|2|0 +1.3.6.1.2.1.4.21.1.3.10.99.0.253|2|1 +1.3.6.1.2.1.4.21.1.3.10.254.4.2|2|1 +1.3.6.1.2.1.4.21.1.3.84.232.1.23|2|1 +1.3.6.1.2.1.4.21.1.3.84.232.51.195|2|1 +1.3.6.1.2.1.4.21.1.3.88.148.82.4|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.1|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.100|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.102|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.113|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.132|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.154|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.155|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.156|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.238|2|1 +1.3.6.1.2.1.4.21.1.3.192.168.250.245|2|1 +1.3.6.1.2.1.4.21.1.4.10.1.16.100|2|-1 +1.3.6.1.2.1.4.21.1.4.10.1.16.254|2|-1 +1.3.6.1.2.1.4.21.1.4.10.99.0.253|2|-1 +1.3.6.1.2.1.4.21.1.4.10.254.4.2|2|-1 +1.3.6.1.2.1.4.21.1.4.84.232.1.23|2|-1 +1.3.6.1.2.1.4.21.1.4.84.232.51.195|2|-1 +1.3.6.1.2.1.4.21.1.4.88.148.82.4|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.1|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.100|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.102|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.113|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.132|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.154|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.155|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.156|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.238|2|-1 +1.3.6.1.2.1.4.21.1.4.192.168.250.245|2|-1 +1.3.6.1.2.1.4.21.1.5.10.1.16.100|2|-1 +1.3.6.1.2.1.4.21.1.5.10.1.16.254|2|-1 +1.3.6.1.2.1.4.21.1.5.10.99.0.253|2|-1 +1.3.6.1.2.1.4.21.1.5.10.254.4.2|2|-1 +1.3.6.1.2.1.4.21.1.5.84.232.1.23|2|-1 +1.3.6.1.2.1.4.21.1.5.84.232.51.195|2|-1 +1.3.6.1.2.1.4.21.1.5.88.148.82.4|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.1|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.100|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.102|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.113|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.132|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.154|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.155|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.156|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.238|2|-1 +1.3.6.1.2.1.4.21.1.5.192.168.250.245|2|-1 +1.3.6.1.2.1.4.21.1.6.10.1.16.100|2|-1 +1.3.6.1.2.1.4.21.1.6.10.1.16.254|2|-1 +1.3.6.1.2.1.4.21.1.6.10.99.0.253|2|-1 +1.3.6.1.2.1.4.21.1.6.10.254.4.2|2|-1 +1.3.6.1.2.1.4.21.1.6.84.232.1.23|2|-1 +1.3.6.1.2.1.4.21.1.6.84.232.51.195|2|-1 +1.3.6.1.2.1.4.21.1.6.88.148.82.4|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.1|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.100|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.102|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.113|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.132|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.154|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.155|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.156|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.238|2|-1 +1.3.6.1.2.1.4.21.1.6.192.168.250.245|2|-1 +1.3.6.1.2.1.4.21.1.7.10.1.16.100|64|10.1.16.100 +1.3.6.1.2.1.4.21.1.7.10.1.16.254|64|10.1.16.254 +1.3.6.1.2.1.4.21.1.7.10.99.0.253|64|10.99.0.253 +1.3.6.1.2.1.4.21.1.7.10.254.4.2|64|10.254.4.2 +1.3.6.1.2.1.4.21.1.7.84.232.1.23|64|84.232.1.23 +1.3.6.1.2.1.4.21.1.7.84.232.51.195|64|84.232.51.195 +1.3.6.1.2.1.4.21.1.7.88.148.82.4|64|88.148.82.4 +1.3.6.1.2.1.4.21.1.7.192.168.250.1|64|192.168.250.1 +1.3.6.1.2.1.4.21.1.7.192.168.250.100|64|192.168.250.100 +1.3.6.1.2.1.4.21.1.7.192.168.250.102|64|192.168.250.102 +1.3.6.1.2.1.4.21.1.7.192.168.250.113|64|192.168.250.113 +1.3.6.1.2.1.4.21.1.7.192.168.250.132|64|192.168.250.132 +1.3.6.1.2.1.4.21.1.7.192.168.250.154|64|192.168.250.154 +1.3.6.1.2.1.4.21.1.7.192.168.250.155|64|192.168.250.155 +1.3.6.1.2.1.4.21.1.7.192.168.250.156|64|192.168.250.156 +1.3.6.1.2.1.4.21.1.7.192.168.250.238|64|192.168.250.238 +1.3.6.1.2.1.4.21.1.7.192.168.250.245|64|192.168.250.245 +1.3.6.1.2.1.4.21.1.8.10.1.16.100|2|3 +1.3.6.1.2.1.4.21.1.8.10.1.16.254|2|3 +1.3.6.1.2.1.4.21.1.8.10.99.0.253|2|3 +1.3.6.1.2.1.4.21.1.8.10.254.4.2|2|3 +1.3.6.1.2.1.4.21.1.8.84.232.1.23|2|3 +1.3.6.1.2.1.4.21.1.8.84.232.51.195|2|3 +1.3.6.1.2.1.4.21.1.8.88.148.82.4|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.1|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.100|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.102|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.113|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.132|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.154|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.155|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.156|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.238|2|3 +1.3.6.1.2.1.4.21.1.8.192.168.250.245|2|3 +1.3.6.1.2.1.4.21.1.9.10.1.16.100|2|2 +1.3.6.1.2.1.4.21.1.9.10.1.16.254|2|2 +1.3.6.1.2.1.4.21.1.9.10.99.0.253|2|2 +1.3.6.1.2.1.4.21.1.9.10.254.4.2|2|2 +1.3.6.1.2.1.4.21.1.9.84.232.1.23|2|2 +1.3.6.1.2.1.4.21.1.9.84.232.51.195|2|2 +1.3.6.1.2.1.4.21.1.9.88.148.82.4|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.1|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.100|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.102|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.113|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.132|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.154|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.155|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.156|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.238|2|2 +1.3.6.1.2.1.4.21.1.9.192.168.250.245|2|2 +1.3.6.1.2.1.4.21.1.10.10.1.16.100|2|0 +1.3.6.1.2.1.4.21.1.10.10.1.16.254|2|0 +1.3.6.1.2.1.4.21.1.10.10.99.0.253|2|0 +1.3.6.1.2.1.4.21.1.10.10.254.4.2|2|0 +1.3.6.1.2.1.4.21.1.10.84.232.1.23|2|0 +1.3.6.1.2.1.4.21.1.10.84.232.51.195|2|0 +1.3.6.1.2.1.4.21.1.10.88.148.82.4|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.1|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.100|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.102|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.113|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.132|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.154|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.155|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.156|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.238|2|0 +1.3.6.1.2.1.4.21.1.10.192.168.250.245|2|0 +1.3.6.1.2.1.4.21.1.11.10.1.16.100|64|255.255.255.0 +1.3.6.1.2.1.4.21.1.11.10.1.16.254|64|255.255.255.0 +1.3.6.1.2.1.4.21.1.11.10.99.0.253|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.10.254.4.2|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.84.232.1.23|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.84.232.51.195|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.88.148.82.4|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.1|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.100|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.102|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.113|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.132|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.154|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.155|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.156|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.238|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.11.192.168.250.245|64|0.0.0.0 +1.3.6.1.2.1.4.21.1.12.10.1.16.100|2|-1 +1.3.6.1.2.1.4.21.1.12.10.1.16.254|2|-1 +1.3.6.1.2.1.4.21.1.12.10.99.0.253|2|-1 +1.3.6.1.2.1.4.21.1.12.10.254.4.2|2|-1 +1.3.6.1.2.1.4.21.1.12.84.232.1.23|2|-1 +1.3.6.1.2.1.4.21.1.12.84.232.51.195|2|-1 +1.3.6.1.2.1.4.21.1.12.88.148.82.4|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.1|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.100|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.102|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.113|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.132|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.154|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.155|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.156|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.238|2|-1 +1.3.6.1.2.1.4.21.1.12.192.168.250.245|2|-1 +1.3.6.1.2.1.4.21.1.13.10.1.16.100|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.10.1.16.254|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.10.99.0.253|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.10.254.4.2|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.84.232.1.23|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.84.232.51.195|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.88.148.82.4|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.1|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.100|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.102|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.113|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.132|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.154|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.155|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.156|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.238|6|0.0.0 +1.3.6.1.2.1.4.21.1.13.192.168.250.245|6|0.0.0 +1.3.6.1.2.1.4.22.1.1.1.10.1.16.100|2|1 +1.3.6.1.2.1.4.22.1.1.1.10.1.16.108|2|1 +1.3.6.1.2.1.4.22.1.1.1.10.1.16.254|2|1 +1.3.6.1.2.1.4.22.1.1.1.10.99.0.253|2|1 +1.3.6.1.2.1.4.22.1.1.1.10.254.4.2|2|1 +1.3.6.1.2.1.4.22.1.1.1.84.232.1.23|2|1 +1.3.6.1.2.1.4.22.1.1.1.84.232.51.195|2|1 +1.3.6.1.2.1.4.22.1.1.1.88.148.82.4|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.1|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.100|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.102|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.113|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.132|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.154|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.155|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.156|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.238|2|1 +1.3.6.1.2.1.4.22.1.1.1.192.168.250.245|2|1 +1.3.6.1.2.1.4.22.1.2.1.10.1.16.100|4|6:64:62:40:24:66 +1.3.6.1.2.1.4.22.1.2.1.10.1.16.108|4|0:80:a3:90:9d:9a +1.3.6.1.2.1.4.22.1.2.1.10.1.16.254|4|f4:a7:39:d0:f8:c0 +1.3.6.1.2.1.4.22.1.2.1.10.99.0.253|4|40:8d:5c:bd:1b:7c +1.3.6.1.2.1.4.22.1.2.1.10.254.4.2|4|f4:a7:39:d0:f8:c0 +1.3.6.1.2.1.4.22.1.2.1.84.232.1.23|4|f4:a7:39:d0:f8:c0 +1.3.6.1.2.1.4.22.1.2.1.84.232.51.195|4|f4:a7:39:d0:f8:c0 +1.3.6.1.2.1.4.22.1.2.1.88.148.82.4|4|f4:a7:39:d0:f8:c0 +1.3.6.1.2.1.4.22.1.2.1.192.168.250.1|4|4c:5e:c:fc:5c:d1 +1.3.6.1.2.1.4.22.1.2.1.192.168.250.100|4|84:2b:2b:b8:1e:98 +1.3.6.1.2.1.4.22.1.2.1.192.168.250.102|4|b0:83:fe:65:4a:db +1.3.6.1.2.1.4.22.1.2.1.192.168.250.113|4|c6:e5:f7:f1:b9:b7 +1.3.6.1.2.1.4.22.1.2.1.192.168.250.132|4|a:12:17:e1:80:71 +1.3.6.1.2.1.4.22.1.2.1.192.168.250.154|4|0:c0:ee:da:9d:8 +1.3.6.1.2.1.4.22.1.2.1.192.168.250.155|4|0:17:c8:3e:af:51 +1.3.6.1.2.1.4.22.1.2.1.192.168.250.156|4|0:1a:a0:93:fe:33 +1.3.6.1.2.1.4.22.1.2.1.192.168.250.238|4|84:2b:2b:fc:25:6c +1.3.6.1.2.1.4.22.1.2.1.192.168.250.245|4|0:1d:9:33:89:9a +1.3.6.1.2.1.4.22.1.3.1.10.1.16.100|64|10.1.16.100 +1.3.6.1.2.1.4.22.1.3.1.10.1.16.108|64|10.1.16.108 +1.3.6.1.2.1.4.22.1.3.1.10.1.16.254|64|10.1.16.254 +1.3.6.1.2.1.4.22.1.3.1.10.99.0.253|64|10.99.0.253 +1.3.6.1.2.1.4.22.1.3.1.10.254.4.2|64|10.254.4.2 +1.3.6.1.2.1.4.22.1.3.1.84.232.1.23|64|84.232.1.23 +1.3.6.1.2.1.4.22.1.3.1.84.232.51.195|64|84.232.51.195 +1.3.6.1.2.1.4.22.1.3.1.88.148.82.4|64|88.148.82.4 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.1|64|192.168.250.1 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.100|64|192.168.250.100 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.102|64|192.168.250.102 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.113|64|192.168.250.113 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.132|64|192.168.250.132 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.154|64|192.168.250.154 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.155|64|192.168.250.155 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.156|64|192.168.250.156 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.238|64|192.168.250.238 +1.3.6.1.2.1.4.22.1.3.1.192.168.250.245|64|192.168.250.245 +1.3.6.1.2.1.4.22.1.4.1.10.1.16.100|2|3 +1.3.6.1.2.1.4.22.1.4.1.10.1.16.108|2|4 +1.3.6.1.2.1.4.22.1.4.1.10.1.16.254|2|4 +1.3.6.1.2.1.4.22.1.4.1.10.99.0.253|2|3 +1.3.6.1.2.1.4.22.1.4.1.10.254.4.2|2|3 +1.3.6.1.2.1.4.22.1.4.1.84.232.1.23|2|3 +1.3.6.1.2.1.4.22.1.4.1.84.232.51.195|2|3 +1.3.6.1.2.1.4.22.1.4.1.88.148.82.4|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.1|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.100|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.102|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.113|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.132|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.154|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.155|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.156|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.238|2|3 +1.3.6.1.2.1.4.22.1.4.1.192.168.250.245|2|3 +1.3.6.1.2.1.4.23.0|65|0 +1.3.6.1.2.1.5.1.0|65|547 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|0 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|547 +1.3.6.1.2.1.5.9.0|65|0 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|547 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|547 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.6.1.0|2|4 +1.3.6.1.2.1.6.2.0|2|1000 +1.3.6.1.2.1.6.3.0|2|60000 +1.3.6.1.2.1.6.4.0|2|70 +1.3.6.1.2.1.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|61 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|0 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|1272 +1.3.6.1.2.1.6.11.0|65|1792 +1.3.6.1.2.1.6.12.0|65|0 +1.3.6.1.2.1.6.13.1.1.0.0.0.0.22.255.255.255.255.0|2|2 +1.3.6.1.2.1.6.13.1.1.0.0.0.0.23.255.255.255.255.0|2|2 +1.3.6.1.2.1.6.13.1.1.0.0.0.0.80.255.255.255.255.0|2|2 +1.3.6.1.2.1.6.13.1.2.0.0.0.0.22.255.255.255.255.0|64|0.0.0.0 +1.3.6.1.2.1.6.13.1.2.0.0.0.0.23.255.255.255.255.0|64|0.0.0.0 +1.3.6.1.2.1.6.13.1.2.0.0.0.0.80.255.255.255.255.0|64|0.0.0.0 +1.3.6.1.2.1.6.13.1.3.0.0.0.0.22.255.255.255.255.0|2|22 +1.3.6.1.2.1.6.13.1.3.0.0.0.0.23.255.255.255.255.0|2|23 +1.3.6.1.2.1.6.13.1.3.0.0.0.0.80.255.255.255.255.0|2|80 +1.3.6.1.2.1.6.13.1.4.0.0.0.0.22.255.255.255.255.0|64|255.255.255.255 +1.3.6.1.2.1.6.13.1.4.0.0.0.0.23.255.255.255.255.0|64|255.255.255.255 +1.3.6.1.2.1.6.13.1.4.0.0.0.0.80.255.255.255.255.0|64|255.255.255.255 +1.3.6.1.2.1.6.13.1.5.0.0.0.0.22.255.255.255.255.0|2|0 +1.3.6.1.2.1.6.13.1.5.0.0.0.0.23.255.255.255.255.0|2|0 +1.3.6.1.2.1.6.13.1.5.0.0.0.0.80.255.255.255.255.0|2|0 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|0 +1.3.6.1.2.1.7.1.0|65|2895 +1.3.6.1.2.1.7.2.0|65|75 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|2894 +1.3.6.1.2.1.7.5.1.1.0.0.0.0.30718|64|0.0.0.0 +1.3.6.1.2.1.7.5.1.1.10.1.16.108.161|64|10.1.16.108 +1.3.6.1.2.1.7.5.1.2.0.0.0.0.30718|2|30718 +1.3.6.1.2.1.7.5.1.2.10.1.16.108.161|2|161 +1.3.6.1.2.1.10.33.1.0|2|2 +1.3.6.1.2.1.10.33.2.1.1.1|2|1 +1.3.6.1.2.1.10.33.2.1.1.2|2|2 +1.3.6.1.2.1.10.33.2.1.2.1|2|2 +1.3.6.1.2.1.10.33.2.1.2.2|2|2 +1.3.6.1.2.1.10.33.2.1.3.1|2|3 +1.3.6.1.2.1.10.33.2.1.3.2|2|3 +1.3.6.1.2.1.10.33.2.1.4.1|2|2 +1.3.6.1.2.1.10.33.2.1.4.2|2|2 +1.3.6.1.2.1.10.33.2.1.5.1|2|9600 +1.3.6.1.2.1.10.33.2.1.5.2|2|9600 +1.3.6.1.2.1.10.33.2.1.6.1|2|9600 +1.3.6.1.2.1.10.33.2.1.6.2|2|9600 +1.3.6.1.2.1.10.33.2.1.7.1|2|1 +1.3.6.1.2.1.10.33.2.1.7.2|2|1 +1.3.6.1.2.1.10.33.2.1.8.1|2|1 +1.3.6.1.2.1.10.33.2.1.8.2|2|1 +1.3.6.1.2.1.10.33.3.1.1.1|2|1 +1.3.6.1.2.1.10.33.3.1.1.2|2|2 +1.3.6.1.2.1.10.33.3.1.2.1|2|8 +1.3.6.1.2.1.10.33.3.1.2.2|2|8 +1.3.6.1.2.1.10.33.3.1.3.1|2|1 +1.3.6.1.2.1.10.33.3.1.3.2|2|1 +1.3.6.1.2.1.10.33.3.1.4.1|2|1 +1.3.6.1.2.1.10.33.3.1.4.2|2|1 +1.3.6.1.2.1.10.33.3.1.5.1|2|2 +1.3.6.1.2.1.10.33.3.1.5.2|2|2 +1.3.6.1.2.1.10.33.3.1.6.1|65|0 +1.3.6.1.2.1.10.33.3.1.6.2|65|0 +1.3.6.1.2.1.10.33.3.1.7.1|65|0 +1.3.6.1.2.1.10.33.3.1.7.2|65|0 +1.3.6.1.2.1.10.33.3.1.8.1|65|0 +1.3.6.1.2.1.10.33.3.1.8.2|65|0 +1.3.6.1.2.1.10.33.5.1.1.1.2|2|1 +1.3.6.1.2.1.10.33.5.1.1.1.3|2|1 +1.3.6.1.2.1.10.33.5.1.1.1.6|2|1 +1.3.6.1.2.1.10.33.5.1.1.2.2|2|2 +1.3.6.1.2.1.10.33.5.1.1.2.3|2|2 +1.3.6.1.2.1.10.33.5.1.1.2.6|2|2 +1.3.6.1.2.1.10.33.5.1.2.1.2|2|2 +1.3.6.1.2.1.10.33.5.1.2.1.3|2|3 +1.3.6.1.2.1.10.33.5.1.2.1.6|2|6 +1.3.6.1.2.1.10.33.5.1.2.2.2|2|2 +1.3.6.1.2.1.10.33.5.1.2.2.3|2|3 +1.3.6.1.2.1.10.33.5.1.2.2.6|2|6 +1.3.6.1.2.1.10.33.5.1.3.1.2|2|3 +1.3.6.1.2.1.10.33.5.1.3.1.3|2|2 +1.3.6.1.2.1.10.33.5.1.3.1.6|2|2 +1.3.6.1.2.1.10.33.5.1.3.2.2|2|3 +1.3.6.1.2.1.10.33.5.1.3.2.3|2|2 +1.3.6.1.2.1.10.33.5.1.3.2.6|2|2 +1.3.6.1.2.1.10.33.5.1.4.1.2|65|0 +1.3.6.1.2.1.10.33.5.1.4.1.3|65|0 +1.3.6.1.2.1.10.33.5.1.4.1.6|65|0 +1.3.6.1.2.1.10.33.5.1.4.2.2|65|0 +1.3.6.1.2.1.10.33.5.1.4.2.3|65|0 +1.3.6.1.2.1.10.33.5.1.4.2.6|65|0 +1.3.6.1.2.1.10.33.6.1.1.1.1|2|1 +1.3.6.1.2.1.10.33.6.1.1.1.4|2|1 +1.3.6.1.2.1.10.33.6.1.1.2.1|2|2 +1.3.6.1.2.1.10.33.6.1.1.2.4|2|2 +1.3.6.1.2.1.10.33.6.1.2.1.1|2|1 +1.3.6.1.2.1.10.33.6.1.2.1.4|2|4 +1.3.6.1.2.1.10.33.6.1.2.2.1|2|1 +1.3.6.1.2.1.10.33.6.1.2.2.4|2|4 +1.3.6.1.2.1.10.33.6.1.3.1.1|2|2 +1.3.6.1.2.1.10.33.6.1.3.1.4|2|2 +1.3.6.1.2.1.10.33.6.1.3.2.1|2|2 +1.3.6.1.2.1.10.33.6.1.3.2.4|2|2 +1.3.6.1.2.1.10.33.6.1.4.1.1|65|0 +1.3.6.1.2.1.10.33.6.1.4.1.4|65|0 +1.3.6.1.2.1.10.33.6.1.4.2.1|65|0 +1.3.6.1.2.1.10.33.6.1.4.2.4|65|0 +1.3.6.1.2.1.11.1.0|65|2903 +1.3.6.1.2.1.11.2.0|65|2902 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|2 +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.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|2918 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|114 +1.3.6.1.2.1.11.16.0|65|2163 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|2904 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|2 +1.3.6.1.4.1.29003.2.44.1.1.1.0|4|NS:22182 CP:53/0 VH:1 VS:111 VF:0 +1.3.6.1.4.1.29003.2.44.1.1.2.0|2|1 +1.3.6.1.4.1.29003.2.44.1.1.3.0|2|4 +1.3.6.1.4.1.29003.2.44.1.1.4.0|4| +1.3.6.1.4.1.29003.2.44.1.1.5.0|2|1 +1.3.6.1.4.1.29003.2.44.1.1.6.0|2|4 +1.3.6.1.4.1.29003.2.44.1.1.7.0|2|1 +1.3.6.1.4.1.29003.2.44.1.1.8.0|4| +1.3.6.1.4.1.29003.2.44.1.1.9.1.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.1.9.1.2.1|4|NS:22182 CP:53/0 VH:1 VS:111 VF:0 +1.3.6.1.4.1.29003.2.44.1.1.9.1.3.1|2|0 +1.3.6.1.4.1.29003.2.44.1.1.9.1.4.1|4|26.00 +1.3.6.1.4.1.29003.2.44.1.1.9.1.5.1|4|31.08 +1.3.6.1.4.1.29003.2.44.1.1.9.1.6.1|4|3.00 +1.3.6.1.4.1.29003.2.44.1.1.9.1.7.1|4|2.32 +1.3.6.1.4.1.29003.2.44.1.1.9.1.8.1|4|1.13 +1.3.6.1.4.1.29003.2.44.1.1.9.1.9.1|2|1 +1.3.6.1.4.1.29003.2.44.1.1.9.1.10.1|2|0 +1.3.6.1.4.1.29003.2.44.1.1.9.1.11.1|4| 220V +1.3.6.1.4.1.29003.2.44.1.1.9.1.12.1|4| 220V +1.3.6.1.4.1.29003.2.44.1.1.9.1.13.1|2|0 +1.3.6.1.4.1.29003.2.44.1.1.9.1.14.1|4| +1.3.6.1.4.1.29003.2.44.1.2.1.1.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.1.1.2|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.1.1.3|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.1.1.4|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.2.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.2.1.2|2|2 +1.3.6.1.4.1.29003.2.44.1.2.1.2.1.3|2|3 +1.3.6.1.4.1.29003.2.44.1.2.1.2.1.4|2|4 +1.3.6.1.4.1.29003.2.44.1.2.1.3.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.3.1.2|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.3.1.3|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.3.1.4|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.4.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.4.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.4.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.4.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.5.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.5.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.5.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.5.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.6.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.6.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.6.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.6.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.7.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.7.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.7.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.7.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.8.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.8.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.8.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.8.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.9.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.9.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.9.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.9.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.10.1.1|4|10310000.00 +1.3.6.1.4.1.29003.2.44.1.2.1.10.1.2|4|8500000.00 +1.3.6.1.4.1.29003.2.44.1.2.1.10.1.3|4|8500000.00 +1.3.6.1.4.1.29003.2.44.1.2.1.10.1.4|4|8500000.00 +1.3.6.1.4.1.29003.2.44.1.2.1.11.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.11.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.11.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.11.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.12.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.12.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.12.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.12.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.13.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.13.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.13.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.13.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.14.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.14.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.14.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.14.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.15.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.15.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.15.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.15.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.16.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.16.1.2|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.16.1.3|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.16.1.4|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.17.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.17.1.2|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.17.1.3|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.17.1.4|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.18.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.18.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.18.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.18.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.19.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.19.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.19.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.19.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.20.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.20.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.20.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.20.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.21.1.1|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.21.1.2|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.21.1.3|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.21.1.4|2|0 +1.3.6.1.4.1.29003.2.44.1.2.1.22.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.22.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.22.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.22.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.23.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.23.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.23.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.23.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.24.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.24.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.24.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.24.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.25.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.25.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.25.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.25.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.26.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.26.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.26.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.26.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.27.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.27.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.27.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.27.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.28.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.28.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.28.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.28.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.29.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.29.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.29.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.29.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.30.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.30.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.30.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.30.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.31.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.31.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.31.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.31.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.32.1.1|4| +1.3.6.1.4.1.29003.2.44.1.2.1.32.1.2|4| +1.3.6.1.4.1.29003.2.44.1.2.1.32.1.3|4| +1.3.6.1.4.1.29003.2.44.1.2.1.32.1.4|4| +1.3.6.1.4.1.29003.2.44.1.2.1.33.1.1|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.33.1.2|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.33.1.3|2|1 +1.3.6.1.4.1.29003.2.44.1.2.1.33.1.4|2|1