<?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: Setup Bandwidth Limit on V-Lans in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230109#M859429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest to do a QOS or Rate-limit would be the easy way to get this done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a router or switch. If ASA you will have to do QOS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 09:31:18 GMT</pubDate>
    <dc:creator>Pravin Phadte</dc:creator>
    <dc:date>2009-06-10T09:31:18Z</dc:date>
    <item>
      <title>Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230108#M859424</link>
      <description>&lt;P&gt;Hi, I am wondering of how to setup the bandwidth limit on following V-LANS. We have 2 MBPS 1:1 lease line and the downloading speed comes max upto 180 to 200 KB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) NOC (192.168.12.0/24)&lt;/P&gt;&lt;P&gt;2) DEV (192.168.13.0/24)&lt;/P&gt;&lt;P&gt;3) QA  (192.168.14.0/24)&lt;/P&gt;&lt;P&gt;4) Tech(192.168.15.0/24)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, Internet is on and when users downloading anything from any V-lans then it consumes higher bandwidth which could have resulted Network gets chowk and it affects buisness production activities. Now I want to setup a limited bandwidth for entire V-lan like assign only upto 30kb downloading for QA V-Lan and same for other except NOC V-LAN. Can anyone suggest is it possible as I know it can be done by QOS but I am not so much perfect in QOS commands so I would request to experts please expain briefly with commands, if possible.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:40:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230108#M859424</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2019-03-11T15:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230109#M859429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest to do a QOS or Rate-limit would be the easy way to get this done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a router or switch. If ASA you will have to do QOS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:31:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230109#M859429</guid>
      <dc:creator>Pravin Phadte</dc:creator>
      <dc:date>2009-06-10T09:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230110#M859436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this config, QA VLAN will get only 30KB, but the usage of WAN link may be bigger, because you can only limit traffic when egress from ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list traffic_QA extended permit ip any 192.168.14.0 255.255.255.255&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;class-map traffic_QA&lt;/P&gt;&lt;P&gt; match access-list traffic_QA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map limit_QA_out&lt;/P&gt;&lt;P&gt; class traffic_QA&lt;/P&gt;&lt;P&gt;  police output 30000 60000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy limit_QA_out interface VL_QA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Guido.&lt;/P&gt;&lt;P&gt;&lt;FONT color="blue"&gt;Please rate all the helpful comments.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 11:50:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230110#M859436</guid>
      <dc:creator>BrinksArgentina</dc:creator>
      <dc:date>2009-06-11T11:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230111#M859440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thank you for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"but the usage of WAN link may be bigger, because you can only limit traffic when egress from ASA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't understand the meaning of above sentence. Can you pls expain it briefly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 06:13:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230111#M859440</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2009-06-12T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230112#M859445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QoS for inbound traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I review all and make some testing and finally found how this must be done.&lt;/P&gt;&lt;P&gt;Yes, you CAN throttle down inbound traffic.&lt;/P&gt;&lt;P&gt;The only consideration is that you must specify the outside address, so you must create a different pool for each VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 200.1.1.2&lt;/P&gt;&lt;P&gt;global (outside) 2 200.1.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (NOC) 1 192.168.12.0 255.255.255.0&lt;/P&gt;&lt;P&gt;nat (QA) 2 192.168.14.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list traffic_wwwNOC extended permit ip any host 200.1.1.2&lt;/P&gt;&lt;P&gt;access-list traffic_wwwQA extended permit ip any host 200.1.1.2&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;class-map class_wwwNOC&lt;/P&gt;&lt;P&gt; match access-list traffic_wwwNOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map class_wwwQA&lt;/P&gt;&lt;P&gt; match access-list traffic_wwwQA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map limit_outside&lt;/P&gt;&lt;P&gt; class class_wwwNOC&lt;/P&gt;&lt;P&gt;  police input 1500000 60000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; class class_wwwQA&lt;/P&gt;&lt;P&gt;  police input 300000 30000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy limit_outside interface outside&lt;/P&gt;&lt;P&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/docs/security/asa/asa80/configuration/guide/qos.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/qos.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Guido.&lt;/P&gt;&lt;P&gt;&lt;FONT color="blue"&gt;Please rate all the helpful comments.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 13:18:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230112#M859445</guid>
      <dc:creator>BrinksArgentina</dc:creator>
      <dc:date>2009-06-12T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230113#M859450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, If I am using below commands in my configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface outside&lt;/P&gt;&lt;P&gt;global (outside) 2 interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What commands needs to be changed???&lt;/P&gt;&lt;P&gt;Pls explain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 06:32:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230113#M859450</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2009-06-13T06:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230114#M859454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a public address for each VLAN with a different policy shaping.&lt;/P&gt;&lt;P&gt;For instance, if your outside ip address is 200.1.1.2 255.255.255.248, you can use:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 interface outside&lt;/P&gt;&lt;P&gt;global (outside) 2 200.1.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list traffic_wwwNOC extended permit ip any host 200.1.1.2 &lt;/P&gt;&lt;P&gt;access-list traffic_wwwQA extended permit ip any host &lt;B&gt;200.1.1.3&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use for the global pool, an address curently used for PAT. For example if you have something like that:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;static (inside,outside) tcp 200.1.1.3 80 192.168.12.20 80 netmask 255.255.255.255 &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt; ... this is not a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Witch is the netmask of your public address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="green"&gt;Please note that I made a mistake in the acl of the previus post. Each acl must point to the correspondig public address of the global pool.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Guido.&lt;/P&gt;&lt;P&gt;&lt;FONT color="blue"&gt;Please rate all the helpful comments.&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 21:06:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230114#M859454</guid>
      <dc:creator>BrinksArgentina</dc:creator>
      <dc:date>2009-06-13T21:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230115#M859457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 2mbps link and 4 vlans are placed on ASA FW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) NOC   192.168.12.0&lt;/P&gt;&lt;P&gt;2) QA    192.168.15.0&lt;/P&gt;&lt;P&gt;3) Tech  192.168.21.0&lt;/P&gt;&lt;P&gt;4) DEV   192.168.14.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to set the download speed 30 kb for entire V-LAN. I want to allow 150 KB bandwith for QA V-lan for STS DC Tunnel. I want to allow 150 KB Bandwidth for Techsol V-LAN for 192.168.59.109 host which is placed Sterling STS Tunnel.&lt;/P&gt;&lt;P&gt;Pls. explain the commands. Thnaks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 12:04:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230115#M859457</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2009-08-06T12:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230116#M859459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls. advice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 05:00:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230116#M859459</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2009-08-07T05:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230117#M859462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many public IP addresses do you have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need a /28 at least. One public IP for each global nat pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 11:13:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230117#M859462</guid>
      <dc:creator>BrinksArgentina</dc:creator>
      <dc:date>2009-08-07T11:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230118#M859465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, we have 16 public IP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 15:04:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230118#M859465</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2009-08-07T15:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230119#M859467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 04:40:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230119#M859467</guid>
      <dc:creator>ray_stone</dc:creator>
      <dc:date>2009-08-08T04:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Bandwidth Limit on V-Lans</title>
      <link>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230120#M859468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have tested the previously posted commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(replace 200.1.1.x with you public address)&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 &lt;FONT color="green"&gt;200.1.1.2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;global (outside) 2 &lt;FONT color="green"&gt;200.1.1.3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (NOC) 1 192.168.12.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;nat (QA) 2 192.168.14.0 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list traffic_wwwNOC extended permit ip any host &lt;FONT color="green"&gt;200.1.1.2&lt;/FONT&gt; &lt;/P&gt;&lt;P&gt;access-list traffic_wwwQA extended permit ip any host &lt;FONT color="green"&gt;200.1.1.3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="blue"&gt;!identify traffic:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;class-map class_wwwNOC &lt;/P&gt;&lt;P&gt;match access-list traffic_wwwNOC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map class_wwwQA &lt;/P&gt;&lt;P&gt;match access-list traffic_wwwQA &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="blue"&gt;!apply different shaping to each class of traffic:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;policy-map limit_outside &lt;/P&gt;&lt;P&gt;class class_wwwNOC &lt;/P&gt;&lt;P&gt;police input 1500000 60000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class class_wwwQA &lt;/P&gt;&lt;P&gt;police input 300000 30000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="blue"&gt;!enable service-policy on the interface:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;service-policy limit_outside interface outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2009 23:13:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setup-bandwidth-limit-on-v-lans/m-p/1230120#M859468</guid>
      <dc:creator>BrinksArgentina</dc:creator>
      <dc:date>2009-08-09T23:13:45Z</dc:date>
    </item>
  </channel>
</rss>

