advance-tuning brute-force-recovery

Enables HTTP2 connection recovery parameters via closing connection.

Command Mode

Exec > Global Configuration

Syntax

brute-force-recovery { max-reconnects max_http2_reconnects | time-interval-mins time_interval} 

max-reconnects max_http2_reconnects

Specify the maximum number of HTTP2 reconnect attempts to be allowed before restarting REST endpoint for recovery. Counter for previous reconnect attempts gets reset as per time-interval-mins. When set to 0, restart of rest endpoint is not performed even on reaching configured count and system continues attempting reconnect for recovery.

Must be an integer.

Default Value: 0.

time-interval-mins time_interval

Specify the time interval in minutes. If there is no HTTP2 reconnect triggered due to timeout for specified duration plus 1 minute then counter for previous reconnect attempts is reset to 0.

Must be an integer.

Default Value: 0.

Usage Guidelines

Use this command to enable HTTP2 connection recovery parameters via closing connection.