<?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 Rate Limiting on ISP router in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/rate-limiting-on-isp-router/m-p/781055#M420791</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have multiple internal lans/networks sharing a common internet pipe/link terminated on a Cisco router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have seperate NAT IPs ( Public IPs ) configured for each network to differentiate them from one another outside the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I want to do a QOS on my internet router by restricting a maximum of 1 Mb internet bandwidth for each internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Presently i have configured a rate-limiting command on my interface with a matching ACL.&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description ### MY ISP facing interface ###&lt;/P&gt;&lt;P&gt; ip address xxx.xxx.xxx.xxx 255.255.255.252&lt;/P&gt;&lt;P&gt; rate-limit input access-group 101 1024000 64000 64000 conform-action transmit exceed-action drop&lt;/P&gt;&lt;P&gt; rate-limit output access-group 102 1024000 64000 64000 conform-action transmit exceed-action drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 remark ### input ACL 4 BW Cap test for network1 ###&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any host network1-NAT-IP&lt;/P&gt;&lt;P&gt;access-list 101 remark ### deny any any ###&lt;/P&gt;&lt;P&gt;access-list 101 deny   ip any any&lt;/P&gt;&lt;P&gt;access-list 102 remark ### output ACL 4 BW Cap test for network1 ###&lt;/P&gt;&lt;P&gt;access-list 102 permit ip host network1-NAT-IP any&lt;/P&gt;&lt;P&gt;access-list 102 remark ### deny any any ###&lt;/P&gt;&lt;P&gt;access-list 102 deny   ip any any&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) What will happen if i add one more NAT-IP in my rate-limit matching ACL as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 remark ### input ACL 4 BW Cap test for network1 ###&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any host network1-NAT-IP&lt;/P&gt;&lt;P&gt;access-list 101 remark ### input ACL 4 BW Cap test for network2 ###&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any host network2-NAT-IP&lt;/P&gt;&lt;P&gt;access-list 101 remark ### deny any any ###&lt;/P&gt;&lt;P&gt;access-list 101 deny   ip any any&lt;/P&gt;&lt;P&gt;access-list 102 remark ### output ACL 4 BW Cap test for network1 ###&lt;/P&gt;&lt;P&gt;access-list 102 permit ip host network1-NAT-IP any&lt;/P&gt;&lt;P&gt;access-list 101 remark ### input ACL 4 BW Cap test for network2 ###&lt;/P&gt;&lt;P&gt;access-list 102 permit ip host network2-NAT-IP any&lt;/P&gt;&lt;P&gt;access-list 102 remark ### deny any any ###&lt;/P&gt;&lt;P&gt;access-list 102 deny   ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!! a) Will my second network ( network2-NAT-IP) will also have a maximum BW cap of 1 Mb &lt;/P&gt;&lt;P&gt;!! b) Is so can I add all more QOS needed NAT IPs to this matching ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help regarding the same is appreciated&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 22:09:03 GMT</pubDate>
    <dc:creator>rajakumar.P</dc:creator>
    <dc:date>2019-03-10T22:09:03Z</dc:date>
    <item>
      <title>Rate Limiting on ISP router</title>
      <link>https://community.cisco.com/t5/network-access-control/rate-limiting-on-isp-router/m-p/781055#M420791</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have multiple internal lans/networks sharing a common internet pipe/link terminated on a Cisco router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have seperate NAT IPs ( Public IPs ) configured for each network to differentiate them from one another outside the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like this ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I want to do a QOS on my internet router by restricting a maximum of 1 Mb internet bandwidth for each internal network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Presently i have configured a rate-limiting command on my interface with a matching ACL.&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description ### MY ISP facing interface ###&lt;/P&gt;&lt;P&gt; ip address xxx.xxx.xxx.xxx 255.255.255.252&lt;/P&gt;&lt;P&gt; rate-limit input access-group 101 1024000 64000 64000 conform-action transmit exceed-action drop&lt;/P&gt;&lt;P&gt; rate-limit output access-group 102 1024000 64000 64000 conform-action transmit exceed-action drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 remark ### input ACL 4 BW Cap test for network1 ###&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any host network1-NAT-IP&lt;/P&gt;&lt;P&gt;access-list 101 remark ### deny any any ###&lt;/P&gt;&lt;P&gt;access-list 101 deny   ip any any&lt;/P&gt;&lt;P&gt;access-list 102 remark ### output ACL 4 BW Cap test for network1 ###&lt;/P&gt;&lt;P&gt;access-list 102 permit ip host network1-NAT-IP any&lt;/P&gt;&lt;P&gt;access-list 102 remark ### deny any any ###&lt;/P&gt;&lt;P&gt;access-list 102 deny   ip any any&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) What will happen if i add one more NAT-IP in my rate-limit matching ACL as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 remark ### input ACL 4 BW Cap test for network1 ###&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any host network1-NAT-IP&lt;/P&gt;&lt;P&gt;access-list 101 remark ### input ACL 4 BW Cap test for network2 ###&lt;/P&gt;&lt;P&gt;access-list 101 permit ip any host network2-NAT-IP&lt;/P&gt;&lt;P&gt;access-list 101 remark ### deny any any ###&lt;/P&gt;&lt;P&gt;access-list 101 deny   ip any any&lt;/P&gt;&lt;P&gt;access-list 102 remark ### output ACL 4 BW Cap test for network1 ###&lt;/P&gt;&lt;P&gt;access-list 102 permit ip host network1-NAT-IP any&lt;/P&gt;&lt;P&gt;access-list 101 remark ### input ACL 4 BW Cap test for network2 ###&lt;/P&gt;&lt;P&gt;access-list 102 permit ip host network2-NAT-IP any&lt;/P&gt;&lt;P&gt;access-list 102 remark ### deny any any ###&lt;/P&gt;&lt;P&gt;access-list 102 deny   ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!! a) Will my second network ( network2-NAT-IP) will also have a maximum BW cap of 1 Mb &lt;/P&gt;&lt;P&gt;!! b) Is so can I add all more QOS needed NAT IPs to this matching ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help regarding the same is appreciated&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:09:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/rate-limiting-on-isp-router/m-p/781055#M420791</guid>
      <dc:creator>rajakumar.P</dc:creator>
      <dc:date>2019-03-10T22:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rate Limiting on ISP router</title>
      <link>https://community.cisco.com/t5/network-access-control/rate-limiting-on-isp-router/m-p/781056#M420792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a) Your second network would also have the same set of parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) You can more networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hoogen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate this post if it helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 05:23:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/rate-limiting-on-isp-router/m-p/781056#M420792</guid>
      <dc:creator>hoogen_82</dc:creator>
      <dc:date>2007-05-09T05:23:42Z</dc:date>
    </item>
  </channel>
</rss>

