New OS: Adva XG 304 (#13668)

* initial commit

* adding snmpsim data

* update yaml and snmpsim

* fixed os tests

* Applied style changes

* Additional style change

* changed os discovery from php to yaml

* relaxing sysDescr regex
This commit is contained in:
Heath Barnhart 2022-01-16 11:27:27 -06:00 committed by GitHub
parent 15b0c2d665
commit 2f2d43bab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 7905 additions and 0 deletions

View File

@ -0,0 +1,15 @@
os: adva_xg300
text: 'ADVA OptiSwitch'
type: network
icon: adva
group: ADVA
ifname: true
over:
- { graph: device_bits, text: Traffic }
- { graph: device_processor, text: 'CPU Usage' }
- { graph: device_mempool, text: 'Memory Usage' }
discovery:
-
sysObjectID:
- .1.3.6.1.4.1.629.22
mib_dir: adva

View File

@ -0,0 +1,96 @@
mib: OA-SFP-MIB:DEV-CFG-MIB
modules:
os:
sysDescr_regex: '/(?<hardware>.+) Ver\. (?<version>[^)]+\))/'
serial: '.1.3.6.1.4.1.629.1.50.16.4.3.2.0'
sensors:
pre-cache:
data:
-
oid:
- oaSfpInfoInstalledStatus
dbm:
data:
-
oid: oaSfpDiagnosticTxPower
num_oid: '.1.3.6.1.4.1.6926.1.18.1.1.3.1.6.{{ $index }}'
entPhysicalIndex: '{{ $subindex1 }}'
entPhysicalIndex_measured: 'ports'
divisor: 100
descr: 'Port {{ $subindex1 }} Tx Power'
index: 'oaSfpDiagnosticTxPower.{{ $index }}'
skip_values:
-
oid: oaSfpInfoInstalledStatus
op: '!='
value: '3'
-
oid: oaSfpDiagnosticRxPower
num_oid: '.1.3.6.1.4.1.6926.1.18.1.1.3.1.7.{{ $index }}'
entPhysicalIndex: '{{ $subindex1 }}'
entPhysicalIndex_measured: 'ports'
divisor: 100
descr: 'Port {{ $subindex1 }} Rx Power'
index: 'oaSfpDiagnosticRxPower.{{ $index }}'
skip_values:
-
oid: oaSfpInfoInstalledStatus
op: '!='
value: '3'
temperature:
data:
-
oid: nbsDevPhParamDevAmbientTempC
num_oid: '.1.3.6.1.4.1.629.1.50.11.1.13.1.{{ $index }}'
descr: 'Ambient Temp'
index: 'nbsDevPhParamDevAmbientTempC.{{ $index }}'
low_limit: '0'
high_limit: '50'
-
oid: nbsDevPhParamPackProcTempC
num_oid: '.1.3.6.1.4.1.629.1.50.11.1.13.2.{{ $index }}'
descr: 'Packet Processor Temp'
index: 'nbsDevPhParamPackProcTempC.{{ $index }}'
-
oid: oaSfpDiagnosticTemperature
num_oid: '.1.3.6.1.4.1.6926.1.18.1.1.3.1.3.{{ $index }}'
entPhysicalIndex: '{{ $subindex1 }}'
entPhysicalIndex_measured: 'ports'
divisor: 10
descr: 'Port {{ $subindex1 }} Temp'
index: 'oaSfpDiagnosticTemperature.{{ $index }}'
skip_values:
-
oid: oaSfpInfoInstalledStatus
op: '!='
value: '3'
voltage:
data:
-
oid: oaSfpDiagnosticVcc
num_oid: '.1.3.6.1.4.1.6926.1.18.1.1.3.1.4.{{ $index }}'
entPhysicalIndex: '{{ $subindex1 }}'
entPhysicalIndex_measured: 'ports'
divisor: 10000
descr: 'Port {{ $subindex1 }} Voltage'
index: 'oaSfpDiagnosticVcc.{{ $index }}'
skip_values:
-
oid: oaSfpInfoInstalledStatus
op: '!='
value: '3'
current:
data:
-
oid: oaSfpDiagnosticTxBias
num_oid: '.1.3.6.1.4.1.6926.1.18.1.1.3.1.5.{{ $index }}'
entPhysicalIndex: '{{ $subindex1 }}'
entPhysicalIndex_measured: 'ports'
divisor: 1000000
descr: 'Port {{ $subindex1 }} Tx Bias'
index: 'oaSfpDiagnosticTxBias.{{ $index }}'
skip_values:
-
oid: oaSfpInfoInstalledStatus
op: '!='
value: '3'

1124
mibs/adva/DEV-CFG-MIB Normal file

File diff suppressed because it is too large Load Diff

780
mibs/adva/DEV-ID-MIB Normal file
View File

@ -0,0 +1,780 @@
-- =======================================================================
-- File : dev-id.mib
-- Description : Private MIB for Linux Router
-- By : Alex Rozin
-- Supports information about device identifiaction
-- Copyright (c) 2006 MRV. All Rights Reserved.
--
--
-- Reproduction of this document is authorized on condition that this
-- copyright notice is included. This MRV SNMP MIB Specification
-- embodies MRV's proprietary intellectual property. MRV
-- retains all title and ownership in the specification, including any
-- revisions.
--
-- It is MRV's intent to encourage the widespread use of this
-- specification in connection with the management of MRV's
-- products. MRV grants vendor, end-users, and other interested
-- parties a non-exclusive license to use this specification in
-- connection with the management of MRV's products.
--
-- This specification is supplied "AS IS," and MRV makes no
-- warranty, either express or implied, as to the use, operation,
-- condition, or performance of the specification.
--
-- Copyright text courtesy of MRV
--
-- If you have any questions about this MIB, please call MRV
-- Technical Support Center at 1-800-858-7815 from inside USA or
-- 1-818-773-0900 from outside USA.
--
--
-- MRV retains the right to change this MIB without notification.
DEV-ID-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, enterprises,
Integer32 FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
nbSwitchG1Il, nbase FROM OS-COMMON-TC-MIB
DisplayString FROM SNMPv2-TC;
nbDevId MODULE-IDENTITY
LAST-UPDATED "201609140000Z" -- 14 September 2016
ORGANIZATION "MRV Communications, Inc."
CONTACT-INFO
"Alex Rozin
MRV Communication, Inc
http://www.mrv.com
Email: ARozin@mrv.com"
DESCRIPTION
"Supports information about device identifiaction."
-- Revision history
REVISION "201609140000Z" -- 14 September 2016
DESCRIPTION
"1. osNgBobk device family.
2. Drafts for nbDevIdOamFpgaInfo & nbDevIdPiggyInfo."
REVISION "201503240000Z" -- 24 March 2015
DESCRIPTION
"OIDs for OP-X series."
REVISION "201203190000Z" -- 19 March 2012
DESCRIPTION
"nbProducts and its sons."
REVISION "200602220000Z"
DESCRIPTION
"Initial edition."
::= { nbSwitchG1Il 16 }
-- ************************************************************
-- MIB place Definition
-- ************************************************************
nbDevIdHardware OBJECT IDENTIFIER ::= { nbDevId 4 }
nbDevIdSoftware OBJECT IDENTIFIER ::= { nbDevId 5 }
nbDevIdConformance OBJECT IDENTIFIER ::= { nbDevId 101 }
nbDevIdHardwareSerial OBJECT IDENTIFIER ::= { nbDevIdHardware 3 }
nbDevIdOamFpgaInfo OBJECT IDENTIFIER ::= { nbDevIdHardware 6 }
nbDevIdPiggyInfo OBJECT IDENTIFIER ::= { nbDevIdHardware 7 }
nbDevIdUnitInfo OBJECT IDENTIFIER ::= { nbDevIdHardware 10 }
nbProducts OBJECT IDENTIFIER ::= { nbase 22 }
os9024v4CBase OBJECT IDENTIFIER ::= { nbProducts 1 }
os9024v4C OBJECT IDENTIFIER ::= { os9024v4CBase 1 }
os9048v4GBase OBJECT IDENTIFIER ::= { nbProducts 2 }
os9048v4G OBJECT IDENTIFIER ::= { os9048v4GBase 1 }
os9024vMBase OBJECT IDENTIFIER ::= { nbProducts 4 }
os9024vM OBJECT IDENTIFIER ::= { os9024vMBase 1 }
os9024Fv4GBase OBJECT IDENTIFIER ::= { nbProducts 5 }
os9024Fv4G OBJECT IDENTIFIER ::= { os9024Fv4GBase 1 }
os9012v10GBase OBJECT IDENTIFIER ::= { nbProducts 6 }
os9012v10G OBJECT IDENTIFIER ::= { os9012v10GBase 1 }
os9012vMBase OBJECT IDENTIFIER ::= { nbProducts 7 }
os9012vM OBJECT IDENTIFIER ::= { os9012vMBase 1 }
os910Base OBJECT IDENTIFIER ::= { nbProducts 8 }
os910 OBJECT IDENTIFIER ::= { os910Base 1 }
os912Base OBJECT IDENTIFIER ::= { nbProducts 9 }
os912 OBJECT IDENTIFIER ::= { os912Base 1 }
os9024M210GBase OBJECT IDENTIFIER ::= { nbProducts 10 }
os9024M210G OBJECT IDENTIFIER ::= { os9024M210GBase 1 }
os9052Base OBJECT IDENTIFIER ::= { nbProducts 13 }
os9052 OBJECT IDENTIFIER ::= { os9052Base 1 }
os9012M10GBase OBJECT IDENTIFIER ::= { nbProducts 14 }
os9012M10G OBJECT IDENTIFIER ::= { os9012M10GBase 1 }
os910MBase OBJECT IDENTIFIER ::= { nbProducts 15 }
os910M OBJECT IDENTIFIER ::= { os910MBase 1 }
os930Base OBJECT IDENTIFIER ::= { nbProducts 16 }
os930 OBJECT IDENTIFIER ::= { os930Base 1 }
os904Base OBJECT IDENTIFIER ::= { nbProducts 18 }
os904 OBJECT IDENTIFIER ::= { os904Base 1 }
-- os904E OBJECT IDENTIFIER ::= { os904Base 1 }
-- os904EXT OBJECT IDENTIFIER ::= { os904Base 1 }
osOPN1600v8C2Base OBJECT IDENTIFIER ::= { nbProducts 19 }
osOPN1600v8C2 OBJECT IDENTIFIER ::= { osOPN1600v8C2Base 1 }
-- reserve OBJECT IDENTIFIER ::= { nbProducts 20 }
-- reserve OBJECT IDENTIFIER ::= { os927Base 1 }
os912CBase OBJECT IDENTIFIER ::= { nbProducts 21 }
os912C OBJECT IDENTIFIER ::= { os912CBase 1 }
os906CBase OBJECT IDENTIFIER ::= { nbProducts 22 }
os906C OBJECT IDENTIFIER ::= { os906CBase 1 }
-- os906CE OBJECT IDENTIFIER ::= { nbProducts 1 }
-- os906CEXT OBJECT IDENTIFIER ::= { nbProducts 1 }
os9124Base OBJECT IDENTIFIER ::= { nbProducts 23 }
os9124 OBJECT IDENTIFIER ::= { os9124Base 1 }
osOPN1600v8S2Base OBJECT IDENTIFIER ::= { nbProducts 24 }
osOPN1600v8S2 OBJECT IDENTIFIER ::= { osOPN1600v8S2Base 1 }
os904vMBHBase OBJECT IDENTIFIER ::= { nbProducts 25 }
os904vMBH OBJECT IDENTIFIER ::= { os904vMBHBase 1 }
os904vDSL4Base OBJECT IDENTIFIER ::= { nbProducts 26 }
os904vDSL4 OBJECT IDENTIFIER ::= { os904vDSL4Base 1 }
os940Base OBJECT IDENTIFIER ::= { nbProducts 27 }
os940 OBJECT IDENTIFIER ::= { os940Base 1 }
os940MBase OBJECT IDENTIFIER ::= { nbProducts 28 }
os940M OBJECT IDENTIFIER ::= { os940MBase 1 }
osOPN800v8S2Base OBJECT IDENTIFIER ::= { nbProducts 29 }
osOPN800v8S2 OBJECT IDENTIFIER ::= { osOPN800v8S2Base 1 }
os904vMBH4Base OBJECT IDENTIFIER ::= { nbProducts 30 }
os904vMBH4 OBJECT IDENTIFIER ::= { os904vMBH4Base 1 }
os9244Base OBJECT IDENTIFIER ::= { nbProducts 31 }
os9244 OBJECT IDENTIFIER ::= { os9244Base 1 }
os940RBase OBJECT IDENTIFIER ::= { nbProducts 32 }
os940R OBJECT IDENTIFIER ::= { os940RBase 1 }
os940rTL OBJECT IDENTIFIER ::= { os940R 1 }
os606Base OBJECT IDENTIFIER ::= { nbProducts 33 }
os606 OBJECT IDENTIFIER ::= { os606Base 1 }
os904GBase OBJECT IDENTIFIER ::= { nbProducts 34 }
os904G OBJECT IDENTIFIER ::= { os904GBase 1 }
os906GBase OBJECT IDENTIFIER ::= { nbProducts 36 }
os906GShort OBJECT IDENTIFIER ::= { os906GBase 1 }
os906GnotSync OBJECT IDENTIFIER ::= { os906GShort 1 }
os906G OBJECT IDENTIFIER ::= { os906GnotSync 1 }
os906GMbh OBJECT IDENTIFIER ::= { os906GnotSync 2 }
os906GSync OBJECT IDENTIFIER ::= { os906GShort 2 }
os906GS OBJECT IDENTIFIER ::= { os906GSync 1 }
os906GSMbh OBJECT IDENTIFIER ::= { os906GSync 2 }
os906GLong OBJECT IDENTIFIER ::= { os906GBase 2 }
os906GLnotSync OBJECT IDENTIFIER ::= { os906GLong 1 }
os906GMB OBJECT IDENTIFIER ::= { os906GLnotSync 1 }
os906GM OBJECT IDENTIFIER ::= { os906GMB 1 }
os906GMe OBJECT IDENTIFIER ::= { os906GMB 2 }
os906GMMbhB OBJECT IDENTIFIER ::= { os906GLnotSync 2 }
os906GMMbh OBJECT IDENTIFIER ::= { os906GMMbhB 1 }
os906GMMbhe OBJECT IDENTIFIER ::= { os906GMMbhB 2 }
os906GLSync OBJECT IDENTIFIER ::= { os906GLong 2 }
os906GMSB OBJECT IDENTIFIER ::= { os906GLSync 1 }
os906GMS OBJECT IDENTIFIER ::= { os906GMSB 1 }
os906GMSe OBJECT IDENTIFIER ::= { os906GMSB 2 }
os906GMSMbhB OBJECT IDENTIFIER ::= { os906GLSync 2 }
os906GMSMbh OBJECT IDENTIFIER ::= { os906GMSMbhB 1 }
os906GMSMbhe OBJECT IDENTIFIER ::= { os906GMSMbhB 2 }
osNgBase OBJECT IDENTIFIER ::= { nbProducts 37 }
osNgV20 OBJECT IDENTIFIER ::= { osNgBase 1 } -- Bobcat2
osNgV8 OBJECT IDENTIFIER ::= { osNgBase 2 } -- Bobcat2
osNgSimple OBJECT IDENTIFIER ::= { osNgBase 3 } -- Bobcat2
osNgV8m1 OBJECT IDENTIFIER ::= { osNgSimple 8 } -- Bobcat2
osNgV20m1 OBJECT IDENTIFIER ::= { osNgSimple 20 } -- Bobcat2
osNgBobk OBJECT IDENTIFIER ::= { osNgBase 4 } -- C-Chip
osNgBobkCetus OBJECT IDENTIFIER ::= { osNgBobk 8 }
osNgBobkV8 OBJECT IDENTIFIER ::= { osNgBobkCetus 1 }
osNgBobkV8m OBJECT IDENTIFIER ::= { osNgBobkCetus 2 } -- With slot for a module without FPGA
osNgBobkV8f OBJECT IDENTIFIER ::= { osNgBobkCetus 3 } -- With FPGA without slot for a module
osNgBobkV8mf OBJECT IDENTIFIER ::= { osNgBobkCetus 4 } -- With slot for a module and FPGA
osNgBobkV8h OBJECT IDENTIFIER ::= { osNgBobkCetus 5 } -- XG304H
osNgBobkV8hf OBJECT IDENTIFIER ::= { osNgBobkCetus 6 } -- XG304H With FPGA
osNgBobkCaelum OBJECT IDENTIFIER ::= { osNgBobk 20 }
osNgBobkV20 OBJECT IDENTIFIER ::= { osNgBobkCaelum 1 }
osNgBobkV20f OBJECT IDENTIFIER ::= { osNgBobkCaelum 3 } -- With FPGA
osNgBobkV20h OBJECT IDENTIFIER ::= { osNgBobkCaelum 5 } -- XG308H
osNgBobkV20h OBJECT IDENTIFIER ::= { osNgBobkCaelum 6 } -- XG308H With FPGA
osNgBc2 OBJECT IDENTIFIER ::= { osNgBase 5 } -- Bobcat2
osNgBc2p52 OBJECT IDENTIFIER ::= { osNgBc2 52 } -- 52 ports
osXG312 OBJECT IDENTIFIER ::= { osNgBc2p52 1 } -- Without FPGA
osXG312f OBJECT IDENTIFIER ::= { osNgBc2p52 3 } -- With FPGA
-- ************************************************************
-- OS-DM products
-- ************************************************************
osDmBase OBJECT IDENTIFIER ::= { nbProducts 80 }
osDmIPoe OBJECT IDENTIFIER ::= { osDmBase 1 }
osDmIPoe1g OBJECT IDENTIFIER ::= { osDmIPoe 1 }
osDmIPoe1gMrv OBJECT IDENTIFIER ::= { osDmIPoe1g 1 }
osDmIPoe1gRb OBJECT IDENTIFIER ::= { osDmIPoe1g 2 }
osDmIPoe1gRb6 OBJECT IDENTIFIER ::= { osDmIPoe1gRb 6 }
osDmIPoe1gRb6p4 OBJECT IDENTIFIER ::= { osDmIPoe1gRb6 4 }
osDmIPoe1gRb8 OBJECT IDENTIFIER ::= { osDmIPoe1gRb 8 }
osDmIPoe1gRb8p6 OBJECT IDENTIFIER ::= { osDmIPoe1gRb8 6 }
osDmIPoe1gRb10 OBJECT IDENTIFIER ::= { osDmIPoe1gRb 10 }
osDmIPoe1gRb10p8 OBJECT IDENTIFIER ::= { osDmIPoe1gRb10 8 }
osDmIPoe10g OBJECT IDENTIFIER ::= { osDmIPoe 10 }
osDmINonPoe OBJECT IDENTIFIER ::= { osDmBase 2 }
osDmCEth OBJECT IDENTIFIER ::= { osDmBase 3 }
-- ************************************************************
-- OP-X products
-- ************************************************************
nbOpx OBJECT IDENTIFIER ::= { nbProducts 100 }
opx1 OBJECT IDENTIFIER ::= { nbOpx 1 }
opx4 OBJECT IDENTIFIER ::= { nbOpx 4 }
ciscoStackMakerConf OBJECT IDENTIFIER ::= { enterprises cisco(9) ciscoMgmt(9) ciscoStackMakerMIB(59) ciscoStackMakerMIBObjects(1) 1 }
-- ************************************************************
-- Textual conventions
-- ************************************************************
-- ************************************************************
-- Product Name
-- ************************************************************
nbDevIdTypeName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the device type, for example 'OptiSwitch 9024-4C'."
::= { nbDevId 1 }
nbDevIdSysName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"An administratively-assigned name for this managed node.
By convention, this is the node's fully-qualified domain
name. If the name is unknown, the value is the zero-length
string. See also sysName=mib-2.system.5"
::= { nbDevId 2 }
nbDevIdBaseMAC OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (6))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Base MAC address."
::= { nbDevId 3 }
-- ************************************************************
-- Hardware
-- ************************************************************
nbDevIdHardwareVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Hardware version."
::= { nbDevIdHardware 2 }
nbDevIdHardwareSubVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Hardware sub version."
::= { nbDevIdHardware 8 }
nbDevIdHardwareVersionString OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Hardware version string."
::= { nbDevIdHardware 9 }
nbDevIdHardwareSerialBoard OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Board serial number."
::= { nbDevIdHardwareSerial 1 }
nbDevIdHardwareSerialUnit OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unit serial number."
::= { nbDevIdHardwareSerial 2 }
nbDevIdHardwareCpuNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of CPUs."
::= { nbDevIdHardware 4 }
nbDevIdCpuTable OBJECT-TYPE
SYNTAX SEQUENCE OF NbDevIdCpuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of supported standard MIBs."
::= { nbDevIdHardware 5 }
nbDevIdCpuEntry OBJECT-TYPE
SYNTAX NbDevIdCpuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "."
INDEX { nbDevIdCpuIndex }
::= { nbDevIdCpuTable 1 }
NbDevIdCpuEntry ::= SEQUENCE {
nbDevIdCpuIndex Integer32,
nbDevIdCpuSerial DisplayString,
nbDevIdCpuDescr DisplayString
}
nbDevIdCpuIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"1-base index of CPU entry."
::= { nbDevIdCpuEntry 1 }
nbDevIdCpuSerial OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"CPU serial number."
::= { nbDevIdCpuEntry 4 }
nbDevIdCpuDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"CPU description, let's say
'MPC8245, 266MHz with 64MB flash and 128MB Dram memory'."
::= { nbDevIdCpuEntry 9 }
nbDevIdOamFpgaNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of OAM FPGAs. If the agent return 0 or error <<No Such Object available on this agent>>,
then the table is empty."
::= { nbDevIdOamFpgaInfo 1 }
nbDevIdOamFpgaTable OBJECT-TYPE
SYNTAX SEQUENCE OF NbDevIdOamFpgaEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of OAM FPGA."
::= { nbDevIdOamFpgaInfo 2 }
nbDevIdOamFpgaEntry OBJECT-TYPE
SYNTAX NbDevIdOamFpgaEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry of nbDevIdOamFpgaTable."
INDEX { nbDevIdOamFpgaIndex }
::= { nbDevIdOamFpgaTable 1 }
NbDevIdOamFpgaEntry ::= SEQUENCE {
nbDevIdOamFpgaIndex Integer32,
nbDevIdOamFpgaType INTEGER,
nbDevIdOamFpgaVersion Integer32,
nbDevIdOamFpgaDescr DisplayString
}
nbDevIdOamFpgaIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"1-based index of entry."
::= { nbDevIdOamFpgaEntry 1 }
nbDevIdOamFpgaType OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
oam1GFpga (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type of the entity."
::= { nbDevIdOamFpgaEntry 3 }
nbDevIdOamFpgaVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Numerical version of the entity."
::= { nbDevIdOamFpgaEntry 4 }
nbDevIdOamFpgaDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description of the entity."
::= { nbDevIdOamFpgaEntry 9 }
nbDevIdPiggyNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Piggy modules. If the agent return 0 or error <<No Such Object available on this agent>>,
then the table is empty."
::= { nbDevIdPiggyInfo 1 }
nbDevIdPiggyTable OBJECT-TYPE
SYNTAX SEQUENCE OF NbDevIdPiggyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of Piggy modules."
::= { nbDevIdPiggyInfo 2 }
nbDevIdPiggyEntry OBJECT-TYPE
SYNTAX NbDevIdPiggyEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry of nbDevIdPiggyTable."
INDEX { nbDevIdPiggyIndex }
::= { nbDevIdPiggyTable 1 }
NbDevIdPiggyEntry ::= SEQUENCE {
nbDevIdPiggyIndex Integer32,
nbDevIdPiggyType INTEGER,
nbDevIdPiggyVersion Integer32,
nbDevIdPiggyDescr DisplayString
}
nbDevIdPiggyIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"1-based index of entry."
::= { nbDevIdPiggyEntry 1 }
nbDevIdPiggyType OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
dryContactOnly (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Type of the entity."
::= { nbDevIdPiggyEntry 3 }
nbDevIdPiggyVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Numerical version of the entity."
::= { nbDevIdPiggyEntry 4 }
nbDevIdPiggyDescr OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description of the entity."
::= { nbDevIdPiggyEntry 9 }
nbDevIdUnitInfoName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unit name."
::= { nbDevIdUnitInfo 1 }
nbDevIdUnitInfoPartNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unit part number."
::= { nbDevIdUnitInfo 2 }
nbDevIdUnitInfoManufacturer OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unit manufacturer name."
::= { nbDevIdUnitInfo 3 }
nbDevIdUnitInfoManufactureSite OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unit manufacturer site."
::= { nbDevIdUnitInfo 4 }
nbDevIdUnitInfoManufactureDate OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Unit manufacturer date"
::= { nbDevIdUnitInfo 5 }
-- ************************************************************
-- Software
-- ************************************************************
nbDevIdSoftwareMasterOSVers OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Software version description, let's say '1_0_6'."
::= { nbDevIdSoftware 1 }
nbDevIdSoftwareBuildTime OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Build time, for example: Tue Jun 14 23:03:09 IDT 2005."
::= { nbDevIdSoftware 2 }
-- ************************************************************
-- nbDevIdMibTable
-- ************************************************************
nbDevIdMibTable OBJECT-TYPE
SYNTAX SEQUENCE OF NbDevIdMibEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"List of supported standard MIBs."
::= { nbDevIdSoftware 3 }
nbDevIdMibEntry OBJECT-TYPE
SYNTAX NbDevIdMibEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "."
INDEX { nbDevIdMibStdName }
::= { nbDevIdMibTable 1 }
NbDevIdMibEntry ::= SEQUENCE {
nbDevIdMibStdName DisplayString,
nbDevIdMibName DisplayString,
nbDevIdMibTitle DisplayString,
nbDevIdMibNote DisplayString
}
nbDevIdMibStdName OBJECT-TYPE
SYNTAX DisplayString (SIZE(3..32))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Name of the standart, like RFC2819."
::= { nbDevIdMibEntry 1 }
nbDevIdMibName OBJECT-TYPE
SYNTAX DisplayString (SIZE(3..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the MIB, like RMON-MIB."
::= { nbDevIdMibEntry 2 }
nbDevIdMibTitle OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Title of standart, like
'Remote Network Monitoring Management Information Base'."
::= { nbDevIdMibEntry 5 }
nbDevIdMibNote OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Note about level of support on the current device."
::= { nbDevIdMibEntry 8 }
nbDevIdFirmware OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Firmware version."
::= { nbDevId 6 }
nbDevIdFpgaHwVers OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"FPGA Hardware Version name."
::= { nbDevId 7 }
nbDevIdFpgaSwVers OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"FPGA Software version."
::= { nbDevId 8 }
nbDevIdBrandId OBJECT-TYPE
SYNTAX INTEGER {
unknown (1),
mrv (2),
adva (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Product brand id"
::= { nbDevId 9 }
nbDevIdModuleInfo OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Module Hardware information"
::= { nbDevId 10 }
csmStackName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"For TELSTA: fetched from CISCO-STACKMAKER-MIB .
<<A descriptive string used by the network administrator
one stack at any given time. If this entry is empty,
the device is not a member of a stack.
Changing the value of this object will move the device
to a different stack. If the value is cleared, the device
is no longer a member of any stack.>>"
::= { ciscoStackMakerConf 1 }
-- *******************************************************************
-- Conformance Information
-- *******************************************************************
nbDevIdMIBCompliances OBJECT IDENTIFIER ::= { nbDevIdConformance 1 }
nbDevIdMIBGroups OBJECT IDENTIFIER ::= { nbDevIdConformance 2 }
nbDevIdMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The core compliance statement for all 'nbDevId' MIB implementations."
MODULE -- this module
MANDATORY-GROUPS {
nbDevIdGroup
}
GROUP nbDevIOptionaldGroup
DESCRIPTION
"."
::= { nbDevIdMIBCompliances 1 }
-- ...................................................................
-- Conformance Groups
-- ...................................................................
nbDevIdGroup OBJECT-GROUP
OBJECTS {
nbDevIdTypeName,
nbDevIdSysName,
nbDevIdBaseMAC,
nbDevIdHardwareVersion,
nbDevIdHardwareSubVersion,
nbDevIdHardwareVersionString,
nbDevIdHardwareSerialBoard,
nbDevIdHardwareSerialUnit,
nbDevIdOamFpgaNumber,
nbDevIdOamFpgaType, nbDevIdOamFpgaVersion, nbDevIdOamFpgaDescr,
nbDevIdPiggyNumber,
nbDevIdPiggyType, nbDevIdPiggyVersion, nbDevIdPiggyDescr,
nbDevIdSoftwareMasterOSVers,
nbDevIdSoftwareBuildTime,
nbDevIdHardwareCpuNumber,
nbDevIdCpuSerial,
nbDevIdCpuDescr,
csmStackName,
nbDevIdBrandId,
nbDevIdModuleInfo,
nbDevIdUnitInfoName, nbDevIdUnitInfoPartNumber, nbDevIdUnitInfoManufacturer,
nbDevIdUnitInfoManufactureSite, nbDevIdUnitInfoManufactureDate
}
STATUS current
DESCRIPTION
"Mandatory objects for grouping of Device Id parameters."
::= { nbDevIdMIBGroups 1 }
nbDevIOptionaldGroup OBJECT-GROUP
OBJECTS {
nbDevIdMibName,
nbDevIdMibTitle,
nbDevIdMibNote,
nbDevIdFirmware,
nbDevIdFpgaHwVers,
nbDevIdFpgaSwVers
}
STATUS current
DESCRIPTION
"Optional objects for grouping of Device Id parameters."
::= { nbDevIdMIBGroups 2 }
END

1530
mibs/adva/OA-SFP-MIB Normal file

File diff suppressed because it is too large Load Diff

296
mibs/adva/OS-COMMON-TC-MIB Normal file
View File

@ -0,0 +1,296 @@
OS-COMMON-TC-MIB DEFINITIONS ::= BEGIN
-- *****************************************************************************
-- TEXTUAL-CONVENTIONs MIB for all os... MIBs
-- *****************************************************************************
IMPORTS
MODULE-IDENTITY, enterprises, Integer32, Unsigned32
FROM SNMPv2-SMI -- RFC 2578
TEXTUAL-CONVENTION
FROM SNMPv2-TC; -- RFC 2579
osCommonTcMib MODULE-IDENTITY
LAST-UPDATED "201801020000Z" -- 02 Jan. 2018
ORGANIZATION "MRV Communications, Inc."
CONTACT-INFO
"Alex Ruzin
ADVA Optical Networking SE
Email: ARuzin@advaoptical.com"
DESCRIPTION
"This MIB module defines the textual conventions used
throughout the all os... and nb... MIB modules.
Copyright 2018 ADVA Optical Networking SE.
All rights reserved."
REVISION "201801020000Z" -- 02 Jan. 2018
DESCRIPTION
"Initial Version."
::= { oaOptiSwitch 6400 }
-- ************************************************************
-- MIB place Definition
-- ************************************************************
nbase OBJECT IDENTIFIER ::= { enterprises 629 }
oaccess OBJECT IDENTIFIER ::= { enterprises 6926 }
nbSwitchG1 OBJECT IDENTIFIER ::= { nbase 1 }
adva OBJECT IDENTIFIER ::= { nbase 2544 }
nbSwitchG1Il OBJECT IDENTIFIER ::= { nbSwitchG1 50}
oaOptiSwitch OBJECT IDENTIFIER ::= { oaccess 2 }
-- ************************************************************
-- Textual converions
-- ************************************************************
OsCfmMepIdOrZero ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION
"Maintenance association End Point Identifier (MEPID): A small
integer, unique over a given Maintenance Association,
identifying a specific MEP.
The special value 0 is allowed to indicate special cases, for
example that no MEPID is configured.
Whenever an object is defined with this SYNTAX, then the
DESCRIPTION clause of such an object MUST specify what the
special value of 0 means.
This object is different from Dot1agCfmMepIdOrZero that its upper limit
is 4K instead of 8K."
REFERENCE
"802.1ag clause 19.2.1"
SYNTAX Unsigned32 (0 | 1..4095)
EntityName ::= TEXTUAL-CONVENTION
DISPLAY-HINT "255a"
STATUS current
DESCRIPTION "An octet string containing administrative
information in human-readable form.
Represents textual information taken from the NVT ASCII
character set, as defined in pages 4, 10-11 of RFC 854.
Additional restrictions are:
- NUL, LF, CR, BEL, BS, HT, VT and FF are prohibited
- SP (White space) and '?' (Question mark) are strictly forbidden."
SYNTAX OCTET STRING (SIZE (1..30))
EntityNameOrNone ::= TEXTUAL-CONVENTION
DISPLAY-HINT "255a"
STATUS current
DESCRIPTION "Extends EntityName wth empty value."
SYNTAX OCTET STRING (SIZE (0..30))
BwAccountStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Status of accounting for a service/flow.
An agent always returns value enabled(3) or value
disabled(4) as a response on GET operation. For SET
operation all 3 values are valid."
SYNTAX INTEGER {
unknown (1),
clear (2),
enabled (3),
disabled (4)
}
EntryValidator ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Admin Status for controlling of the entry."
SYNTAX INTEGER {
unknown (1),
nothing (2),
delete (3),
create (4)
}
ProfileStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Status of a profile, reported it's being busy: the profile is busy, it there is at least one
service, using it."
SYNTAX INTEGER {
unknown (1),
busy (5),
free (6),
underProcessing (9)
}
PortIndex ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each Port or
in the managed system.
The value for each Port must remain
constant at least from one re-initialization of the entity's
network management system to the next re-initialization.
Actual limit is SNMP object osPortCfgMaxNumberOfPort.
All Ports with PortIndex greater or equal osPortCfgBaseTrunkPortIndex are Ethernet Channels."
SYNTAX Unsigned32 (1..2147483647)
PortIndexOrNone ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION
"See PortIndex, it is his extension for a case of <None>."
SYNTAX Integer32 (0|1..2147483647)
CfmMDLevel ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION
"Is an extension of Dot1agCfmMDLevel - value -1 means undefined.
Integer identifying the Maintenance Domain Level (MD Level).
Higher numbers correspond to higher Maintenance Domains,
those with the greatest physical reach, with the highest
values for customers' CFM PDUs. Lower numbers correspond
to lower Maintenance Domains, those with more limited
physical reach, with the lowest values for CFM PDUs
protecting single bridges or physical links.
The value '-1' means, that MD Level is undefined."
REFERENCE
"802.1ag clauses 18.3, 21.4.1"
SYNTAX Integer32 (-1|0..7)
CoS ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION
"The value of Class of Service (also referred to as of service level).
While in devices it also defines an egress queue, the upper limit may
be greater then 7. Actual upper limit may be read in osEthMaxSlValue."
SYNTAX Unsigned32 (1..4294967295)
ServFlowId ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION
"The value 0 means, that this entry corresponds to the service, not to to any flow."
SYNTAX Unsigned32 (0|1..4294967295)
PortList ::= TEXTUAL-CONVENTION
-- DISPLAY-HINT "1x"
STATUS current
DESCRIPTION
"Each octet within this value specifies a set of eight
ports, with the first octet specifying ports 1 through
8, the second octet specifying ports 9 through 16, etc.
Within each octet, the most significant bit represents
the lowest numbered port, and the least significant bit
represents the highest numbered port. Thus, each port
of the bridge is represented by a single bit within the
value of this object. If that bit has a value of '1',
then that port is included in the set of ports; the port
is not included if its bit has a value of '0'."
REFERENCE
"Q-BRIDGE-MIB DEFINITIONS."
SYNTAX OCTET STRING (SIZE(0..32))
TagList ::= TEXTUAL-CONVENTION
-- DISPLAY-HINT "1x"
STATUS current
DESCRIPTION
"Each octet within this value specifies a set of eight
tags, with the first octet specifying tags 1 through
8, the second octet specifying tags 9 through 16, etc.
Within each octet, the most significant bit represents
the lowest numbered tag, and the least significant bit
represents the highest numbered tag. Thus, each tag
is represented by a single bit within the
value of this object. If that bit has a value of '1',
then that tag is included in the set of tags; the tag
is not included if its bit has a value of '0'."
SYNTAX OCTET STRING (SIZE(0..512))
MepList ::= TEXTUAL-CONVENTION
-- DISPLAY-HINT "1x"
STATUS current
DESCRIPTION
"Each octet within this value specifies a set of eight
remote MEPs, with the first octet specifying remote
MEP IDs 1 through 8, the second octet specifying remote
MEP IDs 9 through 16, etc.
Within each octet, the most significant bit represents
the lowest numbered remote MEP Id, and the least significant bit
represents the highest numbered remote MEP Id. Thus, each remote MEP Id
is represented by a single bit within the
value of this object. If that bit has a value of '1',
then that remote MEP Id is included in the list; the remote MEP Id
is not included if its bit has a value of '0'."
SYNTAX OCTET STRING (SIZE(0..512))
ServiceType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Type of the service per node.
portBasedUni(2) - port based UNI (epl, ep-lan)
vlanBasedUni(3) - vlan based UNI (evpl, evp-lan)
legacyEpLan (4) - for backward conpatibility, see below
legacyEvpLan(5) - for backward conpatibility, see below
vlanBasedINni(8) - vlan based internal NNI (former aggregation)
portBasedINni(9) - port based internal NNI
vlanBasedENni(8) - vlan based external NNI
portBasedENni(9) - port based external NNI
There is at least one difference between internal NNI and external NNI: if a service
does not contain MEP and contains only MIP, then MA does not have c-ports in
an internal NNI."
REFERENCE
"MEF 6.1, Clauses 7.1 - 7.6."
SYNTAX INTEGER {
unknown (1),
portBasedUni(2),
vlanBasedUni(3),
legacyEpLan (4),
legacyEvpLan(5),
vlanBasedINni(8),
portBasedINni(9),
vlanBasedENni(10),
portBasedENni(11)
}
StartTimeType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This enumeration data type indicates the type of start
time to indicate when a performance metric is
initiated.
The valid enumerated values associated with this type are:
none(1) The PM is never started
immediate(2) The PM is to begin immediately
relative(3) The PM is to begin a relative time from the current time
fixed(4) The PM is to begin at the given UTC time/date"
REFERENCE
"[SOAM-PM] R2"
SYNTAX INTEGER {
none(1),
immediate(2),
relative(3),
fixed(4)
}
RespType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the type of the responer:
- regular(1): The test was run against regular loopback device.
- generic(2): The test was run against generic loopback device."
REFERENCE
"RFC 2544, Clause 26."
SYNTAX INTEGER {
unknown (0),
regular (1),
generic (2)
}
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,528 @@
1.3.6.1.2.1.1.1.0|4|FSP150-XG304 OptiSwitch V8-F Ver. 20_2_1 (17875)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.629.22.37.4.8.3
1.3.6.1.2.1.1.4.0|4|
1.3.6.1.2.1.1.6.0|4|
1.3.6.1.2.1.2.2.1.2.1|4|Port 1 - ETH10/100/1000
1.3.6.1.2.1.2.2.1.2.2|4|Port 2 - ETH10/100/1000
1.3.6.1.2.1.2.2.1.2.3|4|Port 3 - ETH10/100/1000
1.3.6.1.2.1.2.2.1.2.4|4|Port 4 - ETH10/100/1000
1.3.6.1.2.1.2.2.1.2.5|4|Port 5 - ETH1000/10000
1.3.6.1.2.1.2.2.1.2.6|4|Port 6 - ETH1000/10000
1.3.6.1.2.1.2.2.1.2.7|4|Port 7 - ETH1000/10000
1.3.6.1.2.1.2.2.1.2.8|4|Port 8 - ETH1000/10000
1.3.6.1.2.1.2.2.1.2.206|4|vif0(tag=1:ports=1-5)
1.3.6.1.2.1.2.2.1.2.212|4|vif6(tag=6:ports=6:IPv6)
1.3.6.1.2.1.2.2.1.2.213|4|vif7(tag=7:ports=7:IPv6)
1.3.6.1.2.1.2.2.1.2.214|4|vif8(tag=8:ports=8:IPv6)
1.3.6.1.2.1.2.2.1.2.4301|4|vif4095:agFPGA(tag=4095)
1.3.6.1.2.1.2.2.1.2.4305|4|dummy1
1.3.6.1.2.1.2.2.1.3.1|2|6
1.3.6.1.2.1.2.2.1.3.2|2|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|6
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|6
1.3.6.1.2.1.2.2.1.3.8|2|6
1.3.6.1.2.1.2.2.1.3.206|2|135
1.3.6.1.2.1.2.2.1.3.212|2|136
1.3.6.1.2.1.2.2.1.3.213|2|136
1.3.6.1.2.1.2.2.1.3.214|2|136
1.3.6.1.2.1.2.2.1.3.4301|2|135
1.3.6.1.2.1.2.2.1.3.4305|2|24
1.3.6.1.2.1.2.2.1.4.1|2|1632
1.3.6.1.2.1.2.2.1.4.2|2|1632
1.3.6.1.2.1.2.2.1.4.3|2|1632
1.3.6.1.2.1.2.2.1.4.4|2|1632
1.3.6.1.2.1.2.2.1.4.5|2|1632
1.3.6.1.2.1.2.2.1.4.6|2|9126
1.3.6.1.2.1.2.2.1.4.7|2|9126
1.3.6.1.2.1.2.2.1.4.8|2|9000
1.3.6.1.2.1.2.2.1.4.206|2|1632
1.3.6.1.2.1.2.2.1.4.212|2|1632
1.3.6.1.2.1.2.2.1.4.213|2|1632
1.3.6.1.2.1.2.2.1.4.214|2|1632
1.3.6.1.2.1.2.2.1.4.4301|2|1632
1.3.6.1.2.1.2.2.1.4.4305|2|1632
1.3.6.1.2.1.2.2.1.6.1|4x|00D08B015973
1.3.6.1.2.1.2.2.1.6.2|4x|00D08B025973
1.3.6.1.2.1.2.2.1.6.3|4x|00D08B035973
1.3.6.1.2.1.2.2.1.6.4|4x|00D08B045973
1.3.6.1.2.1.2.2.1.6.5|4x|00D08B055973
1.3.6.1.2.1.2.2.1.6.6|4x|00D08B065973
1.3.6.1.2.1.2.2.1.6.7|4x|00D08B075973
1.3.6.1.2.1.2.2.1.6.8|4x|00D08B085973
1.3.6.1.2.1.2.2.1.6.206|4x|00D08B005973
1.3.6.1.2.1.2.2.1.6.212|4x|00D08B005973
1.3.6.1.2.1.2.2.1.6.213|4x|00D08B005973
1.3.6.1.2.1.2.2.1.6.214|4x|00D08B005973
1.3.6.1.2.1.2.2.1.6.4301|4x|00D08B005973
1.3.6.1.2.1.2.2.1.6.4305|4x|00D08B005973
1.3.6.1.2.1.2.2.1.7.1|2|2
1.3.6.1.2.1.2.2.1.7.2|2|2
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|1
1.3.6.1.2.1.2.2.1.7.7|2|1
1.3.6.1.2.1.2.2.1.7.8|2|1
1.3.6.1.2.1.2.2.1.7.206|2|1
1.3.6.1.2.1.2.2.1.7.212|2|1
1.3.6.1.2.1.2.2.1.7.213|2|1
1.3.6.1.2.1.2.2.1.7.214|2|1
1.3.6.1.2.1.2.2.1.7.4301|2|1
1.3.6.1.2.1.2.2.1.7.4305|2|1
1.3.6.1.2.1.2.2.1.8.1|2|2
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|1
1.3.6.1.2.1.2.2.1.8.7|2|1
1.3.6.1.2.1.2.2.1.8.8|2|1
1.3.6.1.2.1.2.2.1.8.206|2|2
1.3.6.1.2.1.2.2.1.8.212|2|1
1.3.6.1.2.1.2.2.1.8.213|2|1
1.3.6.1.2.1.2.2.1.8.214|2|1
1.3.6.1.2.1.2.2.1.8.4301|2|2
1.3.6.1.2.1.2.2.1.8.4305|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.206|67|0
1.3.6.1.2.1.2.2.1.9.212|67|521278500
1.3.6.1.2.1.2.2.1.9.213|67|130658100
1.3.6.1.2.1.2.2.1.9.214|67|6900
1.3.6.1.2.1.2.2.1.9.4301|67|0
1.3.6.1.2.1.2.2.1.9.4305|67|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|0
1.3.6.1.2.1.2.2.1.13.3|65|0
1.3.6.1.2.1.2.2.1.13.4|65|0
1.3.6.1.2.1.2.2.1.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.206|65|0
1.3.6.1.2.1.2.2.1.13.212|65|0
1.3.6.1.2.1.2.2.1.13.213|65|0
1.3.6.1.2.1.2.2.1.13.214|65|0
1.3.6.1.2.1.2.2.1.13.4301|65|0
1.3.6.1.2.1.2.2.1.13.4305|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.206|65|0
1.3.6.1.2.1.2.2.1.14.212|65|0
1.3.6.1.2.1.2.2.1.14.213|65|0
1.3.6.1.2.1.2.2.1.14.214|65|0
1.3.6.1.2.1.2.2.1.14.4301|65|0
1.3.6.1.2.1.2.2.1.14.4305|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.206|65|0
1.3.6.1.2.1.2.2.1.19.212|65|0
1.3.6.1.2.1.2.2.1.19.213|65|0
1.3.6.1.2.1.2.2.1.19.214|65|0
1.3.6.1.2.1.2.2.1.19.4301|65|0
1.3.6.1.2.1.2.2.1.19.4305|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.206|65|0
1.3.6.1.2.1.2.2.1.20.212|65|0
1.3.6.1.2.1.2.2.1.20.213|65|0
1.3.6.1.2.1.2.2.1.20.214|65|0
1.3.6.1.2.1.2.2.1.20.4301|65|0
1.3.6.1.2.1.2.2.1.20.4305|65|0
1.3.6.1.2.1.4.20.1.2.10.0.210.10|2|214
1.3.6.1.2.1.4.20.1.2.10.0.210.14|2|213
1.3.6.1.2.1.4.20.1.2.10.0.217.126|2|212
1.3.6.1.2.1.4.20.1.3.10.0.210.10|64|255.255.255.252
1.3.6.1.2.1.4.20.1.3.10.0.210.14|64|255.255.255.252
1.3.6.1.2.1.4.20.1.3.10.0.217.126|64|255.255.255.248
1.3.6.1.2.1.10.7.2.1.19.1|2|0
1.3.6.1.2.1.10.7.2.1.19.2|2|0
1.3.6.1.2.1.10.7.2.1.19.3|2|0
1.3.6.1.2.1.10.7.2.1.19.4|2|0
1.3.6.1.2.1.10.7.2.1.19.5|2|0
1.3.6.1.2.1.10.7.2.1.19.6|2|0
1.3.6.1.2.1.10.7.2.1.19.7|2|0
1.3.6.1.2.1.10.7.2.1.19.8|2|0
1.3.6.1.2.1.16.19.1.0|4|00 00 00 20 26
1.3.6.1.2.1.25.1.5.0|66|0
1.3.6.1.2.1.25.1.7.0|2|0
1.3.6.1.2.1.25.3.2.1.1.786432|2|786432
1.3.6.1.2.1.25.3.2.1.2.786432|6|1.3.6.1.2.1.25.3.1.12
1.3.6.1.2.1.25.3.2.1.3.786432|4|Guessing that there's a floating point co-processor
1.3.6.1.2.1.25.3.2.1.4.786432|6|0.0
1.3.6.1.2.1.31.1.1.1.1.1|4|1
1.3.6.1.2.1.31.1.1.1.1.2|4|2
1.3.6.1.2.1.31.1.1.1.1.3|4|3
1.3.6.1.2.1.31.1.1.1.1.4|4|4
1.3.6.1.2.1.31.1.1.1.1.5|4|5
1.3.6.1.2.1.31.1.1.1.1.6|4|6
1.3.6.1.2.1.31.1.1.1.1.7|4|7
1.3.6.1.2.1.31.1.1.1.1.8|4|8
1.3.6.1.2.1.31.1.1.1.1.206|4|vif0(tag=1:ports=1-5)
1.3.6.1.2.1.31.1.1.1.1.212|4|vif6(tag=6:ports=6:IPv6)
1.3.6.1.2.1.31.1.1.1.1.213|4|vif7(tag=7:ports=7:IPv6)
1.3.6.1.2.1.31.1.1.1.1.214|4|vif8(tag=8:ports=8:IPv6)
1.3.6.1.2.1.31.1.1.1.1.4301|4|vif4095:agFPGA(tag=4095)
1.3.6.1.2.1.31.1.1.1.1.4305|4|dummy1
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|8800
1.3.6.1.2.1.31.1.1.1.2.7|65|894341
1.3.6.1.2.1.31.1.1.1.2.8|65|3101659
1.3.6.1.2.1.31.1.1.1.2.206|65|0
1.3.6.1.2.1.31.1.1.1.2.212|65|0
1.3.6.1.2.1.31.1.1.1.2.213|65|0
1.3.6.1.2.1.31.1.1.1.2.214|65|0
1.3.6.1.2.1.31.1.1.1.2.4301|65|0
1.3.6.1.2.1.31.1.1.1.2.4305|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|2
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.206|65|0
1.3.6.1.2.1.31.1.1.1.3.212|65|0
1.3.6.1.2.1.31.1.1.1.3.213|65|0
1.3.6.1.2.1.31.1.1.1.3.214|65|0
1.3.6.1.2.1.31.1.1.1.3.4301|65|0
1.3.6.1.2.1.31.1.1.1.3.4305|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|12
1.3.6.1.2.1.31.1.1.1.4.7|65|1395768
1.3.6.1.2.1.31.1.1.1.4.8|65|1803714
1.3.6.1.2.1.31.1.1.1.4.206|65|0
1.3.6.1.2.1.31.1.1.1.4.212|65|0
1.3.6.1.2.1.31.1.1.1.4.213|65|0
1.3.6.1.2.1.31.1.1.1.4.214|65|0
1.3.6.1.2.1.31.1.1.1.4.4301|65|0
1.3.6.1.2.1.31.1.1.1.4.4305|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|4857690
1.3.6.1.2.1.31.1.1.1.5.7|65|21
1.3.6.1.2.1.31.1.1.1.5.8|65|4
1.3.6.1.2.1.31.1.1.1.5.206|65|0
1.3.6.1.2.1.31.1.1.1.5.212|65|0
1.3.6.1.2.1.31.1.1.1.5.213|65|0
1.3.6.1.2.1.31.1.1.1.5.214|65|0
1.3.6.1.2.1.31.1.1.1.5.4301|65|0
1.3.6.1.2.1.31.1.1.1.5.4305|65|0
1.3.6.1.2.1.31.1.1.1.6.1|70|0
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|1533211251
1.3.6.1.2.1.31.1.1.1.6.7|70|86320844
1.3.6.1.2.1.31.1.1.1.6.8|70|2179780475
1.3.6.1.2.1.31.1.1.1.6.206|70|0
1.3.6.1.2.1.31.1.1.1.6.212|70|0
1.3.6.1.2.1.31.1.1.1.6.213|70|0
1.3.6.1.2.1.31.1.1.1.6.214|70|0
1.3.6.1.2.1.31.1.1.1.6.4301|70|0
1.3.6.1.2.1.31.1.1.1.6.4305|70|0
1.3.6.1.2.1.31.1.1.1.7.1|70|0
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|5943495
1.3.6.1.2.1.31.1.1.1.7.7|70|13198
1.3.6.1.2.1.31.1.1.1.7.8|70|18796398
1.3.6.1.2.1.31.1.1.1.7.206|70|0
1.3.6.1.2.1.31.1.1.1.7.212|70|0
1.3.6.1.2.1.31.1.1.1.7.213|70|0
1.3.6.1.2.1.31.1.1.1.7.214|70|0
1.3.6.1.2.1.31.1.1.1.7.4301|70|0
1.3.6.1.2.1.31.1.1.1.7.4305|70|0
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|8800
1.3.6.1.2.1.31.1.1.1.8.7|70|894341
1.3.6.1.2.1.31.1.1.1.8.8|70|3101659
1.3.6.1.2.1.31.1.1.1.8.206|70|0
1.3.6.1.2.1.31.1.1.1.8.212|70|0
1.3.6.1.2.1.31.1.1.1.8.213|70|0
1.3.6.1.2.1.31.1.1.1.8.214|70|0
1.3.6.1.2.1.31.1.1.1.8.4301|70|0
1.3.6.1.2.1.31.1.1.1.8.4305|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|2
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.206|70|0
1.3.6.1.2.1.31.1.1.1.9.212|70|0
1.3.6.1.2.1.31.1.1.1.9.213|70|0
1.3.6.1.2.1.31.1.1.1.9.214|70|0
1.3.6.1.2.1.31.1.1.1.9.4301|70|0
1.3.6.1.2.1.31.1.1.1.9.4305|70|0
1.3.6.1.2.1.31.1.1.1.10.1|70|0
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|648511380
1.3.6.1.2.1.31.1.1.1.10.7|70|247825598
1.3.6.1.2.1.31.1.1.1.10.8|70|3480658325
1.3.6.1.2.1.31.1.1.1.10.206|70|0
1.3.6.1.2.1.31.1.1.1.10.212|70|0
1.3.6.1.2.1.31.1.1.1.10.213|70|0
1.3.6.1.2.1.31.1.1.1.10.214|70|0
1.3.6.1.2.1.31.1.1.1.10.4301|70|0
1.3.6.1.2.1.31.1.1.1.10.4305|70|0
1.3.6.1.2.1.31.1.1.1.11.1|70|0
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|1890527
1.3.6.1.2.1.31.1.1.1.11.7|70|1386228
1.3.6.1.2.1.31.1.1.1.11.8|70|18171170
1.3.6.1.2.1.31.1.1.1.11.206|70|0
1.3.6.1.2.1.31.1.1.1.11.212|70|0
1.3.6.1.2.1.31.1.1.1.11.213|70|0
1.3.6.1.2.1.31.1.1.1.11.214|70|0
1.3.6.1.2.1.31.1.1.1.11.4301|70|0
1.3.6.1.2.1.31.1.1.1.11.4305|70|0
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|12
1.3.6.1.2.1.31.1.1.1.12.7|70|1395768
1.3.6.1.2.1.31.1.1.1.12.8|70|1803714
1.3.6.1.2.1.31.1.1.1.12.206|70|0
1.3.6.1.2.1.31.1.1.1.12.212|70|0
1.3.6.1.2.1.31.1.1.1.12.213|70|0
1.3.6.1.2.1.31.1.1.1.12.214|70|0
1.3.6.1.2.1.31.1.1.1.12.4301|70|0
1.3.6.1.2.1.31.1.1.1.12.4305|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|4857690
1.3.6.1.2.1.31.1.1.1.13.7|70|21
1.3.6.1.2.1.31.1.1.1.13.8|70|4
1.3.6.1.2.1.31.1.1.1.13.206|70|0
1.3.6.1.2.1.31.1.1.1.13.212|70|0
1.3.6.1.2.1.31.1.1.1.13.213|70|0
1.3.6.1.2.1.31.1.1.1.13.214|70|0
1.3.6.1.2.1.31.1.1.1.13.4301|70|0
1.3.6.1.2.1.31.1.1.1.13.4305|70|0
1.3.6.1.2.1.31.1.1.1.14.1|2|1
1.3.6.1.2.1.31.1.1.1.14.2|2|1
1.3.6.1.2.1.31.1.1.1.14.3|2|1
1.3.6.1.2.1.31.1.1.1.14.4|2|1
1.3.6.1.2.1.31.1.1.1.14.5|2|1
1.3.6.1.2.1.31.1.1.1.14.6|2|1
1.3.6.1.2.1.31.1.1.1.14.7|2|1
1.3.6.1.2.1.31.1.1.1.14.8|2|1
1.3.6.1.2.1.31.1.1.1.14.206|2|1
1.3.6.1.2.1.31.1.1.1.14.212|2|1
1.3.6.1.2.1.31.1.1.1.14.213|2|1
1.3.6.1.2.1.31.1.1.1.14.214|2|1
1.3.6.1.2.1.31.1.1.1.14.4301|2|1
1.3.6.1.2.1.31.1.1.1.14.4305|2|1
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|10
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|10
1.3.6.1.2.1.31.1.1.1.15.5|66|10000
1.3.6.1.2.1.31.1.1.1.15.6|66|10000
1.3.6.1.2.1.31.1.1.1.15.7|66|10000
1.3.6.1.2.1.31.1.1.1.15.8|66|10000
1.3.6.1.2.1.31.1.1.1.15.206|66|0
1.3.6.1.2.1.31.1.1.1.15.212|66|0
1.3.6.1.2.1.31.1.1.1.15.213|66|0
1.3.6.1.2.1.31.1.1.1.15.214|66|0
1.3.6.1.2.1.31.1.1.1.15.4301|66|0
1.3.6.1.2.1.31.1.1.1.15.4305|66|0
1.3.6.1.2.1.31.1.1.1.16.1|2|1
1.3.6.1.2.1.31.1.1.1.16.2|2|1
1.3.6.1.2.1.31.1.1.1.16.3|2|1
1.3.6.1.2.1.31.1.1.1.16.4|2|1
1.3.6.1.2.1.31.1.1.1.16.5|2|1
1.3.6.1.2.1.31.1.1.1.16.6|2|1
1.3.6.1.2.1.31.1.1.1.16.7|2|1
1.3.6.1.2.1.31.1.1.1.16.8|2|1
1.3.6.1.2.1.31.1.1.1.16.206|2|1
1.3.6.1.2.1.31.1.1.1.16.212|2|1
1.3.6.1.2.1.31.1.1.1.16.213|2|1
1.3.6.1.2.1.31.1.1.1.16.214|2|1
1.3.6.1.2.1.31.1.1.1.16.4301|2|1
1.3.6.1.2.1.31.1.1.1.16.4305|2|1
1.3.6.1.2.1.31.1.1.1.17.1|2|1
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.206|2|1
1.3.6.1.2.1.31.1.1.1.17.212|2|1
1.3.6.1.2.1.31.1.1.1.17.213|2|1
1.3.6.1.2.1.31.1.1.1.17.214|2|1
1.3.6.1.2.1.31.1.1.1.17.4301|2|1
1.3.6.1.2.1.31.1.1.1.17.4305|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.206|4|
1.3.6.1.2.1.31.1.1.1.18.212|4|
1.3.6.1.2.1.31.1.1.1.18.213|4|
1.3.6.1.2.1.31.1.1.1.18.214|4|
1.3.6.1.2.1.31.1.1.1.18.4301|4|
1.3.6.1.2.1.31.1.1.1.18.4305|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.206|67|0
1.3.6.1.2.1.31.1.1.1.19.212|67|0
1.3.6.1.2.1.31.1.1.1.19.213|67|0
1.3.6.1.2.1.31.1.1.1.19.214|67|0
1.3.6.1.2.1.31.1.1.1.19.4301|67|0
1.3.6.1.2.1.31.1.1.1.19.4305|67|0
1.3.6.1.4.1.629.1.50.11.1.13.1.0|66|32
1.3.6.1.4.1.629.1.50.11.1.13.2.0|66|36
1.3.6.1.4.1.629.1.50.16.4.3.2.0|4|9520351101
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|1020016
1.3.6.1.4.1.2021.4.6.0|2|693456
1.3.6.1.4.1.2021.4.14.0|2|0
1.3.6.1.4.1.2021.4.15.0|2|182328
1.3.6.1.4.1.2021.11.1.0|2|1
1.3.6.1.4.1.2021.11.2.0|4|swap
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|108
1.3.6.1.4.1.2021.11.8.0|2|513
1.3.6.1.4.1.2021.11.9.0|2|0
1.3.6.1.4.1.2021.11.10.0|2|0
1.3.6.1.4.1.2021.11.11.0|2|100
1.3.6.1.4.1.2021.11.50.0|65|2724945
1.3.6.1.4.1.2021.11.51.0|65|0
1.3.6.1.4.1.2021.11.52.0|65|1602590
1.3.6.1.4.1.2021.11.53.0|65|524253607
1.3.6.1.4.1.2021.11.54.0|65|4
1.3.6.1.4.1.2021.11.55.0|65|1602586
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|566699051
1.3.6.1.4.1.2021.11.60.0|65|2989540441
1.3.6.1.4.1.2021.11.61.0|65|232508
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.67.0|2|1
1.3.6.1.4.1.6926.1.18.1.1.2.1.40.1.1|2|2
1.3.6.1.4.1.6926.1.18.1.1.2.1.40.1.2|2|2
1.3.6.1.4.1.6926.1.18.1.1.2.1.40.1.3|2|2
1.3.6.1.4.1.6926.1.18.1.1.2.1.40.1.4|2|2
1.3.6.1.4.1.6926.1.18.1.1.2.1.40.1.5|2|2
1.3.6.1.4.1.6926.1.18.1.1.2.1.40.1.6|2|3
1.3.6.1.4.1.6926.1.18.1.1.2.1.40.1.7|2|3
1.3.6.1.4.1.6926.1.18.1.1.2.1.40.1.8|2|3
1.3.6.1.4.1.6926.1.18.1.1.3.1.3.1.1|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.3.1.2|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.3.1.3|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.3.1.4|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.3.1.5|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.3.1.6|2|280
1.3.6.1.4.1.6926.1.18.1.1.3.1.3.1.7|2|230
1.3.6.1.4.1.6926.1.18.1.1.3.1.3.1.8|2|200
1.3.6.1.4.1.6926.1.18.1.1.3.1.4.1.1|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.4.1.2|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.4.1.3|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.4.1.4|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.4.1.5|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.4.1.6|2|33410
1.3.6.1.4.1.6926.1.18.1.1.3.1.4.1.7|2|33207
1.3.6.1.4.1.6926.1.18.1.1.3.1.4.1.8|2|33368
1.3.6.1.4.1.6926.1.18.1.1.3.1.5.1.1|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.5.1.2|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.5.1.3|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.5.1.4|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.5.1.5|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.5.1.6|2|31250
1.3.6.1.4.1.6926.1.18.1.1.3.1.5.1.7|2|26580
1.3.6.1.4.1.6926.1.18.1.1.3.1.5.1.8|2|41286
1.3.6.1.4.1.6926.1.18.1.1.3.1.6.1.1|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.6.1.2|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.6.1.3|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.6.1.4|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.6.1.5|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.6.1.6|2|-240
1.3.6.1.4.1.6926.1.18.1.1.3.1.6.1.7|2|147
1.3.6.1.4.1.6926.1.18.1.1.3.1.6.1.8|2|-352
1.3.6.1.4.1.6926.1.18.1.1.3.1.7.1.1|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.7.1.2|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.7.1.3|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.7.1.4|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.7.1.5|2|0
1.3.6.1.4.1.6926.1.18.1.1.3.1.7.1.6|2|-191
1.3.6.1.4.1.6926.1.18.1.1.3.1.7.1.7|2|-1365
1.3.6.1.4.1.6926.1.18.1.1.3.1.7.1.8|2|-962