You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2018/07/16 22:21:09 UTC

[camel] branch master updated: short note regarding a case of where you query

This is an automated email from the ASF dual-hosted git repository.

onders pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 6adfcb2  short note regarding a case of where you query
6adfcb2 is described below

commit 6adfcb2aa63843de791b50cba515eb61bf2761cc
Author: önder sezgin <on...@apache.org>
AuthorDate: Tue Jul 17 01:21:04 2018 +0300

    short note regarding a case of where you query
    
    SNMP table with an OID starting with dot representation
---
 components/camel-snmp/src/main/docs/snmp-component.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-snmp/src/main/docs/snmp-component.adoc b/components/camel-snmp/src/main/docs/snmp-component.adoc
index cf23b90..78fedd6 100644
--- a/components/camel-snmp/src/main/docs/snmp-component.adoc
+++ b/components/camel-snmp/src/main/docs/snmp-component.adoc
@@ -162,6 +162,12 @@ requested....1.3.6.1.2.1.1.1.0. +
 So it may absolutely happen, that you receive more than you
 requested...be prepared.
 
+*OID starting with dot representation*
+-------------------------
+.1.3.6.1.4.1.6527.3.1.2.21.2.1.50
+-------------------------
+As you may notice, default snmpVersion is 0 which means *version1* in the endpoint if it is not set explicitly. Make sure you explicitly set snmpVersion which is not default value, of course in a case of where you are able to query SNMP tables with different versions. Other possible values are *version2c* and *version3*.
+
 ### Examples
 
 Polling a remote device: