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

Create trunk types and use them to define VLAN lists for trunks #745

Open
owendelong opened this issue Mar 17, 2024 · 0 comments
Open

Create trunk types and use them to define VLAN lists for trunks #745

owendelong opened this issue Mar 17, 2024 · 0 comments
Assignees
Labels

Comments

@owendelong
Copy link
Collaborator

Description

Currently, there is much (error prone) repetition of VLAN lists in trunk definitions.
Really, we only have a few different list contents that are valid and they could (arguably should) be defined as trunk classes, then the trunk definition should reference those classes instead of listing individual VLANs.

Acceptance Criteria

There are multiple possible implementations:

  1. Strictly use only one class in TRUNK/FIBER commands
  2. Strictly use only a class list in TRUNK/FIBER commands (would require de-duping the resulting expansion)
  3. Allow both classes and VLAN names as valid content for such commands (also would require deduping)

My personal current inclination is option 1. If anyone feels differently, please comment here and let's discuss.

@owendelong owendelong self-assigned this Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants