SNMP-Client written in python using the library pysnmp
To run the program you need to open the release, download the main.exe and run it.
Alternatively if you have at least python 3 installed on your system, you can install pysnmp using the command pip install pysnmp
and then you'd have to run "src/main.py".
- SNMP GET-Request
- SNMP SET-Request
- Receive SNMP-traps
- Scan whole network
- Use predefined mib files to request information
- Use Custom MIBs added by user
/help
to see all available commands
/get
to perform SNMP GET-Request
/set
to perform SNMP SET-Request
/get-auto
to get basic SNMP information from a client
/get-mib
to perform SNMP SET-Request using MIB-files
/scan
to scan a network for SNMP devices
/listen
to listen for incoming snmp traps
/quit
to quit the program
Made by Simon Niederwolfsgruber