Enable-MuxEchoResponder
Enables an ICMP echo responder. This cmdlet has been deprecated.
Syntax
Default (Default)
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.
Parameter properties
| Type: | Int32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-TargetVIP
Specifies the target virtual IP address of the echo responder to enable.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.