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
Add support for configuring a source IP under tunnel interfaces. Currently only source Interface is supported.
Which component of AVD is impacted
eos_cli_config_gen
Use case example
interface Tunnel10
tunnel source 10.10.10.10
Instead of
interface Tunnel10
tunnel source interface Et1
My devices on 4.32.3M stay unhappy with the source being an interface.
#show interfaces tunnel 10 config-sanity
Tunnel10 configuration:
Configuration errors:
Tunnel source or source interface address is not configured or invalid
nicholas-rosa
changed the title
Feature request Title
Add support for eos_cli_config_gen to generate 'tunnel source <ip_address>' under Tunnel Interfaces
Jan 14, 2025
gmuloc
changed the title
Add support for eos_cli_config_gen to generate 'tunnel source <ip_address>' under Tunnel Interfaces
Feat(eos_cli_config_gen): Add support to generate 'tunnel source <ip_address>' under Tunnel Interfaces
Jan 15, 2025
1/ indeed we don't support source IP today so it can be added to the eos_cli_config_gen model.
to whomever picks this up - tunnel source interface <foo> and tunnel source <ip> are mutually exclusive it seems so one needs to take precedence over the other in the template and this needs to be documented.
My devices on 4.32.3M stay unhappy with the source being an interface.
#show interfaces tunnel 10 config-sanity
Tunnel10 configuration:
Configuration errors:
Tunnel source or source interface address is not configured or invalid
The message seems to indicate that your source interface (Et1) may not have an IP address or it is invalid - not sure what the rest of your config looks like but you may want to take a look.
Enhancement summary
Add support for configuring a source IP under tunnel interfaces. Currently only source Interface is supported.
Which component of AVD is impacted
eos_cli_config_gen
Use case example
Instead of
My devices on 4.32.3M stay unhappy with the source being an interface.
Describe the solution you would like
New key under Tunnel Interfaces. Something like source_address.
Describe alternatives you have considered
eos_cli does the job but it's a one off and not pretty.
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: