From e10dda5773b58ee6c171141aac074168cfeac98b Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 16 Oct 2019 08:09:48 -0400 Subject: [PATCH] doc: Add MRAI timer documentation to bgp docs We were missing the bgp MRAI timer documentation. Add it in. Signed-off-by: Donald Sharp --- doc/user/bgp.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index c99a5c49a3..d028afd52e 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1063,6 +1063,13 @@ Configuring Peers on by default or not. This command defaults to on and is not displayed. The `no bgp default ipv4-unicast` form of the command is displayed. +.. index:: [no] neighbor PEER advertisement-interval (0-600) +.. clicmd:: [no] neighbor PEER advertisement-interval (0-600) + + Setup the minimum route advertisement interval(mrai) for the + peer in question. This number is between 0 and 600 seconds, + with the default advertisement interval being 0. + .. _bgp-peer-filtering: Peer Filtering