2018-02-08 05:42:57 +01:00
|
|
|
## Important MIBs
|
2018-02-08 05:36:33 +01:00
|
|
|
|
|
|
|
This is a set of important mibs
|
|
|
|
|
2018-02-08 05:42:57 +01:00
|
|
|
### Download new mibs
|
2018-02-08 05:36:33 +01:00
|
|
|
|
|
|
|
To donwload new mibs use the mib-downloader.sh tool
|
|
|
|
|
|
|
|
`./mib-downloader.sh <MIB name>`
|
|
|
|
|
2018-02-08 05:42:57 +01:00
|
|
|
### Install MIBs
|
2018-02-08 05:36:33 +01:00
|
|
|
|
|
|
|
*ToDo*
|
|
|
|
|
|
|
|
`make install`
|
|
|
|
|
2018-02-08 05:42:57 +01:00
|
|
|
### Push back updates
|
2018-02-08 05:36:33 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
git add mibs/*
|
|
|
|
git commit -m "Updated MIBs"
|
|
|
|
git push
|
|
|
|
```
|