Disable BGP peer after exceeding route-limit
Hi. Is there a way to disable BGP neighbor when it exceeds route-limit? According to BIRD documentation the only way is to set 'disable after error' switch on, but in this case every error will disable neighbor, even not harmful one.
On Tue, Jul 23, 2013 at 10:15:31PM +0300, Stanislav Datskevich wrote:
Hi. Is there a way to disable BGP neighbor when it exceeds route-limit?
Yes, use 'import limit' [*] instead of 'route limit'. The former allows to specify an action when triggered (to disable the protocol is the default action), while the later is an obsolete config syntax implemented as 'import limit X action restart'. [*] http://bird.network.cz/?get_doc&f=bird-3.html#ss3.3 -- 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."
participants (2)
-
Ondrej Zajicek -
Stanislav Datskevich