Port Span
Session Monitoring
This is the vocabulary that Cisco uses to describe port mirroring, port monitoring, RMON Roving Port Analysis, whatever.
This example shows how to create SPAN session 1 to monitor both sent and received traffic on a source interface and on a destination interface:
Switch(config)# monitor session 1 source interface fastEthernet0/1 both
Switch(config)# monitor session 1 destination interface fastEthernet0/8
Now plug your snooper into 0/8 and you'll see everything that 0/1 does.
Turning It Off:
Switch(config)# no monitor session 1