<?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: OSPF propagate local subnets in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207310#M39196</link>
    <description>&lt;P&gt;This sk might be relevant...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk102662" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk102662&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 18:44:23 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2024-02-27T18:44:23Z</dc:date>
    <item>
      <title>OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207283#M39187</link>
      <description>&lt;P&gt;I need some advice for the configuration to an export routemap with OSPF.&lt;BR /&gt;OSPF is configured and running fine, I receive all routes from external routers and we tested routemaps&lt;BR /&gt;for import filters with success. Only routes defined in routemaps are learned from external OSPF routers.&lt;/P&gt;
&lt;P&gt;Now we want to propagate routes for local interfaces.&lt;BR /&gt;As an example, interface bond3.1000 has an IP in subnet 10.10.10.0/24 configured.&lt;BR /&gt;This network 10.10.10.0/24 should be propagate via OSPF on interface bond1.100&lt;/P&gt;
&lt;P&gt;#########OSPF configuration##############&lt;BR /&gt;set ospf instance default graceful-restart-helper on&lt;BR /&gt;set ospf instance default spf-delay 2&lt;BR /&gt;set ospf instance default spf-holdtime 5&lt;BR /&gt;set ospf instance default default-ase-cost 1&lt;BR /&gt;set ospf instance default area backbone on&lt;BR /&gt;set ospf instance default area 10.10.0.0 on&lt;BR /&gt;set inbound-route-filter ospf2 instance default accept-all-ipv4&lt;/P&gt;
&lt;P&gt;########OSPF interface configuration#########&lt;/P&gt;
&lt;P&gt;set ospf instance default interface bond1.100 area 10.10.0.0 on&lt;BR /&gt;set ospf instance default interface bond1.100 hello-interval 10&lt;BR /&gt;set ospf instance default interface bond1.100 dead-interval 40&lt;BR /&gt;set ospf instance default interface bond1.100 cost 1&lt;BR /&gt;set ospf instance default interface bond1.100 priority 1&lt;BR /&gt;set ospf instance default interface bond1.100 retransmit-interval 5&lt;/P&gt;
&lt;P&gt;#######routemap configuration##############&lt;/P&gt;
&lt;P&gt;set routemap ospf_FW id 10 on&lt;BR /&gt;set routemap ospf_FW id 10 allow&lt;BR /&gt;set routemap ospf_FW id 10 match network 10.10.10.0/24 exact&lt;/P&gt;
&lt;P&gt;set ospf instance default export-routemap ospf_FW preference 1 on&lt;/P&gt;
&lt;P&gt;#### tried with match for the interface but with no success#####################&lt;BR /&gt;set routemap ospf_FW id 10 match interface bond3.1000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sure something simple missed but at the moment I can't find the cause why my route is not send out via OSPF.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 15:00:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207283#M39187</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2024-02-27T15:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207284#M39188</link>
      <description>&lt;P&gt;If it's just an interface the firewall owns which is full of endpoints, it's generally easier to add the interface to the OSPF instance and make it passive.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set ospf instance default interface bond3.1000 area 10.10.10.10 on
set ospf instance default interface bond3.1000 passive on&lt;/LI-CODE&gt;
&lt;P&gt;I would only bother with route maps if you need to redistribute a bunch of static routes pointing out some transit interface.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 15:40:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207284#M39188</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-02-27T15:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207298#M39193</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/27871"&gt;@Bob_Zimmerman&lt;/a&gt;&amp;nbsp;, that‘s what we did in the past. But with R81.20 we can‘t add more then 127 interfaces this way. See my post &amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/Maestro/max-interfaces-OSPF/m-p/199829#M2337" target="_blank" rel="noopener"&gt;more then 127 OSPF interface routes&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suggestion was to use routemaps. We had a lot of micro DMZs configured on this gateway and need a way to achieve the same like before with R80.30.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 16:57:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207298#M39193</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2024-02-27T16:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207307#M39194</link>
      <description>&lt;P&gt;I've redistributed a lot of static routes with a route map like this (one entry per exact route I want to redistribute):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set routemap toPartner id 10 on
set routemap toPartner id 10 allow
set routemap toPartner id 10 match network 10.16.32.0/22 exact
set routemap toPartner id 10 match protocol static
set routemap toPartner id 10 action metric value 20
set routemap toPartner id 10 action route-type type-2&lt;/LI-CODE&gt;
&lt;P&gt;Looks like you would need to use the protocol 'direct' (or maybe 'kernel') instead of static.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 17:55:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207307#M39194</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-02-27T17:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207309#M39195</link>
      <description>&lt;P&gt;That looks right to me...TAC also gave us something similar last year. I thought there was an sk for it, but maybe not yet.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 18:42:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207309#M39195</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-02-27T18:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207310#M39196</link>
      <description>&lt;P&gt;This sk might be relevant...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk102662" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk102662&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 18:44:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207310#M39196</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-02-27T18:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207344#M39205</link>
      <description>&lt;P&gt;Tried to redistribute a static-route with success but for an existing interface still no success.&lt;/P&gt;
&lt;P&gt;set routemap ospf_FW id 10 on&lt;BR /&gt;set routemap ospf_FW id 10 allow&lt;BR /&gt;set routemap ospf_FW id 10 match protocol direct&lt;BR /&gt;set routemap ospf_FW id 10 match interface bond3.1000&lt;BR /&gt;set routemap ospf_FW id 10 match network 10.10.10.0/24 exact&lt;/P&gt;
&lt;P&gt;Tried with "protocol direct" and "protocol kernel", same problem.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 09:22:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207344#M39205</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2024-02-28T09:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207350#M39208</link>
      <description>&lt;P&gt;Have you tried route-redistribution?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;set route-redistribution to ospf2 instance default from interface bond3.1000 on
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 11:35:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207350#M39208</guid>
      <dc:creator>D_W</dc:creator>
      <dc:date>2024-02-28T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207352#M39210</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/17503"&gt;@D_W&lt;/a&gt;&amp;nbsp;we want to use routemaps, because we are more flexible with restrictions.&lt;/P&gt;
&lt;P&gt;----edited-----But yes, we tried the route-redistribution with the same bad result.----edited-----&lt;/P&gt;
&lt;P&gt;"route-redistribution" from interface to ospf does work. I set the wrong instance at first try.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 13:09:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/207352#M39210</guid>
      <dc:creator>Wolfgang</dc:creator>
      <dc:date>2024-02-28T13:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF propagate local subnets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/208005#M39411</link>
      <description>&lt;P&gt;i think mixing interface and subnet in match protocol direct statement is not correct&lt;/P&gt;
&lt;P&gt;did you try this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;set routemap ospf_FW id 10 on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set routemap ospf_FW id 10 allow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set routemap ospf_FW id 10 match protocol direct&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set routemap ospf_FW id 10 match interface bond3.1000&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 19:53:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/OSPF-propagate-local-subnets/m-p/208005#M39411</guid>
      <dc:creator>CheckPointerXL</dc:creator>
      <dc:date>2024-03-06T19:53:50Z</dc:date>
    </item>
  </channel>
</rss>

