Test-DipHostReachability
Tests whether DIPs can be reached.
Syntax
Test-DipHostReachability
[[-OperationId] <String>]
[-Dips] <String[]>
[[-PayloadSize] <Int32>]
[<CommonParameters>]
Description
The Test-DipHostReachability cmdlet tests whether datacenter IP (DIP) addresses can be reached.
Examples
Example 1: Test a DIP
PS C:\> Test-DipHostReachability -Dips "10.123.176.108"
This command tests whether the specified DIP can be reached.
Parameters
-Dips
Specifies an array of DIPs to test.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OperationId
Specifies the operation ID.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PayloadSize
Specifies the size of the payload to include in Internet Control Message Protocol (ICMP) requests.
Type: | Int32 |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None