Best method of load balancing / bonding with Netonix?
Posted: Thu Aug 24, 2017 2:59 am
I have 3 possible methods for load balancing and i'm unsure of the best method to use with a Netonix switch
The network topology is
1) Use LACP on the Netonix switches and let them load balance everything
2) Use VLAN101 for Link A & VLAN 102 for Link B. Use MSTP on the Netonix Switches. Put both VLAN's into a bonding group on the routers
3) Convert from bridging to routing on the Links
4) Something else
I would use LACP if this was ethernet to ethernet, but I also need management access to the wireless radio's. My preference would be to use LACP but my question is how do I get to the radio's? LACP will split the traffic according to MAC/IP/Port but it is unpredictable as how to which port it is going to use, so I can't accurate predict that traffic to AP-A and Station-A will go out via the appropriate ethernet port
I thought of using different management VLAN's and only having i.e. VLAN101 on port 5 and VLAN102 on port 6 so it ensures traffic to each set of radio's only goes through that exact link, but when I configure different VLAN's I lose connectivity. I presume this is because LACP is seeing a different config per port and dropping them out of the LAG group?
The 2nd option seems pretty good but MSTP is in beta right? This is for a production network so it has to be reliable
Option 3 is possible but not with the radio's I have in place
The network topology is
- Code: Select all
.........................AP-A ~~~~~~~~~~~~~~~ Station-A
......................../...........................\
Router<--->Netonix Switch .......................... Netonix Switch<--->Router
........................\ ......................... /
.........................AP-B ~~~~~~~~~~~~~~~ Station-B
1) Use LACP on the Netonix switches and let them load balance everything
2) Use VLAN101 for Link A & VLAN 102 for Link B. Use MSTP on the Netonix Switches. Put both VLAN's into a bonding group on the routers
3) Convert from bridging to routing on the Links
4) Something else
I would use LACP if this was ethernet to ethernet, but I also need management access to the wireless radio's. My preference would be to use LACP but my question is how do I get to the radio's? LACP will split the traffic according to MAC/IP/Port but it is unpredictable as how to which port it is going to use, so I can't accurate predict that traffic to AP-A and Station-A will go out via the appropriate ethernet port
I thought of using different management VLAN's and only having i.e. VLAN101 on port 5 and VLAN102 on port 6 so it ensures traffic to each set of radio's only goes through that exact link, but when I configure different VLAN's I lose connectivity. I presume this is because LACP is seeing a different config per port and dropping them out of the LAG group?
The 2nd option seems pretty good but MSTP is in beta right? This is for a production network so it has to be reliable
Option 3 is possible but not with the radio's I have in place