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

support for qos class map configurations in eos cli config gen #5083

Open
1 task done
paulsstout opened this issue Feb 20, 2025 · 1 comment
Open
1 task done

support for qos class map configurations in eos cli config gen #5083

paulsstout opened this issue Feb 20, 2025 · 1 comment
Labels
type: enhancement New feature or request

Comments

@paulsstout
Copy link

Enhancement summary

There is no cli config gen for qos class maps and as such, we're using eos_cli in order to push those configurations from AVD./

Which component of AVD is impacted

eos_cli_config_gen

Use case example

class maps

group_csc_eos_cli: |
class-map match-any voice
match dscp ef
match dscp cs5
!
class-map match-any video
match dscp af41
match dscp cs4
!
class-map match-any apps
match dscp cs3
match dscp af31
match ip access-group ingress-tier1-apps
!
class-map match-any interactive-apps
match dscp cs2
match dscp af21
match ip access-group ingress-interactive-apps
!
class-map match-any scavenger
match dscp af11
match dscp cs1
!
class-map match-any bulk-data
!

Describe the solution you would like

variables in cli config gen for qos class maps

Describe alternatives you have considered

eos_cli

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@paulsstout paulsstout added the type: enhancement New feature or request label Feb 20, 2025
@ClausHolbechArista
Copy link
Contributor

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

2 participants