We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 223ab5c + 3184016 commit ce4edc2Copy full SHA for ce4edc2
articles/virtual-wan/create-bgp-peering-hub-powershell.md
@@ -75,7 +75,13 @@ Update an existing hub BGP peer connection.
75
```azurepowershell-interactive
76
Update-AzVirtualHubBgpConnection -ResourceGroupName "[resource group name]" -VirtualHubName "westushub" -PeerIp 192.168.1.6 -PeerAsn 20000 -Name "testBgpConnection" -VirtualHubVnetConnection $hubVnetConnection
77
```
78
+## BGP learned route in HUB
79
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
+```
85
## Delete a BGP peer
86
87
Remove an existing hub BGP connection.
0 commit comments