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

detect down bgp sessions and repair them #7

Open
majst01 opened this issue Jul 18, 2022 · 0 comments · May be fixed by #8
Open

detect down bgp sessions and repair them #7

majst01 opened this issue Jul 18, 2022 · 0 comments · May be fixed by #8

Comments

@majst01
Copy link
Contributor

majst01 commented Jul 18, 2022

If a switch is re-installed with a newer version of the switch OS, it sometimes lead to a situation where the BGP Session will never come up again, this looks at the switch side like so:

# net show bgp vrf all summary |grep never
swp21s3                                                4          0       0       0        0    0    0    never      Connect
swp6s1                                                 4          0       0       0        0    0    0    never      Connect

On the worker node a similar output can be inspected.

This situation can be solved without rebooting the worker node by executing:

ethtool --pause <interface where no session is active> rx on|off

It must be either set to on or off, it must only toggle

@majst01 majst01 linked a pull request Jul 18, 2022 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant