redistributing routes

2010-10-23 Thread Tony Sarendal
Is there a way to redistribute routes from BGP to OSPF using bgpd and ospfd ? I have a network where the core concists of openbsd devices using bgpd to distribute routing information. At present we need to use static routing if we connect devices that do not support BGP. Regards Tony

Re: redistributing routes

2010-10-23 Thread Insan Praja SW
Hi Tony, On Sat, 23 Oct 2010 18:44:46 +0700, Tony Sarendal t...@polarcap.org wrote: Is there a way to redistribute routes from BGP to OSPF using bgpd and ospfd ? on bgpd.conf you might want to do this: match from $peer1 inet prefix xxx.xxx.xxx.xxx/xx prefixlen bla_bla set rtlabel

Re: redistributing routes

2010-10-23 Thread Tony Sarendal
On Sat, Oct 23, 2010 at 2:05 PM, Insan Praja SW insan.pr...@gmail.comwrote: Hi Tony, On Sat, 23 Oct 2010 18:44:46 +0700, Tony Sarendal t...@polarcap.org wrote: Is there a way to redistribute routes from BGP to OSPF using bgpd and ospfd ? on bgpd.conf you might want to do this: match

Re: redistributing routes

2010-10-23 Thread Insan Praja SW
On Sat, 23 Oct 2010 19:25:22 +0700, Tony Sarendal t...@polarcap.org wrote: On Sat, Oct 23, 2010 at 2:05 PM, Insan Praja SW insan.pr...@gmail.comwrote: Hi Tony, On Sat, 23 Oct 2010 18:44:46 +0700, Tony Sarendal t...@polarcap.org wrote: Is there a way to redistribute routes from BGP to

Re: redistributing routes

2010-10-23 Thread Henning Brauer
* Tony Sarendal t...@polarcap.org [2010-10-23 14:29]: rtlabel label Add the prefix with the specified label to the kernel routing table. Is this an error in the page or me reading it wrong ? debatable... this could be worded better. with rtlabel foo, bgpd will

Re: redistributing routes

2010-10-23 Thread Tony Sarendal
On Sat, Oct 23, 2010 at 3:07 PM, Henning Brauer lists-open...@bsws.dewrote: * Tony Sarendal t...@polarcap.org [2010-10-23 14:29]: rtlabel label Add the prefix with the specified label to the kernel routing table. Is this an error in the page or me

Re: redistributing routes

2010-10-23 Thread Kenneth R Westerback
On Sat, Oct 23, 2010 at 03:20:45PM +0200, Tony Sarendal wrote: On Sat, Oct 23, 2010 at 3:07 PM, Henning Brauer lists-open...@bsws.dewrote: * Tony Sarendal t...@polarcap.org [2010-10-23 14:29]: rtlabel label Add the prefix with the specified label to the kernel

Re: redistributing routes

2010-10-23 Thread Stuart Henderson
On 2010-10-23, Tony Sarendal t...@polarcap.org wrote: rtlabel label Add the prefix with the specified label to the kernel routing table. I think this should be: Add the prefix to the kernel routing table with the specified label. Index: bgpd.conf.5

Re: redistributing routes

2010-10-23 Thread Tony Sarendal
On Sat, Oct 23, 2010 at 6:16 PM, Stuart Henderson s...@spacehopper.orgwrote: On 2010-10-23, Tony Sarendal t...@polarcap.org wrote: rtlabel label Add the prefix with the specified label to the kernel routing table. I think this should be: Add the prefix

Re: redistributing routes

2010-10-23 Thread Henning Brauer
* Tony Sarendal t...@polarcap.org [2010-10-23 19:03]: How does OpenBSD handle the same prefix being in both bgpd and ospfd ? in general? OSPF routes have priority over BGP routes. that's implemented kernel routing table side and the daemons setting the priority field to their respective

Re: redistributing routes

2010-10-23 Thread Tony Sarendal
On Sat, Oct 23, 2010 at 8:02 PM, Henning Brauer lists-open...@bsws.dewrote: * Tony Sarendal t...@polarcap.org [2010-10-23 19:03]: How does OpenBSD handle the same prefix being in both bgpd and ospfd ? in general? OSPF routes have priority over BGP routes. that's implemented kernel routing

Re: redistributing routes

2010-10-23 Thread Tony Sarendal
On Sat, Oct 23, 2010 at 8:45 PM, Tony Sarendal t...@polarcap.org wrote: On Sat, Oct 23, 2010 at 8:02 PM, Henning Brauer lists-open...@bsws.dewrote: * Tony Sarendal t...@polarcap.org [2010-10-23 19:03]: How does OpenBSD handle the same prefix being in both bgpd and ospfd ? in general?

Re: redistributing routes

2010-10-23 Thread Henning Brauer
* Tony Sarendal t...@polarcap.org [2010-10-23 20:50]: On Sat, Oct 23, 2010 at 8:02 PM, Henning Brauer lists-open...@bsws.dewrote: * Tony Sarendal t...@polarcap.org [2010-10-23 19:03]: How does OpenBSD handle the same prefix being in both bgpd and ospfd ? in general? OSPF routes have

Re: Redistributing routes for IPSec tunnels with OpenOSPFD

2008-06-18 Thread Stuart Henderson
On 2008-06-17, Russell Howe [EMAIL PROTECTED] wrote: I have a pair of firewall routers running OpenBSD (4.1 and 4.2 at present - need to get them updated) and I recently added an IPsec tunnel to their configurations, using ipsecctl and ipsec.conf complete with sasyncd. This works fine,

Redistributing routes for IPSec tunnels with OpenOSPFD

2008-06-17 Thread Russell Howe
I have a pair of firewall routers running OpenBSD (4.1 and 4.2 at present - need to get them updated) and I recently added an IPsec tunnel to their configurations, using ipsecctl and ipsec.conf complete with sasyncd. This works fine, and the host which is master of the carp interface I've

Re: bgpd.conf md5sig, iBGP and redistributing routes to/from ospf

2005-11-03 Thread Jesper Louis Andersen
to the kernel thread known as reaper man. Q: running ospf with all peers + carp intfaces in area 0.0.0.0 and internal intfaces in area 0.0.0.1 (and from ospfd.conf) [...] fib-update yes redistribute connected [...] This is about redistributing routes - will the above let BGP and OSPF play along

Re: bgpd.conf md5sig, iBGP and redistributing routes to/from ospf

2005-11-03 Thread per engelbrecht
and ospfd gets to say hello to the kernel thread known as reaper man. Q: running ospf with all peers + carp intfaces in area 0.0.0.0 and internal intfaces in area 0.0.0.1 (and from ospfd.conf) [...] fib-update yes redistribute connected [...] This is about redistributing routes - will the above

Re: bgpd.conf md5sig, iBGP and redistributing routes to/from ospf [forgot to sign it]

2005-11-02 Thread Claudio Jeker
at a time. Q: running ospf with all peers + carp intfaces in area 0.0.0.0 and internal intfaces in area 0.0.0.1 (and from ospfd.conf) [...] fib-update yes redistribute connected [...] This is about redistributing routes - will the above let BGP and OSPF play along in the same way

Re: bgpd.conf md5sig, iBGP and redistributing routes to/from ospf [forgot to sign it]

2005-11-02 Thread per engelbrecht
intfaces in area 0.0.0.0 and internal intfaces in area 0.0.0.1 (and from ospfd.conf) [...] fib-update yes redistribute connected [...] This is about redistributing routes - will the above let BGP and OSPF play along in the same way a 'redistribute ospf' in Zebra/Cisco IOS A: ? redistribute

Re: bgpd.conf md5sig, iBGP and redistributing routes to/from ospf [forgot to sign it]

2005-11-02 Thread Henning Brauer
* per engelbrecht [EMAIL PROTECTED] [2005-11-02 00:52]: I've made a setup with two identical bgp routers. On each router there's 3 peers (BGP and eBGP), one failover (carp/iBGP/ospf) interconnecting these routers and finally pipes backwards to the internal nets. Part of bgpd.conf further

bgpd.conf md5sig, iBGP and redistributing routes to/from ospf

2005-11-01 Thread per engelbrecht
intfaces in area 0.0.0.0 and internal intfaces in area 0.0.0.1 (and from ospfd.conf) [...] fib-update yes redistribute connected [...] This is about redistributing routes - will the above let BGP and OSPF play along in the same way a 'redistribute ospf' in Zebra/Cisco IOS A: ? Q: default

bgpd.conf md5sig, iBGP and redistributing routes to/from ospf [forgot to sign it]

2005-11-01 Thread per engelbrecht
intfaces in area 0.0.0.0 and internal intfaces in area 0.0.0.1 (and from ospfd.conf) [...] fib-update yes redistribute connected [...] This is about redistributing routes - will the above let BGP and OSPF play along in the same way a 'redistribute ospf' in Zebra/Cisco IOS A: ? Q: default