• In a switched network, traffic is sent only to the port where the destination device is connected.
    This means that other ports do not see that traffic. As a result, you cannot simply plug in a laptop and expect to see what is happening on another interface.

    This is where SPAN becomes useful.

    Why Local SPAN Is Needed

    Local SPAN allows you to copy traffic from one interface to another so it can be analyzed by a traffic collector.

    Imagine this scenario:

    PC1 is communicating with another device in the network. When its packet arrives on interface G0/0 of SW1, the switch forwards it normally to its destination.

    Local SPAN traffic mirroring to collector

    Figure 1 – Local SPAN mirroring

    If SPAN is configured, the switch creates a copy of that traffic and sends it to the configured SPAN destination interface.
    The original traffic continues to its intended destination without interruption.

    SPAN source and destination ports traffic mirroring

    Figure 2 – SPAN source and destination

    This allows you to see exactly what is being transmitted and analyze the traffic using a traffic collector.
    As its name indicates, Local SPAN operates on a single switch.

    When you configure Local SPAN, you must define two elements:

    • SPAN source interface – the traffic you want to monitor

    • SPAN destination interface – where the mirrored traffic is sent

    By default, both incoming (RX) and outgoing (TX) traffic are mirrored.

    Answer the question below

    Local SPAN operates on how many switches?