You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: