System Configuration

Important:

Before you can configure IPv6 addresses and IPv6 static routes, you must:

Step

Instructions

1

Enable the IPv6 support.

2

Reboot.

3

To configure IPv6 addresses, see Network Interfaces.

To configure IPv6 static routes, see IPv6 Static Routes.

Configuring IPv6 Support in Gaia Portal

Step

Instructions

1

With a web browser, connect to Gaia PortalClosed Web interface for the Check Point Gaia operating system. at:

https://<IP address of Gaia Management Interface>

If you changed the default port of Gaia Portal from 443, then you must also enter it (https://<IP address>:<Port>).

2

From the navigation tree, click System Management > System Configuration.

3

In the IPv6 Support section, select On.

4

Click Apply.

5

When prompted, select Yes to reboot.

Important - IPv6 support is not available until you reboot.

Configuring IPv6 Support in Gaia Clish

  • To configure IPv6 support:

    set ipv6-state {on | off}

    Important - This change requires reboot.

  • To show the state of IPv6 support:

    show ipv6-state

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

Configuring IPv6 Support with Gaia API

See Working with Gaia RESTful API

Step

Instructions

1

Enable the IPv6 support.

  1. In the Gaia API Reference:

    1. Open the chapter "Networking".

    2. Open the section "IPv6".

  2. Run this API command:

    set-ipv6

2

Reboot.

  1. In the Gaia API Reference:

    Open the chapter "System".

  2. Run this API command:

    run-reboot

3

Configure IPv6 addresses on the applicable interfaces.

  1. In the Gaia API Reference:

    1. Open the chapter "Interfaces".

    2. Open the applicable section.

      For example, "Physical Interfaces".

  2. Run the applicable API "set" command to configure the IPv6 address on the applicable interface.

    For example:

    set-physical-interface

4

Configure the applicable IPv6 static routes.

See IPv6 Static Routes.

In this release, Gaia API supports only IPv4 static routes.