diff options
Diffstat (limited to 'docs/configuration/protocols/ospf.md')
| -rw-r--r-- | docs/configuration/protocols/ospf.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/configuration/protocols/ospf.md b/docs/configuration/protocols/ospf.md index 72fefb84..b3297b3d 100644 --- a/docs/configuration/protocols/ospf.md +++ b/docs/configuration/protocols/ospf.md @@ -807,7 +807,7 @@ interface. ```{opcmd} show ip ospf interface [\<interface\>] -This command displays state and configuration of OSPF the specified +This command displays state and configuration of OSPF for the specified interface, or all interfaces if no interface is given. ``` @@ -1402,8 +1402,8 @@ 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 +This command displays state and configuration of OSPF for the specified +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 @@ -1460,8 +1460,9 @@ set protocols ospfv3 redistribute connected show ipv6 ospfv3 redistribute ``` -Cost calculation wireguard interfaces is unreliable as ospfv3 uses the link speed to calculate the link cost. -You might therefore want to set the link cost to a fixed value on WireGuard tunnels. +Cost calculation for WireGuard interfaces is unreliable as ospfv3 uses the +link speed to calculate the link cost. You might therefore want to set the +link cost to a fixed value on WireGuard tunnels. Example configuration for WireGuard interfaces: |
