<?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: XOS 15.3.1.4 - policy and meter question in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56580#M16560</link>
    <description>Hi Colleagues,&lt;BR /&gt;
Had a similar problem. We had to stick to one meter 10 mbps two vlan-id.&lt;BR /&gt;
Decided by a selective QinQ:&lt;BR /&gt;
&lt;BR /&gt;
configure vman ethertype 0x8100&lt;BR /&gt;
create vman vm100&lt;BR /&gt;
conf vm100 tag 100&lt;BR /&gt;
conf vman vm100 add ports 1 cep cvid 200&lt;BR /&gt;
conf vman vm100 add ports 1 cep cvid 300&lt;BR /&gt;
conf vman vm100 add ports 2 cep cvid 200&lt;BR /&gt;
conf vman vm100 add ports 2 cep cvid 300&lt;BR /&gt;
&lt;BR /&gt;
vi pol-p1.pol&lt;BR /&gt;
entry v100 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    vlan-id 100 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter policy-10M ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
configure access-list pol-p1 ports 1 ingress&lt;BR /&gt;
configure access-list pol-p1 ports 1 egress&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Sep 2014 18:01:00 GMT</pubDate>
    <dc:creator>Alexandr1</dc:creator>
    <dc:date>2014-09-10T18:01:00Z</dc:date>
    <item>
      <title>XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56571#M16551</link>
      <description>Hi,&lt;BR /&gt;
i am wondering how to catch multiple vlan id's in one if.&lt;BR /&gt;
Is it possible to do sth like -&amp;gt;  ACL-P4-IN&lt;BR /&gt;
&lt;BR /&gt;
entry POLICE-TEST {       &lt;BR /&gt;
 if match any {&lt;BR /&gt;
                vlan-id 1007&lt;BR /&gt;
                vlan-id 1008;&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
        permit ;&lt;BR /&gt;
        meter p4-TEST;&lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Trying to apply i get &lt;BR /&gt;
# configure access-list ACL-P4-IN ports 4Error: Policy ACL-P4-IN has syntax errors&lt;BR /&gt;
Line 4 : Failed argument value vlan is invalid&lt;BR /&gt;
&lt;BR /&gt;
Second question - if i have one meter called p4-TEST - and it has Committed Rate(Kbps) = 10000&lt;BR /&gt;
and i use this meter in one entry (src address)  and then in second entry (vlan id) of policy. &lt;BR /&gt;
&lt;BR /&gt;
And lets suppose that traffic caught using src address is 7mbps . Does it mean that there is 3mbps left for  traffic caught using vlan id. ?&lt;BR /&gt;
&lt;BR /&gt;
Does multiple entries using common meter - share it ?</description>
      <pubDate>Wed, 28 May 2014 17:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56571#M16551</guid>
      <dc:creator>Dawid_Chrzan</dc:creator>
      <dc:date>2014-05-28T17:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56572#M16552</link>
      <description>Hi Dawid,&lt;BR /&gt;
&lt;BR /&gt;
There is a syntax error on the file. There need to be a " ; " after the first vlan-id.&lt;BR /&gt;
&lt;BR /&gt;
entry POLICE-TEST {       &lt;BR /&gt;
 if match any {&lt;BR /&gt;
                vlan-id 1007;&lt;BR /&gt;
                vlan-id 1008;&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
        permit ;&lt;BR /&gt;
        meter p4-TEST;&lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 17:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56572#M16552</guid>
      <dc:creator>Ron_Huygens</dc:creator>
      <dc:date>2014-05-28T17:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56573#M16553</link>
      <description>Hi Ron,&lt;BR /&gt;
this is a mistake pasting to extremenetworks.com. Ofcourse there is ";"&lt;BR /&gt;
and the error is &lt;BR /&gt;
configure access-list ACL-P4-IN ports 4Error: Policy ACL-P4-IN has syntax errors&lt;BR /&gt;
Line 4 : Attribute vlan-id already exists as a match statement in Acl entry POLICE-TEST.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 18:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56573#M16553</guid>
      <dc:creator>Dawid_Chrzan</dc:creator>
      <dc:date>2014-05-28T18:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56574#M16554</link>
      <description>Hello Dave&lt;BR /&gt;
&lt;BR /&gt;
I believe the issues is that in the IF statement you have two VLAN-ID.  Anything in the If section of the entry is considered an "and" statement so for this to match a packet would have to have both VLAN-IDs.&lt;BR /&gt;
&lt;BR /&gt;
The best approach would break this into two entries one for each VLAN-ID.&lt;BR /&gt;
&lt;BR /&gt;
As for your second statement the meter can be used over many entries.  Meters are done on a per chip per slice so if there are different slices to the rule for example one looking at IP and one looking at L2 those should be different.  I will check.&lt;BR /&gt;
&lt;BR /&gt;
One thing to remember is that once traffic his an entry it exists the ACL so in your example when it hits src address it will never make it to VLAN-ID as it will exit the policy.&lt;BR /&gt;
&lt;BR /&gt;
I hope that helps.  I will check on the meter per slice and let you know&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 18:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56574#M16554</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-05-28T18:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56575#M16555</link>
      <description>Hi Paul&lt;BR /&gt;
i see now the point with single vlan-id used in "if". Thanks.&lt;BR /&gt;
&lt;BR /&gt;
But im looking for answer if -&amp;gt; using two "if" statements with two vlan-id's and one meter - results with sharing this 10mbps over these 2 vlans ? &lt;BR /&gt;
&lt;BR /&gt;
ps. Example with acls using source and vlan id was not so good.&lt;BR /&gt;
&lt;BR /&gt;
Thanks...&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 18:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56575#M16555</guid>
      <dc:creator>Dawid_Chrzan</dc:creator>
      <dc:date>2014-05-28T18:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56576#M16556</link>
      <description>Hey David&lt;BR /&gt;
&lt;BR /&gt;
Yep understand if there are two entries looking at the VLAN-ID will they use the same meter.  That is what I posed internally to verify.  I believe the answer will be yes as they are using the slice in the ACL.  I will let you know when I hear the final answer.&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Wed, 28 May 2014 18:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56576#M16556</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-05-28T18:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56577#M16557</link>
      <description>Hello Paul,&lt;BR /&gt;
&lt;BR /&gt;
Thank you all for this informative thread.&lt;BR /&gt;
I was also wondering if the configuration will use the same meter.&lt;BR /&gt;
Have you been able to find out about this?&lt;BR /&gt;
&lt;BR /&gt;
Kind regards,&lt;BR /&gt;
&lt;BR /&gt;
Sergio</description>
      <pubDate>Wed, 16 Jul 2014 21:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56577#M16557</guid>
      <dc:creator>Sergio_Diaz</dc:creator>
      <dc:date>2014-07-16T21:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56578#M16558</link>
      <description>Hello Sergio&lt;BR /&gt;
&lt;BR /&gt;
Sorry I did receive a response &lt;BR /&gt;
&lt;BR /&gt;
" Looks like each entry will be considered as a separate policy. Each meter is like a template, which can be defined independently by the administrator. These templates&lt;BR /&gt;
&lt;BR /&gt;
Can be used on different attributes such as Source MAC, Source IP, VLAN-IDs etc independently. So in this case you can have 10M for each policy."&lt;BR /&gt;
&lt;BR /&gt;
I re-asked the question and did not get a reply back.  Let me re-post and see if I can clarify.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
P&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Jul 2014 20:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56578#M16558</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-07-20T20:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56579#M16559</link>
      <description>I am using a single acl rule a matching based on source port/protocol and applying a meter which has a 10Mb CIR / 10Mb Max-Burst. If there are 3 connections to different destination IP addresses using that matching port/protocol will each connection get the 10Mb or will they all share the 10Mb?</description>
      <pubDate>Fri, 29 Aug 2014 20:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56579#M16559</guid>
      <dc:creator>Tyler_Bartel</dc:creator>
      <dc:date>2014-08-29T20:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56580#M16560</link>
      <description>Hi Colleagues,&lt;BR /&gt;
Had a similar problem. We had to stick to one meter 10 mbps two vlan-id.&lt;BR /&gt;
Decided by a selective QinQ:&lt;BR /&gt;
&lt;BR /&gt;
configure vman ethertype 0x8100&lt;BR /&gt;
create vman vm100&lt;BR /&gt;
conf vm100 tag 100&lt;BR /&gt;
conf vman vm100 add ports 1 cep cvid 200&lt;BR /&gt;
conf vman vm100 add ports 1 cep cvid 300&lt;BR /&gt;
conf vman vm100 add ports 2 cep cvid 200&lt;BR /&gt;
conf vman vm100 add ports 2 cep cvid 300&lt;BR /&gt;
&lt;BR /&gt;
vi pol-p1.pol&lt;BR /&gt;
entry v100 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    vlan-id 100 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter policy-10M ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
configure access-list pol-p1 ports 1 ingress&lt;BR /&gt;
configure access-list pol-p1 ports 1 egress&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2014 18:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56580#M16560</guid>
      <dc:creator>Alexandr1</dc:creator>
      <dc:date>2014-09-10T18:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS 15.3.1.4 - policy and meter question</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56581#M16561</link>
      <description>I like this approach. Nicely done.</description>
      <pubDate>Wed, 10 Sep 2014 18:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-15-3-1-4-policy-and-meter-question/m-p/56581#M16561</guid>
      <dc:creator>Stephane_Grosje</dc:creator>
      <dc:date>2014-09-10T18:01:00Z</dc:date>
    </item>
  </channel>
</rss>

