Port mirroring can be configured through the Menu, CLI and Web User Interface.
In this example you want to monitor (mirror) all traffic from port A22 to port A2:
To Turn off the monitoring
Using CLI (Telnet ting to switch)
Turn on monitoring:
SW_01#config
SW_01#config
SW_01(config)# mirror-port A2
SW_01(config)# interface ethernet A22 monitor
Verify:
SW_01(config)# sh monitor
Network Monitoring Port
Mirror Port: A2
Monitoring sources
------------------
A22
Writing changes to the switch
SW_01(config)# wr mem
Turn off monitoring:
SW_01(config)# no mirror-port A2
Thanks
-RP