01-31-2017 08:31 AM - edited 03-08-2019 09:07 AM
I have a 6513 running 12.2 and need to mirror 2 source ports to one destination port on the same switch. Is that possible?
Solved! Go to Solution.
01-31-2017 08:40 AM
Yes that's possible use the comma when setting the source , I currently have it in place as below
monitor session 1 source interface Po4 , Po5
monitor session 1 destination interface Gi1/8/48
#sh monitor session all
Session 1
---------
Type : Local Session
Source Ports :
Both : Po4-5
Destination Ports : Gi1/8/48
01-31-2017 08:53 AM
yes of course im just capturing pos , same concept for stand alone ports
01-31-2017 08:40 AM
Yes that's possible use the comma when setting the source , I currently have it in place as below
monitor session 1 source interface Po4 , Po5
monitor session 1 destination interface Gi1/8/48
#sh monitor session all
Session 1
---------
Type : Local Session
Source Ports :
Both : Po4-5
Destination Ports : Gi1/8/48
01-31-2017 08:42 AM
You are using port channels, but I am guessing this will work as well
monitor session 1 source interface gi3/21, gi4/15
monitor session 1 destination interface Gi1/48
01-31-2017 08:46 AM
If you are going to use a sniffer like wireshark, leave the destination port without configuration.
you can run a default int g1/48 to reset the interface to default setting.
Regards.
01-31-2017 08:53 AM
yes of course im just capturing pos , same concept for stand alone ports
01-31-2017 08:55 AM
Thanks!
01-31-2017 08:43 AM
Yep that is correct, also you can add the traffic direction to monitor, it is for source.
both = Transmitted and received traffic.
Rx = Received traffic
Tx = Transmitted Traffic.
Regards.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide