<?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: Clear flow &amp;quot;delta&amp;quot; action in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27118#M3824</link>
    <description>Hope so. Thank you Parthiban.&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Feb 2015 12:51:00 GMT</pubDate>
    <dc:creator>eyeV</dc:creator>
    <dc:date>2015-02-04T12:51:00Z</dc:date>
    <item>
      <title>Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27105#M3811</link>
      <description>Hi everybody. I have trouble again...&lt;BR /&gt;
&lt;BR /&gt;
I'd like to create an OpenFlow rule which sends the syslog message when broadcast rate reaches 1000 pps in some VLANs. I've applied this rule to VLAN and disabled all ports on the switch. But I see those syslog messages... What's wrong with rule? &lt;BR /&gt;
&lt;BR /&gt;
entry BCAST-PKT {&lt;BR /&gt;
        if {&lt;BR /&gt;
                ethernet-destination-address ff:ff:ff:ff:ff:ff;&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
               count bcast-pkt;&lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
entry BCAST_flood {&lt;BR /&gt;
        if {&lt;BR /&gt;
                delta  bcast-pkt &amp;gt; 1000;&lt;BR /&gt;
                hysteresis 100;&lt;BR /&gt;
                period 1 ;&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
                syslog "Too many broadcast frames in VLAN $VlanName... Rule $ruleName exceeds limit $ruleThreshold" WARN 120;&lt;BR /&gt;
        }&lt;BR /&gt;
        else {&lt;BR /&gt;
                syslog "Broadcast frames in VLAN $VlanName falls bellow rate." WARN;&lt;BR /&gt;
    }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Too many broadcast frames in VLAN v20... Rule BCAST_flood exceeds limit 1000.000000&lt;BR /&gt;
&lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Too many broadcast frames in VLAN v11... Rule BCAST_flood exceeds limit 1000.000000&lt;BR /&gt;
&lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Too many broadcast frames in VLAN v22... Rule BCAST_flood exceeds limit 1000.000000&lt;BR /&gt;
&lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Too many broadcast frames in VLAN v31... Rule BCAST_flood exceeds limit 1000.000000&lt;BR /&gt;
&lt;BR /&gt;
&lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Broadcast frames in VLAN v20 falls bellow rate.&lt;BR /&gt;
&lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Broadcast frames in VLAN v11 falls bellow rate.&lt;BR /&gt;
&lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Broadcast frames in VLAN v22 falls bellow rate.&lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Broadcast frames in VLAN v31 falls bellow rate.&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;</description>
      <pubDate>Fri, 23 May 2014 18:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27105#M3811</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2014-05-23T18:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27106#M3812</link>
      <description>I haven't seen any log in my test switch as shown below,&lt;BR /&gt;
&lt;BR /&gt;
 B3U36.13 # &lt;B&gt;show policy test&lt;/B&gt;&lt;BR /&gt;
Policies at Policy Server:&lt;BR /&gt;
Policy: test&lt;BR /&gt;
entry BCAST-PKT {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    ethernet-destination-address ff:ff:ff:ff:ff:ff ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    count bcast-pkt ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry BCAST_flood {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    delta bcast-pkt &amp;gt; 1000 ;&lt;BR /&gt;
    hysteresis 100 ;&lt;BR /&gt;
    period 1 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    syslog "Too many broadcast frames in VLAN $VlanName... Rule $ruleName exceeds limit $ruleThreshold" WARN 120 ;&lt;BR /&gt;
}&lt;BR /&gt;
else {&lt;BR /&gt;
    syslog "Broadcast frames in VLAN $VlanName falls bellow rate." WARN ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
Number of clients bound to policy: 1&lt;BR /&gt;
Client: acl bound once&lt;BR /&gt;
&lt;BR /&gt;
* B3U36.14 #&lt;BR /&gt;
&lt;BR /&gt;
 B3U36.14 # &lt;B&gt;show log&lt;/B&gt;&lt;BR /&gt;
No log messages were displayed.&lt;BR /&gt;
* B3U36.15 #&lt;BR /&gt;
&lt;BR /&gt;
B3U36.15 # &lt;B&gt;show access-list counter&lt;/B&gt;&lt;BR /&gt;
Policy Name       Vlan Name        Port   Direction&lt;BR /&gt;
    Counter Name                   Packet Count         Byte Count&lt;BR /&gt;
==================================================================&lt;BR /&gt;
test              Default          *      ingress&lt;BR /&gt;
    bcast-pkt                      0&lt;BR /&gt;
&lt;BR /&gt;
* B3U36.16 #&lt;BR /&gt;
&lt;BR /&gt;
Did you apply the policy on port or on VLAN?&lt;BR /&gt;
DId you see the ACL counters are keeps on increasing?&lt;BR /&gt;
If there are less number of ports in vlan then try to apply the policy per port basis and try to narrow down the issue.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 23 May 2014 21:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27106#M3812</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-23T21:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27107#M3813</link>
      <description>Thank you. This is really weird.&lt;BLOCKQUOTE&gt;Did you apply the policy on port or on VLAN?&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;I applied this policy on some VLAN.&lt;BR /&gt;
&lt;BLOCKQUOTE&gt; &lt;BR /&gt;
DId you see the ACL counters are keeps on increasing?&lt;/BLOCKQUOTE&gt;No, the ACL counters doesn't increase.&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;If there are less number of ports in vlan then try to apply the policy per port basis and try to narrow down the issue.&lt;/BLOCKQUOTE&gt;Ok. I'll try to apply this policy on ports and add matching condition vlan-id.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 23 May 2014 21:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27107#M3813</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2014-05-23T21:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27108#M3814</link>
      <description>* B3U36.6 # show access-listVlan Name    Port   Policy Name          Dir      Rules  Dyn Rules&lt;BR /&gt;
===================================================================&lt;BR /&gt;
Default      *      test                 ingress  1      0&lt;BR /&gt;
&lt;BR /&gt;
* B3U36.7 #&lt;BR /&gt;
&lt;BR /&gt;
I have applied the policy on vlan too.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 23 May 2014 21:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27108#M3814</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-23T21:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27109#M3815</link>
      <description>It seems I was a bit obvious. I haven't seen any log messages too when   all ports are disabled. Maybe I didn't quite understand the Concepts   Guide, because...&lt;BR /&gt;
&lt;BR /&gt;
I have simple config. Vlan 21 added untagged to port 1:1 and tagged to port 1:25. Port 1:25 is active.&lt;BR /&gt;
&lt;BR /&gt;
I have the same policy file, but I've deleted "hysteresis 100" statement.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;show policy "block-in-abonvlan" &lt;/B&gt;&lt;BR /&gt;
Policies at Policy Server:&lt;BR /&gt;
Policy: block-in-abonvlan&lt;BR /&gt;
entry BCAST-PKT { &lt;BR /&gt;
if match all { &lt;BR /&gt;
    ethernet-destination-address ff:ff:ff:ff:ff:ff ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    count bcast-pkt ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry BCAST_flood { &lt;BR /&gt;
if match all { &lt;BR /&gt;
    delta bcast-pkt &amp;gt; 1000 ;&lt;BR /&gt;
    period 1 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    syslog "Too many broadcast frames in VLAN $VlanName... Rule $ruleName exceeds limit $ruleThreshold" WARN 120 ;&lt;BR /&gt;
}&lt;BR /&gt;
else {&lt;BR /&gt;
    syslog "Broadcast frames in VLAN $VlanName falls bellow rate." WARN ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
Number of clients bound to policy: 1&lt;BR /&gt;
Client: acl bound once&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;show access-list &lt;/B&gt;&lt;BR /&gt;
Vlan Name    Port   Policy Name          Dir      Rules  Dyn Rules &lt;BR /&gt;
===================================================================&lt;BR /&gt;
v21          *      block-in-abonvlan    ingress  1      0       &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;show ports 1:25 vlan statistics no-refresh &lt;/B&gt;&lt;BR /&gt;
Port    Vlan      Rx Frames          Rx Byte         Tx Frame        Tx Byte&lt;BR /&gt;
                        Count          Count            Count          Count&lt;BR /&gt;
================================================================================&lt;BR /&gt;
xCore        v21        &lt;B&gt;112           &lt;/B&gt;14289                0                0 &lt;BR /&gt;
================================================================================&lt;BR /&gt;
&lt;BR /&gt;
05/24/2014   12:17:29.79 &lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Too many   broadcast frames in VLAN v21... Rule BCAST_flood exceeds limit   1000.000000&lt;BR /&gt;
05/24/2014 12:17:30.81 &lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Broadcast frames in VLAN v21 falls bellow rate.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;show ports 1:25 vlan statistics no-refresh &lt;/B&gt;&lt;BR /&gt;
Port    Vlan      Rx Frames          Rx Byte         Tx Frame        Tx Byte&lt;BR /&gt;
                        Count          Count            Count          Count&lt;BR /&gt;
================================================================================&lt;BR /&gt;
xCore        v21        &lt;B&gt;200           &lt;/B&gt;25287                0                0 &lt;BR /&gt;
================================================================================&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;show access-list counter &lt;/B&gt;&lt;BR /&gt;
Policy Name       Vlan Name        Port   Direction  &lt;BR /&gt;
    Counter Name                   Packet Count         Byte Count           &lt;BR /&gt;
==================================================================&lt;BR /&gt;
block-in-abonvlan v21              *      ingress   &lt;BR /&gt;
    bcast-pkt                      1096                                      &lt;BR /&gt;
&lt;BR /&gt;
05/24/2014   12:32:59.66 &lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Too many   broadcast frames in VLAN v21... Rule BCAST_flood exceeds limit   1000.000000&lt;BR /&gt;
05/24/2014 12:33:00.69 &lt;ACL.CLEARFLOW.WARNING&gt; Slot-1: Broadcast frames in VLAN v21 falls bellow rate.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;show access-list counter &lt;/B&gt;&lt;BR /&gt;
Policy Name       Vlan Name        Port   Direction  &lt;BR /&gt;
    Counter Name                   Packet Count         Byte Count           &lt;BR /&gt;
==================================================================&lt;BR /&gt;
block-in-abonvlan v21              *      ingress   &lt;BR /&gt;
    bcast-pkt                      1150     &lt;BR /&gt;
&lt;BR /&gt;
If   I have not misunderstood the Concepts Guide my policy should trigger   when broadcasts frames in VLAN 21 will increase by 1000 per second. Is   it right?&lt;BR /&gt;
&lt;BR /&gt;
I'm sorry about my English. It's not my native language. I always make a lot of mistakes actualy.&lt;BR /&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;&lt;/ACL.CLEARFLOW.WARNING&gt;</description>
      <pubDate>Sat, 24 May 2014 13:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27109#M3815</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2014-05-24T13:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27110#M3816</link>
      <description>I've changed policy again&lt;BR /&gt;
&lt;BR /&gt;
entry BCAST-PKT { &lt;BR /&gt;
if match all { &lt;BR /&gt;
    ethernet-destination-address ff:ff:ff:ff:ff:ff ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    count bcast-pkt ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry BCAST_flood { &lt;BR /&gt;
if match all { &lt;BR /&gt;
    delta bcast-pkt &amp;gt; 20 ;&lt;BR /&gt;
    period 10 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    syslog "$RuleValue Too many broadcast frames in VLAN $VlanName... Rule $ruleName exceeds limit $ruleThreshold" WARN 30 ;&lt;BR /&gt;
}&lt;BR /&gt;
else {&lt;BR /&gt;
    syslog "Broadcast frames in VLAN $VlanName falls bellow rate." WARN ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
And it seems that rule works correct. Can I set the value of 1 second for the period?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 24 May 2014 14:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27110#M3816</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2014-05-24T14:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27111#M3817</link>
      <description>It's depends on how much traffic you are expecting.</description>
      <pubDate>Mon, 26 May 2014 07:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27111#M3817</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-26T07:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27112#M3818</link>
      <description>Hello everybody. &lt;BR /&gt;
&lt;BR /&gt;
TAC has opened a "CR" about my problem. I have an ID of this CR. Unfortunately, it's still open.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27112#M3818</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2015-02-04T12:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27113#M3819</link>
      <description>What's the CR number?  I'll look it up for you.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27113#M3819</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-02-04T12:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27114#M3820</link>
      <description>It would be great. The CR number is xos0057835.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27114#M3820</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2015-02-04T12:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27115#M3821</link>
      <description>Right now that CR shows that it is assigned to an engineer to be fixed, but hasn't been built into a release version of EXOS yet.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27115#M3821</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-02-04T12:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27116#M3822</link>
      <description>Thanks for making it clear, Drew.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27116#M3822</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2015-02-04T12:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27117#M3823</link>
      <description>It might be fixed in the monthly release</description>
      <pubDate>Wed, 04 Feb 2015 12:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27117#M3823</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2015-02-04T12:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Clear flow "delta" action</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27118#M3824</link>
      <description>Hope so. Thank you Parthiban.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2015 12:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/clear-flow-quot-delta-quot-action/m-p/27118#M3824</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2015-02-04T12:51:00Z</dc:date>
    </item>
  </channel>
</rss>

