Skip to content

Commit 7193b6a

Browse files
committed
minor fix
1 parent 892727f commit 7193b6a

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -316,18 +316,14 @@ Use the scroll bar at the bottom of the table to view the 'AS Path'.
316316

317317
| **Prefix** | **Next hop type** | **Next hop** | **Origin** |**AS Path** |
318318
| --- | --- | --- | --- | --- |
319-
| 10.2.0.0/24 | VPN | 10.0.2.14 | /subscriptions/subscriptionID/resourceGroups/resourceGroupName/providers/Microsoft.Network/virtualNetworkGateways/vpngw | 20000 |
320-
321-
| **Prefix** | **Next hop type** | **Next hop** | **Origin** |**AS Path** |
322-
| --- | --- | --- | --- | --- |
323-
| 10.2.0.0/24| VPN |10.0.2.14|/subscriptions/`<sub id>`/resourceGroups/`<resource group name>`/providers/Microsoft.Network/vpnGateways/vpngw| 20000|
319+
| 10.2.0.0/24 | VPN | 10.0.2.14 | /subscriptions/`<sub id>`/resourceGroups/`<resource group name>`/providers/Microsoft.Network/virtualNetworkGateways/vpngw | 20000 |
324320

325321

326322
> [!NOTE]
327323
> 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+
>
328325
329-
330-
### View advertised and learned routes to BGP peers
326+
### <a name="view-advertised-and-learned-routes"></a> View advertised and learned routes to BGP peers
331327

332328
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.
333329

0 commit comments

Comments
 (0)