probe

Use this command to create a probe and enter probe configuration mode.

Syntax

probe probe-name {icmp | tcp | udp}
no probe probe-name {icmp | tcp | udp}

Parameters

probe-name Specifies a probe name. Valid values are up to 31 characters. The space character is not supported.
icmp Specifies an ICMP probe.
tcp Specifies a TCP probe.
udp Specifies a UDP probe.

Defaults

None.

Mode

Global configuration.

Usage

Probe names are case sensitive.

Use the no probe command to delete the specified probe.

Examples

This example enters configuration mode for a TCP probe with ACV configured named TCP-HTTP and displays a detailed level of information for the probe:

System(su)->configure
System(su-config)->probe TCP-HTTP tcp
System(su-config-probe)->show probe TCP-HTTP detail
Probe:                        TCP-HTTP  Type:                           tcp-acv
Administrative state:   not-in-service  Session count:                        1
Fail-detect count:                   3  Pass-detect count:                    3
Fail-detect interval:                5  Pass-detect interval:                 5
3-way TCP handshake wait time:       5  Server response wait time:           10
Application Content Verification:
 Request-string: GET / HTTP/1.1\\r\\nHost: 2.0.0.5\\r\\n\\r\\n
 Reply-string:   HTTP/1.1 200 OK\\r\\n
 Close-string:
 Search-Depth:   255
Displayed 1 probes
System(su-config-probe)->