1. 设备配置文件跟踪软件
建议使用开源的rancid,他可以自动把各个设备的配置文件取回来,保存在cvs库中,并把变动部分的diff发邮件给管理员。
我在使用时,结合git,利用git来记录修改的注释信息,手工填写注释说明后,手工提交修改到git。
2. 流量监视软件
mrtg cacti之类的。
3. 设备状态监视
windows下what’s up很好用。
4. 排错工具
pingplotter之类的。Linux下可以用mtr,最新的支持IPv6。
2 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Unix下的pingplotter: MTR http://www.bitwizard.nl/mtr/
很好用的,不过不如pingplotter强大
对的,mtr还有个好处是支持ipv6,比pingplotter方便。