Edit

Share via


Get-AzExpressRouteCrossConnectionArpTable

Gets the ARP table from an ExpressRoute cross connection.

Syntax

SpecifyByParameterValues

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

SpecifyByReference

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

Description

The Get-AzExpressRouteCrossConnectionARPTable cmdlet retrieves the ARP table from both interfaces of an ExpressRoute cross connection. The ARP table provides a mapping of the IPv4 address to MAC address for a particular peering. You can use the ARP table to validate layer 2 configuration and connectivity.

Examples

Example 1: Display the ARP table for an ExpressRoute peer

Get-AzExpressRouteCrossConnectionArpTable -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

PSExpressRouteCircuitArpTable