<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Migrate to 10Gb interface in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48336#M3592</link>
    <description>&lt;P&gt;Please note that performance tuning is necessary for a 10 GBit/s interface.&lt;/P&gt;
&lt;P&gt;For example multi-queueing and other tuning options.&lt;/P&gt;
&lt;P&gt;More see here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Enterprise-Appliances-and-Gaia/R80-x-Performance-Tuning-Tip-Multi-Queue/td-p/41608" target="_self"&gt;R80.x Performance Tuning Tip – Multi Queue&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;
&lt;P&gt;Heiko&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2019 20:37:26 GMT</pubDate>
    <dc:creator>HeikoAnkenbrand</dc:creator>
    <dc:date>2019-03-22T20:37:26Z</dc:date>
    <item>
      <title>Migrate to 10Gb interface</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48236#M3581</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm about to move a Checkpoint 15k cluster from the current 1Gb interfaces to new 10Gb interfaces.&lt;/P&gt;&lt;P&gt;There are clans created on the 1Gb interfaces and I have to remove those and create the same vlan interfaces on the new 10Gb interfaces.&lt;/P&gt;&lt;P&gt;Have anyone done this before?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What steps are included in this change?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 08:24:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48236#M3581</guid>
      <dc:creator>The-generalist</dc:creator>
      <dc:date>2019-03-22T08:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate to 10Gb interface</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48324#M3589</link>
      <description>&lt;P&gt;Easiest is this way, there will be a minor glitch on failover nr 1:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;copy the interface lines from &lt;STRONG&gt;show configuration interface &lt;/STRONG&gt;and adjust inthe following way:
&lt;UL&gt;
&lt;LI&gt;on the old interface issuing&amp;nbsp;&lt;STRONG&gt;delete interface eth1-03 vlan 25&amp;nbsp;&lt;/STRONG&gt;will delete vlan 25 and all the config from it.&lt;/LI&gt;
&lt;LI&gt;add the vlan's to the new interface by adjusting the old commands setting the correct interface&lt;/LI&gt;
&lt;LI&gt;Copy and adjust the set interface ipv4-address commands&lt;/LI&gt;
&lt;LI&gt;double check those commands make sure to also copy and adjust the &lt;STRONG&gt;set interface state on&amp;nbsp;&lt;/STRONG&gt;commands&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;on standby member run cphastop to disable clustering&lt;/LI&gt;
&lt;LI&gt;paste the delete vlan commands&lt;/LI&gt;
&lt;LI&gt;paste the add vlan and set IP address commands&lt;/LI&gt;
&lt;LI&gt;now update the interfaces of the backup member in the cluster object, the member interfaces are set in the Advanced tab of the cluster interface configuration&lt;/LI&gt;
&lt;LI&gt;push policy&lt;/LI&gt;
&lt;LI&gt;run cphastart on the backup member&lt;/LI&gt;
&lt;LI&gt;flip the cluster over to the backup member ( this could give a dip in the connections&lt;/LI&gt;
&lt;LI&gt;now repeat the above steps for the other member&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Good luck and be aware to plan this in a maintenance window, easier to tell everyone this will caus 15 minutes downtime and be done in 1 minute than the other way around.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 19:05:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48324#M3589</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2019-03-22T19:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate to 10Gb interface</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48334#M3591</link>
      <description>&lt;P&gt;Or a quick and dirty hack:&lt;/P&gt;
&lt;P&gt;1) Change the PCI bus ID's and the interfaces in the following file&lt;/P&gt;
&lt;P&gt;/etc/udev/rules.d/00-OS-XX.rules&lt;/P&gt;
&lt;P&gt;Now replace the 1 GB Interfaces with the 10 GB Interfaces.&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp; Reboot the appliance&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Attention!&lt;/FONT&gt;&lt;BR /&gt;You make sure that the file is adjusted during the next update for example from R77.30 to R80.20.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 20:31:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48334#M3591</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-03-22T20:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate to 10Gb interface</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48336#M3592</link>
      <description>&lt;P&gt;Please note that performance tuning is necessary for a 10 GBit/s interface.&lt;/P&gt;
&lt;P&gt;For example multi-queueing and other tuning options.&lt;/P&gt;
&lt;P&gt;More see here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Enterprise-Appliances-and-Gaia/R80-x-Performance-Tuning-Tip-Multi-Queue/td-p/41608" target="_self"&gt;R80.x Performance Tuning Tip – Multi Queue&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;
&lt;P&gt;Heiko&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 20:37:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48336#M3592</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-03-22T20:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate to 10Gb interface</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48474#M3598</link>
      <description>&lt;P&gt;That is awesome!&amp;nbsp;&lt;/P&gt;&lt;P&gt;A big thanks to you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 12:06:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48474#M3598</guid>
      <dc:creator>The-generalist</dc:creator>
      <dc:date>2019-03-25T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate to 10Gb interface</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48475#M3599</link>
      <description>&lt;P&gt;Thanks for your answer!&lt;/P&gt;&lt;P&gt;So you mean that after switching interfaces I need to tune GAIA for 10Gb?&lt;/P&gt;&lt;P&gt;We're currently on R77.30 but we're soon going to upgrade to R80.20.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 12:08:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/48475#M3599</guid>
      <dc:creator>The-generalist</dc:creator>
      <dc:date>2019-03-25T12:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate to 10Gb interface</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/75175#M5810</link>
      <description>&lt;P&gt;Sorry for bringing up the old thread. First of all, how was the migration?&lt;/P&gt;&lt;P&gt;I wanted to clarify why would you expect a dip in connections? Is clusterXL should not handle such situation?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 16:00:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/75175#M5810</guid>
      <dc:creator>abihsot__</dc:creator>
      <dc:date>2020-02-13T16:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate to 10Gb interface</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/75211#M5812</link>
      <description>&lt;P&gt;Is a very simple solution to edit the file:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/etc/udev/rules.d/00-OS-XX.rules&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 20:30:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Migrate-to-10Gb-interface/m-p/75211#M5812</guid>
      <dc:creator>carbonblack</dc:creator>
      <dc:date>2020-02-13T20:30:21Z</dc:date>
    </item>
  </channel>
</rss>

