<?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: To block url on differnet vlans. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084719#M913714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ofcource u can &lt;/P&gt;&lt;P&gt;as long as those VLANs have diffrent ip addressing&lt;/P&gt;&lt;P&gt;then u can control whos to be included in a such policy and whos not based on the source IP address&lt;/P&gt;&lt;P&gt;also u can achive it by using ACLs,class-map and policy map with http inspection using MPF on cisco ASA and block certain websites and u can exclude on or more subnets (vlan) or hosts based on the source IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example lets say u wanna exclude vlan 2 from http and url filltering and include anything else to be passed to CSC modul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list csc-acl deny tcp 192.168.2.0 255.255.255.0 any eq www&lt;/P&gt;&lt;P&gt;access-list csc-acl permit tcp any any eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map csc-class&lt;/P&gt;&lt;P&gt;match access-list csc-acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class csc-class&lt;/P&gt;&lt;P&gt;csc fail-open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case evry http traffic will be passed and inspected by the CSC except vlan 2 traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can make whatever permit or deny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, if helpful Rate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Aug 2008 14:42:07 GMT</pubDate>
    <dc:creator>Marwan ALshawi</dc:creator>
    <dc:date>2008-08-30T14:42:07Z</dc:date>
    <item>
      <title>To block url on differnet vlans.</title>
      <link>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084718#M913706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would like to is the possibilty of blocking completley from a range of ip addresses in a vlan.&lt;/P&gt;&lt;P&gt;Design is something.&lt;/P&gt;&lt;P&gt;ASA--&amp;gt;Switch (L3)----&amp;gt;Internal users in diffrent vlans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the Vlans are on L3 switch.something like vlan1 on192.168.1.0/24,vlan2 on 192.168.2.0/24,vlan3 192.168.3.0/24 and so on..&lt;/P&gt;&lt;P&gt;None of the vlans can talk to each other as they belong to different departments,but can go to the internet and can access all the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here want to block most of the urls on say vlan3 and allow few.On rest of the VLANS don't want to restrict the urls etc.&lt;/P&gt;&lt;P&gt;Is this possible if going with a csc module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:37:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084718#M913706</guid>
      <dc:creator>sushil</dc:creator>
      <dc:date>2019-03-11T13:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: To block url on differnet vlans.</title>
      <link>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084719#M913714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ofcource u can &lt;/P&gt;&lt;P&gt;as long as those VLANs have diffrent ip addressing&lt;/P&gt;&lt;P&gt;then u can control whos to be included in a such policy and whos not based on the source IP address&lt;/P&gt;&lt;P&gt;also u can achive it by using ACLs,class-map and policy map with http inspection using MPF on cisco ASA and block certain websites and u can exclude on or more subnets (vlan) or hosts based on the source IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example lets say u wanna exclude vlan 2 from http and url filltering and include anything else to be passed to CSC modul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list csc-acl deny tcp 192.168.2.0 255.255.255.0 any eq www&lt;/P&gt;&lt;P&gt;access-list csc-acl permit tcp any any eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map csc-class&lt;/P&gt;&lt;P&gt;match access-list csc-acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class csc-class&lt;/P&gt;&lt;P&gt;csc fail-open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case evry http traffic will be passed and inspected by the CSC except vlan 2 traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can make whatever permit or deny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, if helpful Rate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2008 14:42:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084719#M913714</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-30T14:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: To block url on differnet vlans.</title>
      <link>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084720#M913719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - see the below url for the configuration, just replace the source "any" in the "inside_mpc" access-list to the IP address of the VLAN to you want to block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/ps6120/products_configuration_example09186a0080940c5a.shtml" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/ps6120/products_configuration_example09186a0080940c5a.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/ps6120/products_configuration_example09186a0080940e04.shtml" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/ps6120/products_configuration_example09186a0080940e04.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2008 14:42:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084720#M913719</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-08-30T14:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: To block url on differnet vlans.</title>
      <link>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084721#M913722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your info gentlemen.&lt;/P&gt;&lt;P&gt;Presently using 5510 sec bun.&lt;/P&gt;&lt;P&gt;What all I need to add in terms of licenses/module.Is it CSC module and license or is it the one or same thing.How mature is this csc module in ASA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 11:21:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084721#M913722</guid>
      <dc:creator>sushil</dc:creator>
      <dc:date>2008-09-01T11:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: To block url on differnet vlans.</title>
      <link>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084722#M913725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot comment on the CSC - as I have not used it, however the below link might help you:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/ps6823/product_data_sheet0900aecd80402e4f_ps6120_Products_Data_Sheet.html" target="_blank"&gt;http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/ps6823/product_data_sheet0900aecd80402e4f_ps6120_Products_Data_Sheet.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 13:33:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/to-block-url-on-differnet-vlans/m-p/1084722#M913725</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2008-09-01T13:33:06Z</dc:date>
    </item>
  </channel>
</rss>

