Master InterVLAN Routing: CCNA Perspective
A Comprehensive Guide to Legacy, Router-on-a-Stick, and Layer 3 Switch Configurations
By Saeed Ahmad, Cisco NetAcad Expert & Senior IT Trainer | Updated: September 2026
In modern enterprise networks, VLANs are essential for segmenting broadcast domains, enhancing security, and improving network performance. However, devices in different VLANs cannot communicate natively. This is where InterVLAN Routing becomes a critical CCNA (200-301) objective.
As a Cisco NetAcad Expert with over 20 years of experience and a 98% student pass rate, I have trained thousands of professionals on this exact topic. In this guide, we will break down the three primary methods of InterVLAN routing, complete with real-world Cisco IOS configurations you can practice in Packet Tracer or Cisco Modeling Labs (CML).
1. Traditional InterVLAN Routing (Per VLAN, Per Router Interface)
This is the legacy method of InterVLAN routing. It requires a router with multiple physical interfaces, where each interface is connected to a separate switch port assigned to a specific VLAN.
How It Works:
- Each router interface is configured with an IP address that serves as the default gateway for its respective VLAN.
- The switch ports connected to the router are configured as access ports.
Sample Configuration:
Router(config-if)# ip address 192.168.10.1 255.255.255.0
Router(config-if)# no shutdown
Router(config)# interface GigabitEthernet0/1
Router(config-if)# ip address 192.168.20.1 255.255.255.0
Router(config-if)# no shutdown
Pros & Cons:
✅ Pros: Simple to configure and troubleshoot; no router CPU overhead for 802.1Q tagging.
❌ Cons: Highly unscalable. Requires a physical router interface for every single VLAN, which is expensive and wastes switch ports.
2. Router-on-a-Stick (ROAS)
Router-on-a-Stick is the classic CCNA solution to the scalability problem of the legacy method. It uses a single physical router interface divided into multiple logical subinterfaces, each representing a different VLAN.
How It Works:
- The switch port connected to the router is configured as an 802.1Q Trunk.
- Each router subinterface is assigned an 802.1Q encapsulation ID matching the VLAN number.
- Each subinterface is assigned an IP address to act as the default gateway for that VLAN.
Sample Configuration:
Switch(config)# interface GigabitEthernet0/1
Switch(config-if)# switchport mode trunk
!– Router Configuration —
Router(config)# interface GigabitEthernet0/0.10
Router(config-subif)# encapsulation dot1Q 10
Router(config-subif)# ip address 192.168.10.1 255.255.255.0
Router(config)# interface GigabitEthernet0/0.20
Router(config-subif)# encapsulation dot1Q 20
Router(config-subif)# ip address 192.168.20.1 255.255.255.0
Pros & Cons:
✅ Pros: Highly scalable compared to legacy; saves physical router ports; cost-effective for small to medium networks.
❌ Cons: The single physical link can become a bandwidth bottleneck. All InterVLAN traffic must traverse this one link.
3. Layer 3 Switch (Switched Virtual Interface – SVI)
This is the industry standard and the most highly recommended method for enterprise networks. A Layer 3 (Multilayer) switch performs routing at hardware speed (ASICs), eliminating the bottleneck of a traditional router.
How It Works:
- IP routing is globally enabled on the switch (
ip routing). - A Switched Virtual Interface (SVI) is created for each VLAN (
interface vlan X). - The SVI is assigned an IP address, serving as the default gateway for devices in that VLAN.
Sample Configuration:
L3-Switch(config)# interface Vlan10
L3-Switch(config-if)# description Gateway_for_VLAN_10
L3-Switch(config-if)# ip address 192.168.10.1 255.255.255.0
L3-Switch(config-if)# no shutdown
L3-Switch(config)# interface Vlan20
L3-Switch(config-if)# ip address 192.168.20.1 255.255.255.0
L3-Switch(config-if)# no shutdown
Pros & Cons:
✅ Pros: Wire-speed routing, highly scalable, low latency, and consolidates switching and routing into a single device.
❌ Cons: Layer 3 switches are more expensive than Layer 2 switches (though cheaper than high-end routers).
CCNA Exam Quick Comparison
| Feature | Legacy (Per VLAN) | Router-on-a-Stick | Layer 3 Switch (SVI) |
|---|---|---|---|
| Scalability | Poor | Moderate | Excellent |
| Hardware Required | Router + L2 Switch | Router + L2 Switch | Layer 3 Switch Only |
| CCNA Exam Focus | Conceptual | High (Subinterfaces) | High (SVI & ip routing) |
🚀 Accelerate Your CCNA Career with CCNAGuru Institute
Don’t just memorize commands—master them. Join the best CCNA tutor institute in Dubai, led by Cisco NetAcad Expert Saeed Ahmad (20+ years of experience, 98% pass rate).
🏢 In-Person Training (Dubai)
Hands-on labs at our Dubai Marina facility. Real Cisco equipment, CML, and Packet Tracer 9.2 integration.
💻 Online Global Training
Interactive, live, lab-based sessions available globally. Flexible morning, evening, and weekend bootcamps.
📞 Enroll Today & Get 1-on-1 Coaching Options!
📧 Email: admin@ccnaguru.com
📱 Phone / WhatsApp: +971-54-7634272
🌐 Website: www.ccnaguru.com
CCNA Classes in Dubai – CCNAGuru (Cisco Expert Trainer)
Join CCNA classes in Dubai by CCNAGuru, led by a Cisco-certified expert. Available for in-person and online classes with real lab practice, exam-focused training, and career guidance.
Introduction to Networks
Switching, Routing & Wireless
Enterprise Networking & Security
CCNA Training Across U.S. States
Explore CCNA Training Centers and Certification Courses across every U.S. state.
Connect with me: FB X IN YT TT WA
*All U.S. state pages are part of CCNAGuru.com's training network.