A way to find out about the bfd-peer status asynchronously without using vtysh #11942
Answered
by
rzalamena
jatin98batra
asked this question in
Q&A
-
Hello everyone, is there any way we can find the status of a dead peer, so that I don't have to poll again and again using vtysh. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
rzalamena
Sep 13, 2022
Replies: 1 comment 2 replies
-
If you want to fast converge a static route the proper implementation is here: #10230 However it needs some work to get back up in shape again to merge in |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jatin98batra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to fast converge a static route the proper implementation is here: #10230
However it needs some work to get back up in shape again to merge in
master
branch. The alternative for monitoring peer status is explained here:#7050 (comment)