Use this command to set the port number the assigned probe will monitor for an IPv4 or IPv6 TWCB cache server context.
port-number | Specifies the port the probe assigned to this cache server context will monitor. The default value is port 80. |
The faildetect application port defaults to 80.
Configuration command, TWCB Cache Server Configuration mode.
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.
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)->