Disable-Mux Echo Responder

Disables an ICMP echo responder.

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

Required Parameters

-TargetVIP

Specifies the target virtual IP address of the echo responder to disable.

Type: String
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Optional Parameters

-SequenceNumber

Specifies the ICMP sequence number of the echo responder to disable.

Type: Int32
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False