SNMP Walker
uniflow.plugin.snmpwalker •
Category: IT Infrastructure •
Version: v1.0.3
SNMP Walker Plugin Reference Manual
1. Overview
Plugin Name: SNMP Walker
Type: IT Infrastructure
Identifier: uniflow.plugin.snmpwalker
Description
Poll SNMP devices and listen for traps.
2. Configuration Parameters
The following configuration fields are available in the User Interface for this plugin:
| Configuration Setting | Description |
|---|---|
| Host / IP Address | Specifies the host / ip address. |
| UDP Port | Numeric value specifying the udp port. |
| Poll Interval (ms) | Numeric value specifying the poll interval (ms). |
| Timeout (ms) | Numeric value specifying the timeout (ms). |
| Retry Interval (ms) | Numeric value specifying the retry interval (ms). |
| SNMP Version | Specifies the snmp version. |
| Read Community | Specifies the read community. |
| Write Community | Specifies the write community. |
| Username | Specifies the username. |
| Context Name | Specifies the context name. |
| Auth Protocol | Specifies the auth protocol. |
| Auth Password | Specifies the auth password (secure). |
| Privacy Protocol | Specifies the privacy protocol. |
| Privacy Password | Specifies the privacy password (secure). |
3. Exposed Routes & Data Types
The following routes are available in the Uniflow catalog for this plugin:
| Display Name | Route ID | Kind | Category | Access | Data Type |
|---|---|---|---|---|---|
| p.Name | p.Id | Value | ? | Read | p.ValueType |
| name | Guid.NewGuid().ToString(N) | Value | ? | ReadWrite | MapSnmpTypeToSourceType(v.Data) |
4. Usage Examples
Scenario A: Reading/Monitoring Data
To monitor data from SNMP Walker, add the corresponding Input Node in the Rule Editor and select the desired property from the catalog. Link its output to any logical comparison or directly to an Action Node.
Scenario B: Triggering Actions
If the plugin supports writable properties or actions, use an Action Node in the Rule Editor. Configure the Target property to point to the SNMP Walker action, and supply any required parameters mapping from your rule's logic.