Inter-VLAN Routing (Router-on-a-Stick & SVI)
Inter-VLAN routing is the process of forwarding network traffic between different VLANs using a Layer 3 routing device or Layer 3 switch.
VLANs isolate at Layer 2; Inter-VLAN routing connects them at Layer 3 using Router-on-a-Stick or Layer 3 Switch SVIs.
In Simple Terms
Visual Diagram & Flow
Inter-VLAN routing is how enterprise networks maintain segmentation while still allowing authorized users in one department to access shared file servers or the Internet.
How It Works (Technical Breakdown)
Two secure adjacent rooms with no connecting door. To pass a document, you must hand it out the window to a security guard in the hallway (the router), who inspects it and passes it through the other window.
Cisco Router-on-a-Stick configuration: `interface GigabitEthernet0/0.10` ` encapsulation dot1Q 10` ` ip address 192.168.10.1 255.255.255.0` `interface GigabitEthernet0/0.20` ` encapsulation dot1Q 20` ` ip address 192.168.20.1 255.255.255.0`
Forgetting to configure the switch port connected to the router as an 802.1Q trunk, causing subinterfaces to fail silently.
Concept Mastery Quiz
Test your comprehension with active-recall questions.
Active Recall Flashcards
Click each flashcard to reveal the answer and test your memory.
Content Versioning
Audit trail of revisions and updates for this knowledge topic.
| Version | Change Summary | Author | Timestamp |
|---|---|---|---|
| v1 (Current) | Active production content | system | Sun, Aug 23, 2026 11:09 AM |