Inter-VLAN Routing

Connecting Isolated VLANs using Routers and Layer 3 Switches

By default, devices in different VLANs cannot communicate with each other because they are in separate broadcast domains. To enable communication, we need a Layer 3 device to route traffic between them. This is called Inter-VLAN Routing.

Method 1: Router-on-a-Stick (ROAS)

This is the most common method for small to medium networks using a router and a Layer 2 switch.

Method 2: Layer 3 Switch (SVI)

Enterprise networks often use Layer 3 switches (Multilayer Switches) for faster performance.

Comparison

Feature Router-on-a-Stick Layer 3 Switch (SVI)
DeviceRouter + L2 SwitchMultilayer Switch
SpeedLimited by link speedHardware switching (Fast)
CostLowerHigher
ComplexitySub-interfacesVirtual Interfaces
Next Step: Try configuring Router-on-a-Stick in the Inter-VLAN Routing Lab.