<?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 Please refer to the in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/i-need-comand-to-deny-vlan-network-from-access-internt-on-asa/m-p/2527364#M237302</link>
    <description>&lt;P&gt;Please refer to the &lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa91/configuration/firewall/asa_91_firewall_config/access_rules.html"&gt;Configuration Guide&lt;/A&gt; and &lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/A-H/cmdref1/a1.html#pgfId-1598407"&gt;Command Reference&lt;/A&gt;. Here are the basics:&lt;/P&gt;&lt;P&gt;1. Make an object defining that VLAN:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;object network restricted_vlan&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;subnet &amp;lt;address and mask&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;2. Build the access list, making sure to allow other traffic after denying the desired network:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;access-list extended INSIDE_OUT deny ip object restricted_vlan any&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;access-list extended INSIDE_OUT permit ip any any&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;3. Apply it to your interface:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;access-group INSIDE_OUT in interface inside&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;The above assumes your interface is named "inside" and there was no pre-existing ACL applied to it.&lt;/P&gt;</description>
    <pubDate>Sun, 22 Jun 2014 15:40:10 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2014-06-22T15:40:10Z</dc:date>
    <item>
      <title>i need comand to deny vlan network from access internt on asa 5510</title>
      <link>https://community.cisco.com/t5/network-security/i-need-comand-to-deny-vlan-network-from-access-internt-on-asa/m-p/2527363#M237299</link>
      <description>&lt;P&gt;could you please show me how to deny specific network from access internet on ASA 5510 .&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:21:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-need-comand-to-deny-vlan-network-from-access-internt-on-asa/m-p/2527363#M237299</guid>
      <dc:creator>rafat.bishawi</dc:creator>
      <dc:date>2019-03-12T04:21:42Z</dc:date>
    </item>
    <item>
      <title>Please refer to the</title>
      <link>https://community.cisco.com/t5/network-security/i-need-comand-to-deny-vlan-network-from-access-internt-on-asa/m-p/2527364#M237302</link>
      <description>&lt;P&gt;Please refer to the &lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa91/configuration/firewall/asa_91_firewall_config/access_rules.html"&gt;Configuration Guide&lt;/A&gt; and &lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/A-H/cmdref1/a1.html#pgfId-1598407"&gt;Command Reference&lt;/A&gt;. Here are the basics:&lt;/P&gt;&lt;P&gt;1. Make an object defining that VLAN:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;object network restricted_vlan&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;subnet &amp;lt;address and mask&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;2. Build the access list, making sure to allow other traffic after denying the desired network:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;access-list extended INSIDE_OUT deny ip object restricted_vlan any&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;access-list extended INSIDE_OUT permit ip any any&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;3. Apply it to your interface:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;access-group INSIDE_OUT in interface inside&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;The above assumes your interface is named "inside" and there was no pre-existing ACL applied to it.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2014 15:40:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-need-comand-to-deny-vlan-network-from-access-internt-on-asa/m-p/2527364#M237302</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2014-06-22T15:40:10Z</dc:date>
    </item>
    <item>
      <title>Hi Rafat, If you want exclude</title>
      <link>https://community.cisco.com/t5/network-security/i-need-comand-to-deny-vlan-network-from-access-internt-on-asa/m-p/2527365#M237304</link>
      <description>&lt;P&gt;Hi Rafat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want exclude a specific network from accessing the Internet, all you have to do is, exclude that specific network from dynamic-nat, below config includes only the network I want to be in dynamic nat to outside interface of the firewall.&lt;/P&gt;&lt;P&gt;Those network not in the object-group "inside-networks-for-dyna-nat" will not be subjected &amp;nbsp;to dynamic nat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object-group network inside-networks-for-dyna-nat&lt;BR /&gt;&amp;nbsp;network-object 192.168.200.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;network-object 192.168.210.0 255.255.255.0&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list inside-nat-out extended permit ip object-group inside-networks-for-dyna-nat&amp;nbsp; any&amp;nbsp;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 access-list &amp;nbsp;inside-nat-out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rizwan Rafeek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 02:30:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/i-need-comand-to-deny-vlan-network-from-access-internt-on-asa/m-p/2527365#M237304</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2014-06-23T02:30:57Z</dc:date>
    </item>
  </channel>
</rss>

