Re: BGP between VMs

2020-03-20 Thread wax g.
Hi, gns3 could be of help here, much easier to setup on your computer & after which you'll have console access to your routers for configuration. On Fri, Mar 20, 2020 at 12:09 PM Fabiano D'Agostino < fabiano.dagostin...@gmail.com> wrote: > Hi all, > thank you for helping, but so I have to set

Re: BGP between VMs

2020-03-20 Thread Fabiano D'Agostino
Hi all, thank you for helping, but so I have to set up an entire network lab using LXC and OpenvSwitch? Otherwise, how can I set up a router, AS number and prefixes that a router wants to announce inside a VM? Fabiano Il giorno ven 20 mar 2020 alle ore 09:40 Md Alamgir Kabir < kabirra...@gmail.co

Re: BGP between VMs

2020-03-20 Thread Md Alamgir Kabir
Hi all You are really doing good research, which of course can be fixed between two VMs. You can also do different IPs and ASN in the same block. Again, if the IP and separate ASN of a different block can be done. [image: image.png] [image: image.png] With Kinds Regards -

Re: BGP between VMs

2020-03-20 Thread mattia . milani
To manage the AS number of each VM use the bgp protocol configuration of bird Mattia > Il giorno 20 mar 2020, alle ore 08:33, Fabiano D'Agostino > ha scritto: > >  > Hi, > thanks everyone, I read the guide, but I didn't find how to put the two VMs > in two different ASs. > >> Il giorno ven

Re: BGP between VMs

2020-03-20 Thread Kees Meijs
That's fine. All I tried to point out is the guide is for the old branch but still could help you with the basics. If you read the guide you might figure out it teaches you as needed and you could think of not using BIRD2 using your learning course and upgrade later on. Just a thought. On 20-03-

Re: BGP between VMs

2020-03-20 Thread Fabiano D'Agostino
Hi Kees, thanks for helping me, as I told I am new to Bird, so I directly installed the latest version 2.07. Fabiano Il giorno ven 20 mar 2020 alle ore 08:41 Kees Meijs ha scritto: > Hi Fabiano, > > Not sure if someone (or some documentation) already pointed out this > guide: https://github.com

Re: BGP between VMs

2020-03-20 Thread Kees Meijs
Hi Fabiano, Not sure if someone (or some documentation) already pointed out this guide: https://github.com/knorrie/network-examples/tree/master/bgp-intro The guide uses BIRD 1.4.5 but I guess as long as you're not using BIRD2 you should be fine while taking your first steps. In mean time, you co

Re: BGP between VMs

2020-03-20 Thread Fabiano D'Agostino
Hi, thanks everyone, I read the guide, but I didn't find how to put the two VMs in two different ASs. Il giorno ven 20 mar 2020 alle ore 02:43 Robert Blayzor < rblayzor.b...@inoc.net> ha scritto: > On 3/19/20 7:11 PM, Chriztoffer Hansen wrote: > > EBGP between two bgp speakers (eg. VMs) is rule o

Re: BGP between VMs

2020-03-19 Thread Robert Blayzor
On 3/19/20 7:11 PM, Chriztoffer Hansen wrote: > EBGP between two bgp speakers (eg. VMs) is rule of thumb done using > interfaces on each ebgp speaker in a shared L2 domain, with ip addresses > on each interface in a shared subnet, eg. Ipv4 /30, /31, IPv6 /64, /126, > /127. > If both VMs are on the

Re: BGP between VMs

2020-03-19 Thread Chriztoffer Hansen
Fabiano, RTFM is the short answer, (not trying to be rude here 😜) EBGP between two bgp speakers (eg. VMs) is rule of thumb done using interfaces on each ebgp speaker in a shared L2 domain, with ip addresses on each interface in a shared subnet, eg. Ipv4 /30, /31, IPv6 /64, /126, /127. If both VMs

Re: BGP between VMs

2020-03-19 Thread Fabiano D'Agostino
Hi Mattia, thanks for answering, but should I create a sort of virtual network? I mean each VM has its own AS number and router and the two routers make a BGP peering, how can I do it? Il giorno gio 19 mar 2020 alle ore 22:56 ha scritto: > Hello, > > I confirm, it’s possible and to do it you mus

Re: BGP between VMs

2020-03-19 Thread mattia . milani
Hello, I confirm, it’s possible and to do it you must put the two VM interfaces in the same subnetwork. A /30 subnetwork is sufficient. After that you have to configure in the correct way the two bird daemons. For the config file you have to refer to the guide on the bird website, and for the

Re: BGP between VMs

2020-03-19 Thread Chriztoffer Hansen
On Thu, 19 Mar 2020 at 22:29, Fabiano D'Agostino wrote: > I am new to Bird and I would like to do the following. I have two VMs and I > would like to make a BGP peering between the two VMs, is it possible using > Bird? Certainly, the best option is to use a search engine for easy to get started

Re: BGP between VMs

2020-03-19 Thread Fabiano D'Agostino
Good evening Alexander, thanks for answering, could you give me some hints of how to do it? Il giorno gio 19 mar 2020 alle ore 22:37 Alexander Zubkov ha scritto: > Hi, > > Yes, it is possible. > > On Thu, Mar 19, 2020 at 10:34 PM Fabiano D'Agostino > wrote: > > > > Hi all, > > I am new to Bird

Re: BGP between VMs

2020-03-19 Thread Alexander Zubkov
Hi, Yes, it is possible. On Thu, Mar 19, 2020 at 10:34 PM Fabiano D'Agostino wrote: > > Hi all, > I am new to Bird and I would like to do the following. I have two VMs and I > would like to make a BGP peering between the two VMs, is it possible using > Bird? > > Thanks in advance, > > Fabiano

BGP between VMs

2020-03-19 Thread Fabiano D'Agostino
Hi all, I am new to Bird and I would like to do the following. I have two VMs and I would like to make a BGP peering between the two VMs, is it possible using Bird? Thanks in advance, Fabiano