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): Add pvlan support for eos_design #5001

Open
1 task done
jcassan opened this issue Feb 10, 2025 · 0 comments
Open
1 task done

Feat(eos_designs): Add pvlan support for eos_design #5001

jcassan opened this issue Feb 10, 2025 · 0 comments
Labels
type: enhancement New feature or request

Comments

@jcassan
Copy link

jcassan commented Feb 10, 2025

Enhancement summary

We would like to be able to configure private vlan feature within eos_design Network Services L2.

Which component of AVD is impacted

eos_designs

Use case example

For segmentation purposes, we use pvlan so Virtual Machines can only access a backup master server without allowing VM to access each other.

Describe the solution you would like

I imagine two possible solutions.

first is to add direct private vlan configuration under l2vlans

<network_services_keys.name>:
  - name: <str; required; unique>
    l2vlans:
      - id: <int; 1-4094; required>
        private_vlan:
          type: <str; "community" | "isolated">
          primary_vlan: <int>

second is to add a structured_config field :

<network_services_keys.name>:
  - name: <str; required; unique>
    l2vlans:
      - id: <int; 1-4094; required>
        structured_config:
          private_vlan:
            type: <str; "community" | "isolated">
            primary_vlan: <int>
          

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@jcassan jcassan added the type: enhancement New feature or request label Feb 10, 2025
@carlbuchmann carlbuchmann changed the title Add pvlan support for eos_design Feat(eos_designs): Add pvlan support for eos_design Feb 10, 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