peterinfra / mibs.pysnmp.com

Scrape of all MIBs taken from http://mibs.snmplabs.com/asn1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mibs.snmplabs.com

Scrape of all MIBs taken from http://mibs.snmplabs.com/asn1/, as of 01/31/2020.

Created with a recursive wget command.

This repo only exists because those sources don't seem to be in github.

All original MIB files are in the 'asn1' directory.

All compiled MIB .py files are in the 'pysnmp' directory.

Instructions

# Create the Python enviroment
pipenv shell
pipenv install

# Fetching all mibs
make fetch

# Comiling all mibs
make compile
make compile-json
make compile-with-texts

# Compiling mibs only updated and just added
make complie-changed
make compile-json-changed
make compile-with-texts-changed

About

Scrape of all MIBs taken from http://mibs.snmplabs.com/asn1

License:Apache License 2.0


Languages

Language:Python 100.0%Language:HTML 0.0%Language:Makefile 0.0%Language:Dockerfile 0.0%