SPAN and RSPAN

Core Concepts of SPAN and RSPAN

17 cards   |   Total Attempts: 182
  

Cards In This Set

Front Back
What is SPAN?
Switch Port Analyzer: Basically a method of directing all traffic from a source port or source VLAN to a single port.
Describe how SPAN functions in concise terms.
In SPAN, you create a SPAN source that consists of at least one port or at least one VLAN on a switch. On the same switch, you configure a destination port. The SPAN source data is then gathered and delivered to the SPAN destination.
Describe how RSPAN functions in concise terms.
In RSPAN, you create the same source type—at least one port or at least one VLAN. The destination for this session is the RSPAN VLAN, rather than a single port on the switch. At the switch that contains an RSPAN destination port, the RSPAN VLAN data is delivered to the RSPAN port.
Describe what a source port is.
A SPAN source port can be any type of port—a routed port, a physical switch port, an access port, a trunk port, an EtherChannel port (either one physical port or the entire port-channel interface), and so on. On a SPAN source VLAN, all active ports in that VLAN are monitored. As you add or remove ports from that VLAN, the sources are dynamically updated to include new ports or exclude removed ports. Also, a port configured as a SPAN destination cannot be part of a SPAN source VLAN.
Destination ports in SPAN and RSPAN have multiple restrictions. Name some of the key restrictions.
1.) When you configure a destination port, its original configuration is overwritten. If the SPAN configuration is removed, the original configuration on that port is restored.
2.) When you configure a destination port, the port is removed from any EtherChannel bundle if it were part of one. If it were a routed port, the SPAN destination configuration overrides the routed port configuration.
3.) Destination ports do not support port security, 802.1x authentication, or private VLANs. In general, SPAN/RSPAN and 802.1x are incompatible.
4.) Destination ports do not support any Layer 2 protocols, including CDP, Spanning Tree, VTP, DTP, and so on.
True or false:
The source can be either one or more ports or a VLAN, but not a mix of these.
True
True or false
Up to 34 SPAN destination ports can be configured on a switch.
False- up to 64 SPAN destnation ports can be configured on a switch.
True or false

Switched or routed ports can be configured as SPAN source ports or SPAN destination ports.
True
True or false
Source and destination interfaces configuration must be the identically.
False- However be careful to avoid overloading the SPAN destination port. A 100-Mbps source port can easily overload a 10-Mbps destination port; it’s even easier to overload a 100-Mbps destination port when the source is a VLAN.
True or false

A SPAN destination port can also serve as the destination port for a RSPAN session.
False- Within a single SPAN session, you cannot deliver traffic to a destination port when it is sourced by a mix of SPAN and RSPAN source ports or VLANs. This restriction comes into play when you want to mirror traffic to both a local port on a switch (in SPAN) and a remote port on another switch (in RSPAN mode).
True or false

A SPAN destination port will retain its configuration and serve both purposes.
False- A SPAN destination port ceases to act as a normal switchport. That is, it passes only SPANrelated traffic.
True or false

A trunk port can be configured as a source port.
True- It’s possible to configure a trunk port as the source of a SPAN or RSPAN session. In this case, all VLANs on the trunk are monitored by default; the filter vlan command option can be configured to limit the VLANs being monitored in this situation.
True or false

Traffic that is routed from another VLAN to a source VLAN can be monitored with SPAN.
False- Traffic that is routed from another VLAN to a source VLAN cannot be monitored with SPAN. An easy way to understand this concept is that only traffic that enters or exits the switch in a source port or VLAN is forwarded in a SPAN session. In other words, if the traffic comes from another source within the switch (by routing from another VLAN, for example), that traffic isn’t forwarded via SPAN.
What types of traffic can SPAN monitor?
SPAN and RSPAN support two types of traffic: transmitted and received. By default, SPAN is enabled for traffic both entering and exiting the source port or VLAN. However, SPAN can be configured to monitor just transmitted traffic or just received traffic.
What is Receive (RX) SPAN traffic?
For Receive (RX) SPAN, the goal is to deliver all traffic received to the SPAN destination. As a result, each frame to be transported across a SPAN connection is copied and sent before any modification (for example, VACL or ACL filtering, QoS modification, or even ingress or egress policing).