Re: show route all filter ...

2014-08-28 Thread Stefan Jakob
On 28.08.14 11:12, Mikhail A. Grishin wrote: > Aug 27 11:50:17 ekt-rsm1 bird: CLI connect > Aug 27 11:50:17 ekt-rsm1 bird: CLI: show route all filter {if (0,48642) > ~ bgp_community then accept;} table master You can also avoid filters for this task completely: show route all where (0,48642) ~ bg

Re: [PATCH] Add the ability for a sysconfig file to determine extra parameters for bird

2014-02-05 Thread Stefan Jakob
On 05.02.14 10:41, Alex Bligh wrote: > Any thoughts on this? +1

Re: BIRD cpu usage overload - question

2012-08-24 Thread Stefan Jakob
Am 24.08.12 14:08, schrieb Javor Kliachev: > Hi All, > > We would like to know how BIRD will distributed over few CPU cores? > > What will happen when the bird process is under heavy CPU load. > Whether the process will only use only one core or total load will be > distributed equally on all co

Re: Next-hop issue using iBGP

2012-08-17 Thread Stefan Jakob
Am 17.08.12 07:38, schrieb Dean Belev (Neterra NMT): > Hi all, > > I was performing a home lab and decided to test a new scenario including > iBGP between a router and RS. > That's a brief scheme of the lab: > > ### > 5.5.5.1 5.5.5.2 6.6.6.100/24 >

Re: bgp community loggin/export

2012-03-07 Thread Stefan Jakob
Am 07.03.12 12:10, schrieb Oleg: > On Wed, Mar 07, 2012 at 12:46:03PM +0200, Tapio Haapala wrote: >> Hello, > > Hello. > >> What is easiest or efficent way to get bgp commynity info out from >> bird? Our need is make some iptables forward rules for traffic >> accounting based by bgp communities

Re: Prefix to blackhole

2012-02-27 Thread Stefan Jakob
gp_path.last, " via AS", > bgp_path.first, " [", proto, "]"; > #set nexthop blackhole; > # bgp_next_hop blackhole; > bgp_community.delete((my_as, 666 )); > return false; > } > > but either set nexthop or bgp_next_hop works. bgp_next_hop

Re: Neighbor lost for bird6

2012-02-23 Thread Stefan Jakob
Am 23.02.12 15:13, schrieb Simone Morandini: > do you mean if the route-servers lost connectivity towards the peering lan? > After stopping and restarting the bird6 deamon everything went back to > normal behavior, I'm not sure what triggered the error I was having... Yes. Since only IPv6 of your

Re: Neighbor lost for bird6

2012-02-23 Thread Stefan Jakob
Am 23.02.12 13:17, schrieb Simone Morandini: > Any clue on what could be the cause? Can you please check, if your route for the peering lan is still on your interface? Pls. provide Bird version and operating system descriptor. Rgds, Stefan

Re: Restricted or hardened or read-only birdc and birdc6 - Compiletime or configure option

2012-01-25 Thread Stefan Jakob
ck too. Rgds, Stefan -- Stefan Jakob e-mail: stefan.ja...@de-cix.net DE-CIX Management GmbH Phone: +49 69 1730 902-32 Lindleystr. 12, 60314 Frankfurt Mobile: +49 172 695 8467 Geschaeftsfuehrer Harald A. SummaFax: +49 69 4056 2716 Registergericht AG K

Restricted or hardened or read-only birdc and birdc6 - Compiletime or configure option

2012-01-25 Thread Stefan Jakob
Hi, Iirc there was a compiler/configure option to build a read only or minimal invasive birdc, f.e. to use in a looking glass environment. * No disable option for protocols * No reconfigure or configure and so on stuff Sadly I couldn't find the old post. Any hint appreciated. Rgds, Stefan

Re: New release 1.3.6!

2012-01-23 Thread Stefan Jakob
st route selection mechanism >> in BGP protocol. So your routing may become suboptimal or broken. >> >> So I recommend to upgrade no later than ASAP. :-) >> >> Ondrej > > Another one answer: If you're using version below 1.3.5, and

BGP neighbor as variable for filters or function

2011-12-19 Thread Stefan Jakob
Hi, I am looking for a variable like bgp_neighbor_as, which I can use in functions or filters: define myas = 65123 if bgp_neighbor_as = myas then bgp_path.prepend(myas); If I have a look at "show protocol all " I see Neighbor AS: 65123 So is this neighbor as number available as var

Announce less specific prefix in routeserver environment for upstream purpose

2011-12-16 Thread Stefan Jakob
Dear Bird Users, I have the following setup: Peer1 - AS65001 Peer2 - AS65002 RS - AS65123 GW - AS65123 All are connected via a layer 2 infrastructure and share next hop addresses out of a /22. This /22 is part of a /20. RS works as a routeserver with "rs client" in the protocol definition of

Re: how to confirm which capabilities have been negotiated

2011-10-24 Thread Stefan Jakob
Hi, Am 18.03.10 21:48, schrieb Ondrej Zajicek: > Yes, this is on the roadmap with high priority. How is the status of the BGP capability show command? Rgds, Stefan

Re: Questions on community handling

2011-10-21 Thread Stefan Jakob
33) ~ bgp_community with next-hop: show route all where (0,65333) ~ bgp_community && bgp_next_hop = 128.66.0.1 HTH, Stefan -- Stefan Jakob e-mail: stefan.ja...@de-cix.net DE-CIX Management GmbH Phone: +49 69 1730 902-32 Lindleystr. 12, 60314 Frankf

Re: Problem with clist

2011-06-16 Thread Stefan Jakob
, so I don't see a need for an "external" script/interface. We directly build a filter config in bird syntax style out of the RADB macros. HTH, SJ -- Stefan Jakob e-mail: stefan.ja...@de-cix.net DE-CIX Management GmbH Phone: +49 69 1730 902-32

RABCD_0_1: Connect delayed by 5 seconds vs connect retry time

2011-02-09 Thread Stefan Jakob
issue, bug or do I just look at the wrong config options? Rgds, Stefan -- Stefan Jakob e-mail: stefan.ja...@de-cix.net DE-CIX Management GmbH Phone: +49 69 1730 902-32 Lindleystr. 12, 60314 Frankfurt Mobile: +49 172 695 8467 Geschaeftsfuehrer Harald A. S

Re: illegal character for interace NIC name

2011-01-07 Thread Stefan Jakob
Am 07.01.11 17:23, schrieb b...@hkbsd.com: > Hi, > > yup. normally are named as bnx0 and bnx1. > > our server ifconfig output is normal but not the birdc Can you please provide the info about locale and shell you start birdc from? Did you try via bash? Is there any odd PS var? Rgds, Stefan

Re: BIRD wiki proposal

2010-12-21 Thread Stefan Jakob
Am 20.12.10 13:00, schrieb Ondrej Filip: > I will look at it. Much appreciated! I vote for a plain file format too and to make it "plain" available. For me DokuWiki is familiar, but you need to manage user access and some "stripping", if you want to export the plain files. Ikiwiki sounds great,

Re: Pipe collision detected when sending to table

2010-09-27 Thread Stefan Jakob
Dear Ondrej, Am 25.09.10 18:49, schrieb Ondrej Zajicek: > On Wed, Sep 22, 2010 at 01:06:53PM +0200, Stefan Jakob wrote: ne route to get to the collector table: > > BGP1 - TABLE1 - COLLECTOR > BGP1 - TABLE1 - MASTER - TABLE2 - COLLECTOR > BGP1 - TABLE1 - MASTER - TABLE3 - COLLECTOR

Pipe collision detected when sending to table

2010-09-22 Thread Stefan Jakob
ave messed up? Rgds, Stefan -- Stefan Jakob e-mail: stefan.ja...@de-cix.net DE-CIX Management GmbH Phone: +49 69 1730 902-32 Lindleystr. 12, 60314 Frankfurt Mobile: +49 172 695 8467 Geschaeftsfuehrer Harald A. SummaFax: +49 69 4056 2716 Registergericht

Re: Compiling for IPv6

2010-05-28 Thread Stefan Jakob
Hi Simone, Am 28.05.2010 11:51, schrieb Simone Morandini: > I'd like to set up an IPv6 instance of BIRD for our members, but I'm > having some troubles with "make". > When I issue "./configure --enable-ipv6" everything goes fine, but the > subsequent "make" at a certain poing gives these errors:

Re: CLI ?

2010-04-28 Thread Stefan Jakob
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 28.04.2010 09:39, schrieb Stefan Jakob: > It would be also nice, if the command behaviour|completion would work as > beeing directly into birdc: > > f.e.: > > birdc sh rout coun > > should work like: > > birdc>

Re: CLI ?

2010-04-28 Thread Stefan Jakob
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 27.04.2010 16:32, schrieb Ondrej Zajicek: > On Tue, Apr 27, 2010 at 01:01:58PM +0200, Stefan Jakob wrote: > Tab completion for symbols ... agreed, i will look at it. much appreciated! > grep ... probably too much work, you can use sy

Re: CLI ?

2010-04-27 Thread Stefan Jakob
nd can be triggered via cron, ssh or whatever. Here I would like to see something like: birdc -c "configure /etc/bird/crazybirdconf" or birdc -x command_file >output Just my .50 € Rgds, Stefan - -- Stefan Jakob e-mail: stefan.ja...@de-cix.net DE-CIX Man

Re: Socket: Broken pipe

2010-04-16 Thread Stefan Jakob
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Version Info: Bird 1.2.1 + 1.2.2 pre-patches Debian Lenny 64 Rgds, Stefan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJLyGO+AAoJEJDQtqadNP/l1q8IAIlnAG9q

Re: Socket: Broken pipe

2010-04-16 Thread Stefan Jakob
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 16.04.2010 12:21, schrieb Stefan Jakob: > ird> show protocol R123 > name prototablestate since info > R123 BGP Ttablename start 2010-04-16 09:36:35 Idle > Socket: Broken pipe restart R123 removed the B

Socket: Broken pipe

2010-04-16 Thread Stefan Jakob
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear List, does anyone know what ird> show protocol R123 name prototablestate since info R123 BGP Ttablename start 2010-04-16 09:36:35 Idle Socket: Broken pipe mean? Rgds, Stefan -BEGIN PGP SIGNATURE- Version: Gn

Re: bird6 crashing when restarting pipes

2010-03-03 Thread Stefan Jakob
Is there anything else to do to activate core dumps than setting a core dump size? Currently I limited the dump size to: core file size (blocks, -c) 1 Since our daemon is consuming about 4,8GB of RAM I don't want to set unlimited core dump size. Do you thing that