diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2023-06-08 18:05:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 18:05:35 +0200 |
commit | cb827d9f55b3c221017a1ef0643d22e67133ccf9 (patch) | |
tree | 7705831e1900a2f1b96178d4c43bb030f2418434 /doc/user/bgp.rst | |
parent | Merge pull request #13645 from idryzhov/bfd-nb-destroy (diff) | |
parent | tests: Check if `bgp default-originate timer` command works (diff) | |
download | frr-cb827d9f55b3c221017a1ef0643d22e67133ccf9.tar.xz frr-cb827d9f55b3c221017a1ef0643d22e67133ccf9.zip |
Merge pull request #13650 from opensourcerouting/feature/bgpd_default_originate_route_map_timer
bgpd: Add an ability to control default-originate route-map timer
Diffstat (limited to 'doc/user/bgp.rst')
-rw-r--r-- | doc/user/bgp.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 52bfa5b29..a2585f3a5 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1729,6 +1729,12 @@ Configuring Peers and will not be displayed as part of a `show run`. The no form of the command turns off this ability. +.. clicmd:: bgp default-originate timer (0-3600) + + Set the period to rerun the default-originate route-map scanner process. The + default is 5 seconds. With a full routing table, it might be useful to increase + this setting to avoid scanning the whole BGP table aggressively. + .. clicmd:: bgp default ipv4-unicast This command allows the user to specify that the IPv4 Unicast address |