From 244eced690fb641bba72097ede510fe8e0a81c46 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 27 Nov 2021 19:47:22 +0100 Subject: ospf: T3753: document new CLI for passive mode --- docs/configuration/protocols/ospf.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/configuration/protocols') diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index 8c858ce1..3e4b0217 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -145,12 +145,16 @@ Optional This command should NOT be set normally. -.. cfgcmd:: set protocols ospf passive-interface +.. cfgcmd:: set protocols ospf interface passive [disable] This command specifies interface as passive. Passive interface advertises its address, but does not run the OSPF protocol (adjacencies are not formed and hello packets are not generated). + The optional `disable` option allows to exclude interface from passive state. + This command is used if the command :cfgcmd:`passive-interface default` was + configured. + .. cfgcmd:: set protocols ospf passive-interface default This command specifies all interfaces as passive by default. Because this @@ -158,11 +162,6 @@ Optional interfaces where router adjacencies are expected need to be configured with the :cfgcmd:`passive-interface-exclude` command. -.. cfgcmd:: set protocols ospf passive-interface-exclude - - This command allows exclude interface from passive state. This command is - used if the command :cfgcmd:`passive-interface default` was configured. - .. cfgcmd:: set protocols ospf refresh timers The router automatically updates link-state information with its neighbors. -- cgit v1.2.3