Rahul wrote:
> If I channel bond two ethernet adapters together the network would see only
> a single MAC address, so far as I understand it. What address is it? Is it
> one of the cards chose in a certain way, or is it chosen randomly? I wanted
> to know if my switch would always be seeing the same MAC address or could
> it toggle on subsequent reboots?
The NICs only share a MAC address if you configure them for
active-backup, in which case they share the active NIC MAC, since the
intent is for the backup to take over transparently if the active fails.
Otherwise both MACs are used, based on the load balance algorithm.
That's how the load balancing happens (if the chosen algorithm is
effective).
|