Skip to content
/ MIBS Public

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

Notifications You must be signed in to change notification settings

MizaruIT/MIBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published