routeronastick
Router on a stick is a network design in which a single router interface connects to a switch via a trunk carrying multiple VLANs. The router then performs inter-VLAN routing by using subinterfaces, with each subinterface handling a separate VLAN and providing a distinct IP gateway for hosts in that VLAN.
Implementation typically involves creating a subinterface for each VLAN on the router (for example, interface Gig0/1.10
The design requires 802.1Q compatible devices and proper trunk configuration on both sides. The native VLAN
Advantages of router on a stick include simplicity and lower hardware costs, as it avoids needing a
Disadvantages include limited scalability and potential performance bottlenecks on the router, since inter-VLAN routing is centralized