mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 10:32:02 +01:00
ospf: T3753: document new CLI for passive mode
This commit is contained in:
parent
8ff3e99af1
commit
244eced690
@ -145,12 +145,16 @@ Optional
|
||||
|
||||
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
|
||||
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 <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>
|
||||
|
||||
The router automatically updates link-state information with its neighbors.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user