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
On 05.02.14 10:41, Alex Bligh wrote:
> Any thoughts on this?
+1
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
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
>
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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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,
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
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
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:
-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>
-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
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
-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
-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
-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
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
29 matches
Mail list logo