DOCSIS Config File Tool

Is done here – dependency rule in package: https://github.com/schmto/nmsprime/blob/dev/modules/ProvBase/Install/config.cfg

and rpm is provided here: https://repo.roetzer-engineering.com/rpm/nmsprime/docsis-0.9.8.r391.g6b23fd2-1.x86_64.rpm

 

This is recommend and allows running the latest stable git version from docsis tool: see https://github.com/rlaager/docsis.git

Version 0.9.8
# yum 
yum install -y net-snmp net-snmp-devel flex flex-devel bison gcc libtool glib2-devel

# prepare as root user
git clone https://github.com/rlaager/docsis.git docsis

# install
cd docsis
./autogen.sh
./configure
make && make install

deprecated: Install with wget to get a special version

old version
# download
wget http://sourceforge.net/projects/docsis/files/docsis/docsis-0.9.6/docsis-0.9.6.tar.bz2

# unzip
tar jxf docsis-0.9.6.tar.bz2
cd docsis*

# install
./configure
make
sudo make install