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

Add platform support for AWE5510/5310 #3939

Closed
1 task done
dgonzalez85 opened this issue May 3, 2024 · 1 comment · Fixed by #4027
Closed
1 task done

Add platform support for AWE5510/5310 #3939

dgonzalez85 opened this issue May 3, 2024 · 1 comment · Fixed by #4027
Assignees
Labels

Comments

@dgonzalez85
Copy link

Enhancement summary

When trying to deploy configurations with AVD in these platforms:

  1. BGP update wait install command is not supported on this platform.
  2. Management interface is named "Management1/1"

We should add natively support for these platforms and adjust their defaults. Likely this will be the same on 7200R new series, but im unable to test.

Which component of AVD is impacted

eos_designs

Use case example

Using AVD to deploy SDWAN on these switches.

Describe the solution you would like

Update platform settings to support these devices:
https://github.com/aristanetworks/avd/blob/devel/ansible_collections/arista/avd/roles/eos_designs/schemas/schema_fragments/platform_settings.schema.yml

Describe alternatives you have considered

I am currently using the following workaround:

platform_settings:
# Custom platform settings
- platforms:
  - AWE
  default_interface_mtu: 1500
  management_interface: Management1/1 <--
  feature_support:
    bgp_update_wait_install: false <--

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@ayushmittal-arista
Copy link
Contributor

ayushmittal-arista commented May 22, 2024

Also add renamed names for the platforms

5510 -> 7250R ('R' is very important)
5310 -> 7230R
5210 -> 7220R

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

Successfully merging a pull request may close this issue.

3 participants