<?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: Traffic Shaping configuration in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46265#M11684</link>
    <description>just a thought ... assuming port 8:3 is your router port :&lt;BR /&gt;
&lt;BR /&gt;
1 - from the userguide, the qosprofile modifier does not work with an egress ACL&lt;BR /&gt;
&lt;I&gt;## quote ###&lt;BR /&gt;
qosprofile qosprofilename—Forwards the packet to the specified QoS profile.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• ingress—all platforms&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• egress—does not forward the packets to the specified qosprofile. If the action modifier “replacedot1p”&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;is present in the ACL rule, the dot1p field in the packet is replaced with the value from&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;associated&lt;/I&gt; qosprofile. Summit X460-G2, X670-G2, and X770 series switches only).&lt;BR /&gt;
# end of quote ###&lt;BR /&gt;
&lt;BR /&gt;
2 - what you may consider is to apply your ACL at &lt;B&gt;ingress &lt;/B&gt;on the "non router" ports ... then traffic hitting those rules should be sent to QP2 on port 8:3 -&amp;gt; so shaping does occur at egress on prot 8:3&lt;BR /&gt;
      to check : show port 8:3 qosmonitor [or use a counter for troubleshooting]&lt;BR /&gt;
&lt;BR /&gt;
3 - an ACL should work on L2 or L3 traffic ... it is applied on a port [list of ports] or a VLAN [which means it is applied on the ports that are part of the vlan ... and it applies to the traffic of that vlan on these ports] or wildcard ... there is precedence involved.&lt;BR /&gt;
-&amp;gt; the ACL chapter in the userguide is quite good -&amp;gt; &lt;A href="http://documentation.extremenetworks.com/exos_22.1/EXOS_21_1/ACL/acls.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;http://documentation.extremenetworks.com/exos_22.1/EXOS_21_1/ACL/acls.shtml&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
hoping that helps ... JS&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Feb 2017 17:48:00 GMT</pubDate>
    <dc:creator>JS4</dc:creator>
    <dc:date>2017-02-17T17:48:00Z</dc:date>
    <item>
      <title>Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46262#M11681</link>
      <description>Helllo people,&lt;BR /&gt;
I have a problem with a Traffic Shaping configuration.&lt;BR /&gt;
The situation is this:&lt;BR /&gt;
I have three branch site and there are some servers that communicate between them and they saturate the WAN bandwidth.&lt;BR /&gt;
I'd like configure the traffic shaping for limiting the bandwidth between their IP.&lt;BR /&gt;
I have done this configuration:&lt;BR /&gt;
&lt;BR /&gt;
------------------------------------------------------------------------------------------&lt;BR /&gt;
create qosprofile qp2&lt;BR /&gt;
configure qosprofile qp2 peak_rate 15 M ports 8:3&lt;BR /&gt;
&lt;BR /&gt;
edit policy Traffic_Shaping_MAN&lt;BR /&gt;
&lt;BR /&gt;
entry rule1 {&lt;BR /&gt;
      if match all{&lt;BR /&gt;
      source-address 10.19.2.201/32;&lt;BR /&gt;
      destination-address 10.0.1.208/32;&lt;BR /&gt;
    }&lt;BR /&gt;
      then {&lt;BR /&gt;
      qosprofile qp2;&lt;BR /&gt;
      }&lt;BR /&gt;
}&lt;BR /&gt;
entry rule2 {&lt;BR /&gt;
      if match all {&lt;BR /&gt;
      source-address 10.19.2.201/32;&lt;BR /&gt;
      destination-address 10.0.18.209/32;&lt;BR /&gt;
    }&lt;BR /&gt;
      then {&lt;BR /&gt;
      qosprofile qp2;&lt;BR /&gt;
      }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
conf access-list Traffic_Shaping_MAN port 8:3 egress&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
This night I have noticed that the situation is not resolved.&lt;BR /&gt;
Can you help me with the configuration?&lt;BR /&gt;
Thank you&lt;BR /&gt;
Leonardo</description>
      <pubDate>Fri, 17 Feb 2017 16:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46262#M11681</guid>
      <dc:creator>Leonardo_Falcon</dc:creator>
      <dc:date>2017-02-17T16:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46263#M11682</link>
      <description>traffic shaping via qos works only at L3 (if it passes your extreme as a gateway)  traffic between your ip-s flows directly between servers</description>
      <pubDate>Fri, 17 Feb 2017 16:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46263#M11682</guid>
      <dc:creator>Nick_Yakimenko</dc:creator>
      <dc:date>2017-02-17T16:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46264#M11683</link>
      <description>Yes, the extreme are the Gateway.&lt;BR /&gt;
The wan is configured as a SVI.&lt;BR /&gt;
Is more correct that I configure the acl over the physical interface or over the VLAN?&lt;BR /&gt;
Now is over the physical interface.&lt;BR /&gt;
Thank you.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46264#M11683</guid>
      <dc:creator>Leonardo_Falcon</dc:creator>
      <dc:date>2017-02-17T16:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46265#M11684</link>
      <description>just a thought ... assuming port 8:3 is your router port :&lt;BR /&gt;
&lt;BR /&gt;
1 - from the userguide, the qosprofile modifier does not work with an egress ACL&lt;BR /&gt;
&lt;I&gt;## quote ###&lt;BR /&gt;
qosprofile qosprofilename—Forwards the packet to the specified QoS profile.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• ingress—all platforms&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;• egress—does not forward the packets to the specified qosprofile. If the action modifier “replacedot1p”&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;is present in the ACL rule, the dot1p field in the packet is replaced with the value from&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;associated&lt;/I&gt; qosprofile. Summit X460-G2, X670-G2, and X770 series switches only).&lt;BR /&gt;
# end of quote ###&lt;BR /&gt;
&lt;BR /&gt;
2 - what you may consider is to apply your ACL at &lt;B&gt;ingress &lt;/B&gt;on the "non router" ports ... then traffic hitting those rules should be sent to QP2 on port 8:3 -&amp;gt; so shaping does occur at egress on prot 8:3&lt;BR /&gt;
      to check : show port 8:3 qosmonitor [or use a counter for troubleshooting]&lt;BR /&gt;
&lt;BR /&gt;
3 - an ACL should work on L2 or L3 traffic ... it is applied on a port [list of ports] or a VLAN [which means it is applied on the ports that are part of the vlan ... and it applies to the traffic of that vlan on these ports] or wildcard ... there is precedence involved.&lt;BR /&gt;
-&amp;gt; the ACL chapter in the userguide is quite good -&amp;gt; &lt;A href="http://documentation.extremenetworks.com/exos_22.1/EXOS_21_1/ACL/acls.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;http://documentation.extremenetworks.com/exos_22.1/EXOS_21_1/ACL/acls.shtml&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
hoping that helps ... JS&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Feb 2017 17:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46265#M11684</guid>
      <dc:creator>JS4</dc:creator>
      <dc:date>2017-02-17T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46266#M11685</link>
      <description>In this article you can find one configuration of traffic shaping in egress direction using the acl filter such as the mine.&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-basic-rate-limiting-on-a-port-for-ingress-and-egress" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-basic-rate-limiting-on-a-port-for-ingress-and-egress&lt;/A&gt;&lt;BR /&gt;
The only question is " if I must configure the acl in VLAN or in the physical interface"&lt;BR /&gt;
The interface 8:43 is a trunk and there are two VLAN, WANDati and WANVoce.&lt;BR /&gt;
Thank a lot</description>
      <pubDate>Fri, 17 Feb 2017 17:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46266#M11685</guid>
      <dc:creator>Leonardo_Falcon</dc:creator>
      <dc:date>2017-02-17T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46267#M11686</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
you can try this:&lt;BR /&gt;
&lt;BR /&gt;
create and confgure a meter name limit_10M&lt;BR /&gt;
&lt;BR /&gt;
example ACL on ingress port:&lt;BR /&gt;
&lt;BR /&gt;
entry vlan132_meter { if match all {&lt;BR /&gt;
    vlan-id 132 ;&lt;BR /&gt;
    source-address 10.19.2.201/32 ;&lt;BR /&gt;
    destination-address 10.0.18.209/32 ;&lt;BR /&gt;
} then {&lt;BR /&gt;
    meter limit_10M ;&lt;BR /&gt;
} }&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Jarek</description>
      <pubDate>Fri, 17 Feb 2017 17:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46267#M11686</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2017-02-17T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46268#M11687</link>
      <description>Hi Leonardo,&lt;BR /&gt;
&lt;BR /&gt;
as suggested in the link you reference :&lt;BR /&gt;
- if you want to use an "egress" ACL, then you should create a meter and apply the meter as the action [method 1]  -&amp;gt; as suggested by Jarek [you may not necessarily need the vlan-id condition]&lt;BR /&gt;
&lt;BR /&gt;
- if you want to use a qosprofile action, this is method 2 and this method uses ingress ACL [3rd CLI command]  [the ACL is applied on ingress ports and shaping occurs on the egress port on QP2 - 8:53 in your case]&lt;BR /&gt;
&lt;BR /&gt;
If you want to use method 2 [egress ACL using a &lt;B&gt;meter &lt;/B&gt;action], I would apply the ACL on the port.&lt;BR /&gt;
&lt;BR /&gt;
-JS&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Feb 2017 06:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46268#M11687</guid>
      <dc:creator>JS4</dc:creator>
      <dc:date>2017-02-18T06:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46269#M11688</link>
      <description>Thank you. &lt;BR /&gt;
I have configured the policy in this way:&lt;BR /&gt;
&lt;BR /&gt;
create meter limit_15M&lt;BR /&gt;
configure meter limit_15M committed-rate 15 Mbps out-actions drop&lt;BR /&gt;
&lt;BR /&gt;
edit policy Rate_Limit_MAN&lt;BR /&gt;
entry rule1 {&lt;BR /&gt;
      if match all{&lt;BR /&gt;
      source-address 10.19.2.201/32;&lt;BR /&gt;
      destination-address 10.0.1.208/32;&lt;BR /&gt;
    }&lt;BR /&gt;
      then {&lt;BR /&gt;
      meter limit_15M;&lt;BR /&gt;
      }&lt;BR /&gt;
}&lt;BR /&gt;
entry rule2 {&lt;BR /&gt;
      if match all {&lt;BR /&gt;
      source-address 10.19.2.201/32;&lt;BR /&gt;
      destination-address 10.0.1.209/32;&lt;BR /&gt;
    }&lt;BR /&gt;
      then {&lt;BR /&gt;
      meter limit_15M;&lt;BR /&gt;
      }&lt;BR /&gt;
}      &lt;BR /&gt;
&lt;BR /&gt;
configure access-list Rate_Limit_MAN vlan MAN-D-IMPAX ingress&lt;BR /&gt;
&lt;BR /&gt;
If i want see if the policy is working, can I add in the policy this command then the meter limit_15M?&lt;BR /&gt;
 count test ;&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
Leonardo&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Feb 2017 06:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46269#M11688</guid>
      <dc:creator>Leonardo_Falcon</dc:creator>
      <dc:date>2017-02-18T06:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traffic Shaping configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46270#M11689</link>
      <description>Hello Leonardo,&lt;BR /&gt;
&lt;BR /&gt;
per the userguide, it should work &lt;BR /&gt;
&lt;BR /&gt;
##### using a 21.1 userguide [consult the userguide that is relevant to the release you are using]&lt;BR /&gt;
• count countername—Increments the counter named in the action modifier.&lt;BR /&gt;
• ingress—all platforms&lt;BR /&gt;
• egress—Summit X450-G2, X460-G2, X670-G2, X770, X620, and X440-G2 series switches only.&lt;BR /&gt;
On egress, count does not work in combination with deny action.&lt;BR /&gt;
#####&lt;BR /&gt;
&lt;BR /&gt;
Just in case : make sure to do a "refresh policy... " after a policy is changed&lt;BR /&gt;
&lt;BR /&gt;
-JS&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Feb 2017 05:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traffic-shaping-configuration/m-p/46270#M11689</guid>
      <dc:creator>JS4</dc:creator>
      <dc:date>2017-02-24T05:00:00Z</dc:date>
    </item>
  </channel>
</rss>

