当前位置: 技术问答>linux和unix
想在linux服务器上面做arptrack,请高手赐教,无聊回复请免,否则拼死删除!
来源: 互联网 发布时间:2015-08-21
本文导语: 系统:redhat 9.0 配置:P3 ,256,18G, 想在上面做arptrack,监控cisco交换机上面的ip实用情况请高手赐教。 主要包括 1、系统设置 2、arptrack编译 | 这个没有什么需要编译得,本身是shell教本,用...
系统:redhat 9.0
配置:P3 ,256,18G,
想在上面做arptrack,监控cisco交换机上面的ip实用情况请高手赐教。
主要包括
1、系统设置
2、arptrack编译
配置:P3 ,256,18G,
想在上面做arptrack,监控cisco交换机上面的ip实用情况请高手赐教。
主要包括
1、系统设置
2、arptrack编译
|
这个没有什么需要编译得,本身是shell教本,用法:cat /etc/routers.list | /usr/local/bin/arptrack.sh
|
readme里面写的很清楚
1. Create a text file containing one router per line.
2. cat the output of the router text file as input to arptrack
3. Optionally, run arptrack on a regularly scheduled basis.
An example is to setup a cron job as follows:
0 * * * * cat /etc/routers.list | /usr/local/bin/arptrack.sh
1. Create a text file containing one router per line.
2. cat the output of the router text file as input to arptrack
3. Optionally, run arptrack on a regularly scheduled basis.
An example is to setup a cron job as follows:
0 * * * * cat /etc/routers.list | /usr/local/bin/arptrack.sh