Skip to content

Commit 9b038b4

Browse files
committed
tweaks
1 parent b03954c commit 9b038b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In this section, you learn how to add a BGP peering to your route server to peer
7777

7878
:::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":::
7979

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:
8181

8282
:::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":::
8383

@@ -97,7 +97,7 @@ Add-AzRouteServerPeer -PeerName 'myNVA' -PeerAsn '65001' -PeerIp '10.0.0.4' -Res
9797
| `-ResourceGroupName` | The resource group name of your route server. |
9898
| `-RouteServerName` | The route server name. This parameter is required when there are more than one route server in the same resource group. |
9999

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:
101101

102102
```azurepowershell-interactive
103103
Get-AzRouteServer -ResourceGroupName 'myResourceGroup' -RouteServerName 'myRouteServer'
@@ -124,7 +124,7 @@ az network routeserver peering create --name 'myNVA' --peer-asn '65001' --peer-i
124124
| `--resource-group` | The resource group name of your route server. |
125125
| `--routeserver` | The route server name. |
126126

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:
128128

129129
```azurecli-interactive
130130
az network routeserver show --name 'myRouteServer' --resource-group 'myResourceGroup'

0 commit comments

Comments
 (0)