< Back

Get-AzureRmExpressRouteCircuitRouteTable

Tue Jan 29, 2019 9:54 pm

NAME Get-AzureRmExpressRouteCircuitRouteTable



SYNOPSIS

Gets a route table from an ExpressRoute circuit.





SYNTAX

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

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





DESCRIPTION

The Get-AzureRmExpressRouteCircuitRouteTable cmdlet retrieves a detailed route table of an ExpressRoute circuit. The route table will show all

routes or can be filtered to show routes for a specific peering type. You can use the route table to validate your peering configuration and

connectivity.





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.PSExpressRouteCircuitRoutesTable







NOTES









Example 1: Display the route table for the primary path



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











RELATED LINKS

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

Get-AzureRmExpressRouteCircuitARPTable

Get-AzureRmExpressRouteCircuitRouteTableSummary

Get-AzureRmExpressRouteCircuitStats