Forum Discussion
nitass
Nov 04, 2011Employee
i don't think oneconnect will make even load distribution.
for oneconnect, i don't know where bigip keeps track of each request/response. anyway, when i am checking packet capture file, i usually use f5 internal fields, i.e. flow id, peer id, to map between client-side and server-side flow.
- sachin_80710Nov 15, 2014NimbostratusHi Nitass, Pls can you explain how to map client-side and server-side flow in wireshark, i'm using f5ethtrailer.dll f5 plugin, also i can see addition f5 details in wireshark. But very hard to map client side request to server side request.
- nitassNov 16, 2014Employeeclientside's flow id will be serverside's peer id. you may try "f5ethtrailer.anyflowid == " as a filter. sol13637: Capturing internal TMM information with tcpdump https://support.f5.com/kb/en-us/solutions/public/13000/600/sol13637
- sachin_80710Nov 16, 2014NimbostratusThank you Nitass, I will try this.