Edit

Share via


Disable-MuxEchoResponder

Disables an ICMP echo responder. This cmdlet has been deprecated.

Syntax

Default (Default)

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.

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 disable.

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.

Inputs

None

Outputs

Object