| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| 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? -- Rahul |
|
#2
|
| You don't see Eth0? Than probably the lower Hex value of the Mac Adders. "Rahul" news:Xns9B07813597C986650A1FC0D7811DDBC81@85.214.9 0.236... > 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? > > -- > Rahul |
|
#3
|
| 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). |
|
#4
|
| "Bill" @bignews6.bellsouth.net: > You don't see Eth0? > Than probably the lower Hex value of the Mac Adders. > Thanks Bill. We bonded together eth2 and eth3 bonded together as bond0. bond0 currently shows the MAC of eth2. Now the MAC of eth2 also happens to have a Hex value than eth3. So not sure which is the determining factor. And if it will change on subsequent reboots. Isn't there some governing convention / protocol? -- Rahul |
|
#5
|
| One other way was the slot the cards are in. Not sure if that comes into play with bond. "Rahul" news:Xns9B078544032EA6650A1FC0D7811DDBC81@85.214.9 0.236... > "Bill" > @bignews6.bellsouth.net: > >> You don't see Eth0? >> Than probably the lower Hex value of the Mac Adders. >> > > Thanks Bill. We bonded together eth2 and eth3 bonded together as bond0. > bond0 currently shows the MAC of eth2. > > Now the MAC of eth2 also happens to have a Hex value than eth3. So not > sure > which is the determining factor. And if it will change on subsequent > reboots. > > Isn't there some governing convention / protocol? > > -- > Rahul |