Configuring Bridge Interfaces in Gaia Clish

In Gaia ClishClosed 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 bridging groups.

Notes:

Important:

  • On Scalable Platforms, you must run the applicable commands in Gaia gClish of the applicable Security Group.

  • Warning - This procedure requires a system reboot. Perform this procedure during a maintenance window to minimize impact on production environments.

    On Scalable Platforms, if SecureXLClosed Check Point product on a Security Gateway that accelerates IPv4 and IPv6 traffic that passes through a Security Gateway. works in the KPPAK mode, and it is necessary to configure 32 or more Bridge interfaces, then before you configure Bridge interfaces #32 and greater, you must configure the value of the kernel parameter "fwha_pending_queue_extend_len_factor" to "64".

    • Syntax in Gaia gClish:

      update_conf_file fwkern.conf fwha_pending_queue_extend_len_factor=64

    • Syntax in the Expert mode:

      g_update_conf_file fwkern.conf fwha_pending_queue_extend_len_factor=64

Procedure

Step

Instructions

1

Connect to the command line on the Security GatewayClosed Dedicated Check Point server that runs Check Point software to inspect traffic and enforce Security Policies for connected network resources., Cluster MemberClosed Security Gateway that is part of a cluster., or Security Group.

2

Log in to Gaia Clish.

3

Make sure that the subordinate interfaces, which you wish to add to the Bridge interface, do not have IP addresses assigned:

show interface <Name of Subordinate Interface> ipv4-address

show interface <Name of Subordinate Interface> ipv6-address

4

Add a new bridging group:

add bridging group <Bridge Group ID 0 - 1024>

Note - Do not change the state of bond interface manually using the "set interface <Bridge Group ID> state" command. This is done automatically by the bridging driver.

5

Add subordinate interfaces to the new bridging group:

add bridging group <Bridge Group ID> interface <Name of First Subordinate Interface>

add bridging group <Bridge Group ID> interface <Name of Second Subordinate Interface>

Notes:

6

Assign an IP address to the bridging group.

Note - You configure an IP address on a Bridging Group in the same way as you do on a physical interface (see Physical Interfaces).

  • To assign an IPv4 address, run:

    set interface <Name of Bridging Group> ipv4-address <IPv4 Address> {subnet-mask <Mask> | mask-length <Mask Length>}

    You can optionally configure the bridging group to obtain an IPv4 Address automatically.

  • To assign an IPv6 address, run:

    set interface <Name of Bridging Group> ipv6-address <IPv6 Address> mask-length <Mask Length>

    You can optionally configure the bridging group to obtain an IPv6 Address automatically.

    Important - First, you must enable the IPv6 Support and reboot (see System Configuration).

7

Save the configuration:

save config

Important - After you add, configure, or delete features, run the "save config" command to save the settings permanently.

Syntax

Parameters

Example

gaia> add bridging group 56 interface eth1
gaia> set interface br1 ipv6-address 3000:40::1 mask-length 64
gaia> show bridging groups
gaia> delete bridging group 56 interface eth1
gaia> delete bridging group 56