clay584 / run-dfz

Full BGP tables for lab purposes
GNU General Public License v3.0
18 stars 2 forks source link

How to do more than one bgp peer? #1

Open kmorales026 opened 10 months ago

kmorales026 commented 10 months ago

Hi,! your project is amazing!!!, so how can I do more than one bgp session?,

clay584 commented 5 months ago

@kmorales026 Thanks! This project is a bit outdated and its easier now to just run Linux VMs in a topology nowadays. So I would suggest to just not do the guestshell (I don't even know if this is still a thing that Cisco does anymore).

So I would say, create two linux VMs and install GoBGP on those Linux VMs and load the RIS data into them. Then just peer your router with both Linux GoBGP instances and you will have multiple tables from multiple peers.

As a side note, you may want to get different RIS data files for each GoBGP instance so the advertised tables are different so you can better simulate connectivity to multiple providers (as their views of the default zone will differ).