diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-06-30 06:17:12 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-06-30 06:17:12 -0400 |
commit | ae6a2ba810a19d81cbad5b0da29e791a7b5e411f (patch) | |
tree | 2472fefc2063afef7aec56eb8b12321d194743a1 /docs/configuration/protocols | |
parent | 5b5a84606f3eb415cfa0f270a8e6803b5b336ae1 (diff) | |
download | vyos-documentation-ae6a2ba810a19d81cbad5b0da29e791a7b5e411f.tar.gz vyos-documentation-ae6a2ba810a19d81cbad5b0da29e791a7b5e411f.zip |
configuration page: corrected spelling and grammatical mistakes
There were minimal grammatical and spelling mistakes in the files which I
corrected as documentation proof reading.
Also added information about few ipsec vpn parameters.
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 25ec3038..d6baa0b9 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -190,7 +190,7 @@ Defining Peers This command creates a new neighbor whose remote-as is <nasn>. The neighbor address can be an IPv4 address or an IPv6 address or an interface to use - for the connection. The command it applicable for peer and peer group. + for the connection. The command is applicable for peer and peer group. .. cfgcmd:: set protocols bgp neighbor <address|interface> remote-as internal @@ -809,7 +809,7 @@ For outbound updates the order of preference is: .. cfgcmd:: set protocols bgp neighbor <address|interface> address-family <ipv4-unicast|ipv6-unicast> distribute-list <export|import> <number> - This command applys the access list filters named in <number> to the + This command applies the access list filters named in <number> to the specified BGP neighbor to restrict the routing information that BGP learns and/or advertises. The arguments :cfgcmd:`export` and :cfgcmd:`import` specify the direction in which the access list are applied. @@ -817,7 +817,7 @@ For outbound updates the order of preference is: .. cfgcmd:: set protocols bgp neighbor <address|interface> address-family <ipv4-unicast|ipv6-unicast> prefix-list <export|import> <name> - This command applys the prfefix list filters named in <name> to the + This command applies the prfefix list filters named in <name> to the specified BGP neighbor to restrict the routing information that BGP learns and/or advertises. The arguments :cfgcmd:`export` and :cfgcmd:`import` specify the direction in which the prefix list are applied. @@ -825,7 +825,7 @@ For outbound updates the order of preference is: .. cfgcmd:: set protocols bgp neighbor <address|interface> address-family <ipv4-unicast|ipv6-unicast> route-map <export|import> <name> - This command applys the route map named in <name> to the specified BGP + This command applies the route map named in <name> to the specified BGP neighbor to control and modify routing information that is exchanged between peers. The arguments :cfgcmd:`export` and :cfgcmd:`import` specify the direction in which the route map are applied. @@ -833,7 +833,7 @@ For outbound updates the order of preference is: .. cfgcmd:: set protocols bgp neighbor <address|interface> address-family <ipv4-unicast|ipv6-unicast> filter-list <export|import> <name> - This command applys the AS path access list filters named in <name> to the + This command applies the AS path access list filters named in <name> to the specified BGP neighbor to restrict the routing information that BGP learns and/or advertises. The arguments :cfgcmd:`export` and :cfgcmd:`import` specify the direction in which the AS path access list are applied. |