<?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: about traffic shaping in Routing</title>
    <link>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852275#M384778</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1304023"&gt;@historicalswimming&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Basic config to adapt following your equipement and you case:&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;description LAN interface&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;BR /&gt;description WAN interface&lt;BR /&gt;ip address 100.0.0.1 255.255.255.0&lt;BR /&gt;service-policy output SHAPE-TRAFFIC&lt;/P&gt;&lt;P&gt;class-map match-any TRAFFIC&lt;BR /&gt;match any&lt;/P&gt;&lt;P&gt;policy-map SHAPE-TRAFFIC&lt;BR /&gt;class TRAFFIC&lt;BR /&gt;shape average 20000000&lt;/P&gt;&lt;P&gt;--Class-map match any traffic,&amp;nbsp;&lt;SPAN&gt;the service-policy is applied directly to the WAN interface (GigabitEthernet0/1). This ensures that all outgoing traffic on the WAN interface will be shaped to a rate of 20 Mbps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 11:40:48 GMT</pubDate>
    <dc:creator>M02@rt37</dc:creator>
    <dc:date>2023-06-10T11:40:48Z</dc:date>
    <item>
      <title>about traffic shaping</title>
      <link>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852234#M384772</link>
      <description>&lt;P&gt;Could you please&amp;nbsp; give me the simplest configuration&amp;nbsp; to&amp;nbsp; shape&amp;nbsp; all outgoing traffic&amp;nbsp; in cisco iou GNS3 to 20 mpbs ?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 08:37:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852234#M384772</guid>
      <dc:creator>historicalswimming</dc:creator>
      <dc:date>2023-06-10T08:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: about traffic shaping</title>
      <link>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852257#M384775</link>
      <description>&lt;P&gt;For what device running what IOS?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 10:25:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852257#M384775</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2023-06-10T10:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: about traffic shaping</title>
      <link>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852275#M384778</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1304023"&gt;@historicalswimming&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Basic config to adapt following your equipement and you case:&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;description LAN interface&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;BR /&gt;description WAN interface&lt;BR /&gt;ip address 100.0.0.1 255.255.255.0&lt;BR /&gt;service-policy output SHAPE-TRAFFIC&lt;/P&gt;&lt;P&gt;class-map match-any TRAFFIC&lt;BR /&gt;match any&lt;/P&gt;&lt;P&gt;policy-map SHAPE-TRAFFIC&lt;BR /&gt;class TRAFFIC&lt;BR /&gt;shape average 20000000&lt;/P&gt;&lt;P&gt;--Class-map match any traffic,&amp;nbsp;&lt;SPAN&gt;the service-policy is applied directly to the WAN interface (GigabitEthernet0/1). This ensures that all outgoing traffic on the WAN interface will be shaped to a rate of 20 Mbps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 11:40:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852275#M384778</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-06-10T11:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: about traffic shaping</title>
      <link>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852305#M384793</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;You could apply a simple Hqos policy to traffic shape to 20MB&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;access-list 1 permit any&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;class-map&amp;nbsp; all_traffic_cm&lt;BR /&gt;&lt;/EM&gt;&lt;EM&gt;match access-group 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;BR /&gt;policy_map child_pm&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;class all_traffic_cm&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;fair-queue&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;policy_map&amp;nbsp;&lt;/EM&gt;&lt;I&gt;parent_pm&lt;/I&gt;&lt;BR /&gt;&lt;EM&gt;class class-default&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;shape average 20mb&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;service-policy&amp;nbsp;child_pm&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;int x/x&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;description WAN&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;service-policy output&amp;nbsp;parent_pm&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 13:50:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852305#M384793</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2023-06-10T13:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: about traffic shaping</title>
      <link>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852308#M384794</link>
      <description>&lt;P&gt;What &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;&amp;nbsp;describes would be one way to shape all interface traffic to 20Mbps.&lt;/P&gt;
&lt;P&gt;But is it the "simplest" approach?&amp;nbsp; I believe not.&lt;/P&gt;
&lt;P&gt;Possibly a simpler CBWFQ policy would be to drop the class-map TRAFFIC, and within the policy-map, use class "class-default" instead.&lt;/P&gt;
&lt;P&gt;However, even using CBWFQ assumes your GNS3 device supports it (which it likely does).&amp;nbsp; However, if you truly want the "simplest" shaping, before CBWFQ, there was interface GTS (&lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/qos_regpkt/configuration/15-mt/qos-regpkt-15-mt-book/qos-regpkt-gts.html" target="_self"&gt;generic traffic shaping&lt;/A&gt;).&amp;nbsp; I recall (?), though the later IOS versions have stopped supporting this, but often IOS being used with GNS3 is an older version.&lt;/P&gt;
&lt;P&gt;Definitely, both traffic shaping features were available on many IOS versions, and I would usually recommend using the CBWFQ version, if available, but if you truly want "simplest", I suggest GTS is that.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 14:39:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852308#M384794</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2023-06-10T14:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: about traffic shaping</title>
      <link>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852316#M384799</link>
      <description>&lt;P&gt;Ah,&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326012"&gt;@paul driver&lt;/a&gt;&amp;nbsp;reply appears to have been posted while I was composing my prior reply.&lt;/P&gt;
&lt;P&gt;Basically, what I wrote in my prior reply, also applies to Paul too.&lt;/P&gt;
&lt;P&gt;I.e. For the "&lt;SPAN&gt;simplest configuration&lt;/SPAN&gt;" CBWFQ approach, likely:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;policy-map SimpleShaper&lt;BR /&gt;class class-default&lt;BR /&gt;shape average 20000000&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;interface x&lt;BR /&gt;service-policy output SimpleShaper&lt;/P&gt;
&lt;P&gt;Possibly the "&lt;SPAN&gt;simplest configuration&lt;/SPAN&gt;":&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;interface x&lt;BR /&gt;traffic-shape rate 20000000&lt;/P&gt;
&lt;P&gt;If you factor in other considerations, for using a shaper, beyond it being the "&lt;SPAN&gt;simplest configuration&lt;/SPAN&gt;", then what both Paul and&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;&amp;nbsp;have shown, should be considered.&amp;nbsp; For example, Paul's example of using a child policy.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 16:08:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing/about-traffic-shaping/m-p/4852316#M384799</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2023-06-10T16:08:18Z</dc:date>
    </item>
  </channel>
</rss>

