Get-AzExpressRouteCrossConnectionRouteTable
Gets a route table from an ExpressRoute cross connection.
Syntax
Get-AzExpressRouteCrossConnectionRouteTable
-ResourceGroupName <String>
-CrossConnectionName <String>
-PeeringType <String>
-DevicePath <DevicePathEnum>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzExpressRouteCrossConnectionRouteTable
-ExpressRouteCrossConnection <PSExpressRouteCrossConnection>
-PeeringType <String>
-DevicePath <DevicePathEnum>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzExpressRouteCrossConnectionRouteTable 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.
Examples
Example 1: Display the route table for the primary path
Get-AzExpressRouteCrossConnectionRouteTable -ResourceGroupName $RG -CrossConnectionName $CircuitName -PeeringType MicrosoftPeering -DevicePath Primary
Parameters
-CrossConnectionName
The Name of Express Route Cross Connection
Type: | String |
Aliases: | Name, ResourceName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DevicePath
The acceptable values for this parameter are: Primary
or Secondary
Type: | DevicePathEnum |
Accepted values: | Primary, Secondary |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExpressRouteCrossConnection
The Express Route Cross Connection
Type: | PSExpressRouteCrossConnection |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PeeringType
The acceptable values for this parameter are: AzurePrivatePeering
, AzurePublicPeering
, and
MicrosoftPeering
Type: | String |
Accepted values: | AzurePrivatePeering, AzurePublicPeering, MicrosoftPeering |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group containing the ExpressRoute cross connection.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
None
This cmdlet does not accept any input.
Outputs
PSExpressRouteCircuitRoutesTable