walk[*] item does not always return full output if multiple OIDs are used

XMLWordPrintable

    • Type: Problem report
    • Resolution: Fixed
    • Priority: Critical
    • 6.4.0rc3, 6.4 (plan)
    • Affects Version/s: 6.4.0rc2
    • Component/s: Server (S)
    • None
    • Sprint 97 (Feb 2023)
    • 0.25

      Steps to reproduce:

      1. create SNMP walk item walk[1.3.6.1.2.1.31.1.1.1.1] and test

      .1.3.6.1.2.1.31.1.1.1.1.1 = STRING: lo
      .1.3.6.1.2.1.31.1.1.1.1.2 = STRING: eth0
      .1.3.6.1.2.1.31.1.1.1.1.3 = STRING: eth1
      .1.3.6.1.2.1.31.1.1.1.1.4 = STRING: docker0 

      2. create another SNMP walk item walk[1.3.6.1.2.1.31.1.1.1.15] and test

      .1.3.6.1.2.1.31.1.1.1.15.1 = Gauge32: 10
      .1.3.6.1.2.1.31.1.1.1.15.2 = Gauge32: 1000
      .1.3.6.1.2.1.31.1.1.1.15.3 = Gauge32: 1000
      .1.3.6.1.2.1.31.1.1.1.15.4 = Gauge32: 0 

      3. Combine both OIDs walk[1.3.6.1.2.1.31.1.1.1.1,1.3.6.1.2.1.31.1.1.1.15]

      .1.3.6.1.2.1.31.1.1.1.1.1 = STRING: lo
      .1.3.6.1.2.1.31.1.1.1.1.2 = STRING: eth0
      .1.3.6.1.2.1.31.1.1.1.1.3 = STRING: eth1
      .1.3.6.1.2.1.31.1.1.1.1.4 = STRING: docker0 

      Result:
      part of SNMP output is missing. This does not happen every time, but is reproducible with these OIDs as example
      Expected:
      Full SNMP output is returned

            Assignee:
            Dmitrijs Goloscapovs (Inactive)
            Reporter:
            Kaspars Mednis
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: