Hi all. Time ago I've asked the question about growing birds memory. Few days ago I've found dirds debug output :-). Here is all dumps in attached archieve (tar.gz) In short: just right after start bird has less then 2M of memory in my system, Next day memory becomes 37M and after two days of uptime - 64M. At the another machine bird does not growing ... The differens is only in firewall rules - I don't accept packets from untrusted RIP neighbors.
On Mon, 11 Oct 2004, Zharovtsev, Anton wrote:
Hi all.
Time ago I've asked the question about growing birds memory. Few days ago I've found dirds debug output :-).
Here is all dumps in attached archieve (tar.gz)
In short: just right after start bird has less then 2M of memory in my system, Next day memory becomes 37M and after two days of uptime - 64M.
At the another machine bird does not growing ... The differens is only in firewall rules - I don't accept packets from untrusted RIP neighbors.
Are all birds version 1.0.9? F.
Hello. is there any way to sumarize routes in bgp? i am redistributing a lot of /32 prefixes (coming from ospf) to bgp and i want to put them in a /24 how can i do that?
On Mon, 18 Oct 2004, Ramon Martinez wrote:
Hello.
is there any way to sumarize routes in bgp? i am redistributing a lot of /32 prefixes (coming from ospf) to bgp and i want to put them in a /24
how can i do that?
You can simply "generate" /24 by static and export is to BGP. Ondrej Filip
A sample config please !!!! Thanks in advance: Joseph Ondrej Filip wrote:
On Mon, 18 Oct 2004, Ramon Martinez wrote:
Hello.
is there any way to sumarize routes in bgp? i am redistributing a lot of /32 prefixes (coming from ospf) to bgp and i want to put them in a /24
how can i do that?
You can simply "generate" /24 by static and export is to BGP.
Ondrej Filip
-- Üdvözlettel: Sörös József Multip Kft. JS84-RIPE
On Sun, 12 Dec 2004, [ISO-8859-1] Sörös Jozsef wrote:
A sample config please !!!! Thanks in advance: Joseph
filter bgp_out { if (net = 10.1.0.0/20 ) && (source = RTS_STATIC) then accept; else reject; } protocol static { route 10.1.0.0/20 drop; /* Or anything else */ } protocol bgp bgp_peer_1 { local as 11111; neighbor 192.168.1.1 as 22222; import all; export filter bgp_out; } OK? Ondrej
Ondrej Filip wrote:
On Mon, 18 Oct 2004, Ramon Martinez wrote:
Hello.
is there any way to sumarize routes in bgp? i am redistributing a lot of /32 prefixes (coming from ospf) to bgp and i want to put them in a /24
how can i do that?
You can simply "generate" /24 by static and export is to BGP.
Ondrej Filip
participants (4)
-
Ondrej Filip -
Ramon Martinez -
Sörös Jozsef -
Zharovtsev, Anton