mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add lte/umts support (#13002)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
mib: ONEACCESS-GLOBAL-REG:ONEACCESS-SYS-MIB:ONEACCESS-SHDSL-MIB
|
mib: ONEACCESS-GLOBAL-REG:ONEACCESS-SYS-MIB:ONEACCESS-SHDSL-MIB:ONEACCESS-CELLULAR-MIB
|
||||||
modules:
|
modules:
|
||||||
pre-cache:
|
pre-cache:
|
||||||
data:
|
data:
|
||||||
@@ -37,6 +37,18 @@ modules:
|
|||||||
- { descr: dataforwarding, graph: 1, value: 1, generic: 0 }
|
- { descr: dataforwarding, graph: 1, value: 1, generic: 0 }
|
||||||
- { descr: application, graph: 1, value: 2, generic: 0 }
|
- { descr: application, graph: 1, value: 2, generic: 0 }
|
||||||
- { descr: mixed, graph: 1, value: 3, generic: 0 }
|
- { descr: mixed, graph: 1, value: 3, generic: 0 }
|
||||||
|
-
|
||||||
|
oid: oacCellRadioAccessTechnology
|
||||||
|
value: oacCellRadioAccessTechnology
|
||||||
|
num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.46.{{ $index }}'
|
||||||
|
descr: 'Technology'
|
||||||
|
group: UMTS/LTE
|
||||||
|
index: 'oacCellRadioAccessTechnology.{{ $index }}'
|
||||||
|
states:
|
||||||
|
- { descr: GSM, graph: 1, value: 2, generic: 0 }
|
||||||
|
- { descr: UMTS, graph: 1, value: 3, generic: 0 }
|
||||||
|
- { descr: LTE, graph: 1, value: 4, generic: 0 }
|
||||||
|
|
||||||
count:
|
count:
|
||||||
data:
|
data:
|
||||||
-
|
-
|
||||||
@@ -69,3 +81,67 @@ modules:
|
|||||||
index: 'oacSHDSLSpanStatusUpDown.{{ $index }}'
|
index: 'oacSHDSLSpanStatusUpDown.{{ $index }}'
|
||||||
descr: 'Up/Down Line #{{ $index }}'
|
descr: 'Up/Down Line #{{ $index }}'
|
||||||
group: SDSL
|
group: SDSL
|
||||||
|
-
|
||||||
|
oid: oacCellCellID
|
||||||
|
num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.71.{{ $index }}'
|
||||||
|
index: 'oacCellCellID.{{ $index }}'
|
||||||
|
descr: 'CellID'
|
||||||
|
group: UMTS/LTE
|
||||||
|
-
|
||||||
|
oid: oacCellPLMN
|
||||||
|
num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.73.{{ $index }}'
|
||||||
|
index: 'oacCellPLMN.{{ $index }}'
|
||||||
|
descr: 'PLMN'
|
||||||
|
group: UMTS/LTE
|
||||||
|
|
||||||
|
dbm:
|
||||||
|
data:
|
||||||
|
-
|
||||||
|
oid: oacCellSignalStrength
|
||||||
|
num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.41.{{ $index }}'
|
||||||
|
index: 'oacCellSignalStrength.{{ $index }}'
|
||||||
|
descr: 'Signal strength'
|
||||||
|
group: UMTS/LTE
|
||||||
|
skip_values:
|
||||||
|
-
|
||||||
|
oid: oacCellSignalStrength
|
||||||
|
op: '='
|
||||||
|
value: ''
|
||||||
|
-
|
||||||
|
oid: oacCellRSRP
|
||||||
|
num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.44.{{ $index }}'
|
||||||
|
index: 'oacCellRSRP.{{ $index }}'
|
||||||
|
descr: 'RSRP'
|
||||||
|
group: UMTS/LTE
|
||||||
|
skip_values:
|
||||||
|
-
|
||||||
|
oid: oacCellRSRP
|
||||||
|
op: '='
|
||||||
|
value: ''
|
||||||
|
quality_factor:
|
||||||
|
data:
|
||||||
|
-
|
||||||
|
oid: oacCellRSRQ
|
||||||
|
num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.43.{{ $index }}'
|
||||||
|
index: 'oacCellRSRQ.{{ $index }}'
|
||||||
|
descr: 'RSRQ'
|
||||||
|
group: UMTS/LTE
|
||||||
|
skip_values:
|
||||||
|
-
|
||||||
|
oid: oacCellRSRQ
|
||||||
|
op: '='
|
||||||
|
value: ''
|
||||||
|
snr:
|
||||||
|
data:
|
||||||
|
-
|
||||||
|
oid: oacCellSNR
|
||||||
|
num_oid: '.1.3.6.1.4.1.13191.10.3.9.2.1.45.{{ $index }}'
|
||||||
|
index: 'oacCellSNR.{{ $index }}'
|
||||||
|
descr: 'SNR'
|
||||||
|
group: UMTS/LTE
|
||||||
|
skip_values:
|
||||||
|
-
|
||||||
|
oid: oacCellSNR
|
||||||
|
op: '='
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
500
mibs/oneaccess/ONEACCESS-CELLULAR-MIB
Normal file
500
mibs/oneaccess/ONEACCESS-CELLULAR-MIB
Normal file
@@ -0,0 +1,500 @@
|
|||||||
|
-- *****************************
|
||||||
|
-- * *
|
||||||
|
-- * ONEOS MIB *
|
||||||
|
-- * *
|
||||||
|
-- *****************************
|
||||||
|
--
|
||||||
|
-- ONEOS_MIB_STD_V05.2.R001_E002
|
||||||
|
--
|
||||||
|
-- Creation date : 16/04/2009
|
||||||
|
--
|
||||||
|
-- Compatibility with ONEOS_V31
|
||||||
|
--
|
||||||
|
-- Compatibility with ONEOS_V32
|
||||||
|
--
|
||||||
|
-- Compatibility with ONEOS_V42
|
||||||
|
--
|
||||||
|
|
||||||
|
ONEACCESS-CELLULAR-MIB DEFINITIONS ::= BEGIN
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
-- Imports
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
IMPORTS
|
||||||
|
DisplayString
|
||||||
|
FROM SNMPv2-TC
|
||||||
|
MODULE-IDENTITY, OBJECT-TYPE,Integer32,Unsigned32
|
||||||
|
FROM SNMPv2-SMI
|
||||||
|
MODULE-COMPLIANCE, OBJECT-GROUP
|
||||||
|
FROM SNMPv2-CONF
|
||||||
|
oacExpIMCellRadio,oacMIBModules
|
||||||
|
FROM ONEACCESS-GLOBAL-REG;
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
-- Module Entity
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
oacCellularMIBModule MODULE-IDENTITY
|
||||||
|
LAST-UPDATED "201310150000Z"
|
||||||
|
ORGANIZATION " OneAccess "
|
||||||
|
CONTACT-INFO
|
||||||
|
"Pascal KESTELOOT
|
||||||
|
Postal: ONE ACCESS
|
||||||
|
381 Avenue du General de Gaulle
|
||||||
|
92140 Clamart, France
|
||||||
|
FRANCE
|
||||||
|
|
||||||
|
Tel: (+33) 01 41 87 70 00
|
||||||
|
Fax: (+33) 01 41 87 74 00
|
||||||
|
|
||||||
|
E-mail: pascal.kesteloot@oneaccess-net.com"
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION "Add cellular equipment and network info"
|
||||||
|
REVISION "201404070000Z"
|
||||||
|
|
||||||
|
DESCRIPTION "Add RSSI table"
|
||||||
|
REVISION "201310150000Z"
|
||||||
|
|
||||||
|
DESCRIPTION "Contact updated"
|
||||||
|
REVISION "201110270000Z"
|
||||||
|
|
||||||
|
DESCRIPTION "Fixed some minor corrections."
|
||||||
|
REVISION "201007080001Z"
|
||||||
|
|
||||||
|
DESCRIPTION "This MIB module describes Cellular Radio Managed objects."
|
||||||
|
|
||||||
|
::= { oacMIBModules 1000 }
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
-- Entry Point (cf. ONEACCESS-GLOBAL-REG.mib)
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
|
oacCellRadioRssi OBJECT IDENTIFIER ::= { oacExpIMCellRadio 1 }
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------------------
|
||||||
|
-- RSSI Last Hour Table
|
||||||
|
-------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
oacCellRssiLastHourTable OBJECT-TYPE
|
||||||
|
SYNTAX SEQUENCE OF OacCellRssiLastHourEntrySyntax
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI values of the last hour."
|
||||||
|
::= { oacCellRadioRssi 1 }
|
||||||
|
|
||||||
|
oacCellRssiLastHourEntry OBJECT-TYPE
|
||||||
|
SYNTAX OacCellRssiLastHourEntrySyntax
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"An index into the table oacCellRssiLastHour"
|
||||||
|
INDEX { oacCellRssiLastHourMinutes }
|
||||||
|
::= { oacCellRssiLastHourTable 1 }
|
||||||
|
|
||||||
|
OacCellRssiLastHourEntrySyntax ::= SEQUENCE
|
||||||
|
{
|
||||||
|
oacCellRssiLastHourMinutes Unsigned32,
|
||||||
|
oacCellRssiLastHourMin Integer32,
|
||||||
|
oacCellRssiLastHourAvg Integer32,
|
||||||
|
oacCellRssiLastHourMax Integer32
|
||||||
|
}
|
||||||
|
|
||||||
|
oacCellRssiLastHourMinutes OBJECT-TYPE
|
||||||
|
SYNTAX Unsigned32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Timestamp (in minutes)"
|
||||||
|
::= { oacCellRssiLastHourEntry 1 }
|
||||||
|
|
||||||
|
oacCellRssiLastHourMin OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Minimum"
|
||||||
|
::= { oacCellRssiLastHourEntry 2 }
|
||||||
|
|
||||||
|
oacCellRssiLastHourAvg OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Average"
|
||||||
|
::= { oacCellRssiLastHourEntry 3 }
|
||||||
|
|
||||||
|
oacCellRssiLastHourMax OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Maximum"
|
||||||
|
::= { oacCellRssiLastHourEntry 4 }
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------------------
|
||||||
|
-- RSSI Last Day Table
|
||||||
|
-------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
oacCellRssiLastDayTable OBJECT-TYPE
|
||||||
|
SYNTAX SEQUENCE OF OacCellRssiLastDayEntrySyntax
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI values of the last day."
|
||||||
|
::= { oacCellRadioRssi 2 }
|
||||||
|
|
||||||
|
oacCellRssiLastDayEntry OBJECT-TYPE
|
||||||
|
SYNTAX OacCellRssiLastDayEntrySyntax
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"An index into the table oacCellRssiLastDay"
|
||||||
|
INDEX { oacCellRssiLastDayHours }
|
||||||
|
::= { oacCellRssiLastDayTable 1 }
|
||||||
|
|
||||||
|
OacCellRssiLastDayEntrySyntax ::= SEQUENCE
|
||||||
|
{
|
||||||
|
oacCellRssiLastDayHours Unsigned32,
|
||||||
|
oacCellRssiLastDayMin Integer32,
|
||||||
|
oacCellRssiLastDayAvg Integer32,
|
||||||
|
oacCellRssiLastDayMax Integer32
|
||||||
|
}
|
||||||
|
|
||||||
|
oacCellRssiLastDayHours OBJECT-TYPE
|
||||||
|
SYNTAX Unsigned32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Timestamp (in hours)"
|
||||||
|
::= { oacCellRssiLastDayEntry 1 }
|
||||||
|
|
||||||
|
oacCellRssiLastDayMin OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Minimum"
|
||||||
|
::= { oacCellRssiLastDayEntry 2 }
|
||||||
|
|
||||||
|
oacCellRssiLastDayAvg OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Average"
|
||||||
|
::= { oacCellRssiLastDayEntry 3 }
|
||||||
|
|
||||||
|
oacCellRssiLastDayMax OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Maximum"
|
||||||
|
::= { oacCellRssiLastDayEntry 4 }
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------------------
|
||||||
|
-- RSSI Last Month Table
|
||||||
|
-------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
oacCellRssiLastMonthTable OBJECT-TYPE
|
||||||
|
SYNTAX SEQUENCE OF OacCellRssiLastMonthEntrySyntax
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI values of the last month."
|
||||||
|
::= { oacCellRadioRssi 3 }
|
||||||
|
|
||||||
|
oacCellRssiLastMonthEntry OBJECT-TYPE
|
||||||
|
SYNTAX OacCellRssiLastMonthEntrySyntax
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"An index into the table oacCellRssiLastMonth"
|
||||||
|
INDEX { oacCellRssiLastMonthDays }
|
||||||
|
::= { oacCellRssiLastMonthTable 1 }
|
||||||
|
|
||||||
|
OacCellRssiLastMonthEntrySyntax ::= SEQUENCE
|
||||||
|
{
|
||||||
|
oacCellRssiLastMonthDays Unsigned32,
|
||||||
|
oacCellRssiLastMonthMin Integer32,
|
||||||
|
oacCellRssiLastMonthAvg Integer32,
|
||||||
|
oacCellRssiLastMonthMax Integer32
|
||||||
|
}
|
||||||
|
|
||||||
|
oacCellRssiLastMonthDays OBJECT-TYPE
|
||||||
|
SYNTAX Unsigned32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Timestamp (in days)"
|
||||||
|
::= { oacCellRssiLastMonthEntry 1 }
|
||||||
|
|
||||||
|
oacCellRssiLastMonthMin OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Minimum"
|
||||||
|
::= { oacCellRssiLastMonthEntry 2 }
|
||||||
|
|
||||||
|
oacCellRssiLastMonthAvg OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Average"
|
||||||
|
::= { oacCellRssiLastMonthEntry 3 }
|
||||||
|
|
||||||
|
oacCellRssiLastMonthMax OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSSI Maximum"
|
||||||
|
::= { oacCellRssiLastMonthEntry 4 }
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------------------
|
||||||
|
-- ModuleTable
|
||||||
|
-------------------------------------------------------------------------------------------
|
||||||
|
oacCellRadioModuleTable OBJECT-TYPE
|
||||||
|
SYNTAX SEQUENCE OF OacCellRadioModuleEntrySyntax
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Table of cellular modules."
|
||||||
|
::= { oacExpIMCellRadio 2 }
|
||||||
|
oacCellRadioModuleEntry OBJECT-TYPE
|
||||||
|
SYNTAX OacCellRadioModuleEntrySyntax
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"An index into the table oacCellRadioModule"
|
||||||
|
INDEX { oacCellModuleIndex }
|
||||||
|
::= { oacCellRadioModuleTable 1 }
|
||||||
|
OacCellRadioModuleEntrySyntax ::= SEQUENCE
|
||||||
|
{
|
||||||
|
oacCellModuleIndex Unsigned32,
|
||||||
|
oacCellManufacturer DisplayString,
|
||||||
|
oacCellEquipment DisplayString,
|
||||||
|
oacCellBootRevision DisplayString,
|
||||||
|
oacCellRevision DisplayString,
|
||||||
|
oacCellIMEI DisplayString,
|
||||||
|
oacCellMEID DisplayString,
|
||||||
|
oacCellSIMStatus DisplayString,
|
||||||
|
oacCellIMSI DisplayString,
|
||||||
|
oacCellICCI DisplayString,
|
||||||
|
oacCellPinStatus DisplayString,
|
||||||
|
oacCellSelectedOperator DisplayString,
|
||||||
|
oacCellSignalStrength Integer32,
|
||||||
|
oacCellEcIo Integer32,
|
||||||
|
oacCellRSRQ Integer32,
|
||||||
|
oacCellRSRP Integer32,
|
||||||
|
oacCellSNR Integer32,
|
||||||
|
oacCellRadioAccessTechnology DisplayString,
|
||||||
|
oacCellCircuitSwitchedState DisplayString,
|
||||||
|
oacCellPacketSwitchedState DisplayString,
|
||||||
|
oacCellResetOnLossOfRegistration Unsigned32,
|
||||||
|
oacCellResetOnFailedRegistration Unsigned32,
|
||||||
|
oacCellHardwareReset Unsigned32,
|
||||||
|
oacCellLAC DisplayString,
|
||||||
|
oacCellCellID DisplayString,
|
||||||
|
oacCellTAC DisplayString,
|
||||||
|
oacCellPLMN DisplayString
|
||||||
|
}
|
||||||
|
oacCellModuleIndex OBJECT-TYPE
|
||||||
|
SYNTAX Unsigned32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Index"
|
||||||
|
::= { oacCellRadioModuleEntry 1 }
|
||||||
|
oacCellManufacturer OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Manufacturer identification"
|
||||||
|
::= { oacCellRadioModuleEntry 10 }
|
||||||
|
oacCellEquipment OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Equipment information"
|
||||||
|
::= { oacCellRadioModuleEntry 11 }
|
||||||
|
oacCellBootRevision OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Boot revision identification"
|
||||||
|
::= { oacCellRadioModuleEntry 12 }
|
||||||
|
oacCellRevision OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Revision identification"
|
||||||
|
::= { oacCellRadioModuleEntry 13 }
|
||||||
|
oacCellIMEI OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Equipment information (IMEI)"
|
||||||
|
::= { oacCellRadioModuleEntry 14 }
|
||||||
|
oacCellMEID OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"CDMA Mobile Equipment Id (MEID)"
|
||||||
|
::= { oacCellRadioModuleEntry 15 }
|
||||||
|
oacCellSIMStatus OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"SIM card status"
|
||||||
|
::= { oacCellRadioModuleEntry 20 }
|
||||||
|
oacCellIMSI OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"SIM International Mobile Subscriber Identity IMSI"
|
||||||
|
::= { oacCellRadioModuleEntry 21 }
|
||||||
|
oacCellICCI OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Integrated Circuit Card ID"
|
||||||
|
::= { oacCellRadioModuleEntry 22 }
|
||||||
|
oacCellPinStatus OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"PIN code status"
|
||||||
|
::= { oacCellRadioModuleEntry 30 }
|
||||||
|
oacCellSelectedOperator OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Current selected operator"
|
||||||
|
::= { oacCellRadioModuleEntry 40 }
|
||||||
|
oacCellSignalStrength OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Signal strength (dBm)"
|
||||||
|
::= { oacCellRadioModuleEntry 41 }
|
||||||
|
oacCellEcIo OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Total Ec/Io"
|
||||||
|
::= { oacCellRadioModuleEntry 42 }
|
||||||
|
oacCellRSRQ OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSRQ (dB)"
|
||||||
|
::= { oacCellRadioModuleEntry 43 }
|
||||||
|
oacCellRSRP OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"RSRP (dBm)"
|
||||||
|
::= { oacCellRadioModuleEntry 44 }
|
||||||
|
oacCellSNR OBJECT-TYPE
|
||||||
|
SYNTAX Integer32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"SNR (dB)"
|
||||||
|
::= { oacCellRadioModuleEntry 45 }
|
||||||
|
oacCellRadioAccessTechnology OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Current radio access technology"
|
||||||
|
::= { oacCellRadioModuleEntry 46 }
|
||||||
|
oacCellCircuitSwitchedState OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Circuit-switched register state"
|
||||||
|
::= { oacCellRadioModuleEntry 47 }
|
||||||
|
oacCellPacketSwitchedState OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Packet-switched attach state"
|
||||||
|
::= { oacCellRadioModuleEntry 48 }
|
||||||
|
oacCellResetOnLossOfRegistration OBJECT-TYPE
|
||||||
|
SYNTAX Unsigned32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Reset on loss of GPRS registration"
|
||||||
|
::= { oacCellRadioModuleEntry 60 }
|
||||||
|
oacCellResetOnFailedRegistration OBJECT-TYPE
|
||||||
|
SYNTAX Unsigned32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Reset on failed initial registration"
|
||||||
|
::= { oacCellRadioModuleEntry 61 }
|
||||||
|
oacCellHardwareReset OBJECT-TYPE
|
||||||
|
SYNTAX Unsigned32
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Hardware reset of modem"
|
||||||
|
::= { oacCellRadioModuleEntry 62 }
|
||||||
|
oacCellLAC OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Location Area Code (LAC)"
|
||||||
|
::= { oacCellRadioModuleEntry 70 }
|
||||||
|
oacCellCellID OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Cell ID"
|
||||||
|
::= { oacCellRadioModuleEntry 71 }
|
||||||
|
oacCellTAC OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Tracking Area Code (TAC)"
|
||||||
|
::= { oacCellRadioModuleEntry 72 }
|
||||||
|
oacCellPLMN OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString
|
||||||
|
MAX-ACCESS read-only
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Public Land Mobile Network (PLMN = MCC+MNC)"
|
||||||
|
::= { oacCellRadioModuleEntry 73 }
|
||||||
|
END
|
||||||
|
--
|
2075
tests/data/oneaccess_oneaccess-lte.json
Normal file
2075
tests/data/oneaccess_oneaccess-lte.json
Normal file
File diff suppressed because it is too large
Load Diff
337
tests/snmpsim/oneaccess_oneaccess-lte.snmprec
Normal file
337
tests/snmpsim/oneaccess_oneaccess-lte.snmprec
Normal file
@@ -0,0 +1,337 @@
|
|||||||
|
1.3.6.1.2.1.1.1.0|4|OneOS-pCPE-ARM_pi1-6.6.1m6
|
||||||
|
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.13191.1.1.154
|
||||||
|
1.3.6.1.2.1.1.3.0|67|177461096
|
||||||
|
1.3.6.1.2.1.1.4.0|4|<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.524288|4|GigabitEthernet0/0
|
||||||
|
1.3.6.1.2.1.2.2.1.2.528384|4|GigabitEthernet0/1
|
||||||
|
1.3.6.1.2.1.2.2.1.2.532480|4|GigabitEthernet0/2
|
||||||
|
1.3.6.1.2.1.2.2.1.2.536576|4|GigabitEthernet0/3
|
||||||
|
1.3.6.1.2.1.2.2.1.2.589824|4|GigabitEthernet1/0
|
||||||
|
1.3.6.1.2.1.2.2.1.2.268439552|4|Bvi1
|
||||||
|
1.3.6.1.2.1.2.2.1.2.402657280|4|Virtual-Ethernet1
|
||||||
|
1.3.6.1.2.1.2.2.1.2.1879048192|4|Null0
|
||||||
|
1.3.6.1.2.1.2.2.1.2.1912602625|4|Loopback1
|
||||||
|
1.3.6.1.2.1.2.2.1.3.524288|2|6
|
||||||
|
1.3.6.1.2.1.2.2.1.3.528384|2|6
|
||||||
|
1.3.6.1.2.1.2.2.1.3.532480|2|6
|
||||||
|
1.3.6.1.2.1.2.2.1.3.536576|2|6
|
||||||
|
1.3.6.1.2.1.2.2.1.3.589824|2|6
|
||||||
|
1.3.6.1.2.1.2.2.1.3.268439552|2|53
|
||||||
|
1.3.6.1.2.1.2.2.1.3.402657280|2|53
|
||||||
|
1.3.6.1.2.1.2.2.1.3.1879048192|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.3.1912602625|2|24
|
||||||
|
1.3.6.1.2.1.2.2.1.4.524288|2|1500
|
||||||
|
1.3.6.1.2.1.2.2.1.4.528384|2|1500
|
||||||
|
1.3.6.1.2.1.2.2.1.4.532480|2|1500
|
||||||
|
1.3.6.1.2.1.2.2.1.4.536576|2|1500
|
||||||
|
1.3.6.1.2.1.2.2.1.4.589824|2|1500
|
||||||
|
1.3.6.1.2.1.2.2.1.4.268439552|2|1500
|
||||||
|
1.3.6.1.2.1.2.2.1.4.402657280|2|1500
|
||||||
|
1.3.6.1.2.1.2.2.1.4.1879048192|2|32768
|
||||||
|
1.3.6.1.2.1.2.2.1.4.1912602625|2|32768
|
||||||
|
1.3.6.1.2.1.2.2.1.6.524288|4x|70FC8C2696A4
|
||||||
|
1.3.6.1.2.1.2.2.1.6.528384|4x|70FC8C2A96A4
|
||||||
|
1.3.6.1.2.1.2.2.1.6.532480|4x|70FC8C2E96A4
|
||||||
|
1.3.6.1.2.1.2.2.1.6.536576|4x|70FC8C3296A4
|
||||||
|
1.3.6.1.2.1.2.2.1.6.589824|4x|70FC8C3696A4
|
||||||
|
1.3.6.1.2.1.2.2.1.6.268439552|4x|70FC8C2696A4
|
||||||
|
1.3.6.1.2.1.2.2.1.6.402657280|4x|000000000000
|
||||||
|
1.3.6.1.2.1.2.2.1.6.1879048192|4x|000000000000
|
||||||
|
1.3.6.1.2.1.2.2.1.6.1912602625|4x|000000000000
|
||||||
|
1.3.6.1.2.1.2.2.1.7.524288|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.7.528384|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.7.532480|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.7.536576|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.7.589824|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.7.268439552|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.7.402657280|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.7.1879048192|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.7.1912602625|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.8.524288|2|2
|
||||||
|
1.3.6.1.2.1.2.2.1.8.528384|2|2
|
||||||
|
1.3.6.1.2.1.2.2.1.8.532480|2|2
|
||||||
|
1.3.6.1.2.1.2.2.1.8.536576|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.8.589824|2|2
|
||||||
|
1.3.6.1.2.1.2.2.1.8.268439552|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.8.402657280|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.8.1879048192|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.8.1912602625|2|1
|
||||||
|
1.3.6.1.2.1.2.2.1.9.524288|67|0
|
||||||
|
1.3.6.1.2.1.2.2.1.9.528384|67|0
|
||||||
|
1.3.6.1.2.1.2.2.1.9.532480|67|0
|
||||||
|
1.3.6.1.2.1.2.2.1.9.536576|67|289385
|
||||||
|
1.3.6.1.2.1.2.2.1.9.589824|67|0
|
||||||
|
1.3.6.1.2.1.2.2.1.9.268439552|67|289385
|
||||||
|
1.3.6.1.2.1.2.2.1.9.402657280|67|9485
|
||||||
|
1.3.6.1.2.1.2.2.1.9.1879048192|67|0
|
||||||
|
1.3.6.1.2.1.2.2.1.9.1912602625|67|0
|
||||||
|
1.3.6.1.2.1.2.2.1.13.524288|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.13.528384|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.13.532480|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.13.536576|65|20147
|
||||||
|
1.3.6.1.2.1.2.2.1.13.589824|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.13.268439552|65|944952
|
||||||
|
1.3.6.1.2.1.2.2.1.13.402657280|65|1
|
||||||
|
1.3.6.1.2.1.2.2.1.13.1879048192|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.13.1912602625|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.524288|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.528384|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.532480|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.536576|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.589824|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.268439552|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.402657280|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.1879048192|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.14.1912602625|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.524288|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.528384|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.532480|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.536576|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.589824|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.268439552|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.402657280|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.1879048192|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.19.1912602625|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.524288|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.528384|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.532480|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.536576|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.589824|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.268439552|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.402657280|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.1879048192|65|0
|
||||||
|
1.3.6.1.2.1.2.2.1.20.1912602625|65|0
|
||||||
|
1.3.6.1.2.1.4.24.6.0|66|385
|
||||||
|
1.3.6.1.2.1.6.5.0|65|9496
|
||||||
|
1.3.6.1.2.1.6.6.0|65|6211
|
||||||
|
1.3.6.1.2.1.6.7.0|65|22
|
||||||
|
1.3.6.1.2.1.6.8.0|65|54
|
||||||
|
1.3.6.1.2.1.6.9.0|66|1
|
||||||
|
1.3.6.1.2.1.6.10.0|65|1446715011
|
||||||
|
1.3.6.1.2.1.6.11.0|65|1446724568
|
||||||
|
1.3.6.1.2.1.6.12.0|65|1637
|
||||||
|
1.3.6.1.2.1.6.14.0|65|0
|
||||||
|
1.3.6.1.2.1.6.15.0|65|343
|
||||||
|
1.3.6.1.2.1.6.18.0|70|1446725868
|
||||||
|
1.3.6.1.2.1.10.7.2.1.1.524288|2|524288
|
||||||
|
1.3.6.1.2.1.10.7.2.1.19.524288|2|1
|
||||||
|
1.3.6.1.2.1.10.7.2.1.19.528384|2|1
|
||||||
|
1.3.6.1.2.1.10.7.2.1.19.532480|2|1
|
||||||
|
1.3.6.1.2.1.10.7.2.1.19.536576|2|3
|
||||||
|
1.3.6.1.2.1.10.7.2.1.19.589824|2|1
|
||||||
|
1.3.6.1.2.1.11.1.0|65|695220
|
||||||
|
1.3.6.1.2.1.11.3.0|65|0
|
||||||
|
1.3.6.1.2.1.11.4.0|65|6
|
||||||
|
1.3.6.1.2.1.11.5.0|65|0
|
||||||
|
1.3.6.1.2.1.11.6.0|65|0
|
||||||
|
1.3.6.1.2.1.11.30.0|2|2
|
||||||
|
1.3.6.1.2.1.11.31.0|65|0
|
||||||
|
1.3.6.1.2.1.11.32.0|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.524288|4|GigabitEthernet0/0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.528384|4|GigabitEthernet0/1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.532480|4|GigabitEthernet0/2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.536576|4|GigabitEthernet0/3
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.589824|4|GigabitEthernet1/0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.268439552|4|Bvi1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.402657280|4|Virtual-Ethernet1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.1879048192|4|Null0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.1.1912602625|4|Loopback1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.524288|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.528384|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.532480|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.536576|65|944950
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.589824|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.268439552|65|944950
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.402657280|65|1230657
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.1879048192|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.2.1912602625|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.524288|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.528384|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.532480|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.536576|65|11352
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.589824|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.268439552|65|11352
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.402657280|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.1879048192|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.3.1912602625|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.524288|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.528384|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.532480|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.536576|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.589824|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.268439552|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.402657280|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.1879048192|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.4.1912602625|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.524288|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.528384|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.532480|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.536576|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.589824|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.268439552|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.402657280|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.1879048192|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.5.1912602625|65|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.524288|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.528384|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.532480|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.536576|70|59633844
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.589824|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.268439552|70|57378120
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.402657280|70|239845777
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.1879048192|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.6.1912602625|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.524288|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.528384|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.532480|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.536576|70|20147
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.589824|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.268439552|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.402657280|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.1879048192|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.7.1912602625|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.524288|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.528384|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.532480|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.536576|70|944950
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.589824|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.268439552|70|944950
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.402657280|70|1230657
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.1879048192|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.8.1912602625|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.524288|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.528384|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.532480|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.536576|70|11352
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.589824|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.268439552|70|11352
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.402657280|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.1879048192|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.9.1912602625|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.524288|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.528384|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.532480|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.536576|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.589824|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.268439552|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.402657280|70|288058031
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.1879048192|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.10.1912602625|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.524288|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.528384|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.532480|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.536576|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.589824|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.268439552|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.402657280|70|1242381
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.1879048192|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.11.1912602625|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.524288|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.528384|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.532480|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.536576|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.589824|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.268439552|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.402657280|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.1879048192|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.12.1912602625|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.524288|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.528384|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.532480|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.536576|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.589824|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.268439552|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.402657280|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.1879048192|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.13.1912602625|70|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.524288|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.528384|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.532480|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.536576|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.589824|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.268439552|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.402657280|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.1879048192|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.14.1912602625|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.524288|66|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.528384|66|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.532480|66|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.536576|66|1000
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.589824|66|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.268439552|66|1000
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.402657280|66|50
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.1879048192|66|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.15.1912602625|66|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.524288|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.528384|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.532480|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.536576|2|1
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.589824|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.268439552|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.402657280|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.1879048192|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.1912602625|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.16.1912668160|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.524288|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.528384|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.532480|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.536576|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.589824|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.268439552|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.402657280|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.1879048192|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.17.1912602625|2|2
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.524288|4|ORCH=CLIENT --- LAN ---
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.528384|4|ORCH=CLIENT --- LAN ---
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.532480|4|ORCH=CLIENT --- LAN ---
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.536576|4|ORCH=CLIENT --- LAN ---
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.589824|4|
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.268439552|4|
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.402657280|4|ORCH=RESEAU Cellular option is actived
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.1879048192|4|
|
||||||
|
1.3.6.1.2.1.31.1.1.1.18.1912602625|4|--- Administration R-Adequa ---
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.524288|67|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.528384|67|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.532480|67|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.536576|67|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.589824|67|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.268439552|67|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.402657280|67|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.1879048192|67|0
|
||||||
|
1.3.6.1.2.1.31.1.1.1.19.1912602625|67|0
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.2.1|4|MB520 AV2aF5PWnacxG
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.3.1|6|0.0
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.4.1|2|0
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.5.1|2|1
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.6.1|2|-1
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.7.1|4|MB520 AV2aF5PWnacxG
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.8.1|4|ne
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.9.1|4|
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.10.1|4|
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.11.1|4|S2116008555223620
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.12.1|4|
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.13.1|4|LBB_154
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.14.1|4|
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.15.1|4|
|
||||||
|
1.3.6.1.2.1.47.1.1.1.1.16.1|2|1
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.1.1.1.0|66|196382720
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.1.1.3.0|66|572370944
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.1.1.4.0|66|65
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.1.2.3.1.2.0|2|0
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.1.2.3.1.2.1|2|1
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.1.2.3.1.3.0|66|25
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.1.2.3.1.3.1|66|0
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.2.1.4.0|4|BCM63136 - ARMv7 Processor rev 1 (v7l)
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.2.1.5.0|4|3.4.11-rt19
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.2.2.2.1.5.0|4|S2116008555223620
|
||||||
|
1.3.6.1.4.1.13191.10.3.3.2.2.2.1.8.0|4|LBB_154
|
||||||
|
1.3.6.1.4.1.13191.10.3.9.2.1.41.0|2|-64
|
||||||
|
1.3.6.1.4.1.13191.10.3.9.2.1.43.0|2|-12
|
||||||
|
1.3.6.1.4.1.13191.10.3.9.2.1.44.0|2|-96
|
||||||
|
1.3.6.1.4.1.13191.10.3.9.2.1.45.0|2|10
|
||||||
|
1.3.6.1.4.1.13191.10.3.9.2.1.46.0|4|4G
|
||||||
|
1.3.6.1.4.1.13191.10.3.9.2.1.71.0|4|14663945
|
||||||
|
1.3.6.1.4.1.13191.10.3.9.2.1.73.0|4|20801
|
||||||
|
1.3.6.1.6.3.10.2.1.3.0|2|1774611
|
Reference in New Issue
Block a user