We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need some failsafe mechanism for the case when a gateway looses connectivity to the mesh.
Check condition could be if more than 50% of the GRE Neighbors are unreachable (or latency > 10ms), disable BGP Session, at least import and export.
The text was updated successfully, but these errors were encountered:
when a gateway looses connectivity to the mesh
Why not check exactly that? :-) If it has at least one mesh neighbor that's not a tunnel client, it's all good
Sorry, something went wrong.
That would indicate major connectivity issues, isnt it?
No branches or pull requests
We need some failsafe mechanism for the case when a gateway looses connectivity to the mesh.
Check condition could be if more than 50% of the GRE Neighbors are unreachable (or latency > 10ms), disable BGP Session, at least import and export.
The text was updated successfully, but these errors were encountered: