You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Ashwin Karpe (JIRA)" <ji...@apache.org> on 2010/09/08 16:15:40 UTC

[jira] Created: (CAMEL-3110) Support GETNEXT and GETBULK for the Camel SNMP component.

Support GETNEXT and GETBULK for the Camel SNMP component.
---------------------------------------------------------

                 Key: CAMEL-3110
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3110
             Project: Apache Camel
          Issue Type: Improvement
    Affects Versions: 2.5.0
            Reporter: Ashwin Karpe


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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.