javillor / simple-python-snmp-trap-receiver

Simple Python based SNMP receiver for testing purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Python based SNMP receiver

how to use

-> Clone this Repo
-> Make sure you have python and pysnmp installed (http://snmplabs.com/pysnmp/download.html)
-> Change TrapAgentAddress='127.0.0.1'; to you server address or leave as local host if testing locally
-> Change Port=163; to you server's listening port
-> RUN python SNMPTrapReceiver.py
-> or for background execution: RUN nohup python SNMPTrapReceiver.py &

About

Simple Python based SNMP receiver for testing purposes


Languages

Language:Python 100.0%