<?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: EIGRP Route Filtering with ACL issue in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4713243#M374193</link>
    <description>&lt;P&gt;It is interesting that all of the routes that you show us are external. And it is interesting that the eigrp config that you post is for AS 2 and includes&lt;/P&gt;
&lt;PRE&gt;redistribute eigrp 10&lt;/PRE&gt;
&lt;P&gt;What can you tell us about eigrp 10?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 09:47:19 GMT</pubDate>
    <dc:creator>Richard Burts</dc:creator>
    <dc:date>2022-11-03T09:47:19Z</dc:date>
    <item>
      <title>EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4711915#M374141</link>
      <description>&lt;P&gt;I am doing route filtering with acl for an EIGRP AS.&amp;nbsp; I have an issue with two /24 of a /20 that are coming through even though there is a deny statement for those networks.&lt;/P&gt;
&lt;P&gt;The subnets in particular are 172.26.110.0/24 and 172.26.120.0/24&lt;/P&gt;
&lt;P&gt;Here is my ACL&lt;/P&gt;
&lt;PRE&gt;access-list 5 remark Filter incoming routes from Somewhere&lt;BR /&gt;access-list 5 deny 172.26.110.0 0.0.0.255&lt;BR /&gt;access-list 5 deny 172.26.120.0 0.0.0.255&lt;BR /&gt;access-list 5 permit 172.26.0.0 0.0.255.255&lt;BR /&gt;access-list 5 deny any&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my EIGRP config for this AS.&lt;/P&gt;
&lt;PRE&gt;router eigrp Somewhere&lt;BR /&gt;!&lt;BR /&gt;address-family ipv4 unicast autonomous-system 2&lt;BR /&gt;!&lt;BR /&gt;af-interface default&lt;BR /&gt;passive-interface&lt;BR /&gt;exit-af-interface&lt;BR /&gt;!&lt;BR /&gt;af-interface Vlan1023&lt;BR /&gt;no passive-interface&lt;BR /&gt;exit-af-interface&lt;BR /&gt;!&lt;BR /&gt;topology base&lt;BR /&gt;distribute-list 5 in Vlan1023&lt;BR /&gt;redistribute eigrp 10&lt;BR /&gt;exit-af-topology&lt;BR /&gt;network 10.162.23.0 0.0.0.255&lt;BR /&gt;eigrp stub connected redistributed&lt;BR /&gt;exit-address-family&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And when I do a show ip route, the bolded routes come through even though I am denying part of the subnet.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;172.26.0.0/16 is variably subnetted, 14 subnets, 6 masks&lt;BR /&gt;D EX 172.26.0.0/20 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;D EX 172.26.0.254/32 [170/117760] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;D EX 172.26.32.0/21 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;D EX 172.26.48.0/20 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;D EX 172.26.64.0/19 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;&lt;STRONG&gt;D EX 172.26.96.0/20 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;D EX 172.26.112.0/20 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;/STRONG&gt;&lt;BR /&gt;D EX 172.26.128.0/20 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;D EX 172.26.144.0/20 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;D EX 172.26.160.0/20 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;D EX 172.26.224.0/24 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;BR /&gt;D EX 172.26.252.0/22 [170/51722240] via 10.162.23.253, 1w0d, Vlan1023&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you not deny part of a bigger subnet that you are allowing through? I've added static routes to the /24 networks so the routing is fine, but I would like the route filtering to work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:45:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4711915#M374141</guid>
      <dc:creator>trilerian1</dc:creator>
      <dc:date>2022-11-03T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4711972#M374143</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Edited as I didnt see the distribute list applied.&lt;/P&gt;&lt;P&gt;Are you able to ping the devices that you are trying to block form that device?&lt;/P&gt;&lt;P&gt;If you are only blocking part of the subnet it will still allow the subnet as a whole to be advertised. It looks to be working as intended.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-David&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 16:25:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4711972#M374143</guid>
      <dc:creator>David Ruess</dc:creator>
      <dc:date>2022-10-27T16:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4711994#M374144</link>
      <description>&lt;P&gt;Thanks, I will look into a prefix list.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 16:47:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4711994#M374144</guid>
      <dc:creator>trilerian1</dc:creator>
      <dc:date>2022-10-27T16:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4712209#M374158</link>
      <description>&lt;P&gt;can you check&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;show access-list&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;see if match is hit the 0.0.0.255 or 0.0.255.255&amp;nbsp;&lt;BR /&gt;share here if you can&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:46:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4712209#M374158</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-11-03T09:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4713243#M374193</link>
      <description>&lt;P&gt;It is interesting that all of the routes that you show us are external. And it is interesting that the eigrp config that you post is for AS 2 and includes&lt;/P&gt;
&lt;PRE&gt;redistribute eigrp 10&lt;/PRE&gt;
&lt;P&gt;What can you tell us about eigrp 10?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:47:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4713243#M374193</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2022-11-03T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4713317#M374203</link>
      <description>&lt;P&gt;Those two /24 are not in the route table just the the smmary is.&lt;BR /&gt;If you summarize a subnet as long as a single network/interfface related to the larger subnet is active and in the route table the summary will be advertised.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Oct 2022 04:31:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4713317#M374203</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2022-10-30T04:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714225#M374281</link>
      <description>&lt;P&gt;This router is an edge router and redistributes routes from two different AS to the other based on ACL filtering.&amp;nbsp; I guess the ACL needs to change or I need to come up with something different.&amp;nbsp; When I started researching how to filter the routes there were three different methods: ACL, prefix, and route map.&amp;nbsp; I think I am going to go look at route maps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 12:52:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714225#M374281</guid>
      <dc:creator>trilerian1</dc:creator>
      <dc:date>2022-11-01T12:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714231#M374282</link>
      <description>&lt;P&gt;Quick question.&amp;nbsp; If on the other end, outgoing acl for filtering, if those /24s are filtered but the /16 is allowed after the deny for the /24, would it still summarize the entire /16?&amp;nbsp; If so, what is the easiest way to deny specific /24s of a /16 in a filter?&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason why I need to do this: routes that I don't want to come through are part of ipsec tunnels on the firewall, so I don't want these other routes to exist at all.&amp;nbsp; On this router I can create more specific routes to the firewall for those networks, and that is what I have done.&amp;nbsp; But the idea is to filter out any unwanted routes to begin with.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 13:03:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714231#M374282</guid>
      <dc:creator>trilerian1</dc:creator>
      <dc:date>2022-11-01T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714303#M374289</link>
      <description>&lt;P&gt;can you share the&lt;/P&gt;
&lt;PRE&gt;show access-list ?&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;I want to see which line is hit and which not hit&lt;/P&gt;
&lt;P&gt;for me I always use&lt;/P&gt;
&lt;PRE&gt;prefix-list&lt;/PRE&gt;
&lt;P&gt;not ACL&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://loopedback.com/2017/05/10/eigrp-deep-dive-into-prefix-list-configurations-access-list-vs-prefix-list-using-prefix-lists-to-filter-eigrp-routes-with-distribute-lists/" target="_blank" rel="noopener"&gt;https://loopedback.com/2017/05/10/eigrp-deep-dive-into-prefix-list-configurations-access-list-vs-prefix-list-using-prefix-lists-to-filter-eigrp-routes-with-distribute-lists/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:49:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714303#M374289</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-11-03T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714305#M374290</link>
      <description>&lt;PRE&gt;&lt;BR /&gt;60 deny 172.26.110.0, wildcard bits 0.0.0.255&lt;BR /&gt;70 deny 172.26.120.0, wildcard bits 0.0.0.255&lt;BR /&gt;90 permit 172.26.0.0, wildcard bits 0.0.255.255 (24 matches)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like it does nothing with those /24s.&amp;nbsp; But, they are also smaller parts of those routes, I wonder if I deny the /20 if it would still show...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:51:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714305#M374290</guid>
      <dc:creator>trilerian1</dc:creator>
      <dc:date>2022-11-03T09:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714310#M374292</link>
      <description>&lt;P&gt;&lt;A href="https://ine.com/blog/2008-01-04-using-extended-access-lists-in-a-distribute-list" target="_blank"&gt;https://ine.com/blog/2008-01-04-using-extended-access-lists-in-a-distribute-list&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;check this link, I think you need to more modify wildcard 0.0.255.255 &amp;lt;&amp;lt;-&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 15:31:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714310#M374292</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-11-01T15:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714317#M374293</link>
      <description>&lt;P&gt;Replying to my own post.&amp;nbsp; That did the trick...&lt;/P&gt;
&lt;PRE&gt;60 deny 172.26.96.0, wildcard bits 0.0.15.255 (2 matches)&lt;BR /&gt;70 deny 172.26.112.0, wildcard bits 0.0.15.255 (2 matches)&lt;BR /&gt;&lt;BR /&gt;90 permit 172.26.0.0, wildcard bits 0.0.255.255 (20 matches)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:52:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714317#M374293</guid>
      <dc:creator>trilerian1</dc:creator>
      <dc:date>2022-11-03T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714326#M374295</link>
      <description>&lt;P&gt;Yes, as I mention before I prefer use&lt;/P&gt;
&lt;PRE&gt;prefix-list,&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;and if you use distribute access list always check it with&lt;/P&gt;
&lt;PRE&gt;show access-list&lt;/PRE&gt;
&lt;P&gt;to modify it.&lt;/P&gt;
&lt;P&gt;good job Friend.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:54:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714326#M374295</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-11-03T09:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: EIGRP Route Filtering with ACL issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714340#M374297</link>
      <description>&lt;P&gt;I am a bit confused about what is going on here. The&lt;/P&gt;
&lt;PRE&gt;show access list &lt;/PRE&gt;
&lt;P&gt;does not show any hits on the deny /24 statements but does show hits on the deny /16 statement. I do agree that using a&lt;/P&gt;
&lt;PRE&gt;prefix list &lt;/PRE&gt;
&lt;P&gt;might be more effective here and an access list.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 09:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/eigrp-route-filtering-with-acl-issue/m-p/4714340#M374297</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2022-11-03T09:55:42Z</dc:date>
    </item>
  </channel>
</rss>

