Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for IPv6 Global Reach CRUD operations #19852

Closed
tanuballa opened this issue Oct 12, 2021 · 2 comments · Fixed by #19887
Closed

Support for IPv6 Global Reach CRUD operations #19852

tanuballa opened this issue Oct 12, 2021 · 2 comments · Fixed by #19887
Assignees
Labels

Comments

@tanuballa
Copy link

Is your feature request related to a problem? Please describe.
This feature request is for CLI support for a new ExpressRoute feature that brings IPv6 support to our existing Global Reach offering. With IPv6 support, customers will be able to create/update/delete new Global Reach connections with dual-stack subnets, as well as update existing IPv4 Global Reach connections to add an IPv6 config. This enables users to make progress on their dual-stack or IPv6 journey with Azure and on-premises networks.

Describe the solution you'd like
We would like to be able to add an IPv6 config to a Global Reach connection, and delete an IPv6 config from a Global Reach connection.

Describe alternatives you've considered
We already have PowerShell support, with the following commands:

Adding an IPv6 config to a Global Reach connection:
Add-AzExpressRouteCircuitConnectionConfig -Name 'Your_connection_name' -ExpressRouteCircuit $ckt_1 -PeerExpressRouteCircuitPeering $ckt_2.Peerings[0].Id -AddressPrefix '.../29' -AddressPrefixType IPv6

Deleting an IPv6 config from a Global Reach connection:
Remove-AzExpressRouteCircuitConnectionConfig -Name "Your_connection_name" -ExpressRouteCircuit $ckt_1 -AddressPrefixType IPv6

Additional context
Minimum API Version: 2019-08-01
Swagger: Azure/azure-rest-api-specs#10325
Feature Status: Not released, can test by working with Tanu Balla (taballa) to enable feature flags on subscription
ETA: Aiming for Public Preview by Ignite Nov21

@ghost ghost added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Oct 12, 2021
@jsntcy jsntcy added the Network - ExpressRoutes az network express-route label Oct 12, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Oct 12, 2021
@jsntcy jsntcy added feature-request needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Oct 12, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Oct 12, 2021
@yonzhan yonzhan added this to the Nov 2021 (2021-12-07) milestone Oct 12, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented Oct 12, 2021

network

@jsntcy
Copy link
Member

jsntcy commented Oct 21, 2021

Synced with @tanuballa in email, this feature will be released on Dec 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants