smistrip
A library to access SMI MIB information
Install
- All systems
-
curl cmd.cat/smistrip.sh
- Debian
-
apt-get install smistrip
- Ubuntu
-
apt-get install smistrip
- Kali Linux
-
apt-get install smistrip
- CentOS
-
yum install libsmi
- Fedora
-
dnf install libsmi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install smistrip
- OS X
-
brew install libsmi
- Raspbian
-
apt-get install smistrip
- Dockerfile
- dockerfile.run/smistrip
libsmi
A library to access SMI MIB information
smistrip
extract MIB from text files like RFC
The smistrip program is used to extract MIB and PIB module files from ASCII documents like RFCs or Internet Drafts. Modules are identified by a starting ASN.1 DEFINITIONS clause and the matching END clause. The output is written to files named by the modules' names.