feat(routeros): add VLAN 30 and lab LACP bonds on sw-core01 - #14
Merged
Conversation
Storage VLAN 30 is L2-only on the three lab 802.3ad bonds and nas01 sfp-sfpplus7. Apply in two steps: destroy the six per-port bridge rows first, then create the bonds. RouterOS rejects enslaving a current bridge port, and tofu cannot order those orphan destroys before the bond creates.
…ence Hosts transmit one LACPDU per 30s despite the expected fast rate; 1sec partner timeout (3s) expired mid-interval and churned ports out of the aggregate. 30secs gives the standard 90s timeout and stable aggregation, verified live on all three bonds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds three 802.3ad LAGs for the lab-node SFP+ pairs (layer-3-and-4 hash, 30secs LACP rate matching observed IncusOS PDU cadence) and tags VLAN 30 on the bonds + sfp-sfpplus7 (nas01). The gw01 trunk does not carry VLAN 30 (L2-only storage network). Mgmt-path resources untouched.
Applied live in session 010 via the documented two-step (targeted destroy of the six per-port bridge-port rows, then the full apply); post-apply plan is empty. LACP verified stable on all three bonds at 2x10G.
Known issue: RouterOS 7.16.2 does not bridge data traffic ingressing on bonded ports on this chip (verified down to counters; 7.17-7.19 changelogs fix this family). Config is correct and stands; remediation (likely a RouterOS upgrade) is tracked separately.