Edit

Share via


Get-AzExpressRouteCrossConnectionRouteTableSummary

Gets a route table summary of an ExpressRoute cross connection.

Syntax

SpecifyByParameterValues

Get-AzExpressRouteCrossConnectionRouteTableSummary
    -ResourceGroupName <String>
    -CrossConnectionName <String>
    -PeeringType <String>
    -DevicePath <DevicePathEnum>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

SpecifyByReference

Get-AzExpressRouteCrossConnectionRouteTableSummary
    -ExpressRouteCrossConnection <PSExpressRouteCrossConnection>
    -PeeringType <String>
    -DevicePath <DevicePathEnum>
    [-DefaultProfile <IAzureContextContainer>]
    [<CommonParameters>]

Description

The Get-AzExpressRouteCrossConnectionRouteTableSummary 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.

Examples

Example 1: Display the route summary for the primary path

Get-AzExpressRouteCrossConnectionRouteTableSummary -ResourceGroupName $RG -CrossConnectionName $CrossConnectionName -PeeringType MicrosoftPeering -DevicePath Primary

Parameters

-CrossConnectionName

The Name of Express Route Cross Connection

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Name, ResourceName

Parameter sets

SpecifyByParameterValues
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-DefaultProfile

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

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DevicePath

The acceptable values for this parameter are: Primary or Secondary

Parameter properties

Type:DevicePathEnum
Default value:None
Accepted values:Primary, Secondary
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ExpressRouteCrossConnection

The Express Route Cross Connection

Parameter properties

Type:PSExpressRouteCrossConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SpecifyByReference
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-PeeringType

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

Parameter properties

Type:String
Default value:None
Accepted values:AzurePrivatePeering, AzurePublicPeering, MicrosoftPeering
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceGroupName

The name of the resource group containing the ExpressRoute cross connection.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SpecifyByParameterValues
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

This cmdlet does not accept any input.

Outputs

PSExpressRouteCrossConnectionRoutesTableSummary