<?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: meter almost works for me. No counters via cli, via snmp, no snmp traps in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14192#M1596</link>
    <description>Hi Pedro, could you please check the command below and share if that works for you?&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;show meter {metername} out-of-profile {{disabled-ports} ports [portlist | port_group] | global-count}&lt;/I&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Aug 2016 22:14:00 GMT</pubDate>
    <dc:creator>Henrique</dc:creator>
    <dc:date>2016-08-02T22:14:00Z</dc:date>
    <item>
      <title>meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14191#M1595</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I have xos 16.1.3.6-patch1-8 on my summit670. Try to use meter as an ingress shaper to limit udp and icmp flood. Shaping seems to work but problem is with notification. As far as i tested, only syslog message works. Counters via cli still show 0, i can't find counters OID via snmp. There is no trap sended to my zabbix. Counter in ACL works, is accessible via snmp but only amount of packets.  There is some better version of xos without this bug ?&lt;BR /&gt;
&lt;BR /&gt;
thanks for help&lt;BR /&gt;
Pedro&lt;BR /&gt;
&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol udp ;&lt;BR /&gt;
    destination-address 192.168.192.1/32 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    count icmp_udp ;&lt;BR /&gt;
    meter ingmeter0 ;&lt;BR /&gt;
    permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
 # show  configuration | include meter&lt;BR /&gt;
&lt;BR /&gt;
configure meter ingmeter0 committed-rate 100 Pps max-burst-size 10 packets out-actions drop log trap ports "group_port_11"&lt;BR /&gt;
&lt;BR /&gt;
# show access-list meter ports 11 ingress&lt;BR /&gt;
&lt;BR /&gt;
=================================================================================&lt;BR /&gt;
Policy Name      Vlan Name        Port&lt;BR /&gt;
                       Committed     Max Burst     Out-of-Profile  Out-of-Profile&lt;BR /&gt;
    Meter              Rate          Size          Action    DSCP    Packet Count&lt;BR /&gt;
=================================================================================&lt;BR /&gt;
icmp_drop        *                11&lt;BR /&gt;
    ingmeter0          100 pps       10 pkt        L T - Dr     -               0&lt;BR /&gt;
&lt;BR /&gt;
 # show access-list counter ports 11 ingress&lt;BR /&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;
icmp_drop         *                11     ingress&lt;BR /&gt;
    icmp_udp                       170584530&lt;BR /&gt;
&lt;BR /&gt;
syslog:&lt;BR /&gt;
 &lt;ACL.INGRMETEROUTACTLOGEVENT&gt; Ingress Traffic on port 11 exceeded the configured rate of meter ingmeter0 resulting in change of out-of-profile status to true.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;&lt;/ACL.INGRMETEROUTACTLOGEVENT&gt;</description>
      <pubDate>Tue, 02 Aug 2016 22:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14191#M1595</guid>
      <dc:creator>Pedro2</dc:creator>
      <dc:date>2016-08-02T22:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14192#M1596</link>
      <description>Hi Pedro, could you please check the command below and share if that works for you?&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;show meter {metername} out-of-profile {{disabled-ports} ports [portlist | port_group] | global-count}&lt;/I&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Aug 2016 22:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14192#M1596</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-08-02T22:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14193#M1597</link>
      <description>Hello Pedro, This sounds very similar to the other question you're working on in this thread:  &lt;A href="https://community.extremenetworks.com/extreme/topics/meter-dosent-work-for-me" target="_blank" rel="nofollow noreferrer noopener"&gt;meter doesn't work for me&lt;/A&gt;&lt;BR /&gt;
If this issue is related, let's keep conversation there to make it easier for others to assist.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Aug 2016 02:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14193#M1597</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-08-03T02:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14194#M1598</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I checked also &lt;A href="https://community.extremenetworks.com/#" target="_blank" rel="nofollow noreferrer noopener"&gt;Henrique&lt;/A&gt; advice, counter doesn't work in cli.  Don't know the oid of this counter, mayby via snmp works.&lt;BR /&gt;
&lt;BR /&gt;
 # show meter "ingmeter0" out-of-profile global-count  Global&lt;BR /&gt;
&lt;BR /&gt;
                                      Out-of-profile&lt;BR /&gt;
Meter                                   Packet Count&lt;BR /&gt;
===================================  ===============&lt;BR /&gt;
ingmeter0                                          0&lt;BR /&gt;
&lt;BR /&gt;
In previous thread was about don't limiting by meter (little burst size helped) , this thread is about lack of notification. Maybe it should be merged&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14194#M1598</guid>
      <dc:creator>Pedro2</dc:creator>
      <dc:date>2016-08-03T16:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14195#M1599</link>
      <description>Hi Pedro, I could not find any OID to get those values from snmp.&lt;BR /&gt;
&lt;BR /&gt;
Regarding the counters I will perform some tests and update this thread.</description>
      <pubDate>Wed, 03 Aug 2016 18:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14195#M1599</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-08-03T18:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14196#M1600</link>
      <description>Hi Pedro,&lt;BR /&gt;
&lt;BR /&gt;
I was able to perform a quick test today and could see the Out-of-Profile packets incrementing as follows:&lt;BR /&gt;
&lt;BR /&gt;
X670v-19-6A98.46 # show access-list meter "control" ports 3 ingress&lt;BR /&gt;
&lt;BR /&gt;
Policy Name      Vlan Name        Port&lt;BR /&gt;
                           Committed   Max Burst  Out-of-Profile  &lt;B&gt;Out-of-Profile&lt;/B&gt;&lt;BR /&gt;
    Meter              Rate (Kbps) Size (K)   Action    DSCP  &lt;B&gt;Packet Count&lt;/B&gt;&lt;BR /&gt;
=======================================================================&lt;BR /&gt;
regra            *                3&lt;BR /&gt;
    control            100         150        Drop            &lt;B&gt;8214&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
I have tested sending a ping flood and created a meter with Committed Rate = 100K and Max Burst Size = 150K.&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;ACL used applied to ingress port:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
entry R1 {&lt;BR /&gt;
    if match all {&lt;BR /&gt;
              source-address  ;&lt;BR /&gt;
              protocol icmp ;&lt;BR /&gt;
          } then {&lt;BR /&gt;
                  permit  ;&lt;BR /&gt;
                  meter control ;&lt;BR /&gt;
                  count icmpcount ;&lt;BR /&gt;
               }&lt;BR /&gt;
} &lt;BR /&gt;
&lt;BR /&gt;
I tried with X670V using EXOS 15.7.3 release.&lt;BR /&gt;
&lt;BR /&gt;
Please provide more details regarding your scenario and setup.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Sat, 06 Aug 2016 00:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14196#M1600</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-08-06T00:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14197#M1601</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
There are 2 kinds of meters: defined by user and 15 predefined in system.&lt;BR /&gt;
Traps, logs and port disable work only with predefined meter like "ingmeter0"&lt;BR /&gt;
&lt;BR /&gt;
When i'm using my counter ie. meter_10_K  counter in cli works but traps, logs and port disable don't work&lt;BR /&gt;
&lt;BR /&gt;
When i'm using predefined counter ie. ingmeter0 i can get syslog message and nothing more, i mean: no traps, no cli counters as mentioned above&lt;BR /&gt;
&lt;BR /&gt;
For testing i'm using ping -f and hping3&lt;BR /&gt;
&lt;BR /&gt;
My system: X670-48x, xos 16.1.3.6  patch1-8&lt;BR /&gt;
&lt;BR /&gt;
 # show  policy "icmp_drop"Policies at Policy Server:&lt;BR /&gt;
Policy: icmp_drop&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol udp ;&lt;BR /&gt;
    destination-address 192.168.65.23/32 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    count icmp_udp ;&lt;BR /&gt;
    meter meter_10_K ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2016 00:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14197#M1601</guid>
      <dc:creator>Pedro2</dc:creator>
      <dc:date>2016-08-09T00:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14198#M1602</link>
      <description>Hi Pedro, please see below a quick description for my lab results:&lt;BR /&gt;
&lt;BR /&gt;
Server sending icmp -f (2.2.2.2) === port 3 === SW === port 1 === PC receiving the icmp (2.2.2.1)&lt;BR /&gt;
&lt;BR /&gt;
X670V-48X using 16.1.3.6-patch1-3&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Switch configuration:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;conf meter "ingmeter10" committed-rate 10 k max-burst-size 10 Kb out-actions drop log trap ports 3&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Policy: icmpdrop&lt;BR /&gt;
&lt;I&gt;entry R1 {&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;    if {&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;    protocol icmp ;&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;    destination-address 2.2.2.1/32 ;&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;}&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;then {&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;    count icmp_udp ;&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;    meter ingmeter10 ;&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;}&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;}&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;conf access-list icmpdrop ports 3 ingress&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;Results&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;&lt;BR /&gt;
&lt;/U&gt;&lt;/B&gt;&lt;U&gt;ACL Counter:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
Policy Name       Vlan Name        Port   Direction    Counter Name                   Packet Count         Byte Count&lt;BR /&gt;
==================================================================&lt;BR /&gt;
icmpdrop          *                3      ingress&lt;BR /&gt;
    &lt;B&gt;icmp_udp                       572&lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
&lt;B&gt;&lt;BR /&gt;
&lt;U&gt;&lt;/U&gt;&lt;/B&gt;&lt;U&gt;Meter Status:&lt;BR /&gt;
&lt;/U&gt;&lt;BR /&gt;
SW.62 # &lt;I&gt;show meter "ingmeter10" out-of-profile ports 3&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Name                            &lt;B&gt; Status&lt;/B&gt;         Disabled Rate-Limit Counter Port&lt;BR /&gt;
====================================================================&lt;BR /&gt;
ingmeter10                  &lt;B&gt;Out of profile&lt;/B&gt;    No                              0          3&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;&lt;BR /&gt;
&lt;/U&gt;&lt;/B&gt;&lt;U&gt;SNMP Trap:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
SW.63 # &lt;I&gt;show management&lt;BR /&gt;
&lt;BR /&gt;
&lt;/I&gt;&lt;B&gt;SNMP traps:     Sent   1&lt;/B&gt;&lt;BR /&gt;
&lt;I&gt;&lt;BR /&gt;
&lt;/I&gt;&lt;B&gt;&lt;U&gt;&lt;BR /&gt;
&lt;/U&gt;&lt;/B&gt;&lt;U&gt;Switch Log&lt;/U&gt;&lt;I&gt;&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
SW.64 # &lt;I&gt;sh log&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
08/12/2016 16:36:38.16 &lt;ACL.INGRMETEROUTACTLOGEVENT&gt; Ingress &lt;B&gt;Traffic on port 3 exceeded&lt;/B&gt; the configured rate of meter &lt;B&gt;ingmeter10&lt;/B&gt; resulting in change of &lt;B&gt;out-of-profile&lt;/B&gt; status to &lt;B&gt;true&lt;/B&gt;.&lt;BR /&gt;
&lt;BR /&gt;
I could see the log and trap being sent when using internal meter (ingmeterX).&lt;BR /&gt;
&lt;BR /&gt;
Hope it helps.&lt;/ACL.INGRMETEROUTACTLOGEVENT&gt;</description>
      <pubDate>Sat, 13 Aug 2016 01:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14198#M1602</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-08-13T01:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: meter almost works for me. No counters via cli, via snmp, no snmp traps</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14199#M1603</link>
      <description>Hi Pedro, &lt;BR /&gt;
&lt;BR /&gt;
This is the trap received by Extreme Management Center (Netsight) in my test: &lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="649de956b02449c3a46d25c563d95fe0_RackMultipart20160812-99799-6156u8-MeterTrapMgmtCenter_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/291i7F250C3562CDE347/image-size/large?v=v2&amp;amp;px=999" role="button" title="649de956b02449c3a46d25c563d95fe0_RackMultipart20160812-99799-6156u8-MeterTrapMgmtCenter_inline.png" alt="649de956b02449c3a46d25c563d95fe0_RackMultipart20160812-99799-6156u8-MeterTrapMgmtCenter_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Aug 2016 01:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/meter-almost-works-for-me-no-counters-via-cli-via-snmp-no-snmp/m-p/14199#M1603</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-08-13T01:08:00Z</dc:date>
    </item>
  </channel>
</rss>

