show cluster-config

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

Description

Show the configuration of the cluster synchronization network that works as a Bond interface.

See:

In WebUI, this corresponds to:

Click the Device view > Advanced section > High Availability page.

Syntax

show cluster-config

Example Output from the Primary (Active) Cluster Member (R81.10.15)

PrimaryClusterMember> show cluster-config
enabled:                      true
priority:                     primary
sync-network-ipv4-addr:       10.231.149.0
sync-ipv4-addr:               10.231.149.1
sync-subnet:                  255.255.255.0
peer-sync-ipv4-addr:          10.231.149.2
first-sync-interface:         LAN3
second-sync-interface:        LAN4
sync-name:                    SYNCBOND
sync-method:                  optimized
bond-mode:                    high-availability
ha-mode:                      active-up

PrimaryClusterMember>

Example Output from the Secondary (Standby) Cluster Member (R81.10.15)

SecondaryClusterMember> show cluster-config
enabled:                      true
priority:                     secondary
sync-network-ipv4-addr:       10.231.149.0
sync-ipv4-addr:               10.231.149.2
sync-subnet:                  255.255.255.0
peer-sync-ipv4-addr:          10.231.149.1
first-sync-interface:         LAN3
second-sync-interface:        LAN4
sync-name:                    SYNCBOND
sync-method:                  optimized
bond-mode:                    high-availability
ha-mode:                      active-up

SecondaryClusterMember>