24 lines
288 B
Markdown
24 lines
288 B
Markdown
## 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
|
|
```
|