Open dgonzalez85 opened 4 months ago
The main motivation for the feature is to provide high availability to the ManagementActive interface (Management0) via multiple redundant paths in the modular system.
This is described in detail in the following TOI: https://www.arista.com/en/support/toi/eos-4-22-0f/14195-management-active-interface-ha
Example of configuration:
interface Management0 redundancy fallback-delay 30 seconds redundancy monitor link-state redundancy supervisor 1 interface primary Management1/1 backup Management1/2 Management2/1 redundancy supervisor 2 interface primary Management2/1 backup Management2/2 Management1/1
Starting 4.30 the new set of commands are:
(config-if-ma0)# [no | default] redundancy monitor link-state (config-if-ma0)# [no | default] redundancy monitor neighbor ipv6 <ADDR> [ interval <MILLISECONDS> milliseconds ] [ multiplier <MULTIPLIER> ] (config-if-ma0)# [no | default] redundancy fallback-delay ( <SECONDS> seconds | infinity )
Currently this is not supported via eos_cli_config_gen commands: https://avd.arista.com/4.9/roles/eos_cli_config_gen/docs/input-variables.html#management-interfaces
eos_cli_config_gen
Be able to configure supervisor HA redudancy in modular switches.
Support the "redundancy" command options under Management0 interface in modular switches.
eos_cli commands.
No response
This issue is stale because it has been open 90 days with no activity. The issue will be reviewed by a maintainer and may be closed
Enhancement summary
The main motivation for the feature is to provide high availability to the ManagementActive interface (Management0) via multiple redundant paths in the modular system.
This is described in detail in the following TOI: https://www.arista.com/en/support/toi/eos-4-22-0f/14195-management-active-interface-ha
Example of configuration:
Starting 4.30 the new set of commands are:
Currently this is not supported via eos_cli_config_gen commands: https://avd.arista.com/4.9/roles/eos_cli_config_gen/docs/input-variables.html#management-interfaces
Which component of AVD is impacted
eos_cli_config_gen
Use case example
Be able to configure supervisor HA redudancy in modular switches.
Describe the solution you would like
Support the "redundancy" command options under Management0 interface in modular switches.
Describe alternatives you have considered
eos_cli commands.
Additional context
No response
Contributing Guide