[ 
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:     (was: 2.8.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
>          Components: camel-snmp
>    Affects Versions: 2.5.0
>            Reporter: Ashwin Karpe
>             Fix For: Future
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to