Hello, I know this feature is highly cisco related, but i want to know if it can be planned for a future release or not ? For those who maybe doesn't know this kind of feature, i want to condition bgp advertisement or kernel route sync with an external check. By the way, i'm interested if someone have done similar mecanism with opensource software. Thanks ! -- Hervé COMMOWICK, EXOSEC (http://www.exosec.fr/) ZAC des Metz - 3 Rue du petit robinson - 78350 JOUY EN JOSAS Tel: +33 1 30 67 60 65 - Fax: +33 1 75 43 40 70 mailto:hcommowick@exosec.fr
On Thu, Aug 12, 2010 at 05:11:49PM +0200, Hervé COMMOWICK wrote:
Hello,
I know this feature is highly cisco related, but i want to know if it can be planned for a future release or not ?
For those who maybe doesn't know this kind of feature, i want to condition bgp advertisement or kernel route sync with an external check.
What exactly that feature do? It is something like filter by external program? -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
On Thu, 12 Aug 2010 18:43:35 +0200 Ondrej Zajicek <santiago@crfreenet.org> wrote:
On Thu, Aug 12, 2010 at 05:11:49PM +0200, Hervé COMMOWICK wrote:
Hello,
I know this feature is highly cisco related, but i want to know if it can be planned for a future release or not ?
For those who maybe doesn't know this kind of feature, i want to condition bgp advertisement or kernel route sync with an external check.
What exactly that feature do? It is something like filter by external program?
Yes, it is like that, cisco implement icmp ping check, tcp check, and http check, and permit to condition routing with the result of this checks. -- Hervé COMMOWICK, EXOSEC (http://www.exosec.fr/) ZAC des Metz - 3 Rue du petit robinson - 78350 JOUY EN JOSAS Tel: +33 1 30 67 60 65 - Fax: +33 1 75 43 40 70 mailto:hcommowick@exosec.fr
On Thu, Aug 12, 2010 at 05:11:49PM +0200, Hervé COMMOWICK wrote:
Hello,
I know this feature is highly cisco related, but i want to know if it can be planned for a future release or not ?
For those who maybe doesn't know this kind of feature, i want to condition bgp advertisement or kernel route sync with an external check.
By the way, i'm interested if someone have done similar mecanism with opensource software.
Although BIRD does not support this internally, something like that can be done for static routes by having separate shell script for monitoring and that script could enable and disable (using birdc) static protocol (in BIRD) containing routes. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
On Fri, 13 Aug 2010 14:42:56 +0200 Ondrej Zajicek <santiago@crfreenet.org> wrote:
On Thu, Aug 12, 2010 at 05:11:49PM +0200, Hervé COMMOWICK wrote:
Hello,
I know this feature is highly cisco related, but i want to know if it can be planned for a future release or not ?
For those who maybe doesn't know this kind of feature, i want to condition bgp advertisement or kernel route sync with an external check.
By the way, i'm interested if someone have done similar mecanism with opensource software.
Although BIRD does not support this internally, something like that can be done for static routes by having separate shell script for monitoring and that script could enable and disable (using birdc) static protocol (in BIRD) containing routes.
Is it something that can be planned for future release, because i think it can be much simpler to be able to do this directly inside bird :) btw, i will make a script with birdc for now. Thx a lot. -- Hervé COMMOWICK, EXOSEC (http://www.exosec.fr/) ZAC des Metz - 3 Rue du petit robinson - 78350 JOUY EN JOSAS Tel: +33 1 30 67 60 65 - Fax: +33 1 75 43 40 70 mailto:hcommowick@exosec.fr
participants (2)
-
Hervé COMMOWICK -
Ondrej Zajicek