snimpy

interactive SNMP tool with Python

Install

All systems
curl cmd.cat/snimpy.sh
Debian Debian
apt-get install snimpy
Ubuntu
apt-get install snimpy
image/svg+xml Kali Linux
apt-get install snimpy
Windows (WSL2)
sudo apt-get update sudo apt-get install snimpy
Raspbian
apt-get install snimpy

snimpy

interactive SNMP tool with Python

Snimpy is a Python-based tool providing a simple interface to build SNMP queries. This interface aims at being the most Pythonic possible: you grab scalars using attributes and columns are like dictionaries. Snimpy can either be used interactively through its console (derived from Python own console or from IPython if available) or by writing snimpy scripts which are just Python scripts with some global variables available.