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 ...
随机推荐
- gdb调试行号错位
http://blog.csdn.net/wangxmin2005/article/details/8128192 gdb调试过程中出现行号错位的情况,原因一般有两个: 1. 编译器的优化可能把某些语 ...
- linux cfs 负载均衡
确定新的负载的时候,代码中给出的公式是: (old×(2^i-1) + new))/2^i 整理下来是: old + (new-old)/2^i i的范围是[1, 4],也就是说,i的层级越高,那么n ...
- 【bzoj2049】[Sdoi2008]Cave 洞穴勘测 LCT
题目描述 辉辉热衷于洞穴勘测.某天,他按照地图来到了一片被标记为JSZX的洞穴群地区.经过初步勘测,辉辉发现这片区域由n个洞穴(分别编号为1到n)以及若干通道组成,并且每条通道连接了恰好两个洞穴.假如 ...
- 洛谷 P3477 [POI2008]PER-Permutation 解题报告
P3477 [POI2008]PER-Permutation 题目描述 Multiset is a mathematical object similar to a set, but each mem ...
- Astah画时序图
Astah画时序图,666 1.生命线 时序图中表示为从对象图标向下延伸的一条虚线,表示对象存在的时间, 一般用来描述 系统 :如 客户端,代理层,缓存层,服务器层1.....服务器层N,数据库等. ...
- CSS样式实现溢出超出DIV边框宽度高度的内容自动隐藏方法
CSS样式实现溢出超出DIV边框宽度高度的内容自动隐藏方法 平时我们布局时候,有的文字内容多了会超过溢出我们限制的高度,有的图片会撑破DIV,让网页错位变乱. 这样我们就需要解决如何使用CSS来超出设 ...
- 在Ubuntu下编译WebKit源码--qt
转载自:http://www.cnblogs.com/panderen/archive/2011/10/18/2216154.html 在朋友的介绍下有幸認识了WebKit这个让人心动的开源浏览器内核 ...
- [06] 盒模型 + auto 居中 + 垂直合并
1.盒模型 盒子模型有两种,分别是 ie 盒子模型和标准 w3c 盒子模型. 标准(W3C)模型中:CSS中的宽(width) = 内容 (content)的宽 CSS中的宽(width) = 内容( ...
- python的tuple()
描述 Python 元组 tuple() 函数将列表转换为元组. 语法 tuple()方法语法: tuple( seq ) 参数 seq -- 要转换为元组的序列. 返回值 返回元组. 实例 以下实例 ...
- 【洛谷 P1651】 塔 (差值DP)
题目链接 题意:\(n\)个木块放到两个塔里,每个木块可放可不放,使得两塔高度相同且高度最大,求最大高度. 这个差值\(DP\)的思维难度还是很大的,没想出来,我就打了一个\(dfs\)骗了好像\(2 ...