<?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 path selection in Routing</title>
    <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803047#M381195</link>
    <description>&lt;P&gt;ok i will try to change primary router to be E1 and check but in this case i think there is no need for metric 100/ metric 200&lt;/P&gt;
&lt;P&gt;i will depend only on the Type E1 ( primary) /secondary Default which will be E2&amp;nbsp; correct ?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 22:14:59 GMT</pubDate>
    <dc:creator>Donia</dc:creator>
    <dc:date>2023-03-28T22:14:59Z</dc:date>
    <item>
      <title>OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802697#M381143</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a problem that i am receiving prefix on a router with ospf from 2 direction ( primary/ backup ) devices and it should be preferred using metric in the redistribution statement as below&lt;/P&gt;
&lt;P&gt;the problem that the metric isn't seen in the router and load balancing is done and i don't know why it is happening&lt;/P&gt;
&lt;PRE&gt;R3#sh ip route ospf | s 10.0.0.0 &lt;BR /&gt;10.0.0.0/8 is variably subnetted, 34 subnets, 8 masks&lt;BR /&gt;O E2 10.0.0.0/8 [110/2] via R1, 05:20:52, GigabitEthernet2/0/0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [110/2] via R2, 7w0d, GigabitEthernet1/0/0&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R1 configuration&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;router ospf 1&lt;BR /&gt;&lt;BR /&gt;summary-address 10.0.0.0 255.0.0.0&lt;BR /&gt;summary-address 172.16.0.0 255.240.0.0&lt;BR /&gt;summary-address 192.168.0.0 255.255.0.0&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;redistribute bgp AS metric 200 subnets route-map TO-OSPF&lt;BR /&gt;&lt;BR /&gt;route-map TO-OSPF permit 10&lt;BR /&gt;match ip address prefix-list TO-OSPF&lt;BR /&gt;&lt;BR /&gt;ip prefix-list TO-OSPF seq 5 permit 10.0.0.0/8 le 32&lt;BR /&gt;ip prefix-list TO-OSPF seq 10 permit 172.16.0.0/12 le 32&lt;BR /&gt;ip prefix-list TO-OSPF seq 15 permit 192.168.0.0/16 le 32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;R2 Configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;router ospf 1&lt;BR /&gt;&lt;BR /&gt;summary-address 10.0.0.0 255.0.0.0&lt;BR /&gt;summary-address 172.16.0.0 255.240.0.0&lt;BR /&gt;summary-address 192.168.0.0 255.255.0.0&lt;BR /&gt;&lt;BR /&gt;redistribute bgp AS metric 100 subnets route-map TO-OSPF&lt;BR /&gt;&lt;BR /&gt;route-map TO-OSPF permit 10&lt;BR /&gt;match ip address prefix-list TO-OSPF&lt;BR /&gt;&lt;BR /&gt;ip prefix-list TO-OSPF seq 5 permit 10.0.0.0/8 le 32&lt;BR /&gt;ip prefix-list TO-OSPF seq 10 permit 172.16.0.0/12 le 32&lt;BR /&gt;ip prefix-list TO-OSPF seq 15 permit 192.168.0.0/16 le 32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;from the above configuration R3 should prefer route from R2&amp;nbsp; which has metric 100 but it isn't the result i got from R3&lt;/P&gt;
&lt;P&gt;however if i check another subnet like&amp;nbsp;192.168.0.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;R3#sh ip route ospf | s 192.168.0.0&lt;BR /&gt;&lt;BR /&gt;O E2 192.168.0.0/16 [110/100] via R2, 6w6d, GigabitEthernet1/0/0&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;can anyone tell me why the metric is changed on subnet 10.0.0.0 however it is ok for subnet 192.168.0.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 06:57:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802697#M381143</guid>
      <dc:creator>Donia</dc:creator>
      <dc:date>2023-04-05T06:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802720#M381144</link>
      <description>&lt;P&gt;You need to post full configuration and interface config ? what is connected interface and peer configuraiton ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 13:11:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802720#M381144</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2023-03-28T13:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802776#M381147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1273493"&gt;@Donia &lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The configuration looks good. It is possible that the summary was redistributed before the configuration was applied. You could do a&lt;/P&gt;
&lt;PRE&gt;clear ip ospf redistribution&lt;/PRE&gt;
&lt;P&gt;on R1 and R2 to force the redistribution and see if it solves the issue.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 06:58:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802776#M381147</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2023-04-05T06:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802806#M381149</link>
      <description>&lt;PRE&gt;redistribute bgp AS metric 100 subnets route-map TO-OSPF &amp;lt;&amp;lt;-&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;metric is appear only in eBGP not in iBGP so if the BGP you run is iBGP this method can not help you&amp;nbsp;&lt;BR /&gt;instead change the cost to iBGP peer and this make R3 prefer one path than other&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 06:59:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802806#M381149</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-04-05T06:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802815#M381153</link>
      <description>&lt;P&gt;it is EBGP not IBGP and the routemap has 3 prefixes one of them has the problem and others appear with the correcr metric ( 100/200) as below from R3&lt;/P&gt;
&lt;PRE&gt;R3#sh ip ospf database external 10.0.0.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OSPF Router with ID () (Process ID 1)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type-5 AS External Link States&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; LS age: 1693&lt;BR /&gt;&amp;nbsp; Options: (No TOS-capability, DC, Upward)&lt;BR /&gt;&amp;nbsp; LS Type: AS External Link&lt;BR /&gt;&amp;nbsp; Link State ID: 10.0.0.0 (External Network Number )&lt;BR /&gt;&amp;nbsp; Advertising Router: R2&lt;BR /&gt;&amp;nbsp; LS Seq Number: 8000C51A&lt;BR /&gt;&amp;nbsp; Checksum: 0x7274&lt;BR /&gt;&amp;nbsp; Length: 36&lt;BR /&gt;&amp;nbsp; Network Mask: /8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric Type: 2 (Larger than any link state path)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTID: 0&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric: 2&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forward Address: 0.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; External Route Tag: 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; LS age: 394&lt;BR /&gt;&amp;nbsp; Options: (No TOS-capability, DC, Upward)&lt;BR /&gt;&amp;nbsp; LS Type: AS External Link&lt;BR /&gt;&amp;nbsp; Link State ID: 10.0.0.0 (External Network Number )&lt;BR /&gt;&amp;nbsp; Advertising Router: R1&lt;BR /&gt;&amp;nbsp; LS Seq Number: 80000097&lt;BR /&gt;&amp;nbsp; Checksum: 0xB07A&lt;BR /&gt;&amp;nbsp; Length: 36&lt;BR /&gt;&amp;nbsp; Network Mask: /8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric Type: 2 (Larger than any link state path)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTID: 0&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric: 2&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forward Address: 0.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; External Route Tag: 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;R3#sh ip ospf database external 192.168.0.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OSPF Router with ID () (Process ID 1)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type-5 AS External Link States&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; LS age: 717&lt;BR /&gt;&amp;nbsp; Options: (No TOS-capability, DC, Upward)&lt;BR /&gt;&amp;nbsp; LS Type: AS External Link&lt;BR /&gt;&amp;nbsp; Link State ID: 192.168.0.0 (External Network Number )&lt;BR /&gt;&amp;nbsp; Advertising Router: R2&lt;BR /&gt;&amp;nbsp; LS Seq Number: 8000081A&lt;BR /&gt;&amp;nbsp; Checksum: 0x548E&lt;BR /&gt;&amp;nbsp; Length: 36&lt;BR /&gt;&amp;nbsp; Network Mask: /16&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric Type: 2 (Larger than any link state path)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTID: 0&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric: 100&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forward Address: 0.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; External Route Tag: 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; LS age: 1426&lt;BR /&gt;&amp;nbsp; Options: (No TOS-capability, DC, Upward)&lt;BR /&gt;&amp;nbsp; LS Type: AS External Link&lt;BR /&gt;&amp;nbsp; Link State ID: 192.168.0.0 (External Network Number )&lt;BR /&gt;&amp;nbsp; Advertising Router: R1&lt;BR /&gt;&amp;nbsp; LS Seq Number: 80000048&lt;BR /&gt;&amp;nbsp; Checksum: 0xE370&lt;BR /&gt;&amp;nbsp; Length: 36&lt;BR /&gt;&amp;nbsp; Network Mask: /16&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric Type: 2 (Larger than any link state path)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTID: 0&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric: 200&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forward Address: 0.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; External Route Tag: 0&lt;/PRE&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:00:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802815#M381153</guid>
      <dc:creator>Donia</dc:creator>
      <dc:date>2023-04-05T07:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802819#M381154</link>
      <description>&lt;P&gt;can you share&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;show ip bgp 10.0.0.0 255.0.0.0 &amp;lt;&amp;lt;-&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:04:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802819#M381154</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-04-05T07:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802979#M381182</link>
      <description>&lt;P&gt;i don't have 10.0.0.0/8&amp;nbsp; in BGP but i have alot of 10.x.x.x subnets as below so i didn't check&lt;/P&gt;
&lt;PRE&gt;sh ip bgp&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;R1#sh ip route&amp;nbsp; 10.0.0.0&lt;BR /&gt;&lt;BR /&gt;Routing entry for 10.0.0.0/8, 438 known subnets&lt;BR /&gt;Attached (6 connections)&lt;BR /&gt;Variably subnetted with 16 masks&lt;BR /&gt;&lt;BR /&gt;O 10.0.0.0/8 is a summary, 3d17h, Null0&lt;BR /&gt;B 10.0.152.158/32 [20/0] via PE, 02:03:33&lt;BR /&gt;B 10.2.0.0/16 [20/0] via PE, 02:03:33&lt;BR /&gt;B 10.1.153.152/30 [20/0] via PE, 02:03:33&lt;BR /&gt;B 10.1.153.232/30 [20/0] via PE, 02:03:33&lt;BR /&gt;B 10.1.54.152/30 [20/0] via PE, 02:03:33&lt;BR /&gt;B 10.1.54.232/30 [20/0] via PE, 02:03:33&lt;BR /&gt;&lt;BR /&gt;R2#sh ip route 10.0.0.0&lt;BR /&gt;&lt;BR /&gt;Routing entry for 10.0.0.0/8, 438 known subnets&lt;BR /&gt;Attached (6 connections)&lt;BR /&gt;Variably subnetted with 16 masks&lt;BR /&gt;O 10.0.0.0/8 is a summary, 7w0d, Null0&lt;BR /&gt;B 10.0.152.158/32 [20/0] via PE, 4d04h&lt;BR /&gt;B 10.2.0.0/16 [20/0] via PE, 6w6d&lt;BR /&gt;B 10.1.153.152/30 [20/0] via PE, 6w6d&lt;BR /&gt;B 10.1.153.232/30 [20/0] via PE, 6w6d&lt;BR /&gt;B 10.1.54.152/30 [20/0] via PE, 6w6d&lt;BR /&gt;B 10.1.54.232/30 [20/0] via PE, 6w6d&lt;BR /&gt;B 10.1.100.0/25 [20/0] via PE, 6w6d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:06:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802979#M381182</guid>
      <dc:creator>Donia</dc:creator>
      <dc:date>2023-04-05T07:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802993#M381187</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1273493"&gt;@Donia &lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Did you try using the&lt;/P&gt;
&lt;PRE&gt;clear ip ospf redistribution&lt;/PRE&gt;
&lt;P&gt;on R1 and R2 to see if it fixes the issue?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:07:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802993#M381187</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2023-04-05T07:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802999#M381188</link>
      <description>&lt;P&gt;i didn't try to do that as i afraid it will impact the service. i am trying before doing that to check if there is any problem / misconfiguration.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 19:43:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4802999#M381188</guid>
      <dc:creator>Donia</dc:creator>
      <dc:date>2023-03-28T19:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803002#M381190</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;normally, while summarizing lowest metric is chosen for summary route from the all prefixes that is covered by summary route.&lt;/P&gt;
&lt;P&gt;Based on your output, summary route's metric is 2&lt;/P&gt;
&lt;PRE&gt;(see &lt;STRONG&gt;show ip route&lt;/STRONG&gt; or &lt;STRONG&gt;sh ip ospf database external 10.0.0.0&lt;/STRONG&gt; in &lt;STRONG&gt;R3&lt;/STRONG&gt;),&lt;/PRE&gt;
&lt;P&gt;so there should be route with this metric (metric 2). Let's try to find it on R1 or R2. Do&lt;/P&gt;
&lt;PRE&gt;sh ip route 10.0.0.0 | include /2]&lt;/PRE&gt;
&lt;P&gt;and question: is it possible to share&lt;/P&gt;
&lt;PRE&gt;show run | sec ospf&lt;/PRE&gt;
&lt;P&gt;from R1 or R2?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:09:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803002#M381190</guid>
      <dc:creator>Kanan Huseynli</dc:creator>
      <dc:date>2023-04-05T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803019#M381192</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1273493"&gt;@Donia &lt;/a&gt;&amp;nbsp;, it makes sense. Other than bgp, do you redistribute from any other source into ospf?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 20:11:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803019#M381192</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2023-03-28T20:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803024#M381193</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/245460"&gt;@Kanan Huseynli&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;That is a good point. It could be that some 10/8 subnets are redistributed from other sources other than bgp with a metric set to 2, which would cause the behavior you are describing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The best way to avoid this issue would be to set the external type to 1 on the primary router and to 2 on the secondary. The external type 1 is always preferred over external type 2, no matter the metric it carries.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 20:21:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803024#M381193</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2023-03-28T20:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803045#M381194</link>
      <description>&lt;P&gt;I tried to check the routing table but didn't see any other route with metric 2 just other subnets from BGP and also i checked OSPF database to be sure if i am receiving this subnet from other place or not but in the database i just find it on R1/ R2 as Adv routers&lt;/P&gt;
&lt;P&gt;i am redistributing BGP routes also redistributing other ospf process as below&lt;/P&gt;
&lt;PRE&gt;router ospf 1&amp;nbsp;&lt;BR /&gt;summary-address 10.0.0.0 255.0.0.0&lt;BR /&gt;summary-address 172.16.0.0 255.240.0.0&lt;BR /&gt;summary-address 192.168.0.0 255.255.0.0&lt;BR /&gt;redistribute ospf 2 subnets route-map NETWORKS&lt;BR /&gt;redistribute bgp AS metric 100 subnets route-map TO-OSPF&lt;BR /&gt;default-information originate metric 100&lt;BR /&gt;distribute-list route-map Filter_Routes in&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please note that&amp;nbsp;route-map NETWORKS doesn't have 10.0.0.0/8 as an entry but other 10.x.x.x/18 le 32 and other public Ips and also&lt;/P&gt;
&lt;PRE&gt; route-map Filter_Routes &lt;/PRE&gt;
&lt;P&gt;is used to avoid any loops&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:13:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803045#M381194</guid>
      <dc:creator>Donia</dc:creator>
      <dc:date>2023-04-05T07:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803047#M381195</link>
      <description>&lt;P&gt;ok i will try to change primary router to be E1 and check but in this case i think there is no need for metric 100/ metric 200&lt;/P&gt;
&lt;P&gt;i will depend only on the Type E1 ( primary) /secondary Default which will be E2&amp;nbsp; correct ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 22:14:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803047#M381195</guid>
      <dc:creator>Donia</dc:creator>
      <dc:date>2023-03-28T22:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803050#M381196</link>
      <description>&lt;P&gt;you network like below&amp;nbsp;&lt;BR /&gt;the R2 and R3 have eBGP to R4&lt;BR /&gt;R4 inject 10.0.0.0/8 le 32 into R2 and R3&amp;nbsp;&lt;BR /&gt;R2 and R3 redistribute it into OSPF&amp;nbsp;&amp;nbsp;&lt;BR /&gt;then you summary the 10.0.0.0/8 le 32 to 10.0.0.0/8&amp;nbsp; ?&lt;BR /&gt;am I right ?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (471).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/180364i0DF6069625DAAC6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (471).png" alt="Screenshot (471).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 22:21:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803050#M381196</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-03-28T22:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803055#M381199</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1273493"&gt;@Donia &lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The fact that you are seeing the metric 2 instead of the metric 100 or 200 for the 10/8 summary route is due to the fact that you are redistributing from multiple sources (bgp and ospf 2). The lower metric coming from ospf 2 is used instead of the metric 100/200 from the&lt;/P&gt;
&lt;PRE&gt;redistribute bgp&lt;/PRE&gt;
&lt;P&gt;statements.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:19:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803055#M381199</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2023-04-05T07:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803056#M381200</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1273493"&gt;@Donia &lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;, since you redistribute from bgp and ospf, setting the external type to E1 on the redistribute bgp statement will not be sufficient. The default E2 on the redistribute ospf 2 statement will be used. The way around this would be to set the metric-type to E1 on the redistribute ospf 2 as well. &amp;nbsp;It would look something like this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Primary router:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;router ospf 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;redistribute ospf 2 subnets metric-type 1 route-map NETWORKS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;redistribute bgp AS subnets metric-type 1 route-map TO-OSPF&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And yes, you are correct. By setting the E1 on the primary router, you will not need the 100/200 metric anymore.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:11:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803056#M381200</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2023-04-05T07:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803070#M381201</link>
      <description>&lt;P&gt;Routing Bit Set on this LSA in topology Base with MTID 0 &amp;lt;&amp;lt;- all route external dont have this bit&amp;nbsp;&lt;BR /&gt;can you confirm that and still use the topology&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 23:19:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803070#M381201</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-03-28T23:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803221#M381204</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;there will not be LSA for subset routes in OSPF DB of process 1, because you do summarization (you have only summary route LSA in DB).&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;route-map NETWORKS doesn't have 10.0.0.0/8 as an entry but other 10.x.x.x/18 le 32&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;So, it is possible that routes from this route-map is considered in summarization. Check routes in OSPF process 2 rib:&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;show ip ospf 2 rib | inc 10.&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 09:11:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4803221#M381204</guid>
      <dc:creator>Kanan Huseynli</dc:creator>
      <dc:date>2023-04-05T09:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: OSPF path selection</title>
      <link>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4804678#M381313</link>
      <description>&lt;P&gt;yes i tried to check another prefixes that should be learnt from the other ospf Process and found the same behavior that load balancing is done so i will need to make change on the redistribute ospf 2 to take the same metric as&lt;/P&gt;
&lt;PRE&gt;redistribute bgp&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 09:10:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/ospf-path-selection/m-p/4804678#M381313</guid>
      <dc:creator>Donia</dc:creator>
      <dc:date>2023-04-05T09:10:40Z</dc:date>
    </item>
  </channel>
</rss>

