Inventory problem of some new Hosts (Timeout)

Since switching to Check_MK 2,
I can no longer take an inventory of some special hosts (ABB industrial switches)

a hardware version with fiber optic ports works
and a version with DSL ports not

Check_MK Inventory is stopping when call OID 1.3.6.1.2.1.47.1.1.1.1.7" ??
A Normal “Linux SNMP Walk” runs fine

Debugging Output CMK Inventory from CLI:

Already fetched OID: .1.3.6.1.2.1.2.2.1.6
Already fetched OID: .1.3.6.1.2.1.2.2.1.9
snmp_extended_info: Fetching data (SNMP walk cache is disabled)
Executing BULKWALK of ".1.3.6.1.2.1.47.1.1.1.1.2" on R1-Genna
.1.3.6.1.2.1.47.1.1.1.1.2.1 => [b'HY104-DSL/FO'] 'OCTETSTR'
Executing BULKWALK of ".1.3.6.1.2.1.47.1.1.1.1.4" on R1-Genna
.1.3.6.1.2.1.47.1.1.1.1.4.1 => [b'0'] 'INTEGER'
Executing BULKWALK of ".1.3.6.1.2.1.47.1.1.1.1.5" on R1-Genna
.1.3.6.1.2.1.47.1.1.1.1.5.1 => [b'1'] 'INTEGER'
Executing BULKWALK of ".1.3.6.1.2.1.47.1.1.1.1.7" on R1-Genna
ERROR: SNMP error 0/-24 (Timeout (bad parse of version))
[cpu_tracking] Stop [7fa9b956f9d0 - Snapshot(process=posix.times_result(user=0.44999999999999996, system=0.01999999999999999, children_user=0.0, children_system=0.0, elapsed=242.32000000029802))]
Try aquire lock on /omd/sites/sat_fernwirk_is/var/check_mk/crashes/base/b630bbc8-b2fe-11eb-ae6a-000c29425181/crash.info
Got lock on /omd/sites/sat_fernwirk_is/var/check_mk/crashes/base/b630bbc8-b2fe-11eb-ae6a-000c29425181/crash.info
Releasing lock on /omd/sites/sat_is/var/check_mk/crashes/base/b630bbc8-b2fe-11eb-ae6a-000c29425181/crash.info
Released lock on /omd/sites/sat_is/var/check_mk/crashes/base/b630bbc8-b2fe-11eb-ae6a-000c29425181/crash.info
Traceback (most recent call last):
File "/omd/sites/sat_is/lib/python3/cmk/fetchers/snmp.py", line 328, in _fetch_from_io
_from, until, _section = persisted_sections[section_name]
File "/omd/sites/sat_is/lib/python3/cmk/fetchers/cache.py", line 42, in __getitem__
return self._store.__getitem__(key)
KeyError: SectionName('snmp_extended_info')
During handling of the above exception, another exception occurred:

Linux SNMP Walk on CMK Host:

root@cma:/omd/sites/sat_is/local/share/check_mk/checks# snmpwalk -v3 -l authPriv -u MonitoringUser -a SHA -A geheim -x DES -X geheim 172.16.x.x 1.3.6.1.2.1.47

iso.3.6.1.2.1.47.1.1.1.1.2.1 = STRING: "HY104-DSL/FO"
iso.3.6.1.2.1.47.1.1.1.1.3.1 = OID: ccitt.0
iso.3.6.1.2.1.47.1.1.1.1.4.1 = INTEGER: 0
iso.3.6.1.2.1.47.1.1.1.1.5.1 = INTEGER: 1
iso.3.6.1.2.1.47.1.1.1.1.6.1 = INTEGER: -1
iso.3.6.1.2.1.47.1.1.1.1.7.1 = STRING: "HY104-DSL/FO"
iso.3.6.1.2.1.47.1.1.1.1.8.1 = STRING: "53-23"
iso.3.6.1.2.1.47.1.1.1.1.9.1 = STRING: "2.2.2"
iso.3.6.1.2.1.47.1.1.1.1.10.1 = ""
iso.3.6.1.2.1.47.1.1.1.1.11.1 = ""
iso.3.6.1.2.1.47.1.1.1.1.12.1 = STRING: "ABB Power Grids"
iso.3.6.1.2.1.47.1.1.1.1.13.1 = STRING: "HY104-DSL/FO"
iso.3.6.1.2.1.47.1.1.1.1.14.1 = ""
iso.3.6.1.2.1.47.1.1.1.1.15.1 = ""
iso.3.6.1.2.1.47.1.1.1.1.16.1 = INTEGER: 1
iso.3.6.1.2.1.47.1.1.1.1.17.1 = Hex-STRING: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
iso.3.6.1.2.1.47.1.1.1.1.18.1 = STRING: "https://solutions.abb/eds500"
iso.3.6.1.2.1.47.1.1.1.1.19.1 = ""
iso.3.6.1.2.1.47.1.4.1.0 = Timeticks: (0) 0:00:00.00

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.