Get-AzExpressRouteCircuitARPTable

Hämtar ARP-tabellen från en ExpressRoute-krets.

Syntax

Get-AzExpressRouteCircuitARPTable
   -ResourceGroupName <String>
   -ExpressRouteCircuitName <String>
   -PeeringType <String>
   -DevicePath <DevicePathEnum>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Cmdleten Get-AzExpressRouteCircuitARPTable hämtar ARP-tabellen från båda gränssnitten i en ExpressRoute-krets. ARP-tabellen innehåller en mappning av IPv4-adressen till MAC-adressen för en viss peering. Du kan använda ARP-tabellen för att verifiera layer 2-konfiguration och -anslutning.

Exempel

Exempel 1: Visa ARP-tabellen för en ExpressRoute-peer

Get-AzExpressRouteCircuitARPTable -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -PeeringType MicrosoftPeering -DevicePath Primary

Parametrar

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DevicePath

De godtagbara värdena för den här parametern är: Primary eller Secondary

Type:DevicePathEnum
Accepted values:Primary, Secondary
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ExpressRouteCircuitName

Namnet på ExpressRoute-kretsen som undersöks.

Type:String
Aliases:Name, ResourceName
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-PeeringType

De godtagbara värdena för den här parametern är: AzurePrivatePeering, AzurePublicPeeringoch MicrosoftPeering

Type:String
Accepted values:AzurePrivatePeering, AzurePublicPeering, MicrosoftPeering
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

Namnet på resursgruppen som innehåller ExpressRoute-kretsen.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Indata

String

Utdata

PSExpressRouteCircuitArpTable