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

Feat(eos_designs): support mst pvst border as a node default #4872

Open
1 task done
pvinci-arista opened this issue Jan 11, 2025 · 0 comments
Open
1 task done

Feat(eos_designs): support mst pvst border as a node default #4872

pvinci-arista opened this issue Jan 11, 2025 · 0 comments
Labels
type: enhancement New feature or request

Comments

@pvinci-arista
Copy link
Contributor

Enhancement summary

Add a key such as spanning_tree_mst_pvst_boundary: <bool> so that it can be grouped with the other spanning tree options in the defaults section of a node_type.

Which component of AVD is impacted

eos_designs

Use case example

Certain hardware platforms may not support the number of active spanning tree instances needed for PVST and a large number of configured VLANs. In this case, the spanning tree msp pvst boundary configuration is used.

Describe the solution you would like

Add a key such as spanning_tree_mst_pvst_boundary: <bool> so that it can be grouped with the other spanning tree options in the defaults section of a node_type.

Describe alternatives you have considered

This can be implemented today using:

    #spanning_tree_mode: mstp
    #spanning_tree_priority: 16384
    structured_config:
      spanning_tree:
        mst:
          pvst_border: true

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@pvinci-arista pvinci-arista added the type: enhancement New feature or request label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant