12-25-2011 04:05 PM - edited 03-04-2019 02:44 PM
Hi everybody
R1-----199.199.199.0 -R2
R1 (1.1.1.1) and R2( 4.4.4.4) form bgp neighbor relationship via their loop back addresses.
When I issue the command " neighbor 1.1.1.1 shutdown at R1, R1 cycles back to idle state as expected. After TCP connection was terminated , I still see tcp segments flowing between R1 and R4.
My question is what purpose they are serving?
I attached the wireshark-capture file, Please take a look towards the end of the file.
thanks and merry christmas to everyone.
Solved! Go to Solution.
12-25-2011 07:28 PM
If you look at the trace under TCP->Flags->Expert Info for 4.4.4.4 to 1.1.1.1, it is sending a connection establish request because R2 does not have the neighbor in shutdown state.
The following sequence R1 is responding back with a connection reset. That's expected as the neighbor is in shutdown state.
That information is also under TCP->Flags-> Expert Info.
Regards,
Edison
12-25-2011 07:28 PM
If you look at the trace under TCP->Flags->Expert Info for 4.4.4.4 to 1.1.1.1, it is sending a connection establish request because R2 does not have the neighbor in shutdown state.
The following sequence R1 is responding back with a connection reset. That's expected as the neighbor is in shutdown state.
That information is also under TCP->Flags-> Expert Info.
Regards,
Edison
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