SNMP Agent
uniflow.plugin.snmpagent •
Category: IT Infrastructure •
Version: v1.0.3
SNMP Agent Plugin Reference Manual
1. Overview
Plugin Name: SNMP Agent
Type: IT Infrastructure
Identifier: uniflow.plugin.snmpagent
Description
Expose internal data via SNMPv1/v2c/v3.
2. Configuration Parameters
The following configuration fields are available in the User Interface for this plugin:
| Configuration Setting | Description |
|---|---|
| SNMP Version | Specifies the snmp version. |
| Listening Port | Numeric value specifying the listening port. |
| Read Community | Specifies the read community. |
| Write Community | Specifies the write community. |
| Security Name (Username) | Specifies the security name (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 | p.Category | p.InternalAccess | p.ValueType |
| SNMP Agent State | _AgentState | Value | System | Read | Bool |
4. Usage Examples
Scenario A: Reading/Monitoring Data
To monitor data from SNMP Agent, 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 Agent action, and supply any required parameters mapping from your rule's logic.