Print Download PDF Send Feedback

Previous

Next

Viewing Cluster Correction Statistics

Description

This command lets you view the Cluster Correction Statistics on each Cluster Member.

From R80.20, ClusterXL adds a new mechanism to deal with asymmetric connections - Cluster Correction Layer (CCL).

The CCL provides connections stickiness by "correcting" the packets to the correct Cluster Member:

In some cases, ClusterXL needs to send some data along with the corrected packet (currently, only in VPN). For such packets, the output shows "with metadata".

Note - For more information about CoreXL, see the R80.20 Performance Tuning Administration Guide.

Syntax

Shell

Command

Gaia Clish

N/A

Expert mode

cphaprob corr

cphaprob -c {a | d |f}

Where:

Command

Description

cphaprob corr

Shows Cluster Correction Statistics for all traffic.

cphaprob -c a

Shows Cluster Correction Statistics for all traffic.

cphaprob -c d

Shows Cluster Correction Statistics for CoreXL SND corrections only.

cphaprob -c f

Shows Cluster Correction Statistics for CoreXL Firewall instances and SND.

Example

[Expert@Member2:0]# cphaprob corr

 

Cluster Correction Stats (All traffic):

------------------------------------------------------

Sent packets: 0 (0 with metadata)

Sent bytes: 0

Received packets: 0 (0 with metadata)

Received bytes: 0

Send errors: 0

Receive errors: 0

Local asymmetric conns: 0

[Expert@Member2:0]#

 

[Expert@Member2:0]# cphaprob -c a

 

Cluster Correction Stats (All traffic):

------------------------------------------------------

Sent packets: 0 (0 with metadata)

Sent bytes: 0

Received packets: 0 (0 with metadata)

Received bytes: 0

Send errors: 0

Receive errors: 0

Local asymmetric conns: 0

[Expert@Member2:0]#

 

[Expert@Member2:0]# cphaprob -c d

 

Cluster Correction Stats (SND corrections only):

------------------------------------------------------

Sent packets: 0 (0 with metadata)

Sent bytes: 0

Received packets: 0 (0 with metadata)

Received bytes: 0

Send errors: 0

Receive errors: 0

[Expert@Member2:0]#

 

[Expert@Member2:0]# cphaprob -c f

 

Cluster Correction Stats (Firewall instances and SND):

------------------------------------------------------

Sent packets: 0 (0 with metadata)

Sent bytes: 0

Received packets: 0 (0 with metadata)

Received bytes: 0

Send errors: 0

Receive errors: 0

Local asymmetric conns: 0

[Expert@Member2:0]#