Este contenido no está disponible en el idioma seleccionado.
Chapter 73. SNMP
Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.
73.1. What’s inside Copiar enlaceEnlace copiado en el portapapeles!
URI syntax: snmp:host:port
Refer to the SNMP component for usage and configuration details.
73.2. Maven coordinates Copiar enlaceEnlace copiado en el portapapeles!
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-snmp</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-snmp</artifactId>
</dependency>
73.3. Camel Quarkus limitations Copiar enlaceEnlace copiado en el portapapeles!
This extension uses org.snmp4j:snmp4j
as an SNMP protocol implementation. This is different from Camel 3.18.x using org.apache.servicemix.bundles.snmp4j:org.apache.servicemix.bundles
.
The motivation for this change is twofold:
-
org.snmp4j:snmp4j
brings more stability and fixes many vulnerabilities. -
Camel switches to
org.snmp4j.snmp4j
in version 4 anyway, so Camel Quarkus users can enjoy the same benefits a bit earlier.
This change has no impact on configuration of the SNMP component.
73.3.1. SNMP v3 Limitation Copiar enlaceEnlace copiado en el portapapeles!
SNMP version 3 is supported only for the operation poll
. (This limitation is caused by an issue in Camel 3.18.6. For more information, see CAMEL-19298).