Auto remediate bonding issue
Open
- Dominant language
- Rust
- Stars
- 61
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
We often see issues with interface goes down in a bonding configuration which can be simply brought up/fix by ifup/ifdown (60 to 70%) of the time.
1) validation of OS
2) check bonding cat /proc/net/bonding/bond1 (active / passive - based on the type of bonding configuration)
3) ifdown
4) ifup
5) validate.
if not up,
file a ticket to do the following.
1) check the link on the switch port, if not green engage network team. If that is not fixing,
2) clean the SFP/reseat it, if not fixing
3) change the SFP, if not fixing
4) change the fiber, if not fixing
5) Raise a Vendor case
Contributor guide
Assessment
This issue has not been assessed yet.