
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Did you mean 8010 or 8610 ? We are doing this on our 8610 platform, I thought the 8010 was layer 2 only ? The later versions of code on the 86xx supports this, do not remember what minimum version is required. Basically WLBS uses layer 2 multicasting, there is a parameter that you will need to enable globaly through the CLI. This allows a mulitcast address to be tied to a VLAN and not a specifc port, all traffic destined to that multicast address will be broadcasted out all ports in that VLAN. Shoild work with the 450 switches as the multicast MAC address is not tied to any specifc port in this mode then all traffic is alos broadcasted to the uplink ports and then out all ports on both switches. If you are doing layer 3 routing, would be best to do VLAN tagging into a dedicated VLAN on both swithces where the servers would be dedicated to, THen all the multicast traffic is isolated to only the servers. I will post the command when I get the chance to look it up, can not remember excatly the syntact at the moment. MC "Alexf" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have two BayStack's 450 as access switches connected to a Nortel > Passport 8010 acting as Layer III switch/router. The BayStack > Uplink-Modules connect to Passport port via Gigabit Ethernet. One Bay > connects to Port 1/1 and the other one to 10/1. > > We try to use the Microsoft W2000 Clustering solution with Load > Balancing (WLBS) to give some 100 PC's access to the web application > using the virtual cluster IP address. We planed to achieve both load > balancing and redundancy with this. According to Microsoft the > solution works only if the IP traffic is distributed to both cluster > hosts simultaneosly. > > The problem is that the Passports seems to send the IP traffic only to > one BAY Switch and thus only to one Cluster Host. The ARP resolution > places the following entry in the ARP cache of the Passport: > > sh ip arp info 134.247.151.44 > IP_ADDRESS MAC_ADDRESS VLAN PORT TYPE TTL > 134.247.151.44 03:bf:86:f7:97:2c 99 10/1 Dymamic 1742 > > where 134.247.151.44 is IP is the cluster virtual IP address and the > 03:bf:86:f7:97:2c is the multicast MAC address for the cluster in > multicast mode. > > Sometimes the other BAY switch on port 1/1 register faster > > IP_ADDRESS MAC_ADDRESS VLAN PORT TYPE TTL > 134.247.151.44 03:bf:86:f7:97:2c 99 1/1 Dymamic 1742 > and the traffic goes the other way to the second Bay via 1/1 port > instead of 10/1 but never on both. > > The Version of the Passport software is 3.1 > > Can anyone help me with this: > - do I need to setup something more, in order to force the Passport to > distribute traffic simulaneosly to both Bay switches? > > - do I need to upgrade the Passport image to something newer? > > I tried both musticast und unicast modes with the cluster with no > success. > > thanks in advance > alex
| <-- __Chronological__ --> | <-- __Thread__ --> |