-1

If I connect two unmanaged Linksys workgroup style switches together (port to port) then I take two NIC's on a server and plug one into one switch and the other into the other switch, will this create a switching loop? I guess another way of asking it is, will a server pass broadcasts from one NIC, out the second NIC?

Thanks!

Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
MBFROMIT
  • 1
  • 2

1 Answers1

5

No it will not unless you setup bridge or forwarding on your server.

GioMac
  • 4,544
  • 4
  • 27
  • 41
  • So had someone previously configured the dual nics as a bridge, I'm assuming in an attempt to team the NICs for through put, this could cause a loop? – MBFROMIT Sep 05 '13 at 20:18
  • Normally (one sw) teaming shouldn't do anything like this, but in this configuration teaming will cause problems because from the point of view of two switches host will run from side to side. To have redundant and working configuration you must run teaming with 802.3ad (LACP) and switches connected to the server must support stacking and update each other (like cisco xxxxS and xxxxX series of switches do). With basic round-robin balanced teaming - you must avoid connecting interfaces to two different switches. If you want teaming with generic switches - only normal way is active-passive mode. – GioMac Sep 05 '13 at 20:24