aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
290 stars 209 forks source link

Include platform (hardware-lag) commands in eos_l3ls_evpn #530

Closed onurgashi closed 3 years ago

onurgashi commented 3 years ago

Issue Type

Is your feature request related to a problem? Please describe.

Let's add this, as this should be mandatory in any design with R series.

platform:
  sand:
    lag:
      hardware_only: true

Would make sense to have it under

platform_settings:
  - platforms: [ 7800R3, 7500R3, 7500R, 7280R3, 7280R2, 7280R ]
    tcam_profile: vxlan-routing
    **lag_hardware_only: true**
    reload_delay:
      mlag: 780
      non_mlag: 1020

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Else have to get this with custom stuff, which I think it's important to have there as a default in any design.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

onurgashi commented 3 years ago

Merged #591