faildetect app-port

Use this command to set the port number the assigned probe will monitor for an IPv4 or IPv6 TWCB cache server context.

Syntax

faildetect app-port port-number
no faildetect app-port port-number

Parameters

port-number Specifies the port the probe assigned to this cache server context will monitor. The default value is port 80.

Defaults

The faildetect application port defaults to 80.

Mode

Configuration command, TWCB Cache Server Configuration mode.

Usage

TWCB fail detection sets the application port to 80 by default. Use this command to set the TCP port on the cache server to a value other than 80 if required.

Use the no faildetect app-port command to reset the TCP application port to the default value of 80.

Example

This example shows how to assign the TCP probe TCP-HTTP to the 101.10.1.251 port 8080 cache server on the server farm s1Server and 2001:abcd::5 port 8080 cache server on the server farm s2Server:

System(su-config)->ip twcb serverfarm s1Server
System(su-config-twcb-wcsfarm)->cache 101.10.1.251
System(su-config-twcb-cache)->faildetect probe one TCP-HTTP
System(su-config-twcb-cache)->faildetect app-port 8080
System(su-config-twcb-cache)->inservice
System(su-config-twcb-cache)->exit
System(su-config-twcb-wcsfarm)->exit
System(su-config)->ip twcb serverfarm s2Server
System(su-config-twcb-wcsfarm)->cache 2001:abcd::5
System(su-config-twcb-cache)->faildetect probe one TCP-HTTP
System(su-config-twcb-cache)->faildetect app-port 8080
System(su-config-twcb-cache)->inservice
System(su-config-twcb-cache)->