centos 查看 arp
yum install tcpdump -y
tcpdump arp
::07.705363 ARP, Request who-has 10.10.3.1 tell 10.10.3.75, length
::08.018602 ARP, Request who-has 10.10.3.75 tell 192.168.1.1, length
::08.271788 ARP, Request who-has 10.10.3.66 tell 10.10.3.63, length
::08.632669 ARP, Request who-has 10.10.7.181 tell 10.10.7.103, length
::09.015424 ARP, Request who-has 10.10.3.75 tell 192.168.1.1, length
::09.528139 ARP, Request who-has 10.10.7.143 tell 10.10.7.138, length
::09.747629 ARP, Request who-has 10.10.3.253 tell 192.168.1.1, length
::10.005762 ARP, Request who-has 10.10.7.181 tell 10.10.7.103, length
::10.015728 ARP, Request who-has 10.10.3.75 tell 192.168.1.1, length
::10.632506 ARP, Request who-has 10.10.7.181 tell 10.10.7.103, length
::10.745324 ARP, Request who-has 10.10.3.253 tell 192.168.1.1, length
::11.018393 ARP, Request who-has 10.10.3.75 tell 192.168.1.1, length
::11.416309 ARP, Request who-has 59.73.198.161 tell 59.73.198.254, length
::11.499339 ARP, Request who-has 10.10.3.98 tell 192.168.1.1, length
::11.548831 ARP, Request who-has 192.0.0.64 tell 0.0.0.0, length
::11.632822 ARP, Request who-has 10.10.7.181 tell 10.10.7.103, length
::11.755392 ARP, Request who-has 10.10.3.253 tell 192.168.1.1, length
::12.025584 ARP, Request who-has 10.10.3.75 tell 192.168.1.1, length
::12.449408 ARP, Request who-has 59.73.198.129 tell 59.73.198.254, length
::12.505339 ARP, Request who-has 10.10.3.98 tell 192.168.1.1, length
::12.590021 ARP, Request who-has 10.10.7.143 tell 10.10.7.138, length
::12.741206 ARP, Request who-has 10.10.3.66 tell 10.10.3.63, length
::13.025350 ARP, Request who-has 10.10.3.75 tell 192.168.1.1, length
::13.272976 ARP, Request who-has 10.10.3.66 tell 10.10.3.63, length
::13.505339 ARP, Request who-has 10.10.3.98 tell 192.168.1.1, length
::13.637145 ARP, Request who-has 10.10.7.144 tell 10.10.7.138, length
::13.756881 ARP, Request who-has 10.10.3.150 tell 10.10.3.41, length
::14.083972 ARP, Request who-has 59.73.198.156 tell 59.73.198.254, length
::14.272132 ARP, Request who-has 10.10.3.66 tell 10.10.3.63, length
::14.319466 ARP, Request who-has 10.10.3.150 tell 10.10.3.41, length
::15.319450 ARP, Request who-has 10.10.3.150 tell 10.10.3.41, length
::15.608158 ARP, Request who-has 59.73.198.136 tell 59.73.198.254, length
::16.005030 ARP, Request who-has 10.10.7.181 tell 10.10.7.103, length
::16.423887 ARP, Request who-has 59.73.198.166 tell 59.73.198.254, length
::16.632998 ARP, Request who-has 10.10.7.181 tell 10.10.7.103, length
::16.757617 ARP, Request who-has 10.10.3.150 tell 10.10.3.41, length
::16.888194 ARP, Reply 192.168.0.120 is-at a4:ba:db:1d:: (oui Unknown), length
::17.053368 ARP, Request who-has 10.10.3.75 tell 192.168.1.1, length
::17.319632 ARP, Request who-has 10.10.3.150 tell 10.10.3.41, length
::17.596133 ARP, Request who-has 10.10.3.1 tell 10.10.3.27, length
::17.632901 ARP, Request who-has 10.10.7.181 tell 10.10.7.103, length
centos 查看 arp的更多相关文章
- centos 查看脚本
centos 查看脚本 #!/bin/bash date >>info.txt echo "本机centos版本为" >>info.txt cat /etc ...
- centos查看设置端口开放状态
centos查看端口是否已开放/etc/init.d/iptables status centos开放端口/sbin/iptables -I INPUT -p tcp --dport 8000 -j ...
- Centos查看端口占用情况和开启端口命令
Centos查看端口占用情况命令,比如查看80端口占用情况使用如下命令: lsof -i tcp:80 列出所有端口 netstat -ntlp 1.开启端口(以80端口为例)方法一: /sbin/i ...
- CentOS查看端口是否被占用
CentOS查看端口是否被占用 本文介绍了linux中查看某一端口是否被占用的方法,有关netstat命令的使用技巧,感兴趣的朋友可以参考下. 使用命令: netstat -tunlp 会显示所有端口 ...
- [转帖]CentOS 查看系统信息汇总
CentOS 查看系统信息汇总 http://blog.itpub.net/15498/viewspace-2637493/ 感觉应该是 centos相关的 改了下名字 日志文件说明 /var/log ...
- Centos查看端口占用和开启端口命令
Centos查看端口占用情况命令,比如查看80端口占用情况使用如下命令: lsof -i tcp:80 列出所有端口 netstat -ntlp 1.开启端口(以80端口为例) 方法一: /sbin/ ...
- [转]Centos 查看端口占用情况和开启端口命令
http://www.cnblogs.com/xqzt/p/4919191.html 1.Centos 查看端口占用 比如查看 80 端口占用情况使用如下命令: lsof -i tcp:80 2.列出 ...
- Centos查看端口占用和关闭端口
Centos查看端口占用情况命令,比如查看80端口占用情况使用如下命令: lsof -i tcp:80 列出所有端口 netstat -ntlp 1.开启端口(以80端口为例) ...
- CentOS查看CPU、内存、版本等系统信息
CentOS查看系统信息 一:查看CPU more /proc/cpuinfo | grep "model name" grep "model name" /p ...
随机推荐
- JMS实战——ActiveMQ实现Pub-Sub
前言 上篇博客<JMS实战--ActiveMQ>介绍了ActiveMQ的安装,并实现了简单的PTP模型.这篇博客我们来看一下Pub-Sub模型,之后来总结一下JMS. 实现 项目结构 其中 ...
- 【PHP】- Apache设置
Apache配置 1.首先新建一个自己的amp目录(模仿wampserver安装目录),以后的apache,mysql,php都放在此目录下. 2.下载apache 根据自己的系统下载相应的压缩包,我 ...
- 【历史】- Unix时代的开创者Ken Thompson
自图灵奖诞生以来,其获得者一直都是计算机领域的科学家与学者,而在所有这些界的图灵奖中只有唯一的一届有个例外,那就是Ken Thompson与Dennis M. Ritchie,他们都是计算机软件工程师 ...
- elmentUI组件怎么绑定原生事件
el-input为例: <el-input id="user-input" type="textarea" placeholder="请换行输入 ...
- Winform常用知识总结
Label中的文字自动换行 设置MaximumSize的width为正确的值,设置height为0,设置AutoSize为true. 绘制线条 放置一个Panel,设置size的高度为1,设置Bord ...
- 算法(3)Rotate Array
题目:将一个n个元素的数组右移k位,比如n=7,k=3,对数组[1,2,3,4,5,6,7]作如下旋转[5,6,7,1,2,3,4] 思路:[5,6,7,1,2,3,4],不知大家看出来了没有呢,两次 ...
- java 使用ByteArrayOutputStream和ByteArrayInputStream实现深拷贝
首先介绍Java中的浅拷贝(浅克隆)和深拷贝(深克隆)的基本概念: 浅拷贝: 被复制对象的所有变量都含有与原来的对象相同的值,而所有的对其他对象的引用仍然指向原来的对象.浅复制仅仅复制所考虑的对象,而 ...
- poj 2226 Muddy Fields (二分匹配)
Muddy Fields Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 7340 Accepted: 2715 Desc ...
- [洛谷P2986][USACO10MAR]伟大的奶牛聚集Great Cow Gat…
题目大意:给你一棵树,每个点有点权,边有边权,求一个点,使得其他所有点到这个点的距离和最短,输出这个距离 题解:树形$DP$,思路清晰,转移显然 卡点:无 C++ Code: #include < ...
- JS容易理解错误的地方
在这端代码执行的末尾,你会不会hi变量回事函数中的hi了?你会不会认为这不是按引用传递了? 对值传递和引用传递产生质疑了? 1 var hi = {}; 2 function sayHello(hi) ...