Skip to content

Instantly share code, notes, and snippets.

@tonusoo
Last active October 23, 2025 15:34
Show Gist options
  • Select an option

  • Save tonusoo/1cced39aa6ae53143d12623a05f02331 to your computer and use it in GitHub Desktop.

Select an option

Save tonusoo/1cced39aa6ae53143d12623a05f02331 to your computer and use it in GitHub Desktop.
@tonusoo
Copy link
Author

tonusoo commented Oct 23, 2025

rM had no out-delay configured:
rN-rL-UPDATE-messages_3600

rM had out-delay 1 under [edit protocols bgp]:
rN-rL-UPDATE-messages_with_out-delay_3600

BGP UPDATE messages were captured with tshark -w rN-rL-UPDATE-messages.pcap -i e-rN-rL -f 'src host 10.1.1.10 && dst host 10.1.1.11 && tcp && port 179' where e-rN-rL was a Linux bridge connecting the rN and rL virtual machines. The resulting rN-rL-UPDATE-messages.pcap file was then analyzed with a script that calculated the number of UPDATE messages per second and produced the data in a format suitable for gnuplot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment