SNMP Listener
The SNMP listener retrieves data through SNMP and publishes it as messages to 1Gateway.
Configuration
| Field | Options | Description |
|---|---|---|
| SNMP Listen Port | Valid port number | SNMP listen port |
| Protocol | UDP / TCP | Protocol used |
| V3 Auth Protocol | MD5 / SHA | For SNMP V3, the authentication protocol used |
| Username | POP3, IMAP, POP3 with SSL, IMAP with SSL/TLS | Type of connection to the email server |
| Authpassphrase | Any string | SNMP V3 Authentication phrase |
| Privacy Passphrase | Any string | SNMP V3 Privacy phrase |
| Send OIDs as Values | Tickbox | If checked, sends OIDs as message values instead of message fields. See example below. |
Send OIDs as Values
- Checked: Send OIDs as values

- Un-checked: Does not send OIDs as values

SNMP Sender
The SNMP trap sender plugin converts messages to traps and sends them to a fixed server and port in SNMP V2C format.
Configuration
| Field | Options | Description |
|---|---|---|
| IP address or host name of the SNMP server | IP address or host name | IP address or host name of the SNMP server |
| The port number of the SNMP server | Port number | The port number of the SNMP server |
Message format
For consistency, the message format is the same as the one produced by the SNMP Trap Listener plugin.
Additional Information
For more details on SNMP V3 authentication and privacy, refer to the RFC 2574 specification.