一个机器发送许多ARP广播包的产生原因

2009-05-13 13:40:17来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


Q.I'm experiencingdecreased network performance due to
[url=javascript:;]ARP[/url]
broadcasts coming from onesystem. What would cause a lot of ARP broadcasts from one server /computer?
A.ARP convers a 32 bit IPaddress into a 48-bit Ethernet address. The Address Resolution Protocol(ARP), is used to do this under FDDI or Ethernet. ARP works bybroadcasting a packet to all hosts attached to an Ethernet. The packetcontains the IP address the sender is interested in communicating with.Most hosts ignore the packet. The target machine, recognizing that theIP address in the packet matches its own, returns an answer.
Reasons For Excessive ARP Broadcasts Requests[a]Duplicate IP addresses- Make sure IPs are correctly assigned. Use
arpping command
to detect all duplicate IP address.
[ b] Make suresubnet masks are validfor entire network.
[c]Disable IPMI-LANconnection if not used via BIOS or motherboard / server setup utility
[d]Replace NICas it may be soon going out of service (failing NIC)
I recommend runningEthereal software- a network protocol analyzer for Unix and Windows to troubleshoot problem further.

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_557886.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:FreeBSD的坏损硬盘修复工具──recoverdisk(1)

下一篇:How to: Detect Duplicate IP Address With arping co