For When You Can't Have The Real Thing
[ start | index | login ]
start > Cisco > Port SPAN

Port SPAN

Created by dave. Last edited by dave, 14 years and 219 days ago. Viewed 3,076 times. #1
[edit] [rdf]
labels
attachments

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

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt