diff options
| author | srividya0208 <a.srividya@vyos.io> | 2022-06-28 14:42:42 -0400 | 
|---|---|---|
| committer | srividya0208 <a.srividya@vyos.io> | 2022-06-28 14:42:42 -0400 | 
| commit | 5dfad44cf9caa458fb07509a90b6cb52777a26d0 (patch) | |
| tree | cd83a8effeb94f73d7c0a2f32e6688fcc05db754 | |
| parent | 743d89781f74afc30bfb6c10056b42bf32925059 (diff) | |
| download | vyos-documentation-5dfad44cf9caa458fb07509a90b6cb52777a26d0.tar.gz vyos-documentation-5dfad44cf9caa458fb07509a90b6cb52777a26d0.zip | |
bgp:syntax check
Removed this config line "set protocols bgp parameters default no-ipv4-unicast"
which does not exist in the latest rolling release but this functionality is
enabled by default. And corrected few grammar mistakes
| -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 | 
