Skip to content

carmackjia/snmp_orm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

snmp_orm -- PySNMP Abstraction

https://github.com/blackwithwhite666/snmp_orm

Introduction

snmp_orm is a Python-based tool providing a simple interface to work SNMP agents. Here is a very simplistic example that allows to display the system information of a given host:

from snmp_orm import get_device
d = get_device("192.168.0.225")
print dict(d.system)

About

Abstraction for pysnmp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published