你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzVirtualNetworkGatewayBGPPeerStatus
列出 Azure 虚拟网络网关的 BGP 对等互连
语法
Get-AzVirtualNetworkGatewayBGPPeerStatus
-VirtualNetworkGatewayName <String>
-ResourceGroupName <String>
[-Peer <String>]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
此命令枚举 Azure 虚拟网络网关配置为对等互连的 BGP 对等互连。 还会为每个对等方的状态提供。
示例
示例 1
Get-AzVirtualNetworkGatewayBgpPeerStatus -ResourceGroupName resourceGroup -VirtualNetworkGatewayName gatewayName
Asn : 65515
ConnectedDuration : 9.01:04:53.5768637
LocalAddress : 10.1.0.254
MessagesReceived : 14893
MessagesSent : 14900
Neighbor : 10.0.0.254
RoutesReceived : 1
State : Connected
检索资源组 resourceGroup 中名为 gatewayName 的 Azure 虚拟网络网关的 BGP 对等互连。 此示例输出显示一个连接的 BGP 对等方,IP 为 10.0.0.254。
参数
-AsJob
在后台运行 cmdlet
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Peer
要检索其状态的对等方的 IP
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
虚拟网络网关资源组的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-VirtualNetworkGatewayName
虚拟网络网关名称
类型: | String |
别名: | ResourceName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |