Physical Interfaces
This section has configuration procedures and examples for defining different types of interfaces on a Gaia Check Point security operating system that combines the strengths of both SecurePlatform and IPSO operating systems. platform.
Gaia automatically identifies physical interfaces (NICs) installed on the computer.
You cannot add or delete a physical interface in the Gaia Portal Web interface for the Check Point Gaia operating system. or 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)..
You cannot add, change or remove physical interface cards while the Gaia computer is running.

Step |
Instructions |
---|---|
1 |
Turn off the Gaia computer:
|
2 |
Add, remove, or replace the interface cards. |
3 |
Turn on the Gaia computer. |
Gaia automatically identifies the new or changed physical interfaces and assigns an interface name. The physical interfaces show in the list in the Gaia Portal.
Configuring Physical Interfaces in Gaia Portal
This section includes procedures for changing physical interface parameters in the Gaia Portal.
|
Notes:
|
To configure a physical interface:
Step |
Instructions |
||
---|---|---|---|
1 |
In the navigation tree, click Network Management > Network Interfaces. |
||
2 |
Select an interface from the list and click Edit. |
||
3 |
Select the Enable option to set the interface status to UP. |
||
4 |
In the Comment field, enter the applicable comment text (up to 100 characters). |
||
5 |
On the IPv4 tab, enter the static IPv4 address and subnet mask in the applicable fields.
|
||
6 |
Optional: On the IPv6 tab, enter the IPv6 address and mask length in the applicable fields.
|
||
7 |
On the Ethernet tab:
|
||
8 |
Click OK. |
Configuring Physical Interfaces in Gaia Clish
|
Note - You must run these commands in Gaia gClish |
Syntax

set interface <Name of Physical Interface> auto-negotiation {on | off} 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} link-speed {10M/half | 10M/full | 100M/half | 100M/full | 1000M/full | 10000M/full} mac-addr <MAC Address> monitor-mode {on | off} mtu <68-16000 | 1280-16000> rx-ringsize <0-4096> state {on | off} tx-ringsize <0-4096> |

|

|

|
|
Important - After you add, configure, or delete features, run the " |
Parameters

Parameter |
Description |
||
---|---|---|---|
|
Specifies a physical interface. |
||
|
Configures automatic negotiation of interface link speed and duplex settings:
|
||
|
Configures an optional free text comment.
|
||
|
Configures the IPv4 address. |
||
|
Optional: 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). |
||
|
R80.20SP does not support the option Obtain IPv6 address automatically (Known Limitation MBS-3246). |
||
|
Configures the interface link speed and duplex status. Available speed and duplex combinations are:
|
||
|
Configures the hardware MAC address. |
||
|
Configures Monitor Mode on this interface:
Default: For configuration procedure, see the R80.20 Installation and Upgrade Guide > Chapter Special Scenarios for Security Gateways > Section Deploying a Security Gateway in Monitor Mode. |
||
|
Configures the Maximum Transmission Unit size for an interface. For IPv4:
For IPv6:
|
||
|
Configures the receive buffer size.
|
||
|
Configures the interface state:
|
||
|
Configures the transmit buffer size.
|

[Global] MyChassis-ch01-01 > set interface eth2 ipv4-address 40.40.40.1 subnet-mask 255.255.255.0 [Global] MyChassis-ch01-01 > set interface eth2 mtu 1400 [Global] MyChassis-ch01-01 > set interface eth2 state on [Global] MyChassis-ch01-01 > set interface eth2 link-speed 100M/full [Global] MyChassis-ch01-01 > save config |