Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 539 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 539 Bytes

Cisco, Networking, OSI, Programming, Python, QuickSNMP, Simple Network Management Protocol (SNMP), SNMP v1, SNMP v2c, SNMP v3

This code interfaces with the PySNMP module to retrieve MIBs data from an SNMP agent.
It prompts for input of HostIP address and community name.

Getting comfortable

mkdir ~/py-snmp

cd ~/py-snmp

pip install --user pipenv

pipenv install --python 3.7

pipenv shell

Clone from GiHub

Run the program

python3 -m test_quicksnmp [host_ip] [community_name]

** Feel free to give it a star.