Switch – Does this make a VLAN loop

loopswitchvlan

I have a network that provides external IP addresses through VLANs. The same network also provides VLANs for internal use. Roughs map (not all switches):

                                VLAN 20 (for internal subnet)
            |switchB|----|switchE|----computers  
                |
Router------|switchA| 
                |                 VLAN 10 (with external IP)
            |switchC|----|switchD|----|Firewall|---server 
                             |            |
                             --------------
                                  VLAN 20 (For internal subnet)

My question, does this make a loop that will bring down the VLAN 20?

Thanks for all answers.

Best Answer

Assuming the firewall is a Layer 3 firewall (and not in layer 2 mode like some firewalls are) this won't generate a loop. If it will work, that's a totally different question, that depends on your actual configuration.

Related Topic