< Back

Get-AzureRmExpressRouteCircuitRouteTableSummary

Tue Jan 29, 2019 9:54 pm

NAME Get-AzureRmExpressRouteCircuitRouteTableSummary



SYNOPSIS

Gets a route table summary of an ExpressRoute circuit.





SYNTAX

Get-AzureRmExpressRouteCircuitRouteTableSummary [-DefaultProfile <IAzureContextContainer>] -DevicePath {Primary | Secondary}

-ExpressRouteCircuitName <String> [-PeeringType {AzurePrivatePeering | AzurePublicPeering | MicrosoftPeering}] -ResourceGroupName <String>

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmExpressRouteCircuitRouteTableSummary cmdlet retrieves a summary of BGP neighbor information for a particular routing context. This

information is useful to determine for how long a routing context has been established and the number of route prefixes advertised by the peering

router.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DevicePath <DevicePathEnum>

The acceptable values for this parameter are: `Primary` or `Secondary`



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ExpressRouteCircuitName <String>

The name of the ExpressRoute circuit being examined.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-PeeringType <String>

The acceptable values for this parameter are: `AzurePrivatePeering`, `AzurePublicPeering`, and `MicrosoftPeering`



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The name of the resource group containing the ExpressRoute circuit.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary







NOTES









Example 1: Display the route summary for the primary path



Get-AzureRmExpressRouteCircuitRouteTableSummary -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -DevicePath 'Primary'











RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... blesummary

Get-AzureRmExpressRouteCircuitARPTable

Get-AzureRmExpressRouteCircuitRouteTable

Get-AzureRmExpressRouteCircuitStats