diff --git a/html/images/os/teltonika.png b/html/images/os/teltonika.png
new file mode 100644
index 0000000000..66f2cb2c27
Binary files /dev/null and b/html/images/os/teltonika.png differ
diff --git a/includes/definitions/discovery/rutos.yaml b/includes/definitions/discovery/rutos.yaml
new file mode 100644
index 0000000000..c0176626af
--- /dev/null
+++ b/includes/definitions/discovery/rutos.yaml
@@ -0,0 +1,66 @@
+mib: TELTONIKA-MIB
+modules:
+ sensors:
+ pre-cache:
+ data:
+ - oid:
+ - Operator
+ temperature:
+ data:
+ -
+ oid: Temperature
+ value: Temperature
+ num_oid: '.1.3.6.1.4.1.48690.2.9.{{ $index }}'
+ descr: system
+ index: 'Temperature.{{ $index }}'
+ divisor: 10
+
+ state:
+ data:
+ -
+ oid: PinState
+ value: PinState
+ num_oid: '.1.3.6.1.4.1.48690.2.2.{{ $index }}'
+ descr: Pinstate
+ index: 'PinState.{{ $index }}'
+ state_name: Pinstate
+ states:
+ - { descr: READY , graph: 0, value: 0, generic: 0 }
+ - { descr: not READY, graph: 0, value: 1, generic: 2 }
+
+ -
+ oid: ConnectionState
+ value: ConnectionState
+ num_oid: '.1.3.6.1.4.1.48690.2.7.{{ $index }}'
+ descr: "{{ $Operator }}"
+ index: 'ConnectionState.{{ $index }}'
+ state_name: ConnectionState
+ states:
+ - { descr: connected , graph: 0, value: 0, generic: 0 }
+ - { descr: not connected, graph: 0, value: 1, generic: 2 }
+
+ -
+ oid: ConnectionType
+ value: ConnectionType
+ num_oid: '.1.3.6.1.4.1.48690.2.8.{{ $index }}'
+ descr: "{{ $Operator }}"
+ index: 'ConnectionType.{{ $index }}'
+ state_name: ConnectionType
+ states:
+ - { descr: LTE , graph: 0, value: 0, generic: 0 }
+ - { descr: 3G, graph: 0, value: 1, generic: 2 }
+ - { descr: 2G, graph: 0, value: 2, generic: 2 }
+
+
+ dbm:
+ data:
+ -
+ oid: Signal
+ value: Signal
+ num_oid: '.1.3.6.1.4.1.48690.2.4.{{ $index }}'
+ entPhysicalIndex: '{{ $index }}'
+ entPhysicalIndex_measured: 'Signal'
+ descr: 'signal'
+ index: 'Signal.{{ $index }}'
+
+
diff --git a/includes/definitions/rutos.yaml b/includes/definitions/rutos.yaml
new file mode 100644
index 0000000000..04f924624e
--- /dev/null
+++ b/includes/definitions/rutos.yaml
@@ -0,0 +1,28 @@
+os: rutos
+type: network
+group: unix
+text: 'teltonika rutos'
+icon: teltonika
+ifXmcbc: true
+ifname: true
+over:
+ - { graph: device_processor, text: 'Processor Usage' }
+ - { graph: device_ucd_memory, text: 'Memory Usage' }
+ - { graph: device_storage, text: 'Storage Usage' }
+poller_modules:
+ bgp-peers: false
+ ospf: false
+ stp: false
+discovery_modules:
+ applications: false
+ bgp-peers: false
+ stp: false
+ vmware-vminfo: false
+ libvirt-vminfo: false
+processor_stacked: true
+discovery:
+ -
+ sysObjectID:
+ - .1.3.6.1.4.1.8072.3.2.10
+ sysDescr_regex:
+ - '/ Teltonika/'
diff --git a/mibs/rutos/TELTONIKA-MIB b/mibs/rutos/TELTONIKA-MIB
new file mode 100644
index 0000000000..d391835050
--- /dev/null
+++ b/mibs/rutos/TELTONIKA-MIB
@@ -0,0 +1,1018 @@
+TELTONIKA-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY,
+ Integer32, Opaque, enterprises, Counter32
+ FROM SNMPv2-SMI
+
+ TEXTUAL-CONVENTION, DisplayString, TruthValue
+ FROM SNMPv2-TC
+
+ NetworkAddress
+ FROM SNMPv2-SMI;
+
+teltonika MODULE-IDENTITY
+ LAST-UPDATED "201307240000Z"
+ ORGANIZATION "TELTONIKA"
+ CONTACT-INFO "TELTONIKA"
+ DESCRIPTION
+ "The MIB module for TELTONIKA routers.
+ "
+ REVISION "201307240000Z"
+ DESCRIPTION
+ "Initial version"
+ ::= { enterprises 48690 }
+
+-- the GSM group
+--
+-- a collection of objects to represent RUT9xx status.
+
+static OBJECT IDENTIFIER ::= { teltonika 1}
+
+ModemImei OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx modem IMEI"
+ ::= { static 1 }
+
+ModemModel OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx modem model"
+ ::= { static 2 }
+
+ModemManufacturer OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx modem manufacturer"
+ ::= { static 3 }
+
+ModemRevision OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx modem revision"
+ ::= { static 4 }
+
+ModemSerial OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx modem serial number"
+ ::= { static 5 }
+
+Imsi OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx IMSI"
+ ::= { static 6 }
+
+RouterName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx router name"
+ ::= { static 7 }
+
+ProductCode OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx router product code"
+ ::= { static 8 }
+
+BatchNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx router batch number"
+ ::= { static 9 }
+
+HardwareRevision OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx router hardware revision"
+ ::= { static 10 }
+
+gsm OBJECT IDENTIFIER ::= { teltonika 2 }
+SimState OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx SIM status"
+ ::= { gsm 1 }
+
+PinState OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx PIN status"
+ ::= { gsm 2 }
+
+NetState OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx mobile network registration status"
+ ::= { gsm 3 }
+
+Signal OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx signal level"
+ ::= { gsm 4 }
+
+Operator OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx operator currently in use"
+ ::= { gsm 5 }
+
+OperatorNumber OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx operator number (MCC+MNC)"
+ ::= { gsm 6 }
+
+ConnectionState OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx data session connection state"
+ ::= { gsm 7 }
+
+ConnectionType OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx data session connection type"
+ ::= { gsm 8 }
+
+Temperature OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx module temperature"
+ ::= { gsm 9 }
+
+ReceivedToday OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx 3G connection received bytes today"
+ ::= { gsm 10 }
+
+SentToday OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx 3G connection sent bytes today"
+ ::= { gsm 11 }
+
+ReceivedYesterday OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx 3G connection received bytes yesterday"
+ ::= { gsm 12 }
+
+SentYesterday OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx 3G connection sent bytes yesterday"
+ ::= { gsm 13 }
+
+FirmwareVersion OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx firmware version"
+ ::= { gsm 14 }
+
+SimSlot OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx sim slot in use"
+ ::= { gsm 15 }
+
+RouterUptime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx router uptime"
+ ::= { gsm 16 }
+
+ConnectionUptime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx mobile connection uptime"
+ ::= { gsm 17 }
+
+MobileIP OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx mobile connection IP"
+ ::= { gsm 18 }
+
+Sent OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx bytes sent"
+ ::= { gsm 19 }
+
+Received OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx bytes received"
+ ::= { gsm 20 }
+
+CellID OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx cellid parameter"
+ ::= { gsm 21 }
+
+SINR OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx LTE sinr level"
+ ::= { gsm 22 }
+
+RSRP OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx LTE rsrp level"
+ ::= { gsm 23 }
+
+RSRQ OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx LTE rsrq level"
+ ::= { gsm 24 }
+
+trap OBJECT IDENTIFIER ::= { teltonika 4 }
+
+trapSignalStrength NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Signal strength trap"
+ ::= { trap 1 }
+
+trapConnectionType NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Connection type trap"
+ ::= { trap 2 }
+
+trapDigitalInput NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Digital input trap"
+ ::= { trap 3 }
+
+trapDigitalInputStatus NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Digital input status"
+ ::= { trap 4 }
+
+trapDigitalOCinput NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Digital OC input trap"
+ ::= { trap 5 }
+
+trapDigitalOCinputStatus NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Digital OC input status"
+ ::= { trap 6 }
+
+trapAnalogInput NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Analog input trap"
+ ::= { trap 7 }
+
+trapAnalogInputStatus NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Analog input status"
+ ::= { trap 8 }
+
+trapDigitalOutput NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Digital output trap"
+ ::= { trap 9 }
+
+trapDigitalOutputStatus NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Digital output status"
+ ::= { trap 10 }
+
+trapDigitalRelayOutput NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Digital relay output trap"
+ ::= { trap 11 }
+
+trapDigitalRelayOutputStatus NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "RUT9xx Digital relay output status"
+ ::= { trap 12 }
+
+rut9x5 OBJECT IDENTIFIER ::= { teltonika 5 }
+
+DigitalInput OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx digital input"
+ ::= { rut9x5 1 }
+
+DigitalIsolatedInput OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx digital galvanically isolated input"
+ ::= { rut9x5 2 }
+
+AnalogInput OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx analog input"
+ ::= { rut9x5 3 }
+
+DigitalOCOutput OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx digital OC output"
+ ::= { rut9x5 4 }
+
+DigitalRelayOutput OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx digital relay output"
+ ::= { rut9x5 5 }
+
+AnalogInputCalc OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx analog input (recalculated value)"
+ ::= { rut9x5 6 }
+
+--
+--
+-- GPS
+--
+--
+gps OBJECT IDENTIFIER ::= { teltonika 6 }
+
+Longtitude OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx longititude coordinates"
+ ::= { gps 1 }
+
+Latitude OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx latitutde coordinates"
+ ::= { gps 2 }
+
+Accuracy OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx accuracy"
+ ::= { gps 3 }
+
+Datetime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx GPS datetime"
+ ::= { gps 4 }
+
+NumSatellites OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx number of satellites"
+ ::= { gps 5 }
+--
+--
+-- Hot Spot group
+--
+--
+hotspot OBJECT IDENTIFIER ::= { teltonika 3 }
+hotspot1 OBJECT IDENTIFIER ::= { hotspot 1 }
+hotspot2 OBJECT IDENTIFIER ::= { hotspot 2 }
+hotspot3 OBJECT IDENTIFIER ::= { hotspot 3 }
+hotspot4 OBJECT IDENTIFIER ::= { hotspot 4 }
+
+
+--HOTSPOT1
+--
+--
+
+hotSpotId OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Rut9xx hot spot id"
+ ::= { hotspot1 1 }
+
+hotSpotSsid OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Rut9xx hot spot ssid"
+ ::= { hotspot1 2 }
+
+hotSpotEnableState OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot enable status"
+ ::= { hotspot1 3 }
+
+hotSpotIP OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot ip address"
+ ::= { hotspot1 4 }
+
+hotSpotDownloadBandWidth OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot download band width"
+ ::= { hotspot1 5 }
+
+hotSpotUploadBandWidth OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot upload band width"
+ ::= { hotspot1 6 }
+
+hotSpotUsers OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot existing users"
+ ::= { hotspot1 7 }
+
+hotSpotUsersPass OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot users passwords"
+ ::= { hotspot1 8 }
+
+hotSpotUsersActive OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot active users"
+ ::= { hotspot1 9 }
+
+hotSpotUsersMac OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user mac"
+ ::= { hotspot1 10 }
+
+hotSpotUsersIp OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user ip address"
+ ::= { hotspot1 11 }
+
+hotSpotUsersStartTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user connection to hotspot time"
+ ::= { hotspot1 12 }
+
+hotSpotUsersUseTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user active time"
+ ::= { hotspot1 13 }
+
+hotSpotUsersDownload OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user downloaded data"
+ ::= { hotspot1 14 }
+
+hotSpotUsersUpload OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user uploaded data"
+ ::= { hotspot1 15 }
+
+hotSpotEndTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user last connection time"
+ ::= { hotspot1 16 }
+
+--HOTSPOT2
+--
+--
+--
+
+hotSpotId OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Rut9xx hot spot id"
+ ::= { hotspot2 1 }
+
+hotSpotSsid OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Rut9xx hot spot ssid"
+ ::= { hotspot2 2 }
+
+hotSpotEnableState OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot enable state"
+ ::= { hotspot2 3 }
+
+hotSpotIP OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot ip address"
+ ::= { hotspot2 4 }
+
+hotSpotDownloadBandWidth OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot download band width"
+ ::= { hotspot2 5 }
+
+hotSpotUploadBandWidth OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot upload band width"
+ ::= { hotspot2 6 }
+
+hotSpotUsers OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot existing users"
+ ::= { hotspot2 7 }
+
+hotSpotUsersPass OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot users passwords"
+ ::= { hotspot2 8 }
+
+hotSpotUsersActive OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot active users"
+ ::= { hotspot2 9 }
+
+hotSpotUsersMac OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user mac"
+ ::= { hotspot2 10 }
+
+hotSpotUsersIp OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user ip address"
+ ::= { hotspot2 11 }
+
+hotSpotUsersStartTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user connection to hotspot time"
+ ::= { hotspot2 12 }
+
+hotSpotUsersUseTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user active time"
+ ::= { hotspot2 13 }
+
+hotSpotUsersDownload OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user downloaded data"
+ ::= { hotspot2 14 }
+
+hotSpotUsersUpload OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user uploaded data"
+ ::= { hotspot2 15 }
+
+hotSpotEndTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user last connection time"
+ ::= { hotspot2 16 }
+
+--HOTSPOT3
+--
+--
+--
+
+hotSpotId OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Rut9xx hot spot id"
+ ::= { hotspot3 1 }
+
+hotSpotSsid OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Rut9xx hot spot ssid"
+ ::= { hotspot3 2 }
+
+hotSpotEnableState OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot enable state"
+ ::= { hotspot3 3 }
+
+hotSpotIP OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot ip address"
+ ::= { hotspot3 4 }
+
+hotSpotDownloadBandWidth OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot download band width"
+ ::= { hotspot3 5 }
+
+hotSpotUploadBandWidth OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot upload band width"
+ ::= { hotspot3 6 }
+
+hotSpotUsers OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot existing users"
+ ::= { hotspot3 7 }
+
+hotSpotUsersPass OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot users passwords"
+ ::= { hotspot3 8 }
+
+hotSpotUsersActive OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot active users"
+ ::= { hotspot3 9 }
+
+hotSpotUsersMac OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user mac"
+ ::= { hotspot3 10 }
+
+hotSpotUsersIp OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user ip address"
+ ::= { hotspot3 11 }
+
+hotSpotUsersStartTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user connection to hotspot time"
+ ::= { hotspot3 12 }
+
+hotSpotUsersUseTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user active time"
+ ::= { hotspot3 13 }
+
+hotSpotUsersDownload OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user downloaded data"
+ ::= { hotspot3 14 }
+
+hotSpotUsersUpload OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user uploaded data"
+ ::= { hotspot3 15 }
+
+hotSpotEndTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user last connection time"
+ ::= { hotspot3 16 }
+
+--HOTPSOT4
+--
+--
+--
+
+hotSpotId OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Rut9xx hot spot id"
+ ::= { hotspot4 1 }
+
+hotSpotSsid OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Rut9xx hot spot ssid"
+ ::= { hotspot4 2 }
+
+hotSpotEnableState OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot enable state"
+ ::= { hotspot4 3 }
+
+hotSpotIP OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot ip address"
+ ::= { hotspot4 4 }
+
+hotSpotDownloadBandWidth OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot download band width"
+ ::= { hotspot4 5 }
+
+hotSpotUploadBandWidth OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot upload band width"
+ ::= { hotspot4 6 }
+
+hotSpotUsers OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot existing users"
+ ::= { hotspot4 7 }
+
+hotSpotUsersPass OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot users passwords"
+ ::= { hotspot4 8 }
+
+hotSpotUsersActive OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot active users"
+ ::= { hotspot4 9 }
+
+hotSpotUsersMac OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user mac"
+ ::= { hotspot4 10 }
+
+hotSpotUsersIp OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user ip address"
+ ::= { hotspot4 11 }
+
+hotSpotUsersStartTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user connection to hotspot time"
+ ::= { hotspot4 12 }
+
+hotSpotUsersUseTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user active time"
+ ::= { hotspot4 13 }
+
+hotSpotUsersDownload OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user downloaded data"
+ ::= { hotspot4 14 }
+
+hotSpotUsersUpload OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user uploaded data"
+ ::= { hotspot4 15 }
+
+hotSpotEndTime OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "RUT9xx hot spot user last connection time"
+ ::= { hotspot4 16 }
+
+END
diff --git a/tests/data/rutos.json b/tests/data/rutos.json
new file mode 100644
index 0000000000..0b001893b1
--- /dev/null
+++ b/tests/data/rutos.json
@@ -0,0 +1,3197 @@
+{
+ "os": {
+ "discovery": {
+ "devices": [
+ {
+ "sysName": "",
+ "sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
+ "sysDescr": "Linux Teltonika-RUT955.com 3.18.44 #1 Tue Mar 12 11:58:56 UTC 2019 mips",
+ "sysContact": null,
+ "version": null,
+ "hardware": null,
+ "features": null,
+ "os": "rutos",
+ "type": "network",
+ "serial": null,
+ "icon": "teltonika.png",
+ "location": null
+ }
+ ]
+ },
+ "poller": {
+ "devices": [
+ {
+ "sysName": "",
+ "sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
+ "sysDescr": "Linux Teltonika-RUT955.com 3.18.44 #1 Tue Mar 12 11:58:56 UTC 2019 mips",
+ "sysContact": "",
+ "version": null,
+ "hardware": null,
+ "features": null,
+ "os": "rutos",
+ "type": "network",
+ "serial": null,
+ "icon": "teltonika.png",
+ "location": ""
+ }
+ ]
+ }
+ },
+ "ports": {
+ "discovery": {
+ "ports": [
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "lo",
+ "ifName": "lo",
+ "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": "softwareLoopback",
+ "ifAlias": "lo",
+ "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": "eth0",
+ "ifName": "eth0",
+ "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": "ethernetCsmacd",
+ "ifAlias": "eth0",
+ "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": "eth1",
+ "ifName": "eth1",
+ "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": "ethernetCsmacd",
+ "ifAlias": "eth1",
+ "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": "ip6tnl0",
+ "ifName": "ip6tnl0",
+ "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": "tunnel",
+ "ifAlias": "ip6tnl0",
+ "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": "ifb0",
+ "ifName": "ifb0",
+ "portName": null,
+ "ifIndex": 5,
+ "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": "ifb0",
+ "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": "ifb1",
+ "ifName": "ifb1",
+ "portName": null,
+ "ifIndex": 6,
+ "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": "ifb1",
+ "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": "gre0",
+ "ifName": "gre0",
+ "portName": null,
+ "ifIndex": 7,
+ "ifSpeed": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifOperStatus": null,
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "tunnel",
+ "ifAlias": "gre0",
+ "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": "gretap0",
+ "ifName": "gretap0",
+ "portName": null,
+ "ifIndex": 8,
+ "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": "gretap0",
+ "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": "wwan0",
+ "ifName": "wwan0",
+ "portName": null,
+ "ifIndex": 10,
+ "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": "wwan0",
+ "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": "br-lan",
+ "ifName": "br-lan",
+ "portName": null,
+ "ifIndex": 11,
+ "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": "br-lan",
+ "ifPhysAddress": null,
+ "ifHardType": null,
+ "ifLastChange": 0,
+ "ifVlan": "",
+ "ifTrunk": null,
+ "counter_in": null,
+ "counter_out": null,
+ "ignore": 0,
+ "disabled": 0,
+ "detailed": 0,
+ "deleted": 0,
+ "pagpOperationMode": null,
+ "pagpPortState": null,
+ "pagpPartnerDeviceId": null,
+ "pagpPartnerLearnMethod": null,
+ "pagpPartnerIfIndex": null,
+ "pagpPartnerGroupIfIndex": null,
+ "pagpPartnerDeviceName": null,
+ "pagpEthcOperationMode": null,
+ "pagpDeviceId": null,
+ "pagpGroupIfIndex": null,
+ "ifInUcastPkts": null,
+ "ifInUcastPkts_prev": null,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": null,
+ "ifOutUcastPkts_prev": null,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": null,
+ "ifInErrors_prev": null,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": null,
+ "ifOutErrors_prev": null,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": null,
+ "ifInOctets_prev": null,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": null,
+ "ifOutOctets_prev": null,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": null,
+ "ifInNUcastPkts_prev": null,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": null,
+ "ifOutNUcastPkts_prev": null,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": null,
+ "ifInDiscards_prev": null,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": null,
+ "ifOutDiscards_prev": null,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": null,
+ "ifInUnknownProtos_prev": null,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": null,
+ "ifInBroadcastPkts_prev": null,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": null,
+ "ifOutBroadcastPkts_prev": null,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": null,
+ "ifInMulticastPkts_prev": null,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": null,
+ "ifOutMulticastPkts_prev": null,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ },
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "br-lan_dmz",
+ "ifName": "br-lan_dmz",
+ "portName": null,
+ "ifIndex": 12,
+ "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": "br-lan_dmz",
+ "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": "eth0.1",
+ "ifName": "eth0.1",
+ "portName": null,
+ "ifIndex": 13,
+ "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": "eth0.1",
+ "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": "tun_c_test",
+ "ifName": "tun_c_test",
+ "portName": null,
+ "ifIndex": 15,
+ "ifSpeed": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifOperStatus": null,
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "other",
+ "ifAlias": "tun_c_test",
+ "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": "lo",
+ "ifName": "lo",
+ "portName": null,
+ "ifIndex": 1,
+ "ifSpeed": 10000000,
+ "ifConnectorPresent": "false",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 10,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 65536,
+ "ifType": "softwareLoopback",
+ "ifAlias": "lo",
+ "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": 4784,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 4784,
+ "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": 313570,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 313570,
+ "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": "eth0",
+ "ifName": "eth0",
+ "portName": null,
+ "ifIndex": 2,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth0",
+ "ifPhysAddress": "001e4222ad30",
+ "ifHardType": null,
+ "ifLastChange": 0,
+ "ifVlan": "",
+ "ifTrunk": null,
+ "counter_in": null,
+ "counter_out": null,
+ "ignore": 0,
+ "disabled": 0,
+ "detailed": 0,
+ "deleted": 0,
+ "pagpOperationMode": null,
+ "pagpPortState": null,
+ "pagpPartnerDeviceId": null,
+ "pagpPartnerLearnMethod": null,
+ "pagpPartnerIfIndex": null,
+ "pagpPartnerGroupIfIndex": null,
+ "pagpPartnerDeviceName": null,
+ "pagpEthcOperationMode": null,
+ "pagpDeviceId": null,
+ "pagpGroupIfIndex": null,
+ "ifInUcastPkts": 0,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 0,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 0,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 0,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 0,
+ "ifOutOctets_prev": 0,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": 0,
+ "ifInNUcastPkts_prev": 0,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": 0,
+ "ifOutNUcastPkts_prev": 0,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": 0,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 0,
+ "ifOutDiscards_prev": 0,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": 0,
+ "ifInUnknownProtos_prev": 0,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": 0,
+ "ifInBroadcastPkts_prev": 0,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": 0,
+ "ifOutBroadcastPkts_prev": 0,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": 0,
+ "ifInMulticastPkts_prev": 0,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": 0,
+ "ifOutMulticastPkts_prev": 0,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ },
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "eth1",
+ "ifName": "eth1",
+ "portName": null,
+ "ifIndex": 3,
+ "ifSpeed": 10000000,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 10,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth1",
+ "ifPhysAddress": "001e4222ad31",
+ "ifHardType": null,
+ "ifLastChange": 0,
+ "ifVlan": "",
+ "ifTrunk": null,
+ "counter_in": null,
+ "counter_out": null,
+ "ignore": 0,
+ "disabled": 0,
+ "detailed": 0,
+ "deleted": 0,
+ "pagpOperationMode": null,
+ "pagpPortState": null,
+ "pagpPartnerDeviceId": null,
+ "pagpPartnerLearnMethod": null,
+ "pagpPartnerIfIndex": null,
+ "pagpPartnerGroupIfIndex": null,
+ "pagpPartnerDeviceName": null,
+ "pagpEthcOperationMode": null,
+ "pagpDeviceId": null,
+ "pagpGroupIfIndex": null,
+ "ifInUcastPkts": 0,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 0,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 0,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 0,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 0,
+ "ifOutOctets_prev": 0,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": 0,
+ "ifInNUcastPkts_prev": 0,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": 0,
+ "ifOutNUcastPkts_prev": 0,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": 0,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 0,
+ "ifOutDiscards_prev": 0,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": 0,
+ "ifInUnknownProtos_prev": 0,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": 0,
+ "ifInBroadcastPkts_prev": 0,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": 0,
+ "ifOutBroadcastPkts_prev": 0,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": 0,
+ "ifInMulticastPkts_prev": 0,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": 0,
+ "ifOutMulticastPkts_prev": 0,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ },
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "ip6tnl0",
+ "ifName": "ip6tnl0",
+ "portName": null,
+ "ifIndex": 4,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "down",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1452,
+ "ifType": "tunnel",
+ "ifAlias": "ip6tnl0",
+ "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": 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": "ifb0",
+ "ifName": "ifb0",
+ "portName": null,
+ "ifIndex": 5,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "down",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "ifb0",
+ "ifPhysAddress": "7ac21515cd6a",
+ "ifHardType": null,
+ "ifLastChange": 0,
+ "ifVlan": "",
+ "ifTrunk": null,
+ "counter_in": null,
+ "counter_out": null,
+ "ignore": 0,
+ "disabled": 0,
+ "detailed": 0,
+ "deleted": 0,
+ "pagpOperationMode": null,
+ "pagpPortState": null,
+ "pagpPartnerDeviceId": null,
+ "pagpPartnerLearnMethod": null,
+ "pagpPartnerIfIndex": null,
+ "pagpPartnerGroupIfIndex": null,
+ "pagpPartnerDeviceName": null,
+ "pagpEthcOperationMode": null,
+ "pagpDeviceId": null,
+ "pagpGroupIfIndex": null,
+ "ifInUcastPkts": 0,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 0,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 0,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 0,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 0,
+ "ifOutOctets_prev": 0,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": 0,
+ "ifInNUcastPkts_prev": 0,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": 0,
+ "ifOutNUcastPkts_prev": 0,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": 0,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 0,
+ "ifOutDiscards_prev": 0,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": 0,
+ "ifInUnknownProtos_prev": 0,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": 0,
+ "ifInBroadcastPkts_prev": 0,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": 0,
+ "ifOutBroadcastPkts_prev": 0,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": 0,
+ "ifInMulticastPkts_prev": 0,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": 0,
+ "ifOutMulticastPkts_prev": 0,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ },
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "ifb1",
+ "ifName": "ifb1",
+ "portName": null,
+ "ifIndex": 6,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "down",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "ifb1",
+ "ifPhysAddress": "ce3327e35b4d",
+ "ifHardType": null,
+ "ifLastChange": 0,
+ "ifVlan": "",
+ "ifTrunk": null,
+ "counter_in": null,
+ "counter_out": null,
+ "ignore": 0,
+ "disabled": 0,
+ "detailed": 0,
+ "deleted": 0,
+ "pagpOperationMode": null,
+ "pagpPortState": null,
+ "pagpPartnerDeviceId": null,
+ "pagpPartnerLearnMethod": null,
+ "pagpPartnerIfIndex": null,
+ "pagpPartnerGroupIfIndex": null,
+ "pagpPartnerDeviceName": null,
+ "pagpEthcOperationMode": null,
+ "pagpDeviceId": null,
+ "pagpGroupIfIndex": null,
+ "ifInUcastPkts": 0,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 0,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 0,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 0,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 0,
+ "ifOutOctets_prev": 0,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": 0,
+ "ifInNUcastPkts_prev": 0,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": 0,
+ "ifOutNUcastPkts_prev": 0,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": 0,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 0,
+ "ifOutDiscards_prev": 0,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": 0,
+ "ifInUnknownProtos_prev": 0,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": 0,
+ "ifInBroadcastPkts_prev": 0,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": 0,
+ "ifOutBroadcastPkts_prev": 0,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": 0,
+ "ifInMulticastPkts_prev": 0,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": 0,
+ "ifOutMulticastPkts_prev": 0,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ },
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "gre0",
+ "ifName": "gre0",
+ "portName": null,
+ "ifIndex": 7,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "down",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1476,
+ "ifType": "tunnel",
+ "ifAlias": "gre0",
+ "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": 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": "gretap0",
+ "ifName": "gretap0",
+ "portName": null,
+ "ifIndex": 8,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "down",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1462,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "gretap0",
+ "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": 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": "wwan0",
+ "ifName": "wwan0",
+ "portName": null,
+ "ifIndex": 10,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "wwan0",
+ "ifPhysAddress": "0a73f4282dea",
+ "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": 59520,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 66177,
+ "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": 8563169,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 22337957,
+ "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": "br-lan",
+ "ifName": "br-lan",
+ "portName": null,
+ "ifIndex": 11,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "br-lan",
+ "ifPhysAddress": "001e4222ad30",
+ "ifHardType": null,
+ "ifLastChange": 0,
+ "ifVlan": "",
+ "ifTrunk": null,
+ "counter_in": null,
+ "counter_out": null,
+ "ignore": 0,
+ "disabled": 0,
+ "detailed": 0,
+ "deleted": 0,
+ "pagpOperationMode": null,
+ "pagpPortState": null,
+ "pagpPartnerDeviceId": null,
+ "pagpPartnerLearnMethod": null,
+ "pagpPartnerIfIndex": null,
+ "pagpPartnerGroupIfIndex": null,
+ "pagpPartnerDeviceName": null,
+ "pagpEthcOperationMode": null,
+ "pagpDeviceId": null,
+ "pagpGroupIfIndex": null,
+ "ifInUcastPkts": 0,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 0,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 0,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 0,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 0,
+ "ifOutOctets_prev": 0,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": 0,
+ "ifInNUcastPkts_prev": 0,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": 0,
+ "ifOutNUcastPkts_prev": 0,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": 0,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 0,
+ "ifOutDiscards_prev": 0,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": 0,
+ "ifInUnknownProtos_prev": 0,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": 0,
+ "ifInBroadcastPkts_prev": 0,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": 0,
+ "ifOutBroadcastPkts_prev": 0,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": 0,
+ "ifInMulticastPkts_prev": 0,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": 0,
+ "ifOutMulticastPkts_prev": 0,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ },
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "br-lan_dmz",
+ "ifName": "br-lan_dmz",
+ "portName": null,
+ "ifIndex": 12,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "br-lan_dmz",
+ "ifPhysAddress": "001e4222ad30",
+ "ifHardType": null,
+ "ifLastChange": 0,
+ "ifVlan": "",
+ "ifTrunk": null,
+ "counter_in": null,
+ "counter_out": null,
+ "ignore": 0,
+ "disabled": 0,
+ "detailed": 0,
+ "deleted": 0,
+ "pagpOperationMode": null,
+ "pagpPortState": null,
+ "pagpPartnerDeviceId": null,
+ "pagpPartnerLearnMethod": null,
+ "pagpPartnerIfIndex": null,
+ "pagpPartnerGroupIfIndex": null,
+ "pagpPartnerDeviceName": null,
+ "pagpEthcOperationMode": null,
+ "pagpDeviceId": null,
+ "pagpGroupIfIndex": null,
+ "ifInUcastPkts": 0,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 0,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 0,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 0,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 0,
+ "ifOutOctets_prev": 0,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": 0,
+ "ifInNUcastPkts_prev": 0,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": 0,
+ "ifOutNUcastPkts_prev": 0,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": 0,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 0,
+ "ifOutDiscards_prev": 0,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": 0,
+ "ifInUnknownProtos_prev": 0,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": 0,
+ "ifInBroadcastPkts_prev": 0,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": 0,
+ "ifOutBroadcastPkts_prev": 0,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": 0,
+ "ifInMulticastPkts_prev": 0,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": 0,
+ "ifOutMulticastPkts_prev": 0,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ },
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "eth0.1",
+ "ifName": "eth0.1",
+ "portName": null,
+ "ifIndex": 13,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth0.1",
+ "ifPhysAddress": "001e4222ad30",
+ "ifHardType": null,
+ "ifLastChange": 0,
+ "ifVlan": "",
+ "ifTrunk": null,
+ "counter_in": null,
+ "counter_out": null,
+ "ignore": 0,
+ "disabled": 0,
+ "detailed": 0,
+ "deleted": 0,
+ "pagpOperationMode": null,
+ "pagpPortState": null,
+ "pagpPartnerDeviceId": null,
+ "pagpPartnerLearnMethod": null,
+ "pagpPartnerIfIndex": null,
+ "pagpPartnerGroupIfIndex": null,
+ "pagpPartnerDeviceName": null,
+ "pagpEthcOperationMode": null,
+ "pagpDeviceId": null,
+ "pagpGroupIfIndex": null,
+ "ifInUcastPkts": 0,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 0,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 0,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 0,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 0,
+ "ifOutOctets_prev": 0,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": 0,
+ "ifInNUcastPkts_prev": 0,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": 0,
+ "ifOutNUcastPkts_prev": 0,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": 0,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 0,
+ "ifOutDiscards_prev": 0,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": 0,
+ "ifInUnknownProtos_prev": 0,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": 0,
+ "ifInBroadcastPkts_prev": 0,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": 0,
+ "ifOutBroadcastPkts_prev": 0,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": 0,
+ "ifInMulticastPkts_prev": 0,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": 0,
+ "ifOutMulticastPkts_prev": 0,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ },
+ {
+ "port_descr_type": null,
+ "port_descr_descr": null,
+ "port_descr_circuit": null,
+ "port_descr_speed": null,
+ "port_descr_notes": null,
+ "ifDescr": "tun_c_test",
+ "ifName": "tun_c_test",
+ "portName": null,
+ "ifIndex": 15,
+ "ifSpeed": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "other",
+ "ifAlias": "tun_c_test",
+ "ifPhysAddress": null,
+ "ifHardType": null,
+ "ifLastChange": 1172449,
+ "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": 29197,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 32703,
+ "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": 2972981,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 10071632,
+ "ifOutOctets_prev": 0,
+ "ifOutOctets_delta": null,
+ "ifOutOctets_rate": null,
+ "poll_prev": null,
+ "ifInNUcastPkts": 0,
+ "ifInNUcastPkts_prev": 0,
+ "ifInNUcastPkts_delta": null,
+ "ifInNUcastPkts_rate": null,
+ "ifOutNUcastPkts": 0,
+ "ifOutNUcastPkts_prev": 0,
+ "ifOutNUcastPkts_delta": null,
+ "ifOutNUcastPkts_rate": null,
+ "ifInDiscards": 0,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 0,
+ "ifOutDiscards_prev": 0,
+ "ifOutDiscards_delta": null,
+ "ifOutDiscards_rate": null,
+ "ifInUnknownProtos": 0,
+ "ifInUnknownProtos_prev": 0,
+ "ifInUnknownProtos_delta": null,
+ "ifInUnknownProtos_rate": null,
+ "ifInBroadcastPkts": 0,
+ "ifInBroadcastPkts_prev": 0,
+ "ifInBroadcastPkts_delta": null,
+ "ifInBroadcastPkts_rate": null,
+ "ifOutBroadcastPkts": 0,
+ "ifOutBroadcastPkts_prev": 0,
+ "ifOutBroadcastPkts_delta": null,
+ "ifOutBroadcastPkts_rate": null,
+ "ifInMulticastPkts": 0,
+ "ifInMulticastPkts_prev": 0,
+ "ifInMulticastPkts_delta": null,
+ "ifInMulticastPkts_rate": null,
+ "ifOutMulticastPkts": 0,
+ "ifOutMulticastPkts_prev": 0,
+ "ifOutMulticastPkts_delta": null,
+ "ifOutMulticastPkts_rate": null
+ }
+ ]
+ }
+ },
+ "processors": {
+ "discovery": {
+ "processors": [
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 196608,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196608",
+ "processor_index": "196608",
+ "processor_type": "hr",
+ "processor_usage": 74,
+ "processor_descr": "Processor",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "mempools": {
+ "discovery": {
+ "mempools": [
+ {
+ "mempool_index": "1",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Physical memory",
+ "mempool_perc": 0,
+ "mempool_used": 0,
+ "mempool_free": 0,
+ "mempool_total": 0,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ },
+ {
+ "mempool_index": "3",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Virtual memory",
+ "mempool_perc": 0,
+ "mempool_used": 0,
+ "mempool_free": 0,
+ "mempool_total": 0,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ },
+ {
+ "mempool_index": "10",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Swap space",
+ "mempool_perc": 0,
+ "mempool_used": 0,
+ "mempool_free": 0,
+ "mempool_total": 0,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ }
+ ]
+ },
+ "poller": {
+ "mempools": [
+ {
+ "mempool_index": "1",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Physical memory",
+ "mempool_perc": 40,
+ "mempool_used": 51396608,
+ "mempool_free": 77611008,
+ "mempool_total": 129007616,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ },
+ {
+ "mempool_index": "3",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Virtual memory",
+ "mempool_perc": 40,
+ "mempool_used": 51396608,
+ "mempool_free": 77611008,
+ "mempool_total": 129007616,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ },
+ {
+ "mempool_index": "10",
+ "entPhysicalIndex": null,
+ "hrDeviceIndex": null,
+ "mempool_type": "hrstorage",
+ "mempool_precision": 1024,
+ "mempool_descr": "Swap space",
+ "mempool_perc": 0,
+ "mempool_used": 0,
+ "mempool_free": 0,
+ "mempool_total": 0,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 75
+ }
+ ]
+ }
+ },
+ "sensors": {
+ "discovery": {
+ "sensors": [
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "dbm",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.48690.2.4.0",
+ "sensor_index": "Signal.0",
+ "sensor_type": "rutos",
+ "sensor_descr": "signal",
+ "group": "",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": -55,
+ "sensor_limit": -52.25,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": -57.75,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": "Signal",
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": null
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.48690.2.7.0",
+ "sensor_index": "ConnectionState.0",
+ "sensor_type": "ConnectionState",
+ "sensor_descr": "F SFR",
+ "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": "ConnectionState"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.48690.2.8.0",
+ "sensor_index": "ConnectionType.0",
+ "sensor_type": "ConnectionType",
+ "sensor_descr": "F SFR",
+ "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": "ConnectionType"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.48690.2.2.0",
+ "sensor_index": "PinState.0",
+ "sensor_type": "Pinstate",
+ "sensor_descr": "Pinstate",
+ "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": "Pinstate"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "temperature",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.48690.2.9.0",
+ "sensor_index": "Temperature.0",
+ "sensor_type": "rutos",
+ "sensor_descr": "system",
+ "group": "",
+ "sensor_divisor": 10,
+ "sensor_multiplier": 1,
+ "sensor_current": 44,
+ "sensor_limit": 64,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": 34,
+ "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": "ConnectionState",
+ "state_descr": "connected",
+ "state_draw_graph": 0,
+ "state_value": 0,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ConnectionState",
+ "state_descr": "not connected",
+ "state_draw_graph": 0,
+ "state_value": 1,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "ConnectionType",
+ "state_descr": "LTE",
+ "state_draw_graph": 0,
+ "state_value": 0,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "ConnectionType",
+ "state_descr": "3G",
+ "state_draw_graph": 0,
+ "state_value": 1,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "ConnectionType",
+ "state_descr": "2G",
+ "state_draw_graph": 0,
+ "state_value": 2,
+ "state_generic_value": 2
+ },
+ {
+ "state_name": "Pinstate",
+ "state_descr": "READY",
+ "state_draw_graph": 0,
+ "state_value": 0,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "Pinstate",
+ "state_descr": "not READY",
+ "state_draw_graph": 0,
+ "state_value": 1,
+ "state_generic_value": 2
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "storage": {
+ "discovery": {
+ "storage": [
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "31",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/rom",
+ "storage_size": 11010048,
+ "storage_units": 262144,
+ "storage_used": 11010048,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "32",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/overlay",
+ "storage_size": 3801088,
+ "storage_units": 4096,
+ "storage_used": 544768,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "33",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/",
+ "storage_size": 3801088,
+ "storage_units": 4096,
+ "storage_used": 544768,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "34",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/mnt/mtdblock7",
+ "storage_size": 589824,
+ "storage_units": 4096,
+ "storage_used": 286720,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ }
+ ]
+ },
+ "poller": {
+ "storage": [
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "31",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/rom",
+ "storage_size": 11010048,
+ "storage_units": 262144,
+ "storage_used": 11010048,
+ "storage_free": 0,
+ "storage_perc": 100,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "32",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/overlay",
+ "storage_size": 3801088,
+ "storage_units": 4096,
+ "storage_used": 544768,
+ "storage_free": 3256320,
+ "storage_perc": 14,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "33",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/",
+ "storage_size": 3801088,
+ "storage_units": 4096,
+ "storage_used": 544768,
+ "storage_free": 3256320,
+ "storage_perc": 14,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "34",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/mnt/mtdblock7",
+ "storage_size": 589824,
+ "storage_units": 4096,
+ "storage_used": 286720,
+ "storage_free": 303104,
+ "storage_perc": 49,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ }
+ ]
+ }
+ }
+}
+
diff --git a/tests/snmpsim/rutos.snmprec b/tests/snmpsim/rutos.snmprec
new file mode 100644
index 0000000000..f13c0ec730
--- /dev/null
+++ b/tests/snmpsim/rutos.snmprec
@@ -0,0 +1,690 @@
+1.3.6.1.2.1.1.1.0|4|Linux Teltonika-RUT955.com 3.18.44 #1 Tue Mar 12 11:58:56 UTC 2019 mips
+1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
+1.3.6.1.2.1.1.3.0|67|2569473
+1.3.6.1.2.1.1.4.0|4|
+1.3.6.1.2.1.1.5.0|4|
+1.3.6.1.2.1.1.6.0|4|
+1.3.6.1.2.1.2.2.1.2.1|4|lo
+1.3.6.1.2.1.2.2.1.2.2|4|eth0
+1.3.6.1.2.1.2.2.1.2.3|4|eth1
+1.3.6.1.2.1.2.2.1.2.4|4|ip6tnl0
+1.3.6.1.2.1.2.2.1.2.5|4|ifb0
+1.3.6.1.2.1.2.2.1.2.6|4|ifb1
+1.3.6.1.2.1.2.2.1.2.7|4|gre0
+1.3.6.1.2.1.2.2.1.2.8|4|gretap0
+1.3.6.1.2.1.2.2.1.2.10|4|wwan0
+1.3.6.1.2.1.2.2.1.2.11|4|br-lan
+1.3.6.1.2.1.2.2.1.2.12|4|br-lan_dmz
+1.3.6.1.2.1.2.2.1.2.13|4|eth0.1
+1.3.6.1.2.1.2.2.1.2.15|4|tun_c_test
+1.3.6.1.2.1.2.2.1.3.1|2|24
+1.3.6.1.2.1.2.2.1.3.2|2|6
+1.3.6.1.2.1.2.2.1.3.3|2|6
+1.3.6.1.2.1.2.2.1.3.4|2|131
+1.3.6.1.2.1.2.2.1.3.5|2|6
+1.3.6.1.2.1.2.2.1.3.6|2|6
+1.3.6.1.2.1.2.2.1.3.7|2|131
+1.3.6.1.2.1.2.2.1.3.8|2|6
+1.3.6.1.2.1.2.2.1.3.10|2|6
+1.3.6.1.2.1.2.2.1.3.11|2|6
+1.3.6.1.2.1.2.2.1.3.12|2|6
+1.3.6.1.2.1.2.2.1.3.13|2|6
+1.3.6.1.2.1.2.2.1.3.15|2|1
+1.3.6.1.2.1.2.2.1.4.1|2|65536
+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|1452
+1.3.6.1.2.1.2.2.1.4.5|2|1500
+1.3.6.1.2.1.2.2.1.4.6|2|1500
+1.3.6.1.2.1.2.2.1.4.7|2|1476
+1.3.6.1.2.1.2.2.1.4.8|2|1462
+1.3.6.1.2.1.2.2.1.4.10|2|1500
+1.3.6.1.2.1.2.2.1.4.11|2|1500
+1.3.6.1.2.1.2.2.1.4.12|2|1500
+1.3.6.1.2.1.2.2.1.4.13|2|1500
+1.3.6.1.2.1.2.2.1.4.15|2|1500
+1.3.6.1.2.1.2.2.1.6.1|4|
+1.3.6.1.2.1.2.2.1.6.2|4x|001E4222AD30
+1.3.6.1.2.1.2.2.1.6.3|4x|001E4222AD31
+1.3.6.1.2.1.2.2.1.6.4|4|
+1.3.6.1.2.1.2.2.1.6.5|4x|7AC21515CD6A
+1.3.6.1.2.1.2.2.1.6.6|4x|CE3327E35B4D
+1.3.6.1.2.1.2.2.1.6.7|4|
+1.3.6.1.2.1.2.2.1.6.8|4|
+1.3.6.1.2.1.2.2.1.6.10|4x|0A73F4282DEA
+1.3.6.1.2.1.2.2.1.6.11|4x|001E4222AD30
+1.3.6.1.2.1.2.2.1.6.12|4x|001E4222AD30
+1.3.6.1.2.1.2.2.1.6.13|4x|001E4222AD30
+1.3.6.1.2.1.2.2.1.6.15|4|
+1.3.6.1.2.1.2.2.1.7.1|2|1
+1.3.6.1.2.1.2.2.1.7.2|2|1
+1.3.6.1.2.1.2.2.1.7.3|2|1
+1.3.6.1.2.1.2.2.1.7.4|2|2
+1.3.6.1.2.1.2.2.1.7.5|2|2
+1.3.6.1.2.1.2.2.1.7.6|2|2
+1.3.6.1.2.1.2.2.1.7.7|2|2
+1.3.6.1.2.1.2.2.1.7.8|2|2
+1.3.6.1.2.1.2.2.1.7.10|2|1
+1.3.6.1.2.1.2.2.1.7.11|2|1
+1.3.6.1.2.1.2.2.1.7.12|2|1
+1.3.6.1.2.1.2.2.1.7.13|2|1
+1.3.6.1.2.1.2.2.1.7.15|2|1
+1.3.6.1.2.1.2.2.1.8.1|2|1
+1.3.6.1.2.1.2.2.1.8.2|2|2
+1.3.6.1.2.1.2.2.1.8.3|2|2
+1.3.6.1.2.1.2.2.1.8.4|2|2
+1.3.6.1.2.1.2.2.1.8.5|2|2
+1.3.6.1.2.1.2.2.1.8.6|2|2
+1.3.6.1.2.1.2.2.1.8.7|2|2
+1.3.6.1.2.1.2.2.1.8.8|2|2
+1.3.6.1.2.1.2.2.1.8.10|2|1
+1.3.6.1.2.1.2.2.1.8.11|2|2
+1.3.6.1.2.1.2.2.1.8.12|2|2
+1.3.6.1.2.1.2.2.1.8.13|2|2
+1.3.6.1.2.1.2.2.1.8.15|2|1
+1.3.6.1.2.1.2.2.1.9.1|67|0
+1.3.6.1.2.1.2.2.1.9.2|67|0
+1.3.6.1.2.1.2.2.1.9.3|67|0
+1.3.6.1.2.1.2.2.1.9.4|67|0
+1.3.6.1.2.1.2.2.1.9.5|67|0
+1.3.6.1.2.1.2.2.1.9.6|67|0
+1.3.6.1.2.1.2.2.1.9.7|67|0
+1.3.6.1.2.1.2.2.1.9.8|67|0
+1.3.6.1.2.1.2.2.1.9.10|67|0
+1.3.6.1.2.1.2.2.1.9.11|67|0
+1.3.6.1.2.1.2.2.1.9.12|67|0
+1.3.6.1.2.1.2.2.1.9.13|67|0
+1.3.6.1.2.1.2.2.1.9.15|67|1172449
+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.13.5|65|0
+1.3.6.1.2.1.2.2.1.13.6|65|0
+1.3.6.1.2.1.2.2.1.13.7|65|0
+1.3.6.1.2.1.2.2.1.13.8|65|0
+1.3.6.1.2.1.2.2.1.13.10|65|0
+1.3.6.1.2.1.2.2.1.13.11|65|0
+1.3.6.1.2.1.2.2.1.13.12|65|0
+1.3.6.1.2.1.2.2.1.13.13|65|0
+1.3.6.1.2.1.2.2.1.13.15|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.14.5|65|0
+1.3.6.1.2.1.2.2.1.14.6|65|0
+1.3.6.1.2.1.2.2.1.14.7|65|0
+1.3.6.1.2.1.2.2.1.14.8|65|0
+1.3.6.1.2.1.2.2.1.14.10|65|0
+1.3.6.1.2.1.2.2.1.14.11|65|0
+1.3.6.1.2.1.2.2.1.14.12|65|0
+1.3.6.1.2.1.2.2.1.14.13|65|0
+1.3.6.1.2.1.2.2.1.14.15|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.19.5|65|0
+1.3.6.1.2.1.2.2.1.19.6|65|0
+1.3.6.1.2.1.2.2.1.19.7|65|0
+1.3.6.1.2.1.2.2.1.19.8|65|0
+1.3.6.1.2.1.2.2.1.19.10|65|0
+1.3.6.1.2.1.2.2.1.19.11|65|0
+1.3.6.1.2.1.2.2.1.19.12|65|0
+1.3.6.1.2.1.2.2.1.19.13|65|0
+1.3.6.1.2.1.2.2.1.19.15|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.20.5|65|0
+1.3.6.1.2.1.2.2.1.20.6|65|0
+1.3.6.1.2.1.2.2.1.20.7|65|0
+1.3.6.1.2.1.2.2.1.20.8|65|0
+1.3.6.1.2.1.2.2.1.20.10|65|0
+1.3.6.1.2.1.2.2.1.20.11|65|0
+1.3.6.1.2.1.2.2.1.20.12|65|0
+1.3.6.1.2.1.2.2.1.20.13|65|0
+1.3.6.1.2.1.2.2.1.20.15|65|0
+1.3.6.1.2.1.4.20.1.2.10.227.255.87|2|10
+1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
+1.3.6.1.2.1.4.20.1.2.172.30.43.14|2|15
+1.3.6.1.2.1.4.20.1.2.192.168.1.1|2|11
+1.3.6.1.2.1.4.20.1.2.192.168.150.1|2|12
+1.3.6.1.2.1.4.20.1.3.10.227.255.87|64|255.255.255.240
+1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
+1.3.6.1.2.1.4.20.1.3.172.30.43.14|64|255.255.255.255
+1.3.6.1.2.1.4.20.1.3.192.168.1.1|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.192.168.150.1|64|255.255.255.0
+1.3.6.1.2.1.5.1.0|65|0
+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|0
+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|0
+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|0
+1.3.6.1.2.1.5.23.0|65|0
+1.3.6.1.2.1.5.24.0|65|0
+1.3.6.1.2.1.5.25.0|65|0
+1.3.6.1.2.1.5.26.0|65|0
+1.3.6.1.2.1.5.29.1.2.1|65|0
+1.3.6.1.2.1.5.29.1.2.2|65|0
+1.3.6.1.2.1.5.29.1.3.1|65|0
+1.3.6.1.2.1.5.29.1.3.2|65|0
+1.3.6.1.2.1.5.29.1.4.1|65|0
+1.3.6.1.2.1.5.29.1.4.2|65|4
+1.3.6.1.2.1.5.29.1.5.1|65|0
+1.3.6.1.2.1.5.29.1.5.2|65|0
+1.3.6.1.2.1.5.30.1.3.1.0|65|0
+1.3.6.1.2.1.5.30.1.3.1.3|65|0
+1.3.6.1.2.1.5.30.1.3.1.4|65|0
+1.3.6.1.2.1.5.30.1.3.1.5|65|0
+1.3.6.1.2.1.5.30.1.3.1.8|65|0
+1.3.6.1.2.1.5.30.1.3.1.11|65|0
+1.3.6.1.2.1.5.30.1.3.1.12|65|0
+1.3.6.1.2.1.5.30.1.3.1.13|65|0
+1.3.6.1.2.1.5.30.1.3.1.14|65|0
+1.3.6.1.2.1.5.30.1.3.1.17|65|0
+1.3.6.1.2.1.5.30.1.3.1.18|65|0
+1.3.6.1.2.1.5.30.1.4.1.0|65|0
+1.3.6.1.2.1.5.30.1.4.1.3|65|0
+1.3.6.1.2.1.5.30.1.4.1.4|65|0
+1.3.6.1.2.1.5.30.1.4.1.5|65|0
+1.3.6.1.2.1.5.30.1.4.1.8|65|0
+1.3.6.1.2.1.5.30.1.4.1.11|65|0
+1.3.6.1.2.1.5.30.1.4.1.12|65|0
+1.3.6.1.2.1.5.30.1.4.1.13|65|0
+1.3.6.1.2.1.5.30.1.4.1.14|65|0
+1.3.6.1.2.1.5.30.1.4.1.17|65|0
+1.3.6.1.2.1.5.30.1.4.1.18|65|0
+1.3.6.1.2.1.5.30.1.4.2.143|65|4
+1.3.6.1.2.1.10.7.2.1.19.1.1.4|64|0.0.0.0
+1.3.6.1.2.1.10.7.2.1.19.1.1.7|64|0.0.0.0
+1.3.6.1.2.1.10.7.2.1.19.1.2.4|64|0.0.0.0
+1.3.6.1.2.1.10.7.2.1.19.1.2.7|64|0.0.0.0
+1.3.6.1.2.1.10.7.2.1.19.1.3.4|2|2
+1.3.6.1.2.1.10.7.2.1.19.1.3.7|2|3
+1.3.6.1.2.1.10.7.2.1.19.1.4.4|2|0
+1.3.6.1.2.1.10.7.2.1.19.1.4.7|2|0
+1.3.6.1.2.1.10.7.2.1.19.1.5.4|2|1
+1.3.6.1.2.1.10.7.2.1.19.1.5.7|2|1
+1.3.6.1.2.1.10.7.2.1.19.1.6.4|2|0
+1.3.6.1.2.1.10.7.2.1.19.1.6.7|2|0
+1.3.6.1.2.1.11.1.0|65|19153
+1.3.6.1.2.1.11.2.0|65|19152
+1.3.6.1.2.1.11.3.0|65|0
+1.3.6.1.2.1.11.4.0|65|0
+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|160781
+1.3.6.1.2.1.11.14.0|65|0
+1.3.6.1.2.1.11.15.0|65|3555
+1.3.6.1.2.1.11.16.0|65|293
+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|19154
+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.2.1.11.31.0|65|0
+1.3.6.1.2.1.11.32.0|65|0
+1.3.6.1.2.1.25.1.1.0|67|2625768
+1.3.6.1.2.1.25.1.5.0|66|0
+1.3.6.1.2.1.25.2.2.0|2|125984
+1.3.6.1.2.1.25.2.3.1.1.1|2|1
+1.3.6.1.2.1.25.2.3.1.1.3|2|3
+1.3.6.1.2.1.25.2.3.1.1.6|2|6
+1.3.6.1.2.1.25.2.3.1.1.7|2|7
+1.3.6.1.2.1.25.2.3.1.1.8|2|8
+1.3.6.1.2.1.25.2.3.1.1.10|2|10
+1.3.6.1.2.1.25.2.3.1.1.31|2|31
+1.3.6.1.2.1.25.2.3.1.1.32|2|32
+1.3.6.1.2.1.25.2.3.1.1.33|2|33
+1.3.6.1.2.1.25.2.3.1.1.34|2|34
+1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2
+1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.3
+1.3.6.1.2.1.25.2.3.1.2.6|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.7|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.8|6|1.3.6.1.2.1.25.2.1.1
+1.3.6.1.2.1.25.2.3.1.2.10|6|1.3.6.1.2.1.25.2.1.3
+1.3.6.1.2.1.25.2.3.1.2.31|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.32|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.33|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.34|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.3.1|4|Physical memory
+1.3.6.1.2.1.25.2.3.1.3.3|4|Virtual memory
+1.3.6.1.2.1.25.2.3.1.3.6|4|Memory buffers
+1.3.6.1.2.1.25.2.3.1.3.7|4|Cached memory
+1.3.6.1.2.1.25.2.3.1.3.8|4|Shared memory
+1.3.6.1.2.1.25.2.3.1.3.10|4|Swap space
+1.3.6.1.2.1.25.2.3.1.3.31|4|/rom
+1.3.6.1.2.1.25.2.3.1.3.32|4|/overlay
+1.3.6.1.2.1.25.2.3.1.3.33|4|/
+1.3.6.1.2.1.25.2.3.1.3.34|4|/mnt/mtdblock7
+1.3.6.1.2.1.25.2.3.1.4.1|2|1024
+1.3.6.1.2.1.25.2.3.1.4.3|2|1024
+1.3.6.1.2.1.25.2.3.1.4.6|2|1024
+1.3.6.1.2.1.25.2.3.1.4.7|2|1024
+1.3.6.1.2.1.25.2.3.1.4.8|2|1024
+1.3.6.1.2.1.25.2.3.1.4.10|2|1024
+1.3.6.1.2.1.25.2.3.1.4.31|2|262144
+1.3.6.1.2.1.25.2.3.1.4.32|2|4096
+1.3.6.1.2.1.25.2.3.1.4.33|2|4096
+1.3.6.1.2.1.25.2.3.1.4.34|2|4096
+1.3.6.1.2.1.25.2.3.1.5.1|2|125984
+1.3.6.1.2.1.25.2.3.1.5.3|2|125984
+1.3.6.1.2.1.25.2.3.1.5.6|2|125984
+1.3.6.1.2.1.25.2.3.1.5.7|2|17416
+1.3.6.1.2.1.25.2.3.1.5.8|2|428
+1.3.6.1.2.1.25.2.3.1.5.10|2|0
+1.3.6.1.2.1.25.2.3.1.5.31|2|42
+1.3.6.1.2.1.25.2.3.1.5.32|2|928
+1.3.6.1.2.1.25.2.3.1.5.33|2|928
+1.3.6.1.2.1.25.2.3.1.5.34|2|144
+1.3.6.1.2.1.25.2.3.1.6.1|2|50192
+1.3.6.1.2.1.25.2.3.1.6.3|2|50192
+1.3.6.1.2.1.25.2.3.1.6.6|2|7100
+1.3.6.1.2.1.25.2.3.1.6.7|2|17416
+1.3.6.1.2.1.25.2.3.1.6.8|2|428
+1.3.6.1.2.1.25.2.3.1.6.10|2|0
+1.3.6.1.2.1.25.2.3.1.6.31|2|42
+1.3.6.1.2.1.25.2.3.1.6.32|2|133
+1.3.6.1.2.1.25.2.3.1.6.33|2|133
+1.3.6.1.2.1.25.2.3.1.6.34|2|70
+1.3.6.1.2.1.25.3.2.1.1.196608|2|196608
+1.3.6.1.2.1.25.3.2.1.1.262145|2|262145
+1.3.6.1.2.1.25.3.2.1.1.262146|2|262146
+1.3.6.1.2.1.25.3.2.1.1.262147|2|262147
+1.3.6.1.2.1.25.3.2.1.1.262148|2|262148
+1.3.6.1.2.1.25.3.2.1.1.262149|2|262149
+1.3.6.1.2.1.25.3.2.1.1.262150|2|262150
+1.3.6.1.2.1.25.3.2.1.1.262151|2|262151
+1.3.6.1.2.1.25.3.2.1.1.262152|2|262152
+1.3.6.1.2.1.25.3.2.1.1.262154|2|262154
+1.3.6.1.2.1.25.3.2.1.1.262155|2|262155
+1.3.6.1.2.1.25.3.2.1.1.262156|2|262156
+1.3.6.1.2.1.25.3.2.1.1.262157|2|262157
+1.3.6.1.2.1.25.3.2.1.1.262159|2|262159
+1.3.6.1.2.1.25.3.2.1.2.196608|6|1.3.6.1.2.1.25.3.1.3
+1.3.6.1.2.1.25.3.2.1.2.262145|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262146|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262147|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262148|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262149|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262150|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262151|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262152|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262154|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262155|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262156|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262157|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262159|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.3.196608|4|
+1.3.6.1.2.1.25.3.2.1.3.262145|4|network interface lo
+1.3.6.1.2.1.25.3.2.1.3.262146|4|network interface eth0
+1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface eth1
+1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface ip6tnl0
+1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface ifb0
+1.3.6.1.2.1.25.3.2.1.3.262150|4|network interface ifb1
+1.3.6.1.2.1.25.3.2.1.3.262151|4|network interface gre0
+1.3.6.1.2.1.25.3.2.1.3.262152|4|network interface gretap0
+1.3.6.1.2.1.25.3.2.1.3.262154|4|network interface wwan0
+1.3.6.1.2.1.25.3.2.1.3.262155|4|network interface br-lan
+1.3.6.1.2.1.25.3.2.1.3.262156|4|network interface br-lan_dmz
+1.3.6.1.2.1.25.3.2.1.3.262157|4|network interface eth0.1
+1.3.6.1.2.1.25.3.2.1.3.262159|4|network interface tun_c_test
+1.3.6.1.2.1.25.3.2.1.4.196608|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262145|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262146|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262147|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262148|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262149|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262150|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262151|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262152|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262154|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262155|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262156|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262157|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262159|6|0.0
+1.3.6.1.2.1.25.3.2.1.5.196608|2|2
+1.3.6.1.2.1.25.3.2.1.5.262145|2|2
+1.3.6.1.2.1.25.3.2.1.5.262146|2|2
+1.3.6.1.2.1.25.3.2.1.5.262147|2|2
+1.3.6.1.2.1.25.3.2.1.5.262148|2|5
+1.3.6.1.2.1.25.3.2.1.5.262149|2|5
+1.3.6.1.2.1.25.3.2.1.5.262150|2|5
+1.3.6.1.2.1.25.3.2.1.5.262151|2|5
+1.3.6.1.2.1.25.3.2.1.5.262152|2|5
+1.3.6.1.2.1.25.3.2.1.5.262154|2|2
+1.3.6.1.2.1.25.3.2.1.5.262155|2|2
+1.3.6.1.2.1.25.3.2.1.5.262156|2|2
+1.3.6.1.2.1.25.3.2.1.5.262157|2|2
+1.3.6.1.2.1.25.3.2.1.5.262159|2|2
+1.3.6.1.2.1.25.3.2.1.6.262145|65|0
+1.3.6.1.2.1.25.3.2.1.6.262146|65|0
+1.3.6.1.2.1.25.3.2.1.6.262147|65|0
+1.3.6.1.2.1.25.3.2.1.6.262148|65|0
+1.3.6.1.2.1.25.3.2.1.6.262149|65|0
+1.3.6.1.2.1.25.3.2.1.6.262150|65|0
+1.3.6.1.2.1.25.3.2.1.6.262151|65|0
+1.3.6.1.2.1.25.3.2.1.6.262152|65|0
+1.3.6.1.2.1.25.3.2.1.6.262154|65|0
+1.3.6.1.2.1.25.3.2.1.6.262155|65|0
+1.3.6.1.2.1.25.3.2.1.6.262156|65|0
+1.3.6.1.2.1.25.3.2.1.6.262157|65|0
+1.3.6.1.2.1.25.3.2.1.6.262159|65|0
+1.3.6.1.2.1.25.3.3.1.1.196608|6|0.0
+1.3.6.1.2.1.25.3.3.1.2.196608|2|74
+1.3.6.1.2.1.31.1.1.1.1.1|4|lo
+1.3.6.1.2.1.31.1.1.1.1.2|4|eth0
+1.3.6.1.2.1.31.1.1.1.1.3|4|eth1
+1.3.6.1.2.1.31.1.1.1.1.4|4|ip6tnl0
+1.3.6.1.2.1.31.1.1.1.1.5|4|ifb0
+1.3.6.1.2.1.31.1.1.1.1.6|4|ifb1
+1.3.6.1.2.1.31.1.1.1.1.7|4|gre0
+1.3.6.1.2.1.31.1.1.1.1.8|4|gretap0
+1.3.6.1.2.1.31.1.1.1.1.10|4|wwan0
+1.3.6.1.2.1.31.1.1.1.1.11|4|br-lan
+1.3.6.1.2.1.31.1.1.1.1.12|4|br-lan_dmz
+1.3.6.1.2.1.31.1.1.1.1.13|4|eth0.1
+1.3.6.1.2.1.31.1.1.1.1.15|4|tun_c_test
+1.3.6.1.2.1.31.1.1.1.2.1|65|0
+1.3.6.1.2.1.31.1.1.1.2.2|65|0
+1.3.6.1.2.1.31.1.1.1.2.3|65|0
+1.3.6.1.2.1.31.1.1.1.2.4|65|0
+1.3.6.1.2.1.31.1.1.1.2.5|65|0
+1.3.6.1.2.1.31.1.1.1.2.6|65|0
+1.3.6.1.2.1.31.1.1.1.2.7|65|0
+1.3.6.1.2.1.31.1.1.1.2.8|65|0
+1.3.6.1.2.1.31.1.1.1.2.10|65|0
+1.3.6.1.2.1.31.1.1.1.2.11|65|0
+1.3.6.1.2.1.31.1.1.1.2.12|65|0
+1.3.6.1.2.1.31.1.1.1.2.13|65|0
+1.3.6.1.2.1.31.1.1.1.2.15|65|0
+1.3.6.1.2.1.31.1.1.1.3.1|65|0
+1.3.6.1.2.1.31.1.1.1.3.2|65|0
+1.3.6.1.2.1.31.1.1.1.3.3|65|0
+1.3.6.1.2.1.31.1.1.1.3.4|65|0
+1.3.6.1.2.1.31.1.1.1.3.5|65|0
+1.3.6.1.2.1.31.1.1.1.3.6|65|0
+1.3.6.1.2.1.31.1.1.1.3.7|65|0
+1.3.6.1.2.1.31.1.1.1.3.8|65|0
+1.3.6.1.2.1.31.1.1.1.3.10|65|0
+1.3.6.1.2.1.31.1.1.1.3.11|65|0
+1.3.6.1.2.1.31.1.1.1.3.12|65|0
+1.3.6.1.2.1.31.1.1.1.3.13|65|0
+1.3.6.1.2.1.31.1.1.1.3.15|65|0
+1.3.6.1.2.1.31.1.1.1.4.1|65|0
+1.3.6.1.2.1.31.1.1.1.4.2|65|0
+1.3.6.1.2.1.31.1.1.1.4.3|65|0
+1.3.6.1.2.1.31.1.1.1.4.4|65|0
+1.3.6.1.2.1.31.1.1.1.4.5|65|0
+1.3.6.1.2.1.31.1.1.1.4.6|65|0
+1.3.6.1.2.1.31.1.1.1.4.7|65|0
+1.3.6.1.2.1.31.1.1.1.4.8|65|0
+1.3.6.1.2.1.31.1.1.1.4.10|65|0
+1.3.6.1.2.1.31.1.1.1.4.11|65|0
+1.3.6.1.2.1.31.1.1.1.4.12|65|0
+1.3.6.1.2.1.31.1.1.1.4.13|65|0
+1.3.6.1.2.1.31.1.1.1.4.15|65|0
+1.3.6.1.2.1.31.1.1.1.5.1|65|0
+1.3.6.1.2.1.31.1.1.1.5.2|65|0
+1.3.6.1.2.1.31.1.1.1.5.3|65|0
+1.3.6.1.2.1.31.1.1.1.5.4|65|0
+1.3.6.1.2.1.31.1.1.1.5.5|65|0
+1.3.6.1.2.1.31.1.1.1.5.6|65|0
+1.3.6.1.2.1.31.1.1.1.5.7|65|0
+1.3.6.1.2.1.31.1.1.1.5.8|65|0
+1.3.6.1.2.1.31.1.1.1.5.10|65|0
+1.3.6.1.2.1.31.1.1.1.5.11|65|0
+1.3.6.1.2.1.31.1.1.1.5.12|65|0
+1.3.6.1.2.1.31.1.1.1.5.13|65|0
+1.3.6.1.2.1.31.1.1.1.5.15|65|0
+1.3.6.1.2.1.31.1.1.1.6.1|70|313570
+1.3.6.1.2.1.31.1.1.1.6.2|70|0
+1.3.6.1.2.1.31.1.1.1.6.3|70|0
+1.3.6.1.2.1.31.1.1.1.6.4|70|0
+1.3.6.1.2.1.31.1.1.1.6.5|70|0
+1.3.6.1.2.1.31.1.1.1.6.6|70|0
+1.3.6.1.2.1.31.1.1.1.6.7|70|0
+1.3.6.1.2.1.31.1.1.1.6.8|70|0
+1.3.6.1.2.1.31.1.1.1.6.10|70|8563169
+1.3.6.1.2.1.31.1.1.1.6.11|70|0
+1.3.6.1.2.1.31.1.1.1.6.12|70|0
+1.3.6.1.2.1.31.1.1.1.6.13|70|0
+1.3.6.1.2.1.31.1.1.1.6.15|70|2972981
+1.3.6.1.2.1.31.1.1.1.7.1|70|4784
+1.3.6.1.2.1.31.1.1.1.7.2|70|0
+1.3.6.1.2.1.31.1.1.1.7.3|70|0
+1.3.6.1.2.1.31.1.1.1.7.4|70|0
+1.3.6.1.2.1.31.1.1.1.7.5|70|0
+1.3.6.1.2.1.31.1.1.1.7.6|70|0
+1.3.6.1.2.1.31.1.1.1.7.7|70|0
+1.3.6.1.2.1.31.1.1.1.7.8|70|0
+1.3.6.1.2.1.31.1.1.1.7.10|70|59520
+1.3.6.1.2.1.31.1.1.1.7.11|70|0
+1.3.6.1.2.1.31.1.1.1.7.12|70|0
+1.3.6.1.2.1.31.1.1.1.7.13|70|0
+1.3.6.1.2.1.31.1.1.1.7.15|70|29197
+1.3.6.1.2.1.31.1.1.1.8.1|70|0
+1.3.6.1.2.1.31.1.1.1.8.2|70|0
+1.3.6.1.2.1.31.1.1.1.8.3|70|0
+1.3.6.1.2.1.31.1.1.1.8.4|70|0
+1.3.6.1.2.1.31.1.1.1.8.5|70|0
+1.3.6.1.2.1.31.1.1.1.8.6|70|0
+1.3.6.1.2.1.31.1.1.1.8.7|70|0
+1.3.6.1.2.1.31.1.1.1.8.8|70|0
+1.3.6.1.2.1.31.1.1.1.8.10|70|0
+1.3.6.1.2.1.31.1.1.1.8.11|70|0
+1.3.6.1.2.1.31.1.1.1.8.12|70|0
+1.3.6.1.2.1.31.1.1.1.8.13|70|0
+1.3.6.1.2.1.31.1.1.1.8.15|70|0
+1.3.6.1.2.1.31.1.1.1.9.1|70|0
+1.3.6.1.2.1.31.1.1.1.9.2|70|0
+1.3.6.1.2.1.31.1.1.1.9.3|70|0
+1.3.6.1.2.1.31.1.1.1.9.4|70|0
+1.3.6.1.2.1.31.1.1.1.9.5|70|0
+1.3.6.1.2.1.31.1.1.1.9.6|70|0
+1.3.6.1.2.1.31.1.1.1.9.7|70|0
+1.3.6.1.2.1.31.1.1.1.9.8|70|0
+1.3.6.1.2.1.31.1.1.1.9.10|70|0
+1.3.6.1.2.1.31.1.1.1.9.11|70|0
+1.3.6.1.2.1.31.1.1.1.9.12|70|0
+1.3.6.1.2.1.31.1.1.1.9.13|70|0
+1.3.6.1.2.1.31.1.1.1.9.15|70|0
+1.3.6.1.2.1.31.1.1.1.10.1|70|313570
+1.3.6.1.2.1.31.1.1.1.10.2|70|0
+1.3.6.1.2.1.31.1.1.1.10.3|70|0
+1.3.6.1.2.1.31.1.1.1.10.4|70|0
+1.3.6.1.2.1.31.1.1.1.10.5|70|0
+1.3.6.1.2.1.31.1.1.1.10.6|70|0
+1.3.6.1.2.1.31.1.1.1.10.7|70|0
+1.3.6.1.2.1.31.1.1.1.10.8|70|0
+1.3.6.1.2.1.31.1.1.1.10.10|70|22337957
+1.3.6.1.2.1.31.1.1.1.10.11|70|0
+1.3.6.1.2.1.31.1.1.1.10.12|70|0
+1.3.6.1.2.1.31.1.1.1.10.13|70|0
+1.3.6.1.2.1.31.1.1.1.10.15|70|10071632
+1.3.6.1.2.1.31.1.1.1.11.1|70|4784
+1.3.6.1.2.1.31.1.1.1.11.2|70|0
+1.3.6.1.2.1.31.1.1.1.11.3|70|0
+1.3.6.1.2.1.31.1.1.1.11.4|70|0
+1.3.6.1.2.1.31.1.1.1.11.5|70|0
+1.3.6.1.2.1.31.1.1.1.11.6|70|0
+1.3.6.1.2.1.31.1.1.1.11.7|70|0
+1.3.6.1.2.1.31.1.1.1.11.8|70|0
+1.3.6.1.2.1.31.1.1.1.11.10|70|66177
+1.3.6.1.2.1.31.1.1.1.11.11|70|0
+1.3.6.1.2.1.31.1.1.1.11.12|70|0
+1.3.6.1.2.1.31.1.1.1.11.13|70|0
+1.3.6.1.2.1.31.1.1.1.11.15|70|32703
+1.3.6.1.2.1.31.1.1.1.12.1|70|0
+1.3.6.1.2.1.31.1.1.1.12.2|70|0
+1.3.6.1.2.1.31.1.1.1.12.3|70|0
+1.3.6.1.2.1.31.1.1.1.12.4|70|0
+1.3.6.1.2.1.31.1.1.1.12.5|70|0
+1.3.6.1.2.1.31.1.1.1.12.6|70|0
+1.3.6.1.2.1.31.1.1.1.12.7|70|0
+1.3.6.1.2.1.31.1.1.1.12.8|70|0
+1.3.6.1.2.1.31.1.1.1.12.10|70|0
+1.3.6.1.2.1.31.1.1.1.12.11|70|0
+1.3.6.1.2.1.31.1.1.1.12.12|70|0
+1.3.6.1.2.1.31.1.1.1.12.13|70|0
+1.3.6.1.2.1.31.1.1.1.12.15|70|0
+1.3.6.1.2.1.31.1.1.1.13.1|70|0
+1.3.6.1.2.1.31.1.1.1.13.2|70|0
+1.3.6.1.2.1.31.1.1.1.13.3|70|0
+1.3.6.1.2.1.31.1.1.1.13.4|70|0
+1.3.6.1.2.1.31.1.1.1.13.5|70|0
+1.3.6.1.2.1.31.1.1.1.13.6|70|0
+1.3.6.1.2.1.31.1.1.1.13.7|70|0
+1.3.6.1.2.1.31.1.1.1.13.8|70|0
+1.3.6.1.2.1.31.1.1.1.13.10|70|0
+1.3.6.1.2.1.31.1.1.1.13.11|70|0
+1.3.6.1.2.1.31.1.1.1.13.12|70|0
+1.3.6.1.2.1.31.1.1.1.13.13|70|0
+1.3.6.1.2.1.31.1.1.1.13.15|70|0
+1.3.6.1.2.1.31.1.1.1.15.1|66|10
+1.3.6.1.2.1.31.1.1.1.15.2|66|0
+1.3.6.1.2.1.31.1.1.1.15.3|66|10
+1.3.6.1.2.1.31.1.1.1.15.4|66|0
+1.3.6.1.2.1.31.1.1.1.15.5|66|0
+1.3.6.1.2.1.31.1.1.1.15.6|66|0
+1.3.6.1.2.1.31.1.1.1.15.7|66|0
+1.3.6.1.2.1.31.1.1.1.15.8|66|0
+1.3.6.1.2.1.31.1.1.1.15.10|66|0
+1.3.6.1.2.1.31.1.1.1.15.11|66|0
+1.3.6.1.2.1.31.1.1.1.15.12|66|0
+1.3.6.1.2.1.31.1.1.1.15.13|66|0
+1.3.6.1.2.1.31.1.1.1.15.15|66|0
+1.3.6.1.2.1.31.1.1.1.16.1|2|2
+1.3.6.1.2.1.31.1.1.1.16.2|2|2
+1.3.6.1.2.1.31.1.1.1.16.3|2|2
+1.3.6.1.2.1.31.1.1.1.16.4|2|2
+1.3.6.1.2.1.31.1.1.1.16.5|2|2
+1.3.6.1.2.1.31.1.1.1.16.6|2|2
+1.3.6.1.2.1.31.1.1.1.16.7|2|2
+1.3.6.1.2.1.31.1.1.1.16.8|2|2
+1.3.6.1.2.1.31.1.1.1.16.10|2|2
+1.3.6.1.2.1.31.1.1.1.16.11|2|2
+1.3.6.1.2.1.31.1.1.1.16.12|2|2
+1.3.6.1.2.1.31.1.1.1.16.13|2|2
+1.3.6.1.2.1.31.1.1.1.16.15|2|2
+1.3.6.1.2.1.31.1.1.1.17.1|2|2
+1.3.6.1.2.1.31.1.1.1.17.2|2|1
+1.3.6.1.2.1.31.1.1.1.17.3|2|1
+1.3.6.1.2.1.31.1.1.1.17.4|2|1
+1.3.6.1.2.1.31.1.1.1.17.5|2|1
+1.3.6.1.2.1.31.1.1.1.17.6|2|1
+1.3.6.1.2.1.31.1.1.1.17.7|2|1
+1.3.6.1.2.1.31.1.1.1.17.8|2|1
+1.3.6.1.2.1.31.1.1.1.17.10|2|1
+1.3.6.1.2.1.31.1.1.1.17.11|2|1
+1.3.6.1.2.1.31.1.1.1.17.12|2|1
+1.3.6.1.2.1.31.1.1.1.17.13|2|1
+1.3.6.1.2.1.31.1.1.1.17.15|2|1
+1.3.6.1.2.1.31.1.1.1.18.1|4|
+1.3.6.1.2.1.31.1.1.1.18.2|4|
+1.3.6.1.2.1.31.1.1.1.18.3|4|
+1.3.6.1.2.1.31.1.1.1.18.4|4|
+1.3.6.1.2.1.31.1.1.1.18.5|4|
+1.3.6.1.2.1.31.1.1.1.18.6|4|
+1.3.6.1.2.1.31.1.1.1.18.7|4|
+1.3.6.1.2.1.31.1.1.1.18.8|4|
+1.3.6.1.2.1.31.1.1.1.18.10|4|
+1.3.6.1.2.1.31.1.1.1.18.11|4|
+1.3.6.1.2.1.31.1.1.1.18.12|4|
+1.3.6.1.2.1.31.1.1.1.18.13|4|
+1.3.6.1.2.1.31.1.1.1.18.15|4|
+1.3.6.1.2.1.31.1.1.1.19.1|67|0
+1.3.6.1.2.1.31.1.1.1.19.2|67|0
+1.3.6.1.2.1.31.1.1.1.19.3|67|0
+1.3.6.1.2.1.31.1.1.1.19.4|67|0
+1.3.6.1.2.1.31.1.1.1.19.5|67|0
+1.3.6.1.2.1.31.1.1.1.19.6|67|0
+1.3.6.1.2.1.31.1.1.1.19.7|67|0
+1.3.6.1.2.1.31.1.1.1.19.8|67|0
+1.3.6.1.2.1.31.1.1.1.19.10|67|0
+1.3.6.1.2.1.31.1.1.1.19.11|67|0
+1.3.6.1.2.1.31.1.1.1.19.12|67|0
+1.3.6.1.2.1.31.1.1.1.19.13|67|0
+1.3.6.1.2.1.31.1.1.1.19.15|67|0
+1.3.6.1.4.1.2021.4.3.0|2|0
+1.3.6.1.4.1.2021.4.4.0|2|0
+1.3.6.1.4.1.2021.4.5.0|2|125984
+1.3.6.1.4.1.2021.4.6.0|2|70984
+1.3.6.1.4.1.2021.4.11.0|2|70984
+1.3.6.1.4.1.2021.4.13.0|2|428
+1.3.6.1.4.1.2021.4.14.0|2|7100
+1.3.6.1.4.1.2021.4.15.0|2|17416
+1.3.6.1.4.1.2021.10.1.5.1|2|131
+1.3.6.1.4.1.2021.10.1.5.2|2|48
+1.3.6.1.4.1.2021.10.1.5.3|2|22
+1.3.6.1.4.1.2021.11.1.0|2|1
+1.3.6.1.4.1.2021.11.2.0|4|systemStats
+1.3.6.1.4.1.2021.11.3.0|2|0
+1.3.6.1.4.1.2021.11.4.0|2|0
+1.3.6.1.4.1.2021.11.5.0|2|0
+1.3.6.1.4.1.2021.11.6.0|2|0
+1.3.6.1.4.1.2021.11.7.0|2|176
+1.3.6.1.4.1.2021.11.8.0|2|516
+1.3.6.1.4.1.2021.11.9.0|2|44
+1.3.6.1.4.1.2021.11.10.0|2|28
+1.3.6.1.4.1.2021.11.11.0|2|26
+1.3.6.1.4.1.2021.11.50.0|65|999082
+1.3.6.1.4.1.2021.11.51.0|65|0
+1.3.6.1.4.1.2021.11.52.0|65|545498
+1.3.6.1.4.1.2021.11.53.0|65|1076031
+1.3.6.1.4.1.2021.11.54.0|65|4
+1.3.6.1.4.1.2021.11.55.0|65|0
+1.3.6.1.4.1.2021.11.56.0|65|0
+1.3.6.1.4.1.2021.11.57.0|65|0
+1.3.6.1.4.1.2021.11.58.0|65|0
+1.3.6.1.4.1.2021.11.59.0|65|3851803
+1.3.6.1.4.1.2021.11.60.0|65|11287487
+1.3.6.1.4.1.2021.11.61.0|65|4960
+1.3.6.1.4.1.2021.11.62.0|65|0
+1.3.6.1.4.1.2021.11.63.0|65|0
+1.3.6.1.4.1.2021.11.64.0|65|0
+1.3.6.1.4.1.2021.11.65.0|65|0
+1.3.6.1.4.1.2021.11.66.0|65|0
+1.3.6.1.4.1.2021.11.67.0|2|1
+1.3.6.1.4.1.48690.1.5.0|4|1101529819
+1.3.6.1.4.1.48690.1.8.0|4|RUT955T7VXXX
+1.3.6.1.4.1.48690.2.2.0|4|READY
+1.3.6.1.4.1.48690.2.4.0|2|-55
+1.3.6.1.4.1.48690.2.5.0|4|F SFR
+1.3.6.1.4.1.48690.2.7.0|4|connected
+1.3.6.1.4.1.48690.2.8.0|4|LTE
+1.3.6.1.4.1.48690.2.9.0|2|440
+1.3.6.1.4.1.48690.2.14.0|4|RUT9XX_R_00.06.00.4
+1.3.6.1.6.3.10.2.1.3.0|2|25695