Add support for Advantech switches (#11415)

* Add Advantech logo.

Taken from https://commons.wikimedia.org/wiki/File:Advantech_logo.svg
with minor edits (removed width and height).

* Add Advantech MIB files.

* Add Advantech definitions.

* Add suppor for version and hardware polling.

* Add advantech snmp recording.

* Add sensors for SFP ports

Each SFP will have temperature, voltage, tx bias, Tx/Rx power.
Also update snmp recording to include new data.

* Rename ADVANTECH-EKI-PRONEER-MIB_1_01.mib to ADVANTECH-EKI-PRONEER-MIB

* Rename advantech-common-mib.mib to ADVANTECH-COMMON-MIB

* Update advantech.yaml

* Update advantech.svg

* Create advantech.json

Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
This commit is contained in:
Mikkel Mondrup Kristensen 2020-04-14 11:05:22 +02:00 committed by GitHub
parent f535008680
commit 212c9aad95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14035 additions and 0 deletions

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 25"><path fill="#004280" d="M0 0h120v24.4H0z"/><g fill="#FFF"><path d="M27.1 8v12.8h2.8c4.4 0 7-2.7 7-6.3 0-3.6-2.4-6.5-7.6-6.5h-2.2zm2.8 10.2v-7.7c2.8-.2 4.1 1.8 4.1 4.1 0 2.1-1.3 3.8-4.1 3.6zM66 8h-2.9v7.1l-7.9-7.3v13h2.9v-6.7l7.9 7.3zM67.3 10.5h3.5v10.3h3.1V10.5h3.5V8H67.3zM78.5 20.8V8h7.6v2.4h-4.7v2.8h4.2v2.4h-4.2v2.8h4.7v2.4zM106.2 8v5.2h-5V8h-2.9v12.8h2.9v-5.2h5v5.2h2.9V8zM35.5 8L42 21.2l1.6-3.4L38.8 8zM48.6 7.6L47 10.9l1.3 3.4h-3l-1 2.1h4.8l1.9 4.4h3.3zM86.7 14.4c0 4.2 3.2 6.5 7.1 6.5 1.5 0 2.4-.4 3-.8v-3c-.6.8-1.8 1.3-3 1.3-2.3 0-4.2-1.6-4.2-4.1s2.1-4 4.2-4c1.2 0 2.4.5 3 1.3V8.8c-.5-.5-1.5-.9-3.1-.9-3.9 0-7 2.8-7 6.5zM17.1 15.8l1.8-4.5 1.8 4.5h-3.6zm9.3 5L19 4.8l-7.4 16h3.6l1-2.7h5.3l1.1 2.7h3.8z"/></g></svg>

After

Width:  |  Height:  |  Size: 785 B

View File

@ -0,0 +1,12 @@
os: advantech
text: 'Advantech'
type: network
icon: advantech
group: advantech
mib_dir:
- advantech
over:
- { graph: device_bits, text: 'Device Traffic' }
discovery:
- sysObjectID:
- .1.3.6.1.4.1.10297.202

View File

@ -0,0 +1,81 @@
mib: ADVANTECH-EKI-PRONEER-MIB
modules:
sensors:
pre-cache:
data:
- oid:
- sfpPortIndex
- sfpDMITempLowAlarmValue
- sfpDMITempLowWarnValue
- sfpDMITempHighWarnValue
- sfpDMITempHighAlarmValue
- sfpDMIVoltageLowAlarmValue
- sfpDMIVoltageLowWarnValue
- sfpDMIVoltageHighWarnValue
- sfpDMIVoltageHighAlarmValue
- sfpDMITxBasisLowAlarmValue
- sfpDMITxBasisLowWarnValue
- sfpDMITxBasisHighWarnValue
- sfpDMITxBasisHighAlarmValue
- sfpDMITxPowerLowAlarmValue
- sfpDMITxPowerLowWarnValue
- sfpDMITxPowerHighWarnValue
- sfpDMITxPowerHighAlarmValue
- sfpDMIRxPowerLowAlarmValue
- sfpDMIRxPowerLowWarnValue
- sfpDMIRxPowerHighWarnValue
- sfpDMIRxPowerHighAlarmValue
temperature:
data:
-
oid: sfpDMITemperature
num_oid: '.1.3.6.1.4.1.10297.202.7000.2.5.2.1.2.{{ $index }}'
descr: '{{ $sfpPortIndex }} Temperature'
index: 'sfp-temp-{{ $index }}'
low_limit: sfpDMITempLowAlarmValue
low_warn_limit: sfpDMITempLowWarnValue
warn_limit: sfpDMITempHighWarnValue
high_limit: sfpDMITempHighAlarmValue
voltage:
data:
-
oid: sfpDMIVoltage
num_oid: '.1.3.6.1.4.1.10297.202.7000.2.5.2.1.3.{{ $index }}'
descr: '{{ $sfpPortIndex }} Voltage'
index: 'sfp-voltage-{{ $index }}'
low_limit: sfpDMIVoltageLowAlarmValue
low_warn_limit: sfpDMIVoltageLowWarnValue
warn_limit: sfpDMIVoltageHighWarnValue
high_limit: sfpDMIVoltageHighAlarmValue
current:
data:
-
oid: sfpDMITxBias
num_oid: '.1.3.6.1.4.1.10297.202.7000.2.5.2.1.4.{{ $index }}'
descr: '{{ $sfpPortIndex }} Tx Bias'
index: 'sfp-current-{{ $index }}'
divisor: 1000
low_limit: sfpDMITxBasisLowAlarmValue
low_warn_limit: sfpDMITxBasisLowWarnValue
warn_limit: sfpDMITxBasisHighWarnValue
high_limit: sfpDMITxBasisHighAlarmValue
dbm:
data:
-
oid: sfpDMITxPower
num_oid: '.1.3.6.1.4.1.10297.202.7000.2.5.2.1.5.{{ $index }}'
descr: '{{ $sfpPortIndex }} Tx Power'
index: 'sfp-tx-dbm-{{ $index }}'
low_limit: sfpDMITxPowerLowAlarmValue
low_warn_limit: sfpDMITxPowerLowWarnValue
warn_limit: sfpDMITxPowerHighWarnValue
high_limit: sfpDMITxPowerHighAlarmValue
-
oid: sfpDMIRxPower
num_oid: '.1.3.6.1.4.1.10297.202.7000.2.5.2.1.6.{{ $index }}'
descr: '{{ $sfpPortIndex }} Rx Power'
index: 'sfp-rx-dbm-{{ $index }}'
low_limit: sfpDMIRxPowerLowAlarmValue
low_warn_limit: sfpDMIRxPowerLowWarnValue
warn_limit: sfpDMIRxPowerHighWarnValue
high_limit: sfpDMIRxPowerHighAlarmValue

View File

@ -0,0 +1,27 @@
<?php
/**
* advantech.inc.php
*
* LibreNMS os poller module for Advantech
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link http://librenms.org
* @copyright 2020 Mikkel Mondrup Kristensen
* @author Mikkel Mondrup Kristensen <mikkel@tdx.dk>
*/
$version = snmp_get($device, 'sysImageVersion.0', '-OQva', 'ADVANTECH-COMMON-MIB', 'advantech');
$hardware = snmp_get($device, 'sysModuleID.0', '-OQva', 'ADVANTECH-COMMON-MIB', 'advantech');

View File

@ -0,0 +1,572 @@
-- *****************************************************************
-- ADVANTECH-COMMON-MIB: Advantech Industrial Common MIB
--
-- Jan 2015, Embedded Software
--
-- Copyright (c) 2015 by Advantech eAutomation Group, Inc.
-- All rights reserved.
-- ****************************************************************
ADVANTECH-COMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
enterprises,
OBJECT-TYPE,
Integer32,
IpAddress,
TimeTicks FROM SNMPv2-SMI -- RFC2578
OBJECT-GROUP FROM SNMPv2-CONF
DisplayString, DateAndTime FROM SNMPv2-TC-v1
SnmpAdminString FROM SNMP-FRAMEWORK-MIB -- RFC2279
;
advantech OBJECT IDENTIFIER ::= { enterprises 10297 }
advantechCommonMIB MODULE-IDENTITY
LAST-UPDATED "201501060000Z"
ORGANIZATION "Advantech eAutomation Group"
CONTACT-INFO
" Advantech eAutomation Embedded Software
E-mail: support@advantech.com
Campion.Kang@advantech.com.tw"
DESCRIPTION
"The MIB module is for Advantech automation devices common entities.
Copyright (C) 2015 Advantech Automation Group.
"
-- * Revision history
REVISION "201305250000Z"
DESCRIPTION
"Initial version of the Advantech Common MIB. "
REVISION "201308280000Z"
DESCRIPTION
"Fixed the worng id of psIRQ, psState,
psModuleType and psModulePorts in pciConfigObj "
REVISION "201308290000Z"
DESCRIPTION
"Update the Size of psBaseAddress to 32."
REVISION "201309060000Z"
DESCRIPTION
"1. Update the Size of psBaseAddress to 80(8x10).
2. Add psLength (pciSlotEntry 15).
3. Fixed wrong snmpTrapVersion enumeration from enable(1),
disabled(2) to v1(1), v2c(2), v3(3)."
REVISION "201410130000Z"
DESCRIPTION
"Add DateAndTime specification in the description of the oid
which is DateAndTime type."
REVISION "201410220000Z"
DESCRIPTION
"To support ManageEngine MibBrowser Free Tool"
REVISION "201501060000Z"
DESCRIPTION
"Change psDisplayName, psDescr, psManufacturer, psLocation to SnmpAdminString
to support UTF-8 string."
::= { advantech 100 }
atSystem OBJECT IDENTIFIER ::= {advantechCommonMIB 1}
atMgmt OBJECT IDENTIFIER ::= {advantechCommonMIB 2}
atPciConfig OBJECT IDENTIFIER ::= {advantechCommonMIB 3}
-- ***************************************************************************
-- atSystem group
-- a collection of objects common to all Advantech managed systems.
--
-- Implementation of the Advantech Common System group is mandatory
-- for all systems. If an agent is not configured to have a value
-- for any of these variables, a string of length 0 is
-- returned.
-- ***************************************************************************
sysModuleID OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The module name of the device. This value
should include the full name of the hardware.
It is mandatory that this only contain
printable ASCII characters.
e.g. UNO-2184G, TPC-1840WP. etc,. "
::= { atSystem 1 }
sysDeviceName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS current
DESCRIPTION
"The user defined name of the device, e.g. alias name,
may be its device location."
::= { atSystem 2 }
sysDescr OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS current
DESCRIPTION
"A textual description of the entity/device that this only contain
printable ASCII characters."
::= { atSystem 3 }
sysImageVersion OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The release version number of the entity/device."
::= { atSystem 4 }
sysReleaseDate OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The release date of the entity/device."
::= { atSystem 5 }
sysFirstBootTime OBJECT-TYPE
SYNTAX DateAndTime
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The first boot time since the entity/device was started
it will be reset if the device cleaned all files and registry
with clean boot.
A date-time specification.
field octets contents range
----- ------ -------- -----
1 1-2 year 0..65536
2 3 month 1..12
3 4 day 1..31
4 5 hour 0..23
5 6 minutes 0..59
6 7 seconds 0..60
(use 60 for leap-second)
7 8 deci-seconds 0..9
8 9 direction from UTC '+' / '-'
9 10 hours from UTC 0..11
10 11 minutes from UTC 0..59
If this information is not known, then this
variable shall have the value corresponding to
January 1, year 0000, 00:00:00.0, which is encoded
as (hex)'00 00 01 01 00 00 00 00'."
::= { atSystem 6 }
sysBootTime OBJECT-TYPE
SYNTAX DateAndTime
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The time since the entity/device was last re-initialized.
A date-time specification.
field octets contents range
----- ------ -------- -----
1 1-2 year 0..65536
2 3 month 1..12
3 4 day 1..31
4 5 hour 0..23
5 6 minutes 0..59
6 7 seconds 0..60
(use 60 for leap-second)
7 8 deci-seconds 0..9
8 9 direction from UTC '+' / '-'
9 10 hours from UTC 0..11
10 11 minutes from UTC 0..59
If this information is not known, then this
variable shall have the value corresponding to
January 1, year 0000, 00:00:00.0, which is encoded
as (hex)'00 00 01 01 00 00 00 00'."
::= { atSystem 7 }
sysBootCount OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The boot count since the entity/device was first boot."
::= { atSystem 8 }
-- ***************************************************************************
-- atMgmt group
-- A collection of objects for Advantech Common Management
-- configuration.
-- ***************************************************************************
snmpTrapSrvObj OBJECT IDENTIFIER ::= { atMgmt 1 }
snmpTrapSrvNumber OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of the snmpTrapSrvTable"
::= { snmpTrapSrvObj 1 }
snmpTrapSrvTable OBJECT-TYPE
SYNTAX SEQUENCE OF SnmpTrapSrvEntry
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The (conceptual) table listing the information of
the remote SNMP Trap server acting as a trap
receiver."
::= { snmpTrapSrvObj 2 }
snmpTrapSrvEntry OBJECT-TYPE
SYNTAX SnmpTrapSrvEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"SNMP Trap server entry. Contains the IP address of a SNMP Trap server"
INDEX { snmpTrapSrvIndex }
::= { snmpTrapSrvTable 1 }
SnmpTrapSrvEntry ::= SEQUENCE {
snmpTrapSrvIndex INTEGER,
snmpTrapSrvIP IpAddress,
snmpTrapSrvPort INTEGER,
snmpTrapSrvAuthentication INTEGER,
snmpTrapSrvCommunity DisplayString,
snmpTrapVersion INTEGER
}
snmpTrapSrvIndex OBJECT-TYPE
SYNTAX INTEGER (1..256)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object contains the index of the table being a unique
value for each entry."
::= { snmpTrapSrvEntry 1 }
snmpTrapSrvIP OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter specifies the IP address of the SNMP Trap Server."
::= { snmpTrapSrvEntry 2 }
snmpTrapSrvPort OBJECT-TYPE
SYNTAX INTEGER (0..65535)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The port number for the SNMP Trap Server."
::= { snmpTrapSrvEntry 3 }
snmpTrapSrvAuthentication OBJECT-TYPE
SYNTAX INTEGER { enabled(1), disabled(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter enables authentication traps."
::= { snmpTrapSrvEntry 4 }
snmpTrapSrvCommunity OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..256))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter specifies the SNMP community."
::= { snmpTrapSrvEntry 5 }
snmpTrapVersion OBJECT-TYPE
SYNTAX INTEGER { v1(1), v2c(2), v3(3) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This parameter specifies the SNMP trap version."
::= { snmpTrapSrvEntry 6 }
-- ***************************************************************************
-- atPciConfig Group
-- The atPciConfig group provides a set of tables that details the
-- configuration information regarding the PCI configuration.
-- Implementation of the atPciConfig group is optional.
-- The atPciConfig group should be included on any system/device with
-- an PCI bus architecture.
-- ***************************************************************************
pciConfigObj OBJECT IDENTIFIER ::= { atPciConfig 1 }
psNumber OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION
"The number of the psTable"
::= { pciConfigObj 1 }
pciSlotTable OBJECT-TYPE
SYNTAX SEQUENCE OF PCISlotEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of PCI device/functions entries."
::= {pciConfigObj 2}
pciSlotEntry OBJECT-TYPE
SYNTAX PCISlotEntry
ACCESS not-accessible
STATUS current
DESCRIPTION
"PCI slot entry. Contains the information of PCI devices."
INDEX {psIndex}
::= {pciSlotTable 1}
PCISlotEntry ::= SEQUENCE {
psIndex INTEGER,
psBusIndex INTEGER,
psDeviceIndex INTEGER,
psFunctionIndex INTEGER,
psDisplayName SnmpAdminString,
psDescr SnmpAdminString,
psVendorID INTEGER,
psDeviceID INTEGER,
psSubsysVendorID INTEGER,
psSubsysDeviceID INTEGER,
psClassCode OCTET STRING,
psManufacturer SnmpAdminString,
psLocation SnmpAdminString,
psBaseAddress OCTET STRING,
psLength OCTET STRING,
psIRQ INTEGER,
psState INTEGER,
psModuleType INTEGER,
psModulePorts Integer32
}
psIndex OBJECT-TYPE
SYNTAX INTEGER (1..256)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object contains the index of the table being a unique
value for each entry."
::= { pciSlotEntry 1 }
psBusIndex OBJECT-TYPE
SYNTAX INTEGER (0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI Bus number"
::= {pciSlotEntry 2}
psDeviceIndex OBJECT-TYPE
SYNTAX INTEGER (0..31)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI device or slot number that this entry describes."
::= {pciSlotEntry 3}
psFunctionIndex OBJECT-TYPE
SYNTAX INTEGER (0..7)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PCI function number that this entry describes."
::= {pciSlotEntry 4}
psDisplayName OBJECT-TYPE
SYNTAX SnmpAdminString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Service name of the PCI device. e.g.
Intel 82579LM Gigabit Network Connection"
::= {pciSlotEntry 5}
psDescr OBJECT-TYPE
SYNTAX SnmpAdminString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"PCI device description"
::= {pciSlotEntry 6}
psVendorID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the manufacturer of the device. 65535(0xFFFF) is an
invalid value for a vendor ID.
Vendor ID Manufacturer
------------- ------------
5118(0x13FE) Advantech Co."
::= {pciSlotEntry 7}
psDeviceID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the particular device. This identier is allocated
by the vendor. The following is the Advantech PCI Device ID.
Device ID Description
------------- -----------------------
49154(0xC002) CAN 2 Ports(I/O)
49666(0xC202) CAN 2 Ports(memory)
49410(0xC102) CANopen 2 ports(I/O)
49666(0xC202) CANopen 2 ports(memory)
4097(0x1001) NVRAM
40964(0xA004) COM950 4 Ports
61952(0xF200) PCIe 2 COM950 Ports
62208(0xF300) PCIe 4 COM950 Ports
62464(0xF400) PCIe 8 COM950 Ports
43041(0xA821) PCIe 1 COM17V25x Port
43042(0xA822) PCIe 2 COM17V25x Ports
43043(0xA823) PCIe 3 COM17V25x Ports
43044(0xA824) PCIe 4 COM17V25x Ports
43048(0xA828) PCIe 8 COM17V25x Ports
43057(0xA831) PCIe 1 COM17V35x Port
43058(0xA832) PCIe 2 COM17V35x Ports
43059(0xA833) PCIe 3 COM17V35x Ports
43060(0xA834) PCIe 4 COM17V35x Ports
43064(0xA838) PCIe 8 COM17V35x Ports
"
::= {pciSlotEntry 8}
psSubsysVendorID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the manufacturer subsystem of the device. 65535(0xFFFF) is an
invalid value for a vendor ID.
Subsys Vendor ID Manufacturer
---------------- ------------
5118(0x13FE) Advantech Co."
::= {pciSlotEntry 9}
psSubsysDeviceID OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the particular device subsystem. This identier is allocated
by the vendor.
Subsystem Device ID Description
------------------- --------------------------------------
4097(0x1001) NVRAM with KW
4113(0x1011) NVRAM without KW
"
::= {pciSlotEntry 10}
psClassCode OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(3))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Identifies the generic function of the device.
Base Sub- Prog
Class Class If. Description
------ ------ ------ --------------------------------------
00h Device was built before Class Code
definitions were finalized
"
::= {pciSlotEntry 11}
psManufacturer OBJECT-TYPE
SYNTAX SnmpAdminString
ACCESS read-only
STATUS current
DESCRIPTION
"The manufacturer name of the PCI device"
::= {pciSlotEntry 12}
psLocation OBJECT-TYPE
SYNTAX SnmpAdminString
ACCESS read-only
STATUS current
DESCRIPTION
"The location information consists of PCI bus number, device number,
and function.
e.g. PCI bus 0, device 0, funciton 0"
::= {pciSlotEntry 13}
psBaseAddress OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(80))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Base address mapping registers for memory and IO. Refer
to the PCI specification for the format.
A memory or IO address is encoded as hex. For example:
A memory start address 0xF7E00000 will be encoded as
(hex)00 00 00 00 F7 E0 00 00.
According to the PCI specification, The IO address bit 0 will be 1.
An IO address 0xE800 will be encoded as (hex)00 00 00 00 00 00 E8 01.
"
::= {pciSlotEntry 14}
psLength OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(80))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The length of each PCI resource. It will be encoded as hex.
For example: Length 0x20000 will be encoded as (hex) 00 00 00 00 00 02 00 00"
::= {pciSlotEntry 15}
psIRQ OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"which interrupt pin the device uses."
::= {pciSlotEntry 16}
psState OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2)
}
ACCESS read-only
STATUS current
DESCRIPTION
"The PCI device enable status"
::= {pciSlotEntry 17}
psModuleType OBJECT-TYPE
SYNTAX INTEGER {
com(1),
can(2),
amonet(3),
motion(4),
wireless(5)
}
ACCESS read-only
STATUS current
DESCRIPTION
"The module function type"
::= {pciSlotEntry 18}
psModulePorts OBJECT-TYPE
SYNTAX Integer32
ACCESS read-only
STATUS current
DESCRIPTION
"The port/ring/axis total number ports of the module"
::= {pciSlotEntry 19}
END

File diff suppressed because it is too large Load Diff

1890
tests/data/advantech.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,873 @@
1.3.6.1.2.1.1.1.0|4|Switch
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.10297.202.7000
1.3.6.1.2.1.1.3.0|67|3840217088
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|GigabitEthernet1
1.3.6.1.2.1.2.2.1.2.2|4|GigabitEthernet2
1.3.6.1.2.1.2.2.1.2.3|4|GigabitEthernet3
1.3.6.1.2.1.2.2.1.2.4|4|GigabitEthernet4
1.3.6.1.2.1.2.2.1.2.5|4|GigabitEthernet5
1.3.6.1.2.1.2.2.1.2.6|4|GigabitEthernet6
1.3.6.1.2.1.2.2.1.2.7|4|GigabitEthernet7
1.3.6.1.2.1.2.2.1.2.8|4|GigabitEthernet8
1.3.6.1.2.1.2.2.1.2.1000|4|LAG1
1.3.6.1.2.1.2.2.1.2.1001|4|LAG2
1.3.6.1.2.1.2.2.1.2.1002|4|LAG3
1.3.6.1.2.1.2.2.1.2.1003|4|LAG4
1.3.6.1.2.1.2.2.1.2.1004|4|LAG5
1.3.6.1.2.1.2.2.1.2.1005|4|LAG6
1.3.6.1.2.1.2.2.1.2.1006|4|LAG7
1.3.6.1.2.1.2.2.1.2.1007|4|LAG8
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.1000|2|161
1.3.6.1.2.1.2.2.1.3.1001|2|161
1.3.6.1.2.1.2.2.1.3.1002|2|161
1.3.6.1.2.1.2.2.1.3.1003|2|161
1.3.6.1.2.1.2.2.1.3.1004|2|161
1.3.6.1.2.1.2.2.1.3.1005|2|161
1.3.6.1.2.1.2.2.1.3.1006|2|161
1.3.6.1.2.1.2.2.1.3.1007|2|161
1.3.6.1.2.1.2.2.1.4.1|2|1522
1.3.6.1.2.1.2.2.1.4.2|2|1522
1.3.6.1.2.1.2.2.1.4.3|2|1522
1.3.6.1.2.1.2.2.1.4.4|2|1522
1.3.6.1.2.1.2.2.1.4.5|2|1522
1.3.6.1.2.1.2.2.1.4.6|2|1522
1.3.6.1.2.1.2.2.1.4.7|2|1522
1.3.6.1.2.1.2.2.1.4.8|2|1522
1.3.6.1.2.1.2.2.1.4.1000|2|1522
1.3.6.1.2.1.2.2.1.4.1001|2|1522
1.3.6.1.2.1.2.2.1.4.1002|2|1522
1.3.6.1.2.1.2.2.1.4.1003|2|1522
1.3.6.1.2.1.2.2.1.4.1004|2|1522
1.3.6.1.2.1.2.2.1.4.1005|2|1522
1.3.6.1.2.1.2.2.1.4.1006|2|1522
1.3.6.1.2.1.2.2.1.4.1007|2|1522
1.3.6.1.2.1.2.2.1.6.1|4x|000BABF9674E
1.3.6.1.2.1.2.2.1.6.2|4x|000BABF9674F
1.3.6.1.2.1.2.2.1.6.3|4x|000BABF96750
1.3.6.1.2.1.2.2.1.6.4|4x|000BABF96751
1.3.6.1.2.1.2.2.1.6.5|4x|000BABF96752
1.3.6.1.2.1.2.2.1.6.6|4x|000BABF96753
1.3.6.1.2.1.2.2.1.6.7|4x|000BABF96754
1.3.6.1.2.1.2.2.1.6.8|4x|000BABF96755
1.3.6.1.2.1.2.2.1.6.1000|4x|000BABF9674D
1.3.6.1.2.1.2.2.1.6.1001|4x|000BABF9674D
1.3.6.1.2.1.2.2.1.6.1002|4x|000BABF9674D
1.3.6.1.2.1.2.2.1.6.1003|4x|000BABF9674D
1.3.6.1.2.1.2.2.1.6.1004|4x|000BABF9674D
1.3.6.1.2.1.2.2.1.6.1005|4x|000BABF9674D
1.3.6.1.2.1.2.2.1.6.1006|4x|000BABF9674D
1.3.6.1.2.1.2.2.1.6.1007|4x|000BABF9674D
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.7.3|2|1
1.3.6.1.2.1.2.2.1.7.4|2|1
1.3.6.1.2.1.2.2.1.7.5|2|1
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.1000|2|1
1.3.6.1.2.1.2.2.1.7.1001|2|1
1.3.6.1.2.1.2.2.1.7.1002|2|1
1.3.6.1.2.1.2.2.1.7.1003|2|1
1.3.6.1.2.1.2.2.1.7.1004|2|1
1.3.6.1.2.1.2.2.1.7.1005|2|1
1.3.6.1.2.1.2.2.1.7.1006|2|1
1.3.6.1.2.1.2.2.1.7.1007|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|1
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|1
1.3.6.1.2.1.2.2.1.8.1000|2|6
1.3.6.1.2.1.2.2.1.8.1001|2|6
1.3.6.1.2.1.2.2.1.8.1002|2|6
1.3.6.1.2.1.2.2.1.8.1003|2|6
1.3.6.1.2.1.2.2.1.8.1004|2|6
1.3.6.1.2.1.2.2.1.8.1005|2|6
1.3.6.1.2.1.2.2.1.8.1006|2|6
1.3.6.1.2.1.2.2.1.8.1007|2|6
1.3.6.1.2.1.2.2.1.9.1|67|905600
1.3.6.1.2.1.2.2.1.9.2|67|293328800
1.3.6.1.2.1.2.2.1.9.3|67|95718800
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|68200
1.3.6.1.2.1.2.2.1.9.1000|67|0
1.3.6.1.2.1.2.2.1.9.1001|67|0
1.3.6.1.2.1.2.2.1.9.1002|67|0
1.3.6.1.2.1.2.2.1.9.1003|67|0
1.3.6.1.2.1.2.2.1.9.1004|67|0
1.3.6.1.2.1.2.2.1.9.1005|67|0
1.3.6.1.2.1.2.2.1.9.1006|67|0
1.3.6.1.2.1.2.2.1.9.1007|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.1000|65|0
1.3.6.1.2.1.2.2.1.13.1001|65|0
1.3.6.1.2.1.2.2.1.13.1002|65|0
1.3.6.1.2.1.2.2.1.13.1003|65|0
1.3.6.1.2.1.2.2.1.13.1004|65|0
1.3.6.1.2.1.2.2.1.13.1005|65|0
1.3.6.1.2.1.2.2.1.13.1006|65|0
1.3.6.1.2.1.2.2.1.13.1007|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.1000|65|0
1.3.6.1.2.1.2.2.1.14.1001|65|0
1.3.6.1.2.1.2.2.1.14.1002|65|0
1.3.6.1.2.1.2.2.1.14.1003|65|0
1.3.6.1.2.1.2.2.1.14.1004|65|0
1.3.6.1.2.1.2.2.1.14.1005|65|0
1.3.6.1.2.1.2.2.1.14.1006|65|0
1.3.6.1.2.1.2.2.1.14.1007|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|3
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.1000|65|0
1.3.6.1.2.1.2.2.1.19.1001|65|0
1.3.6.1.2.1.2.2.1.19.1002|65|0
1.3.6.1.2.1.2.2.1.19.1003|65|0
1.3.6.1.2.1.2.2.1.19.1004|65|0
1.3.6.1.2.1.2.2.1.19.1005|65|0
1.3.6.1.2.1.2.2.1.19.1006|65|0
1.3.6.1.2.1.2.2.1.19.1007|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.1000|65|0
1.3.6.1.2.1.2.2.1.20.1001|65|0
1.3.6.1.2.1.2.2.1.20.1002|65|0
1.3.6.1.2.1.2.2.1.20.1003|65|0
1.3.6.1.2.1.2.2.1.20.1004|65|0
1.3.6.1.2.1.2.2.1.20.1005|65|0
1.3.6.1.2.1.2.2.1.20.1006|65|0
1.3.6.1.2.1.2.2.1.20.1007|65|0
1.3.6.1.2.1.4.3.0|65|12045864
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|12045864
1.3.6.1.2.1.4.10.0|65|11506845
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.10.10.10|2|3
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.3.10.10.10.10|64|255.255.255.0
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.22.1.2.3.10.13.1.1|4x|000000000000
1.3.6.1.2.1.5.1.0|65|6470086
1.3.6.1.2.1.5.2.0|65|0
1.3.6.1.2.1.5.3.0|65|7
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|6470079
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|6470142
1.3.6.1.2.1.5.15.0|65|0
1.3.6.1.2.1.5.16.0|65|63
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|6470079
1.3.6.1.2.1.5.23.0|65|0
1.3.6.1.2.1.5.24.0|65|0
1.3.6.1.2.1.5.25.0|65|0
1.3.6.1.2.1.5.26.0|65|0
1.3.6.1.2.1.6.5.0|65|0
1.3.6.1.2.1.6.6.0|65|636149
1.3.6.1.2.1.6.7.0|65|9
1.3.6.1.2.1.6.8.0|65|7
1.3.6.1.2.1.6.9.0|66|0
1.3.6.1.2.1.6.10.0|65|3210603
1.3.6.1.2.1.6.11.0|65|2574369
1.3.6.1.2.1.6.12.0|65|74
1.3.6.1.2.1.6.14.0|65|0
1.3.6.1.2.1.6.15.0|65|6206
1.3.6.1.2.1.7.1.0|65|2365209
1.3.6.1.2.1.7.2.0|65|56
1.3.6.1.2.1.7.3.0|65|0
1.3.6.1.2.1.7.4.0|65|2462359
1.3.6.1.2.1.11.1.0|65|2354799
1.3.6.1.2.1.11.2.0|65|2354684
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|270
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|16803992
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|1949140
1.3.6.1.2.1.11.16.0|65|67402
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|1
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|2354530
1.3.6.1.2.1.11.29.0|65|156
1.3.6.1.2.1.11.30.0|2|1
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.17.1.1.0|4x|000000000000
1.3.6.1.2.1.17.1.4.1.2.1|2|1
1.3.6.1.2.1.17.1.4.1.2.2|2|2
1.3.6.1.2.1.17.1.4.1.2.3|2|3
1.3.6.1.2.1.17.1.4.1.2.4|2|4
1.3.6.1.2.1.17.1.4.1.2.5|2|5
1.3.6.1.2.1.17.1.4.1.2.6|2|6
1.3.6.1.2.1.17.1.4.1.2.7|2|7
1.3.6.1.2.1.17.1.4.1.2.8|2|8
1.3.6.1.2.1.17.1.4.1.2.1000|2|1000
1.3.6.1.2.1.17.1.4.1.2.1001|2|1001
1.3.6.1.2.1.17.1.4.1.2.1002|2|1002
1.3.6.1.2.1.17.1.4.1.2.1003|2|1003
1.3.6.1.2.1.17.1.4.1.2.1004|2|1004
1.3.6.1.2.1.17.1.4.1.2.1005|2|1005
1.3.6.1.2.1.17.1.4.1.2.1006|2|1006
1.3.6.1.2.1.17.1.4.1.2.1007|2|1007
1.3.6.1.2.1.17.2.1.0|2|3
1.3.6.1.2.1.17.2.2.0|2|32768
1.3.6.1.2.1.17.2.3.0|67|0
1.3.6.1.2.1.17.2.4.0|65|0
1.3.6.1.2.1.17.2.5.0|4|0/00:00:00:00:00:00
1.3.6.1.2.1.17.2.6.0|2|0
1.3.6.1.2.1.17.2.7.0|2|28
1.3.6.1.2.1.17.2.8.0|2|2000
1.3.6.1.2.1.17.2.9.0|2|200
1.3.6.1.2.1.17.2.10.0|2|100
1.3.6.1.2.1.17.2.11.0|2|1500
1.3.6.1.2.1.17.2.12.0|2|2000
1.3.6.1.2.1.17.2.13.0|2|200
1.3.6.1.2.1.17.2.14.0|2|1500
1.3.6.1.2.1.17.2.15.1.1.1|2|1
1.3.6.1.2.1.17.2.15.1.1.2|2|2
1.3.6.1.2.1.17.2.15.1.1.3|2|3
1.3.6.1.2.1.17.2.15.1.1.4|2|4
1.3.6.1.2.1.17.2.15.1.1.5|2|5
1.3.6.1.2.1.17.2.15.1.1.6|2|6
1.3.6.1.2.1.17.2.15.1.1.7|2|7
1.3.6.1.2.1.17.2.15.1.1.8|2|8
1.3.6.1.2.1.17.2.15.1.1.1000|2|1000
1.3.6.1.2.1.17.2.15.1.1.1001|2|1001
1.3.6.1.2.1.17.2.15.1.1.1002|2|1002
1.3.6.1.2.1.17.2.15.1.1.1003|2|1003
1.3.6.1.2.1.17.2.15.1.1.1004|2|1004
1.3.6.1.2.1.17.2.15.1.1.1005|2|1005
1.3.6.1.2.1.17.2.15.1.1.1006|2|1006
1.3.6.1.2.1.17.2.15.1.1.1007|2|1007
1.3.6.1.2.1.17.2.15.1.2.1|2|128
1.3.6.1.2.1.17.2.15.1.2.2|2|128
1.3.6.1.2.1.17.2.15.1.2.3|2|128
1.3.6.1.2.1.17.2.15.1.2.4|2|128
1.3.6.1.2.1.17.2.15.1.2.5|2|128
1.3.6.1.2.1.17.2.15.1.2.6|2|128
1.3.6.1.2.1.17.2.15.1.2.7|2|128
1.3.6.1.2.1.17.2.15.1.2.8|2|128
1.3.6.1.2.1.17.2.15.1.2.1000|2|128
1.3.6.1.2.1.17.2.15.1.2.1001|2|128
1.3.6.1.2.1.17.2.15.1.2.1002|2|128
1.3.6.1.2.1.17.2.15.1.2.1003|2|128
1.3.6.1.2.1.17.2.15.1.2.1004|2|128
1.3.6.1.2.1.17.2.15.1.2.1005|2|128
1.3.6.1.2.1.17.2.15.1.2.1006|2|128
1.3.6.1.2.1.17.2.15.1.2.1007|2|128
1.3.6.1.2.1.17.2.15.1.3.1|2|5
1.3.6.1.2.1.17.2.15.1.3.2|2|5
1.3.6.1.2.1.17.2.15.1.3.3|2|5
1.3.6.1.2.1.17.2.15.1.3.4|2|1
1.3.6.1.2.1.17.2.15.1.3.5|2|1
1.3.6.1.2.1.17.2.15.1.3.6|2|1
1.3.6.1.2.1.17.2.15.1.3.7|2|1
1.3.6.1.2.1.17.2.15.1.3.8|2|5
1.3.6.1.2.1.17.2.15.1.3.1000|2|1
1.3.6.1.2.1.17.2.15.1.3.1001|2|1
1.3.6.1.2.1.17.2.15.1.3.1002|2|1
1.3.6.1.2.1.17.2.15.1.3.1003|2|1
1.3.6.1.2.1.17.2.15.1.3.1004|2|1
1.3.6.1.2.1.17.2.15.1.3.1005|2|1
1.3.6.1.2.1.17.2.15.1.3.1006|2|1
1.3.6.1.2.1.17.2.15.1.3.1007|2|1
1.3.6.1.2.1.17.2.15.1.4.1|2|1
1.3.6.1.2.1.17.2.15.1.4.2|2|1
1.3.6.1.2.1.17.2.15.1.4.3|2|1
1.3.6.1.2.1.17.2.15.1.4.4|2|1
1.3.6.1.2.1.17.2.15.1.4.5|2|1
1.3.6.1.2.1.17.2.15.1.4.6|2|1
1.3.6.1.2.1.17.2.15.1.4.7|2|1
1.3.6.1.2.1.17.2.15.1.4.8|2|1
1.3.6.1.2.1.17.2.15.1.4.1000|2|1
1.3.6.1.2.1.17.2.15.1.4.1001|2|1
1.3.6.1.2.1.17.2.15.1.4.1002|2|1
1.3.6.1.2.1.17.2.15.1.4.1003|2|1
1.3.6.1.2.1.17.2.15.1.4.1004|2|1
1.3.6.1.2.1.17.2.15.1.4.1005|2|1
1.3.6.1.2.1.17.2.15.1.4.1006|2|1
1.3.6.1.2.1.17.2.15.1.4.1007|2|1
1.3.6.1.2.1.17.2.15.1.5.1|2|20000
1.3.6.1.2.1.17.2.15.1.5.2|2|20000
1.3.6.1.2.1.17.2.15.1.5.3|2|20000
1.3.6.1.2.1.17.2.15.1.5.4|2|20000
1.3.6.1.2.1.17.2.15.1.5.5|2|20000
1.3.6.1.2.1.17.2.15.1.5.6|2|20000
1.3.6.1.2.1.17.2.15.1.5.7|2|20000
1.3.6.1.2.1.17.2.15.1.5.8|2|20000
1.3.6.1.2.1.17.2.15.1.5.1000|2|20000
1.3.6.1.2.1.17.2.15.1.5.1001|2|20000
1.3.6.1.2.1.17.2.15.1.5.1002|2|20000
1.3.6.1.2.1.17.2.15.1.5.1003|2|20000
1.3.6.1.2.1.17.2.15.1.5.1004|2|20000
1.3.6.1.2.1.17.2.15.1.5.1005|2|20000
1.3.6.1.2.1.17.2.15.1.5.1006|2|20000
1.3.6.1.2.1.17.2.15.1.5.1007|2|20000
1.3.6.1.2.1.17.2.15.1.6.1|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.2|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.3|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.4|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.5|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.6|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.7|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.8|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.1000|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.1001|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.1002|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.1003|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.1004|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.1005|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.1006|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.6.1007|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.7.1|2|0
1.3.6.1.2.1.17.2.15.1.7.2|2|0
1.3.6.1.2.1.17.2.15.1.7.3|2|0
1.3.6.1.2.1.17.2.15.1.7.4|2|0
1.3.6.1.2.1.17.2.15.1.7.5|2|0
1.3.6.1.2.1.17.2.15.1.7.6|2|0
1.3.6.1.2.1.17.2.15.1.7.7|2|0
1.3.6.1.2.1.17.2.15.1.7.8|2|0
1.3.6.1.2.1.17.2.15.1.7.1000|2|0
1.3.6.1.2.1.17.2.15.1.7.1001|2|0
1.3.6.1.2.1.17.2.15.1.7.1002|2|0
1.3.6.1.2.1.17.2.15.1.7.1003|2|0
1.3.6.1.2.1.17.2.15.1.7.1004|2|0
1.3.6.1.2.1.17.2.15.1.7.1005|2|0
1.3.6.1.2.1.17.2.15.1.7.1006|2|0
1.3.6.1.2.1.17.2.15.1.7.1007|2|0
1.3.6.1.2.1.17.2.15.1.8.1|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.2|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.3|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.4|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.5|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.6|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.7|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.8|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.1000|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.1001|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.1002|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.1003|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.1004|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.1005|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.1006|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.8.1007|4|0-00.00.00.00.00.00
1.3.6.1.2.1.17.2.15.1.9.1|4|128-1
1.3.6.1.2.1.17.2.15.1.9.2|4|128-2
1.3.6.1.2.1.17.2.15.1.9.3|4|128-3
1.3.6.1.2.1.17.2.15.1.9.4|4|128-4
1.3.6.1.2.1.17.2.15.1.9.5|4|128-5
1.3.6.1.2.1.17.2.15.1.9.6|4|128-6
1.3.6.1.2.1.17.2.15.1.9.7|4|128-7
1.3.6.1.2.1.17.2.15.1.9.8|4|128-8
1.3.6.1.2.1.17.2.15.1.9.1000|4|128-1000
1.3.6.1.2.1.17.2.15.1.9.1001|4|128-1001
1.3.6.1.2.1.17.2.15.1.9.1002|4|128-1002
1.3.6.1.2.1.17.2.15.1.9.1003|4|128-1003
1.3.6.1.2.1.17.2.15.1.9.1004|4|128-1004
1.3.6.1.2.1.17.2.15.1.9.1005|4|128-1005
1.3.6.1.2.1.17.2.15.1.9.1006|4|128-1006
1.3.6.1.2.1.17.2.15.1.9.1007|4|128-1007
1.3.6.1.2.1.17.2.15.1.10.1|65|0
1.3.6.1.2.1.17.2.15.1.10.2|65|0
1.3.6.1.2.1.17.2.15.1.10.3|65|0
1.3.6.1.2.1.17.2.15.1.10.4|65|0
1.3.6.1.2.1.17.2.15.1.10.5|65|0
1.3.6.1.2.1.17.2.15.1.10.6|65|0
1.3.6.1.2.1.17.2.15.1.10.7|65|0
1.3.6.1.2.1.17.2.15.1.10.8|65|0
1.3.6.1.2.1.17.2.15.1.10.1000|65|0
1.3.6.1.2.1.17.2.15.1.10.1001|65|0
1.3.6.1.2.1.17.2.15.1.10.1002|65|0
1.3.6.1.2.1.17.2.15.1.10.1003|65|0
1.3.6.1.2.1.17.2.15.1.10.1004|65|0
1.3.6.1.2.1.17.2.15.1.10.1005|65|0
1.3.6.1.2.1.17.2.15.1.10.1006|65|0
1.3.6.1.2.1.17.2.15.1.10.1007|65|0
1.3.6.1.2.1.17.4.3.1.2.0.0.76.24.74.184|2|8
1.3.6.1.2.1.17.4.3.1.2.0.0.76.24.113.239|2|8
1.3.6.1.2.1.17.4.3.1.2.0.1.5.0.187.215|2|8
1.3.6.1.2.1.17.4.3.1.2.0.1.5.4.124.253|2|8
1.3.6.1.2.1.17.4.3.1.2.0.1.5.19.217.211|2|8
1.3.6.1.2.1.17.4.3.1.2.0.1.5.19.217.251|2|8
1.3.6.1.2.1.17.4.3.1.2.0.5.25.3.76.244|2|8
1.3.6.1.2.1.17.4.3.1.2.0.11.171.249.103.77|2|0
1.3.6.1.2.1.17.4.3.1.2.0.16.91.16.210.80|2|8
1.3.6.1.2.1.17.4.3.1.2.0.16.112.0.33.115|2|8
1.3.6.1.2.1.17.4.3.1.2.0.19.127.110.238.135|2|8
1.3.6.1.2.1.17.4.3.1.2.0.32.74.165.100.184|2|8
1.3.6.1.2.1.17.4.3.1.2.0.32.74.169.143.177|2|8
1.3.6.1.2.1.17.4.3.1.2.0.32.74.169.236.88|2|8
1.3.6.1.2.1.17.4.3.1.2.0.32.74.175.13.15|2|8
1.3.6.1.2.1.17.4.3.1.2.0.35.171.23.162.13|2|8
1.3.6.1.2.1.17.4.3.1.2.0.95.134.207.21.254|2|8
1.3.6.1.2.1.31.1.1.1.1.1|4|GigabitEthernet1
1.3.6.1.2.1.31.1.1.1.1.2|4|GigabitEthernet2
1.3.6.1.2.1.31.1.1.1.1.3|4|GigabitEthernet3
1.3.6.1.2.1.31.1.1.1.1.4|4|GigabitEthernet4
1.3.6.1.2.1.31.1.1.1.1.5|4|GigabitEthernet5
1.3.6.1.2.1.31.1.1.1.1.6|4|GigabitEthernet6
1.3.6.1.2.1.31.1.1.1.1.7|4|GigabitEthernet7
1.3.6.1.2.1.31.1.1.1.1.8|4|GigabitEthernet8
1.3.6.1.2.1.31.1.1.1.1.1000|4|LAG1
1.3.6.1.2.1.31.1.1.1.1.1001|4|LAG2
1.3.6.1.2.1.31.1.1.1.1.1002|4|LAG3
1.3.6.1.2.1.31.1.1.1.1.1003|4|LAG4
1.3.6.1.2.1.31.1.1.1.1.1004|4|LAG5
1.3.6.1.2.1.31.1.1.1.1.1005|4|LAG6
1.3.6.1.2.1.31.1.1.1.1.1006|4|LAG7
1.3.6.1.2.1.31.1.1.1.1.1007|4|LAG8
1.3.6.1.2.1.31.1.1.1.2.1|65|44
1.3.6.1.2.1.31.1.1.1.2.2|65|237
1.3.6.1.2.1.31.1.1.1.2.3|65|319
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|22548933
1.3.6.1.2.1.31.1.1.1.2.1000|65|0
1.3.6.1.2.1.31.1.1.1.2.1001|65|0
1.3.6.1.2.1.31.1.1.1.2.1002|65|0
1.3.6.1.2.1.31.1.1.1.2.1003|65|0
1.3.6.1.2.1.31.1.1.1.2.1004|65|0
1.3.6.1.2.1.31.1.1.1.2.1005|65|0
1.3.6.1.2.1.31.1.1.1.2.1006|65|0
1.3.6.1.2.1.31.1.1.1.2.1007|65|0
1.3.6.1.2.1.31.1.1.1.3.1|65|270
1.3.6.1.2.1.31.1.1.1.3.2|65|274
1.3.6.1.2.1.31.1.1.1.3.3|65|227
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|28321428
1.3.6.1.2.1.31.1.1.1.3.1000|65|0
1.3.6.1.2.1.31.1.1.1.3.1001|65|0
1.3.6.1.2.1.31.1.1.1.3.1002|65|0
1.3.6.1.2.1.31.1.1.1.3.1003|65|0
1.3.6.1.2.1.31.1.1.1.3.1004|65|0
1.3.6.1.2.1.31.1.1.1.3.1005|65|0
1.3.6.1.2.1.31.1.1.1.3.1006|65|0
1.3.6.1.2.1.31.1.1.1.3.1007|65|0
1.3.6.1.2.1.31.1.1.1.4.1|65|21269590
1.3.6.1.2.1.31.1.1.1.4.2|65|21140165
1.3.6.1.2.1.31.1.1.1.4.3|65|21265552
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|552
1.3.6.1.2.1.31.1.1.1.4.1000|65|0
1.3.6.1.2.1.31.1.1.1.4.1001|65|0
1.3.6.1.2.1.31.1.1.1.4.1002|65|0
1.3.6.1.2.1.31.1.1.1.4.1003|65|0
1.3.6.1.2.1.31.1.1.1.4.1004|65|0
1.3.6.1.2.1.31.1.1.1.4.1005|65|0
1.3.6.1.2.1.31.1.1.1.4.1006|65|0
1.3.6.1.2.1.31.1.1.1.4.1007|65|0
1.3.6.1.2.1.31.1.1.1.5.1|65|868
1.3.6.1.2.1.31.1.1.1.5.2|65|823
1.3.6.1.2.1.31.1.1.1.5.3|65|843
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|789
1.3.6.1.2.1.31.1.1.1.5.1000|65|0
1.3.6.1.2.1.31.1.1.1.5.1001|65|0
1.3.6.1.2.1.31.1.1.1.5.1002|65|0
1.3.6.1.2.1.31.1.1.1.5.1003|65|0
1.3.6.1.2.1.31.1.1.1.5.1004|65|0
1.3.6.1.2.1.31.1.1.1.5.1005|65|0
1.3.6.1.2.1.31.1.1.1.5.1006|65|0
1.3.6.1.2.1.31.1.1.1.5.1007|65|0
1.3.6.1.2.1.31.1.1.1.6.1|70|1469923425
1.3.6.1.2.1.31.1.1.1.6.2|70|1762731083
1.3.6.1.2.1.31.1.1.1.6.3|70|1624033891
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|241615767
1.3.6.1.2.1.31.1.1.1.6.1000|70|0
1.3.6.1.2.1.31.1.1.1.6.1001|70|0
1.3.6.1.2.1.31.1.1.1.6.1002|70|0
1.3.6.1.2.1.31.1.1.1.6.1003|70|0
1.3.6.1.2.1.31.1.1.1.6.1004|70|0
1.3.6.1.2.1.31.1.1.1.6.1005|70|0
1.3.6.1.2.1.31.1.1.1.6.1006|70|0
1.3.6.1.2.1.31.1.1.1.6.1007|70|0
1.3.6.1.2.1.31.1.1.1.7.1|70|15997026
1.3.6.1.2.1.31.1.1.1.7.2|70|5722896
1.3.6.1.2.1.31.1.1.1.7.3|70|16303315
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|36968229
1.3.6.1.2.1.31.1.1.1.7.1000|70|0
1.3.6.1.2.1.31.1.1.1.7.1001|70|0
1.3.6.1.2.1.31.1.1.1.7.1002|70|0
1.3.6.1.2.1.31.1.1.1.7.1003|70|0
1.3.6.1.2.1.31.1.1.1.7.1004|70|0
1.3.6.1.2.1.31.1.1.1.7.1005|70|0
1.3.6.1.2.1.31.1.1.1.7.1006|70|0
1.3.6.1.2.1.31.1.1.1.7.1007|70|0
1.3.6.1.2.1.31.1.1.1.8.1|70|44
1.3.6.1.2.1.31.1.1.1.8.2|70|237
1.3.6.1.2.1.31.1.1.1.8.3|70|319
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|22548933
1.3.6.1.2.1.31.1.1.1.8.1000|70|0
1.3.6.1.2.1.31.1.1.1.8.1001|70|0
1.3.6.1.2.1.31.1.1.1.8.1002|70|0
1.3.6.1.2.1.31.1.1.1.8.1003|70|0
1.3.6.1.2.1.31.1.1.1.8.1004|70|0
1.3.6.1.2.1.31.1.1.1.8.1005|70|0
1.3.6.1.2.1.31.1.1.1.8.1006|70|0
1.3.6.1.2.1.31.1.1.1.8.1007|70|0
1.3.6.1.2.1.31.1.1.1.9.1|70|270
1.3.6.1.2.1.31.1.1.1.9.2|70|274
1.3.6.1.2.1.31.1.1.1.9.3|70|227
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|28321428
1.3.6.1.2.1.31.1.1.1.9.1000|70|0
1.3.6.1.2.1.31.1.1.1.9.1001|70|0
1.3.6.1.2.1.31.1.1.1.9.1002|70|0
1.3.6.1.2.1.31.1.1.1.9.1003|70|0
1.3.6.1.2.1.31.1.1.1.9.1004|70|0
1.3.6.1.2.1.31.1.1.1.9.1005|70|0
1.3.6.1.2.1.31.1.1.1.9.1006|70|0
1.3.6.1.2.1.31.1.1.1.9.1007|70|0
1.3.6.1.2.1.31.1.1.1.10.1|70|2624726039
1.3.6.1.2.1.31.1.1.1.10.2|70|1911307419
1.3.6.1.2.1.31.1.1.1.10.3|70|2756605808
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|2353353627
1.3.6.1.2.1.31.1.1.1.10.1000|70|0
1.3.6.1.2.1.31.1.1.1.10.1001|70|0
1.3.6.1.2.1.31.1.1.1.10.1002|70|0
1.3.6.1.2.1.31.1.1.1.10.1003|70|0
1.3.6.1.2.1.31.1.1.1.10.1004|70|0
1.3.6.1.2.1.31.1.1.1.10.1005|70|0
1.3.6.1.2.1.31.1.1.1.10.1006|70|0
1.3.6.1.2.1.31.1.1.1.10.1007|70|0
1.3.6.1.2.1.31.1.1.1.11.1|70|9324889
1.3.6.1.2.1.31.1.1.1.11.2|70|4493773
1.3.6.1.2.1.31.1.1.1.11.3|70|9790179
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|49943686
1.3.6.1.2.1.31.1.1.1.11.1000|70|0
1.3.6.1.2.1.31.1.1.1.11.1001|70|0
1.3.6.1.2.1.31.1.1.1.11.1002|70|0
1.3.6.1.2.1.31.1.1.1.11.1003|70|0
1.3.6.1.2.1.31.1.1.1.11.1004|70|0
1.3.6.1.2.1.31.1.1.1.11.1005|70|0
1.3.6.1.2.1.31.1.1.1.11.1006|70|0
1.3.6.1.2.1.31.1.1.1.11.1007|70|0
1.3.6.1.2.1.31.1.1.1.12.1|70|21269590
1.3.6.1.2.1.31.1.1.1.12.2|70|21140165
1.3.6.1.2.1.31.1.1.1.12.3|70|21265552
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|552
1.3.6.1.2.1.31.1.1.1.12.1000|70|0
1.3.6.1.2.1.31.1.1.1.12.1001|70|0
1.3.6.1.2.1.31.1.1.1.12.1002|70|0
1.3.6.1.2.1.31.1.1.1.12.1003|70|0
1.3.6.1.2.1.31.1.1.1.12.1004|70|0
1.3.6.1.2.1.31.1.1.1.12.1005|70|0
1.3.6.1.2.1.31.1.1.1.12.1006|70|0
1.3.6.1.2.1.31.1.1.1.12.1007|70|0
1.3.6.1.2.1.31.1.1.1.13.1|70|868
1.3.6.1.2.1.31.1.1.1.13.2|70|823
1.3.6.1.2.1.31.1.1.1.13.3|70|843
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|789
1.3.6.1.2.1.31.1.1.1.13.1000|70|0
1.3.6.1.2.1.31.1.1.1.13.1001|70|0
1.3.6.1.2.1.31.1.1.1.13.1002|70|0
1.3.6.1.2.1.31.1.1.1.13.1003|70|0
1.3.6.1.2.1.31.1.1.1.13.1004|70|0
1.3.6.1.2.1.31.1.1.1.13.1005|70|0
1.3.6.1.2.1.31.1.1.1.13.1006|70|0
1.3.6.1.2.1.31.1.1.1.13.1007|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.1000|2|1
1.3.6.1.2.1.31.1.1.1.14.1001|2|1
1.3.6.1.2.1.31.1.1.1.14.1002|2|1
1.3.6.1.2.1.31.1.1.1.14.1003|2|1
1.3.6.1.2.1.31.1.1.1.14.1004|2|1
1.3.6.1.2.1.31.1.1.1.14.1005|2|1
1.3.6.1.2.1.31.1.1.1.14.1006|2|1
1.3.6.1.2.1.31.1.1.1.14.1007|2|1
1.3.6.1.2.1.31.1.1.1.15.1|66|1000
1.3.6.1.2.1.31.1.1.1.15.2|66|1000
1.3.6.1.2.1.31.1.1.1.15.3|66|1000
1.3.6.1.2.1.31.1.1.1.15.4|66|1000
1.3.6.1.2.1.31.1.1.1.15.5|66|1000
1.3.6.1.2.1.31.1.1.1.15.6|66|1000
1.3.6.1.2.1.31.1.1.1.15.7|66|1000
1.3.6.1.2.1.31.1.1.1.15.8|66|1000
1.3.6.1.2.1.31.1.1.1.15.1000|66|0
1.3.6.1.2.1.31.1.1.1.15.1001|66|0
1.3.6.1.2.1.31.1.1.1.15.1002|66|0
1.3.6.1.2.1.31.1.1.1.15.1003|66|0
1.3.6.1.2.1.31.1.1.1.15.1004|66|0
1.3.6.1.2.1.31.1.1.1.15.1005|66|0
1.3.6.1.2.1.31.1.1.1.15.1006|66|0
1.3.6.1.2.1.31.1.1.1.15.1007|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.1000|2|1
1.3.6.1.2.1.31.1.1.1.16.1001|2|1
1.3.6.1.2.1.31.1.1.1.16.1002|2|1
1.3.6.1.2.1.31.1.1.1.16.1003|2|1
1.3.6.1.2.1.31.1.1.1.16.1004|2|1
1.3.6.1.2.1.31.1.1.1.16.1005|2|1
1.3.6.1.2.1.31.1.1.1.16.1006|2|1
1.3.6.1.2.1.31.1.1.1.16.1007|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.1000|2|1
1.3.6.1.2.1.31.1.1.1.17.1001|2|1
1.3.6.1.2.1.31.1.1.1.17.1002|2|1
1.3.6.1.2.1.31.1.1.1.17.1003|2|1
1.3.6.1.2.1.31.1.1.1.17.1004|2|1
1.3.6.1.2.1.31.1.1.1.17.1005|2|1
1.3.6.1.2.1.31.1.1.1.17.1006|2|1
1.3.6.1.2.1.31.1.1.1.17.1007|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.1000|4|
1.3.6.1.2.1.31.1.1.1.18.1001|4|
1.3.6.1.2.1.31.1.1.1.18.1002|4|
1.3.6.1.2.1.31.1.1.1.18.1003|4|
1.3.6.1.2.1.31.1.1.1.18.1004|4|
1.3.6.1.2.1.31.1.1.1.18.1005|4|
1.3.6.1.2.1.31.1.1.1.18.1006|4|
1.3.6.1.2.1.31.1.1.1.18.1007|4|
1.3.6.1.2.1.31.1.1.1.19.1|67|905600
1.3.6.1.2.1.31.1.1.1.19.2|67|293328800
1.3.6.1.2.1.31.1.1.1.19.3|67|95718800
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|68200
1.3.6.1.2.1.31.1.1.1.19.1000|67|0
1.3.6.1.2.1.31.1.1.1.19.1001|67|0
1.3.6.1.2.1.31.1.1.1.19.1002|67|0
1.3.6.1.2.1.31.1.1.1.19.1003|67|0
1.3.6.1.2.1.31.1.1.1.19.1004|67|0
1.3.6.1.2.1.31.1.1.1.19.1005|67|0
1.3.6.1.2.1.31.1.1.1.19.1006|67|0
1.3.6.1.2.1.31.1.1.1.19.1007|67|0
1.3.6.1.4.1.10297.100.1.1.0|4|EKI-7708G-4FP
1.3.6.1.4.1.10297.100.1.4.0|4|1.01.01
1.3.6.1.4.1.10297.202.7000.2.5.1.1.1.1|4|GE8
1.3.6.1.4.1.10297.202.7000.2.5.2.1.2.1|4|33.953
1.3.6.1.4.1.10297.202.7000.2.5.2.1.3.1|4|3.280
1.3.6.1.4.1.10297.202.7000.2.5.2.1.4.1|4|19.750
1.3.6.1.4.1.10297.202.7000.2.5.2.1.5.1|4|-6.140
1.3.6.1.4.1.10297.202.7000.2.5.2.1.6.1|4|-4.556
1.3.6.1.4.1.10297.202.7000.2.5.4.1.3.1|4|95.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.3.2|4|95.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.3.3|4|95.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.3.4|4|95.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.5.1|4|90.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.5.2|4|90.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.5.3|4|90.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.5.4|4|90.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.7.1|4|-50.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.7.2|4|-50.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.7.3|4|-50.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.7.4|4|-50.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.9.1|4|-45.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.9.2|4|-45.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.9.3|4|-45.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.9.4|4|-45.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.11.1|4|3.500
1.3.6.1.4.1.10297.202.7000.2.5.4.1.11.2|4|3.500
1.3.6.1.4.1.10297.202.7000.2.5.4.1.11.3|4|3.500
1.3.6.1.4.1.10297.202.7000.2.5.4.1.11.4|4|3.500
1.3.6.1.4.1.10297.202.7000.2.5.4.1.13.1|4|3.450
1.3.6.1.4.1.10297.202.7000.2.5.4.1.13.2|4|3.450
1.3.6.1.4.1.10297.202.7000.2.5.4.1.13.3|4|3.450
1.3.6.1.4.1.10297.202.7000.2.5.4.1.13.4|4|3.450
1.3.6.1.4.1.10297.202.7000.2.5.4.1.15.1|4|3.100
1.3.6.1.4.1.10297.202.7000.2.5.4.1.15.2|4|3.100
1.3.6.1.4.1.10297.202.7000.2.5.4.1.15.3|4|3.100
1.3.6.1.4.1.10297.202.7000.2.5.4.1.15.4|4|3.100
1.3.6.1.4.1.10297.202.7000.2.5.4.1.17.1|4|3.150
1.3.6.1.4.1.10297.202.7000.2.5.4.1.17.2|4|3.150
1.3.6.1.4.1.10297.202.7000.2.5.4.1.17.3|4|3.150
1.3.6.1.4.1.10297.202.7000.2.5.4.1.17.4|4|3.150
1.3.6.1.4.1.10297.202.7000.2.5.4.1.19.1|4|100.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.19.2|4|100.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.19.3|4|100.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.19.4|4|100.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.21.1|4|90.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.21.2|4|90.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.21.3|4|90.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.21.4|4|90.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.23.1|4|6.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.23.2|4|6.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.23.3|4|6.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.23.4|4|6.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.25.1|4|7.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.25.2|4|7.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.25.3|4|7.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.25.4|4|7.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.27.1|4|-1.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.27.2|4|-1.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.27.3|4|-1.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.27.4|4|-1.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.29.1|4|-5.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.29.2|4|-5.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.29.3|4|-5.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.29.4|4|-5.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.31.1|4|-35.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.31.2|4|-35.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.31.3|4|-35.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.31.4|4|-35.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.33.1|4|-30.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.33.2|4|-30.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.33.3|4|-30.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.33.4|4|-30.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.35.1|4|-1.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.35.2|4|-1.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.35.3|4|-1.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.35.4|4|-1.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.37.1|4|-5.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.37.2|4|-5.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.37.3|4|-5.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.37.4|4|-5.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.39.1|4|-35.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.39.2|4|-35.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.39.3|4|-35.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.39.4|4|-35.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.41.1|4|-30.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.41.2|4|-30.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.41.3|4|-30.000
1.3.6.1.4.1.10297.202.7000.2.5.4.1.41.4|4|-30.000