SNMP Traps
Quick notes on testing, receiving and debugging SNMP traps. To send a test SNMP trap, do something like: #!/bin/bash #File: trapTest.sh #Change these values as needed: H=snmp.example.com C=public #Probably don't need to change these: V=2c O=1.3.6.1 sudo snmptrap -v$…