MizaruIT / MIBS

A repository with ~10k of MIBS in JSON and ASN.1 format for the SNMP protocol and its devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIB files

πŸ“— Table of contents

πŸ“– About the repository

A repository with over 10k of MIB files in JSON and ASN.1 format from different manufacturer's website, GitHub repositories, databases on the web, etc.

πŸ’» Getting started

Installation

To retrieve all the MIB files:

git clone https://github.com/MizaruIT/MIBS
cd MIBS;

Use example(s)

Adding to the Linux DB

You can add the MIB files into the directory /usr/share/snmp/mibs, thus when using snmp tools, you will get more information.

# From the MIBS directory
cp ASN1-FORMAT/*.mib /usr/share/snmp/mibs/*.txt

Structure of the project

The project has the following structure with the different format of files for MIB.

β”œβ”€β”€ ASN1-FORMAT         # The MIB files in an ASN.1 format
└── JSON-FORMAT         # The MIB files in a JSON format

πŸ”­ ROADMAP

  • Add more MIB files

πŸ‘₯ Contact

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to send me messages to add new MIB files.

About

A repository with ~10k of MIBS in JSON and ASN.1 format for the SNMP protocol and its devices.