Skip to content

Commit ce4edc2

Browse files
authored
Merge pull request #286140 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 223ab5c + 3184016 commit ce4edc2

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)