Skip to content

Commit e544406

Browse files
authored
Merge pull request #92115 from rambk/PubPreUpdate
Advertised Prefix Validation Warning added
2 parents 99d320d + 945c6d6 commit e544406

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

articles/expressroute/expressroute-faqs.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ ExpressRoute supports [three routing domains](expressroute-circuit-peerings.md)
8383
* Multi-factor Authentication Server (legacy)
8484
* Traffic Manager
8585

86+
### Why I see 'Advertised public prefixes' status as 'Validation needed', while configuring Microsoft peering?
87+
88+
Microsoft verifies if the specified 'Advertised public prefixes' and 'Peer ASN' (or 'Customer ASN') are assigned to you in the Internet Routing Registry. If you are getting the public prefixes from another entity and if the assignment is not recorded with the routing registry, the automatic validation will not complete and will require manual validation. If the automatic validation fails, you will see the message 'Validation needed'.
89+
90+
If you see the message 'Validation needed', collect the document(s) that show the public prefixes are assigned to your organization by the entity that is listed as the owner of the prefixes in the routing registry and submit these documents for manual validation by opening a support ticket as shown below.
91+
92+
![](./media/expressroute-faqs/ticket-portal-msftpeering-prefix-validation.png)
93+
8694
### Is Dynamics 365 supported on ExpressRoute?
8795

8896
Dynamics 365 and Common Data Service (CDS) environments are hosted on Azure and therefore customers benefit from the underlying ExpressRoute support for Azure resources. You can connect to its service endpoints if your router filter includes the Azure regions your Dynamics 365/CDS environments are hosted in.

articles/expressroute/expressroute-howto-routing-arm.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ This section helps you create, get, update, and delete the Microsoft peering con
117117
* Customer ASN: If you are advertising prefixes that are not registered to the peering AS number, you can specify the AS number to which they are registered.
118118
* An MD5 hash if you choose to use one.
119119

120+
> [!IMPORTANT]
121+
> Microsoft verifies if the specified 'Advertised public prefixes' and 'Peer ASN' (or 'Customer ASN') are assigned to you in the Internet Routing Registry. If you are getting the public prefixes from another entity and if the assignment is not recorded with the routing registry, the automatic validation will not complete and will require manual validation. If the automatic validation fails, you will see 'AdvertisedPublicPrefixesState' as 'Validation needed' on the output of "Get-AzExpressRouteCircuitPeeringConfig" (see "To get Microsoft peering details" below) command.
122+
>
123+
> If you see the message 'Validation needed', collect the document(s) that show the public prefixes are assigned to your organization by the entity that is listed as the owner of the prefixes in the routing registry and submit these documents for manual validation by opening a support ticket as shown below.
124+
>
125+
>
126+
120127
Use the following example to configure Microsoft peering for your circuit:
121128

122129
```azurepowershell-interactive

articles/expressroute/expressroute-howto-routing-portal-resource-manager.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ This section helps you create, get, update, and delete the Microsoft peering con
7979

8080
![Configure Microsoft peering](./media/expressroute-howto-routing-portal-resource-manager/configuration-m.png)
8181

82+
> [!IMPORTANT]
83+
> Microsoft verifies if the specified 'Advertised public prefixes' and 'Peer ASN' (or 'Customer ASN') are assigned to you in the Internet Routing Registry. If you are getting the public prefixes from another entity and if the assignment is not recorded with the routing registry, the automatic validation will not complete and will require manual validation. If the automatic validation fails, you will see the message 'Validation needed'.
84+
>
85+
> If you see the message 'Validation needed', collect the document(s) that show the public prefixes are assigned to your organization by the entity that is listed as the owner of the prefixes in the routing registry and submit these documents for manual validation by opening a support ticket as shown below.
86+
>
87+
8288
If your circuit gets to a 'Validation needed' state, you must open a support ticket to show proof of ownership of the prefixes to our support team. You can open a support ticket directly from the portal, as shown in the following example:
8389

8490
![Validation Needed - support ticket](./media/expressroute-howto-routing-portal-resource-manager/ticket-portal-m.png)

articles/expressroute/howto-routing-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ You can get configuration details by using the following example:
119119
```azurecli-interactive
120120
az network express-route peering show -g ExpressRouteResourceGroup --circuit-name MyCircuit --name AzureMicrosoftPeering
121121
```
122+
> [!IMPORTANT]
123+
> Microsoft verifies if the specified 'Advertised public prefixes' and 'Peer ASN' (or 'Customer ASN') are assigned to you in the Internet Routing Registry. If you are getting the public prefixes from another entity and if the assignment is not recorded with the routing registry, the automatic validation will not complete and will require manual validation. If the automatic validation fails, you will see 'AdvertisedPublicPrefixesState' as 'Validation needed' on the output of the above command.
124+
>
125+
> If you see the message 'Validation needed', collect the document(s) that show the public prefixes are assigned to your organization by the entity that is listed as the owner of the prefixes in the routing registry and submit these documents for manual validation by opening a support ticket as shown below.
126+
>
127+
>
122128
123129
The output is similar to the following example:
124130

45.1 KB
Loading

0 commit comments

Comments
 (0)