mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
docs: add BFD local-address and interface documentation for BGP neighbors
This commit is contained in:
parent
d6124717a4
commit
692a5f994f
1 changed files with 2 additions and 0 deletions
|
|
@ -646,6 +646,8 @@ BFD (Bidirectional Forward Detection)
|
|||
**Peer-IP** Specify the IP of your neighbor.
|
||||
**Multihop** Enables multi-hop mode, allowing BFD to expect packets with TTL less than 254 and listen on the multihop port (4784).
|
||||
Note: Echo mode is not supported in multi-hop (see RFC 5883, section 3).
|
||||
**Local Address** Specifies the local IP address to bind the peer listener to and to use for sending packets. This option is mandatory for IPv6.
|
||||
**Interface** Selects which interface to use for this BFD peer.
|
||||
**Detect multiplier** Configures the detection multiplier to determine packet loss. The remote transmission interval will be multiplied by
|
||||
this value to determine the connection loss detection timer. The default value is 3.
|
||||
**Receive interval** Configures the minimum interval that this system is capable of receiving control packets. Defaults to 300 ms.
|
||||
|
|
|
|||
Loading…
Reference in a new issue