acv reply

Use this command to set the expected validation ACV reply string that the Tracked Object Manager uses to validate the string the server responds with.

Syntax

acv reply reply-string
no acv reply reply-string

Parameters

reply-string Specifies the expected reply returned from the server. Valid value is a string of up to 127 printable characters. If a space character is used, the string must be enclosed in double quotes (“”).

Defaults

None.

Mode

State probe configuration mode.

Usage

The server reply to the ACV request is validated against the ACV reply string specified in this command.

Use the no acv reply command to remove the reply string configuration for this probe.

Examples

This example sets the TCP-HTTP probe reply string to “HTTP/1.1 200 OK”:

System(su-config)->probe TCP-HTTP tcp
System(su-config-probe)->acv reply “HTTP/1.1 200 OK”
System(su-config-probe)->