Hi, Does anybody know about an open-source looking-glass for BIRD ? Best Regards, Mihai Claudiu Capatina Managing Partner Vector Communications SRL Address : Aleea Cetatuia, Nr. 4, Bl. M22, Sc. 5, Et. 2, Ap. 276, Sect. 6, Bucuresti, 060834 Romania Phone: +40-729-087003 Fax: +40-318-146297 www.vector-communications.net
W dniu 2011-06-23 12:20, Mihai Claudiu Capatina pisze:
Hi,
Does anybody know about an open-source looking-glass for BIRD ?
http://www.plix.pl/pl/lg is running on MRLG (http://mrlg.op-sec.us/) try this way... regards -- Adrian
On Jun 24, 2011, at 1:49, Adrian Czapek wrote:
Does anybody know about an open-source looking-glass for BIRD ?
http://www.plix.pl/pl/lg is running on MRLG (http://mrlg.op-sec.us/) try this way...
The release on mrlg.op-sec.us is from 2007 and doesn't seem to have any support for bird. - ask
W dniu 2011-06-24 11:01, Ask Bjørn Hansen pisze:
On Jun 24, 2011, at 1:49, Adrian Czapek wrote:
Does anybody know about an open-source looking-glass for BIRD ?
http://www.plix.pl/pl/lg is running on MRLG (http://mrlg.op-sec.us/) try this way...
The release on mrlg.op-sec.us is from 2007 and doesn't seem to have any support for bird.
- ask
I guess it needs some tweaks -- Adrian
Wiadomość napisana przez Adrian Czapek w dniu 2011-06-24, o godz. 10:49:
http://www.plix.pl/pl/lg is running on MRLG (http://mrlg.op-sec.us/)
Sorry for misleading, we used to run our LG in MRLG, but that was before bird. Currently we have custom bash scripts combined with birdc commands. Best regards, -- Piotr Iwanejko <p.iwanejko@plix.pl> PLIX Sp. z o. o., http://www.plix.pl/ Al. Jerozolimskie 65/79, 00-697 Warszawa KRS: 0000295130, Sad Rejonowy dla m.st. Warszawy, XII Wydz. Gosp. Kapital zakladowy: 300.000,00zl NIP: 7010109699
24.06.2011 16:12, Piotr Iwanejko пишет:
Wiadomość napisana przez Adrian Czapek w dniu 2011-06-24, o godz. 10:49:
http://www.plix.pl/pl/lg is running on MRLG (http://mrlg.op-sec.us/)
Sorry for misleading, we used to run our LG in MRLG, but that was before bird. Currently we have custom bash scripts combined with birdc commands.
Best regards, Can you put your bash script for example ?
Why bash? You can simply use php and exec with minotaur bgp summary patch. I've ported it (1.2.5) and using till now(browse the bird mailinglist) <?php echo exec("/sbin/birdc bgp summary") ?> THAT'S ALL! See attachment for patch MfG Maciej 2011/6/25 Denis Samsonov <denis.samsonov@gmail.com>
24.06.2011 16:12, Piotr Iwanejko пишет:
Wiadomość napisana przez Adrian Czapek w dniu 2011-06-24, o godz. 10:49:
http://www.plix.pl/pl/lg is running on MRLG (http://mrlg.op-sec.us/)
Sorry for misleading, we used to run our LG in MRLG, but that was before bird. Currently we have custom bash scripts combined with birdc commands.
Best regards,
Can you put your bash script for example ?
Can this patch be uses on bird 1.3.1 ? Best Regards, Mihai Claudiu Capatina Managing Partner Vector Communications SRL Address : Aleea Cetatuia, Nr. 4, Bl. M22, Sc. 5, Et. 2, Ap. 276, Sect. 6, Bucuresti, 060834 Romania Phone: +40-729-087003 Fax: +40-318-146297 www.vector-communications.net On Jun 25, 2011, at 11:29 PM, Maciej Drobniuch wrote:
Why bash?
You can simply use php and exec with minotaur bgp summary patch. I've ported it (1.2.5) and using till now(browse the bird mailinglist)
<?php
echo exec("/sbin/birdc bgp summary")
?>
THAT'S ALL!
See attachment for patch
MfG Maciej
2011/6/25 Denis Samsonov <denis.samsonov@gmail.com> 24.06.2011 16:12, Piotr Iwanejko пишет:
Wiadomość napisana przez Adrian Czapek w dniu 2011-06-24, o godz. 10:49: http://www.plix.pl/pl/lg is running on MRLG (http://mrlg.op-sec.us/)
Sorry for misleading, we used to run our LG in MRLG, but that was before bird. Currently we have custom bash scripts combined with birdc commands.
Best regards, Can you put your bash script for example ? <bird-1.2.5bgps.patch.bz2>
2011/6/26 Mihai Claudiu Capatina <mihai@vector-communications.net>
Can this patch be uses on bird 1.3.1 ?
No it can't. It is meant to be for 1.2.5. Use 1.2.5 or port it to 1.3.1. In case of having to much time, I'll port it ;) IMHO there is no need to use (for me and perhaps for you) 1.3.1, 1.2.5 is working fine. Regards, Maciej
Best Regards,
Mihai Claudiu Capatina
Managing Partner Vector Communications SRL
Address : Aleea Cetatuia, Nr. 4, Bl. M22, Sc. 5, Et. 2, Ap. 276, Sect. 6, Bucuresti, 060834 Romania Phone: +40-729-087003 Fax: +40-318-146297
www.vector-communications.net
On Jun 25, 2011, at 11:29 PM, Maciej Drobniuch wrote:
Why bash?
You can simply use php and exec with minotaur bgp summary patch. I've ported it (1.2.5) and using till now(browse the bird mailinglist)
<?php
echo exec("/sbin/birdc bgp summary")
?>
THAT'S ALL!
See attachment for patch
MfG Maciej
2011/6/25 Denis Samsonov <denis.samsonov@gmail.com> 24.06.2011 16:12, Piotr Iwanejko пишет:
Wiadomość napisana przez Adrian Czapek w dniu 2011-06-24, o godz. 10:49: http://www.plix.pl/pl/lg is running on MRLG (http://mrlg.op-sec.us/)
Sorry for misleading, we used to run our LG in MRLG, but that was before
bird.
Currently we have custom bash scripts combined with birdc commands.
Best regards, Can you put your bash script for example ? <bird-1.2.5bgps.patch.bz2>
-- Pozdrawiam! Maciej Drobniuch
On 23 June 2011 11:20, Mihai Claudiu Capatina <mihai@vector-communications.net> wrote:
Does anybody know about an open-source looking-glass for BIRD ?
I'm hoping by "open-source" you mean "open-source" as opposed to free... </bugbear> The only one I'm aware of is: https://github.com/oogali/eagle Matthew Walster
I would definitely support a JSON output for Bird. Embedding an http server shouldn't be very difficult, and would allow anyone to build its own looking glass using simple javascript. It's actually what I did for FranceIX: a Bird to JSON wrapper sits on the route-server, and then I just proxy request from an Apache server to pretty print everything. The most complicated part was to write the JSON wrapper, not the front-end. Unix socket with telnet like interface is nice, but a bit outdated when you like at todays available technologies. My 2 cents ;) Jerome. On Thu, Jun 30, 2011 at 12:20, Matthew Walster <matthew@walster.org> wrote:
On 23 June 2011 11:20, Mihai Claudiu Capatina <mihai@vector-communications.net> wrote:
Does anybody know about an open-source looking-glass for BIRD ?
I'm hoping by "open-source" you mean "open-source" as opposed to free... </bugbear>
The only one I'm aware of is:
https://github.com/oogali/eagle
Matthew Walster
participants (8)
-
Adrian Czapek -
Ask Bjørn Hansen -
Denis Samsonov -
Jérôme Fleury -
Maciej Drobniuch -
Matthew Walster -
Mihai Claudiu Capatina -
Piotr Iwanejko