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的更多相关文章

  1. centos 查看脚本

    centos 查看脚本 #!/bin/bash date >>info.txt echo "本机centos版本为" >>info.txt cat /etc ...

  2. centos查看设置端口开放状态

    centos查看端口是否已开放/etc/init.d/iptables status centos开放端口/sbin/iptables -I INPUT -p tcp --dport 8000 -j ...

  3. Centos查看端口占用情况和开启端口命令

    Centos查看端口占用情况命令,比如查看80端口占用情况使用如下命令: lsof -i tcp:80 列出所有端口 netstat -ntlp 1.开启端口(以80端口为例)方法一: /sbin/i ...

  4. CentOS查看端口是否被占用

    CentOS查看端口是否被占用 本文介绍了linux中查看某一端口是否被占用的方法,有关netstat命令的使用技巧,感兴趣的朋友可以参考下. 使用命令: netstat -tunlp 会显示所有端口 ...

  5. [转帖]CentOS 查看系统信息汇总

    CentOS 查看系统信息汇总 http://blog.itpub.net/15498/viewspace-2637493/ 感觉应该是 centos相关的 改了下名字 日志文件说明 /var/log ...

  6. Centos查看端口占用和开启端口命令

    Centos查看端口占用情况命令,比如查看80端口占用情况使用如下命令: lsof -i tcp:80 列出所有端口 netstat -ntlp 1.开启端口(以80端口为例) 方法一: /sbin/ ...

  7. [转]Centos 查看端口占用情况和开启端口命令

    http://www.cnblogs.com/xqzt/p/4919191.html 1.Centos 查看端口占用 比如查看 80 端口占用情况使用如下命令: lsof -i tcp:80 2.列出 ...

  8. Centos查看端口占用和关闭端口

    Centos查看端口占用情况命令,比如查看80端口占用情况使用如下命令:   lsof -i tcp:80   列出所有端口   netstat -ntlp   1.开启端口(以80端口为例)     ...

  9. CentOS查看CPU、内存、版本等系统信息

    CentOS查看系统信息 一:查看CPU more /proc/cpuinfo | grep "model name" grep "model name" /p ...

随机推荐

  1. PHPExcel 导出包含图片excel

    <?php // 这里用的PHPExcel版本号为1.8.0 // 下载地址https://github.com/PHPOffice/PHPExcel 下载ZIP压缩包 // 下载后将Class ...

  2. 算法(9)Find the Duplicate Number

    一个数组中的长度是n+1,里面存放的数字大小的范围是[1,n],根据鸽巢原理,所以里面肯定有重复的数字,现在预定重复的数字就1个,让你找到这个数字! http://bookshadow.com/web ...

  3. Java空指针异常解决方法

    Throwable是所有错误或异常的超类,只有当对象是这个类的实例时才能通过Java虚拟机或者Java throw语句抛出. 当Java运行环境发出异常时,会寻找处理该异常的catch块,找到对应的c ...

  4. JDBC数据源的驱动问题

    classes12.jar,ojdbc14.jar,ojdbc5.jar和ojdbc6.jar的区别,之间的差异 在使用Oracle JDBC驱动时,有些问题你是不是通过替换不同版本的Oracle  ...

  5. java enum naming rules & Pascal case, Camel case, Uppercase

    java enum naming rules Constant & all Capital Case https://stackoverflow.com/questions/3069743/c ...

  6. 使用 TListView 控件(2)

    本例效果图: 代码文件: unit Unit1; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, ...

  7. well-known file is not secure

    执行jstack pid时,提示well-known file is not secure. 原因是pid的启动用户不是当前用户,需要切换到启动用户下执行jstack即可. 可以通过如下命令来处理: ...

  8. 使用es6一行搞定文字溢出省略号

    使用的是es6中扩展字符串方法参考地址 padStart(),padEnd() 使用padStart() 两个参数padStart(字符串最小长度,用来补全的字符串): 例如 let str = '1 ...

  9. Codeforces Round #526 (Div. 2) E. The Fair Nut and Strings

    E. The Fair Nut and Strings 题目链接:https://codeforces.com/contest/1084/problem/E 题意: 输入n,k,k代表一共有长度为n的 ...

  10. 用JSR的@Inject代替@Autowired完成自动装配

    从spring3.0开始spring支持JSR-330 的标准注解.主要是javax.inject这个包下的: 下面的例子用@Inject代替@Autowired.完成自动装配: MovieFinde ...