你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzExpressRouteCircuitRouteTableSummary
获取 ExpressRoute 线路的路由表摘要。
语法
Get-AzExpressRouteCircuitRouteTableSummary
-ResourceGroupName <String>
-ExpressRouteCircuitName <String>
-PeeringType <String>
-DevicePath <DevicePathEnum>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzExpressRouteCircuitRouteTableSummary cmdlet 检索特定路由上下文的 BGP 邻居信息的摘要。 此信息可用于确定路由上下文的建立时间以及对等互连路由器播发的路由前缀数。
示例
示例 1:显示主路径的路由摘要
Get-AzExpressRouteCircuitRouteTableSummary -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -DevicePath 'Primary'
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DevicePath
此参数的可接受值为: Primary
或 Secondary
类型: | DevicePathEnum |
接受的值: | Primary, Secondary |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ExpressRouteCircuitName
正在检查的 ExpressRoute 线路的名称。
类型: | String |
别名: | Name, ResourceName |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-PeeringType
此参数的可接受值为: AzurePrivatePeering
、 AzurePublicPeering
和 MicrosoftPeering
类型: | String |
接受的值: | AzurePrivatePeering, AzurePublicPeering, MicrosoftPeering |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
包含 ExpressRoute 线路的资源组的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
输出
PSExpressRouteCircuitRoutesTableSummary