Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.08 KB

SNMP-Client

SNMP-Client written in python using the library pysnmp

Installation

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".

Working Features

  • SNMP GET-Request
  • SNMP SET-Request
  • Receive SNMP-traps
  • Scan whole network
  • Use predefined mib files to request information

Coming Soon

  • Use Custom MIBs added by user

Usage

/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

User Interface

user interface

Made by Simon Niederwolfsgruber