cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
477
Views
5
Helpful
1
Replies

howto monitore a port on Catalyst ?

piotrkrol
Level 1
Level 1

hi

howto monitore a port on Catalyst WS-C3550-12T, I mean to set up a port to the monitoring modus ?

I'd like to mirror all data from port 9 to a specific port, for example to port 5

kind regards

piotr

1 Reply 1

JORGE RODRIGUEZ
Level 10
Level 10

Local SPAN configuration, go to this link for config example..

http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_12c_ea1/configuration/guide/swspan.html#wp1036829

Basic script.

Switch(config)# monitor session 1 source interface fastEthernet0/9 both

Switch(config)# monitor session 1 destination interface fastEthernet0/5 ( This is where sniffer is connected )

to see active monitor sessions issue " show monitor "

to kill the monitor issue " no monitor session 1 "

HTH

Jorge

Jorge Rodriguez