cancel
Showing results for 
Search instead for 
Did you mean: 

AP7562 [SNMP] Looking for CPU Load OID

AP7562 [SNMP] Looking for CPU Load OID

Mous
New Contributor

Hello;

As stated in the title, I'm struggling to find the OID that returns the AP CPU Load, I could do snmpwalk but many OID got no name neither description.

AP Model number is AP-7562-6704M-WR

version 5.9.1.4-004R

I'll be thankfull

1 ACCEPTED SOLUTION

Christopher_Fra
Extreme Employee

Hello Mous,

       WiNG AP7562 v5.9.1.4 "WING-MIB.mib" has the following for AP CPU Load. You can open "WING-MIB.mib" file using any text editor (I use Notepad++):

 

-- 1.3.6.1.4.1.388.50.1.4.2.2.1.1.8
wingStatsDevSysInfoLoadLimitS0 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"10 times the average cpu load over the last minute
(2 => .2 % cpu load)
XPath: /wing-stats/device[mac=key1]/sysinfo/load_limit_s0"
::= { wingStatsDevSysInfoEntry 8 }
 
-- 1.3.6.1.4.1.388.50.1.4.2.2.1.1.9
wingStatsDevSysInfoLoadLimitS1 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"10 times the average cpu load over the last five minutes
(2 => .2 % cpu load)
XPath: /wing-stats/device[mac=key1]/sysinfo/load_limit_s1"
::= { wingStatsDevSysInfoEntry 9 }
 
-- 1.3.6.1.4.1.388.50.1.4.2.2.1.1.10
wingStatsDevSysInfoLoadLimitS2 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"10 times the average cpu load over the last fifteen minutes
(2 => .2 % cpu load)
XPath: /wing-stats/device[mac=key1]/sysinfo/load_limit_s2"
::= { wingStatsDevSysInfoEntry 10 }
 
-- 1.3.6.1.4.1.388.50.1.4.2.4.1.1.15
wingStatsDevSysCpu OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current cpu info
XPath: /wing-stats/device[mac=key1]/system/cpu"
::= { wingStatsDevSysEntry 15 }

Hope this helps...... 

View solution in original post

3 REPLIES 3

Mous
New Contributor

@Christopher_Fra  Thank you very much, that answers my question

Christoph_S
Extreme Employee

Hello Mous,

You can also follow these instructions to look for OID in MIB file: https://extremeportal.force.com/ExtrArticleDetail?an=000084128

BR,

Christoph S.

Christopher_Fra
Extreme Employee

Hello Mous,

       WiNG AP7562 v5.9.1.4 "WING-MIB.mib" has the following for AP CPU Load. You can open "WING-MIB.mib" file using any text editor (I use Notepad++):

 

-- 1.3.6.1.4.1.388.50.1.4.2.2.1.1.8
wingStatsDevSysInfoLoadLimitS0 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"10 times the average cpu load over the last minute
(2 => .2 % cpu load)
XPath: /wing-stats/device[mac=key1]/sysinfo/load_limit_s0"
::= { wingStatsDevSysInfoEntry 8 }
 
-- 1.3.6.1.4.1.388.50.1.4.2.2.1.1.9
wingStatsDevSysInfoLoadLimitS1 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"10 times the average cpu load over the last five minutes
(2 => .2 % cpu load)
XPath: /wing-stats/device[mac=key1]/sysinfo/load_limit_s1"
::= { wingStatsDevSysInfoEntry 9 }
 
-- 1.3.6.1.4.1.388.50.1.4.2.2.1.1.10
wingStatsDevSysInfoLoadLimitS2 OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"10 times the average cpu load over the last fifteen minutes
(2 => .2 % cpu load)
XPath: /wing-stats/device[mac=key1]/sysinfo/load_limit_s2"
::= { wingStatsDevSysInfoEntry 10 }
 
-- 1.3.6.1.4.1.388.50.1.4.2.4.1.1.15
wingStatsDevSysCpu OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current cpu info
XPath: /wing-stats/device[mac=key1]/system/cpu"
::= { wingStatsDevSysEntry 15 }

Hope this helps...... 

GTM-P2G8KFN