Added Support For Teltonika RUT2XX Devices (#10358)

* Added Support For TLT RUT2XX Devices

* Deleted unnecessary vaules

* required changes

* delete group unix

* updated tests

* Update rutos-2xx.json

* Update rutos-2xx.yaml

* Update rutos-2xx.json
This commit is contained in:
jozefrebjak
2019-07-24 03:56:42 +02:00
committed by Tony Murray
parent c5a915709c
commit 625864ffa2
8 changed files with 4956 additions and 0 deletions

View File

@ -550,6 +550,9 @@ $config['graph_types']['device']['topvision_cmtotal'] = ['section' => 'cmts', 'o
$config['graph_types']['device']['topvision_cmreg'] = ['section' => 'cmts', 'order' => 1, 'descr' => 'Cable Modem Registered'];
$config['graph_types']['device']['topvision_cmoffline'] = ['section' => 'cmts', 'order' => 2, 'descr' => 'Cable Modem Offline'];
// Teltonika RUT2XX Graph
$config['graph_types']['device']['rutos_2xx_mobileDataUsage'] = ['section' => 'network', 'order' => 0, 'descr' => 'Mobile Data Usage'];
// Device Types
$i = 0;
$config['device_types'][$i]['text'] = 'Servers';

View File

@ -0,0 +1,103 @@
mib: TELTONIKA-MIB
modules:
sensors:
pre-cache:
data:
- oid:
- Operator
temperature:
data:
-
oid: Temperature
num_oid: ".1.3.6.1.4.1.48690.2.9.{{ $index }}"
descr: Module Temp
group: Modem
index: "Temperature.{{ $index }}"
divisor: 10
state:
data:
-
oid: SimState
num_oid: ".1.3.6.1.4.1.48690.2.1.{{ $index }}"
descr: SIM State
group: Mobile
state_name: simState
states:
- { descr: inserted, graph: 1, value: 0, generic: 0 }
- { descr: not inserted, graph: 1, value: 1, generic: 2 }
- { descr: unknown, graph: 1, value: 2, generic: 3 }
-
oid: PinState
num_oid: ".1.3.6.1.4.1.48690.2.2.{{ $index }}"
descr: Pin State
group: Mobile
state_name: pinState
states:
- { descr: PIN REQUIRED, graph: 1, value: 0, generic: 2 }
- { descr: NOT READY, graph: 1, value: 1, generic: 1 }
- { descr: READY, graph: 1, value: 2, generic: 0 }
- { descr: unknown, graph: 1, value: 3, generic: 3 }
-
oid: NetState
num_oid: ".1.3.6.1.4.1.48690.2.3.{{ $index }}"
descr: Mobile Net State
group: Mobile
state_name: NetState
states:
- { descr: searching, graph: 1, value: 0, generic: 1 }
- { descr: registered (home), graph: 1, value: 1, generic: 0 }
- { descr: registered (roaming), graph: 1, value: 2, generic: 1 }
- { descr: unknown, graph: 1, value: 3, generic: 3 }
- { descr: unregistered, graph: 1, value: 4, generic: 2 }
-
oid: ConnectionState
num_oid: ".1.3.6.1.4.1.48690.2.7.{{ $index }}"
descr: "Connection State ({{ $Operator }})"
group: Mobile
index: "ConnectionState.{{ $index }}"
state_name: ConnectionState
states:
- { descr: connected, graph: 1, value: 0, generic: 0 }
- { descr: not connected, graph: 1, value: 1, generic: 2 }
- { descr: disconnected, graph: 1, value: 2, generic: 2 }
-
oid: ConnectionType
num_oid: ".1.3.6.1.4.1.48690.2.8.{{ $index }}"
descr: "Connection Type ({{ $Operator }})"
group: Mobile
index: "ConnectionType.{{ $index }}"
state_name: ConnectionType
states:
- { descr: LTE, graph: 1, value: 0, generic: 0 }
- { descr: 4G, graph: 1, value: 1, generic: 0 }
- { descr: 3G, graph: 1, value: 2, generic: 1 }
- { descr: 2G, graph: 1, value: 3, generic: 1 }
- { descr: WCDMA, graph: 1, value: 4, generic: 0 }
- { descr: unknown, graph: 1, value: 5, generic: 3 }
signal:
data:
-
oid: Signal
num_oid: ".1.3.6.1.4.1.48690.2.4.{{ $index }}"
entPhysicalIndex: "{{ $index }}"
entPhysicalIndex_measured: "Signal"
descr: "Signal Level"
group: Mobile
index: "Signal.{{ $index }}"
count:
data:
-
oid: SimSlot
num_oid: ".1.3.6.1.4.1.48690.2.15.{{ $index }}"
descr: "Number of SIM Slots"
group: Mobile
index: "simSlot.{{ $index }}"
runtime:
data:
-
oid: ConnectionUptime
num_oid: ".1.3.6.1.4.1.48690.2.17.{{ $index }}"
descr: "Connection Uptime "
group: Mobile
index: "ConnectionUptime.{{ $index }}"
divisor: 60

View File

@ -0,0 +1,20 @@
os: rutos-2xx
type: network
text: "Teltonika RutOS"
icon: teltonika
ifXmcbc: true
ifname: true
mib_dir:
- teltonika
over:
- { graph: device_processor, text: "Processor Usage" }
- { graph: device_ucd_memory, text: "Memory Usage" }
- { graph: device_signal, text: 'Mobile Signal' }
processor_stacked: true
discovery:
- sysObjectID:
- .1.3.6.1.4.1.8072.3.2.10
snmpget:
oid: .1.3.6.1.4.1.48690.2.14.0
op: starts
value: RUT2XX

View File

@ -0,0 +1,30 @@
<?php
require 'includes/html/graphs/common.inc.php';
$rrd_filename = rrd_name($device['hostname'], 'rutos_2xx_mobileDataUsage');
$scale_min = 0;
$colours = 'mixed';
$unit_text = 'Usage';
$unitlen = 21;
$bigdescrlen = 15;
$smalldescrlen = 15;
$dostack = 0;
$printtotal = 0;
$addarea = 1;
$transparency = 80;
$data_sources = array(
'usage_sent' => array('descr' => 'Sent','colour' => '008C00',),
'usage_received' => array('descr' => 'Received','colour' => '4096EE',),
);
$i = 0;
if (rrdtool_check_rrd_exists($rrd_filename)) {
foreach ($data_sources as $ds => $var) {
$rrd_list[$i]['filename'] = $rrd_filename;
$rrd_list[$i]['descr'] = $var['descr'];
$rrd_list[$i]['ds'] = $ds;
$rrd_list[$i]['colour'] = $var['colour'];
$i++;
}
} else {
echo "file missing: $rrd_filename";
}
require 'includes/html/graphs/generic_v3_multiline_float.inc.php';

View File

@ -0,0 +1,34 @@
<?php
$rutos_2xx_tmp = snmp_get_multi_oid($device, ['RouterName.0', 'ModemSerial.0', 'FirmwareVersion.0'], '-OUQs', 'TELTONIKA-MIB');
$hardware = $rutos_2xx_tmp['RouterName.0'];
$serial = $rutos_2xx_tmp['ModemSerial.0'];
$version = $rutos_2xx_tmp['FirmwareVersion.0'];
use LibreNMS\RRD\RrdDefinition;
# Mobile Data Usage
$tlt_array = array(
'.1.3.6.1.4.1.48690.2.11.0',
'.1.3.6.1.4.1.48690.2.10.0',
);
$usage = snmp_get_multi_oid($device, $tlt_array);
$usage_sent = $usage['.1.3.6.1.4.1.48690.2.11.0'];
$usage_received = $usage['.1.3.6.1.4.1.48690.2.10.0'];
if ($usage_sent >= 0 && $usage_received >= 0) {
$rrd_def = RrdDefinition::make()
->addDataset('usage_sent', 'GAUGE', 0)
->addDataset('usage_received', 'GAUGE', 0);
$fields = array(
'usage_sent' => $usage_sent,
'usage_received' => $usage_received,
);
$tags = compact('rrd_def');
data_update($device, 'rutos_2xx_mobileDataUsage', $tags, $fields);
$graphs['rutos_2xx_mobileDataUsage'] = true;
}

View File

@ -0,0 +1,896 @@
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 RUT2xx status.
static OBJECT IDENTIFIER ::= { teltonika 1}
ModemImei OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx modem IMEI"
::= { static 1 }
ModemModel OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx modem model"
::= { static 2 }
ModemManufacturer OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx modem manufacturer"
::= { static 3 }
ModemRevision OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx modem revision"
::= { static 4 }
ModemSerial OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx modem serial number"
::= { static 5 }
Imsi OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx IMSI"
::= { static 6 }
RouterName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx router name"
::= { static 7 }
ProductCode OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx router product code"
::= { static 8 }
BatchNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx router batch number"
::= { static 9 }
HardwareRevision OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx 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
"RUT2xx SIM status"
::= { gsm 1 }
PinState OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx PIN status"
::= { gsm 2 }
NetState OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx mobile network registration status"
::= { gsm 3 }
Signal OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx signal level"
::= { gsm 4 }
Operator OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx operator currently in use"
::= { gsm 5 }
OperatorNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx operator number (MCC+MNC)"
::= { gsm 6 }
ConnectionState OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx data session connection state"
::= { gsm 7 }
ConnectionType OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx data session connection type"
::= { gsm 8 }
Temperature OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx module temperature"
::= { gsm 9 }
ReceivedToday OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx 3G connection received bytes today"
::= { gsm 10 }
SentToday OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx 3G connection sent bytes today"
::= { gsm 11 }
ReceivedYesterday OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx 3G connection received bytes yesterday"
::= { gsm 12 }
SentYesterday OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx 3G connection sent bytes yesterday"
::= { gsm 13 }
FirmwareVersion OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx firmware version"
::= { gsm 14 }
SimSlot OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx sim slot in use"
::= { gsm 15 }
RouterUptime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx router uptime"
::= { gsm 16 }
ConnectionUptime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx mobile connection uptime"
::= { gsm 17 }
MobileIP OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx mobile connection IP"
::= { gsm 18 }
Sent OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx bytes sent"
::= { gsm 19 }
Received OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx bytes received"
::= { gsm 20 }
CellID OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx cellid parameter"
::= { gsm 21 }
SINR OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx LTE sinr level"
::= { gsm 22 }
RSRP OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx LTE rsrp level"
::= { gsm 23 }
RSRQ OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx LTE rsrq level"
::= { gsm 24 }
trap OBJECT IDENTIFIER ::= { teltonika 4 }
trapSignalStrength NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"RUT2xx Signal strength trap"
::= { trap 1 }
trapConnectionType NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"RUT2xx Connection type trap"
::= { trap 2 }
trapDigitalInput NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"RUT2xx Digital input trap"
::= { trap 3 }
trapDigitalInputStatus NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"RUT2xx Digital input status"
::= { trap 4 }
trapDigitalOutput NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"RUT2xx Digital output trap"
::= { trap 9 }
trapDigitalOutputStatus NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"RUT2xx Digital output status"
::= { trap 10 }
rut2xx OBJECT IDENTIFIER ::= { teltonika 5 }
DigitalInput OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx digital input"
::= { rut2xx 1 }
--
--
-- 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
"Rut2xx hot spot id"
::= { hotspot1 1 }
hotSpotSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rut2xx hot spot ssid"
::= { hotspot1 2 }
hotSpotEnableState OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot enable status"
::= { hotspot1 3 }
hotSpotIP OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot ip address"
::= { hotspot1 4 }
hotSpotDownloadBandWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot download band width"
::= { hotspot1 5 }
hotSpotUploadBandWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot upload band width"
::= { hotspot1 6 }
hotSpotUsers OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot existing users"
::= { hotspot1 7 }
hotSpotUsersPass OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot users passwords"
::= { hotspot1 8 }
hotSpotUsersActive OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot active users"
::= { hotspot1 9 }
hotSpotUsersMac OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user mac"
::= { hotspot1 10 }
hotSpotUsersIp OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user ip address"
::= { hotspot1 11 }
hotSpotUsersStartTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user connection to hotspot time"
::= { hotspot1 12 }
hotSpotUsersUseTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user active time"
::= { hotspot1 13 }
hotSpotUsersDownload OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user downloaded data"
::= { hotspot1 14 }
hotSpotUsersUpload OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user uploaded data"
::= { hotspot1 15 }
hotSpotEndTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user last connection time"
::= { hotspot1 16 }
--HOTSPOT2
--
--
--
hotSpotId OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rut2xx hot spot id"
::= { hotspot2 1 }
hotSpotSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rut2xx hot spot ssid"
::= { hotspot2 2 }
hotSpotEnableState OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot enable state"
::= { hotspot2 3 }
hotSpotIP OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot ip address"
::= { hotspot2 4 }
hotSpotDownloadBandWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot download band width"
::= { hotspot2 5 }
hotSpotUploadBandWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot upload band width"
::= { hotspot2 6 }
hotSpotUsers OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot existing users"
::= { hotspot2 7 }
hotSpotUsersPass OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot users passwords"
::= { hotspot2 8 }
hotSpotUsersActive OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot active users"
::= { hotspot2 9 }
hotSpotUsersMac OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user mac"
::= { hotspot2 10 }
hotSpotUsersIp OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user ip address"
::= { hotspot2 11 }
hotSpotUsersStartTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user connection to hotspot time"
::= { hotspot2 12 }
hotSpotUsersUseTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user active time"
::= { hotspot2 13 }
hotSpotUsersDownload OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user downloaded data"
::= { hotspot2 14 }
hotSpotUsersUpload OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user uploaded data"
::= { hotspot2 15 }
hotSpotEndTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user last connection time"
::= { hotspot2 16 }
--HOTSPOT3
--
--
--
hotSpotId OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rut2xx hot spot id"
::= { hotspot3 1 }
hotSpotSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rut2xx hot spot ssid"
::= { hotspot3 2 }
hotSpotEnableState OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot enable state"
::= { hotspot3 3 }
hotSpotIP OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot ip address"
::= { hotspot3 4 }
hotSpotDownloadBandWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot download band width"
::= { hotspot3 5 }
hotSpotUploadBandWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot upload band width"
::= { hotspot3 6 }
hotSpotUsers OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot existing users"
::= { hotspot3 7 }
hotSpotUsersPass OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot users passwords"
::= { hotspot3 8 }
hotSpotUsersActive OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot active users"
::= { hotspot3 9 }
hotSpotUsersMac OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user mac"
::= { hotspot3 10 }
hotSpotUsersIp OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user ip address"
::= { hotspot3 11 }
hotSpotUsersStartTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user connection to hotspot time"
::= { hotspot3 12 }
hotSpotUsersUseTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user active time"
::= { hotspot3 13 }
hotSpotUsersDownload OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user downloaded data"
::= { hotspot3 14 }
hotSpotUsersUpload OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user uploaded data"
::= { hotspot3 15 }
hotSpotEndTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user last connection time"
::= { hotspot3 16 }
--HOTPSOT4
--
--
--
hotSpotId OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rut2xx hot spot id"
::= { hotspot4 1 }
hotSpotSsid OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Rut2xx hot spot ssid"
::= { hotspot4 2 }
hotSpotEnableState OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot enable state"
::= { hotspot4 3 }
hotSpotIP OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot ip address"
::= { hotspot4 4 }
hotSpotDownloadBandWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot download band width"
::= { hotspot4 5 }
hotSpotUploadBandWidth OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot upload band width"
::= { hotspot4 6 }
hotSpotUsers OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot existing users"
::= { hotspot4 7 }
hotSpotUsersPass OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot users passwords"
::= { hotspot4 8 }
hotSpotUsersActive OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot active users"
::= { hotspot4 9 }
hotSpotUsersMac OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user mac"
::= { hotspot4 10 }
hotSpotUsersIp OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user ip address"
::= { hotspot4 11 }
hotSpotUsersStartTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user connection to hotspot time"
::= { hotspot4 12 }
hotSpotUsersUseTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user active time"
::= { hotspot4 13 }
hotSpotUsersDownload OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user downloaded data"
::= { hotspot4 14 }
hotSpotUsersUpload OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user uploaded data"
::= { hotspot4 15 }
hotSpotEndTime OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"RUT2xx hot spot user last connection time"
::= { hotspot4 16 }
END

3180
tests/data/rutos-2xx.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,690 @@
1.3.6.1.2.1.1.1.0|4|Linux Teltonika-RUT240.com 3.18.44 #1 Fri Jun 7 08:39:02 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|4759711
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
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.9|4|ip6gre0
1.3.6.1.2.1.2.2.1.2.11|4|wwan0
1.3.6.1.2.1.2.2.1.2.12|4|br-lan
1.3.6.1.2.1.2.2.1.2.13|4|wlan0
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.9|2|1
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.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.9|2|1448
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.6.1|4|
1.3.6.1.2.1.2.2.1.6.2|4x|001E4222DF3F
1.3.6.1.2.1.2.2.1.6.3|4x|001E4222DF40
1.3.6.1.2.1.2.2.1.6.4|4|
1.3.6.1.2.1.2.2.1.6.5|4x|964DA4E2920C
1.3.6.1.2.1.2.2.1.6.6|4x|F2CB5EA77F8B
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.9|4|
1.3.6.1.2.1.2.2.1.6.11|4x|DACB7A46EBD4
1.3.6.1.2.1.2.2.1.6.12|4x|001E4222DF3F
1.3.6.1.2.1.2.2.1.6.13|4x|001E4222DF41
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|2
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.9|2|2
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.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.8.3|2|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.9|2|2
1.3.6.1.2.1.2.2.1.8.11|2|1
1.3.6.1.2.1.2.2.1.8.12|2|1
1.3.6.1.2.1.2.2.1.8.13|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|4607782
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.9|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|4607782
1.3.6.1.2.1.2.2.1.9.13|67|3227203
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.9|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.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.9|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.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.9|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.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.9|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.4.3.0|65|0
1.3.6.1.2.1.4.4.0|65|0
1.3.6.1.2.1.4.5.0|65|0
1.3.6.1.2.1.4.6.0|65|0
1.3.6.1.2.1.4.7.0|65|0
1.3.6.1.2.1.4.8.0|65|0
1.3.6.1.2.1.4.9.0|65|0
1.3.6.1.2.1.4.10.0|65|0
1.3.6.1.2.1.4.11.0|65|0
1.3.6.1.2.1.4.12.0|65|0
1.3.6.1.2.1.4.14.0|65|0
1.3.6.1.2.1.4.15.0|65|0
1.3.6.1.2.1.4.16.0|65|0
1.3.6.1.2.1.4.17.0|65|0
1.3.6.1.2.1.4.18.0|65|0
1.3.6.1.2.1.4.19.0|65|0
1.3.6.1.2.1.4.20.1.2.10.4.1.211|2|13
1.3.6.1.2.1.4.20.1.2.10.51.85.156|2|11
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.192.168.2.1|2|12
1.3.6.1.2.1.4.20.1.3.10.4.1.211|64|255.255.255.0
1.3.6.1.2.1.4.20.1.3.10.51.85.156|64|255.255.255.248
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.192.168.2.1|64|255.255.255.0
1.3.6.1.2.1.4.22.1.2.12.192.168.2.240|4x|685B358B8386
1.3.6.1.2.1.4.22.1.2.13.10.4.1.1|4x|6C3B6B2A24A2
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|16
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|16
1.3.6.1.2.1.6.5.0|65|0
1.3.6.1.2.1.6.6.0|65|0
1.3.6.1.2.1.6.7.0|65|0
1.3.6.1.2.1.6.8.0|65|0
1.3.6.1.2.1.6.9.0|66|0
1.3.6.1.2.1.6.10.0|65|0
1.3.6.1.2.1.6.11.0|65|0
1.3.6.1.2.1.6.12.0|65|0
1.3.6.1.2.1.7.1.0|65|0
1.3.6.1.2.1.7.2.0|65|0
1.3.6.1.2.1.7.3.0|65|0
1.3.6.1.2.1.7.4.0|65|0
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|3390
1.3.6.1.2.1.11.2.0|65|3389
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|24188
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|1049
1.3.6.1.2.1.11.16.0|65|137
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|3391
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|4769266
1.3.6.1.2.1.25.1.4.0|4|board=TLT-RUT200 console=ttyATH0,115200 rootfstype=squashfs,jffs2 noinitrd
1.3.6.1.2.1.25.1.5.0|66|0
1.3.6.1.2.1.25.2.2.0|2|61016
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|61016
1.3.6.1.2.1.25.2.3.1.5.3|2|61016
1.3.6.1.2.1.25.2.3.1.5.6|2|61016
1.3.6.1.2.1.25.2.3.1.5.7|2|16164
1.3.6.1.2.1.25.2.3.1.5.8|2|184
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|41
1.3.6.1.2.1.25.2.3.1.5.32|2|1024
1.3.6.1.2.1.25.2.3.1.5.33|2|1024
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|46984
1.3.6.1.2.1.25.2.3.1.6.3|2|46984
1.3.6.1.2.1.25.2.3.1.6.6|2|6264
1.3.6.1.2.1.25.2.3.1.6.7|2|16164
1.3.6.1.2.1.25.2.3.1.6.8|2|184
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|41
1.3.6.1.2.1.25.2.3.1.6.32|2|100
1.3.6.1.2.1.25.2.3.1.6.33|2|100
1.3.6.1.2.1.25.2.3.1.6.34|2|62
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.262153|2|262153
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.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.262153|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.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.262153|4|network interface ip6gre0
1.3.6.1.2.1.25.3.2.1.3.262155|4|network interface wwan0
1.3.6.1.2.1.25.3.2.1.3.262156|4|network interface br-lan
1.3.6.1.2.1.25.3.2.1.3.262157|4|network interface wlan0
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.262153|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.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|5
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.262153|2|5
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.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.262153|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.3.1.1.196608|6|0.0
1.3.6.1.2.1.25.3.3.1.2.196608|2|25
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.9|4|ip6gre0
1.3.6.1.2.1.31.1.1.1.1.11|4|wwan0
1.3.6.1.2.1.31.1.1.1.1.12|4|br-lan
1.3.6.1.2.1.31.1.1.1.1.13|4|wlan0
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.9|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.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.9|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.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.9|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.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.9|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.6.1|70|186008
1.3.6.1.2.1.31.1.1.1.6.2|70|8340477
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.9|70|0
1.3.6.1.2.1.31.1.1.1.6.11|70|853814
1.3.6.1.2.1.31.1.1.1.6.12|70|7499525
1.3.6.1.2.1.31.1.1.1.6.13|70|81846671
1.3.6.1.2.1.31.1.1.1.7.1|70|2812
1.3.6.1.2.1.31.1.1.1.7.2|70|60068
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.9|70|0
1.3.6.1.2.1.31.1.1.1.7.11|70|10858
1.3.6.1.2.1.31.1.1.1.7.12|70|60068
1.3.6.1.2.1.31.1.1.1.7.13|70|93562
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.9|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.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.9|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.10.1|70|186008
1.3.6.1.2.1.31.1.1.1.10.2|70|81186999
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.9|70|0
1.3.6.1.2.1.31.1.1.1.10.11|70|745829
1.3.6.1.2.1.31.1.1.1.10.12|70|81186999
1.3.6.1.2.1.31.1.1.1.10.13|70|9832012
1.3.6.1.2.1.31.1.1.1.11.1|70|2812
1.3.6.1.2.1.31.1.1.1.11.2|70|83892
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.9|70|0
1.3.6.1.2.1.31.1.1.1.11.11|70|11049
1.3.6.1.2.1.31.1.1.1.11.12|70|83892
1.3.6.1.2.1.31.1.1.1.11.13|70|59226
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.9|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.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.9|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.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|0
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.9|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.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.9|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.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.9|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.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.9|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.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.9|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.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|61016
1.3.6.1.4.1.2021.4.6.0|2|14084
1.3.6.1.4.1.2021.4.11.0|2|14084
1.3.6.1.4.1.2021.4.13.0|2|184
1.3.6.1.4.1.2021.4.14.0|2|6264
1.3.6.1.4.1.2021.4.15.0|2|16164
1.3.6.1.4.1.2021.10.1.5.1|2|23
1.3.6.1.4.1.2021.10.1.5.2|2|9
1.3.6.1.4.1.2021.10.1.5.3|2|6
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|166
1.3.6.1.4.1.2021.11.8.0|2|257
1.3.6.1.4.1.2021.11.9.0|2|12
1.3.6.1.4.1.2021.11.10.0|2|11
1.3.6.1.4.1.2021.11.11.0|2|75
1.3.6.1.4.1.2021.11.50.0|65|140686
1.3.6.1.4.1.2021.11.51.0|65|0
1.3.6.1.4.1.2021.11.52.0|65|160877
1.3.6.1.4.1.2021.11.53.0|65|4461457
1.3.6.1.4.1.2021.11.54.0|65|0
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|6695286
1.3.6.1.4.1.2021.11.60.0|65|8487049
1.3.6.1.4.1.2021.11.61.0|65|5954
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|1101612740
1.3.6.1.4.1.48690.1.7.0|4|RUT240
1.3.6.1.4.1.48690.2.1.0|4|inserted
1.3.6.1.4.1.48690.2.2.0|4|READY
1.3.6.1.4.1.48690.2.3.0|4|registered (home)
1.3.6.1.4.1.48690.2.4.0|4|-103
1.3.6.1.4.1.48690.2.5.0|4|Orange SK
1.3.6.1.4.1.48690.2.7.0|4|connected
1.3.6.1.4.1.48690.2.8.0|4|WCDMA
1.3.6.1.4.1.48690.2.9.0|2|420
1.3.6.1.4.1.48690.2.10.0|2|696485
1.3.6.1.4.1.48690.2.11.0|2|619459
1.3.6.1.4.1.48690.2.14.0|4|RUT2XX_R_00.01.07.1
1.3.6.1.4.1.48690.2.15.0|4|1
1.3.6.1.4.1.48690.2.17.0|2|15209
1.3.6.1.6.3.10.2.1.3.0|2|47597