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 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 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 Gateway |
||||||
2 |
Log in to Gaia |
||||||
3 |
Make sure that the subordinate interfaces, which you wish to add to the Bridge interface, do not have IP addresses assigned:
|
||||||
4 |
Add a new bridging group:
|
||||||
5 |
Add subordinate interfaces to the new bridging group:
|
||||||
6 |
Assign an IP address to the bridging group.
|
||||||
7 |
Save the configuration:
|
|
Important - After you add, configure, or delete features, run the " |
Syntax

Syntax
|
|
Note - Do not change the state of bond interface manually using the " |

Syntax
|
Example
gaia> add bridging group 56 interface eth1 |
|
Note - Make sure that the subordinate interfaces do not have any IP addresses or aliases configured. |

Syntax
|

Syntax
set interface <Name of Bridge Interface> comments "Text" ipv4-address <IPv4 Address> subnet-mask <Mask> mask-length <Mask Length> ipv6-address <IPv6 Address> mask-length <Mask Length> ipv6-autoconfig {on | off} mac-addr <MAC Address> mtu <68-16000 | 1280-16000> rx-ringsize <0-4096> tx-ringsize <0-4096> |
Example
gaia> set interface br1 ipv6-address 3000:40::1 mask-length 64 |

Syntax
|
Example
gaia> delete bridging group 56 interface eth1 |

Syntax
|

Syntax
|
|
Notes:
|
Example
gaia> delete bridging group 56 |

Syntax
|

Syntax
|
Parameters

Parameter |
Description |
||
---|---|---|---|
|
Configures the Bridge Group ID.
|
||
|
Configures the name of the Bridge interface. |
||
|
Specifies a physical subordinate interface. |
||
|
Configures an optional free text comment.
|
||
|
Configures the IPv4 address. |
||
|
Configures the IPv6 address.
|
||
|
Configures the IPv4 subnet mask using dotted decimal notation (X.X.X.X). |
||
|
Configures the IPv4 or IPv6 subnet mask length using the CIDR notation (integer between 2 and 32). |
||
|
Configures if this interface gets an IPv6 address from a DHCPv6 Server:
|
||
|
Configures the hardware MAC address. |
||
|
Configures the Maximum Transmission Unit size for an interface. For IPv4:
For IPv6:
|
||
|
Configures the receive buffer size.
|
||
|
Configures the transmit buffer size.
|
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 |