First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

capture filter lacp encapsulated in ERSPAN

  • retag add tags

I have a remote span and wants to capture only LACP frame, i'm not able to find the good capture filter.

I see a thread about capturing an ip inside a gre but i'm not familiar with that : https://osqa-ask.wireshark.org/questi...

I need your help to find the right capture using the mac source of the frame encapsulated in the GRE or any LACP inside the GRE or Slow protocols

Thanks

timben's avatar
16
timben
asked 2018-10-15 17:33:18 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You can ignore, i found the good pattern, i used this capture filter : ((ether[56:4]=0x8c604f8e) and (ether[50:4]=0x0180c200)) or ((ether[56:4]=0x00defb6a) and (ether[50:4]=0x0180c200))

timben's avatar
16
timben
answered 2018-10-15 21:15:18 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer