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 have resolved all the errors, and the configuration has been generated successfully with Arista AVD v5.0.0. However, we still need to address the following differences in the configuration:
Difference 1: The output is populating "no enable password" in each config file, but we want it to populate as "enable password key". I am providing the following fields as input in the fabric defaults, but the config is still generating with "no enable password":
Difference 2: You previously requested moving EAPOL to the structured_config section. However, if we move it there, it will be applied to all switches, but we need it specifically for campus switches. Therefore, we have populated this in port_profiles before.
Can you please suggest if there is any alternative solution for this?
Difference 3: The Interface Type column is not populated for IPv4 and L2 interfaces. This is not causing any issues with the config but is showing as a difference in the .md file.
Which component of AVD is impacted
eos_cli_config_gen
Use case example
Difference 1: I passed the following structure in the input, but the config is generated with "no enable password":
Difference 2: I placed the EAPOL flag at the platform level to populate it only on campus switches, but it is not allowing it at this level. If we place it in the fabric defaults, it gets populated for all switches, but we need it only for campus switches.
Enhancement summary
We have resolved all the errors, and the configuration has been generated successfully with Arista AVD v5.0.0. However, we still need to address the following differences in the configuration:
Difference 1: The output is populating "no enable password" in each config file, but we want it to populate as "enable password key". I am providing the following fields as input in the fabric defaults, but the config is still generating with "no enable password":
Difference 2: You previously requested moving EAPOL to the structured_config section. However, if we move it there, it will be applied to all switches, but we need it specifically for campus switches. Therefore, we have populated this in port_profiles before.
Can you please suggest if there is any alternative solution for this?
Difference 3: The Interface Type column is not populated for IPv4 and L2 interfaces. This is not causing any issues with the config but is showing as a difference in the .md file.
Which component of AVD is impacted
eos_cli_config_gen
Use case example
Difference 1: I passed the following structure in the input, but the config is generated with "no enable password":
Difference 2: I placed the EAPOL flag at the platform level to populate it only on campus switches, but it is not allowing it at this level. If we place it in the fabric defaults, it gets populated for all switches, but we need it only for campus switches.
Difference 3: The "Interface Type" field is not being populated in the .md file, but there is no difference for this in the config file.
Describe the solution you would like
Difference 1: The config should be generated with "enable password key" when we set disabled: false.
Difference 2: EAPOL should be available at the platform level or in the port profile; otherwise, it will be populated for all switches.
Difference 3: The "Interface Type" field should be populated as before in the .md files.
Describe alternatives you have considered
No response
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: