Skip to content

Commit 3184016

Browse files
authored
Merge pull request #124201 from shyambasnet1/patch-1
Update create-bgp-peering-hub-powershell.md
2 parents 025ae20 + 1cd52bb commit 3184016

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/virtual-wan/create-bgp-peering-hub-powershell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,13 @@ Update an existing hub BGP peer connection.
7575
```azurepowershell-interactive
7676
Update-AzVirtualHubBgpConnection -ResourceGroupName "[resource group name]" -VirtualHubName "westushub" -PeerIp 192.168.1.6 -PeerAsn 20000 -Name "testBgpConnection" -VirtualHubVnetConnection $hubVnetConnection
7777
```
78+
## BGP learned route in HUB
7879

80+
Check BGP learned route in HUB.
81+
82+
```azurepowershell-interactive
83+
Get-AzRouteServerPeerLearnedRoute -ResourceGroupName "[resource group name]" -RouteServerName "[hub name]" -PeerName "[peer name]"
84+
```
7985
## Delete a BGP peer
8086

8187
Remove an existing hub BGP connection.

0 commit comments

Comments
 (0)