How to deploy a BGP route generator? | Containerlab | ExaBGP
Hi all! The blog post is sort of "How to ...?" Introduction Some time ago I needed to prepare a lab environment where I should have to simulate a huge amount of BGP updates between routers. How can we arrange that? The main thing is how to generate a lot of BGP updates? As I see we have two ways: VM with network OS from classic vendors (Cisco, Juniper, Nokia); Linux BGP daemon Sure, BGP daemons are more scalable and suitable for lab purposes. And a lot of companies use them in production (in most cases as BGP RR). Of course, I knew about different Linux BGP daemons but didn't have experience with them. This time I followed the next simple workflow in the tech world - d on't know something? Let's Googling! (don't use this way in the production environment - firstly, read tech books, user guides, RFC, etc :) ) This way I've found all that I need: 1) BGP daemon. I decided to use ExaBGP 2) Route generator. It's a simple python script route-smash that ...