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
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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: