ARISTA Switch SNMP Checks

Hello,
I have an ARISTA DCS-7050S-64 switch and checkmk don’t find any dom db values by default settings. So I decided to write my own SNMP check.

#!/usr/bin/python

def inventory_arista(info):
    pprint.pprint(info)

check_info["arista_dom"] = {
        "snmp_scan_function": lambda oid: "arista" in oid(".1.3.6.1.2.1.1.1.0").lower(),
        "snmp_info": (".1.3.6.1.2.1.47.1.1.1.1.2", [OID_END, 1,2,3]),}

here I tried only to receive the dom db values by check “cmk -v -II hostname”

I am not sure if I am on the correct track atm to monitor missing snmp values. Maybe one of you are able to help me out of the dirt :slight_smile:

PS: I got following oids out of a snmpwalk on the arista switch.
Here are the interesting oids for my snmp check
snmpwalk.txt (11.8 KB)

Helloo,
I tried another way, and read here Eigene Checkplugins schreiben and tried to get along with step 8
I wrote the following arista.py

from .agent_based_api.v1 import *

register.snmp_section(
        name = "arista",
        detect = startswith(".1.3.6.1.2.1.1.1.0", "Arista"),
        fetch = SNMPTree(
            base = '.1.3.6.1.2.1.47.1.1.1.1.2',
            oids = [
                '100305201', # DOM Temperature Sensor for Ethernet5
                '100305202', # DOM Voltage Sensor for Ethernet5
                '100305211', # DOM TX Bias Sensor for Ethernet5
                '100305212', # DOM TX Power Sensor for Ethernet5
                '100305213', # DOM RX Power Sensor for Ethernet5
                '100315201', # DOM Temperature Sensor for Ethernet15
                '100315202', # DOM Voltage Sensor for Ethernet15
                '100315211', # DOM TX Bias Sensor for Ethernet15
                '100315212', # DOM TX Power Sensor for Ethernet15
                '100315213', # DOM RX Power Sensor for Ethernet15
                '100325201', # DOM Temperature Sensor for Ethernet25
                '100325202', # DOM Voltage Sensor for Ethernet25
                '100325211', # DOM TX Bias Sensor for Ethernet25
                '100325212', # DOM TX Power Sensor for Ethernet25
                '100325213', # DOM RX Power Sensor for Ethernet25
                '100329201', # DOM Temperature Sensor for Ethernet29
                '100329202', # DOM Voltage Sensor for Ethernet29
                '100329211', # DOM TX Bias Sensor for Ethernet29
                '100329212', # DOM TX Power Sensor for Ethernet29
                '100329213', # DOM RX Power Sensor for Ethernet29
                '100330201', # DOM Temperature Sensor for Ethernet30
                '100330202', # DOM Voltage Sensor for Ethernet30
                '100330211', # DOM TX Bias Sensor for Ethernet30
                '100330212', # DOM TX Power Sensor for Ethernet30
                '100330213', # DOM RX Power Sensor for Ethernet30
                '100337201', # DOM Temperature Sensor for Ethernet37
                '100337202', # DOM Voltage Sensor for Ethernet37
                '100337211', # DOM TX Bias Sensor for Ethernet37
                '100337212', # DOM TX Power Sensor for Ethernet37
                '100337213', # DOM RX Power Sensor for Ethernet37
                '100339201', # DOM Temperature Sensor for Ethernet39
                '100339202', # DOM Voltage Sensor for Ethernet39
                '100339211', # DOM TX Bias Sensor for Ethernet39
                '100339212', # DOM TX Power Sensor for Ethernet39
                '100339213', # DOM RX Power Sensor for Ethernet39
                '100341201', # DOM Temperature Sensor for Ethernet41
                '100341202', # DOM Voltage Sensor for Ethernet41
                '100341211', # DOM TX Bias Sensor for Ethernet41
                '100341212', # DOM TX Power Sensor for Ethernet41
                '100341213', # DOM RX Power Sensor for Ethernet41
                '100342201', # DOM Temperature Sensor for Ethernet42
                '100342202', # DOM Voltage Sensor for Ethernet42
                '100342211', # DOM TX Bias Sensor for Ethernet42
                '100342212', # DOM TX Power Sensor for Ethernet42
                '100342213', # DOM RX Power Sensor for Ethernet42
                '100343201', # DOM Temperature Sensor for Ethernet43
                '100343202', # DOM Voltage Sensor for Ethernet43
                '100343211', # DOM TX Bias Sensor for Ethernet43
                '100343212', # DOM TX Power Sensor for Ethernet43
                '100343213', # DOM RX Power Sensor for Ethernet43
                '100344201', # DOM Temperature Sensor for Ethernet44
                '100344202', # DOM Voltage Sensor for Ethernet44
                '100344211', # DOM TX Bias Sensor for Ethernet44
                '100344212', # DOM TX Power Sensor for Ethernet44
                '100344213', # DOM RX Power Sensor for Ethernet44
                '100345201', # DOM Temperature Sensor for Ethernet45
                '100345202', # DOM Voltage Sensor for Ethernet45
                '100345211', # DOM TX Bias Sensor for Ethernet45
                '100345212', # DOM TX Power Sensor for Ethernet45
                '100345213', # DOM RX Power Sensor for Ethernet45
                '100346201', # DOM Temperature Sensor for Ethernet46
                '100346202', # DOM Voltage Sensor for Ethernet46
                '100346211', # DOM TX Bias Sensor for Ethernet46
                '100346212', # DOM TX Power Sensor for Ethernet46
                '100346213', # DOM RX Power Sensor for Ethernet46
                '100347201', # DOM Temperature Sensor for Ethernet47
                '100347202', # DOM Voltage Sensor for Ethernet47
                '100347211', # DOM TX Bias Sensor for Ethernet47
                '100347212', # DOM TX Power Sensor for Ethernet47
                '100347213', # DOM RX Power Sensor for Ethernet47
                '100348201', # DOM Temperature Sensor for Ethernet48
                '100348202', # DOM Voltage Sensor for Ethernet48
                '100348211', # DOM TX Bias Sensor for Ethernet48
                '100348212', # DOM TX Power Sensor for Ethernet48
                '100348213', # DOM RX Power Sensor for Ethernet48
                '100349201', # DOM Temperature Sensor for Ethernet49
                '100349202', # DOM Voltage Sensor for Ethernet49
                '100349211', # DOM TX Bias Sensor for Ethernet49/1
                '100349212', # DOM TX Power Sensor for Ethernet49/1
                '100349213', # DOM RX Power Sensor for Ethernet49/1
                '100349221', # DOM TX Bias Sensor for Ethernet49/2
                '100349222', # DOM TX Power Sensor for Ethernet49/2
                '100349223', # DOM RX Power Sensor for Ethernet49/2
                '100349231', # DOM TX Bias Sensor for Ethernet49/3
                '100349232', # DOM TX Power Sensor for Ethernet49/3
                '100349233', # DOM RX Power Sensor for Ethernet49/3
                '100349241', # DOM TX Bias Sensor for Ethernet49/4
                '100349242', # DOM TX Power Sensor for Ethernet49/4
                '100349243', # DOM RX Power Sensor for Ethernet49/4
                '100350201', # DOM Temperature Sensor for Ethernet50
                '100350202', # DOM Voltage Sensor for Ethernet50
                '100350211', # DOM TX Bias Sensor for Ethernet50/1
                '100350212', # DOM TX Power Sensor for Ethernet50/1
                '100350213', # DOM RX Power Sensor for Ethernet50/1
                '100350221', # DOM TX Bias Sensor for Ethernet50/2
                '100350222', # DOM TX Power Sensor for Ethernet50/2
                '100350223', # DOM RX Power Sensor for Ethernet50/2
                '100350231', # DOM TX Bias Sensor for Ethernet50/3
                '100350232', # DOM TX Power Sensor for Ethernet50/3
                '100350233', # DOM RX Power Sensor for Ethernet50/3
                '100350241', # DOM TX Bias Sensor for Ethernet50/4
                '100350242', # DOM TX Power Sensor for Ethernet50/4
                '100350243', # DOM RX Power Sensor for Ethernet50/4
            ],
        ),
)

I still can’t find the needed dom values. Maybe one of you can help :slight_smile:

BR

Hi @kano

This is a SNMP Table 1.3.6.1.2.1.47.1.1.1.1.2.XXX is the Description of the Interface, 1.3.6.1.2.1.47.1.1.1.1.3.XXX is the corresponding VendorType. SNMP Tables function in a <TABLEOID>.<COLUMN>.<ROW> mode. The list you are getting ist just the Description column.

https://oidref.com/1.3.6.1.2.1.47.1.1.1.1

An snmp walk on 1.3.6.1.2.1.47.1.1.1.1 should give you the full table. However I am not sure the needed values are in this table. If not you need to look for the data in a different table maybe.

Regards Marius

Hey @Jiuka , thanks for helping :slight_smile:
I am pretty new to this topic and not quite sure what exactly you meaning.
In my initial post, I added a part of the snmpwalk. I thought .1.3.6.1.2.1.47.1.1.1.1.2 is like my prefix or something and I need the last part from this number .1.3.6.1.2.1.47.1.1.1.1.2.100315201 to get for example the “DOM Voltage …” or what ever :confused: I am a bit confused

I did a snmwalk on cmk -v --snmpwalk --oid .1.3.6.1.2.1.47.1.1.1.1.2 **hostname** I hope this helps

.1.3.6.1.2.1.47.1.1.1.1.2.1 48 SFP+ +4 QSFP 10Gb 1RU
.1.3.6.1.2.1.47.1.1.1.1.2.100004002 Scd Chip 2
.1.3.6.1.2.1.47.1.1.1.1.2.100006001 Cpu temp sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100006002 Rear temp sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100006003 Board temp sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100006004 Front-panel temp sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100006005 Trident Bottom Right Outer
.1.3.6.1.2.1.47.1.1.1.1.2.100006006 Trident Bottom Left Outer
.1.3.6.1.2.1.47.1.1.1.1.2.100006007 Trident Top Left Outer
.1.3.6.1.2.1.47.1.1.1.1.2.100006008 Trident Top Right Outer
.1.3.6.1.2.1.47.1.1.1.1.2.100006009 Trident Bottom Right Inner
.1.3.6.1.2.1.47.1.1.1.1.2.100006010 Trident Bottom Left Inner
.1.3.6.1.2.1.47.1.1.1.1.2.100006011 Trident Top Left Inner
.1.3.6.1.2.1.47.1.1.1.1.2.100006012 Trident Top Right Inner
.1.3.6.1.2.1.47.1.1.1.1.2.100006013 CpucardPwrCon Rail1 12V standby
.1.3.6.1.2.1.47.1.1.1.1.2.100006014 CpucardPwrCon Rail2 This rail isn't monitored
.1.3.6.1.2.1.47.1.1.1.1.2.100006015 CpucardPwrCon Rail3 5V
.1.3.6.1.2.1.47.1.1.1.1.2.100006016 CpucardPwrCon Rail4 3.3V
.1.3.6.1.2.1.47.1.1.1.1.2.100006017 CpucardPwrCon Rail5 2.5V
.1.3.6.1.2.1.47.1.1.1.1.2.100006018 CpucardPwrCon Rail6 1.8V
.1.3.6.1.2.1.47.1.1.1.1.2.100006019 CpucardPwrCon Rail7 1.5V
.1.3.6.1.2.1.47.1.1.1.1.2.100006020 CpucardPwrCon Rail8 1.1V
.1.3.6.1.2.1.47.1.1.1.1.2.100006021 CpucardPwrCon Rail9 0.9V
.1.3.6.1.2.1.47.1.1.1.1.2.100006022 CpucardPwrCon Rail10 0.75V
.1.3.6.1.2.1.47.1.1.1.1.2.100006023 SwitchcardPwrCon Rail1 12V rail
.1.3.6.1.2.1.47.1.1.1.1.2.100006024 SwitchcardPwrCon Rail2 3.3V standby
.1.3.6.1.2.1.47.1.1.1.1.2.100006025 SwitchcardPwrCon Rail3 3.3V
.1.3.6.1.2.1.47.1.1.1.1.2.100006026 SwitchcardPwrCon Rail4 1.2V
.1.3.6.1.2.1.47.1.1.1.1.2.100006027 SwitchcardPwrCon Rail5 1V Trident core
.1.3.6.1.2.1.47.1.1.1.1.2.100006028 SwitchcardPwrCon Rail6 1.025V Trident analog
.1.3.6.1.2.1.47.1.1.1.1.2.100006029 SwitchcardPwrCon Rail7 PSOK
.1.3.6.1.2.1.47.1.1.1.1.2.100006030 SwitchcardPwrCon Rail8 5V standby monitor
.1.3.6.1.2.1.47.1.1.1.1.2.100015001 Ucd Chip 11001
.1.3.6.1.2.1.47.1.1.1.1.2.100015002 Ucd Chip 11002
.1.3.6.1.2.1.47.1.1.1.1.2.100100001 Ethernet1
.1.3.6.1.2.1.47.1.1.1.1.2.100100002 Ethernet2
.1.3.6.1.2.1.47.1.1.1.1.2.100100003 Ethernet3
.1.3.6.1.2.1.47.1.1.1.1.2.100100004 Ethernet4
.1.3.6.1.2.1.47.1.1.1.1.2.100100005 Ethernet5
.1.3.6.1.2.1.47.1.1.1.1.2.100100006 Ethernet6
.1.3.6.1.2.1.47.1.1.1.1.2.100100007 Ethernet7
.1.3.6.1.2.1.47.1.1.1.1.2.100100008 Ethernet8
.1.3.6.1.2.1.47.1.1.1.1.2.100100009 Ethernet9
.1.3.6.1.2.1.47.1.1.1.1.2.100100010 Ethernet10
.1.3.6.1.2.1.47.1.1.1.1.2.100100011 Ethernet11
.1.3.6.1.2.1.47.1.1.1.1.2.100100012 Ethernet12
.1.3.6.1.2.1.47.1.1.1.1.2.100100013 Ethernet13
.1.3.6.1.2.1.47.1.1.1.1.2.100100014 Ethernet14
.1.3.6.1.2.1.47.1.1.1.1.2.100100015 Ethernet15
.1.3.6.1.2.1.47.1.1.1.1.2.100100016 Ethernet16
.1.3.6.1.2.1.47.1.1.1.1.2.100100017 Ethernet17
.1.3.6.1.2.1.47.1.1.1.1.2.100100018 Ethernet18
.1.3.6.1.2.1.47.1.1.1.1.2.100100019 Ethernet19
.1.3.6.1.2.1.47.1.1.1.1.2.100100020 Ethernet20
.1.3.6.1.2.1.47.1.1.1.1.2.100100021 Ethernet21
.1.3.6.1.2.1.47.1.1.1.1.2.100100022 Ethernet22
.1.3.6.1.2.1.47.1.1.1.1.2.100100023 Ethernet23
.1.3.6.1.2.1.47.1.1.1.1.2.100100024 Ethernet24
.1.3.6.1.2.1.47.1.1.1.1.2.100100025 Ethernet25
.1.3.6.1.2.1.47.1.1.1.1.2.100100026 Ethernet26
.1.3.6.1.2.1.47.1.1.1.1.2.100100027 Ethernet27
.1.3.6.1.2.1.47.1.1.1.1.2.100100028 Ethernet28
.1.3.6.1.2.1.47.1.1.1.1.2.100100029 Ethernet29
.1.3.6.1.2.1.47.1.1.1.1.2.100100030 Ethernet30
.1.3.6.1.2.1.47.1.1.1.1.2.100100031 Ethernet31
.1.3.6.1.2.1.47.1.1.1.1.2.100100032 Ethernet32
.1.3.6.1.2.1.47.1.1.1.1.2.100100033 Ethernet33
.1.3.6.1.2.1.47.1.1.1.1.2.100100034 Ethernet34
.1.3.6.1.2.1.47.1.1.1.1.2.100100035 Ethernet35
.1.3.6.1.2.1.47.1.1.1.1.2.100100036 Ethernet36
.1.3.6.1.2.1.47.1.1.1.1.2.100100037 Ethernet37
.1.3.6.1.2.1.47.1.1.1.1.2.100100038 Ethernet38
.1.3.6.1.2.1.47.1.1.1.1.2.100100039 Ethernet39
.1.3.6.1.2.1.47.1.1.1.1.2.100100040 Ethernet40
.1.3.6.1.2.1.47.1.1.1.1.2.100100041 Ethernet41
.1.3.6.1.2.1.47.1.1.1.1.2.100100042 Ethernet42
.1.3.6.1.2.1.47.1.1.1.1.2.100100043 Ethernet43
.1.3.6.1.2.1.47.1.1.1.1.2.100100044 Ethernet44
.1.3.6.1.2.1.47.1.1.1.1.2.100100045 Ethernet45
.1.3.6.1.2.1.47.1.1.1.1.2.100100046 Ethernet46
.1.3.6.1.2.1.47.1.1.1.1.2.100100047 Ethernet47
.1.3.6.1.2.1.47.1.1.1.1.2.100100048 Ethernet48
.1.3.6.1.2.1.47.1.1.1.1.2.100100049 Ethernet49/1
.1.3.6.1.2.1.47.1.1.1.1.2.100100050 Ethernet49/2
.1.3.6.1.2.1.47.1.1.1.1.2.100100051 Ethernet49/3
.1.3.6.1.2.1.47.1.1.1.1.2.100100052 Ethernet49/4
.1.3.6.1.2.1.47.1.1.1.1.2.100100053 Ethernet50/1
.1.3.6.1.2.1.47.1.1.1.1.2.100100054 Ethernet50/2
.1.3.6.1.2.1.47.1.1.1.1.2.100100055 Ethernet50/3
.1.3.6.1.2.1.47.1.1.1.1.2.100100056 Ethernet50/4
.1.3.6.1.2.1.47.1.1.1.1.2.100100057 Ethernet51/1
.1.3.6.1.2.1.47.1.1.1.1.2.100100058 Ethernet51/2
.1.3.6.1.2.1.47.1.1.1.1.2.100100059 Ethernet51/3
.1.3.6.1.2.1.47.1.1.1.1.2.100100060 Ethernet51/4
.1.3.6.1.2.1.47.1.1.1.1.2.100100061 Ethernet52/1
.1.3.6.1.2.1.47.1.1.1.1.2.100100062 Ethernet52/2
.1.3.6.1.2.1.47.1.1.1.1.2.100100063 Ethernet52/3
.1.3.6.1.2.1.47.1.1.1.1.2.100100064 Ethernet52/4
.1.3.6.1.2.1.47.1.1.1.1.2.100110065 Management1
.1.3.6.1.2.1.47.1.1.1.1.2.100301000 Xcvr Slot 1
.1.3.6.1.2.1.47.1.1.1.1.2.100302000 Xcvr Slot 2
.1.3.6.1.2.1.47.1.1.1.1.2.100303000 Xcvr Slot 3
.1.3.6.1.2.1.47.1.1.1.1.2.100304000 Xcvr Slot 4
.1.3.6.1.2.1.47.1.1.1.1.2.100305000 Xcvr Slot 5
.1.3.6.1.2.1.47.1.1.1.1.2.100305100 Xcvr for Ethernet5
.1.3.6.1.2.1.47.1.1.1.1.2.100305201 DOM Temperature Sensor for Ethernet5
.1.3.6.1.2.1.47.1.1.1.1.2.100305202 DOM Voltage Sensor for Ethernet5
.1.3.6.1.2.1.47.1.1.1.1.2.100305210 Lane 0 for Xcvr for Ethernet5
.1.3.6.1.2.1.47.1.1.1.1.2.100305211 DOM TX Bias Sensor for Ethernet5
.1.3.6.1.2.1.47.1.1.1.1.2.100305212 DOM TX Power Sensor for Ethernet5
.1.3.6.1.2.1.47.1.1.1.1.2.100305213 DOM RX Power Sensor for Ethernet5
.1.3.6.1.2.1.47.1.1.1.1.2.100306000 Xcvr Slot 6
.1.3.6.1.2.1.47.1.1.1.1.2.100306100 Xcvr for Ethernet6
.1.3.6.1.2.1.47.1.1.1.1.2.100307000 Xcvr Slot 7
.1.3.6.1.2.1.47.1.1.1.1.2.100308000 Xcvr Slot 8
.1.3.6.1.2.1.47.1.1.1.1.2.100309000 Xcvr Slot 9
.1.3.6.1.2.1.47.1.1.1.1.2.100310000 Xcvr Slot 10
.1.3.6.1.2.1.47.1.1.1.1.2.100311000 Xcvr Slot 11
.1.3.6.1.2.1.47.1.1.1.1.2.100312000 Xcvr Slot 12
.1.3.6.1.2.1.47.1.1.1.1.2.100313000 Xcvr Slot 13
.1.3.6.1.2.1.47.1.1.1.1.2.100314000 Xcvr Slot 14
.1.3.6.1.2.1.47.1.1.1.1.2.100315000 Xcvr Slot 15
.1.3.6.1.2.1.47.1.1.1.1.2.100315100 Xcvr for Ethernet15
.1.3.6.1.2.1.47.1.1.1.1.2.100315201 DOM Temperature Sensor for Ethernet15
.1.3.6.1.2.1.47.1.1.1.1.2.100315202 DOM Voltage Sensor for Ethernet15
.1.3.6.1.2.1.47.1.1.1.1.2.100315210 Lane 0 for Xcvr for Ethernet15
.1.3.6.1.2.1.47.1.1.1.1.2.100315211 DOM TX Bias Sensor for Ethernet15
.1.3.6.1.2.1.47.1.1.1.1.2.100315212 DOM TX Power Sensor for Ethernet15
.1.3.6.1.2.1.47.1.1.1.1.2.100315213 DOM RX Power Sensor for Ethernet15
.1.3.6.1.2.1.47.1.1.1.1.2.100316000 Xcvr Slot 16
.1.3.6.1.2.1.47.1.1.1.1.2.100317000 Xcvr Slot 17
.1.3.6.1.2.1.47.1.1.1.1.2.100318000 Xcvr Slot 18
.1.3.6.1.2.1.47.1.1.1.1.2.100319000 Xcvr Slot 19
.1.3.6.1.2.1.47.1.1.1.1.2.100320000 Xcvr Slot 20
.1.3.6.1.2.1.47.1.1.1.1.2.100321000 Xcvr Slot 21
.1.3.6.1.2.1.47.1.1.1.1.2.100322000 Xcvr Slot 22
.1.3.6.1.2.1.47.1.1.1.1.2.100323000 Xcvr Slot 23
.1.3.6.1.2.1.47.1.1.1.1.2.100324000 Xcvr Slot 24
.1.3.6.1.2.1.47.1.1.1.1.2.100325000 Xcvr Slot 25
.1.3.6.1.2.1.47.1.1.1.1.2.100325100 Xcvr for Ethernet25
.1.3.6.1.2.1.47.1.1.1.1.2.100325201 DOM Temperature Sensor for Ethernet25
.1.3.6.1.2.1.47.1.1.1.1.2.100325202 DOM Voltage Sensor for Ethernet25
.1.3.6.1.2.1.47.1.1.1.1.2.100325210 Lane 0 for Xcvr for Ethernet25
.1.3.6.1.2.1.47.1.1.1.1.2.100325211 DOM TX Bias Sensor for Ethernet25
.1.3.6.1.2.1.47.1.1.1.1.2.100325212 DOM TX Power Sensor for Ethernet25
.1.3.6.1.2.1.47.1.1.1.1.2.100325213 DOM RX Power Sensor for Ethernet25
.1.3.6.1.2.1.47.1.1.1.1.2.100326000 Xcvr Slot 26
.1.3.6.1.2.1.47.1.1.1.1.2.100327000 Xcvr Slot 27
.1.3.6.1.2.1.47.1.1.1.1.2.100327100 Xcvr for Ethernet27
.1.3.6.1.2.1.47.1.1.1.1.2.100328000 Xcvr Slot 28
.1.3.6.1.2.1.47.1.1.1.1.2.100329000 Xcvr Slot 29
.1.3.6.1.2.1.47.1.1.1.1.2.100329100 Xcvr for Ethernet29
.1.3.6.1.2.1.47.1.1.1.1.2.100329201 DOM Temperature Sensor for Ethernet29
.1.3.6.1.2.1.47.1.1.1.1.2.100329202 DOM Voltage Sensor for Ethernet29
.1.3.6.1.2.1.47.1.1.1.1.2.100329210 Lane 0 for Xcvr for Ethernet29
.1.3.6.1.2.1.47.1.1.1.1.2.100329211 DOM TX Bias Sensor for Ethernet29
.1.3.6.1.2.1.47.1.1.1.1.2.100329212 DOM TX Power Sensor for Ethernet29
.1.3.6.1.2.1.47.1.1.1.1.2.100329213 DOM RX Power Sensor for Ethernet29
.1.3.6.1.2.1.47.1.1.1.1.2.100330000 Xcvr Slot 30
.1.3.6.1.2.1.47.1.1.1.1.2.100330100 Xcvr for Ethernet30
.1.3.6.1.2.1.47.1.1.1.1.2.100330201 DOM Temperature Sensor for Ethernet30
.1.3.6.1.2.1.47.1.1.1.1.2.100330202 DOM Voltage Sensor for Ethernet30
.1.3.6.1.2.1.47.1.1.1.1.2.100330210 Lane 0 for Xcvr for Ethernet30
.1.3.6.1.2.1.47.1.1.1.1.2.100330211 DOM TX Bias Sensor for Ethernet30
.1.3.6.1.2.1.47.1.1.1.1.2.100330212 DOM TX Power Sensor for Ethernet30
.1.3.6.1.2.1.47.1.1.1.1.2.100330213 DOM RX Power Sensor for Ethernet30
.1.3.6.1.2.1.47.1.1.1.1.2.100331000 Xcvr Slot 31
.1.3.6.1.2.1.47.1.1.1.1.2.100332000 Xcvr Slot 32
.1.3.6.1.2.1.47.1.1.1.1.2.100333000 Xcvr Slot 33
.1.3.6.1.2.1.47.1.1.1.1.2.100334000 Xcvr Slot 34
.1.3.6.1.2.1.47.1.1.1.1.2.100335000 Xcvr Slot 35
.1.3.6.1.2.1.47.1.1.1.1.2.100336000 Xcvr Slot 36
.1.3.6.1.2.1.47.1.1.1.1.2.100337000 Xcvr Slot 37
.1.3.6.1.2.1.47.1.1.1.1.2.100337100 Xcvr for Ethernet37
.1.3.6.1.2.1.47.1.1.1.1.2.100337201 DOM Temperature Sensor for Ethernet37
.1.3.6.1.2.1.47.1.1.1.1.2.100337202 DOM Voltage Sensor for Ethernet37
.1.3.6.1.2.1.47.1.1.1.1.2.100337210 Lane 0 for Xcvr for Ethernet37
.1.3.6.1.2.1.47.1.1.1.1.2.100337211 DOM TX Bias Sensor for Ethernet37
.1.3.6.1.2.1.47.1.1.1.1.2.100337212 DOM TX Power Sensor for Ethernet37
.1.3.6.1.2.1.47.1.1.1.1.2.100337213 DOM RX Power Sensor for Ethernet37
.1.3.6.1.2.1.47.1.1.1.1.2.100338000 Xcvr Slot 38
.1.3.6.1.2.1.47.1.1.1.1.2.100339000 Xcvr Slot 39
.1.3.6.1.2.1.47.1.1.1.1.2.100339100 Xcvr for Ethernet39
.1.3.6.1.2.1.47.1.1.1.1.2.100339201 DOM Temperature Sensor for Ethernet39
.1.3.6.1.2.1.47.1.1.1.1.2.100339202 DOM Voltage Sensor for Ethernet39
.1.3.6.1.2.1.47.1.1.1.1.2.100339210 Lane 0 for Xcvr for Ethernet39
.1.3.6.1.2.1.47.1.1.1.1.2.100339211 DOM TX Bias Sensor for Ethernet39
.1.3.6.1.2.1.47.1.1.1.1.2.100339212 DOM TX Power Sensor for Ethernet39
.1.3.6.1.2.1.47.1.1.1.1.2.100339213 DOM RX Power Sensor for Ethernet39
.1.3.6.1.2.1.47.1.1.1.1.2.100340000 Xcvr Slot 40
.1.3.6.1.2.1.47.1.1.1.1.2.100341000 Xcvr Slot 41
.1.3.6.1.2.1.47.1.1.1.1.2.100341100 Xcvr for Ethernet41
.1.3.6.1.2.1.47.1.1.1.1.2.100341201 DOM Temperature Sensor for Ethernet41
.1.3.6.1.2.1.47.1.1.1.1.2.100341202 DOM Voltage Sensor for Ethernet41
.1.3.6.1.2.1.47.1.1.1.1.2.100341210 Lane 0 for Xcvr for Ethernet41
.1.3.6.1.2.1.47.1.1.1.1.2.100341211 DOM TX Bias Sensor for Ethernet41
.1.3.6.1.2.1.47.1.1.1.1.2.100341212 DOM TX Power Sensor for Ethernet41
.1.3.6.1.2.1.47.1.1.1.1.2.100341213 DOM RX Power Sensor for Ethernet41
.1.3.6.1.2.1.47.1.1.1.1.2.100342000 Xcvr Slot 42
.1.3.6.1.2.1.47.1.1.1.1.2.100342100 Xcvr for Ethernet42
.1.3.6.1.2.1.47.1.1.1.1.2.100342201 DOM Temperature Sensor for Ethernet42
.1.3.6.1.2.1.47.1.1.1.1.2.100342202 DOM Voltage Sensor for Ethernet42
.1.3.6.1.2.1.47.1.1.1.1.2.100342210 Lane 0 for Xcvr for Ethernet42
.1.3.6.1.2.1.47.1.1.1.1.2.100342211 DOM TX Bias Sensor for Ethernet42
.1.3.6.1.2.1.47.1.1.1.1.2.100342212 DOM TX Power Sensor for Ethernet42
.1.3.6.1.2.1.47.1.1.1.1.2.100342213 DOM RX Power Sensor for Ethernet42
.1.3.6.1.2.1.47.1.1.1.1.2.100343000 Xcvr Slot 43
.1.3.6.1.2.1.47.1.1.1.1.2.100343100 Xcvr for Ethernet43
.1.3.6.1.2.1.47.1.1.1.1.2.100343201 DOM Temperature Sensor for Ethernet43
.1.3.6.1.2.1.47.1.1.1.1.2.100343202 DOM Voltage Sensor for Ethernet43
.1.3.6.1.2.1.47.1.1.1.1.2.100343210 Lane 0 for Xcvr for Ethernet43
.1.3.6.1.2.1.47.1.1.1.1.2.100343211 DOM TX Bias Sensor for Ethernet43
.1.3.6.1.2.1.47.1.1.1.1.2.100343212 DOM TX Power Sensor for Ethernet43
.1.3.6.1.2.1.47.1.1.1.1.2.100343213 DOM RX Power Sensor for Ethernet43
.1.3.6.1.2.1.47.1.1.1.1.2.100344000 Xcvr Slot 44
.1.3.6.1.2.1.47.1.1.1.1.2.100344100 Xcvr for Ethernet44
.1.3.6.1.2.1.47.1.1.1.1.2.100344201 DOM Temperature Sensor for Ethernet44
.1.3.6.1.2.1.47.1.1.1.1.2.100344202 DOM Voltage Sensor for Ethernet44
.1.3.6.1.2.1.47.1.1.1.1.2.100344210 Lane 0 for Xcvr for Ethernet44
.1.3.6.1.2.1.47.1.1.1.1.2.100344211 DOM TX Bias Sensor for Ethernet44
.1.3.6.1.2.1.47.1.1.1.1.2.100344212 DOM TX Power Sensor for Ethernet44
.1.3.6.1.2.1.47.1.1.1.1.2.100344213 DOM RX Power Sensor for Ethernet44
.1.3.6.1.2.1.47.1.1.1.1.2.100345000 Xcvr Slot 45
.1.3.6.1.2.1.47.1.1.1.1.2.100345100 Xcvr for Ethernet45
.1.3.6.1.2.1.47.1.1.1.1.2.100345201 DOM Temperature Sensor for Ethernet45
.1.3.6.1.2.1.47.1.1.1.1.2.100345202 DOM Voltage Sensor for Ethernet45
.1.3.6.1.2.1.47.1.1.1.1.2.100345210 Lane 0 for Xcvr for Ethernet45
.1.3.6.1.2.1.47.1.1.1.1.2.100345211 DOM TX Bias Sensor for Ethernet45
.1.3.6.1.2.1.47.1.1.1.1.2.100345212 DOM TX Power Sensor for Ethernet45
.1.3.6.1.2.1.47.1.1.1.1.2.100345213 DOM RX Power Sensor for Ethernet45
.1.3.6.1.2.1.47.1.1.1.1.2.100346000 Xcvr Slot 46
.1.3.6.1.2.1.47.1.1.1.1.2.100346100 Xcvr for Ethernet46
.1.3.6.1.2.1.47.1.1.1.1.2.100346201 DOM Temperature Sensor for Ethernet46
.1.3.6.1.2.1.47.1.1.1.1.2.100346202 DOM Voltage Sensor for Ethernet46
.1.3.6.1.2.1.47.1.1.1.1.2.100346210 Lane 0 for Xcvr for Ethernet46
.1.3.6.1.2.1.47.1.1.1.1.2.100346211 DOM TX Bias Sensor for Ethernet46
.1.3.6.1.2.1.47.1.1.1.1.2.100346212 DOM TX Power Sensor for Ethernet46
.1.3.6.1.2.1.47.1.1.1.1.2.100346213 DOM RX Power Sensor for Ethernet46
.1.3.6.1.2.1.47.1.1.1.1.2.100347000 Xcvr Slot 47
.1.3.6.1.2.1.47.1.1.1.1.2.100347100 Xcvr for Ethernet47
.1.3.6.1.2.1.47.1.1.1.1.2.100347201 DOM Temperature Sensor for Ethernet47
.1.3.6.1.2.1.47.1.1.1.1.2.100347202 DOM Voltage Sensor for Ethernet47
.1.3.6.1.2.1.47.1.1.1.1.2.100347210 Lane 0 for Xcvr for Ethernet47
.1.3.6.1.2.1.47.1.1.1.1.2.100347211 DOM TX Bias Sensor for Ethernet47
.1.3.6.1.2.1.47.1.1.1.1.2.100347212 DOM TX Power Sensor for Ethernet47
.1.3.6.1.2.1.47.1.1.1.1.2.100347213 DOM RX Power Sensor for Ethernet47
.1.3.6.1.2.1.47.1.1.1.1.2.100348000 Xcvr Slot 48
.1.3.6.1.2.1.47.1.1.1.1.2.100348100 Xcvr for Ethernet48
.1.3.6.1.2.1.47.1.1.1.1.2.100348201 DOM Temperature Sensor for Ethernet48
.1.3.6.1.2.1.47.1.1.1.1.2.100348202 DOM Voltage Sensor for Ethernet48
.1.3.6.1.2.1.47.1.1.1.1.2.100348210 Lane 0 for Xcvr for Ethernet48
.1.3.6.1.2.1.47.1.1.1.1.2.100348211 DOM TX Bias Sensor for Ethernet48
.1.3.6.1.2.1.47.1.1.1.1.2.100348212 DOM TX Power Sensor for Ethernet48
.1.3.6.1.2.1.47.1.1.1.1.2.100348213 DOM RX Power Sensor for Ethernet48
.1.3.6.1.2.1.47.1.1.1.1.2.100349000 Xcvr Slot 49
.1.3.6.1.2.1.47.1.1.1.1.2.100349100 Xcvr for Ethernet49
.1.3.6.1.2.1.47.1.1.1.1.2.100349201 DOM Temperature Sensor for Ethernet49
.1.3.6.1.2.1.47.1.1.1.1.2.100349202 DOM Voltage Sensor for Ethernet49
.1.3.6.1.2.1.47.1.1.1.1.2.100349210 Lane 0 for Xcvr for Ethernet49
.1.3.6.1.2.1.47.1.1.1.1.2.100349211 DOM TX Bias Sensor for Ethernet49/1
.1.3.6.1.2.1.47.1.1.1.1.2.100349212 DOM TX Power Sensor for Ethernet49/1
.1.3.6.1.2.1.47.1.1.1.1.2.100349213 DOM RX Power Sensor for Ethernet49/1
.1.3.6.1.2.1.47.1.1.1.1.2.100349220 Lane 1 for Xcvr for Ethernet49
.1.3.6.1.2.1.47.1.1.1.1.2.100349221 DOM TX Bias Sensor for Ethernet49/2
.1.3.6.1.2.1.47.1.1.1.1.2.100349222 DOM TX Power Sensor for Ethernet49/2
.1.3.6.1.2.1.47.1.1.1.1.2.100349223 DOM RX Power Sensor for Ethernet49/2
.1.3.6.1.2.1.47.1.1.1.1.2.100349230 Lane 2 for Xcvr for Ethernet49
.1.3.6.1.2.1.47.1.1.1.1.2.100349231 DOM TX Bias Sensor for Ethernet49/3
.1.3.6.1.2.1.47.1.1.1.1.2.100349232 DOM TX Power Sensor for Ethernet49/3
.1.3.6.1.2.1.47.1.1.1.1.2.100349233 DOM RX Power Sensor for Ethernet49/3
.1.3.6.1.2.1.47.1.1.1.1.2.100349240 Lane 3 for Xcvr for Ethernet49
.1.3.6.1.2.1.47.1.1.1.1.2.100349241 DOM TX Bias Sensor for Ethernet49/4
.1.3.6.1.2.1.47.1.1.1.1.2.100349242 DOM TX Power Sensor for Ethernet49/4
.1.3.6.1.2.1.47.1.1.1.1.2.100349243 DOM RX Power Sensor for Ethernet49/4
.1.3.6.1.2.1.47.1.1.1.1.2.100350000 Xcvr Slot 50
.1.3.6.1.2.1.47.1.1.1.1.2.100350100 Xcvr for Ethernet50
.1.3.6.1.2.1.47.1.1.1.1.2.100350201 DOM Temperature Sensor for Ethernet50
.1.3.6.1.2.1.47.1.1.1.1.2.100350202 DOM Voltage Sensor for Ethernet50
.1.3.6.1.2.1.47.1.1.1.1.2.100350210 Lane 0 for Xcvr for Ethernet50
.1.3.6.1.2.1.47.1.1.1.1.2.100350211 DOM TX Bias Sensor for Ethernet50/1
.1.3.6.1.2.1.47.1.1.1.1.2.100350212 DOM TX Power Sensor for Ethernet50/1
.1.3.6.1.2.1.47.1.1.1.1.2.100350213 DOM RX Power Sensor for Ethernet50/1
.1.3.6.1.2.1.47.1.1.1.1.2.100350220 Lane 1 for Xcvr for Ethernet50
.1.3.6.1.2.1.47.1.1.1.1.2.100350221 DOM TX Bias Sensor for Ethernet50/2
.1.3.6.1.2.1.47.1.1.1.1.2.100350222 DOM TX Power Sensor for Ethernet50/2
.1.3.6.1.2.1.47.1.1.1.1.2.100350223 DOM RX Power Sensor for Ethernet50/2
.1.3.6.1.2.1.47.1.1.1.1.2.100350230 Lane 2 for Xcvr for Ethernet50
.1.3.6.1.2.1.47.1.1.1.1.2.100350231 DOM TX Bias Sensor for Ethernet50/3
.1.3.6.1.2.1.47.1.1.1.1.2.100350232 DOM TX Power Sensor for Ethernet50/3
.1.3.6.1.2.1.47.1.1.1.1.2.100350233 DOM RX Power Sensor for Ethernet50/3
.1.3.6.1.2.1.47.1.1.1.1.2.100350240 Lane 3 for Xcvr for Ethernet50
.1.3.6.1.2.1.47.1.1.1.1.2.100350241 DOM TX Bias Sensor for Ethernet50/4
.1.3.6.1.2.1.47.1.1.1.1.2.100350242 DOM TX Power Sensor for Ethernet50/4
.1.3.6.1.2.1.47.1.1.1.1.2.100350243 DOM RX Power Sensor for Ethernet50/4
.1.3.6.1.2.1.47.1.1.1.1.2.100351000 Xcvr Slot 51
.1.3.6.1.2.1.47.1.1.1.1.2.100351100 Xcvr for Ethernet51
.1.3.6.1.2.1.47.1.1.1.1.2.100352000 Xcvr Slot 52
.1.3.6.1.2.1.47.1.1.1.1.2.100352100 Xcvr for Ethernet52
.1.3.6.1.2.1.47.1.1.1.1.2.100601000 Fan Tray Slot 1
.1.3.6.1.2.1.47.1.1.1.1.2.100601100 Fan Tray 1
.1.3.6.1.2.1.47.1.1.1.1.2.100601110 Fan Tray 1 Fan 1
.1.3.6.1.2.1.47.1.1.1.1.2.100601111 Fan Tray 1 Fan 1 Sensor 1
.1.3.6.1.2.1.47.1.1.1.1.2.100602000 Fan Tray Slot 2
.1.3.6.1.2.1.47.1.1.1.1.2.100602100 Fan Tray 2
.1.3.6.1.2.1.47.1.1.1.1.2.100602110 Fan Tray 2 Fan 1
.1.3.6.1.2.1.47.1.1.1.1.2.100602111 Fan Tray 2 Fan 1 Sensor 1
.1.3.6.1.2.1.47.1.1.1.1.2.100603000 Fan Tray Slot 3
.1.3.6.1.2.1.47.1.1.1.1.2.100603100 Fan Tray 3
.1.3.6.1.2.1.47.1.1.1.1.2.100603110 Fan Tray 3 Fan 1
.1.3.6.1.2.1.47.1.1.1.1.2.100603111 Fan Tray 3 Fan 1 Sensor 1
.1.3.6.1.2.1.47.1.1.1.1.2.100604000 Fan Tray Slot 4
.1.3.6.1.2.1.47.1.1.1.1.2.100604100 Fan Tray 4
.1.3.6.1.2.1.47.1.1.1.1.2.100604110 Fan Tray 4 Fan 1
.1.3.6.1.2.1.47.1.1.1.1.2.100604111 Fan Tray 4 Fan 1 Sensor 1
.1.3.6.1.2.1.47.1.1.1.1.2.100710000 Power Supply Slot 1
.1.3.6.1.2.1.47.1.1.1.1.2.100711000 PowerSupply1
.1.3.6.1.2.1.47.1.1.1.1.2.100711101 Power supply sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100711102 Input current sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100711103 Output current sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100711104 Input voltage sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100711105 Output voltage sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100711210 PowerSupply1 Fan 1
.1.3.6.1.2.1.47.1.1.1.1.2.100711211 PowerSupply1 Fan 1 Sensor 1
.1.3.6.1.2.1.47.1.1.1.1.2.100720000 Power Supply Slot 2
.1.3.6.1.2.1.47.1.1.1.1.2.100721000 PowerSupply2
.1.3.6.1.2.1.47.1.1.1.1.2.100721101 Power supply sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100721102 Input current sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100721103 Output current sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100721104 Input voltage sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100721105 Output voltage sensor
.1.3.6.1.2.1.47.1.1.1.1.2.100721210 PowerSupply2 Fan 1
.1.3.6.1.2.1.47.1.1.1.1.2.100721211 PowerSupply2 Fan 1 Sensor 1
.1.3.6.1.2.1.47.1.1.1.1.2.1100004000 Chip Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100006000 Sensor Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100140000 Port Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100300000 Xcvr Slot Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100600000 Fan Tray Slot Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100700000 Power Supply Slot Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100711100 Power Supply Sensor Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100711200 Power Supply Fan Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100721100 Power Supply Sensor Container
.1.3.6.1.2.1.47.1.1.1.1.2.1100721200 Power Supply Fan Container

Hi @kano

From the OID .1.3.6.1.2.1.47.1.1.1.1.2.100315201 the beginning .1.3.6.1.2.1.47.1.1.1.1 is the prefix for the entPhysicalEntry the Table you are looking at, the ned .2 means its a value from the entPhysicalDescr column of this table and the .100315201 is the Index of the rwo you are looking at. If you walk .1.3.6.1.2.1.47.1.1.1.1.2 You will get all rows in the entPhysicalDescr column. So basically only the names of the devices. If you walk .1.3.6.1.2.1.47.1.1.1.1 instead you will get the whole table.

In the following example the collected data would be a list of (id, description) pairs from this table.

from .agent_based_api.v1 import *

def parse_arista(string_table):
    print(string_table)
    return string_table

register.snmp_section(
        name = "arista",
        detect = startswith(".1.3.6.1.2.1.1.1.0", "Arista"),
        parse_function=parse_alcatel,
        fetch = [
            SNMPTree(
                base = '.1.3.6.1.2.1.47.1.1.1.1',
                oids = [
                    OIDEnd(),
                    '2', # entPhysicalDescr
            ],
        ),
)

Something like

[[
  ("1", "48 SFP+ +4 QSFP 10Gb 1RU"),
  ("100004002", "Scd Chip 2"),
  ("100006001", "Cpu temp sensor"),
  ....
]]

According to this article you may need to use this IDs (ex: 100315201) to then query an other table. .1.3.6.1.2.1.99.1.1.1. If you can share an snmpwalk of .1.3.6.1.2.1.99.1.1.1 I may be able to further help you with this.

Regards Marius

Hey Marius,
thanks for the help till now, I think I have a better understanding now about whats going on :slight_smile:

Here is the output from your script when I do a “full scan” in CheckMK, what do I have to do next to monitor these

[['1', '48 SFP+ +4 QSFP 10Gb 1RU'], ['100004002', 'Scd Chip 2'], ['100006001', 'Cpu temp sensor'], ['100006002', 'Rear temp sensor'], ['100006003', 'Board temp sensor'], ['100006004', 'Front-panel temp sensor'], ['100006005', 'Trident Bottom Right Outer'], ['100006006', 'Trident Bottom Left Outer'], ['100006007', 'Trident Top Left Outer'], ['100006008', 'Trident Top Right Outer'], ['100006009', 'Trident Bottom Right Inner'], ['100006010', 'Trident Bottom Left Inner'], ['100006011', 'Trident Top Left Inner'], ['100006012', 'Trident Top Right Inner'], ['100006013', 'CpucardPwrCon Rail1 12V standby'], ['100006014', "CpucardPwrCon Rail2 This rail isn't monitored"], ['100006015', 'CpucardPwrCon Rail3 5V'], ['100006016', 'CpucardPwrCon Rail4 3.3V'], ['100006017', 'CpucardPwrCon Rail5 2.5V'], ['100006018', 'CpucardPwrCon Rail6 1.8V'], ['100006019', 'CpucardPwrCon Rail7 1.5V'], ['100006020', 'CpucardPwrCon Rail8 1.1V'], ['100006021', 'CpucardPwrCon Rail9 0.9V'], ['100006022', 'CpucardPwrCon Rail10 0.75V'], ['100006023', 'SwitchcardPwrCon Rail1 12V rail'], ['100006024', 'SwitchcardPwrCon Rail2 3.3V standby'], ['100006025', 'SwitchcardPwrCon Rail3 3.3V'], ['100006026', 'SwitchcardPwrCon Rail4 1.2V'], ['100006027', 'SwitchcardPwrCon Rail5 1V Trident core'], ['100006028', 'SwitchcardPwrCon Rail6 1.025V Trident analog'], ['100006029', 'SwitchcardPwrCon Rail7 PSOK'], ['100006030', 'SwitchcardPwrCon Rail8 5V standby monitor'], ['100015001', 'Ucd Chip 11001'], ['100015002', 'Ucd Chip 11002'], ['100100001', 'Ethernet1'], ['100100002', 'Ethernet2'], ['100100003', 'Ethernet3'], ['100100004', 'Ethernet4'], ['100100005', 'Ethernet5'], ['100100006', 'Ethernet6'], ['100100007', 'Ethernet7'], ['100100008', 'Ethernet8'], ['100100009', 'Ethernet9'], ['100100010', 'Ethernet10'], ['100100011', 'Ethernet11'], ['100100012', 'Ethernet12'], ['100100013', 'Ethernet13'], ['100100014', 'Ethernet14'], ['100100015', 'Ethernet15'], ['100100016', 'Ethernet16'], ['100100017', 'Ethernet17'], ['100100018', 'Ethernet18'], ['100100019', 'Ethernet19'], ['100100020', 'Ethernet20'], ['100100021', 'Ethernet21'], ['100100022', 'Ethernet22'], ['100100023', 'Ethernet23'], ['100100024', 'Ethernet24'], ['100100025', 'Ethernet25'], ['100100026', 'Ethernet26'], ['100100027', 'Ethernet27'], ['100100028', 'Ethernet28'], ['100100029', 'Ethernet29'], ['100100030', 'Ethernet30'], ['100100031', 'Ethernet31'], ['100100032', 'Ethernet32'], ['100100033', 'Ethernet33'], ['100100034', 'Ethernet34'], ['100100035', 'Ethernet35'], ['100100036', 'Ethernet36'], ['100100037', 'Ethernet37'], ['100100038', 'Ethernet38'], ['100100039', 'Ethernet39'], ['100100040', 'Ethernet40'], ['100100041', 'Ethernet41'], ['100100042', 'Ethernet42'], ['100100043', 'Ethernet43'], ['100100044', 'Ethernet44'], ['100100045', 'Ethernet45'], ['100100046', 'Ethernet46'], ['100100047', 'Ethernet47'], ['100100048', 'Ethernet48'], ['100100049', 'Ethernet49/1'], ['100100050', 'Ethernet49/2'], ['100100051', 'Ethernet49/3'], ['100100052', 'Ethernet49/4'], ['100100053', 'Ethernet50/1'], ['100100054', 'Ethernet50/2'], ['100100055', 'Ethernet50/3'], ['100100056', 'Ethernet50/4'], ['100100057', 'Ethernet51/1'], ['100100058', 'Ethernet51/2'], ['100100059', 'Ethernet51/3'], ['100100060', 'Ethernet51/4'], ['100100061', 'Ethernet52/1'], ['100100062', 'Ethernet52/2'], ['100100063', 'Ethernet52/3'], ['100100064', 'Ethernet52/4'], ['100110065', 'Management1'], ['100301000', 'Xcvr Slot 1'], ['100302000', 'Xcvr Slot 2'], ['100303000', 'Xcvr Slot 3'], ['100304000', 'Xcvr Slot 4'], ['100305000', 'Xcvr Slot 5'], ['100305100', 'Xcvr for Ethernet5'], ['100305201', 'DOM Temperature Sensor for Ethernet5'], ['100305202', 'DOM Voltage Sensor for Ethernet5'], ['100305210', 'Lane 0 for Xcvr for Ethernet5'], ['100305211', 'DOM TX Bias Sensor for Ethernet5'], ['100305212', 'DOM TX Power Sensor for Ethernet5'], ['100305213', 'DOM RX Power Sensor for Ethernet5'], ['100306000', 'Xcvr Slot 6'], ['100306100', 'Xcvr for Ethernet6'], ['100307000', 'Xcvr Slot 7'], ['100308000', 'Xcvr Slot 8'], ['100309000', 'Xcvr Slot 9'], ['100310000', 'Xcvr Slot 10'], ['100311000', 'Xcvr Slot 11'], ['100312000', 'Xcvr Slot 12'], ['100313000', 'Xcvr Slot 13'], ['100314000', 'Xcvr Slot 14'], ['100315000', 'Xcvr Slot 15'], ['100315100', 'Xcvr for Ethernet15'], ['100315201', 'DOM Temperature Sensor for Ethernet15'], ['100315202', 'DOM Voltage Sensor for Ethernet15'], ['100315210', 'Lane 0 for Xcvr for Ethernet15'], ['100315211', 'DOM TX Bias Sensor for Ethernet15'], ['100315212', 'DOM TX Power Sensor for Ethernet15'], ['100315213', 'DOM RX Power Sensor for Ethernet15'], ['100316000', 'Xcvr Slot 16'], ['100317000', 'Xcvr Slot 17'], ['100318000', 'Xcvr Slot 18'], ['100319000', 'Xcvr Slot 19'], ['100320000', 'Xcvr Slot 20'], ['100321000', 'Xcvr Slot 21'], ['100322000', 'Xcvr Slot 22'], ['100323000', 'Xcvr Slot 23'], ['100324000', 'Xcvr Slot 24'], ['100325000', 'Xcvr Slot 25'], ['100325100', 'Xcvr for Ethernet25'], ['100325201', 'DOM Temperature Sensor for Ethernet25'], ['100325202', 'DOM Voltage Sensor for Ethernet25'], ['100325210', 'Lane 0 for Xcvr for Ethernet25'], ['100325211', 'DOM TX Bias Sensor for Ethernet25'], ['100325212', 'DOM TX Power Sensor for Ethernet25'], ['100325213', 'DOM RX Power Sensor for Ethernet25'], ['100326000', 'Xcvr Slot 26'], ['100327000', 'Xcvr Slot 27'], ['100327100', 'Xcvr for Ethernet27'], ['100328000', 'Xcvr Slot 28'], ['100329000', 'Xcvr Slot 29'], ['100329100', 'Xcvr for Ethernet29'], ['100329201', 'DOM Temperature Sensor for Ethernet29'], ['100329202', 'DOM Voltage Sensor for Ethernet29'], ['100329210', 'Lane 0 for Xcvr for Ethernet29'], ['100329211', 'DOM TX Bias Sensor for Ethernet29'], ['100329212', 'DOM TX Power Sensor for Ethernet29'], ['100329213', 'DOM RX Power Sensor for Ethernet29'], ['100330000', 'Xcvr Slot 30'], ['100330100', 'Xcvr for Ethernet30'], ['100330201', 'DOM Temperature Sensor for Ethernet30'], ['100330202', 'DOM Voltage Sensor for Ethernet30'], ['100330210', 'Lane 0 for Xcvr for Ethernet30'], ['100330211', 'DOM TX Bias Sensor for Ethernet30'], ['100330212', 'DOM TX Power Sensor for Ethernet30'], ['100330213', 'DOM RX Power Sensor for Ethernet30'], ['100331000', 'Xcvr Slot 31'], ['100332000', 'Xcvr Slot 32'], ['100333000', 'Xcvr Slot 33'], ['100334000', 'Xcvr Slot 34'], ['100335000', 'Xcvr Slot 35'], ['100336000', 'Xcvr Slot 36'], ['100337000', 'Xcvr Slot 37'], ['100337100', 'Xcvr for Ethernet37'], ['100337201', 'DOM Temperature Sensor for Ethernet37'], ['100337202', 'DOM Voltage Sensor for Ethernet37'], ['100337210', 'Lane 0 for Xcvr for Ethernet37'], ['100337211', 'DOM TX Bias Sensor for Ethernet37'], ['100337212', 'DOM TX Power Sensor for Ethernet37'], ['100337213', 'DOM RX Power Sensor for Ethernet37'], ['100338000', 'Xcvr Slot 38'], ['100339000', 'Xcvr Slot 39'], ['100339100', 'Xcvr for Ethernet39'], ['100339201', 'DOM Temperature Sensor for Ethernet39'], ['100339202', 'DOM Voltage Sensor for Ethernet39'], ['100339210', 'Lane 0 for Xcvr for Ethernet39'], ['100339211', 'DOM TX Bias Sensor for Ethernet39'], ['100339212', 'DOM TX Power Sensor for Ethernet39'], ['100339213', 'DOM RX Power Sensor for Ethernet39'], ['100340000', 'Xcvr Slot 40'], ['100341000', 'Xcvr Slot 41'], ['100341100', 'Xcvr for Ethernet41'], ['100341201', 'DOM Temperature Sensor for Ethernet41'], ['100341202', 'DOM Voltage Sensor for Ethernet41'], ['100341210', 'Lane 0 for Xcvr for Ethernet41'], ['100341211', 'DOM TX Bias Sensor for Ethernet41'], ['100341212', 'DOM TX Power Sensor for Ethernet41'], ['100341213', 'DOM RX Power Sensor for Ethernet41'], ['100342000', 'Xcvr Slot 42'], ['100342100', 'Xcvr for Ethernet42'], ['100342201', 'DOM Temperature Sensor for Ethernet42'], ['100342202', 'DOM Voltage Sensor for Ethernet42'], ['100342210', 'Lane 0 for Xcvr for Ethernet42'], ['100342211', 'DOM TX Bias Sensor for Ethernet42'], ['100342212', 'DOM TX Power Sensor for Ethernet42'], ['100342213', 'DOM RX Power Sensor for Ethernet42'], ['100343000', 'Xcvr Slot 43'], ['100343100', 'Xcvr for Ethernet43'], ['100343201', 'DOM Temperature Sensor for Ethernet43'], ['100343202', 'DOM Voltage Sensor for Ethernet43'], ['100343210', 'Lane 0 for Xcvr for Ethernet43'], ['100343211', 'DOM TX Bias Sensor for Ethernet43'], ['100343212', 'DOM TX Power Sensor for Ethernet43'], ['100343213', 'DOM RX Power Sensor for Ethernet43'], ['100344000', 'Xcvr Slot 44'], ['100344100', 'Xcvr for Ethernet44'], ['100344201', 'DOM Temperature Sensor for Ethernet44'], ['100344202', 'DOM Voltage Sensor for Ethernet44'], ['100344210', 'Lane 0 for Xcvr for Ethernet44'], ['100344211', 'DOM TX Bias Sensor for Ethernet44'], ['100344212', 'DOM TX Power Sensor for Ethernet44'], ['100344213', 'DOM RX Power Sensor for Ethernet44'], ['100345000', 'Xcvr Slot 45'], ['100345100', 'Xcvr for Ethernet45'], ['100345201', 'DOM Temperature Sensor for Ethernet45'], ['100345202', 'DOM Voltage Sensor for Ethernet45'], ['100345210', 'Lane 0 for Xcvr for Ethernet45'], ['100345211', 'DOM TX Bias Sensor for Ethernet45'], ['100345212', 'DOM TX Power Sensor for Ethernet45'], ['100345213', 'DOM RX Power Sensor for Ethernet45'], ['100346000', 'Xcvr Slot 46'], ['100346100', 'Xcvr for Ethernet46'], ['100346201', 'DOM Temperature Sensor for Ethernet46'], ['100346202', 'DOM Voltage Sensor for Ethernet46'], ['100346210', 'Lane 0 for Xcvr for Ethernet46'], ['100346211', 'DOM TX Bias Sensor for Ethernet46'], ['100346212', 'DOM TX Power Sensor for Ethernet46'], ['100346213', 'DOM RX Power Sensor for Ethernet46'], ['100347000', 'Xcvr Slot 47'], ['100347100', 'Xcvr for Ethernet47'], ['100347201', 'DOM Temperature Sensor for Ethernet47'], ['100347202', 'DOM Voltage Sensor for Ethernet47'], ['100347210', 'Lane 0 for Xcvr for Ethernet47'], ['100347211', 'DOM TX Bias Sensor for Ethernet47'], ['100347212', 'DOM TX Power Sensor for Ethernet47'], ['100347213', 'DOM RX Power Sensor for Ethernet47'], ['100348000', 'Xcvr Slot 48'], ['100348100', 'Xcvr for Ethernet48'], ['100348201', 'DOM Temperature Sensor for Ethernet48'], ['100348202', 'DOM Voltage Sensor for Ethernet48'], ['100348210', 'Lane 0 for Xcvr for Ethernet48'], ['100348211', 'DOM TX Bias Sensor for Ethernet48'], ['100348212', 'DOM TX Power Sensor for Ethernet48'], ['100348213', 'DOM RX Power Sensor for Ethernet48'], ['100349000', 'Xcvr Slot 49'], ['100349100', 'Xcvr for Ethernet49'], ['100349201', 'DOM Temperature Sensor for Ethernet49'], ['100349202', 'DOM Voltage Sensor for Ethernet49'], ['100349210', 'Lane 0 for Xcvr for Ethernet49'], ['100349211', 'DOM TX Bias Sensor for Ethernet49/1'], ['100349212', 'DOM TX Power Sensor for Ethernet49/1'], ['100349213', 'DOM RX Power Sensor for Ethernet49/1'], ['100349220', 'Lane 1 for Xcvr for Ethernet49'], ['100349221', 'DOM TX Bias Sensor for Ethernet49/2'], ['100349222', 'DOM TX Power Sensor for Ethernet49/2'], ['100349223', 'DOM RX Power Sensor for Ethernet49/2'], ['100349230', 'Lane 2 for Xcvr for Ethernet49'], ['100349231', 'DOM TX Bias Sensor for Ethernet49/3'], ['100349232', 'DOM TX Power Sensor for Ethernet49/3'], ['100349233', 'DOM RX Power Sensor for Ethernet49/3'], ['100349240', 'Lane 3 for Xcvr for Ethernet49'], ['100349241', 'DOM TX Bias Sensor for Ethernet49/4'], ['100349242', 'DOM TX Power Sensor for Ethernet49/4'], ['100349243', 'DOM RX Power Sensor for Ethernet49/4'], ['100350000', 'Xcvr Slot 50'], ['100350100', 'Xcvr for Ethernet50'], ['100350201', 'DOM Temperature Sensor for Ethernet50'], ['100350202', 'DOM Voltage Sensor for Ethernet50'], ['100350210', 'Lane 0 for Xcvr for Ethernet50'], ['100350211', 'DOM TX Bias Sensor for Ethernet50/1'], ['100350212', 'DOM TX Power Sensor for Ethernet50/1'], ['100350213', 'DOM RX Power Sensor for Ethernet50/1'], ['100350220', 'Lane 1 for Xcvr for Ethernet50'], ['100350221', 'DOM TX Bias Sensor for Ethernet50/2'], ['100350222', 'DOM TX Power Sensor for Ethernet50/2'], ['100350223', 'DOM RX Power Sensor for Ethernet50/2'], ['100350230', 'Lane 2 for Xcvr for Ethernet50'], ['100350231', 'DOM TX Bias Sensor for Ethernet50/3'], ['100350232', 'DOM TX Power Sensor for Ethernet50/3'], ['100350233', 'DOM RX Power Sensor for Ethernet50/3'], ['100350240', 'Lane 3 for Xcvr for Ethernet50'], ['100350241', 'DOM TX Bias Sensor for Ethernet50/4'], ['100350242', 'DOM TX Power Sensor for Ethernet50/4'], ['100350243', 'DOM RX Power Sensor for Ethernet50/4'], ['100351000', 'Xcvr Slot 51'], ['100351100', 'Xcvr for Ethernet51'], ['100352000', 'Xcvr Slot 52'], ['100352100', 'Xcvr for Ethernet52'], ['100601000', 'Fan Tray Slot 1'], ['100601100', 'Fan Tray 1'], ['100601110', 'Fan Tray 1 Fan 1'], ['100601111', 'Fan Tray 1 Fan 1 Sensor 1'], ['100602000', 'Fan Tray Slot 2'], ['100602100', 'Fan Tray 2'], ['100602110', 'Fan Tray 2 Fan 1'], ['100602111', 'Fan Tray 2 Fan 1 Sensor 1'], ['100603000', 'Fan Tray Slot 3'], ['100603100', 'Fan Tray 3'], ['100603110', 'Fan Tray 3 Fan 1'], ['100603111', 'Fan Tray 3 Fan 1 Sensor 1'], ['100604000', 'Fan Tray Slot 4'], ['100604100', 'Fan Tray 4'], ['100604110', 'Fan Tray 4 Fan 1'], ['100604111', 'Fan Tray 4 Fan 1 Sensor 1'], ['100710000', 'Power Supply Slot 1'], ['100711000', 'PowerSupply1'], ['100711101', 'Power supply sensor'], ['100711102', 'Input current sensor'], ['100711103', 'Output current sensor'], ['100711104', 'Input voltage sensor'], ['100711105', 'Output voltage sensor'], ['100711210', 'PowerSupply1 Fan 1'], ['100711211', 'PowerSupply1 Fan 1 Sensor 1'], ['100720000', 'Power Supply Slot 2'], ['100721000', 'PowerSupply2'], ['100721101', 'Power supply sensor'], ['100721102', 'Input current sensor'], ['100721103', 'Output current sensor'], ['100721104', 'Input voltage sensor'], ['100721105', 'Output voltage sensor'], ['100721210', 'PowerSupply2 Fan 1'], ['100721211', 'PowerSupply2 Fan 1 Sensor 1'], ['1100004000', 'Chip Container'], ['1100006000', 'Sensor Container'], ['1100140000', 'Port Container'], ['1100300000', 'Xcvr Slot Container'], ['1100600000', 'Fan Tray Slot Container'], ['1100700000', 'Power Supply Slot Container'], ['1100711100', 'Power Supply Sensor Container'], ['1100711200', 'Power Supply Fan Container'], ['1100721100', 'Power Supply Sensor Container'], ['1100721200', 'Power Supply Fan Container']]

Here is the requested snmpwalk from .1.3.6.1.2.1.99.1.1.1

.1.3.6.1.2.1.99.1.1.1.1.100006001 8
.1.3.6.1.2.1.99.1.1.1.1.100006002 8
.1.3.6.1.2.1.99.1.1.1.1.100006003 8
.1.3.6.1.2.1.99.1.1.1.1.100006004 8
.1.3.6.1.2.1.99.1.1.1.1.100006005 8
.1.3.6.1.2.1.99.1.1.1.1.100006006 8
.1.3.6.1.2.1.99.1.1.1.1.100006007 8
.1.3.6.1.2.1.99.1.1.1.1.100006008 8
.1.3.6.1.2.1.99.1.1.1.1.100006009 8
.1.3.6.1.2.1.99.1.1.1.1.100006010 8
.1.3.6.1.2.1.99.1.1.1.1.100006011 8
.1.3.6.1.2.1.99.1.1.1.1.100006012 8
.1.3.6.1.2.1.99.1.1.1.1.100006013 3
.1.3.6.1.2.1.99.1.1.1.1.100006014 3
.1.3.6.1.2.1.99.1.1.1.1.100006015 3
.1.3.6.1.2.1.99.1.1.1.1.100006016 3
.1.3.6.1.2.1.99.1.1.1.1.100006017 3
.1.3.6.1.2.1.99.1.1.1.1.100006018 3
.1.3.6.1.2.1.99.1.1.1.1.100006019 3
.1.3.6.1.2.1.99.1.1.1.1.100006020 3
.1.3.6.1.2.1.99.1.1.1.1.100006021 3
.1.3.6.1.2.1.99.1.1.1.1.100006022 3
.1.3.6.1.2.1.99.1.1.1.1.100006023 3
.1.3.6.1.2.1.99.1.1.1.1.100006024 3
.1.3.6.1.2.1.99.1.1.1.1.100006025 3
.1.3.6.1.2.1.99.1.1.1.1.100006026 3
.1.3.6.1.2.1.99.1.1.1.1.100006027 3
.1.3.6.1.2.1.99.1.1.1.1.100006028 3
.1.3.6.1.2.1.99.1.1.1.1.100006029 3
.1.3.6.1.2.1.99.1.1.1.1.100006030 3
.1.3.6.1.2.1.99.1.1.1.1.100305201 8
.1.3.6.1.2.1.99.1.1.1.1.100305202 4
.1.3.6.1.2.1.99.1.1.1.1.100305211 5
.1.3.6.1.2.1.99.1.1.1.1.100305212 6
.1.3.6.1.2.1.99.1.1.1.1.100305213 6
.1.3.6.1.2.1.99.1.1.1.1.100315201 8
.1.3.6.1.2.1.99.1.1.1.1.100315202 4
.1.3.6.1.2.1.99.1.1.1.1.100315211 5
.1.3.6.1.2.1.99.1.1.1.1.100315212 6
.1.3.6.1.2.1.99.1.1.1.1.100315213 6
.1.3.6.1.2.1.99.1.1.1.1.100325201 8
.1.3.6.1.2.1.99.1.1.1.1.100325202 4
.1.3.6.1.2.1.99.1.1.1.1.100325211 5
.1.3.6.1.2.1.99.1.1.1.1.100325212 6
.1.3.6.1.2.1.99.1.1.1.1.100325213 6
.1.3.6.1.2.1.99.1.1.1.1.100329201 8
.1.3.6.1.2.1.99.1.1.1.1.100329202 4
.1.3.6.1.2.1.99.1.1.1.1.100329211 5
.1.3.6.1.2.1.99.1.1.1.1.100329212 6
.1.3.6.1.2.1.99.1.1.1.1.100329213 6
.1.3.6.1.2.1.99.1.1.1.1.100330201 8
.1.3.6.1.2.1.99.1.1.1.1.100330202 4
.1.3.6.1.2.1.99.1.1.1.1.100330211 5
.1.3.6.1.2.1.99.1.1.1.1.100330212 6
.1.3.6.1.2.1.99.1.1.1.1.100330213 6
.1.3.6.1.2.1.99.1.1.1.1.100337201 8
.1.3.6.1.2.1.99.1.1.1.1.100337202 4
.1.3.6.1.2.1.99.1.1.1.1.100337211 5
.1.3.6.1.2.1.99.1.1.1.1.100337212 6
.1.3.6.1.2.1.99.1.1.1.1.100337213 6
.1.3.6.1.2.1.99.1.1.1.1.100339201 8
.1.3.6.1.2.1.99.1.1.1.1.100339202 4
.1.3.6.1.2.1.99.1.1.1.1.100339211 5
.1.3.6.1.2.1.99.1.1.1.1.100339212 6
.1.3.6.1.2.1.99.1.1.1.1.100339213 6
.1.3.6.1.2.1.99.1.1.1.1.100341201 8
.1.3.6.1.2.1.99.1.1.1.1.100341202 4
.1.3.6.1.2.1.99.1.1.1.1.100341211 5
.1.3.6.1.2.1.99.1.1.1.1.100341212 6
.1.3.6.1.2.1.99.1.1.1.1.100341213 6
.1.3.6.1.2.1.99.1.1.1.1.100342201 8
.1.3.6.1.2.1.99.1.1.1.1.100342202 4
.1.3.6.1.2.1.99.1.1.1.1.100342211 5
.1.3.6.1.2.1.99.1.1.1.1.100342212 6
.1.3.6.1.2.1.99.1.1.1.1.100342213 6
.1.3.6.1.2.1.99.1.1.1.1.100343201 8
.1.3.6.1.2.1.99.1.1.1.1.100343202 4
.1.3.6.1.2.1.99.1.1.1.1.100343211 5
.1.3.6.1.2.1.99.1.1.1.1.100343212 6
.1.3.6.1.2.1.99.1.1.1.1.100343213 6
.1.3.6.1.2.1.99.1.1.1.1.100344201 8
.1.3.6.1.2.1.99.1.1.1.1.100344202 4
.1.3.6.1.2.1.99.1.1.1.1.100344211 5
.1.3.6.1.2.1.99.1.1.1.1.100344212 6
.1.3.6.1.2.1.99.1.1.1.1.100344213 6
.1.3.6.1.2.1.99.1.1.1.1.100345201 8
.1.3.6.1.2.1.99.1.1.1.1.100345202 4
.1.3.6.1.2.1.99.1.1.1.1.100345211 5
.1.3.6.1.2.1.99.1.1.1.1.100345212 6
.1.3.6.1.2.1.99.1.1.1.1.100345213 6
.1.3.6.1.2.1.99.1.1.1.1.100346201 8
.1.3.6.1.2.1.99.1.1.1.1.100346202 4
.1.3.6.1.2.1.99.1.1.1.1.100346211 5
.1.3.6.1.2.1.99.1.1.1.1.100346212 6
.1.3.6.1.2.1.99.1.1.1.1.100346213 6
.1.3.6.1.2.1.99.1.1.1.1.100347201 8
.1.3.6.1.2.1.99.1.1.1.1.100347202 4
.1.3.6.1.2.1.99.1.1.1.1.100347211 5
.1.3.6.1.2.1.99.1.1.1.1.100347212 6
.1.3.6.1.2.1.99.1.1.1.1.100347213 6
.1.3.6.1.2.1.99.1.1.1.1.100348201 8
.1.3.6.1.2.1.99.1.1.1.1.100348202 4
.1.3.6.1.2.1.99.1.1.1.1.100348211 5
.1.3.6.1.2.1.99.1.1.1.1.100348212 6
.1.3.6.1.2.1.99.1.1.1.1.100348213 6
.1.3.6.1.2.1.99.1.1.1.1.100349201 8
.1.3.6.1.2.1.99.1.1.1.1.100349202 4
.1.3.6.1.2.1.99.1.1.1.1.100349211 5
.1.3.6.1.2.1.99.1.1.1.1.100349212 6
.1.3.6.1.2.1.99.1.1.1.1.100349213 6
.1.3.6.1.2.1.99.1.1.1.1.100349221 5
.1.3.6.1.2.1.99.1.1.1.1.100349222 6
.1.3.6.1.2.1.99.1.1.1.1.100349223 6
.1.3.6.1.2.1.99.1.1.1.1.100349231 5
.1.3.6.1.2.1.99.1.1.1.1.100349232 6
.1.3.6.1.2.1.99.1.1.1.1.100349233 6
.1.3.6.1.2.1.99.1.1.1.1.100349241 5
.1.3.6.1.2.1.99.1.1.1.1.100349242 6
.1.3.6.1.2.1.99.1.1.1.1.100349243 6
.1.3.6.1.2.1.99.1.1.1.1.100350201 8
.1.3.6.1.2.1.99.1.1.1.1.100350202 4
.1.3.6.1.2.1.99.1.1.1.1.100350211 5
.1.3.6.1.2.1.99.1.1.1.1.100350212 6
.1.3.6.1.2.1.99.1.1.1.1.100350213 6
.1.3.6.1.2.1.99.1.1.1.1.100350221 5
.1.3.6.1.2.1.99.1.1.1.1.100350222 6
.1.3.6.1.2.1.99.1.1.1.1.100350223 6
.1.3.6.1.2.1.99.1.1.1.1.100350231 5
.1.3.6.1.2.1.99.1.1.1.1.100350232 6
.1.3.6.1.2.1.99.1.1.1.1.100350233 6
.1.3.6.1.2.1.99.1.1.1.1.100350241 5
.1.3.6.1.2.1.99.1.1.1.1.100350242 6
.1.3.6.1.2.1.99.1.1.1.1.100350243 6
.1.3.6.1.2.1.99.1.1.1.1.100601111 10
.1.3.6.1.2.1.99.1.1.1.1.100602111 10
.1.3.6.1.2.1.99.1.1.1.1.100603111 10
.1.3.6.1.2.1.99.1.1.1.1.100604111 10
.1.3.6.1.2.1.99.1.1.1.1.100711101 8
.1.3.6.1.2.1.99.1.1.1.1.100711102 5
.1.3.6.1.2.1.99.1.1.1.1.100711103 5
.1.3.6.1.2.1.99.1.1.1.1.100711104 3
.1.3.6.1.2.1.99.1.1.1.1.100711105 3
.1.3.6.1.2.1.99.1.1.1.1.100711211 10
.1.3.6.1.2.1.99.1.1.1.1.100721101 8
.1.3.6.1.2.1.99.1.1.1.1.100721102 5
.1.3.6.1.2.1.99.1.1.1.1.100721103 5
.1.3.6.1.2.1.99.1.1.1.1.100721104 3
.1.3.6.1.2.1.99.1.1.1.1.100721105 3
.1.3.6.1.2.1.99.1.1.1.1.100721211 10
.1.3.6.1.2.1.99.1.1.1.2.100006001 9
.1.3.6.1.2.1.99.1.1.1.2.100006002 9
.1.3.6.1.2.1.99.1.1.1.2.100006003 9
.1.3.6.1.2.1.99.1.1.1.2.100006004 9
.1.3.6.1.2.1.99.1.1.1.2.100006005 9
.1.3.6.1.2.1.99.1.1.1.2.100006006 9
.1.3.6.1.2.1.99.1.1.1.2.100006007 9
.1.3.6.1.2.1.99.1.1.1.2.100006008 9
.1.3.6.1.2.1.99.1.1.1.2.100006009 9
.1.3.6.1.2.1.99.1.1.1.2.100006010 9
.1.3.6.1.2.1.99.1.1.1.2.100006011 9
.1.3.6.1.2.1.99.1.1.1.2.100006012 9
.1.3.6.1.2.1.99.1.1.1.2.100006013 9
.1.3.6.1.2.1.99.1.1.1.2.100006014 9
.1.3.6.1.2.1.99.1.1.1.2.100006015 9
.1.3.6.1.2.1.99.1.1.1.2.100006016 9
.1.3.6.1.2.1.99.1.1.1.2.100006017 9
.1.3.6.1.2.1.99.1.1.1.2.100006018 9
.1.3.6.1.2.1.99.1.1.1.2.100006019 9
.1.3.6.1.2.1.99.1.1.1.2.100006020 9
.1.3.6.1.2.1.99.1.1.1.2.100006021 9
.1.3.6.1.2.1.99.1.1.1.2.100006022 9
.1.3.6.1.2.1.99.1.1.1.2.100006023 9
.1.3.6.1.2.1.99.1.1.1.2.100006024 9
.1.3.6.1.2.1.99.1.1.1.2.100006025 9
.1.3.6.1.2.1.99.1.1.1.2.100006026 9
.1.3.6.1.2.1.99.1.1.1.2.100006027 9
.1.3.6.1.2.1.99.1.1.1.2.100006028 9
.1.3.6.1.2.1.99.1.1.1.2.100006029 9
.1.3.6.1.2.1.99.1.1.1.2.100006030 9
.1.3.6.1.2.1.99.1.1.1.2.100305201 9
.1.3.6.1.2.1.99.1.1.1.2.100305202 9
.1.3.6.1.2.1.99.1.1.1.2.100305211 8
.1.3.6.1.2.1.99.1.1.1.2.100305212 8
.1.3.6.1.2.1.99.1.1.1.2.100305213 8
.1.3.6.1.2.1.99.1.1.1.2.100315201 9
.1.3.6.1.2.1.99.1.1.1.2.100315202 9
.1.3.6.1.2.1.99.1.1.1.2.100315211 8
.1.3.6.1.2.1.99.1.1.1.2.100315212 8
.1.3.6.1.2.1.99.1.1.1.2.100315213 8
.1.3.6.1.2.1.99.1.1.1.2.100325201 9
.1.3.6.1.2.1.99.1.1.1.2.100325202 9
.1.3.6.1.2.1.99.1.1.1.2.100325211 8
.1.3.6.1.2.1.99.1.1.1.2.100325212 8
.1.3.6.1.2.1.99.1.1.1.2.100325213 8
.1.3.6.1.2.1.99.1.1.1.2.100329201 9
.1.3.6.1.2.1.99.1.1.1.2.100329202 9
.1.3.6.1.2.1.99.1.1.1.2.100329211 8
.1.3.6.1.2.1.99.1.1.1.2.100329212 8
.1.3.6.1.2.1.99.1.1.1.2.100329213 8
.1.3.6.1.2.1.99.1.1.1.2.100330201 9
.1.3.6.1.2.1.99.1.1.1.2.100330202 9
.1.3.6.1.2.1.99.1.1.1.2.100330211 8
.1.3.6.1.2.1.99.1.1.1.2.100330212 8
.1.3.6.1.2.1.99.1.1.1.2.100330213 8
.1.3.6.1.2.1.99.1.1.1.2.100337201 9
.1.3.6.1.2.1.99.1.1.1.2.100337202 9
.1.3.6.1.2.1.99.1.1.1.2.100337211 8
.1.3.6.1.2.1.99.1.1.1.2.100337212 8
.1.3.6.1.2.1.99.1.1.1.2.100337213 8
.1.3.6.1.2.1.99.1.1.1.2.100339201 9
.1.3.6.1.2.1.99.1.1.1.2.100339202 9
.1.3.6.1.2.1.99.1.1.1.2.100339211 8
.1.3.6.1.2.1.99.1.1.1.2.100339212 8
.1.3.6.1.2.1.99.1.1.1.2.100339213 8
.1.3.6.1.2.1.99.1.1.1.2.100341201 9
.1.3.6.1.2.1.99.1.1.1.2.100341202 9
.1.3.6.1.2.1.99.1.1.1.2.100341211 8
.1.3.6.1.2.1.99.1.1.1.2.100341212 8
.1.3.6.1.2.1.99.1.1.1.2.100341213 8
.1.3.6.1.2.1.99.1.1.1.2.100342201 9
.1.3.6.1.2.1.99.1.1.1.2.100342202 9
.1.3.6.1.2.1.99.1.1.1.2.100342211 8
.1.3.6.1.2.1.99.1.1.1.2.100342212 8
.1.3.6.1.2.1.99.1.1.1.2.100342213 8
.1.3.6.1.2.1.99.1.1.1.2.100343201 9
.1.3.6.1.2.1.99.1.1.1.2.100343202 9
.1.3.6.1.2.1.99.1.1.1.2.100343211 8
.1.3.6.1.2.1.99.1.1.1.2.100343212 8
.1.3.6.1.2.1.99.1.1.1.2.100343213 8
.1.3.6.1.2.1.99.1.1.1.2.100344201 9
.1.3.6.1.2.1.99.1.1.1.2.100344202 9
.1.3.6.1.2.1.99.1.1.1.2.100344211 8
.1.3.6.1.2.1.99.1.1.1.2.100344212 8
.1.3.6.1.2.1.99.1.1.1.2.100344213 8
.1.3.6.1.2.1.99.1.1.1.2.100345201 9
.1.3.6.1.2.1.99.1.1.1.2.100345202 9
.1.3.6.1.2.1.99.1.1.1.2.100345211 8
.1.3.6.1.2.1.99.1.1.1.2.100345212 8
.1.3.6.1.2.1.99.1.1.1.2.100345213 8
.1.3.6.1.2.1.99.1.1.1.2.100346201 9
.1.3.6.1.2.1.99.1.1.1.2.100346202 9
.1.3.6.1.2.1.99.1.1.1.2.100346211 8
.1.3.6.1.2.1.99.1.1.1.2.100346212 8
.1.3.6.1.2.1.99.1.1.1.2.100346213 8
.1.3.6.1.2.1.99.1.1.1.2.100347201 9
.1.3.6.1.2.1.99.1.1.1.2.100347202 9
.1.3.6.1.2.1.99.1.1.1.2.100347211 8
.1.3.6.1.2.1.99.1.1.1.2.100347212 8
.1.3.6.1.2.1.99.1.1.1.2.100347213 8
.1.3.6.1.2.1.99.1.1.1.2.100348201 9
.1.3.6.1.2.1.99.1.1.1.2.100348202 9
.1.3.6.1.2.1.99.1.1.1.2.100348211 8
.1.3.6.1.2.1.99.1.1.1.2.100348212 8
.1.3.6.1.2.1.99.1.1.1.2.100348213 8
.1.3.6.1.2.1.99.1.1.1.2.100349201 9
.1.3.6.1.2.1.99.1.1.1.2.100349202 9
.1.3.6.1.2.1.99.1.1.1.2.100349211 8
.1.3.6.1.2.1.99.1.1.1.2.100349212 8
.1.3.6.1.2.1.99.1.1.1.2.100349213 8
.1.3.6.1.2.1.99.1.1.1.2.100349221 8
.1.3.6.1.2.1.99.1.1.1.2.100349222 8
.1.3.6.1.2.1.99.1.1.1.2.100349223 8
.1.3.6.1.2.1.99.1.1.1.2.100349231 8
.1.3.6.1.2.1.99.1.1.1.2.100349232 8
.1.3.6.1.2.1.99.1.1.1.2.100349233 8
.1.3.6.1.2.1.99.1.1.1.2.100349241 8
.1.3.6.1.2.1.99.1.1.1.2.100349242 8
.1.3.6.1.2.1.99.1.1.1.2.100349243 8
.1.3.6.1.2.1.99.1.1.1.2.100350201 9
.1.3.6.1.2.1.99.1.1.1.2.100350202 9
.1.3.6.1.2.1.99.1.1.1.2.100350211 8
.1.3.6.1.2.1.99.1.1.1.2.100350212 8
.1.3.6.1.2.1.99.1.1.1.2.100350213 8
.1.3.6.1.2.1.99.1.1.1.2.100350221 8
.1.3.6.1.2.1.99.1.1.1.2.100350222 8
.1.3.6.1.2.1.99.1.1.1.2.100350223 8
.1.3.6.1.2.1.99.1.1.1.2.100350231 8
.1.3.6.1.2.1.99.1.1.1.2.100350232 8
.1.3.6.1.2.1.99.1.1.1.2.100350233 8
.1.3.6.1.2.1.99.1.1.1.2.100350241 8
.1.3.6.1.2.1.99.1.1.1.2.100350242 8
.1.3.6.1.2.1.99.1.1.1.2.100350243 8
.1.3.6.1.2.1.99.1.1.1.2.100601111 9
.1.3.6.1.2.1.99.1.1.1.2.100602111 9
.1.3.6.1.2.1.99.1.1.1.2.100603111 9
.1.3.6.1.2.1.99.1.1.1.2.100604111 9
.1.3.6.1.2.1.99.1.1.1.2.100711101 9
.1.3.6.1.2.1.99.1.1.1.2.100711102 9
.1.3.6.1.2.1.99.1.1.1.2.100711103 9
.1.3.6.1.2.1.99.1.1.1.2.100711104 9
.1.3.6.1.2.1.99.1.1.1.2.100711105 9
.1.3.6.1.2.1.99.1.1.1.2.100711211 9
.1.3.6.1.2.1.99.1.1.1.2.100721101 9
.1.3.6.1.2.1.99.1.1.1.2.100721102 9
.1.3.6.1.2.1.99.1.1.1.2.100721103 9
.1.3.6.1.2.1.99.1.1.1.2.100721104 9
.1.3.6.1.2.1.99.1.1.1.2.100721105 9
.1.3.6.1.2.1.99.1.1.1.2.100721211 9
.1.3.6.1.2.1.99.1.1.1.3.100006001 1
.1.3.6.1.2.1.99.1.1.1.3.100006002 1
.1.3.6.1.2.1.99.1.1.1.3.100006003 1
.1.3.6.1.2.1.99.1.1.1.3.100006004 1
.1.3.6.1.2.1.99.1.1.1.3.100006005 1
.1.3.6.1.2.1.99.1.1.1.3.100006006 1
.1.3.6.1.2.1.99.1.1.1.3.100006007 1
.1.3.6.1.2.1.99.1.1.1.3.100006008 1
.1.3.6.1.2.1.99.1.1.1.3.100006009 1
.1.3.6.1.2.1.99.1.1.1.3.100006010 1
.1.3.6.1.2.1.99.1.1.1.3.100006011 1
.1.3.6.1.2.1.99.1.1.1.3.100006012 1
.1.3.6.1.2.1.99.1.1.1.3.100006013 2
.1.3.6.1.2.1.99.1.1.1.3.100006014 2
.1.3.6.1.2.1.99.1.1.1.3.100006015 2
.1.3.6.1.2.1.99.1.1.1.3.100006016 2
.1.3.6.1.2.1.99.1.1.1.3.100006017 2
.1.3.6.1.2.1.99.1.1.1.3.100006018 2
.1.3.6.1.2.1.99.1.1.1.3.100006019 2
.1.3.6.1.2.1.99.1.1.1.3.100006020 2
.1.3.6.1.2.1.99.1.1.1.3.100006021 2
.1.3.6.1.2.1.99.1.1.1.3.100006022 2
.1.3.6.1.2.1.99.1.1.1.3.100006023 2
.1.3.6.1.2.1.99.1.1.1.3.100006024 2
.1.3.6.1.2.1.99.1.1.1.3.100006025 2
.1.3.6.1.2.1.99.1.1.1.3.100006026 2
.1.3.6.1.2.1.99.1.1.1.3.100006027 2
.1.3.6.1.2.1.99.1.1.1.3.100006028 2
.1.3.6.1.2.1.99.1.1.1.3.100006029 2
.1.3.6.1.2.1.99.1.1.1.3.100006030 2
.1.3.6.1.2.1.99.1.1.1.3.100305201 1
.1.3.6.1.2.1.99.1.1.1.3.100305202 2
.1.3.6.1.2.1.99.1.1.1.3.100305211 2
.1.3.6.1.2.1.99.1.1.1.3.100305212 4
.1.3.6.1.2.1.99.1.1.1.3.100305213 4
.1.3.6.1.2.1.99.1.1.1.3.100315201 1
.1.3.6.1.2.1.99.1.1.1.3.100315202 2
.1.3.6.1.2.1.99.1.1.1.3.100315211 2
.1.3.6.1.2.1.99.1.1.1.3.100315212 4
.1.3.6.1.2.1.99.1.1.1.3.100315213 4
.1.3.6.1.2.1.99.1.1.1.3.100325201 1
.1.3.6.1.2.1.99.1.1.1.3.100325202 2
.1.3.6.1.2.1.99.1.1.1.3.100325211 2
.1.3.6.1.2.1.99.1.1.1.3.100325212 4
.1.3.6.1.2.1.99.1.1.1.3.100325213 4
.1.3.6.1.2.1.99.1.1.1.3.100329201 1
.1.3.6.1.2.1.99.1.1.1.3.100329202 2
.1.3.6.1.2.1.99.1.1.1.3.100329211 2
.1.3.6.1.2.1.99.1.1.1.3.100329212 4
.1.3.6.1.2.1.99.1.1.1.3.100329213 4
.1.3.6.1.2.1.99.1.1.1.3.100330201 1
.1.3.6.1.2.1.99.1.1.1.3.100330202 2
.1.3.6.1.2.1.99.1.1.1.3.100330211 2
.1.3.6.1.2.1.99.1.1.1.3.100330212 4
.1.3.6.1.2.1.99.1.1.1.3.100330213 4
.1.3.6.1.2.1.99.1.1.1.3.100337201 1
.1.3.6.1.2.1.99.1.1.1.3.100337202 2
.1.3.6.1.2.1.99.1.1.1.3.100337211 2
.1.3.6.1.2.1.99.1.1.1.3.100337212 4
.1.3.6.1.2.1.99.1.1.1.3.100337213 4
.1.3.6.1.2.1.99.1.1.1.3.100339201 1
.1.3.6.1.2.1.99.1.1.1.3.100339202 2
.1.3.6.1.2.1.99.1.1.1.3.100339211 2
.1.3.6.1.2.1.99.1.1.1.3.100339212 4
.1.3.6.1.2.1.99.1.1.1.3.100339213 4
.1.3.6.1.2.1.99.1.1.1.3.100341201 1
.1.3.6.1.2.1.99.1.1.1.3.100341202 2
.1.3.6.1.2.1.99.1.1.1.3.100341211 2
.1.3.6.1.2.1.99.1.1.1.3.100341212 4
.1.3.6.1.2.1.99.1.1.1.3.100341213 4
.1.3.6.1.2.1.99.1.1.1.3.100342201 1
.1.3.6.1.2.1.99.1.1.1.3.100342202 2
.1.3.6.1.2.1.99.1.1.1.3.100342211 2
.1.3.6.1.2.1.99.1.1.1.3.100342212 4
.1.3.6.1.2.1.99.1.1.1.3.100342213 4
.1.3.6.1.2.1.99.1.1.1.3.100343201 1
.1.3.6.1.2.1.99.1.1.1.3.100343202 2
.1.3.6.1.2.1.99.1.1.1.3.100343211 2
.1.3.6.1.2.1.99.1.1.1.3.100343212 4
.1.3.6.1.2.1.99.1.1.1.3.100343213 4
.1.3.6.1.2.1.99.1.1.1.3.100344201 1
.1.3.6.1.2.1.99.1.1.1.3.100344202 2
.1.3.6.1.2.1.99.1.1.1.3.100344211 2
.1.3.6.1.2.1.99.1.1.1.3.100344212 4
.1.3.6.1.2.1.99.1.1.1.3.100344213 4
.1.3.6.1.2.1.99.1.1.1.3.100345201 1
.1.3.6.1.2.1.99.1.1.1.3.100345202 2
.1.3.6.1.2.1.99.1.1.1.3.100345211 2
.1.3.6.1.2.1.99.1.1.1.3.100345212 4
.1.3.6.1.2.1.99.1.1.1.3.100345213 4
.1.3.6.1.2.1.99.1.1.1.3.100346201 1
.1.3.6.1.2.1.99.1.1.1.3.100346202 2
.1.3.6.1.2.1.99.1.1.1.3.100346211 2
.1.3.6.1.2.1.99.1.1.1.3.100346212 4
.1.3.6.1.2.1.99.1.1.1.3.100346213 4
.1.3.6.1.2.1.99.1.1.1.3.100347201 1
.1.3.6.1.2.1.99.1.1.1.3.100347202 2
.1.3.6.1.2.1.99.1.1.1.3.100347211 2
.1.3.6.1.2.1.99.1.1.1.3.100347212 4
.1.3.6.1.2.1.99.1.1.1.3.100347213 4
.1.3.6.1.2.1.99.1.1.1.3.100348201 1
.1.3.6.1.2.1.99.1.1.1.3.100348202 2
.1.3.6.1.2.1.99.1.1.1.3.100348211 2
.1.3.6.1.2.1.99.1.1.1.3.100348212 4
.1.3.6.1.2.1.99.1.1.1.3.100348213 4
.1.3.6.1.2.1.99.1.1.1.3.100349201 1
.1.3.6.1.2.1.99.1.1.1.3.100349202 2
.1.3.6.1.2.1.99.1.1.1.3.100349211 2
.1.3.6.1.2.1.99.1.1.1.3.100349212 4
.1.3.6.1.2.1.99.1.1.1.3.100349213 4
.1.3.6.1.2.1.99.1.1.1.3.100349221 2
.1.3.6.1.2.1.99.1.1.1.3.100349222 4
.1.3.6.1.2.1.99.1.1.1.3.100349223 4
.1.3.6.1.2.1.99.1.1.1.3.100349231 2
.1.3.6.1.2.1.99.1.1.1.3.100349232 4
.1.3.6.1.2.1.99.1.1.1.3.100349233 4
.1.3.6.1.2.1.99.1.1.1.3.100349241 2
.1.3.6.1.2.1.99.1.1.1.3.100349242 4
.1.3.6.1.2.1.99.1.1.1.3.100349243 4
.1.3.6.1.2.1.99.1.1.1.3.100350201 1
.1.3.6.1.2.1.99.1.1.1.3.100350202 2
.1.3.6.1.2.1.99.1.1.1.3.100350211 2
.1.3.6.1.2.1.99.1.1.1.3.100350212 4
.1.3.6.1.2.1.99.1.1.1.3.100350213 4
.1.3.6.1.2.1.99.1.1.1.3.100350221 2
.1.3.6.1.2.1.99.1.1.1.3.100350222 4
.1.3.6.1.2.1.99.1.1.1.3.100350223 4
.1.3.6.1.2.1.99.1.1.1.3.100350231 2
.1.3.6.1.2.1.99.1.1.1.3.100350232 4
.1.3.6.1.2.1.99.1.1.1.3.100350233 4
.1.3.6.1.2.1.99.1.1.1.3.100350241 2
.1.3.6.1.2.1.99.1.1.1.3.100350242 4
.1.3.6.1.2.1.99.1.1.1.3.100350243 4
.1.3.6.1.2.1.99.1.1.1.3.100601111 0
.1.3.6.1.2.1.99.1.1.1.3.100602111 0
.1.3.6.1.2.1.99.1.1.1.3.100603111 0
.1.3.6.1.2.1.99.1.1.1.3.100604111 0
.1.3.6.1.2.1.99.1.1.1.3.100711101 1
.1.3.6.1.2.1.99.1.1.1.3.100711102 2
.1.3.6.1.2.1.99.1.1.1.3.100711103 2
.1.3.6.1.2.1.99.1.1.1.3.100711104 2
.1.3.6.1.2.1.99.1.1.1.3.100711105 2
.1.3.6.1.2.1.99.1.1.1.3.100711211 0
.1.3.6.1.2.1.99.1.1.1.3.100721101 1
.1.3.6.1.2.1.99.1.1.1.3.100721102 2
.1.3.6.1.2.1.99.1.1.1.3.100721103 2
.1.3.6.1.2.1.99.1.1.1.3.100721104 2
.1.3.6.1.2.1.99.1.1.1.3.100721105 2
.1.3.6.1.2.1.99.1.1.1.3.100721211 0
.1.3.6.1.2.1.99.1.1.1.4.100006001 415
.1.3.6.1.2.1.99.1.1.1.4.100006002 345
.1.3.6.1.2.1.99.1.1.1.4.100006003 250
.1.3.6.1.2.1.99.1.1.1.4.100006004 249
.1.3.6.1.2.1.99.1.1.1.4.100006005 325
.1.3.6.1.2.1.99.1.1.1.4.100006006 325
.1.3.6.1.2.1.99.1.1.1.4.100006007 336
.1.3.6.1.2.1.99.1.1.1.4.100006008 336
.1.3.6.1.2.1.99.1.1.1.4.100006009 357
.1.3.6.1.2.1.99.1.1.1.4.100006010 336
.1.3.6.1.2.1.99.1.1.1.4.100006011 336
.1.3.6.1.2.1.99.1.1.1.4.100006012 357
.1.3.6.1.2.1.99.1.1.1.4.100006013 1236
.1.3.6.1.2.1.99.1.1.1.4.100006014 0
.1.3.6.1.2.1.99.1.1.1.4.100006015 491
.1.3.6.1.2.1.99.1.1.1.4.100006016 335
.1.3.6.1.2.1.99.1.1.1.4.100006017 255
.1.3.6.1.2.1.99.1.1.1.4.100006018 179
.1.3.6.1.2.1.99.1.1.1.4.100006019 151
.1.3.6.1.2.1.99.1.1.1.4.100006020 111
.1.3.6.1.2.1.99.1.1.1.4.100006021 91
.1.3.6.1.2.1.99.1.1.1.4.100006022 75
.1.3.6.1.2.1.99.1.1.1.4.100006023 1182
.1.3.6.1.2.1.99.1.1.1.4.100006024 331
.1.3.6.1.2.1.99.1.1.1.4.100006025 330
.1.3.6.1.2.1.99.1.1.1.4.100006026 120
.1.3.6.1.2.1.99.1.1.1.4.100006027 102
.1.3.6.1.2.1.99.1.1.1.4.100006028 103
.1.3.6.1.2.1.99.1.1.1.4.100006029 301
.1.3.6.1.2.1.99.1.1.1.4.100006030 497
.1.3.6.1.2.1.99.1.1.1.4.100305201 328
.1.3.6.1.2.1.99.1.1.1.4.100305202 327
.1.3.6.1.2.1.99.1.1.1.4.100305211 1966
.1.3.6.1.2.1.99.1.1.1.4.100305212 3037
.1.3.6.1.2.1.99.1.1.1.4.100305213 2806
.1.3.6.1.2.1.99.1.1.1.4.100315201 318
.1.3.6.1.2.1.99.1.1.1.4.100315202 337
.1.3.6.1.2.1.99.1.1.1.4.100315211 1878
.1.3.6.1.2.1.99.1.1.1.4.100315212 3627
.1.3.6.1.2.1.99.1.1.1.4.100315213 3338
.1.3.6.1.2.1.99.1.1.1.4.100325201 326
.1.3.6.1.2.1.99.1.1.1.4.100325202 329
.1.3.6.1.2.1.99.1.1.1.4.100325211 1531
.1.3.6.1.2.1.99.1.1.1.4.100325212 2511
.1.3.6.1.2.1.99.1.1.1.4.100325213 1463
.1.3.6.1.2.1.99.1.1.1.4.100329201 285
.1.3.6.1.2.1.99.1.1.1.4.100329202 333
.1.3.6.1.2.1.99.1.1.1.4.100329211 4836
.1.3.6.1.2.1.99.1.1.1.4.100329212 9273
.1.3.6.1.2.1.99.1.1.1.4.100329213 3006
.1.3.6.1.2.1.99.1.1.1.4.100330201 306
.1.3.6.1.2.1.99.1.1.1.4.100330202 335
.1.3.6.1.2.1.99.1.1.1.4.100330211 521
.1.3.6.1.2.1.99.1.1.1.4.100330212 6107
.1.3.6.1.2.1.99.1.1.1.4.100330213 5382
.1.3.6.1.2.1.99.1.1.1.4.100337201 337
.1.3.6.1.2.1.99.1.1.1.4.100337202 321
.1.3.6.1.2.1.99.1.1.1.4.100337211 2440
.1.3.6.1.2.1.99.1.1.1.4.100337212 17579
.1.3.6.1.2.1.99.1.1.1.4.100337213 224
.1.3.6.1.2.1.99.1.1.1.4.100339201 306
.1.3.6.1.2.1.99.1.1.1.4.100339202 336
.1.3.6.1.2.1.99.1.1.1.4.100339211 1700
.1.3.6.1.2.1.99.1.1.1.4.100339212 2471
.1.3.6.1.2.1.99.1.1.1.4.100339213 2759
.1.3.6.1.2.1.99.1.1.1.4.100341201 382
.1.3.6.1.2.1.99.1.1.1.4.100341202 328
.1.3.6.1.2.1.99.1.1.1.4.100341211 1604
.1.3.6.1.2.1.99.1.1.1.4.100341212 2252
.1.3.6.1.2.1.99.1.1.1.4.100341213 1075
.1.3.6.1.2.1.99.1.1.1.4.100342201 301
.1.3.6.1.2.1.99.1.1.1.4.100342202 333
.1.3.6.1.2.1.99.1.1.1.4.100342211 3822
.1.3.6.1.2.1.99.1.1.1.4.100342212 6443
.1.3.6.1.2.1.99.1.1.1.4.100342213 2619
.1.3.6.1.2.1.99.1.1.1.4.100343201 344
.1.3.6.1.2.1.99.1.1.1.4.100343202 327
.1.3.6.1.2.1.99.1.1.1.4.100343211 2970
.1.3.6.1.2.1.99.1.1.1.4.100343212 15576
.1.3.6.1.2.1.99.1.1.1.4.100343213 456
.1.3.6.1.2.1.99.1.1.1.4.100344201 301
.1.3.6.1.2.1.99.1.1.1.4.100344202 333
.1.3.6.1.2.1.99.1.1.1.4.100344211 3432
.1.3.6.1.2.1.99.1.1.1.4.100344212 6162
.1.3.6.1.2.1.99.1.1.1.4.100344213 2641
.1.3.6.1.2.1.99.1.1.1.4.100345201 491
.1.3.6.1.2.1.99.1.1.1.4.100345202 325
.1.3.6.1.2.1.99.1.1.1.4.100345211 3780
.1.3.6.1.2.1.99.1.1.1.4.100345212 16939
.1.3.6.1.2.1.99.1.1.1.4.100345213 995
.1.3.6.1.2.1.99.1.1.1.4.100346201 367
.1.3.6.1.2.1.99.1.1.1.4.100346202 335
.1.3.6.1.2.1.99.1.1.1.4.100346211 609
.1.3.6.1.2.1.99.1.1.1.4.100346212 6418
.1.3.6.1.2.1.99.1.1.1.4.100346213 6279
.1.3.6.1.2.1.99.1.1.1.4.100347201 330
.1.3.6.1.2.1.99.1.1.1.4.100347202 324
.1.3.6.1.2.1.99.1.1.1.4.100347211 412
.1.3.6.1.2.1.99.1.1.1.4.100347212 2626
.1.3.6.1.2.1.99.1.1.1.4.100347213 2630
.1.3.6.1.2.1.99.1.1.1.4.100348201 317
.1.3.6.1.2.1.99.1.1.1.4.100348202 325
.1.3.6.1.2.1.99.1.1.1.4.100348211 2505
.1.3.6.1.2.1.99.1.1.1.4.100348212 19353
.1.3.6.1.2.1.99.1.1.1.4.100348213 1189
.1.3.6.1.2.1.99.1.1.1.4.100349201 370
.1.3.6.1.2.1.99.1.1.1.4.100349202 329
.1.3.6.1.2.1.99.1.1.1.4.100349211 613
.1.3.6.1.2.1.99.1.1.1.4.100349212 10720
.1.3.6.1.2.1.99.1.1.1.4.100349213 8254
.1.3.6.1.2.1.99.1.1.1.4.100349221 613
.1.3.6.1.2.1.99.1.1.1.4.100349222 10720
.1.3.6.1.2.1.99.1.1.1.4.100349223 9148
.1.3.6.1.2.1.99.1.1.1.4.100349231 622
.1.3.6.1.2.1.99.1.1.1.4.100349232 10885
.1.3.6.1.2.1.99.1.1.1.4.100349233 7767
.1.3.6.1.2.1.99.1.1.1.4.100349241 622
.1.3.6.1.2.1.99.1.1.1.4.100349242 10885
.1.3.6.1.2.1.99.1.1.1.4.100349243 9183
.1.3.6.1.2.1.99.1.1.1.4.100350201 340
.1.3.6.1.2.1.99.1.1.1.4.100350202 329
.1.3.6.1.2.1.99.1.1.1.4.100350211 602
.1.3.6.1.2.1.99.1.1.1.4.100350212 14872
.1.3.6.1.2.1.99.1.1.1.4.100350213 7595
.1.3.6.1.2.1.99.1.1.1.4.100350221 595
.1.3.6.1.2.1.99.1.1.1.4.100350222 15076
.1.3.6.1.2.1.99.1.1.1.4.100350223 10225
.1.3.6.1.2.1.99.1.1.1.4.100350231 599
.1.3.6.1.2.1.99.1.1.1.4.100350232 15254
.1.3.6.1.2.1.99.1.1.1.4.100350233 7690
.1.3.6.1.2.1.99.1.1.1.4.100350241 593
.1.3.6.1.2.1.99.1.1.1.4.100350242 13598
.1.3.6.1.2.1.99.1.1.1.4.100350243 10628
.1.3.6.1.2.1.99.1.1.1.4.100601111 8280
.1.3.6.1.2.1.99.1.1.1.4.100602111 8460
.1.3.6.1.2.1.99.1.1.1.4.100603111 8280
.1.3.6.1.2.1.99.1.1.1.4.100604111 8460
.1.3.6.1.2.1.99.1.1.1.4.100711101 280
.1.3.6.1.2.1.99.1.1.1.4.100711102 31
.1.3.6.1.2.1.99.1.1.1.4.100711103 438
.1.3.6.1.2.1.99.1.1.1.4.100711104 22750
.1.3.6.1.2.1.99.1.1.1.4.100711105 1217
.1.3.6.1.2.1.99.1.1.1.4.100711211 8460
.1.3.6.1.2.1.99.1.1.1.4.100721101 235
.1.3.6.1.2.1.99.1.1.1.4.100721102 31
.1.3.6.1.2.1.99.1.1.1.4.100721103 425
.1.3.6.1.2.1.99.1.1.1.4.100721104 22650
.1.3.6.1.2.1.99.1.1.1.4.100721105 1225
.1.3.6.1.2.1.99.1.1.1.4.100721211 8460
.1.3.6.1.2.1.99.1.1.1.5.100006001 1
.1.3.6.1.2.1.99.1.1.1.5.100006002 1
.1.3.6.1.2.1.99.1.1.1.5.100006003 1
.1.3.6.1.2.1.99.1.1.1.5.100006004 1
.1.3.6.1.2.1.99.1.1.1.5.100006005 1
.1.3.6.1.2.1.99.1.1.1.5.100006006 1
.1.3.6.1.2.1.99.1.1.1.5.100006007 1
.1.3.6.1.2.1.99.1.1.1.5.100006008 1
.1.3.6.1.2.1.99.1.1.1.5.100006009 1
.1.3.6.1.2.1.99.1.1.1.5.100006010 1
.1.3.6.1.2.1.99.1.1.1.5.100006011 1
.1.3.6.1.2.1.99.1.1.1.5.100006012 1
.1.3.6.1.2.1.99.1.1.1.5.100006013 1
.1.3.6.1.2.1.99.1.1.1.5.100006014 1
.1.3.6.1.2.1.99.1.1.1.5.100006015 1
.1.3.6.1.2.1.99.1.1.1.5.100006016 1
.1.3.6.1.2.1.99.1.1.1.5.100006017 1
.1.3.6.1.2.1.99.1.1.1.5.100006018 1
.1.3.6.1.2.1.99.1.1.1.5.100006019 1
.1.3.6.1.2.1.99.1.1.1.5.100006020 1
.1.3.6.1.2.1.99.1.1.1.5.100006021 1
.1.3.6.1.2.1.99.1.1.1.5.100006022 1
.1.3.6.1.2.1.99.1.1.1.5.100006023 1
.1.3.6.1.2.1.99.1.1.1.5.100006024 1
.1.3.6.1.2.1.99.1.1.1.5.100006025 1
.1.3.6.1.2.1.99.1.1.1.5.100006026 1
.1.3.6.1.2.1.99.1.1.1.5.100006027 1
.1.3.6.1.2.1.99.1.1.1.5.100006028 1
.1.3.6.1.2.1.99.1.1.1.5.100006029 1
.1.3.6.1.2.1.99.1.1.1.5.100006030 1
.1.3.6.1.2.1.99.1.1.1.5.100305201 1
.1.3.6.1.2.1.99.1.1.1.5.100305202 1
.1.3.6.1.2.1.99.1.1.1.5.100305211 1
.1.3.6.1.2.1.99.1.1.1.5.100305212 1
.1.3.6.1.2.1.99.1.1.1.5.100305213 1
.1.3.6.1.2.1.99.1.1.1.5.100315201 1
.1.3.6.1.2.1.99.1.1.1.5.100315202 1
.1.3.6.1.2.1.99.1.1.1.5.100315211 1
.1.3.6.1.2.1.99.1.1.1.5.100315212 1
.1.3.6.1.2.1.99.1.1.1.5.100315213 1
.1.3.6.1.2.1.99.1.1.1.5.100325201 1
.1.3.6.1.2.1.99.1.1.1.5.100325202 1
.1.3.6.1.2.1.99.1.1.1.5.100325211 1
.1.3.6.1.2.1.99.1.1.1.5.100325212 1
.1.3.6.1.2.1.99.1.1.1.5.100325213 1
.1.3.6.1.2.1.99.1.1.1.5.100329201 1
.1.3.6.1.2.1.99.1.1.1.5.100329202 1
.1.3.6.1.2.1.99.1.1.1.5.100329211 1
.1.3.6.1.2.1.99.1.1.1.5.100329212 1
.1.3.6.1.2.1.99.1.1.1.5.100329213 1
.1.3.6.1.2.1.99.1.1.1.5.100330201 1
.1.3.6.1.2.1.99.1.1.1.5.100330202 1
.1.3.6.1.2.1.99.1.1.1.5.100330211 1
.1.3.6.1.2.1.99.1.1.1.5.100330212 1
.1.3.6.1.2.1.99.1.1.1.5.100330213 1
.1.3.6.1.2.1.99.1.1.1.5.100337201 1
.1.3.6.1.2.1.99.1.1.1.5.100337202 1
.1.3.6.1.2.1.99.1.1.1.5.100337211 1
.1.3.6.1.2.1.99.1.1.1.5.100337212 1
.1.3.6.1.2.1.99.1.1.1.5.100337213 1
.1.3.6.1.2.1.99.1.1.1.5.100339201 1
.1.3.6.1.2.1.99.1.1.1.5.100339202 1
.1.3.6.1.2.1.99.1.1.1.5.100339211 1
.1.3.6.1.2.1.99.1.1.1.5.100339212 1
.1.3.6.1.2.1.99.1.1.1.5.100339213 1
.1.3.6.1.2.1.99.1.1.1.5.100341201 1
.1.3.6.1.2.1.99.1.1.1.5.100341202 1
.1.3.6.1.2.1.99.1.1.1.5.100341211 1
.1.3.6.1.2.1.99.1.1.1.5.100341212 1
.1.3.6.1.2.1.99.1.1.1.5.100341213 1
.1.3.6.1.2.1.99.1.1.1.5.100342201 1
.1.3.6.1.2.1.99.1.1.1.5.100342202 1
.1.3.6.1.2.1.99.1.1.1.5.100342211 1
.1.3.6.1.2.1.99.1.1.1.5.100342212 1
.1.3.6.1.2.1.99.1.1.1.5.100342213 1
.1.3.6.1.2.1.99.1.1.1.5.100343201 1
.1.3.6.1.2.1.99.1.1.1.5.100343202 1
.1.3.6.1.2.1.99.1.1.1.5.100343211 1
.1.3.6.1.2.1.99.1.1.1.5.100343212 1
.1.3.6.1.2.1.99.1.1.1.5.100343213 1
.1.3.6.1.2.1.99.1.1.1.5.100344201 1
.1.3.6.1.2.1.99.1.1.1.5.100344202 1
.1.3.6.1.2.1.99.1.1.1.5.100344211 1
.1.3.6.1.2.1.99.1.1.1.5.100344212 1
.1.3.6.1.2.1.99.1.1.1.5.100344213 1
.1.3.6.1.2.1.99.1.1.1.5.100345201 1
.1.3.6.1.2.1.99.1.1.1.5.100345202 1
.1.3.6.1.2.1.99.1.1.1.5.100345211 1
.1.3.6.1.2.1.99.1.1.1.5.100345212 1
.1.3.6.1.2.1.99.1.1.1.5.100345213 1
.1.3.6.1.2.1.99.1.1.1.5.100346201 1
.1.3.6.1.2.1.99.1.1.1.5.100346202 1
.1.3.6.1.2.1.99.1.1.1.5.100346211 1
.1.3.6.1.2.1.99.1.1.1.5.100346212 1
.1.3.6.1.2.1.99.1.1.1.5.100346213 1
.1.3.6.1.2.1.99.1.1.1.5.100347201 1
.1.3.6.1.2.1.99.1.1.1.5.100347202 1
.1.3.6.1.2.1.99.1.1.1.5.100347211 1
.1.3.6.1.2.1.99.1.1.1.5.100347212 1
.1.3.6.1.2.1.99.1.1.1.5.100347213 1
.1.3.6.1.2.1.99.1.1.1.5.100348201 1
.1.3.6.1.2.1.99.1.1.1.5.100348202 1
.1.3.6.1.2.1.99.1.1.1.5.100348211 1
.1.3.6.1.2.1.99.1.1.1.5.100348212 1
.1.3.6.1.2.1.99.1.1.1.5.100348213 1
.1.3.6.1.2.1.99.1.1.1.5.100349201 1
.1.3.6.1.2.1.99.1.1.1.5.100349202 1
.1.3.6.1.2.1.99.1.1.1.5.100349211 1
.1.3.6.1.2.1.99.1.1.1.5.100349212 1
.1.3.6.1.2.1.99.1.1.1.5.100349213 1
.1.3.6.1.2.1.99.1.1.1.5.100349221 1
.1.3.6.1.2.1.99.1.1.1.5.100349222 1
.1.3.6.1.2.1.99.1.1.1.5.100349223 1
.1.3.6.1.2.1.99.1.1.1.5.100349231 1
.1.3.6.1.2.1.99.1.1.1.5.100349232 1
.1.3.6.1.2.1.99.1.1.1.5.100349233 1
.1.3.6.1.2.1.99.1.1.1.5.100349241 1
.1.3.6.1.2.1.99.1.1.1.5.100349242 1
.1.3.6.1.2.1.99.1.1.1.5.100349243 1
.1.3.6.1.2.1.99.1.1.1.5.100350201 1
.1.3.6.1.2.1.99.1.1.1.5.100350202 1
.1.3.6.1.2.1.99.1.1.1.5.100350211 1
.1.3.6.1.2.1.99.1.1.1.5.100350212 1
.1.3.6.1.2.1.99.1.1.1.5.100350213 1
.1.3.6.1.2.1.99.1.1.1.5.100350221 1
.1.3.6.1.2.1.99.1.1.1.5.100350222 1
.1.3.6.1.2.1.99.1.1.1.5.100350223 1
.1.3.6.1.2.1.99.1.1.1.5.100350231 1
.1.3.6.1.2.1.99.1.1.1.5.100350232 1
.1.3.6.1.2.1.99.1.1.1.5.100350233 1
.1.3.6.1.2.1.99.1.1.1.5.100350241 1
.1.3.6.1.2.1.99.1.1.1.5.100350242 1
.1.3.6.1.2.1.99.1.1.1.5.100350243 1
.1.3.6.1.2.1.99.1.1.1.5.100601111 1
.1.3.6.1.2.1.99.1.1.1.5.100602111 1
.1.3.6.1.2.1.99.1.1.1.5.100603111 1
.1.3.6.1.2.1.99.1.1.1.5.100604111 1
.1.3.6.1.2.1.99.1.1.1.5.100711101 1
.1.3.6.1.2.1.99.1.1.1.5.100711102 1
.1.3.6.1.2.1.99.1.1.1.5.100711103 1
.1.3.6.1.2.1.99.1.1.1.5.100711104 1
.1.3.6.1.2.1.99.1.1.1.5.100711105 1
.1.3.6.1.2.1.99.1.1.1.5.100711211 1
.1.3.6.1.2.1.99.1.1.1.5.100721101 1
.1.3.6.1.2.1.99.1.1.1.5.100721102 1
.1.3.6.1.2.1.99.1.1.1.5.100721103 1
.1.3.6.1.2.1.99.1.1.1.5.100721104 1
.1.3.6.1.2.1.99.1.1.1.5.100721105 1
.1.3.6.1.2.1.99.1.1.1.5.100721211 1
.1.3.6.1.2.1.99.1.1.1.6.100006001 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006002 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006003 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006004 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006005 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006006 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006007 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006008 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006009 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006010 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006011 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006012 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100006013 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006014 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006015 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006016 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006017 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006018 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006019 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006020 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006021 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006022 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006023 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006024 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006025 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006026 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006027 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006028 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006029 Volts
.1.3.6.1.2.1.99.1.1.1.6.100006030 Volts
.1.3.6.1.2.1.99.1.1.1.6.100305201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100305202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100305211 mA
.1.3.6.1.2.1.99.1.1.1.6.100305212 mW
.1.3.6.1.2.1.99.1.1.1.6.100305213 mW
.1.3.6.1.2.1.99.1.1.1.6.100315201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100315202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100315211 mA
.1.3.6.1.2.1.99.1.1.1.6.100315212 mW
.1.3.6.1.2.1.99.1.1.1.6.100315213 mW
.1.3.6.1.2.1.99.1.1.1.6.100325201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100325202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100325211 mA
.1.3.6.1.2.1.99.1.1.1.6.100325212 mW
.1.3.6.1.2.1.99.1.1.1.6.100325213 mW
.1.3.6.1.2.1.99.1.1.1.6.100329201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100329202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100329211 mA
.1.3.6.1.2.1.99.1.1.1.6.100329212 mW
.1.3.6.1.2.1.99.1.1.1.6.100329213 mW
.1.3.6.1.2.1.99.1.1.1.6.100330201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100330202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100330211 mA
.1.3.6.1.2.1.99.1.1.1.6.100330212 mW
.1.3.6.1.2.1.99.1.1.1.6.100330213 mW
.1.3.6.1.2.1.99.1.1.1.6.100337201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100337202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100337211 mA
.1.3.6.1.2.1.99.1.1.1.6.100337212 mW
.1.3.6.1.2.1.99.1.1.1.6.100337213 mW
.1.3.6.1.2.1.99.1.1.1.6.100339201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100339202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100339211 mA
.1.3.6.1.2.1.99.1.1.1.6.100339212 mW
.1.3.6.1.2.1.99.1.1.1.6.100339213 mW
.1.3.6.1.2.1.99.1.1.1.6.100341201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100341202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100341211 mA
.1.3.6.1.2.1.99.1.1.1.6.100341212 mW
.1.3.6.1.2.1.99.1.1.1.6.100341213 mW
.1.3.6.1.2.1.99.1.1.1.6.100342201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100342202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100342211 mA
.1.3.6.1.2.1.99.1.1.1.6.100342212 mW
.1.3.6.1.2.1.99.1.1.1.6.100342213 mW
.1.3.6.1.2.1.99.1.1.1.6.100343201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100343202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100343211 mA
.1.3.6.1.2.1.99.1.1.1.6.100343212 mW
.1.3.6.1.2.1.99.1.1.1.6.100343213 mW
.1.3.6.1.2.1.99.1.1.1.6.100344201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100344202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100344211 mA
.1.3.6.1.2.1.99.1.1.1.6.100344212 mW
.1.3.6.1.2.1.99.1.1.1.6.100344213 mW
.1.3.6.1.2.1.99.1.1.1.6.100345201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100345202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100345211 mA
.1.3.6.1.2.1.99.1.1.1.6.100345212 mW
.1.3.6.1.2.1.99.1.1.1.6.100345213 mW
.1.3.6.1.2.1.99.1.1.1.6.100346201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100346202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100346211 mA
.1.3.6.1.2.1.99.1.1.1.6.100346212 mW
.1.3.6.1.2.1.99.1.1.1.6.100346213 mW
.1.3.6.1.2.1.99.1.1.1.6.100347201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100347202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100347211 mA
.1.3.6.1.2.1.99.1.1.1.6.100347212 mW
.1.3.6.1.2.1.99.1.1.1.6.100347213 mW
.1.3.6.1.2.1.99.1.1.1.6.100348201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100348202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100348211 mA
.1.3.6.1.2.1.99.1.1.1.6.100348212 mW
.1.3.6.1.2.1.99.1.1.1.6.100348213 mW
.1.3.6.1.2.1.99.1.1.1.6.100349201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100349202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100349211 mA
.1.3.6.1.2.1.99.1.1.1.6.100349212 mW
.1.3.6.1.2.1.99.1.1.1.6.100349213 mW
.1.3.6.1.2.1.99.1.1.1.6.100349221 mA
.1.3.6.1.2.1.99.1.1.1.6.100349222 mW
.1.3.6.1.2.1.99.1.1.1.6.100349223 mW
.1.3.6.1.2.1.99.1.1.1.6.100349231 mA
.1.3.6.1.2.1.99.1.1.1.6.100349232 mW
.1.3.6.1.2.1.99.1.1.1.6.100349233 mW
.1.3.6.1.2.1.99.1.1.1.6.100349241 mA
.1.3.6.1.2.1.99.1.1.1.6.100349242 mW
.1.3.6.1.2.1.99.1.1.1.6.100349243 mW
.1.3.6.1.2.1.99.1.1.1.6.100350201 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100350202 Volts
.1.3.6.1.2.1.99.1.1.1.6.100350211 mA
.1.3.6.1.2.1.99.1.1.1.6.100350212 mW
.1.3.6.1.2.1.99.1.1.1.6.100350213 mW
.1.3.6.1.2.1.99.1.1.1.6.100350221 mA
.1.3.6.1.2.1.99.1.1.1.6.100350222 mW
.1.3.6.1.2.1.99.1.1.1.6.100350223 mW
.1.3.6.1.2.1.99.1.1.1.6.100350231 mA
.1.3.6.1.2.1.99.1.1.1.6.100350232 mW
.1.3.6.1.2.1.99.1.1.1.6.100350233 mW
.1.3.6.1.2.1.99.1.1.1.6.100350241 mA
.1.3.6.1.2.1.99.1.1.1.6.100350242 mW
.1.3.6.1.2.1.99.1.1.1.6.100350243 mW
.1.3.6.1.2.1.99.1.1.1.6.100601111 RPM
.1.3.6.1.2.1.99.1.1.1.6.100602111 RPM
.1.3.6.1.2.1.99.1.1.1.6.100603111 RPM
.1.3.6.1.2.1.99.1.1.1.6.100604111 RPM
.1.3.6.1.2.1.99.1.1.1.6.100711101 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100711102 Amperes
.1.3.6.1.2.1.99.1.1.1.6.100711103 Amperes
.1.3.6.1.2.1.99.1.1.1.6.100711104 Volts
.1.3.6.1.2.1.99.1.1.1.6.100711105 Volts
.1.3.6.1.2.1.99.1.1.1.6.100711211 RPM
.1.3.6.1.2.1.99.1.1.1.6.100721101 Celsius
.1.3.6.1.2.1.99.1.1.1.6.100721102 Amperes
.1.3.6.1.2.1.99.1.1.1.6.100721103 Amperes
.1.3.6.1.2.1.99.1.1.1.6.100721104 Volts
.1.3.6.1.2.1.99.1.1.1.6.100721105 Volts
.1.3.6.1.2.1.99.1.1.1.6.100721211 RPM
.1.3.6.1.2.1.99.1.1.1.7.100006001 1168435670
.1.3.6.1.2.1.99.1.1.1.7.100006002 1168435670
.1.3.6.1.2.1.99.1.1.1.7.100006003 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006004 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006005 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006006 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006007 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006008 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006009 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006010 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006011 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006012 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006013 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006014 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006015 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006016 1168435671
.1.3.6.1.2.1.99.1.1.1.7.100006017 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006018 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006019 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006020 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006021 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006022 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006023 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006024 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006025 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006026 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006027 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006028 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006029 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100006030 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100305201 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100305202 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100305211 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100305212 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100305213 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100315201 1168435672
.1.3.6.1.2.1.99.1.1.1.7.100315202 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100315211 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100315212 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100315213 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100325201 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100325202 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100325211 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100325212 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100325213 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100329201 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100329202 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100329211 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100329212 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100329213 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100330201 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100330202 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100330211 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100330212 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100330213 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100337201 1168435673
.1.3.6.1.2.1.99.1.1.1.7.100337202 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100337211 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100337212 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100337213 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100339201 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100339202 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100339211 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100339212 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100339213 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100341201 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100341202 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100341211 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100341212 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100341213 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100342201 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100342202 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100342211 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100342212 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100342213 1168435674
.1.3.6.1.2.1.99.1.1.1.7.100343201 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100343202 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100343211 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100343212 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100343213 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100344201 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100344202 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100344211 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100344212 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100344213 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100345201 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100345202 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100345211 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100345212 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100345213 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100346201 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100346202 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100346211 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100346212 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100346213 1168435675
.1.3.6.1.2.1.99.1.1.1.7.100347201 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100347202 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100347211 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100347212 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100347213 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100348201 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100348202 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100348211 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100348212 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100348213 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349201 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349202 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349211 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349212 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349213 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349221 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349222 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349223 1168435676
.1.3.6.1.2.1.99.1.1.1.7.100349231 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100349232 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100349233 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100349241 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100349242 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100349243 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350201 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350202 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350211 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350212 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350213 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350221 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350222 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350223 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350231 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350232 1168435677
.1.3.6.1.2.1.99.1.1.1.7.100350233 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100350241 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100350242 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100350243 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100601111 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100602111 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100603111 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100604111 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100711101 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100711102 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100711103 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100711104 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100711105 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100711211 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100721101 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100721102 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100721103 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100721104 1168435678
.1.3.6.1.2.1.99.1.1.1.7.100721105 1168435679
.1.3.6.1.2.1.99.1.1.1.7.100721211 1168435679
.1.3.6.1.2.1.99.1.1.1.8.100006001 5000
.1.3.6.1.2.1.99.1.1.1.8.100006002 5000
.1.3.6.1.2.1.99.1.1.1.8.100006003 5000
.1.3.6.1.2.1.99.1.1.1.8.100006004 5000
.1.3.6.1.2.1.99.1.1.1.8.100006005 5000
.1.3.6.1.2.1.99.1.1.1.8.100006006 5000
.1.3.6.1.2.1.99.1.1.1.8.100006007 5000
.1.3.6.1.2.1.99.1.1.1.8.100006008 5000
.1.3.6.1.2.1.99.1.1.1.8.100006009 5000
.1.3.6.1.2.1.99.1.1.1.8.100006010 5000
.1.3.6.1.2.1.99.1.1.1.8.100006011 5000
.1.3.6.1.2.1.99.1.1.1.8.100006012 5000
.1.3.6.1.2.1.99.1.1.1.8.100006013 5000
.1.3.6.1.2.1.99.1.1.1.8.100006014 5000
.1.3.6.1.2.1.99.1.1.1.8.100006015 5000
.1.3.6.1.2.1.99.1.1.1.8.100006016 5000
.1.3.6.1.2.1.99.1.1.1.8.100006017 5000
.1.3.6.1.2.1.99.1.1.1.8.100006018 5000
.1.3.6.1.2.1.99.1.1.1.8.100006019 5000
.1.3.6.1.2.1.99.1.1.1.8.100006020 5000
.1.3.6.1.2.1.99.1.1.1.8.100006021 5000
.1.3.6.1.2.1.99.1.1.1.8.100006022 5000
.1.3.6.1.2.1.99.1.1.1.8.100006023 5000
.1.3.6.1.2.1.99.1.1.1.8.100006024 5000
.1.3.6.1.2.1.99.1.1.1.8.100006025 5000
.1.3.6.1.2.1.99.1.1.1.8.100006026 5000
.1.3.6.1.2.1.99.1.1.1.8.100006027 5000
.1.3.6.1.2.1.99.1.1.1.8.100006028 5000
.1.3.6.1.2.1.99.1.1.1.8.100006029 5000
.1.3.6.1.2.1.99.1.1.1.8.100006030 5000
.1.3.6.1.2.1.99.1.1.1.8.100305201 6000
.1.3.6.1.2.1.99.1.1.1.8.100305202 6000
.1.3.6.1.2.1.99.1.1.1.8.100305211 6000
.1.3.6.1.2.1.99.1.1.1.8.100305212 6000
.1.3.6.1.2.1.99.1.1.1.8.100305213 6000
.1.3.6.1.2.1.99.1.1.1.8.100315201 6000
.1.3.6.1.2.1.99.1.1.1.8.100315202 6000
.1.3.6.1.2.1.99.1.1.1.8.100315211 6000
.1.3.6.1.2.1.99.1.1.1.8.100315212 6000
.1.3.6.1.2.1.99.1.1.1.8.100315213 6000
.1.3.6.1.2.1.99.1.1.1.8.100325201 6000
.1.3.6.1.2.1.99.1.1.1.8.100325202 6000
.1.3.6.1.2.1.99.1.1.1.8.100325211 6000
.1.3.6.1.2.1.99.1.1.1.8.100325212 6000
.1.3.6.1.2.1.99.1.1.1.8.100325213 6000
.1.3.6.1.2.1.99.1.1.1.8.100329201 6000
.1.3.6.1.2.1.99.1.1.1.8.100329202 6000
.1.3.6.1.2.1.99.1.1.1.8.100329211 6000
.1.3.6.1.2.1.99.1.1.1.8.100329212 6000
.1.3.6.1.2.1.99.1.1.1.8.100329213 6000
.1.3.6.1.2.1.99.1.1.1.8.100330201 6000
.1.3.6.1.2.1.99.1.1.1.8.100330202 6000
.1.3.6.1.2.1.99.1.1.1.8.100330211 6000
.1.3.6.1.2.1.99.1.1.1.8.100330212 6000
.1.3.6.1.2.1.99.1.1.1.8.100330213 6000
.1.3.6.1.2.1.99.1.1.1.8.100337201 6000
.1.3.6.1.2.1.99.1.1.1.8.100337202 6000
.1.3.6.1.2.1.99.1.1.1.8.100337211 6000
.1.3.6.1.2.1.99.1.1.1.8.100337212 6000
.1.3.6.1.2.1.99.1.1.1.8.100337213 6000
.1.3.6.1.2.1.99.1.1.1.8.100339201 6000
.1.3.6.1.2.1.99.1.1.1.8.100339202 6000
.1.3.6.1.2.1.99.1.1.1.8.100339211 6000
.1.3.6.1.2.1.99.1.1.1.8.100339212 6000
.1.3.6.1.2.1.99.1.1.1.8.100339213 6000
.1.3.6.1.2.1.99.1.1.1.8.100341201 6000
.1.3.6.1.2.1.99.1.1.1.8.100341202 6000
.1.3.6.1.2.1.99.1.1.1.8.100341211 6000
.1.3.6.1.2.1.99.1.1.1.8.100341212 6000
.1.3.6.1.2.1.99.1.1.1.8.100341213 6000
.1.3.6.1.2.1.99.1.1.1.8.100342201 6000
.1.3.6.1.2.1.99.1.1.1.8.100342202 6000
.1.3.6.1.2.1.99.1.1.1.8.100342211 6000
.1.3.6.1.2.1.99.1.1.1.8.100342212 6000
.1.3.6.1.2.1.99.1.1.1.8.100342213 6000
.1.3.6.1.2.1.99.1.1.1.8.100343201 6000
.1.3.6.1.2.1.99.1.1.1.8.100343202 6000
.1.3.6.1.2.1.99.1.1.1.8.100343211 6000
.1.3.6.1.2.1.99.1.1.1.8.100343212 6000
.1.3.6.1.2.1.99.1.1.1.8.100343213 6000
.1.3.6.1.2.1.99.1.1.1.8.100344201 6000
.1.3.6.1.2.1.99.1.1.1.8.100344202 6000
.1.3.6.1.2.1.99.1.1.1.8.100344211 6000
.1.3.6.1.2.1.99.1.1.1.8.100344212 6000
.1.3.6.1.2.1.99.1.1.1.8.100344213 6000
.1.3.6.1.2.1.99.1.1.1.8.100345201 6000
.1.3.6.1.2.1.99.1.1.1.8.100345202 6000
.1.3.6.1.2.1.99.1.1.1.8.100345211 6000
.1.3.6.1.2.1.99.1.1.1.8.100345212 6000
.1.3.6.1.2.1.99.1.1.1.8.100345213 6000
.1.3.6.1.2.1.99.1.1.1.8.100346201 6000
.1.3.6.1.2.1.99.1.1.1.8.100346202 6000
.1.3.6.1.2.1.99.1.1.1.8.100346211 6000
.1.3.6.1.2.1.99.1.1.1.8.100346212 6000
.1.3.6.1.2.1.99.1.1.1.8.100346213 6000
.1.3.6.1.2.1.99.1.1.1.8.100347201 6000
.1.3.6.1.2.1.99.1.1.1.8.100347202 6000
.1.3.6.1.2.1.99.1.1.1.8.100347211 6000
.1.3.6.1.2.1.99.1.1.1.8.100347212 6000
.1.3.6.1.2.1.99.1.1.1.8.100347213 6000
.1.3.6.1.2.1.99.1.1.1.8.100348201 6000
.1.3.6.1.2.1.99.1.1.1.8.100348202 6000
.1.3.6.1.2.1.99.1.1.1.8.100348211 6000
.1.3.6.1.2.1.99.1.1.1.8.100348212 6000
.1.3.6.1.2.1.99.1.1.1.8.100348213 6000
.1.3.6.1.2.1.99.1.1.1.8.100349201 6000
.1.3.6.1.2.1.99.1.1.1.8.100349202 6000
.1.3.6.1.2.1.99.1.1.1.8.100349211 6000
.1.3.6.1.2.1.99.1.1.1.8.100349212 6000
.1.3.6.1.2.1.99.1.1.1.8.100349213 6000
.1.3.6.1.2.1.99.1.1.1.8.100349221 6000
.1.3.6.1.2.1.99.1.1.1.8.100349222 6000
.1.3.6.1.2.1.99.1.1.1.8.100349223 6000
.1.3.6.1.2.1.99.1.1.1.8.100349231 6000
.1.3.6.1.2.1.99.1.1.1.8.100349232 6000
.1.3.6.1.2.1.99.1.1.1.8.100349233 6000
.1.3.6.1.2.1.99.1.1.1.8.100349241 6000
.1.3.6.1.2.1.99.1.1.1.8.100349242 6000
.1.3.6.1.2.1.99.1.1.1.8.100349243 6000
.1.3.6.1.2.1.99.1.1.1.8.100350201 6000
.1.3.6.1.2.1.99.1.1.1.8.100350202 6000
.1.3.6.1.2.1.99.1.1.1.8.100350211 6000
.1.3.6.1.2.1.99.1.1.1.8.100350212 6000
.1.3.6.1.2.1.99.1.1.1.8.100350213 6000
.1.3.6.1.2.1.99.1.1.1.8.100350221 6000
.1.3.6.1.2.1.99.1.1.1.8.100350222 6000
.1.3.6.1.2.1.99.1.1.1.8.100350223 6000
.1.3.6.1.2.1.99.1.1.1.8.100350231 6000
.1.3.6.1.2.1.99.1.1.1.8.100350232 6000
.1.3.6.1.2.1.99.1.1.1.8.100350233 6000
.1.3.6.1.2.1.99.1.1.1.8.100350241 6000
.1.3.6.1.2.1.99.1.1.1.8.100350242 6000
.1.3.6.1.2.1.99.1.1.1.8.100350243 6000
.1.3.6.1.2.1.99.1.1.1.8.100601111 2000
.1.3.6.1.2.1.99.1.1.1.8.100602111 2000
.1.3.6.1.2.1.99.1.1.1.8.100603111 2000
.1.3.6.1.2.1.99.1.1.1.8.100604111 2000
.1.3.6.1.2.1.99.1.1.1.8.100711101 5000
.1.3.6.1.2.1.99.1.1.1.8.100711102 5000
.1.3.6.1.2.1.99.1.1.1.8.100711103 5000
.1.3.6.1.2.1.99.1.1.1.8.100711104 5000
.1.3.6.1.2.1.99.1.1.1.8.100711105 5000
.1.3.6.1.2.1.99.1.1.1.8.100711211 2000
.1.3.6.1.2.1.99.1.1.1.8.100721101 5000
.1.3.6.1.2.1.99.1.1.1.8.100721102 5000
.1.3.6.1.2.1.99.1.1.1.8.100721103 5000
.1.3.6.1.2.1.99.1.1.1.8.100721104 5000
.1.3.6.1.2.1.99.1.1.1.8.100721105 5000
.1.3.6.1.2.1.99.1.1.1.8.100721211 2000

Thank you for your recent help and for your patience!

Kind regards Kai

Hi @kano

I tried to cobble something together. I do not know if it will work.

It queries two SnmpTables. From .1.3.6.1.2.1.47.1.1.1.1 the entPhysicalTable it gets the ID of the Entity, its description, where its contained in and its type. From the .1.3.6.1.2.1.99.1.1.1 the entPhySensorTable it gets the Id, type, scale, value, status and unit. Most of those values are numeric, however the following link may help you decode the values.

The parsing function first converts the list of sensors into a dict to simplify the access to sensor data.
Then it loops over the Enties and for each port it tries to find sensors contained within the port. For each port it should return a dict with its id, description and the sensors contained within.

If this works it should give you some sensor data for the ports to work with.

from .agent_based_api.v1 import *

def parse_arista_port(string_table):
    print(string_table)

    # Parse Sensor List into a dict
    sensors = {}
    for sensorId, sensorType, sensorScale, sensorValue, sensorStatus, sensorUnit in string_table[1]:
        sensors[sensorID] = (sensorType, sensorScale, sensorValue, sensorStatus, sensorUnit)

    # Parse the Ports
    parsed = []
    for portId, portDesc, portContained, portClass in string_table[0]:
        if portClass != '10': # not a port
            continue

        port = {'id': entId, 'desc': entDesc, 'sensors': []}

        for sensorId, sensorDesc, sensorContained, sensorClass in string_table[0]:
            if portId != sensorContained:
                continue
            if sensorId not in sensors:
                continue

            port['sensors'].append(sensors[sensorId])

    
    print(sensors)
    print(parsed)
        
    return parsed

register.snmp_section(
    name = "arista_port",
    detect = startswith(".1.3.6.1.2.1.1.1.0", "Arista"),
    parse_function=parse_arista_port,
    fetch = [
        SNMPTree(
            base = '.1.3.6.1.2.1.47.1.1.1.1',
            oids = [
                OIDEnd(),
                '2', # entPhysicalDescr
                '4', # entPhysicalContainedIn
                '5', # entPhysicalClass
            ],
        ),
        SNMPTree(
            base = '.1.3.6.1.2.1.99.1.1.1',
            oids = [
                OIDEnd(),
                '1', # entPhySensorType
                '2', # entPhySensorScale
                '4', # entPhySensorValue
                '5', # entPhySensorOperStatus
                '6', # entPhySensorUnitsDisplay
            ],
        ),
    ]
)

Regards Marius

Hey Marius, how are you?
Thanks again, i did some little adjustments by your script to get the values from the sensor dic (I just renamed 2 or 3 variables). But insane how close it was with your first try… Chapeau!

I have one question left regarding to your script. I am not quite sure, but is the “parsed = ” really used? Because we create it in line 12 or sth and after we do not fill it at any point? I am a little bit confused . I added to debug a little bit two more print outs print("portId not in sensorContained") and print("sensorId not in snesors"). I noticed that the port['sensors'].append(sensors[sensorId]) is never used.

Here the new edit from your script:

from .agent_based_api.v1 import *
    def parse_arista_port(string_table):
        print(string_table)

    # Parse Sensor List into a dict
    sensors = {}
    for sensorId, sensorType, sensorScale, sensorValue, sensorStatus, sensorUnit in string_table[1]:
        sensors[sensorId] = (sensorType, sensorScale, sensorValue, sensorStatus, sensorUnit)

    # Parse the Ports
    parsed = []

    for portId, portDesc, portContained, portClass in string_table[0]:
        if portClass != '10': # not a port
            continue

        port = {'id': portId, 'desc': portDesc, 'sensors': []}

        for sensorId, sensorDesc, sensorContained, sensorClass in string_table[0]:
            if portId != sensorContained:
                print("portId not in sensorContained")
                continue
            if sensorId not in sensors:
                print("sensorId not in snesors")
                continue

            port['sensors'].append(sensors[sensorId])

    
    print(sensors)
    print(parsed)

        
    return parsed

register.snmp_section(
    name = "arista_port",
    detect = startswith(".1.3.6.1.2.1.1.1.0", "Arista"),
    parse_function=parse_arista_port,

    fetch = [
        SNMPTree(
            base = '.1.3.6.1.2.1.47.1.1.1.1',
            oids = [
                OIDEnd(),
                '2', # entPhysicalDescr
                '4', # entPhysicalContainedIn
                '5', # entPhysicalClass
            ],
        ),

        SNMPTree(
            base = '.1.3.6.1.2.1.99.1.1.1',
            oids = [
                OIDEnd(),
                '1', # entPhySensorType
                '2', # entPhySensorScale
                '4', # entPhySensorValue
                '5', # entPhySensorOperStatus
                '6', # entPhySensorUnitsDisplay

            ],

        ),

    ]

)

The sensor prints something like:

'100006001': ('8', '9', '412', '1', 'Celsius'), 
'100006002': ('8', '9', '338', '1', 'Celsius'), 
'100006003': ('8', '9', '250', '1', 'Celsius')

However the parsed dic is empty and returns only [].
For me it would make sense after the port (port['sensors'].append(sensors[sensorId])) is created to add the whole thing to the parsed list

Regards Kai :slight_smile:

Hey Marius, I did some more adjustments and now I get the parsed values. Here is the code:

from .agent_based_api.v1 import *
def parse_arista_port(string_table):

    # print(string_table)
    # http://www.circitor.fr/Mibs/Html/E/ENTITY-SENSOR-MIB.php#EntitySensorDataType
    # Parse Sensor List into a dict

    sensors = {}
    for data in string_table[0]:
        sensorId = data[0]
        sensors[sensorId] = {
            "sensorType": data[1], 
            "sensorScale": data[2], 
            "sensorPrecision": data[3], 
            "sensorValue": data[4], 
            "sensorStatus": data[5], 
            "sensorUnit": data[6]
        }

    

    # http://www.circitor.fr/Mibs/Html/E/ENTITY-MIB.php#PhysicalClass
    # http://www.circitor.fr/Mibs/Html/E/ENTITY-MIB.php
    # Parse the Ports
    parsed = []
    for data in string_table[1]:
        deviceId = data[0]
        device = {
            'id': deviceId, 
            'desc': data[2], 
            'sensor': sensors.get(deviceId)
        }

        parsed.append(device)

    #print(sensors)
    print(parsed)
    return parsed

register.snmp_section(
    name = "arista_port",
    detect = startswith(".1.3.6.1.2.1.1.1.0", "Arista"),
    parse_function = parse_arista_port,
    fetch = [
        SNMPTree(
            base = '.1.3.6.1.2.1.99.1.1.1',
            oids = [
                OIDEnd(),
                '1', # entPhySensorType
                '2', # entPhySensorScale
                '3', # entPhySensorPrecision
                '4', # entPhySensorValue
                '5', # entPhySensorOperStatus
                '6', # entPhySensorUnitsDisplay
            ],
        ),

        SNMPTree(
            base = '.1.3.6.1.2.1.47.1.1.1.1',
            oids = [
                OIDEnd(),
                '1', # entPhysicalIndex
                '2', # entPhysicalDescr
                '3', # entPhysicalVendorType
                '4', # entPhysicalContainedIn
                '5', # entPhysicalClass
                '6', # entPhysicalParentRelPos
            ],
        ),
    ]
)

Here are some examples from the output. I think with that it is possible to write the check plugin or register the check plugin, but I am not sure how to proceed from here.

{'id': '1', 'desc': '48 SFP+ +4 QSFP 10Gb 1RU', 'sensor': None}, 
{'id': '100004002', 'desc': 'Scd Chip 2', 'sensor': None}, 
{'id': '100006001', 'desc': 'Cpu temp sensor', 'sensor': {
    'sensorType': '8', 'sensorScale': '9', 'sensorPrecision': '1', 'sensorValue': '412', 'sensorStatus': '1', 'sensorUnit': 'Celsius'}
}, 

Regards Kai

Hi @kano

This was only the first part of the process. Basically the data gathering and parsing. In the same file you now need to define a check_plugin. The discovery_function is called with the list returned from the parsinf function and sould yield a Service object for each service which should be discovered. The check_function is then called with the list returned from the parsinf function and the item from the yielded Service in the discovery. This function should yield one or more `Results Checkmk will combine the texts of all and take the worst state. Something along those lines could work.

def discovery_arista_port(section):
    for device in section:
        yield Service(item=device['desc'])


def check_arista_port(item, section):
    for device in section:
        if device['desc'] != item:
            continue

        if device['sensor']:
            yield Result(state=State.OK, summary='%s %s' % (device['sensor']['sensorValue'], device['sensor']['sensorUnit']))
        else:
            yield Result(state=State.WARN, summary='No sensor found')


register.check_plugin(
    name='arista_port',
    service_name='Port %s',
    discovery_function=discovery_arista_port,
    check_function=check_arista_port,
)

In the parse_arista_port function you may should take EntitySensorPrecision into consideration. In the example output for the Cpu temp sensor the precision of 1 mean the valuer of 412 needs to be divided by 10. Its 41.2°C. The following code would probably handle this case.

value = int(data[4])
precision = int(data[3])

if precision > 0:
    value = value / (10**precision)

Regards Marius

1 Like

Would it be possible to publish a check plugin with this new data?