Skip to content

Instantly share code, notes, and snippets.

@lucaagostini
lucaagostini / snmp_reader.py
Created July 19, 2014 09:16
[PYTHON] SNMP reader example
#!/usr/bin/env python
__author__ = 'Luca Agostini'
import logging
from pysnmp.entity.rfc3413.oneliner import cmdgen
import re
def lookupSnmpMib(cmdGen, endpoint, mib):