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
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/manage-custom-ip-address-prefix.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,62 @@ Before you decommission a custom IP prefix, ensure it has no public IP prefixes
153
153
154
154
To migrate a custom IP prefix, it must first be deprovisioned from one region. A new custom IP prefix with the same CIDR can then be created in another region.
155
155
156
+
### Status messages
157
+
158
+
When onboarding or removing a custom IP prefix from Azure, the **FailedReason** attribute of the resource will be updated. If the Azure portal is used, the message will be shown as a top-level banner. The following tables list the status messages when onboarding or removing a custom IP prefix.
159
+
160
+
#### Validation failures
161
+
162
+
| Failure message | Explanation |
163
+
| --------------- | ----------- |
164
+
| CustomerSignatureNotVerified | The signed message cannot be verified against the authentication message using the Whois/RDAP record for the prefix. |
165
+
| NotAuthorizedToAdvertiseThisPrefix </br> or </br> ASN8075NotAllowedToAdvertise | ASN8075 is not authorized to advertise this prefix. Make sure your route origin authorization (ROA) is submitted correctly. Verify ROA. |
166
+
| PrefixRegisteredInAfricaAndSouthAmericaNotAllowedInOtherRegion | IP prefix is registered with AFRINIC or LACNIC. This prefix is not allowed to be used outside Africa/South America. |
167
+
| NotFindRoutingRegistryToGetCertificate | Cannot find the public key for the IP prefix using the registration data access protocol (RDAP) of the regional internet registry (RIR). |
168
+
| CIDRInAuthorizationMessageNotMatchCustomerIP | The CIDR in the authorization message does not match the submitted IP address. |
169
+
| ExpiryDateFormatInvalidOrNotInThefuture | The expiration date provided in the authorization message is in the wrong format or expired. Expected format is yyyymmdd. |
170
+
| AuthMessageFormatInvalid | Authorization message format is not valid. Expected format is xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx1.2.3.0/24yyyymmdd. |
171
+
| CannotParseValidCertificateFromRIRPage | Cannot parse the public key for the IP prefix using the registration data access protocol (RDAP) of the regional internet registry (RIR). |
172
+
| ROANotFound | Unable to find route origin authorization (ROA) for validation. |
173
+
| CertFromRIRPageExpired | The public key provided by the registration data access protocol (RDAP) of the regional internet registry (RIR) is expired. |
174
+
| InvalidPrefixLengthInROA | The prefix length provided does not match the prefix in the route origin authorization (ROA). |
175
+
| RIRNotSupport | Only prefixes registered at ARIN, RIPE, APNIC, AFRINIC, and LACNIC are supported. |
176
+
| InvalidCIDRFormat | The CIDR format is not valid. Expected format is 10.10.10.0/16. |
177
+
| InvalidCIDRFormatInAuthorizationMessage | The format of the CIDR in the authorization message is not valid. Expected format is xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx1.2.3.0/24yyyymmdd. |
> Not all the messages shown during the commissioning or decommissioning process indicate failure-- some simply provide more granular status.
182
+
183
+
#### Commission status
184
+
185
+
| Status message | Explanation |
186
+
| --------------- | ----------- |
187
+
| RegionalCommissioningInProgress | The range is being commissioned to advertise regionally within Azure. |
188
+
| InternetCommissioningInProgress | The range is now advertising regionally within Azure and is being commissioned to advertise to the internet. |
189
+
190
+
#### Decommission status
191
+
192
+
| Status message | Explanation |
193
+
| -------------- | ----------- |
194
+
| InternetDecommissioningInProgress | The range is currently being decommissioned. The range will no longer be advertised to the internet. |
195
+
| RegionalDecommissioningInProgress | The range is no longer advertised to the internet and is currently being decommissioned. The range will no longer be advertised regionally within Azure. |
196
+
197
+
#### Commission failures
198
+
199
+
| Failure message | Explanation |
200
+
| --------------- | ----------- |
201
+
| CommissionFailedRangeNotAdvertised | The range was unable to be advertised regionally within Azure or to the internet. |
202
+
| CommissionFailedRangeRegionallyAdvertised | The range was unable to be advertised to the internet but is being advertised within Azure. |
203
+
| CommissionFailedRangeInternetAdvertised | The range was unable to be advertised optimally but is being advertised to the internet and within Azure. |
204
+
205
+
#### Decommission failures
206
+
207
+
| Failure message | Explanation |
208
+
| --------------- | ----------- |
209
+
| DecommissionFailedRangeInternetAdvertised | The range was unable to be decommissioned and is still advertised to the internet and within Azure. |
210
+
| DecommissionFailedRangeRegionallyAdvertised | The range was unable to be decommissioned and is still advertised within Azure but is no longer advertised to the internet. |
211
+
156
212
## Next steps
157
213
158
214
- To learn about scenarios and benefits of using a custom IP prefix, see [Custom IP address prefix (BYOIP)](custom-ip-address-prefix.md).
0 commit comments