Overview
When it's needed to implement SNMP monitoring for the Exinda device, the SNMP v3 configuration should be through WebUI or CLI. Afterward, SMTP notifications should be enabled manually via CLI.
This article provides details on how to configure Exinda's settings to enable SNMP notifications.
Solution
- Access Exinda CLI using Putty or Terminal app.
ssh admin@Exinda_IP
- Execute the following commands:
en
conf t
snmp-server enable notifyNote: for more information, please refer to Exinda CLI: SNMP.
Testing
- Download Paessler SNMP tester.
- Specify the SNMP details:
- Device IP address, port
- SNMP version
- User, password
- Request Type = Custom OID, e.g.
1.3.6.1.4.1.21091.1.5.3.0
- Start the test and verify the values are shown correctly based on OID specified.