configure sharing health-check member-port add tcp-tracking

configure sharing health-check member-port port add tcp-tracking IP Address {tcp-port TC Port frequency sec misses count}

Description

Configures monitoring for each member port of a health check LAG.

Syntax Description

port

Specifies the member port.

IP Address

Specifies the IP address to monitor.

TCP Port

Specifies the TCP port to watch. The default is port 80.

sec

Specifies the frequency in seconds at which tracking takes place. The default is 10 seconds.

count

Specifies the number of misses before a connection loss is reported. The default is 3 misses.

Default

N/A.

Usage Guidelines

To configure a health check LAG, you first create a health check type of LAG using the enable sharing grouping command. Then use this command to configure the monitoring for each member port. You can configure each member port to track a particular IP address, but only one IP address per member port.

To display the monitoring configuration for a health check LAG, use the show sharing health-check command.

To display the link aggregation configured on a switch, use the show ports sharing command.

Example

The following commands configure four different member ports:

# configure sharing health-check member-port 10 add track-tcp 10.1.1.1 tcp-port 23
# configure sharing health-check member-port 11 add track-tcp 10.1.1.2 tcp-port 23
# configure sharing health-check member-port 12 add track-tcp 10.1.1.3
# configure sharing health-check member-port 13 add track-tcp 10.1.1.4
 

When the TCP port, seconds, or counts are not specified, they default to the values described in the Syntax Description.

History

This command was first available in ExtremeXOS 12.1.3.

Platform Availability

This command is available on ExtremeSwitching X435, X440-G2, X450-G2, X460-G2, X465, X590, X620, and X695 series switches.