Viewing Cluster Correction Statistics

In the R81.10.X releases, this command is available starting from the R81.10.15 version.

Description

This command shows the Cluster Correction Statistics on each Cluster Member.

The Cluster Correction Layer (CCL) is a mechanism that deals with asymmetric connections.

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

  • In most cases, the CCL makes the correction from the CoreXL SND.

  • In some cases (like Dynamic Routing, or VPN), the CCL makes the correction from the Firewall or SecureXL.

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".

Syntax

cphaprob [{-d | -f | -s}] corr

Where:

Command

Description

cphaprob corr

Shows Cluster Correction Statistics for all traffic.

cphaprob -d corr

Shows Cluster Correction Statistics for CoreXL SND only.

cphaprob -f corr

Shows Cluster Correction Statistics for CoreXL Firewall instances only.

cphaprob -s corr

Shows Cluster Correction Statistics for SecureXL only.

Example 1 - For all traffic

[Expert@Member1]# cphaprob corr

Getting stats for SXL device 0, may take a few seconds...

Cluster Correction Stats (All Traffic):
------------------------------------------------------
Sent packets:                   156 (0 with metadata)
Sent bytes:                     34,568
Received packets:               0 (0 with metadata)
Received bytes:                 0
Send errors:                    0
Receive errors:                 0
Local asymmetric conns:         0
[Expert@Member1]#

Example 2 - For CoreXL SND instances only

[Expert@Member1]# cphaprob -d corr

Cluster Correction Stats (Dispatcher 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@Member1]#

Example 3 - For CoreXL Firewall instances only

[Expert@Member1]# cphaprob -f corr

Cluster Correction Stats (Firewall instances only):
------------------------------------------------------
Sent packets:                   156 (0 with metadata)
Sent bytes:                     34,568
Received packets:               0 (0 with metadata)
Received bytes:                 0
Send errors:                    0
Receive errors:                 0
Local asymmetric conns:         0
[Expert@Member1]#

Example 4 - For SecureXL only

[Expert@Member1]# cphaprob -s corr

Getting stats for SXL device 0, may take a few seconds...

Cluster Correction Stats (SXL Devices 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
Local asymmetric conns:         0
[Expert@Member1]#