You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/12/31 11:29:45 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3110:
-------------------------------

    Fix Version/s: 2.7.0

> Support GETNEXT and GETBULK for the Camel SNMP component.
> ---------------------------------------------------------
>
>                 Key: CAMEL-3110
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3110
>             Project: Camel
>          Issue Type: Improvement
>    Affects Versions: 2.5.0
>            Reporter: Ashwin Karpe
>             Fix For: 2.7.0
>
>
> 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.