Print Download PDF Send Feedback

Previous

Next

Monitoring Bond Interfaces

Description

Shows the configuration of bond interfaces and their slave interfaces.

Syntax

Shell

Command

Gaia Clish

  1. show cluster bond {all | name <bond_name>}
  2. show bonding groups

Expert mode

cphaprob show_bond [<bond_name>]

cphaprob show_bond_groups

Where:

Command

Description

show cluster bond all

show bonding groups

cphaprob show_bond

Shows configuration of all configured bond interfaces

show cluster bond name <bond_name>

cphaprob show_bond <bond_name>

Shows configuration of the specified bond interface

cphaprob show_bond_groups

Shows the configured Groups of Bonds and their settings.

Example 1

[Expert@Member2:0]# cphaprob show_bond

 

|Slaves |Slaves |Slaves

Bond name |Mode |State |configured |link up |required

-----------+-------------------+------+-----------+--------+--------

bond1 | High Availability | UP | 2 | 2 | 1

 

Legend:

-------

UP! - Bond interface state is UP, yet attention is required

Slaves configured - number of slave interfaces configured on the bond

Slaves link up - number of operational slaves

Slaves required - minimal number of operational slaves required for bond to be UP

 

[Expert@Member2:0]#

 

Member2> show bonding groups

Bonding Interface: 1

Bond Configuration

xmit-hash-policy Not configured

down-delay 200

primary Not configured

lacp-rate Not configured

mode active-backup

up-delay 200

mii-interval 100

Bond Interfaces

eth3

eth4

Member2>

Description of the output fields for the "cphaprob show_bond" and
"show cluster bond all" commands:

Field

Description

Bond name

Name of the Gaia bonding group.

Mode

Bonding mode of this Gaia bonding group.

One of these:

  • High Availability
  • Load Sharing

State

State of the Gaia bonding group:

  • UP - Bond interface is fully operational
  • UP! - Bond interface state is UP, yet attention is required
  • DOWN - Bond interface failed

Slaves configured

Total number of physical slave interfaces configured in this Gaia bonding group.

Slaves link up

Number of operational physical slave interfaces in this Gaia bonding group.

Slaves required

Minimal number of operational physical slave interfaces required for the state of this Gaia bonding group to be UP.

Example 2

[Expert@Member2:0]# cphaprob show_bond bond1

 

Bond name: bond1

Bond mode: High Availability

Bond status: UP

 

Configured slave interfaces: 2

In use slave interfaces: 2

Required slave interfaces: 1

 

Slave name | Status | Link

----------------+-----------------+-------

eth4 | Active | Yes

eth3 | Backup | Yes

 

[Expert@Member2:0]#

Description of the output fields for the "cphaprob show_bond <bond_name>" and
"show cluster bond name <bond_name>" commands:

Field

Description

Bond name

Name of the Gaia bonding group.

Bond mode

Bonding mode of this Gaia bonding group. One of these:

  • High Availability
  • Load Sharing

Bond status

Status of the Gaia bonding group. One of these:

  • UP - Bond interface is fully operational
  • UP! - Bond interface state is UP, yet attention is required
  • DOWN - Bond interface failed

Configured slave interfaces

Total number of physical slave interfaces configured in this Gaia bonding group.

In use slave interfaces

Number of operational physical slave interfaces in this Gaia bonding group.

Required slave interfaces

Minimal number of operational physical slave interfaces required for the state of this Gaia bonding group to be UP.

Slave name

Names of physical slave interfaces configured in this Gaia bonding group.

Status

Status of physical slave interfaces in this Gaia bonding group.

One of these:

  • Active - In High Availability or Load Sharing bonding mode. This slave interface is currently handling traffic.
  • Backup - In High Availability bonding mode only. This slave interface is ready and can support internal bond failover.
  • Not Available - In High Availability or Load Sharing bonding mode. The physical link on this slave interface is lost, or this Cluster Member is in status Down. The bond cannot failover internally in this state.

Link

State of the physical link on the physical slave interfaces in this Gaia bonding group. One of these:

  • Yes - Link is present
  • No - Link is lost

Example 3

[Expert@Member2:0]# cphaprob show_bond_groups

 

| Required | Bonds | Bonds

Group of bonds name | State | active bonds | in group | status

--------------------+-----------+--------------+----------+--------+

GoB0 | UP | 1 | |

| | | bond1 | UP

| | | bond2 | UP

 

 

Legend:

---------

Bonds in group - a list of the bonds in the bond group

Required active bonds - number of required active bonds

[Expert@Member2:0]#

Description of the output fields for the "cphaprob show_bond_groups" command:

Field

Description

Group of bonds name

Name of the Group of Bonds.

State

State of the Group of Bonds. One of these:

  • UP - Group of Bonds is fully operational
  • DOWN - Group of Bonds failed

Required active bonds

Number of required active bonds in this Group of Bonds.

Bonds in group

Names of the Gaia bond interfaces configured in this Group of Bonds.

Bonds status

State of the Gaia bond interface. One of these:

  • UP - Bond interface is fully operational
  • DOWN - Bond interface failed