Get-AzExpressRouteCircuitARPTable
ExpressRoute 회로에서 ARP 테이블을 가져옵니다.
구문
Get-AzExpressRouteCircuitARPTable
-ResourceGroupName <String>
-ExpressRouteCircuitName <String>
-PeeringType <String>
-DevicePath <DevicePathEnum>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzExpressRouteCircuitARPTable cmdlet은 ExpressRoute 회로의 두 인터페이스에서 ARP 테이블을 검색합니다. ARP 테이블은 특정 피어링에 대한 MAC 주소에 대한 IPv4 주소의 매핑을 제공합니다. ARP 테이블을 사용하여 계층 2 구성 및 연결의 유효성을 검사할 수 있습니다.
예제
예제 1: ExpressRoute 피어에 대한 ARP 테이블 표시
Get-AzExpressRouteCircuitARPTable -ResourceGroupName $RG -ExpressRouteCircuitName $CircuitName -PeeringType MicrosoftPeering -DevicePath Primary
매개 변수
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.
형식: | IAzureContextContainer |
별칭: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-DevicePath
이 매개 변수에 허용되는 값은 다음과 Primary
같습니다. Secondary
형식: | DevicePathEnum |
허용되는 값: | Primary, Secondary |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ExpressRouteCircuitName
검사할 ExpressRoute 회로의 이름입니다.
형식: | String |
별칭: | Name, ResourceName |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-PeeringType
이 매개 변수에 허용되는 값은 다음과 AzurePrivatePeering
AzurePublicPeering
같습니다.MicrosoftPeering
형식: | String |
허용되는 값: | AzurePrivatePeering, AzurePublicPeering, MicrosoftPeering |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ResourceGroupName
ExpressRoute 회로를 포함하는 리소스 그룹의 이름입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |