<?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 Configuring Distribute-lists with OSPF in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117491#M206749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;you can use extended ACLs for filtering in IGPs, the source IP will be&amp;nbsp; the router that originated the prefix (in OSPF the router-id) and the&amp;nbsp; destination will be the prefix that you want to filter.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I absolutely agree but I did not want to confuse Carlton with too much detail here. My point was that ACLs are by far not the ideal tools to be used in distribute-lists because they are cumbersome - sometimes they get routing source/network as the source/destination pair. In other situations, they get network/netmask as the source/destination pair. It's just not consistent. Compounded with the fact that in many situations, you are not able to perform match on the netmask, the ACLs seem to be just inadequate to be used in distribute-lists at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Applied on an ABR, it will filter the prefixes specified in the ACL&amp;nbsp;&amp;nbsp; from entering the route table, plus the LSAs type 3 to enter the area&amp;nbsp;&amp;nbsp; which is attached ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applied on an ABR attached to a&amp;nbsp; NSSA, it will filter the prefixes specified plus sending the type 5 LSAs&amp;nbsp; to the Backbone...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is logical because LSA-3 and LSA-7-to-5 are generated based on the contents of the routing table, so if the routing table does not contain the appropriate routes, they can not be injected as LSA-3 or LSA-5 into appropriate areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your knowledge of OSPF is very good, Jose! +5 points as deserved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Dec 2012 10:47:23 GMT</pubDate>
    <dc:creator>Peter Paluch</dc:creator>
    <dc:date>2012-12-17T10:47:23Z</dc:date>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117480#M206738</link>
      <description>&lt;P&gt;Hello community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to configure the a distribute list on ospf but I keep on getting the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% This command only accepts named standard IP access-lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The access-list that I'm trying to apply is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended router2nets&lt;/P&gt;&lt;P&gt;remark DistributteInOSPF_150.2.0.0&lt;/P&gt;&lt;P&gt;permit IP 150.2.0.0 0.0.0.255 any&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;ip access-list extended router2nets&lt;BR /&gt;remark DistributteInOSPF_150.2.0.0&lt;BR /&gt;permit IP 150.2.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please explain why I'm getting that message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlton&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 02:25:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117480#M206738</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2019-03-05T02:25:43Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117481#M206739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended ACLs have no meaning when used in distribute-list command. If an extended ACL is used for packet filtering, it can check source IP, destination IP, protocol, ports and optionally other attributes of packets. However, if such an ACL is used in a distribute-list that filters IP networks in routing protocol updates, what is a source IP in this case? And what would be the destination IP? What is the protocol?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You see, the ACLs were originally designed for packet filtering and they are merely forced into filtering the contents of routing protocol updates when used in distribute-lists. Many attributes ACLs can try to match on packets have no meaning in distribute-lists. That is why using extended ACLs may not even be supported in a particular routing protocol. This is what the router is currently telling you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you rewrite your ACL into a standard ACL then the router should accept it. A standard ACL matches only a single parameter - a source IP when used as a packet filter, and the network IP address when used in a distribute-list. Here, there is no ambiguosity of what goes into the ACL and what is being matched by it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even better, though, you should use the prefix lists when configuring distribute-lists. Prefix lists are evaluated in a more efficient manner than ACLs when used in distribute-lists, and they have a strong advantage: they can match also the netmask of the network, not just its IP address (as opposed to ACLs!), and are much more readable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please feel welcome to ask further!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 09:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117481#M206739</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-12-17T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117482#M206740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Peter that's great mate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have the following routes in my table and I want to only distribute (or allow) 150.2.2.0 in the table. Can you show me how I would apply a prefix list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170.7.0.0/24 is subnetted, 1 subnets&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170.7.7.0 [110/20] via 10.0.1.1, 00:00:04, Ethernet1/0&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.0.0.0/8 is directly connected, Ethernet1/1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.12/30 is directly connected, FastEthernet0/0&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.1/32 [110/10] via 10.0.1.1, 00:00:04, Ethernet1/0&lt;/P&gt;&lt;P&gt;O IA&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/30 [110/11] via 10.0.1.1, 00:00:04, Ethernet1/0&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.0/29 is directly connected, Ethernet1/0&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.4/30 [110/2] via 10.0.0.13, 00:00:05, FastEthernet0/0&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.0/24 is directly connected, FastEthernet0/1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.1.0.0/32 is subnetted, 1 subnets&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.1.1.3 [110/11] via 10.0.1.1, 00:00:05, Ethernet1/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.2.0.0/24 is subnetted, 1 subnets&lt;/P&gt;&lt;P&gt;O E1&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.2.2.0 [110/31] via 10.0.1.1, 00:00:05, Ethernet1/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.3.0.0/24 is subnetted, 1 subnets&lt;/P&gt;&lt;P&gt;O E2&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.3.3.0 [110/20] via 10.0.0.13, 00:00:05, FastEthernet0/0&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 15.0.0.0/8 is directly connected, Ethernet1/2&lt;/P&gt;&lt;P&gt;O*E2 0.0.0.0/0 [110/1] via 10.0.0.13, 00:00:05, FastEthernet0/0&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170.7.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170.7.7.0 [110/20] via 10.0.1.1, 00:00:04, Ethernet1/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.0.0.0/8 is directly connected, Ethernet1/1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.12/30 is directly connected, FastEthernet0/0&lt;BR /&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.1/32 [110/10] via 10.0.1.1, 00:00:04, Ethernet1/0&lt;BR /&gt;O IA&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/30 [110/11] via 10.0.1.1, 00:00:04, Ethernet1/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.0/29 is directly connected, Ethernet1/0&lt;BR /&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.4/30 [110/2] via 10.0.0.13, 00:00:05, FastEthernet0/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.0/24 is directly connected, FastEthernet0/1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.1.0.0/32 is subnetted, 1 subnets&lt;BR /&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.1.1.3 [110/11] via 10.0.1.1, 00:00:05, Ethernet1/0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.2.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;O E1&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.2.2.0 [110/31] via 10.0.1.1, 00:00:05, Ethernet1/0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.3.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;O E2&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.3.3.0 [110/20] via 10.0.0.13, 00:00:05, FastEthernet0/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 15.0.0.0/8 is directly connected, Ethernet1/2&lt;BR /&gt;O*E2 0.0.0.0/0 [110/1] via 10.0.0.13, 00:00:05, FastEthernet0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R4(config-router)??????????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 09:32:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117482#M206740</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T09:32:12Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117483#M206741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sorry for the doubling of text. Whenever, I copy and paste, the browser paste's everything twice...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 09:37:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117483#M206741</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T09:37:13Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117484#M206742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;configure terminal&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip prefix-list OSPF permit 150.2.2.0/24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;router ospf 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; distribute-list prefix OSPF in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that in case of OSPF, the distribute-list will affect only your local routing table. Other routers will still see the routes you have filtered out, even the routers that are using you as the next hop. This is a principial property of link-state routing protocols. You have to be careful not to create blackholes or routing loops by this filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 09:43:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117484#M206742</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-12-17T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117485#M206743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied to config, however I can no longer see 150.2.2.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.0.0.0/8 is directly connected, Ethernet1/1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.12/30 is directly connected, FastEthernet0/0&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.0/29 is directly connected, Ethernet1/0&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.4/30 [110/2] via 10.0.0.13, 00:00:56, FastEthernet0/0&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.0/24 is directly connected, FastEthernet0/1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.3.0.0/24 is subnetted, 1 subnets&lt;/P&gt;&lt;P&gt;O E2&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.3.3.0 [110/20] via 10.0.0.13, 00:00:46, FastEthernet0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt; router-id 4.4.4.4&lt;/P&gt;&lt;P&gt; log-adjacency-changes&lt;/P&gt;&lt;P&gt; default-information originate&lt;/P&gt;&lt;P&gt; distribute-list prefix OSPF in Ethernet1/0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip prefix-list OSPF seq 5 permit 150.2.2.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:15:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117485#M206743</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T10:15:50Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117486#M206744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind trying removing the &lt;STRONG&gt;Ethernet1/0&lt;/STRONG&gt; from your distribute-list command and using it just in the form I suggested earlier, without the interface name? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:18:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117486#M206744</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-12-17T10:18:39Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117487#M206745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router ospf 1&lt;/P&gt;&lt;P&gt; router-id 4.4.4.4&lt;/P&gt;&lt;P&gt; log-adjacency-changes&lt;/P&gt;&lt;P&gt; default-information originate&lt;/P&gt;&lt;P&gt; distribute-list prefix OSPF in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All OSPF routes are gone:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gateway of last resort is not set&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.0.0.0/8 is directly connected, Ethernet1/1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.12/30 is directly connected, FastEthernet0/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.0/29 is directly connected, Ethernet1/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.0/24 is directly connected, FastEthernet0/1&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 15.0.0.0/8 is directly connected, Ethernet1/2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:25:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117487#M206745</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T10:25:34Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117488#M206746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carlton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you running this in Dynamips/GNS3 or on real hardware? I've just tested the suggested config and it works for me... There is something strange going on here. Can you perhaps post the entire configuration of the router you're configuring the distribute-list on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:31:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117488#M206746</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-12-17T10:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117489#M206747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I'm running thisn in GNS3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the entire config&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:38:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117489#M206747</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117490#M206748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use extended ACLs for filtering in IGPs, the source IP will be the router that originated the prefix (in OSPF the router-id) and the destination will be the prefix that you want to filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, regarding the behavior of distribute-list in OSPF, I agree with you but there are exceptions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Distribute-list in: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Applied on an ABR, it will filter the prefixes specified in the ACL&amp;nbsp; from entering the route table, plus the LSAs type 3 to enter the area&amp;nbsp; which is attached. Let's say that ABR is connected to Area-1, and it has&amp;nbsp; type 3 of Area 2, it will filter those to enter Area-1. The&amp;nbsp; distance 255 will do the same. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Applied on an ABR attached to a&amp;nbsp; NSSA, it will filter the prefixes specified plus sending the type 5 LSAs&amp;nbsp; to the Backbone. To be accurate, this has to be done on the ABR which&amp;nbsp; is doing the translation of Type-7 to Type-5. This router will be the&amp;nbsp; ABR with the highest router-ID according to NSSA RFC 1587. The distance 255 will do the same. Here, in an ABR attached to a NSSA, you need to clear the OSPF process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Distribute-list out:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Applied on an ASBR it will prevent the generation of the external LSAs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have seen running tests to see the behavior of the protocol but, as you said, in real life you have to be careful as you can create black holes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:39:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117490#M206748</guid>
      <dc:creator>Jose Jara</dc:creator>
      <dc:date>2012-12-17T10:39:13Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117491#M206749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;you can use extended ACLs for filtering in IGPs, the source IP will be&amp;nbsp; the router that originated the prefix (in OSPF the router-id) and the&amp;nbsp; destination will be the prefix that you want to filter.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I absolutely agree but I did not want to confuse Carlton with too much detail here. My point was that ACLs are by far not the ideal tools to be used in distribute-lists because they are cumbersome - sometimes they get routing source/network as the source/destination pair. In other situations, they get network/netmask as the source/destination pair. It's just not consistent. Compounded with the fact that in many situations, you are not able to perform match on the netmask, the ACLs seem to be just inadequate to be used in distribute-lists at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Applied on an ABR, it will filter the prefixes specified in the ACL&amp;nbsp;&amp;nbsp; from entering the route table, plus the LSAs type 3 to enter the area&amp;nbsp;&amp;nbsp; which is attached ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Applied on an ABR attached to a&amp;nbsp; NSSA, it will filter the prefixes specified plus sending the type 5 LSAs&amp;nbsp; to the Backbone...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is logical because LSA-3 and LSA-7-to-5 are generated based on the contents of the routing table, so if the routing table does not contain the appropriate routes, they can not be injected as LSA-3 or LSA-5 into appropriate areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your knowledge of OSPF is very good, Jose! +5 points as deserved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:47:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117491#M206749</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-12-17T10:47:23Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117492#M206750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt;for inter area filtering of internal routes on ABR I have seen effective the area filter-list command not the distribute-list that should just prevent installation of the route in the IP routing table without altering the LS DB content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios-xml/ios/iproute_ospf/command/ospf-a1.html#GUID-A4EF0934-BA01-4FD7-9456-9348DF445E10"&gt;http://www.cisco.com/en/US/docs/ios-xml/ios/iproute_ospf/command/ospf-a1.html#GUID-A4EF0934-BA01-4FD7-9456-9348DF445E10&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to help&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 10:50:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117492#M206750</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2012-12-17T10:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117493#M206751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've decided to abandon filtering with distribute-lists for now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have applied the following access list to only allow 150.2.2.0 through ethernet 1/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 remark DistributteInOSPF_150.2.0.0&lt;/P&gt;&lt;P&gt;access-list 101 permit ip 150.2.0.0 0.0.0.255 any&lt;/P&gt;&lt;P&gt;access-list 101 remark P2P with R1&lt;/P&gt;&lt;P&gt;access-list 101 permit ip host 10.0.1.1 any&lt;/P&gt;&lt;P&gt;access-list 101 remark P2P with R1&lt;/P&gt;&lt;P&gt;access-list 101 deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;However, after applying the access-list to the interface I can still route 150.1.0.0 being advertised through the interface eth 1/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170.7.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 170.7.7.0 [110/20] via 10.0.1.1, 00:04:17, Ethernet1/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.0.0.0/8 is directly connected, Ethernet1/1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.12/30 is directly connected, FastEthernet0/0&lt;BR /&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.1/32 [110/10] via 10.0.1.1, 00:04:17, Ethernet1/0&lt;BR /&gt;O IA&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.0/30 [110/11] via 10.0.1.1, 00:04:17, Ethernet1/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.0/29 is directly connected, Ethernet1/0&lt;BR /&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.4/30 [110/2] via 10.0.0.13, 00:04:18, FastEthernet0/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.0/24 is directly connected, FastEthernet0/1&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.1.0.0/32 is subnetted, 1 subnets&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.1.1.3 [110/11] via 10.0.1.1, 00:04:18, Ethernet1/0&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.2.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;O E1&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.2.2.0 [110/31] via 10.0.1.1, 00:04:18, Ethernet1/0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.3.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;O E2&amp;nbsp;&amp;nbsp;&amp;nbsp; 150.3.3.0 [110/20] via 10.0.0.13, 00:04:18, FastEthernet0/0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 15.0.0.0/8 is directly connected, Ethernet1/2&lt;BR /&gt;O*E2 0.0.0.0/0 [110/1] via 10.0.0.13, 00:04:18, FastEthernet0/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 11:02:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117493#M206751</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T11:02:09Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117494#M206752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Peter, appreciated &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giuseppe: I totally agree with you. In real life I use/would use the area filter-list command and not the distribute-list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 11:03:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117494#M206752</guid>
      <dc:creator>Jose Jara</dc:creator>
      <dc:date>2012-12-17T11:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117495#M206753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 11:11:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117495#M206753</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117496#M206754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realised the routes will still show with the access-lists configured - I just won't be able to access any resources within the 150.2.0.0 when the access-list is applied to the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 11:16:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117496#M206754</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117497#M206755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carlton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to distinguish between the effect of having an ACL put directly on an interface and used in a distribute-list. An ACL used on an interface using the &lt;STRONG&gt;ip access-group&lt;/STRONG&gt; command will filter &lt;STRONG&gt;packets&lt;/STRONG&gt; based on their header contents. An ACL used in a &lt;STRONG&gt;distribute-list in &lt;/STRONG&gt;will filter &lt;STRONG&gt;networks&lt;/STRONG&gt; in incoming routing updates, or in case of OSPF, &lt;STRONG&gt;networks&lt;/STRONG&gt; as they enter the routing table. Notice the subtle but very important difference - ACL on an interface does not apply to packet contents, rather to packets themselves! The distribute-list, on the other hand, filters the contents of routing protocol updates, and only routing protocol updates. Placing your ACL on the interface is not correct here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask you what IOS image are you running? The behavior of your IOS suggests there may be a bug involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have reviewed your configuration that uses the prefix-list. I do not see any obvious mistake in it. Can you revert to that configuration that uses the prefix lists, and post the output of the following commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show ip ospf neighbor&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show ip ospf database&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show ip route ospf&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show ip prefix-list&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 11:25:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117497#M206755</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-12-17T11:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117498#M206756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delayed response - I had to run out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any I have done as you asked - reverted back to original configuration you provided. I have attached the configs of the four routers in the lab and a topololgy. Below is the contents of the show commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R4#show ip ospf neighbor&lt;/P&gt;&lt;P&gt;Neighbor ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pri&amp;nbsp;&amp;nbsp; State&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dead Time&amp;nbsp;&amp;nbsp; Address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface&lt;BR /&gt;1.1.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; FULL/&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:01:59&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ethernet1/0&lt;BR /&gt;3.3.3.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; FULL/BDR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:00:36&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.0.0.13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FastEthernet0/0&lt;BR /&gt;R4#&lt;BR /&gt;R4#show ip ospf database&lt;/P&gt;&lt;P&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 (4.4.4.4) (Process ID 1)&lt;/P&gt;&lt;P&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; Router Link States (Area 0)&lt;/P&gt;&lt;P&gt;Link ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADV Router&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seq#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Checksum Link count&lt;BR /&gt;1.1.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 541&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000002 0x00CC9A 4&lt;BR /&gt;4.4.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.4.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 540&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000002 0x0028DD 5&lt;/P&gt;&lt;P&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; Summary Net Link States (Area 0)&lt;/P&gt;&lt;P&gt;Link ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADV Router&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seq#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Checksum&lt;BR /&gt;10.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 571&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000001 0x00E050&lt;BR /&gt;10.0.0.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 571&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000001 0x00B874&lt;BR /&gt;10.0.0.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.4.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 526&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000001 0x0068B7&lt;BR /&gt;10.0.0.12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 517&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000001 0x0072B1&lt;BR /&gt;10.0.0.12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.4.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 571&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000001 0x000E0B&lt;/P&gt;&lt;P&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; Summary ASB Link States (Area 0)&lt;/P&gt;&lt;P&gt;Link ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADV Router&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seq#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Checksum&lt;BR /&gt;1.1.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.4.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 516&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000001 0x00E83D&lt;BR /&gt;3.3.3.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.1.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 519&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000001 0x00DC4E&lt;BR /&gt;3.3.3.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.4.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 528&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x80000001 0x00829C&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;R4#how ip route ospf&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;% Invalid input detected at '^' marker.&lt;/P&gt;&lt;P&gt;R4#&lt;BR /&gt;R4#show ip prefix-list&lt;BR /&gt;ip prefix-list OSPF: 1 entries&lt;BR /&gt;&amp;nbsp;&amp;nbsp; seq 5 permit 150.2.2.0/24&lt;BR /&gt;R4#&lt;BR /&gt;R4#show ip route ospf &lt;BR /&gt;R4#show ip route ospf &lt;/P&gt;&lt;P&gt;R4#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 17:51:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117498#M206756</guid>
      <dc:creator>Carlton Patterson</dc:creator>
      <dc:date>2012-12-17T17:51:09Z</dc:date>
    </item>
    <item>
      <title>Configuring Distribute-lists with OSPF</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117499#M206757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize - I did not yet have the time to go over your configurations in detail. However, your output puzzles me - I see no LSA-5 being displayed in the &lt;STRONG&gt;show ip ospf database&lt;/STRONG&gt;, i.e. those topological elements that carry redistributed (external) networks. Logically, if they are not in the link-state database, the routes they contain can not be placed into the routing table. I wonder - why are they missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:44:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/configuring-distribute-lists-with-ospf/m-p/2117499#M206757</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2012-12-18T14:44:04Z</dc:date>
    </item>
  </channel>
</rss>

