<?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 Hi Greg; Short answer, it in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761674#M192804</link>
    <description>&lt;P&gt;Hi Greg;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Short answer, it does grant access to everything. Having that, is the same as doing the any any you did before.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reasoning behind why it does not have access to the rest of the internal network might be routing, NAT or even an ACL on the internal interface, but I would be it is not on the wireless side.&lt;/P&gt;&lt;P&gt;You can try to run a "packet-tracer" to other internal resources, and probably would result in allow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, the reasoning why it does not let other assets to be accessed may require a look at the rest of the config.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Aug 2015 17:14:20 GMT</pubDate>
    <dc:creator>Maykol Rojas</dc:creator>
    <dc:date>2015-08-14T17:14:20Z</dc:date>
    <item>
      <title>Question about implicit rule to less secure networks</title>
      <link>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761673#M192802</link>
      <description>&lt;P&gt;Okay, I had a long question written out, and that triggered something in my head and I fixed my issue. &amp;nbsp;But that leaves me with a question: why did it work?&lt;/P&gt;&lt;P&gt;So I was having problems with accessing an internal camera from our&amp;nbsp;wireless network, which are on different subnets. &amp;nbsp;The wireless network has a security level of 10, so has access to pretty much just the internet. I was able to get access from the wireless network to the internal camera with the acl: access-list CLC_Wireless_access_in line 1 extended permit ip 192.168.x.0 255.255.255.128 host 192.168.xx.51.&lt;/P&gt;&lt;P&gt;Originally I tried this, but it removed the implicit access to less secure networks, and I lost connection to the internet. Then I tried an 'any any' rule for the wireless, but that allowed access to the entire internal network, which I didn't want. &amp;nbsp;So then I tried both, sort of. I used the&amp;nbsp;&amp;nbsp;acl to the camera (above)&amp;nbsp;and then this one, 'wireless to any': access-list CLC_Wireless_access_in line 2 extended permit ip 192.168.x.0 255.255.255.128 any&lt;/P&gt;&lt;P&gt;And now I have what I want, access from the wireless to the camera (not the rest of the internal network) and access to the internet. &amp;nbsp;My question is: why does the 'wireless to any' acl not grant access to the rest of the internal network? &amp;nbsp;I figured it was because that implicit rule only to less secure networks is still there, behind the scenes blocking traffic to a higher security level. So does an 'any any' on the wireless allow all traffic, and a 'wireless to any' allow all traffic to less secure networks?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;- Greg&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:25:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761673#M192802</guid>
      <dc:creator>gbromleyclc</dc:creator>
      <dc:date>2019-03-12T06:25:51Z</dc:date>
    </item>
    <item>
      <title>Hi Greg; Short answer, it</title>
      <link>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761674#M192804</link>
      <description>&lt;P&gt;Hi Greg;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Short answer, it does grant access to everything. Having that, is the same as doing the any any you did before.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reasoning behind why it does not have access to the rest of the internal network might be routing, NAT or even an ACL on the internal interface, but I would be it is not on the wireless side.&lt;/P&gt;&lt;P&gt;You can try to run a "packet-tracer" to other internal resources, and probably would result in allow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, the reasoning why it does not let other assets to be accessed may require a look at the rest of the config.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 17:14:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761674#M192804</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2015-08-14T17:14:20Z</dc:date>
    </item>
    <item>
      <title>Thanks for the quick response</title>
      <link>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761675#M192806</link>
      <description>&lt;P&gt;Thanks for the quick response Mike!&lt;/P&gt;&lt;P&gt;So what would be the correct way to accomplish access from the wireless network&amp;nbsp;to the camera and outbound to the internet?&lt;/P&gt;&lt;P&gt;Is there any way to have the acl for the camera in place and put the implicit 'allow access to less secure networks' back in before the implicit 'deny' blocks everything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 18:25:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761675#M192806</guid>
      <dc:creator>gbromleyclc</dc:creator>
      <dc:date>2015-08-14T18:25:49Z</dc:date>
    </item>
    <item>
      <title>Gregpermit the wireless</title>
      <link>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761676#M192809</link>
      <description>&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;permit the wireless subnet to the specific host&lt;BR /&gt;deny the wireless subnet to the rest of the internal network&lt;BR /&gt;permit the wireless subnet to any&lt;/P&gt;&lt;P&gt;note if there are any other higher security interfaces connected to networks you would need to deny those as well before the permit to any at the end.&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 19:03:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-implicit-rule-to-less-secure-networks/m-p/2761676#M192809</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2015-08-14T19:03:54Z</dc:date>
    </item>
  </channel>
</rss>

