Configuring Bond Interfaces in Gaia Clish
In Gaia Clish The name of the default command line shell in Check Point Gaia operating system. This is a restricted shell (role-based administration controls the number of commands available in the shell)., bond interfaces are called bonding groups.
 The name of the default command line shell in Check Point Gaia operating system. This is a restricted shell (role-based administration controls the number of commands available in the shell)., bond interfaces are called bonding groups.
| Step | Instructions | 
|---|---|
| 1 | Make sure that the physical slave interfaces do not have IP addresses. | 
| 2 | Add a new bonding group. | 
| 3 | Set the state of the physical slave interfaces to UP. | 
| 4 | Add slave interfaces to the bonding group. | 
| 5 | Configure the bond operating mode. | 
| 6 | Configure other bond parameters: primary interface, media monitoring, and delay rate. | 
| 7 | Examine the bonding group configuration. | 
| 8 | Save the configuration. | 
| 
                                                             | Important - After you add, configure, or delete features, run the " | 
Syntax
 To add a new Bonding Group
To add a new Bonding Group
                                            Syntax
| 
 | 
Example
| 
 | 
| 
                                                                     | Note - Do not change the state of bond interface manually using the " | 
 To add a new slave interface to an existing Bonding Group
To add a new slave interface to an existing Bonding Group
                                            Syntax
| 
 | 
| 
                                                                     | Important - Make sure that the slave interfaces, which you wish to add to the Bonding Group, do not have IP addresses. | 
Example
| 
 
 | 
| 
                                                                     | Notes: 
 | 
 To configure an existing Bonding Group
To configure an existing Bonding Group
                                            Syntax
| set bonding group <Bond Group ID> mode active-backup [primary <Name of Slave Interface>] mode round-robin       mode 8023AD [lacp-rate {slow | fast}]      mode xor xmit-hash-policy {layer2 | layer3+4}[up-delay <0-5000>] [down-delay <0-5000>] | 
 Configuring the Bond Operating Mode
Configuring the Bond Operating Mode
                                                    Bond operating mode specifies how slave interfaces are used in a bond interface.
Syntax
| set bonding group <Bond Group ID> mode round-robin active-backup [primary <Name of Slave Interface>]       xor xmit-hash-policy {layer2 | layer3+4}      8023AD [lacp-rate {slow | fast}] | 
Example
| 
 
 | 
| 
                                                                             | Notes: 
 | 
 Configuring the Up Delay Time
Configuring the Up Delay Time
                                                    The Up-Delay specifies show much time in milliseconds to wait before enabling a slave after link recovery was detected.
Syntax
| 
 | 
Example
| 
 | 
| 
                                                                             | Note - The default  | 
 Configuring the Down Delay Time
Configuring the Down Delay Time
                                                    The Down-Delay specifies how much time in milliseconds to wait before disabling a slave after link failure was detected
Syntax
| 
 | 
Example
| 
 | 
| 
                                                                             | Note - The default  | 
 To delete a slave interface from an existing Bonding Group
To delete a slave interface from an existing Bonding Group
                                            Syntax
| 
 | 
Example
| 
 | 
| 
                                                                     | Note - You must delete all non-primary slave interfaces before you remove the primary slave interface. | 
 To delete the bonding group
To delete the bonding group
                                            Syntax
| 
 
 
 
 
 | 
Example
| 
 | 
| 
                                                                     | Notes: 
 | 
 To show the Bonding Group configuration
To show the Bonding Group configuration
                                            Syntax
| 
 | 
Parameters
 CLI Parameters
CLI Parameters
                                            
| Parameter | Description | ||
|---|---|---|---|
| 
 | Configures the Bond Group ID. 
 | ||
| 
 | Specifies the name of the slave physical interface, which you add to (or remove from) the bond group. Make sure that the slave interfaces do not have any IP addresses or aliases configured. | ||
| 
 | Configures the Bond operating mode (see Bond Interfaces (Link Aggregation)): 
 | ||
| 
 | Specifies the name of the primary slave interface in the bond. The first slave interface added to the bond group, becomes the primary. 
 | ||
| 
 | Specifies the time in milliseconds to wait before enabling a slave after link recovery was detected. 
 | ||
| 
 | Specifies the time in milliseconds to wait before disabling a slave after link failure was detected. 
 | ||
| 
 | Specifies the Link Aggregation Control Protocol packet transmission rate: 
 
 | ||
| 
 | Specifies the algorithm to use for assigning the traffic to Active slave interfaces: 
 
 | 
Examples
 Example 1 - Configuring Bond in "Active-Backup" mode with default settings
Example 1 - Configuring Bond in "Active-Backup" mode with default settings
                                            | [Global] MyChassis-ch01-01 > add bonding group 1 [Global] MyChassis-ch01-01 > add bonding group 1 interface eth2 [Global] MyChassis-ch01-01 > add bonding group 1 interface eth3 [Global] MyChassis-ch01-01 > set bonding group 1 mode active-backup primary eth2 [Global] MyChassis-ch01-01 > show bonding group 1 Bond Configuration xmit-hash-policy Not configured down-delay 200 primary eth2 lacp-rate Not configured mode active-backup up-delay 200 mii-interval 100 Bond Interfaces eth2 eth3 [Global] MyChassis-ch01-01 > | 
 Example 2 - Configuring Bond in "XOR" mode with default settings
Example 2 - Configuring Bond in "XOR" mode with default settings
                                            | [Global] MyChassis-ch01-01 > add bonding group 1 [Global] MyChassis-ch01-01 > add bonding group 1 interface eth2 [Global] MyChassis-ch01-01 > add bonding group 1 interface eth3 [Global] MyChassis-ch01-01 > set bonding group 1 mode xor xmit-hash-policy layer3+4 [Global] MyChassis-ch01-01 > show bonding group 1 Bond Configuration xmit-hash-policy layer3+4 down-delay 200 primary Not configured lacp-rate Not configured mode xor up-delay 200 mii-interval 100 Bond Interfaces eth2 eth3 [Global] MyChassis-ch01-01 > | 
 
                                             
                                                        