< Back

Get-AzureRmExpressRouteCircuitARPTable

Tue Jan 29, 2019 9:54 pm

NAME Get-AzureRmExpressRouteCircuitARPTable



SYNOPSIS

Gets the ARP table from an ExpressRoute circuit.





SYNTAX

Get-AzureRmExpressRouteCircuitARPTable [-DefaultProfile <IAzureContextContainer>] -DevicePath {Primary | Secondary} -ExpressRouteCircuitName

<String> [-PeeringType {AzurePrivatePeering | AzurePublicPeering | MicrosoftPeering}] -ResourceGroupName <String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmExpressRouteCircuitARPTable cmdlet retrieves the ARP table from both interfaces of an ExpressRoute circuit. 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.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DevicePath <DevicePathEnum>

The acceptable values for this parameter are: `Primary` or `Secondary`



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ExpressRouteCircuitName <String>

The name of the ExpressRoute circuit being examined.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-PeeringType <String>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The name of the resource group containing the ExpressRoute circuit.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable







NOTES









Example 1: Display the ARP table for an ExpressRoute peer



Get-AzureRmExpressRouteCircuitARPTable -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -PeeringType MicrosoftPeering -DevicePath

Primary











RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... itarptable

Get-AzureRmExpressRouteCircuitRouteTable

Get-AzureRmExpressRouteCircuitRouteTableSummary

Get-AzureRmExpressRouteCircuitStats