Configuring Bridge Interfaces in Gaia Clish

Note - For additional information, see the R81 Installation and Upgrade Guide > Chapter Special Scenarios for Security Gateways > Section Deploying a Security Gateway or a ClusterXL in Bridge Mode.

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.

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

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..

2

Log in to GaiaClosed Check Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. 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