From e3299ab14877de6ce688050e550c44cd4e85b212 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 5 Mar 2009 11:52:47 +0100 Subject: Added Cisco and Quagga capability workaround option. --- doc/bird.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/bird.sgml b/doc/bird.sgml index c070be1..5095b78 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -762,6 +762,16 @@ for each neighbor using the following configuration parameters: Even when disabled (off), BIRD behaves internally as AS4-aware BGP router. Default: on. + advertise ipv4 Advertise IPv4 multiprotocol capability. + This is not correct behavior but it is required by some BGP + implementations (Cisco and Quagga). Without this option, + the session establishment with these implementations takes + more time, session is degraded (no optional capabilities) + and the problem is logged. When the option is used, there might + be compatibility issues with other BGP implementations. + This option is relevant to IPv4 mode only. + Default: disabled. + disable after error When an error is encountered (either locally or by the other side), disable the instance automatically and wait for an administrator to fix the problem manually. Default: off. -- cgit v1.2.3