How to route L3 switches for a serial LAN design
If an interface of a Layer 3 switch is configured for Network A, and three computers have connected in a serial manner to that port (as in a line) how do I route from the switch interface to the last machine?

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You need to have VLANs configured in the switch so that the switch can route packets from Network A to Network B.

Also, when you say that the switches are connected in a serial manner, do they have dual network interface cards (NICs) so that you are connecting them like so: PC1Interface1 connects to switch, PC1Interface2 connects to PC2Interface1, PC2Interface2 connects to PC3Interface?

If this is the case you need to do teaming of the interfaces so that they have a virtual IP, and the same IP acts as the default gateway of the next PC down the line. At the same time you need to have some routing on PCs so that they can do the routing/switching based upon the destination network.

I hope this helps.

This was first published in May 2008