aristanetworks / avd

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

eos_designs support for single mlag trunk group #2064

Closed carlbuchmann closed 1 year ago

carlbuchmann commented 2 years ago

Enhancement summary

Provide knob to configure single mlag trunk group.

Which component of AVD is impacted

eos_designs

Use case example

Generate configuration in a single trunk group for both vlans:

vlan4093
   trunk group MLAG
vlan 4094
   trunk group MLAG

Describe the solution you would like

Create knob in fabric topology to influence mlag trunk group: single_mlag_trunk_group.

Make this default true in AVD 4.0.

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed

ClausHolbechArista commented 1 year ago

This can be done by configuring

# Using the same custom name on mlag & mlag_l3
trunk_groups:
  mlag:
    name: "MLAG"
  mlag_l3:
    name: "MLAG"