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

add "match dscp" support to class map type qos in eos_cli_config_gen #4756

Open
philippebureau opened this issue Nov 23, 2024 · 0 comments
Open
Labels
type: enhancement New feature or request

Comments

@philippebureau
Copy link
Contributor

Enhancement summary

the current AVD data model does not contain the capability to match class-maps type qos to dscp.

other options like vlan, cos and ip are available

Which component of AVD is impacted

eos_cli_config_gen

Use case example

add dscp to match for class-maps

Describe the solution you would like

proposed data model structure:

class_maps:
  pbr:

      # Class-Map Name.
    - name: <str; required; unique>
      ip:

        # Standard Access-List Name.
        access_group: <str>
  qos:

      # Class-Map Name.
    - name: <str; required; unique>

      # dscp value.
      dscp: <str>

### Describe alternatives you have considered

_No response_

### Additional context

_No response_

### Contributing Guide

- [X] I agree to follow this project's Code of Conduct
@philippebureau philippebureau added the type: enhancement New feature or request label Nov 23, 2024
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