Automated search and download mib files
Go to file
Jan 3ea2edb740
continuous-integration/drone/push Build is passing Details
Add drone-ci lint and deployment test
2020-06-07 21:36:24 +02:00
mibs Added many important mibs and fixed typo 2018-05-20 10:14:58 +02:00
.drone.yml Add drone-ci lint and deployment test 2020-06-07 21:36:24 +02:00
README.md Add drone-ci lint and deployment test 2020-06-07 21:36:24 +02:00
mib-downloader.sh Add drone-ci lint and deployment test 2020-06-07 21:36:24 +02:00

README.md

MIB Downloader

Build Status

Search and dowload mibs from different sources

Important MIBs

This is a set of important mibs

Download new mibs

To donwload new mibs use the mib-downloader.sh tool

./mib-downloader.sh <MIB name>

Install MIBs

ToDo

make install

Push back updates

git add mibs/*
git commit -m "Updated MIBs"
git push