ospf: T3753: document new CLI for passive mode

This commit is contained in:
Christian Poessinger 2021-11-27 19:47:22 +01:00
parent 8ff3e99af1
commit 244eced690

View File

@ -145,12 +145,16 @@ Optional
This command should NOT be set normally. This command should NOT be set normally.
.. cfgcmd:: set protocols ospf passive-interface <interface> .. cfgcmd:: set protocols ospf interface <interface> passive [disable]
This command specifies interface as passive. Passive interface advertises This command specifies interface as passive. Passive interface advertises
its address, but does not run the OSPF protocol (adjacencies are not formed its address, but does not run the OSPF protocol (adjacencies are not formed
and hello packets are not generated). 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 .. cfgcmd:: set protocols ospf passive-interface default
This command specifies all interfaces as passive by default. Because this 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 interfaces where router adjacencies are expected need to be configured
with the :cfgcmd:`passive-interface-exclude` command. with the :cfgcmd:`passive-interface-exclude` command.
.. cfgcmd:: set protocols ospf passive-interface-exclude <interface>
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 <seconds> .. cfgcmd:: set protocols ospf refresh timers <seconds>
The router automatically updates link-state information with its neighbors. The router automatically updates link-state information with its neighbors.