Re: ARP request retransmitting

From: Bruce M Simpson (bms_at_spc.org)
Date: 11/11/05

  • Next message: Gleb Smirnoff: "Re: ARP request retransmitting"
    Date: Fri, 11 Nov 2005 14:09:26 +0000
    To: Gleb Smirnoff <glebius@FreeBSD.org>
    
    

    On Mon, Nov 07, 2005 at 05:04:51PM +0300, Gleb Smirnoff wrote:
    > I suggest to keep sending ARP requests while there is a demand for
    > this (we are trying to transmit packets to this particular IP),
    > ratelimiting these requests to one per second. This will help in a
    > quite common case, when some host on net is rebooting, and we are
    > waiting for him to come up, and notice this only after 1 - 20 seconds
    > since the time it is reachable.
    > Any objections?

    In response to the other replies to this thread citing broadcast
    pollution on Ethernet-based networks:
    Please add this functionality under a sysctl where it is turned off by default.

    It is desirable in situations where ARP entries cached further upstream are
    stale, but it may cause flooding in an environment where the layer 2 backbone
    hasn't been split or has not been segregated well.

    Other people cited examples where vendor switch implementations were
    retransmitting across VLANs -- this week I've been offering moral support
    to a friend who is dealing with similar VLAN brokenness at his $DAYJOB
    (there was an extension to 802.1d to support multiple spanning tree instances
    across VLANs which I think not everyone supports correctly).

    Regards,
    BMS
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"


  • Next message: Gleb Smirnoff: "Re: ARP request retransmitting"

    Relevant Pages

    • Re: ARP request retransmitting
      ... B>> I suggest to keep sending ARP requests while there is a demand for ... B> retransmitting across VLANs -- this week I've been offering moral support ... B> across VLANs which I think not everyone supports correctly). ... I'd like to see a proven evidence that this functionality leads to a measurable ...
      (freebsd-arch)
    • Re: ARP request retransmitting
      ... T> I suggest to keep sending ARP requests while there is a demand for ... T> this (we are trying to transmit packets to this particular IP), ... Here is code explaining what I am speaking about. ...
      (freebsd-arch)