diff options
author | Robert Göhler <github@ghlr.de> | 2022-06-28 21:16:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 21:16:40 +0200 |
commit | b0544eab8dfbe583686c1fdb98241eaee6d11d8f (patch) | |
tree | ab683f4d8dbd7cbc8fe40c4c9ff9eed09de03188 /docs/configuration | |
parent | da6a59d3e3084bfd8e04bc2d4f4cd071614d817f (diff) | |
parent | 5dfad44cf9caa458fb07509a90b6cb52777a26d0 (diff) | |
download | vyos-documentation-b0544eab8dfbe583686c1fdb98241eaee6d11d8f.tar.gz vyos-documentation-b0544eab8dfbe583686c1fdb98241eaee6d11d8f.zip |
Merge pull request #796 from srividya0208/syntax-error
bgp:syntax check
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 24d81cef..fb9b9d6e 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -177,7 +177,7 @@ process. The BGP process starts when the first neighbor is configured. .. cfgcmd:: set protocols bgp local-as <asn> Set local autonomous system number that this router represents. This is a - a mandatory option! + mandatory option! Peers Configuration ------------------- @@ -431,7 +431,7 @@ Peer Parameters This command enforces Generalized TTL Security Mechanism (GTSM), as specified in :rfc:`5082`. With this command, only neighbors - that are the specified number of hops away will be allowed to + that are specified number of hops away will be allowed to become neighbors. The number of hops range is 1 to 254. This command is mutually exclusive with :cfgcmd:`ebgp-multihop`. @@ -563,11 +563,6 @@ Common parameters Path (both AS number and AS path length), Origin code, MED, IGP metric. Also, the next hop address for each path must be different. -.. cfgcmd:: set protocols bgp parameters default no-ipv4-unicast - - This command allows the user to specify that IPv4 peering is turned off by - default. - .. cfgcmd:: set protocols bgp parameters log-neighbor-changes This command enable logging neighbor up/down changes and reset reason. @@ -984,7 +979,7 @@ Show .. opcmd:: show ip bgp filter-list <name> - This command displays BGP routes allowed by by the specified AS Path + This command displays BGP routes allowed by the specified AS Path access list. .. opcmd:: show <ip|ipv6> bgp neighbors <address> advertised-routes |