diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-04-03 17:31:45 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-04-03 17:31:45 +0200 |
commit | c408d807a374b521dc66c434ca0dc5987820646f (patch) | |
tree | e983f660d1a833e94567b21ba5071f159029102e /doc/bird.sgml | |
parent | a63d20aa872364873d0fbfa03d1c3c6d9a1889eb (diff) |
Doc: Documentation for BGP disable after cease option
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index fde47e65..1191fa03 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2384,6 +2384,19 @@ using the following configuration parameters: disable the instance automatically and wait for an administrator to fix the problem manually. Default: off. + <tag><label id="bgp-disable-after-cease">disable after cease <m/switch/|<m/set-of-flags/</tag> + When a Cease notification is received, disable the instance + automatically and wait for an administrator to fix the problem manually. + When used with <m/switch/ argument, it means handle every Cease subtype + with the exception of <cf/connection collision/. Default: off. + + The <m/set-of-flags/ allows to narrow down relevant Cease subtypes. The + syntax is <cf>{<m/flag/ [, <m/.../] }</cf>, where flags are: <cf/cease/, + <cf/prefix limit hit/, <cf/administrative shutdown/, + <cf/peer deconfigured/, <cf/administrative reset/, + <cf/connection rejected/, <cf/configuration change/, + <cf/connection collision/, <cf/out of resources/. + <tag><label id="bgp-hold-time">hold time <m/number/</tag> Time in seconds to wait for a Keepalive message from the other side before considering the connection stale. Default: depends on agreement |