<?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: SNMP OID for port rate-limit? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26290#M3497</link>
    <description>I have the same needs and problem ...&lt;BR /&gt;
&lt;BR /&gt;
snmpwalk -v 2c -c public XX.XX.XX.XX 1.3.6.1.4.1.1916.1.4.9.1.2&lt;BR /&gt;
iso.3.6.1.4.1.1916.1.4.9.1.2 = No Such Object available on this agent at this OIDsnmpwalk -v 2c -c public XX.XX.XX.XX 1.3.6.1.4.1.1916.1.4.16&lt;BR /&gt;
iso.3.6.1.4.1.1916.1.4.16 = No Such Object available on this agent at this OIDThe switch are &lt;BR /&gt;
&lt;BR /&gt;
snmpwalk -v 2c -c public XX.XX.XX.XX&lt;BR /&gt;
iso.3.6.1.2.1.1.1.0 = STRING: "ExtremeXOS (X460-24t) version 15.5.4.2 v1554b2 by release-manager on Thu Apr 2 14:19:36 EDT 2015"&lt;BR /&gt;
Someone have a solution?&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Jul 2015 15:22:00 GMT</pubDate>
    <dc:creator>_up__bb_</dc:creator>
    <dc:date>2015-07-07T15:22:00Z</dc:date>
    <item>
      <title>SNMP OID for port rate-limit?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26286#M3493</link>
      <description>Quick question: There wouldn't happen to be an SNMP OID to query a port's rate-limit on Extreme switches? If there is, could anyone tell me what that might be?&lt;BR /&gt;
&lt;BR /&gt;
I set "config port 4 rate-limit egress 100000 Kbps" - now I want to snmp-get/walk something to see that tit's at 100000&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26286#M3493</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2015-04-16T15:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID for port rate-limit?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26287#M3494</link>
      <description>Hi Frank,&lt;BR /&gt;
There are two tables in the MIB that may give you what you're looking for.&lt;BR /&gt;
I'm looking at the EXOS 15.5 MIB and I see a table called &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;extremePortEgressRateLimitEntry&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
It starts at OID &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;.1.3.6.1.4.1.1916.1.4.9&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
You should be able to query &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;.1.3.6.1.4.1.1916.1.4.9.1.2.1004&lt;/PRE&gt;&lt;/DIV&gt;  (that's port number 4+1000) to see the &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;extremePortEgressRateLimitValue&lt;/PRE&gt;&lt;/DIV&gt; as an integer.  It's not working for me on my test switch right now, but it's got a minimal configuration and some beta code loaded.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 01:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26287#M3494</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-04-17T01:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID for port rate-limit?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26288#M3495</link>
      <description>Sniff:&lt;BR /&gt;
# snmpwalk -On -v2c -cpublic MySwitch .1.3.6.1.4.1.1916.1.4.9&lt;BR /&gt;
.1.3.6.1.4.1.1916.1.4.9 = No Such Object available on this agent at this OID&lt;BR /&gt;
&lt;BR /&gt;
On both 15.5.2.9 and 15.5.3.4 patch1-6 (on 460s)&lt;BR /&gt;
&lt;BR /&gt;
Guess it's an optimistic MIB - or do I perhaps have to configure some setting to "on" ?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your reply!&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 19:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26288#M3495</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2015-04-17T19:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID for port rate-limit?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26289#M3496</link>
      <description>Hmm, I wonder if it is &lt;I&gt;﻿supposed&lt;/I&gt;﻿ to work or if support has been discontinued for some reason.&lt;BR /&gt;
Would you be willing/able to open a support ticket on this issue so that GTAC can help figure out what's going on?&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Apr 2015 02:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26289#M3496</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-04-18T02:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID for port rate-limit?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26290#M3497</link>
      <description>I have the same needs and problem ...&lt;BR /&gt;
&lt;BR /&gt;
snmpwalk -v 2c -c public XX.XX.XX.XX 1.3.6.1.4.1.1916.1.4.9.1.2&lt;BR /&gt;
iso.3.6.1.4.1.1916.1.4.9.1.2 = No Such Object available on this agent at this OIDsnmpwalk -v 2c -c public XX.XX.XX.XX 1.3.6.1.4.1.1916.1.4.16&lt;BR /&gt;
iso.3.6.1.4.1.1916.1.4.16 = No Such Object available on this agent at this OIDThe switch are &lt;BR /&gt;
&lt;BR /&gt;
snmpwalk -v 2c -c public XX.XX.XX.XX&lt;BR /&gt;
iso.3.6.1.2.1.1.1.0 = STRING: "ExtremeXOS (X460-24t) version 15.5.4.2 v1554b2 by release-manager on Thu Apr 2 14:19:36 EDT 2015"&lt;BR /&gt;
Someone have a solution?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2015 15:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26290#M3497</guid>
      <dc:creator>_up__bb_</dc:creator>
      <dc:date>2015-07-07T15:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID for port rate-limit?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26291#M3498</link>
      <description>Ack - sorry for not feeding the case reply back in here. The reply was:&lt;BR /&gt;
&lt;BR /&gt;
"...It looks   like the functionality was planned and the appropriate values were added   to the MIB, but it has not actually been implemented yet. If you look   in the EXOS 15.7 User Guide for "extremePortEgressRateLimitTable" it lists it as "Not supported". So, the functionality isn't quite there yet."&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26291#M3498</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2015-07-07T16:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP OID for port rate-limit?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26292#M3499</link>
      <description>Anyone know when the "extremePortEgressRateLimitTable" is going to be implemented?&lt;BR /&gt;
As an ISP, we need it to review subscriptions in our network..</description>
      <pubDate>Fri, 21 Apr 2017 21:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/snmp-oid-for-port-rate-limit/m-p/26292#M3499</guid>
      <dc:creator>Lars_Kristian</dc:creator>
      <dc:date>2017-04-21T21:00:00Z</dc:date>
    </item>
  </channel>
</rss>

