Disable-MuxEchoResponder
Disables an ICMP echo responder. This cmdlet has been deprecated.
Syntax
Disable-MuxEchoResponder
[-TargetVIP] <String>
[[-SequenceNumber] <Int32>]
[<CommonParameters>]
Description
The Disable-MuxEchoResponder cmdlet disables an Internet Control Message Protocol (ICMP) echo responder in a multiplexer (MUX).
Examples
Example 1: Disable an echo responder
PS C:\> Disable-MuxEchoResponder -TargetVIP "10.123.176.108" -SequenceNumber 27
Parameters
-SequenceNumber
Specifies the ICMP sequence number of the echo responder to disable.
Type: | Int32 |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TargetVIP
Specifies the target virtual IP address of the echo responder to disable.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None