mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 21:11:25 +00:00
Doc: Update documentation for BFD Echo.
Add information about Round Trip Time added to IPV4 BFD Echo. Signed-off-by: Lynne Morrison <lynne.morrison@ibm.com>
This commit is contained in:
parent
618a06fe11
commit
a0ffb7ddf4
@ -518,6 +518,10 @@ You can inspect the current BFD peer status with the following commands:
|
|||||||
frr# show bfd peer 192.168.0.1 json
|
frr# show bfd peer 192.168.0.1 json
|
||||||
{"multihop":false,"peer":"192.168.0.1","id":1,"remote-id":1,"status":"up","uptime":161,"diagnostic":"ok","remote-diagnostic":"ok","receive-interval":300,"transmit-interval":300,"echo-receive-interval":50,"echo-transmit-interval":0,"detect-multiplier":3,"remote-receive-interval":300,"remote-transmit-interval":300,"remote-echo-receive-interval":50,"remote-detect-multiplier":3,"peer-type":"dynamic"}
|
{"multihop":false,"peer":"192.168.0.1","id":1,"remote-id":1,"status":"up","uptime":161,"diagnostic":"ok","remote-diagnostic":"ok","receive-interval":300,"transmit-interval":300,"echo-receive-interval":50,"echo-transmit-interval":0,"detect-multiplier":3,"remote-receive-interval":300,"remote-transmit-interval":300,"remote-echo-receive-interval":50,"remote-detect-multiplier":3,"peer-type":"dynamic"}
|
||||||
|
|
||||||
|
If you are running IPV4 BFD Echo, on a Linux platform, we also
|
||||||
|
calculate round trip time for the packets. We display minimum,
|
||||||
|
average and maximum time it took to receive the looped Echo packets
|
||||||
|
in the RTT fields.
|
||||||
|
|
||||||
You can inspect the current BFD peer status in brief with the following commands:
|
You can inspect the current BFD peer status in brief with the following commands:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user