Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by vsh on June 4, 2007, 2:25 pm
Please log in for more thread options I have a question about multiple mac addresses and aggregator. There can be multiple mac addresses per port if virtual interfaces are created and in this situation physical nic and virtual nic have diff. mac address and ip address and the data transmission works fine. What if we have this scenario vif 1 vif2 vif 3 | | | team adapter | physical port 1 physical port 2 - aggregated In this case vif1, vif2,vif3 will have diff. ip1,ip2,ip3 ip address and mac1,mac2,mac3 mac address. and physical port1 and port2 are aggregated. But instead of assigning any mac address to team adapter , if we use mac1,mac2,mac3 for data traffic, will it work ? If LACP is enabled , will aggregator take 3 mac addresses ? (in server-server or server-switch environment) | |||||||||||||
|
Posted by anoop on June 4, 2007, 6:16 pm
Please log in for more thread options There's nothing in the 802.3ad standard that says data traffic cannot use addresses different than that of the aggregator. All of that is handled up virtual interfaces sitting above the aggregator. > If LACP is enabled , will aggregator take 3 mac addresses ?
The only time that the aggregator's MAC address should come into play is when running L2 control protocols such as xSTP. In that case, an aggregator will have only one MAC address. In your example, the aggregator is simply forwarding traffic on behalf of virtual interfaces sitting above the aggregator. Anoop | |||||||||||||
|
Posted by vsh on June 5, 2007, 4:40 pm
Please log in for more thread options
>
> > But instead of assigning any mac address to team adapter , if we use
> > mac1,mac2,mac3 for data traffic, > > will it work ? >
> There's nothing in the 802.3ad standard that says data traffic > cannot use addresses different than that of the aggregator. > All of that is handled up virtual interfaces sitting above > the aggregator. > > > If LACP is enabled , will aggregator take 3 mac addresses ?
>
> The only time that the aggregator's MAC address should come > into play is when running L2 control protocols such as xSTP. > In that case, an aggregator will have only one MAC address. > In your example, the aggregator is simply forwarding traffic > on behalf of virtual interfaces sitting above the aggregator. > > Anoop So , if I have multiple aggregators in team and each aggregator will have diff. mac address. and if I treat both the aggregators as active and pass traffic from Virtual interface on both the aggregators , what will happen on switch side ? I mean vip1/vmac1 | team | | (mac1)aggregator1 aggregator2(mac2) So vmac1 will go on mac1 as well as mac2 So 2 virtual ports on switch side will see same mac address. Won't this confuse the switch ? | |||||||||||||
|
Posted by vsh on June 6, 2007, 12:23 pm
Please log in for more thread options
>
> > > > > > > > But instead of assigning any mac address to team adapter , if we use
> > > mac1,mac2,mac3 for data traffic, > > > will it work ? >
> > There's nothing in the 802.3ad standard that says data traffic
> > cannot use addresses different than that of the aggregator. > > All of that is handled up virtual interfaces sitting above > > the aggregator. >
> > > If LACP is enabled , will aggregator take 3 mac addresses ?
>
> > The only time that the aggregator's MAC address should come
> > into play is when running L2 control protocols such as xSTP. > > In that case, an aggregator will have only one MAC address. > > In your example, the aggregator is simply forwarding traffic > > on behalf of virtual interfaces sitting above the aggregator. >
> > Anoop
>
> So , if I have multiple aggregators in team and each aggregator will > have diff. mac address. and if I treat both the aggregators as active > and pass traffic from Virtual interface on both the aggregators , what > will happen on switch side ? > > I mean > > vip1/vmac1 > > | > team > | | > (mac1)aggregator1 aggregator2(mac2) > > So vmac1 will go on mac1 as well as mac2 > So 2 virtual ports on switch side will see same mac address. > Won't this confuse the switch ?- Hide quoted text - > > - Show quoted text - can anybody answer my question ? | |||||||||||||
|
Posted by anoop on June 7, 2007, 2:22 pm
Please log in for more thread options
> So , if I have multiple aggregators in team and each aggregator will
> have diff. mac address. and if I treat both the aggregators as active > and pass traffic from Virtual interface on both the aggregators , what > will happen on switch side ? > > I mean > > vip1/vmac1 > > | > team > | | > (mac1)aggregator1 aggregator2(mac2) > > So vmac1 will go on mac1 as well as mac2 > So 2 virtual ports on switch side will see same mac address. > Won't this confuse the switch ? This is getting away from the realm of 802.3ad, but... If you use a single MAC address on the VIP you will confuse the switch. You would have to instantiate 2 VIPs one for each aggregator. The VIPs can then either differ in VLAN alone or in both VLAN and MAC address. The situation you describe about is akin to having the same subnet configured on multiple ports in a NIC. I don't think they exist (but I could be wrong). Anoop | |||||||||||||
| Similar Threads | Posted |
| 802.3ad and multiple mac addresses | June 4, 2007, 2:25 pm |
| Strange MAC Addresses | July 29, 2004, 7:32 pm |
| duplicate MAC addresses | November 19, 2007, 6:02 pm |
| Why multiple filtering databases in 802.1q? | December 16, 2004, 3:23 pm |
| Multiple T1 transmissions on Cat5E | August 8, 2005, 9:45 am |
| Multiple VLANs on Single NIC | January 19, 2006, 8:06 am |
| Systems can be 1-3 kms apart; 1 or multiple LANs? | April 2, 2007, 7:16 am |
| Multiple PHYs to a single MAC | April 11, 2007, 10:30 am |
| multiple MACs on a port | April 27, 2007, 7:53 am |
| multiple connections between 2 switches | October 30, 2007, 5:45 am |
| Multiplexing Multiple Ethernets on Fiber | September 1, 2004, 4:48 pm |
| Security of multiple VLANs and WiFi | March 3, 2005, 5:53 pm |
| multiple DSL lines for single infrastructure | March 17, 2005, 12:19 am |
| Multiple VRRP VIP's on the same network | June 6, 2005, 10:55 am |
| Multiple LANs - One Internet Connection | January 23, 2006, 8:59 pm |

802.3ad and multiple mac addresses
Yahoo!
Windows Live
del.icio.us
digg
Netscape 








> mac1,mac2,mac3 for data traffic,
> will it work ?