Router On a Stick

  • Router on a Stick (ROAS) is one of the three methods of Inter-VLAN Routing that we introduced earlier in the InterVLAN Routing course.

    To quickly recap, the three approaches are:

    • Legacy Inter-VLAN Routing – using multiple physical router interfaces (rarely used today).

    • Router-on-a-Stick (ROAS) – using subinterfaces on a single router interface.

    • Layer 3 Switch (SVIs) – the modern and scalable solution.

    In this lesson, we will focus on Router on a Stick, which allows a network administrator to route packets between multiple VLANs using a single router interface divided into subinterfaces.

    This is the reference topology we’ll use throughout the course:

    Network topology with PC in VLAN 10 and Server in VLAN 20 connected to R1 using Router-on-a-Stick

    Figure 1 – Router on a Stick Topology

    • PC1 in VLAN 10 (192.168.1.0/24)

    • Server in VLAN 20 (192.168.2.0/24)

    By configuring Router on a Stick, we enable communication between these two VLANs.
    The first concept you need to understand for this method is the subinterface.

    Answer the question below