You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have Exabgp on a number of hosts, using the healthcheck.py script for detecting if the service is online or not. A number are intentionally down at any given time as the application runs active/passive.
When the healthcheck starts returning down, we're seeing Exabgp send an update message upstream on every health check execution.
This doesn't occur on active hosts - it sends an update when the state transitions and that's it, which makes me think this is either unintended behaviour, or I screwed up the config.
It's not a massive issue, but it does put avoidable load of the upstream router.
If you mean the upstream, it's a Juniper device which I think only operates with (the equivalent of) adj-rib-in/out.
On exabgp it looks like it defaults to on - I set in the config anyway and toggled it between false/true, but didn't see any change in the rate of update messages sent upstream.
Bug Report
Describe the bug
We have Exabgp on a number of hosts, using the healthcheck.py script for detecting if the service is online or not. A number are intentionally down at any given time as the application runs active/passive.
When the healthcheck starts returning down, we're seeing Exabgp send an update message upstream on every health check execution.
This doesn't occur on active hosts - it sends an update when the state transitions and that's it, which makes me think this is either unintended behaviour, or I screwed up the config.
It's not a massive issue, but it does put avoidable load of the upstream router.
To Reproduce
I've removed one other neighbour config (IPv6, the application handles it differently so there's no healthcheck on that).
Addresses have been changed, but have been changed deterministically.
Expected behavior
Updates should be sent on state transition, not on every failure.
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: