Simple snmp-plugin is not working yet

Thank you for your reply!

Okay, it seems I made several things wrong. I changed the script as you recommended to:

from .agent_based_api.v1 import *
from pprint import pprint

def check_temp(item, section):
    print("check")
    yield Result(state=State.OK, summary="OK")

def discover_temp(section):
    print("discover")
    yield Service(item="Temperatur %s")

register.check_plugin(
    name = "rzp",
    sections = ['rzp'],
    service_name = "Temperatur %s",
    discovery_function = discover_temp,
    check_function = check_temp,
)

register.snmp_section(
    name = "rzp",
    detect = startswith(".1.3.6.1.2.1.1.1.0", "RZ-Products"), # sysDescr
    fetch = SNMPTree(
        base = '.1.3.6.1.3.1.0',
        oids = [
            '0', # doorOpen
            '2', # firePre
            '3', # fireMain
            '4', # ups
            '5', # coolLeft
            '6', # coolRight
            '7', # pump
            '16', # powerA
            '17', # powerB
            '20', # temp
            '21', # humid
        ],
    ),
)

But it still doesn’t work. cmk -I --plugins rzp RZp doesn’t show any output although I would expect to see the print-outputs.

Why do you think the detect = startswith(".1.3.6.1.2.1.1.1.0", "RZ-Products GmbH, DCM Agent") does not work? Here is the output of cmk -vvII RZp which shows Getting OID .1.3.6.1.2.1.1.1.0: Executing SNMP GET of .1.3.6.1.2.1.1.1.0 on RZp => [b'RZ-Products GmbH, DCM Agent, Version 3.1'] OCTETSTR which should match?

Complete output (some duplicate lines removed because of size limit):

OMD[sitename]:~$ cmk -vvII RZp
Discovering services and host labels on: RZp
RZp:
+ FETCHING DATA
  Source: SourceType.HOST/FetcherType.SNMP
[cpu_tracking] Start [7fa50b7e8bb0]
[SNMPFetcher] Fetch with cache settings: SNMPFileCache(RZp, base_path=/omd/sites/sitename/tmp/check_mk/data_source_cache/snmp, max_age=MaxAge(checking=0, discovery=120, inventory=120), disabled=False, use_outdated=False, simulation=False)
Not using cache (Too old. Age is 247273 sec, allowed is 120 sec)
[SNMPFetcher] Execute data source
  SNMP scan:
       Getting OID .1.3.6.1.2.1.1.1.0: Executing SNMP GET of .1.3.6.1.2.1.1.1.0 on RZp
=> [b'RZ-Products GmbH, DCM Agent, Version 3.1'] OCTETSTR
b'RZ-Products GmbH, DCM Agent, Version 3.1'
       Getting OID .1.3.6.1.2.1.1.2.0: Executing SNMP GET of .1.3.6.1.2.1.1.2.0 on RZp
=> [b'.1.3.6.1.3.1.0.0'] OBJECTID
b'.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Getting OID .1.3.6.1.4.1.232.2.2.4.2.0: Executing SNMP GET of .1.3.6.1.4.1.232.2.2.4.2.0 on RZp
=> [None] NOSUCHINSTANCE
failed.
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Getting OID .1.3.6.1.4.1.674.*: Executing SNMP GETNEXT of .1.3.6.1.4.1.674 on RZp
=> [None] ENDOFMIBVIEW
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Getting OID .1.3.6.1.2.1.2.2.1.*: Executing SNMP GETNEXT of .1.3.6.1.2.1.2.2.1 on RZp
=> [None] OCTETSTR
failed.
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Getting OID .1.3.6.1.2.1.31.1.1.1.6.*: Executing SNMP GETNEXT of .1.3.6.1.2.1.31.1.1.1.6 on RZp
=> [None] OCTETSTR
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Getting OID .1.3.6.1.4.1.6302.2.1.1.1.0: Executing SNMP GET of .1.3.6.1.4.1.6302.2.1.1.1.0 on RZp
=> [None] NOSUCHINSTANCE
failed.
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Getting OID .1.3.6.1.2.1.25.1.1.0: Executing SNMP GET of .1.3.6.1.2.1.25.1.1.0 on RZp
=> [None] NOSUCHINSTANCE
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Getting OID .1.3.6.1.4.1.2036.2.1.1.4.0: Executing SNMP GET of .1.3.6.1.4.1.2036.2.1.1.4.0 on RZp
=> [None] NOSUCHINSTANCE
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Getting OID .1.3.6.1.2.1.47.1.1.1.1.*: Executing SNMP GETNEXT of .1.3.6.1.2.1.47.1.1.1.1 on RZp
=> [None] OCTETSTR
failed.
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.674.*: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Getting OID .1.3.6.1.4.1.30155.2.1.1.0: Executing SNMP GET of .1.3.6.1.4.1.30155.2.1.1.0 on RZp
=> [None] NOSUCHINSTANCE
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.2.2.1.*: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.674.*: None
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Getting OID .1.3.6.1.4.1.14848.2.1.1.1.0: Executing SNMP GET of .1.3.6.1.4.1.14848.2.1.1.1.0 on RZp
=> [None] NOSUCHINSTANCE
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.25.1.1.0: None
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.25.1.1.0: None
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Getting OID .1.3.6.1.2.1.105.1.3.1.1.*: Executing SNMP GETNEXT of .1.3.6.1.2.1.105.1.3.1.1 on RZp
=> [None] OCTETSTR
failed.
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.6302.2.1.1.1.0: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.674.*: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.674.*: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.4.1.232.2.2.4.2.0: None
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.2.0: '.1.3.6.1.3.1.0.0'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
       Using cached OID .1.3.6.1.2.1.1.1.0: 'RZ-Products GmbH, DCM Agent, Version 3.1'
   SNMP scan found                    hr_mem rzp snmp_info snmp_os snmp_uptime
Trying to acquire lock on /omd/sites/sitename/tmp/check_mk/snmp_scan_cache/RZp.ip-address
Got lock on /omd/sites/sitename/tmp/check_mk/snmp_scan_cache/RZp.ip-address
Releasing lock on /omd/sites/sitename/tmp/check_mk/snmp_scan_cache/RZp.ip-address
Released lock on /omd/sites/sitename/tmp/check_mk/snmp_scan_cache/RZp.ip-address
hr_mem: Fetching data (SNMP walk cache cleared)
Executing WALK of ".1.3.6.1.2.1.25.2.3.1.2" on RZp
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.2 on RZp
=> [None] NOSUCHINSTANCE
Executing WALK of ".1.3.6.1.2.1.25.2.3.1.3" on RZp
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.3 on RZp
=> [None] NOSUCHINSTANCE
Executing WALK of ".1.3.6.1.2.1.25.2.3.1.4" on RZp
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.4 on RZp
=> [None] NOSUCHINSTANCE
Executing WALK of ".1.3.6.1.2.1.25.2.3.1.5" on RZp
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.5 on RZp
=> [None] NOSUCHINSTANCE
Executing WALK of ".1.3.6.1.2.1.25.2.3.1.6" on RZp
Executing SNMP GET of .1.3.6.1.2.1.25.2.3.1.6 on RZp
=> [None] NOSUCHINSTANCE
rzp: Fetching data (SNMP walk cache cleared)
Executing WALK of ".1.3.6.1.3.1.0" on RZp
.1.3.6.1.3.1.0.0 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.1 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.2 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.3 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.4 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.5 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.6 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.7 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.8 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.9 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.10 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.11 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.12 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.13 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.14 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.15 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.16 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.17 => [b'1'] 'OCTETSTR'
.1.3.6.1.3.1.0.18 => [b'41.0'] 'OCTETSTR'
.1.3.6.1.3.1.0.19 => [b'44.0'] 'OCTETSTR'
.1.3.6.1.3.1.0.20 => [b'28.93'] 'OCTETSTR'
.1.3.6.1.3.1.0.21 => [b'28.96'] 'OCTETSTR'
.1.3.6.1.3.1.0.22 => [b'238.0'] 'OCTETSTR'
.1.3.6.1.3.1.0.23 => [b'238.0'] 'OCTETSTR'
.1.3.6.1.3.1.0.24 => [b'299.0'] 'OCTETSTR'
.1.3.6.1.3.1.0.25 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.2" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.2 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b766a60>] OCTETSTR
.1.3.6.1.3.1.0.2 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.3" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.3 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b766b80>] OCTETSTR
.1.3.6.1.3.1.0.3 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.4" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.4 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b563b80>] OCTETSTR
.1.3.6.1.3.1.0.4 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.5" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.5 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b563040>] OCTETSTR
.1.3.6.1.3.1.0.5 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.6" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.6 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b5630a0>] OCTETSTR
.1.3.6.1.3.1.0.6 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.7" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.7 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b563100>] OCTETSTR
.1.3.6.1.3.1.0.7 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.16" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.16 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b563160>] OCTETSTR
.1.3.6.1.3.1.0.16 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.17" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.17 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b5631c0>] OCTETSTR
.1.3.6.1.3.1.0.17 => [b'1'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.20" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.20 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b563220>] OCTETSTR
.1.3.6.1.3.1.0.20 => [b'28.93'] 'OCTETSTR'
Executing WALK of ".1.3.6.1.3.1.0.21" on RZp
Executing SNMP GET of .1.3.6.1.3.1.0.21 on RZp
=> [<netsnmp.client.Varbind object at 0x7fa50b563280>] OCTETSTR
.1.3.6.1.3.1.0.21 => [b'28.96'] 'OCTETSTR'
[cpu_tracking] Stop [7fa50b7e8bb0 - Snapshot(process=posix.times_result(user=0.3800000000000001, system=0.020000000000000018, children_user=0.0, children_system=0.0, elapsed=4.910000003874302))]
  Source: SourceType.HOST/FetcherType.PIGGYBACK
[cpu_tracking] Start [7fa50b563460]
[PiggybackFetcher] Fetch with cache settings: NoCache(RZp, base_path=/omd/sites/sitename/tmp/check_mk/data_source_cache/piggyback, max_age=MaxAge(checking=0, discovery=120, inventory=120), disabled=True, use_outdated=False, simulation=False)
Not using cache (Cache usage disabled)
[PiggybackFetcher] Execute data source
No piggyback files for 'RZp'. Skip processing.
No piggyback files for 'ip-address'. Skip processing.
Not using cache (Cache usage disabled)
[cpu_tracking] Stop [7fa50b563460 - Snapshot(process=posix.times_result(user=0.0, system=0.0, children_user=0.0, children_system=0.0, elapsed=0.009999997913837433))]
+ PARSE FETCHER RESULTS
  Source: SourceType.HOST/FetcherType.SNMP
  -> Not adding sections: IndexError('list index out of range')
  Source: SourceType.HOST/FetcherType.PIGGYBACK
No persisted sections
  -> Add sections: []
Received no piggyback data
Received no piggyback data
+ ANALYSE DISCOVERED HOST LABELS
Trying host label discovery with:
Trying host label discovery with:
SUCCESS - Found no host labels
+ ANALYSE DISCOVERED SERVICES
+ EXECUTING DISCOVERY PLUGINS (0)
  Trying discovery with:
SUCCESS - Found no services
OMD[sitename]:~$

Best regards,
UT2019