Oct 16th 21 
Scripts
8 minutes read (About 1196 words)
This is an article that was created 1132 days ago, and the information may have evolved or changed.
之前做了一个割接网络的项目,在过程中要测试网点和中心的几百条专线线路,心想要逐个 ping 测试个对端IP地址,在时间上,操作上根本不可行,整个割接时间有限定,又是在凌晨时间……限制比较多,刚好那段时间在玩 Python,就想着能不能做个脚本自己跑,最后实现了,而且生成 Excel 表格统计测试成功和测试失败的信息。
Read More
 Apr 22nd 21 
Scripts
5 minutes read (About 708 words)
This is an article that was created 1309 days ago, and the information may have evolved or changed.
上一篇博客写到如何运行脚本导出设备信息,这一篇介绍一下怎样在海量的设备信息中提取指定信息,本文中假设要提取的信息有设备名称、当前软件版本、设备运行时间、设备 CPU 使用率、设备内存使用率、设备序列号。后续可以根据这些信息使用 Python 脚本写入到巡检报告或者表格中。
Read More
 Apr 18th 21 
Scripts
2 minutes read (About 244 words)
This is an article that was created 1313 days ago, and the information may have evolved or changed.
脚本介绍和使用
- 这是一个巡检脚本,使用 CRT 软件登陆H3C设备,点击 “Script” –> “Run” 选择脚本,运行脚本可得到需要收集的信息(当然你要打开 log 记录日志,相信你懂)
- 可以根据你的实际需要修改 “Send” 后面的内容
- 好久不更博客了,最近干了一些小项目,能写的我尽量写写……
Read More