<?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: Basic OSPF configuration in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/81252#M6288</link>
    <description>&lt;P&gt;i have tried same in my lab configuration. ospf neighbor ship is not forming. Do we need to add any policies in management server&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2020 04:54:44 GMT</pubDate>
    <dc:creator>ravishankar_val</dc:creator>
    <dc:date>2020-04-08T04:54:44Z</dc:date>
    <item>
      <title>Basic OSPF configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/57060#M4283</link>
      <description>&lt;P&gt;Configuring a Checkpoint Gateway for a simple OSPF environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this example we will be concentrating on the links between R1 and R2 and the gateway at the bottom. The other links are irrelevant and simple server to provide an ISP like look for this article. The default route or 0.0.0.0/0 is being provided by the upper most router in this first depiction or 10.4.10.1.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="2019-06-30 23_41_02-Basic OSPF configuration - OneNote.png" style="width: 391px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1732i5BC2B549F92E58B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-06-30 23_41_02-Basic OSPF configuration - OneNote.png" alt="2019-06-30 23_41_02-Basic OSPF configuration - OneNote.png" /&gt;&lt;/span&gt;&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;
&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Relevant router configuration for R1 and R2. please note the bad practice of not using encryption on the OSPF neighbor relationship, this will be covered at a later date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R1:&lt;/P&gt;
&lt;P&gt;hostname R1&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip address 10.4.1.2 255.255.255.252&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip ospf 100 area 0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet3/0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip address 10.4.3.1 255.255.255.252&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip ospf 100 area 0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;router ospf 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;router-id 10.4.1.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;log-adjacency-changes&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R2:&lt;/P&gt;
&lt;P&gt;hostname R2&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip address 10.4.0.2 255.255.255.252&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip ospf 100 area 0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet3/0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip address 10.4.2.1 255.255.255.252&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ip ospf 100 area 0&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;router ospf 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;router-id 10.4.0.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;log-adjacency-changes&lt;/P&gt;
&lt;P&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now for the gateway&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GUI: configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - To enable OSPF simple add the interfaces on the ospf configuration screen. Login to Gaia via https and find the OSPF section under advanced routing.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-06-30 23_26_00-Gaia - Internet Explorer.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1733iB865FBD93F7F0798/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-06-30 23_26_00-Gaia - Internet Explorer.png" alt="2019-06-30 23_26_00-Gaia - Internet Explorer.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Click Add under interfaces to add the necessary interfaces&amp;nbsp; it is unnecessary to create the backbone area or area 0 as this area is created by default. Please note the other settings on this page for now don't change them but they can be used to tune you routing convergence, set neighbor authentication etc…&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-06-30 23_28_58-Gaia - Internet Explorer.png" style="width: 637px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1735i8D163C6DB8FEDAF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-06-30 23_28_58-Gaia - Internet Explorer.png" alt="2019-06-30 23_28_58-Gaia - Internet Explorer.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once the gateway interfaces have been added to the OSPF page you can monitor you progress by clicking on the Monitoring icon on the top right of the page. Once on the monitoring page select Neighbor to see your OSPF neighbor adjacency.&amp;nbsp; (TIP: you should seldom see the Dead (timer) value below 20 and in most environments 30)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-06-30 23_31_59-Gaia - Internet Explorer.png" style="width: 681px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1736i69FA8087A35F8FB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-06-30 23_31_59-Gaia - Internet Explorer.png" alt="2019-06-30 23_31_59-Gaia - Internet Explorer.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On your routers you should see a similar result&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-06-30 23_33_46-R2.png" style="width: 689px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1737i847E6B447F583BC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-06-30 23_33_46-R2.png" alt="2019-06-30 23_33_46-R2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally to verify your route table via the GUI:&lt;/P&gt;
&lt;P&gt;Select Routing Monitor under Advanced Routing to see a complete route table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-06-30 23_34_42-Gaia - Internet Explorer.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1738iE54A018FCDB1CD24/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-06-30 23_34_42-Gaia - Internet Explorer.png" alt="2019-06-30 23_34_42-Gaia - Internet Explorer.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To review the route table and neighbor relationships from the gateway CLI:&lt;/P&gt;
&lt;P&gt;"show route" to review the route table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2019-06-30 23_36_40-10.254.254.200 - PuTTY.png" style="width: 641px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1739i45E308A4EFD66CD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-06-30 23_36_40-10.254.254.200 - PuTTY.png" alt="2019-06-30 23_36_40-10.254.254.200 - PuTTY.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"show ospf neighbors" to review your neighbor status&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-06-30 23_37_33-10.254.254.200 - PuTTY.png" style="width: 653px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1740i5FEE23BBF27AC7B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-06-30 23_37_33-10.254.254.200 - PuTTY.png" alt="2019-06-30 23_37_33-10.254.254.200 - PuTTY.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 04:47:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/57060#M4283</guid>
      <dc:creator>Jon_Pahl1</dc:creator>
      <dc:date>2019-07-01T04:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Basic OSPF configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/57085#M4284</link>
      <description>&lt;P&gt;Nice example!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 09:09:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/57085#M4284</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-07-01T09:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Basic OSPF configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/81252#M6288</link>
      <description>&lt;P&gt;i have tried same in my lab configuration. ospf neighbor ship is not forming. Do we need to add any policies in management server&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 04:54:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/81252#M6288</guid>
      <dc:creator>ravishankar_val</dc:creator>
      <dc:date>2020-04-08T04:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Basic OSPF configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/90426#M6913</link>
      <description>i believe you must follow this sk to allow ospf updates to pass through the firewall-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk39960#Allowing%20OSPF" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk39960#Allowing%20OSPF&lt;/A&gt;</description>
      <pubDate>Thu, 02 Jul 2020 17:58:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/90426#M6913</guid>
      <dc:creator>kb1</dc:creator>
      <dc:date>2020-07-02T17:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Basic OSPF configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/93958#M7302</link>
      <description>&lt;P&gt;Nice, thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 20:34:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/93958#M7302</guid>
      <dc:creator>ranc</dc:creator>
      <dc:date>2020-08-12T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Basic OSPF configuration</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/117084#M16515</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Nice example. What about anti-spoofing configuration?&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Kostas&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 17:45:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Basic-OSPF-configuration/m-p/117084#M16515</guid>
      <dc:creator>KostasGR</dc:creator>
      <dc:date>2021-04-27T17:45:16Z</dc:date>
    </item>
  </channel>
</rss>

