Week 3 - InterVLAN Routing
Week 3 - InterVLAN Routing
Week 3
Network Switching and Routing
MOD003262
Inter-VLAN Routing Operation
What is Inter-VLAN Routing?
• Layer 2 switches cannot forward traffic between VLANs without the assistance of a router.
• Inter-VLAN routing is a process for forwarding network traffic from one VLAN to another, using a
router.
In this example, the router was configured with two separate physical
interfaces to interact with the different VLANs and perform the
routing.
Inter-VLAN Routing Operation
Router-on-a-Stick Inter-VLAN Routing
• The router-on-a-stick approach uses only one of the
router’s physical interface.
• One of the router’s physical interfaces is
configured as a 802.1Q trunk port so it can
understand VLAN tags.
The show vlan command displays information about the The show ip route command displays the routing table containing
Cisco IOS VLAN subinterfaces. the networks associated with outgoing subinterfaces.
Configure Router-on-a-Stick Inter-VLAN Routing
Configure Router-on-a Stick: Verifying Routing
• Remote VLAN device connectivity can be tested using
the ping command.
• The command sends an ICMP echo request and when a
host receives an ICMP echo request, it responds with an
ICMP echo reply.