Skip to content

gabrielmarques22/simple-python-snmp-trap-receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages