<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Networking Reviews</title>
	<atom:link href="https://www.networkingreviews.com/tag/access-control-list/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.networkingreviews.com</link>
	<description></description>
	<lastBuildDate>Wed, 24 Sep 2008 06:01:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Using Cisco Access Control List to block a subnet</title>
		<link>https://www.networkingreviews.com/using-cisco-access-control-list-to-block-a-subnet/</link>
					<comments>https://www.networkingreviews.com/using-cisco-access-control-list-to-block-a-subnet/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 24 Sep 2008 06:01:43 +0000</pubDate>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[access control list]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[subnet]]></category>
		<guid isPermaLink="false">https://www.networkingreviews.com/?p=251</guid>

					<description><![CDATA[Question: I have the following ClassB network 172.31.0.0/16 that I&#8217;m trying to create an access list for. I&#8217;d like to allow 172.31.240.0/24 but deny all else, so I&#8217;m looking the best way to accomplish this with 2 acl lines. Answer: The best way to accomplish the above is to explicitly allow the subnet you want and then [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">Question:</span></strong></p>
<p>I have the following ClassB network 172.31.0.0/16 that I&#8217;m trying to create an access list for. I&#8217;d like to allow 172.31.240.0/24 but deny all else, so I&#8217;m looking the best way to accomplish this with 2 acl lines.</p>
<p><strong><span style="text-decoration: underline;">Answer:</span></strong></p>
<p>The best way to accomplish the above is to explicitly allow the subnet you want and then deny the whole Class B network as following:</p>
<p>access-list 110 permit ip 172.31.240.0 0.0.0.255<br />
access-list 110 deny ip 172.31.0.0 0.0.255.255</p>
<p>Another option with just one ACL entry would be to permit only the subnet 172.31.240.0/24 and thats it. No other ACL entries are needed since there is an implicit deny at the end of the access list statement.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.networkingreviews.com/using-cisco-access-control-list-to-block-a-subnet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
