Skip to content
New issue

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

EVCs switchover stability #40

Open
viniarck opened this issue Jun 8, 2018 · 0 comments
Open

EVCs switchover stability #40

viniarck opened this issue Jun 8, 2018 · 0 comments
Milestone

Comments

@viniarck
Copy link

viniarck commented Jun 8, 2018

This issue addresses this point: Sometimes the network could be unstable for several reasons, such as a bad fiber or other bad hardware, so, before switching over network paths we should be able to tell if the path is stable. As discussed on #26, networking vendors typically implement this functionality with a timer, so if in a specified time period no link flap events have occurred then it's considered stable to switch to.

Points to be discussed:

1 - The stability functionality should be applied to both primary and backup paths, so all paths will have a method to check if it's stable before the EVC actually switches to it. This is the most complete implementation, that will even not allow the primary path to switch over the backup path if just a quick link flap happened.
2 - The stability functionality should be applied only when the backup path is switching over to the primary path. This is a partial implementation. So any flap in the primary path will result in switching over immediately to the backup path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants