03-06-2013 12:21 AM - edited 03-07-2019 12:05 PM
While performing troubleshooting for
https://supportforums.cisco.com/message/3874519
I used a C3560GC as a switch simulating end device and generating the traffic.
I used it also for data mirroring, set a monitor session in this way:
monitor session 1 source interface Gi0/1
monitor session 1 destination interface Gi0/2
What surprised me was that I did not see all the traffic that I expected to see on a PC with Wireshark connected to the port G0/2.
I used TAP ( physical mirroring ) then, compared, and realized that the monitor session on C3560 for example does not show
- incoming BPDUs ( generated on the other switch being connected to the port g0/1 on C3560 )
- outgoing ( generated from within C3560 ) LLDP multicasts
- outgoing ( generated from within C3560 ) LOOP frames.
Generally speaking this is quite confusing as one would expect to see all the traffic.
Does anyone know is this expected or a bugy behaviour ? If expected, does any nice document exist that would show monitor session limitations per platform/IOS version?
Thank you,
Vlad
Solved! Go to Solution.
03-09-2013 02:12 AM
Hello Vlad,
This behavior is correct. If you want to see the Layer2 management protocols running on a port, and not just the user traffic, the command about the destination port has to be written as follows:
monitor session 1 destination interface Gi0/2 encapsulation replicate
Check this link for more information:
Best regards,
Peter
03-09-2013 02:12 AM
Hello Vlad,
This behavior is correct. If you want to see the Layer2 management protocols running on a port, and not just the user traffic, the command about the destination port has to be written as follows:
monitor session 1 destination interface Gi0/2 encapsulation replicate
Check this link for more information:
Best regards,
Peter
03-11-2013 07:22 AM
Thanks Peter, works fine now.
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