Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-3110

Support GETNEXT and GETBULK for the Camel SNMP component.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.5.0
    • 2.15.0
    • camel-snmp
    • None

    Description

      The current code in the SNMPOidPoller only supports SNMP GET Calls, as the SnmpOIDPoller.java -> poll() method has an hard-coded value i.e. this.pdu.setType(PDU.GET); and the ScheduledPollConsumer.java thread is always invoking the poll() method.

      There is a need to support GETNEXT and GETBULK operations during polling operations.

      The hard-coded value needs to be replaced with support for a configurable value supporting GETNEXT an GETBUK operations.

      For more details, please refer to the nabble issue

      http://camel.465427.n5.nabble.com/regarding-camel-snmp-td2807814.html#a2807814

      Attachments

        1. camel-3110-patch.txt
          12 kB
          ivxivx

        Activity

          People

            njiang Willem Jiang
            akarpe Ashwin J. Karpe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: