diff options
| author | goodNETnick <pknet@ya.ru> | 2022-07-23 03:52:16 -0400 | 
|---|---|---|
| committer | goodNETnick <pknet@ya.ru> | 2022-07-23 03:52:16 -0400 | 
| commit | 8189e1c7b529dd4c0bdaea17eeb4e978e5f841fc (patch) | |
| tree | 0c11cd5909020eb63accbdc9994c159eea75ee7c /docs/configuration/protocols | |
| parent | ed5a43bcc55749b3beed0c7bf3cf76d69ed1f0fb (diff) | |
| parent | 0448c16d4a9bc80c6cd9e7d3a171ba0749acb6ce (diff) | |
| download | vyos-documentation-8189e1c7b529dd4c0bdaea17eeb4e978e5f841fc.tar.gz vyos-documentation-8189e1c7b529dd4c0bdaea17eeb4e978e5f841fc.zip | |
Merge branch 'master' of https://github.com/goodNETnick/vyos-documentation
Diffstat (limited to 'docs/configuration/protocols')
| -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 | 
