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_cli_config_gen): Add support for spanning_tree_bpduguard 'rate-limit count' under ethernet_interfaces #4884

Open
1 task done
szurc opened this issue Jan 15, 2025 · 0 comments
Labels
type: enhancement New feature or request

Comments

@szurc
Copy link

szurc commented Jan 15, 2025

Enhancement summary

Add support for configuring the rate-limit count under the spanning_tree_bpduguard knob in ethernet_interface. Currently this option is not available in that knob.

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Currently the bpduguard config is limited to:

interface Ethernet53/1
   spanning-tree bpduguard enable

interface Port-Channel531
     spanning-tree bpduguard enable

I would need the additional rate-limit count option

interface Ethernet53/1
   spanning-tree bpduguard rate-limit count 10000

interface Port-Channel531
   spanning-tree bpduguard rate-limit count 10000

Describe the solution you would like

New key under Ethernet interfaces and Port-channel interfaces.
Something like

spanning_tree_bpduguard_rate-limit_count : <int>

Describe alternatives you have considered

eos_cli does the job but it's messy.

raw_eos_cli: "spanning-tree bpdu-guard rate-limit count 10000"

port_channel:
   raw_eos_cli: "spanning-tree bpdu-guard rate-limit count 10000"

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@szurc szurc added the type: enhancement New feature or request label Jan 15, 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