Enable-MuxEchoResponder
Enables an ICMP echo responder. This cmdlet has been deprecated.
Syntax
Enable-MuxEchoResponder
[-TargetVIP] <String>
[[-SequenceNumber] <Int32>]
[<CommonParameters>]
Description
The Enable-MuxEchoResponder cmdlet enables an ICMP echo responder in a multiplexer (MUX).
You should run this cmdlet on a MUX virtual machine, either locally or through remote PowerShell.
Examples
Example 1: Enable an echo responder
PS C:\> Enable-MuxEchoResponder -TargetVIP "10.123.176.108" -SequenceNumber 27
This command enables the specified echo responder.
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 enable.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None