diff options
author | Nicolas Fort <yocasquito@gmail.com> | 2021-10-14 13:26:24 -0300 |
---|---|---|
committer | Nicolas Fort <yocasquito@gmail.com> | 2021-10-14 13:26:24 -0300 |
commit | 47703773d9fcba99322343a20b3e5a8152760b8a (patch) | |
tree | ac25816e12143034c57982ed1dd352ee7527fbd3 /docs/configuration/protocols | |
parent | 90172aca00d3fbddbb474a2248a24e48fddeb981 (diff) | |
download | vyos-documentation-47703773d9fcba99322343a20b3e5a8152760b8a.tar.gz vyos-documentation-47703773d9fcba99322343a20b3e5a8152760b8a.zip |
Command for setting bgp maximum-paths updated, since it was wrong
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index d6baa0b9..b4a61b9a 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -554,7 +554,8 @@ Common parameters This command specifies the router-ID. If router ID is not specified it will use the highest interface IP address. -.. cfgcmd:: set protocols bgp maximum-paths <ebgp|ibgp> <number> +.. cfgcmd:: set protocols bgp address-family <ipv4-unicast|ipv6-unicast> + maximum-paths <ebgp|ibgp> <number> This command defines the maximum number of parallel routes that the BGP can support. In order for BGP to use the second path, the |