Replies: 2 comments 1 reply
|
Hi Lukas, I took the liberty to reformat your post but I don't think I have lost anything in there. Feel free to edit back the code blocks. regarding the duplication, this is most certainnly due to https://avd.arista.com/6.3/docs/porting-guides/6.x.x.html#enhanced-conflict-detection-in-eos_designs though it should not have impacted you with regarding your ask to add IPv6 for network services, this was added last week: #6876 you should get it in AVD 6.4.0 |
0 replies
|
Hi @gmuloc, thank for editing :) Thanks. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Its my first time opening a discussion, if something is missing or so let me know.
We're using
l3_interfacesfrom the network services part of the AVD and have a need to configure IPv6 on them.Until AVD 5.7.3 we used host_vars for every device with a
custom_structured_configuration_ethernet_interfacesto set the IPv6 addresses on those interfaces.After upgrading to 6.3 I got an error indicating that I have duplicate data sources for one physical interface.
This is my initial code:
Network Services:
Host vars DeviceA:
My solution for Version 6.3:
Are there any plans to add a way to configure IPv6 addresses without the structured configuration?
Is there any other solution as the one I chose?
I would like to have a way to configure the IPv6 addresses in the same way as I did with the v4 addresses in my 5.7.3 example. e.g.
BR,
Lukas
All reactions