Get-AzExpressRouteCrossConnectionRouteTable
Gets a route table from an ExpressRoute cross connection.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
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 -ExpressRouteCrossConnectionName $CircuitName -DevicePath 'Primary'
Parameters
The Name of Express Route Cross Connection
| Type: | String |
| Aliases: | Name, ResourceName |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The acceptable values for this parameter are: Primary or Secondary
| Type: | DevicePathEnum |
| Accepted values: | Primary, Secondary |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The Express Route Cross Connection
| Type: | PSExpressRouteCrossConnection |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
The acceptable values for this parameter are: AzurePrivatePeering, AzurePublicPeering, and
MicrosoftPeering
| Type: | String |
| Accepted values: | AzurePrivatePeering, AzurePublicPeering, MicrosoftPeering |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The name of the resource group containing the ExpressRoute cross connection.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Inputs
None
This cmdlet does not accept any input.
Outputs
PSExpressRouteCircuitRoutesTable