20170215 2310 ZCL
补充一些以前用过的旧工具和新知道的工具。
http://virl.cisco.com/resource/
非常好的网络理论学习,实验工具,而且可以做现网模式测试,甚至新建网络规划模拟测试。
http://virl.cisco.com/
Troubleshooting BGP: A Practical Guide to Understanding and Troubleshooting BGP
BGP 排错的一本书。建议大家阅读。
网络发包器,和Wireshark的功能相反。可以测试网络的性能。
FLOSS - Free, Libre, Open-Source Software
免费,自由,开源软件。赞!有Python API 接口。
http://ostinato.org/
https://the-packet-thrower.com/2016/02/05/thats-a-heavy-load-generating-routes-with-routem/
强烈推荐
https://iperf.fr/
有互联网上的测试服务器,也可以在私有网络里面测试。Client/Server结构。
netem
基于Linux 的网络延时模拟器。
http://yabgp.readthedocs.io/en/latest/feature.html
好像是思科高级服务团队写的BGP测试的一个小工具。ty:BGP发包器。
不错。
https://pynet.twb-tech.com/blog/automation/netmiko.html
Python语言的SSL 终端服务器。
网络配置,检查自动化的利器。
https://www.youtube.com/watch?v=b0wk12EwnPQ
在Python 脚本中,建立SSH 连接,执行命令。不错。
Network Automation Using Python: BGP Configuration
Kirk Byers presents a Python programming
http://www.networkcomputing.com/networking/network-automation-using-python-bgp-configuration/1423704194
使用netmiko,建立多个SSL Session,发送命令,检查网络设备的配置是否正确。
ty:机器能做的事情,就不麻烦人类。
还有很多很多工具,以后再介绍。
其实,大家也可以自己去网上搜搜。