summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r--docs/configuration/protocols/bgp.md6
-rw-r--r--docs/configuration/protocols/ospf.md2
-rw-r--r--docs/configuration/protocols/traffic-engineering.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/protocols/bgp.md b/docs/configuration/protocols/bgp.md
index 702a2b1f..ff0d24e2 100644
--- a/docs/configuration/protocols/bgp.md
+++ b/docs/configuration/protocols/bgp.md
@@ -285,7 +285,7 @@ and happen automatically if local-role is set.
```{cfgcmd} set protocols bgp neighbor \<address|interface\> shutdown
-This command disable the peer or peer group. To reenable the peer use
+This command disable the peer or peer group. To re-enable the peer use
the delete form of this command.
```
@@ -805,7 +805,7 @@ availability is also advertised. A route that continually fails and returns
requires a great deal of network traffic to update the network about the
route's status.
-Route dampening wich described in {rfc}`2439` enables you to identify routes
+Route dampening which described in {rfc}`2439` enables you to identify routes
that repeatedly fail and return. If route dampening is enabled, an unstable
route accumulates penalties each time the route fails and returns. If the
accumulated penalties exceed a threshold, the route is no longer advertised.
@@ -1016,7 +1016,7 @@ peer. The {cfgcmd}`receive` keyword configures a router to advertise ORF
receive capabilities. The {cfgcmd}`send` keyword configures a router to
advertise ORF send capabilities. To advertise a filter from a sender, you
must create an IP prefix list for the specified BGP peer applied in inbound
-derection.
+direction.
```
diff --git a/docs/configuration/protocols/ospf.md b/docs/configuration/protocols/ospf.md
index 72fefb84..3e721441 100644
--- a/docs/configuration/protocols/ospf.md
+++ b/docs/configuration/protocols/ospf.md
@@ -1403,7 +1403,7 @@ This command displays the neighbor DR choice information.
```{opcmd} show ipv6 ospfv3 interface [prefix]|[\<interface\> [prefix]]
This command displays state and configuration of OSPF the specified
-interface, or all interfaces if no interface is given. Whith the argument
+interface, or all interfaces if no interface is given. With the argument
{cfgcmd}`prefix` this command shows connected prefixes to advertise.
```
```{opcmd} show ipv6 ospfv3 route
diff --git a/docs/configuration/protocols/traffic-engineering.md b/docs/configuration/protocols/traffic-engineering.md
index 832023a7..27d54af8 100644
--- a/docs/configuration/protocols/traffic-engineering.md
+++ b/docs/configuration/protocols/traffic-engineering.md
@@ -11,7 +11,7 @@ Traffic Engineering parameters are used for both IS-IS and OSPF (not supported y
```{cfgcmd} set protocols traffic-engineering admin-group \<admin-group-name\> bit-position \<bit-position-value\>
-Create Administrative group and assosiate bit position with it. These groups can be
+Create Administrative group and associate bit position with it. These groups can be
used in the following commands.
\<bit-position-value\> can have value 0-31. There cannot be two groups with same bit position.