.fi
.RE
-.SS "Port Mirroring"
+.SS "Port Mirroring (SPAN and RSPAN)"
\fBvswitchd\fR may be configured to send selected frames to special
-``mirrored'' ports, in addition to their normal destinations.
+``mirrored'' ports, in addition to their normal destinations. Mirroring
+traffic may also be referred to as SPAN or RSPAN, depending on the
+mechanism used for delivery.
.PP
Up to 32 instances of port mirroring may be configured on a given
bridge. Each must be given a name that is unique within the bridge.
Specifying a \fIport\fR in this way reserves that port exclusively for
mirroring. No frames other than those selected for mirroring will be
forwarded to \fIport\fR, and any frames received on \fIport\fR will be
-discarded.
+discarded. This type of mirroring may also be referred to as SPAN.
.TP
\fBmirror.\fIbrname\fB.\fIpmname\fB.output.vlan = \fIvid\fR
.
ports with implicit VLAN \fIvid\fR. When a mirrored frame is sent out
a trunk port, the frame's VLAN tag will be set to \fIvid\fR, replacing
any existing tag; when it is sent out an implicit VLAN port, the frame
-will not be tagged.
+will not be tagged. This type of mirroring may also be referred to as
+RSPAN.
.ST "Example"
The following \fBvswitchd\fR configuration copies all frames received
on \fBeth1\fR or \fBeth2\fR to \fBeth3\fR.