<?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 How to Rate Limit - port based VOSS 4K in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-rate-limit-port-based-voss-4k/m-p/74072#M1038</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am looking for some clarity on rate-limiting traffic on a port basis. I have a 1G connection that I want to split into two 500Mbps links by using rate limiting on ports.&lt;/P&gt;&lt;P&gt;VSP4K&lt;/P&gt;&lt;P&gt;I just want to confirm my understanding as it differs from VSP7K to 4K.&lt;/P&gt;&lt;P&gt;If I want to rate limit port 2 for example, do I need to use both ingress and egress ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(config)#int gigabitEthernet ½&lt;/P&gt;&lt;P&gt;(config-if)#qos if-policer peak-rate 512000 svc-rate 512000&lt;/P&gt;&lt;P&gt;(config-if)#qos if-shaper shape-rate 512000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Apr 2021 00:51:06 GMT</pubDate>
    <dc:creator>SteveT</dc:creator>
    <dc:date>2021-04-02T00:51:06Z</dc:date>
    <item>
      <title>How to Rate Limit - port based VOSS 4K</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-rate-limit-port-based-voss-4k/m-p/74072#M1038</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am looking for some clarity on rate-limiting traffic on a port basis. I have a 1G connection that I want to split into two 500Mbps links by using rate limiting on ports.&lt;/P&gt;&lt;P&gt;VSP4K&lt;/P&gt;&lt;P&gt;I just want to confirm my understanding as it differs from VSP7K to 4K.&lt;/P&gt;&lt;P&gt;If I want to rate limit port 2 for example, do I need to use both ingress and egress ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(config)#int gigabitEthernet ½&lt;/P&gt;&lt;P&gt;(config-if)#qos if-policer peak-rate 512000 svc-rate 512000&lt;/P&gt;&lt;P&gt;(config-if)#qos if-shaper shape-rate 512000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 00:51:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-rate-limit-port-based-voss-4k/m-p/74072#M1038</guid>
      <dc:creator>SteveT</dc:creator>
      <dc:date>2021-04-02T00:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Rate Limit - port based VOSS 4K</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-rate-limit-port-based-voss-4k/m-p/74073#M1039</link>
      <description>&lt;P&gt;If I can rephrase the ask&lt;/P&gt;&lt;P&gt;The goal is:&lt;/P&gt;&lt;P&gt;We have a 1 Gbps internet connection is being shared by CompanyA and CompanyB. Company A will use VLAN A, Company B have VLAN B, we want to ensure that either company can only utilize 500Mbps at a time.&lt;/P&gt;&lt;P&gt;I was thinking of doing this on the VSP4K ports as close to the border router as possible and use port-based limiting, maybe there is a better way to achieve the same goal ?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 00:35:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-rate-limit-port-based-voss-4k/m-p/74073#M1039</guid>
      <dc:creator>SteveT</dc:creator>
      <dc:date>2021-04-09T00:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Rate Limit - port based VOSS 4K</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-rate-limit-port-based-voss-4k/m-p/74074#M1040</link>
      <description>&lt;P&gt;The usual approach is that the provider (yourself) applies an ingress policer on the port.&lt;/P&gt;&lt;P&gt;While the customer (Customer A / Customer B) would use an egress shaper on their own equipment, facing up to your port.&lt;/P&gt;&lt;P&gt;An ingress policer is cruder; you bandwidth limit the port, and if the bandwidth is exceeded you do not really care what traffic you drop (though a dual-rate policer can be more accomodating than a single-rate policer). A policer does not look at QoS markings, because there is typically no buffering at ingress anyway.&lt;/P&gt;&lt;P&gt;An egress shaper ties into QoS egress buffering (where buffers are always present). Which is handy for the customer’s perspective; if the link utilization reaches the shaper rate, then QoS automatically ensures that only the most precious traffic makes use of that bandwidth.&lt;/P&gt;&lt;P&gt;Coming to the VSPs, they all support egress shaping, but ingress policing varies across the platforms. But you are in luck, the VSP4k does and it support a dual rate policer.&lt;/P&gt;&lt;P&gt;However the policer is on a per-port basis.&lt;/P&gt;&lt;P&gt;So if you wanted to apply different policers to different VLANs on the same port, you would have to use some hairpin connections to separate the 2 VLANs into 2 separate ports, then apply the respective policers to those ports.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 19:09:46 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/how-to-rate-limit-port-based-voss-4k/m-p/74074#M1040</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2021-04-20T19:09:46Z</dc:date>
    </item>
  </channel>
</rss>

