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/route-server/configure-route-server.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ In this section, you learn how to add a BGP peering to your route server to peer
77
77
78
78
:::image type="content" source="./media/configure-route-server/peer-list.png" alt-text="Screenshot that shows the route server's peers." lightbox="./media/configure-route-server/peer-list.png":::
79
79
80
-
To complete the peering setup, you must configure the NVA using the route server's peer IPs and ASN to establish a BGP session. You can obtain this information from the Overview page of your route server:
80
+
To complete the peering setup, you must configure the NVA to establish a BGP session with the route server's peer IPs and ASN. You can find the route server's Peer IPs and ASN in the **Overview** page:
81
81
82
82
:::image type="content" source="./media/configure-route-server/route-server-overview.png" alt-text="Screenshot that shows the Overview page of a route server. " lightbox="./media/configure-route-server/route-server-overview.png":::
|`-ResourceGroupName`| The resource group name of your route server. |
98
98
|`-RouteServerName`| The route server name. This parameter is required when there are more than one route server in the same resource group. |
99
99
100
-
After you successfully add the peer NVA, you must configure the NVA using the route server's private IPs and ASN to establish a BGP session. Use [Get-AzRouteServer](/powershell/module/az.network/get-azrouteserver) cmdlet to obtain this information:
100
+
After you successfully add the peer NVA, you must configure the NVA to establish a BGP session with the route server's peer IPs and ASN. Use [Get-AzRouteServer](/powershell/module/az.network/get-azrouteserver) cmdlet to find the route server's peer IPs and ASN:
|`--resource-group`| The resource group name of your route server. |
125
125
|`--routeserver`| The route server name. |
126
126
127
-
After you successfully add the peer NVA, you must configure the NVA using the route server's private IPs and ASN to establish a BGP session. Use [az network routeserver show](/cli/azure/network/routeserver#az-network-routeserver-show) command to obtain this information:
127
+
After you successfully add the peer NVA, you must configure the NVA to establish a BGP session with the route server's peer IPs and ASN. Use [az network routeserver show](/cli/azure/network/routeserver#az-network-routeserver-show) command to find the route server's peer IPs and ASN:
128
128
129
129
```azurecli-interactive
130
130
az network routeserver show --name 'myRouteServer' --resource-group 'myResourceGroup'
0 commit comments