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 NAT service_profile for L3 port_channel interface #4907

Open
1 task done
ashenoy-arista opened this issue Jan 21, 2025 · 0 comments · May be fixed by #4934
Open
1 task done

Support NAT service_profile for L3 port_channel interface #4907

ashenoy-arista opened this issue Jan 21, 2025 · 0 comments · May be fixed by #4934
Assignees
Labels
type: enhancement New feature or request

Comments

@ashenoy-arista
Copy link

Enhancement summary

When checking for keys within eos_cli_config_gen.schema.yml, we do have entry for key “service_profile” under “ethernet_interfaces” -> “ip_nat”
as below

 keys:
            service_profile:
              type: str
              description: NAT interface profile.

But this section is missing from schema for “port_channel_interfaces” -> “ip_nat”
We would also need to add corr. logic in jinja template files to check for ip_nat -> “service_profile” for port_channel_interface to generate EOS cli command for nat profile.
File: python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/port-channel-interfaces.j2

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Support Nat service profile for Port-Channel interface
This will help in allowing Direct Internet Exit policy for port-Channel interface

Describe the solution you would like

Support Nat service profile for Port-Channel interface
This will help in allowing Direct Internet Exit policy for port-Channel interface

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
2 participants