We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
eos_cli_config_gen
add dscp to match for class-maps
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: