Skip to main content

SNMP Listener

The SNMP listener retrieves data through SNMP and publishes it as messages to 1Gateway.

Configuration

FieldOptionsDescription
SNMP Listen PortValid port numberSNMP listen port
ProtocolUDP / TCPProtocol used
V3 Auth ProtocolMD5 / SHAFor SNMP V3, the authentication protocol used
UsernamePOP3, IMAP, POP3 with SSL, IMAP with SSL/TLSType of connection to the email server
AuthpassphraseAny stringSNMP V3 Authentication phrase
Privacy PassphraseAny stringSNMP V3 Privacy phrase
Send OIDs as ValuesTickboxIf checked, sends OIDs as message values instead of message fields. See example below.

Send OIDs as Values

  • Checked: Send OIDs as values

SNMP_checkedOID

  • Un-checked: Does not send OIDs as values

SNMP_checkedOID

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

FieldOptionsDescription
IP address or host name of the SNMP serverIP address or host nameIP address or host name of the SNMP server
The port number of the SNMP serverPort numberThe 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.