https://github.com/hurricanemark/pysnmp
Simple interface to PySNMP to retrieve MIBs from an snmp agent
https://github.com/hurricanemark/pysnmp
getpass mibs net-snmp pysnmp python snmp snmp-v2c
Last synced: 3 months ago
JSON representation
Simple interface to PySNMP to retrieve MIBs from an snmp agent
- Host: GitHub
- URL: https://github.com/hurricanemark/pysnmp
- Owner: hurricanemark
- Created: 2019-04-18T15:17:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T15:20:12.000Z (about 6 years ago)
- Last Synced: 2025-01-27T05:27:13.516Z (5 months ago)
- Topics: getpass, mibs, net-snmp, pysnmp, python, snmp, snmp-v2c
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.