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
We are missing dhcp_server_ipv4 and dhcp_server_ipv6 attribute in eos_cli_config_gen schema for Vlan interface.
Allow eos_cli_config_gen schema to configure "dhcp server ipv4" and "dhcp server ipv6" eos cli under Vlan interface based on presence of dhcp_server_ipv4 or dhcp_server_ipv6 schema bool attribute set to true for a vlan_interface when included within generated structured config.
interface Vlan10
description WiFi users
ip address 10.10.10.1/24
dhcp server ipv4
dhcp server ipv6
Enhancement summary
We are missing dhcp_server_ipv4 and dhcp_server_ipv6 attribute in eos_cli_config_gen schema for Vlan interface.
Allow eos_cli_config_gen schema to configure "dhcp server ipv4" and "dhcp server ipv6" eos cli under Vlan interface based on presence of dhcp_server_ipv4 or dhcp_server_ipv6 schema bool attribute set to true for a vlan_interface when included within generated structured config.
Which component of AVD is impacted
eos_cli_config_gen
Use case example
please detail your use case
should render
Describe the solution you would like
Describe alternatives you have considered
Use eos cli option:
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: