Re: BGP Redistribution question

2019-01-14 Thread Sebastian Benoit
Simen Stavdal(sstav...@gmail.com) on 2019.01.14 22:57:19 +0100: > Hello Sebastian, > > So, I am on amd64, 6.4 : > > OpenBSD 6.4 (GENERIC.MP) #364: Thu Oct 11 13:30:23 MDT 2018 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > > The purpose of my setup, is to play ar

Re: BGP Redistribution question

2019-01-14 Thread Simen Stavdal
Hello Sebastian, So, I am on amd64, 6.4 : OpenBSD 6.4 (GENERIC.MP) #364: Thu Oct 11 13:30:23 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP The purpose of my setup, is to play around with redistribution between OSPF and BGP and vice versa. I found an aging ar

Re: BGP Redistribution question

2019-01-14 Thread Tom Smyth
Forgot to mention the reason you cant ping router C from A without specifying the src address is because, when your router pings another device, it will by default use the ip of the interface that has the active route in the FIB... (usually the interface closest to the other router) if your src a

Re: BGP Redistribution question

2019-01-14 Thread Tom Smyth
Siemen, im not certain I understand why you are applying route labels. also im not certain about your aims for your network design... If you want good documentation on best practices... the cisco case studies /juniper white papers or talks at nanog / ripe meetings are a good place to start...

Re: BGP Redistribution question

2019-01-14 Thread Sebastian Benoit
Hi, Simen Stavdal(sstav...@gmail.com) on 2019.01.14 21:29:43 +0100: > Hello, > > I have three routers connected in a chain. > A<->B<->C > > All routers have a host address as loopback 100 (192.168.5.x/32, A=1, B=2, > C=3). > The segments between the routers are 192.168.1.0/30 (AB) and 192.168.2

BGP Redistribution question

2019-01-14 Thread Simen Stavdal
Hello, I have three routers connected in a chain. A<->B<->C All routers have a host address as loopback 100 (192.168.5.x/32, A=1, B=2, C=3). The segments between the routers are 192.168.1.0/30 (AB) and 192.168.2.0/30 (BC). A to B runs OSPF B to C runs IBGP I redistribute the BGP routes into OS