-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] Arista EOS and Cisco IOSvL2 boot as unconfigured bridges #1825
Comments
* Use FRR as the probe instead of EOS (avoids #1825) * Requires a working IPv6 path (currently breaks IOSv L2) * Makes IPv4 state transition errors non-fatal to make the VRRP implementations not compliant with RFC 9568 pass with a warning
For vEOS we could change https://netlab.tools/labs/eos/ and add
For cEOS it is possible to insert that same command using a Containerlab feature: https://containerlab.dev/manual/kinds/ceos/#user-defined-config i.e. override the default config Containerlab uses, and put a Netlab default config that is the same across vEOS and cEOS For Cisco IOL we could do something similar: https://containerlab.dev/manual/kinds/cisco_iol/#partial-startup-configuration |
The 'normalize' configuration step is executed before the 'initial' step. It's triggered with the 'initial' tag (so it's always executed together with 'initial' step) and uses an extra variable to signal the deploy-module task list that it's OK if the template is missing (as it would be for most devices). The commit also includes the normalization templates for EOS and IOS layer-2 images
Thanks for the ideas but:
Implementing the 'normalize' step was pretty easy, review request coming your way. |
One additional idea (for Containerlab instances): srl-labs/containerlab#2415 I would still consider those changes to the recommended startup config for VMs, without forcing people to rebuild existing ones |
Arista EOS (at least cEOS) and Cisco IOSv layer-2 image boot as bridges with data-plane interfaces enabled and bridging untagged traffic. This could (depending on timing) cause leaking of control-plane traffic, for example IPv6 RA, resulting in stuff like #1821.
We should add an extra pre-initial (
normalize
?) step to the initial configuration deployment (netlab initial). It should be executed before theinitial
module and ignore devices that do not have the corresponding templates.The text was updated successfully, but these errors were encountered: