
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2016 10:45 AM
I am wondering if there is an SNMP MIB on ISE that would report memory utilization stats from physical memory and swap memory (free / used). My customer is using ISE 1.3patch6 currently if that makes any difference. Thank you.
Solved! Go to Solution.
- Labels:
-
Identity Services Engine (ISE)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2016 07:23 AM
Hi Philip,
You can find the supported MIBs for ISE here: Cisco Identity Services Engine Administrator Guide, Release 1.3 - Supported Management Information Bases in Cisco ISE […
Regards,
-Tim

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2016 07:23 AM
Hi Philip,
You can find the supported MIBs for ISE here: Cisco Identity Services Engine Administrator Guide, Release 1.3 - Supported Management Information Bases in Cisco ISE […
Regards,
-Tim

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2016 08:34 AM
Thanks. There is nothing in here related to ISE memory stats, so I guess the answer is “no”…
Phil

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2016 08:53 AM
Phil,
I think what you are looking for is in table 13 in the link I posted. I just did an SNMP walk of ISE 2.1 in the lab and was able to pull memory status from it. The 2.1 admin guide and 1.3 admin guide have the same table for Host Resources.
Regards,
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 11:49 AM - edited 03-19-2024 11:50 AM
Utilization is not reported, you must calculate it based on what utilization you want. Cisco recommends:
mem_used = kb_main_total - kb_main_free - kb_main_cached - kb_main_buffers;
kb_main_cached = kb_page_cache + kb_slab_reclaimable;
This is a very old thread, but this thread shows up when I look for this answer, so this will help people for many years.
