Centos安装bgpq4
yum install git autoconf automake gcc libtool -y
git clone https://github.com/bgp/bgpq4
cd bgpq4
./bootstrap
./configure
make
make install
编译好后从as-set抓取IP直接生成配置
bgpq4 -Jl Baidu-list AS-55967
具体用法参考github上项目的说明文件.
yum install git autoconf automake gcc libtool -y
git clone https://github.com/bgp/bgpq4
cd bgpq4
./bootstrap
./configure
make
make install
编译好后从as-set抓取IP直接生成配置
bgpq4 -Jl Baidu-list AS-55967
具体用法参考github上项目的说明文件.