• Local SPAN works only on a single switch.
    But what if your traffic collector is connected to another switch?

    This is where Remote SPAN (RSPAN) becomes useful.
    RSPAN allows you to mirror traffic on one switch and transport that mirrored traffic to another switch using a dedicated VLAN.

    How Does RSPAN Work?

    Look at the topology below.
    PC1 sends traffic to a destination in the network through SW1.

    RSPAN traffic flow between source and destination switches

    Figure 1 – RSPAN traffic flow

    Unlike Local SPAN, the mirrored traffic does not go directly to a local interface.
    Instead, it is placed into a special VLAN called the RSPAN VLAN.

    Answer the question below

    Which VLAN transports mirrored traffic between switches in RSPAN?

    RSPAN VLAN

    A dedicated VLAN is created for RSPAN.
    This VLAN is used only to transport mirrored traffic across trunk links between switches.

    RSPAN VLAN transported over trunk link

    Figure 2 – RSPAN VLAN trunk

    Because the RSPAN VLAN is carried over a trunk, the mirrored traffic can travel from the source switch to the destination switch.
    This also provides isolation, since the VLAN is reserved for SPAN traffic only.

    Answer the question below

    What type of link carries the RSPAN VLAN between switches?

    In our example, traffic from the source interface is mirrored into the RSPAN VLAN and transported across the trunk link.

    Traffic mirrored into RSPAN VLAN

    Figure 3 – RSPAN VLAN mirroring

    When the mirrored traffic reaches the destination switch, it is removed from the RSPAN VLAN.

    RSPAN traffic forwarded to SPAN destination port

    Figure 4 – Traffic forwarded to Traffic Collector

    The destination switch then forwards the mirrored traffic to the traffic collector.

    Answer the question below

    What happens to mirrored traffic when it reaches the destination switch?