20170215 2310 ZCL
補充一些以前用過的舊工具和新知道的工具。
http://virl.cisco.com/resource/

思科 VIRL
非常好的網(wǎng)絡理論學習,實驗工具,而且可以做現(xiàn)網(wǎng)模式測試,甚至新建網(wǎng)絡規(guī)劃模擬測試。
http://virl.cisco.com/
Troubleshooting BGP: A Practical Guide to Understanding and Troubleshooting BGP
BGP 排錯的一本書。建議大家閱讀。

書的封面

ostinato
網(wǎng)絡發(fā)包器,和Wireshark的功能相反??梢詼y試網(wǎng)絡的性能。
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/

網(wǎng)絡經(jīng)驗分享博客,牛
強烈推薦
https://iperf.fr/

好用
有互聯(lián)網(wǎng)上的測試服務器,也可以在私有網(wǎng)絡里面測試。Client/Server結構。
netem

netem
基于Linux 的網(wǎng)絡延時模擬器。
http://yabgp.readthedocs.io/en/latest/feature.html
好像是思科高級服務團隊寫的BGP測試的一個小工具。ty:BGP發(fā)包器。

不錯。
https://pynet.twb-tech.com/blog/automation/netmiko.html
Python語言的SSL 終端服務器。

netmiko
網(wǎng)絡配置,檢查自動化的利器。
https://www.youtube.com/watch?v=b0wk12EwnPQ
在Python 腳本中,建立SSH 連接,執(zhí)行命令。不錯。


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,發(fā)送命令,檢查網(wǎng)絡設備的配置是否正確。
ty:機器能做的事情,就不麻煩人類。
還有很多很多工具,以后再介紹。
其實,大家也可以自己去網(wǎng)上搜搜。