Skip to content

Commit f8f4135

Browse files
Merge pull request #312443 from siddomala/ARSeffectiveroutes
Effective Routes for ARS
2 parents 4c47856 + 451decc commit f8f4135

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

articles/route-server/configure-route-server.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,37 @@ az network routeserver peering show --name 'myNVA' --resource-group 'myResourceG
293293

294294

295295
---
296+
## View routes that Route Server learns
296297

298+
Navigate to **Effective Routes** under **Routing** to see the list of effective routes that Route Server learns from ExpressRoute connections, VPN connections, NVA BGP peers, and spoke virtual networks.
297299

298-
## View advertised and learned routes
300+
### <a name="output"></a>View output
301+
302+
The page output shows the following fields:
303+
304+
* **Prefix**: Address prefix known to the current entity (learned from Route Server)
305+
* **Next hop type**: Can be VPN, HubBgpConnection (NVA BGP peers), Virtual Network Connection, or ExpressRoute.
306+
* **Next hop**: This is the IP address of the next hop (This will be "on-link" for Virtual Network connections)
307+
* **Origin**: Link to the resource ID of the next hop (This will be empty for Virtual Network Connections)
308+
* **AS Path**: BGP Attribute AS (autonomous system) path lists all the AS numbers that need to be traversed to reach the location where the prefix that the path is attached to, is advertised from.
309+
310+
311+
### <a name="example"></a>Example
312+
313+
The values in the following example table imply that Route Server has learned the route of 10.2.0.0/24 (a branch prefix). It has learned the route due to the **VPN Next hop type** VPN with **Next hop** VPN Gateway IP address. **Origin** points to the resource ID of the originating VPN gateway/Connection. **AS Path** indicates the AS Path for the branch.
314+
315+
Use the scroll bar at the bottom of the table to view the 'AS Path'.
316+
317+
| **Prefix** | **Next hop type** | **Next hop** | **Origin** |**AS Path** |
318+
| --- | --- | --- | --- | --- |
319+
| 10.2.0.0/24| VPN |10.0.2.14|/subscriptions/`<sub id>`/resourceGroups/`<resource group name>`/providers/Microsoft.Network/virtualNetworkGateways/vpngw| 20000|
320+
321+
322+
> [!NOTE]
323+
> If a spoke VNet is peered with "use remote gateway" disabled, the spoke VNet's address range may still get advertised to on-premises even if the prefix does not appear in the **Effective Routes**.
324+
325+
326+
### <a name="view-advertised-and-learned-routes"> View advertised and learned routes to BGP peers
299327

300328
In this section, you learn how to view the routes that your route server advertises to BGP peers and the routes it learns from those peers. This information is useful for troubleshooting routing issues and understanding traffic flow.
301329

articles/route-server/troubleshoot-route-server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ In this example, 10.0.1.1 is the default gateway IP in the subnet where your NVA
8686

8787
When you deploy a Route Server to a virtual network, we need to update the control plane between the gateways and the virtual network. During this update, there's a period of time when the VMs in the virtual network lose connectivity to the on-premises network. We strongly recommend that you schedule maintenance to deploy a Route Server in your production environment.
8888

89+
### Why do I face connectivity issues when assigning a Standard v2 Public IP for my Route Server deployment?
90+
91+
Azure Route Server requires Standard SKU Public IP addresses. Standard v2 SKU Public IPs are not supported.
92+
8993
## Control plane issues
9094

9195
### Why does my on-premises network connected to Azure VPN gateway not receive the default route advertised by the Route Server?

0 commit comments

Comments
 (0)