faildetect type

Use this command to set whether fail detection is active or inactive for this IPv4 or IPv6 real server configuration context.

Syntax

faildetect type {none | probe}
no faildetect type

Parameters

none Specifies that fail detection is inactive for this real server and LSNAT sets the real server‘s operational state to UP, regardless of the actual operational state of the real server.
probe Specifies that fail detection is active. Fail detection monitors the real server in accordance with its configuration. The default faildetect type is probe.

Defaults

None.

Mode

Configuration command, SLB Real Server Configuration mode.

Usage

The faildetect type configuration determines whether fail detection is active or inactive for this real server context.

The no faildetect command resets the fail detection type to the default value of probe.

Examples

This example shows how to set the faildetect type to none for real server 10.1.2.3 port 80 of the myproductHTTP server farm:

System(su-config)->ip slb serverfarm myproductHTTP
System(su-config-slb-sfarm)->real 10.1.2.3 port 80
System(su-config-slb-real)->faildetect type none
System(su-config-slb-real)->inservice
System(su-config-slb-real)->

This example shows how to set the faildetect type to none for real server 2001:11ac:fd34::5 port 80 of the myproductHTTP66 server farm:

System(su-config)->ipv6 slb serverfarm myproductHTTP66
System(su-config-slb-sfarm)->real 2001:11ac:fd34::5 port 80
System(su-config-slb-real)->faildetect type none
System(su-config-slb-real)->inservice
System(su-config-slb-real)->