Hi, I have a single cisco 6500 running two erspan sessions with different erspan id's. I have a server running wireshark as the destination of the erspans. I would like to split the capture into two separate captures based on the erspan id. Is this possible? I cannot seem to find a way to display an erspan id in the gui. thanks. asked 11 Mar '12, 19:11 jonno |
One Answer:
For the Cisco Erspan dissector, I do see a field labeled "SpanID" with filter name "erspan.spanid". I would expect that you'd see this field in the GUI. (You can use tshark with a Read Filter (-R) to filter for packets with a particular spanid or you can use Wireshark to filter as needed and then do "save as: displayed"). Tshark output from a capture file with ERSPAN:
answered 11 Mar '12, 19:38 Bill Meier ♦♦ edited 11 Mar '12, 19:41 |
thanks, looking at it, I can use the "erspand.id == " in the gui filter. I had a problem where I was using erspan packets with the first 50 bytes chopped, so I couldn't see it :)