Showing Bond Interfaces (asg_bond)
Description
The asg_bond
command in Gaia gClish The name of the global command line shell in Check Point Gaia operating system for Security Appliances connected to Check Point Quantum Maestro Orchestrators. Commands you run in this shell apply to all Security Appliances in the Security Group. or the Expert mode shows bond interfaces and runs LACP packet tests:
-
Slave state consistency for all Security Group Members
-
Database consistency for all Security Group Members
-
Confirms the LACP aggregator ID between bond and slaves are compatible
-
Verifies that the LACP packet between neighbors and key comparison
You can run this command for specified bonds or for all bonds.
Syntax
|
|
Parameters
Parameter |
Description |
---|---|
|
Shows the built-in help. |
|
Filters the output for the specified bond name or text string. The output shows all bonds that match the bond name, or those names that contain the text string. |
|
Runs LACP packet test for the specified interfaces. |
Viewing a Global List of All Bonds (asg_bond)
Use the asg_bond
command in Gaia Check Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. gClish or the Expert mode without parameters to show all currently defined bonds.

[Expert@MyChassis-ch01-01:0]# asg_bond +------+-------------------------------------------+---------+--------+------------------+ |Name |Address |Mode |Slaves |Result |Comments | +------+------------------------+------------------+---------+--------+------------------+ |bond1 |(MAC) 00:1c:7f:81:02:fe|LACP 802.3ad |eth1-02 |OK | | | |(IPv4) 13.13.1.10 |Load Sharing |eth1-03 | | | | | | |eth2-03 | | | | | | |eth2-02 | | | +------+------------------------+------------------+---------+--------+------------------+ |bond3 |(MAC) 00:1c:7f:82:04:fe|XOR |eth2-04 |OK | | | |(IPv4) 23.23.1.10 |Load Sharing |eth1-04 | | | +------+------------------------+------------------+---------+--------+------------------+ |bond5 |(MAC) 00:1c:7f:81:07:fe|Round-Rubin |eth1-07 |OK | | | |(IPv4) 33.33.1.10 |Load Sharing |eth2-07 | | | +------+------------------------+------------------+---------+--------+------------------+ |bond7 |(MAC) 00:00:00:00:00:fe|Active-Backup | |OK |- No slaves exist | | | |High Availability | | | | +------+------------------------+------------------+---------+--------+------------------+ [Expert@MyChassis-ch01-01:0]# |
Viewing a Specific Bond Interface (asg_bond -i)
Use the asg_bond -i <bondX>
command in Gaia gClish or the Expert mode to show specific defined bonds.

[Expert@MyChassis-ch01-01:0]# asg_bond -i bond5 +--------+-------------------------------+--------------+---------+--------+---------+ |Name |Address |Mode |Slaves |Result |Comments | +--------+-------------------------------+--------------+---------+--------+---------+ |bond5 |(MAC) 00:1c:7f:81:07:fe |Round-Rubin |eth1-07 |OK | | | |(IPv4) 33.33.1.10 |Load Sharing |eth2-07 | | | +--------+-------------------------------+--------------+---------+--------+---------+ [Expert@MyChassis-ch01-01:0]# |
Note - You can also specify a substring that is part of a bond name to show all bonds that contain the substring.
Bond Verification Test (asg_bond -v)
Use the asg_bond -v
command in Gaia gClish or the Expert mode to run a bond verification test on all currently defined bonds.

This example shows the verification test results for all bonds, including one with an error.
Notes:
-
The comments column shows a description of problems detected by the verification tests.
-
Bond7
shows an incomplete definition with no slaves configured.
[Expert@MyChassis-ch01-01:0]# asg_bond -v Listening for LACP packets [...............................] [ OK ] +-----+------------------------+-----------------+-------+------+-------------------------+ |Name |Address |Mode |Slaves |Result|Comments | +-----+------------------------+-----------------+-------+------+-------------------------+ |bond1|(MAC) 00:1c:7f:81:02:fe |LACP 802.3ad |eth1-02|Failed|eth1-02 missing LACP pkts| | |(IPv4)13.13.1.10 |Load Sharing |eth1-03| |eth1-03 missing LACP pkts| | | | |eth2-03| |eth2-03 missing LACP pkts| | | | |eth2-02| |eth2-02 missing LACP pkts| +-----+------------------------+-----------------+-------+------+-------------------------+ |bond3|(MAC) 00:1c:7f:82:04:fe|XOR |eth2-04|OK | | | |(IPv4) 23.23.1.10 |Load Sharing |eth1-04| | | +-----+------------------------+-----------------+-------+------+-------------------------+ |bond5|(MAC) 00:1c:7f:81:07:fe|Round-Rubin |eth1-07|OK | | | |(IPv4) 33.33.1.10 |Load Sharing |eth2-07| | | +-----+------------------------+-----------------+-------+------+-------------------------+ |bond7|(MAC) 00:00:00:00:00:fe|Active-Backup | |OK | - No slaves exist | | | |High Availability| | | | +-----+------------------------+-----------------+-------+------+-------------------------+ [Expert@MyChassis-ch01-01:0]# |