From c2ebc4a3c9cf5fd240357054288a1da7b827dc5a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 30 Jan 2021 13:35:32 +0100 Subject: ospf: T3267: move "interface ip ospf" CLI nodes to "protocols ospf" tree --- docs/configuration/protocols/ospf.rst | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'docs/configuration/protocols/ospf.rst') diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index 2c098714..41ab7cac 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -306,7 +306,7 @@ Area Configuration Interface Configuration ----------------------- -.. cfgcmd:: set interfaces ip ospf authentication +.. cfgcmd:: set protocols ospf interface authentication plaintext-password This command sets OSPF authentication key to a simple password. After @@ -315,7 +315,7 @@ Interface Configuration Simple text password authentication is insecure and deprecated in favour of MD5 HMAC authentication. -.. cfgcmd:: set interfaces ip ospf authentication md5 +.. cfgcmd:: set protocols ospf interface authentication md5 key-id md5-key This command specifys that MD5 HMAC authentication must be used on this @@ -325,25 +325,25 @@ Interface Configuration The key can be long up to 16 chars (larger strings will be truncated), and is associated with the given key-id. -.. cfgcmd:: set interfaces ip ospf bandwidth +.. cfgcmd:: set protocols ospf interface bandwidth This command sets the interface bandwidth for cost calculations, where bandwidth can be in range from 1 to 100000, specified in Mbits/s. -.. cfgcmd:: set interfaces ip ospf cost +.. cfgcmd:: set protocols ospf interface cost This command sets link cost for the specified interface. The cost value is set to router-LSA’s metric field and used for SPF calculation. The cost range is 1 to 65535. -.. cfgcmd:: set interfaces ip ospf dead-interval +.. cfgcmd:: set protocols ospf interface dead-interval Set number of seconds for router Dead Interval timer value used for Wait Timer and Inactivity Timer. This value must be the same for all routers attached to a common network. The default value is 40 seconds. The interval range is 1 to 65535. -.. cfgcmd:: set interfaces ip ospf hello-interval +.. cfgcmd:: set protocols ospf interface hello-interval Set number of seconds for Hello Interval timer value. Setting this value, Hello packet will be sent every timer value seconds on the specified @@ -351,13 +351,18 @@ Interface Configuration common network. The default value is 10 seconds. The interval range is 1 to 65535. -.. cfgcmd:: set interfaces ip ospf mtu-ignore +.. cfgcmd:: set protocols ospf interface bfd + + This command enables :abbr:`BFD (Bidirectional Forwarding Detection)` on + this OSPF link interface. + +.. cfgcmd:: set protocols ospf interface mtu-ignore This command disables check of the MTU value in the OSPF DBD packets. Thus, use of this command allows the OSPF adjacency to reach the FULL state even though there is an interface MTU mismatch between two OSPF routers. -.. cfgcmd:: set interfaces ip ospf network +.. cfgcmd:: set protocols ospf interface network This command allows to specify the distribution type for the network connected to this interface: @@ -368,14 +373,14 @@ Interface Configuration networks. **point-to-point** – address distribution in point-to-point networks. -.. cfgcmd:: set interfaces ip ospf priority +.. cfgcmd:: set protocols ospf interface priority This command sets Router Priority integer value. The router with the highest priority will be more eligible to become Designated Router. Setting the value to 0, makes the router ineligible to become Designated Router. The default value is 1. The interval range is 0 to 255. -.. cfgcmd:: set interfaces ip ospf retransmit-interval +.. cfgcmd:: set protocols ospf interface retransmit-interval This command sets number of seconds for RxmtInterval timer value. This @@ -383,7 +388,7 @@ Interface Configuration Request packets if acknowledge was not received. The default value is 5 seconds. The interval range is 3 to 65535. -.. cfgcmd:: set interfaces ip ospf transmit-delay +.. cfgcmd:: set protocols ospf interface transmit-delay This command sets number of seconds for InfTransDelay value. It allows to set and adjust for each interface the delay interval before starting the -- cgit v1.2.3