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

Include ingress option in system.control_plane.ipv4/6_access_group data model #4467

Open
1 task done
Vibhu-gslab opened this issue Sep 13, 2024 · 0 comments · May be fixed by #4481
Open
1 task done

Include ingress option in system.control_plane.ipv4/6_access_group data model #4467

Vibhu-gslab opened this issue Sep 13, 2024 · 0 comments · May be fixed by #4481
Assignees
Labels
type: enhancement New feature or request

Comments

@Vibhu-gslab
Copy link
Contributor

Enhancement summary

system.control_plane.ipv4/6_access_group has ingress option which is not part of our data model currently, include it.

s1-spine1(config-system-cp)#ip access-group ?
  WORD     Access list name
  ingress  Specify default CP ACL for inbound packets

s1-spine1(config-system-cp)#ipv6 access-group ?
  WORD     Access list name
  ingress  Specify default CP ACL for inbound packets

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Will add the following config

ip access-group ingress ?
  default  Specify ACL name to be used as the default CP ACL for all VRFs
  in       Inbound packets
  vrf      Configure the VRF in which to apply the access control list

Describe the solution you would like

Added ingress in eos_cli_config_gen data model (system.control_plane.ipv4/6_access_group)

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
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
1 participant