mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #796 from srividya0208/syntax-error
bgp:syntax check
This commit is contained in:
commit
b0544eab8d
@ -177,7 +177,7 @@ process. The BGP process starts when the first neighbor is configured.
|
|||||||
.. cfgcmd:: set protocols bgp local-as <asn>
|
.. cfgcmd:: set protocols bgp local-as <asn>
|
||||||
|
|
||||||
Set local autonomous system number that this router represents. This is a
|
Set local autonomous system number that this router represents. This is a
|
||||||
a mandatory option!
|
mandatory option!
|
||||||
|
|
||||||
Peers Configuration
|
Peers Configuration
|
||||||
-------------------
|
-------------------
|
||||||
@ -431,7 +431,7 @@ Peer Parameters
|
|||||||
|
|
||||||
This command enforces Generalized TTL Security Mechanism (GTSM),
|
This command enforces Generalized TTL Security Mechanism (GTSM),
|
||||||
as specified in :rfc:`5082`. With this command, only neighbors
|
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
|
become neighbors. The number of hops range is 1 to 254. This
|
||||||
command is mutually exclusive with :cfgcmd:`ebgp-multihop`.
|
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
|
Path (both AS number and AS path length), Origin code, MED, IGP
|
||||||
metric. Also, the next hop address for each path must be different.
|
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
|
.. cfgcmd:: set protocols bgp parameters log-neighbor-changes
|
||||||
|
|
||||||
This command enable logging neighbor up/down changes and reset reason.
|
This command enable logging neighbor up/down changes and reset reason.
|
||||||
@ -984,7 +979,7 @@ Show
|
|||||||
|
|
||||||
.. opcmd:: show ip bgp filter-list <name>
|
.. 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.
|
access list.
|
||||||
|
|
||||||
.. opcmd:: show <ip|ipv6> bgp neighbors <address> advertised-routes
|
.. opcmd:: show <ip|ipv6> bgp neighbors <address> advertised-routes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user