From ae6a2ba810a19d81cbad5b0da29e791a7b5e411f Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Wed, 30 Jun 2021 06:17:12 -0400 Subject: 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. --- docs/configuration/protocols/bgp.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/configuration/protocols') 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 . 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 remote-as internal @@ -809,7 +809,7 @@ For outbound updates the order of preference is: .. cfgcmd:: set protocols bgp neighbor address-family distribute-list - This command applys the access list filters named in to the + This command applies the access list filters named in 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-family prefix-list - This command applys the prfefix list filters named in to the + This command applies the prfefix list filters named in 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-family route-map - This command applys the route map named in to the specified BGP + This command applies the route map named in 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-family filter-list - This command applys the AS path access list filters named in to the + This command applies the AS path access list filters named in 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. -- cgit v1.2.3