Open Frames Download Complete PDF Send Feedback Print This Page

Previous

Next

Configuring Link Aggregation (Bonding)

Link aggregation combines multiple physical interfaces into a virtual interface called a bond. Bonded interfaces (known as slaves) add redundancy to a connection as well as increasing the connections throughput to a level beyond what is possible using a single physical interface.

To create an interface bond you need to run these commands in this order from the gclich shell:

Commands in Running Order:

Purpose:

Add bonding group <bond_id>

Creates a bonding group

set bonding group <bond_id> mode <bond_mode>

Sets a bonding mode: 802.3ad (LAPC) or XOR

set interface <if_name> state on

Sets the slave interface to on

add bonding group <bond_id> interface <if_name>

Enslaves interfaces to the bond

Note - Before running the link aggregation commands, make sure that the slave interfaces do not have an IP Address already assigned.

Related Topics

Creating a Bonding Group.

Setting a Bonding Mode

Setting a Polling interval

Setting the Slave Interface to On

Enslaving Interfaces

Removing Slaves from a Bond

Deleting a Bonding Group

 
Top of Page ©2014 Check Point Software Technologies Ltd. All rights reserved. Download Complete PDF Send Feedback Print