* Network Interface bonding and ARP
@ 2001-10-01 14:54 murthy kn
0 siblings, 0 replies; only message in thread
From: murthy kn @ 2001-10-01 14:54 UTC (permalink / raw)
To: linux-net, linux-kernel
Hello,
I have the following question on the interaction between
bonding/etherchannel (bonding.c)
and the ARP cache.
1. Assume Machine B has N bonded Ethernet cards ( all of the them have the
same IP address ).
Example Scenario : Etherchannel/trunking/bonding.
In this case, supposing a machine A does an ARP request for B, will it get
all
the MAC addresses of the N cards.
Does the ARP cache store all the mappings.
2. If not, from what I understand, while doing certain types of scheduling
(like Round Robin
implemented in bonding.c), we will need to send packets to the same
destination
in a round robin manner - first packet on first card, second on second and
so on.
If the ARP cache stores only one MAC to IP mapping, we cannot send the
packet
over the second card as the second card on the destination (machine B) will
not receive
packets destined to first card (on machine B) because it is typically not in
a
promiscuous mode.
How is this handled?
Kindly CC the replies to my account.
Thanks,
Murthy.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-01 14:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-01 14:54 Network Interface bonding and ARP murthy kn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox