cancel
Showing results for 
Search instead for 
Did you mean: 

SNMP OID for port rate-limit?

SNMP OID for port rate-limit?

Frank
Contributor
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?

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

Thanks!

6 REPLIES 6

Frank
Contributor
Sniff:
# snmpwalk -On -v2c -cpublic MySwitch .1.3.6.1.4.1.1916.1.4.9
.1.3.6.1.4.1.1916.1.4.9 = No Such Object available on this agent at this OID

On both 15.5.2.9 and 15.5.3.4 patch1-6 (on 460s)

Guess it's an optimistic MIB - or do I perhaps have to configure some setting to "on" ?

Thanks for your reply!

Drew_C
Valued Contributor III
Hi Frank,
There are two tables in the MIB that may give you what you're looking for.
I'm looking at the EXOS 15.5 MIB and I see a table called
code:
extremePortEgressRateLimitEntry

It starts at OID
code:
.1.3.6.1.4.1.1916.1.4.9


You should be able to query
code:
.1.3.6.1.4.1.1916.1.4.9.1.2.1004
(that's port number 4+1000) to see the
code:
extremePortEgressRateLimitValue
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.
GTM-P2G8KFN