• On a chassis router, the control plane and the data plane live in separate hardware modules.

    • The Route Processor (RP) handles routing protocols, configuration, and management.

    • The Line Cards (LC) handle packet forwarding.

    Because these modules are physically separate, your chassis can hold two Route Processors (RP) in dedicated slots.
    One is Active, the other is Standby. Both live inside the same device.

    Two RPs, One Chassis

    The Active RP runs your control plane.
    The Standby RP sits in a second slot, ready to take over if the Active fails.

    Chassis router cutaway showing Active RP and Standby RP in dedicated slots above three Line Cards for packet forwarding.

    Figure 1 – Chassis router: Active RP, Standby RP, and Line Cards in separate slots

    If the Active RP fails, the Standby takes over.
    But how that takeover happens makes all the difference.

    Answer the question below

    What two hardware modules are physically separated inside a chassis router?

    What Happens Without Protection

    Without any high availability mechanism, the Standby RP is either powered off or only partially initialized.
    When the Active RP fails, your router essentially reboots.

    The Standby RP must load IOS, read the startup configuration, reload the Line Cards, and rebuild all routing adjacencies from scratch.

    Timeline showing RP failover without high availability: Active RP fails, full reboot, adjacencies rebuilt, resulting in minutes of downtime.

    Figure 2 – RP failover without high availability: minutes of downtime

    All your interfaces go down. All routing adjacencies (OSPF, BGP) are lost.
    The routing table is empty. No packets are forwarded.

    The entire failover can take several minutes. In a modern network, that is not acceptable.

    Earlier RP redundancy modes (HSA, RPR, RPR+) each tried to reduce this failover time. But none of them preserved Layer 2 or Layer 3 protocol states.
    Every failover still meant re-convergence, and re-convergence meant downtime.

    Answer the question below

    On a chassis router, which removable module runs the control plane?