cancel
Showing results for 
Search instead for 
Did you mean: 

AP7131 CPU Utilization SNMP OIDS/Mibs

AP7131 CPU Utilization SNMP OIDS/Mibs

GajananW
New Contributor
Hello, I am trying to access the CPU utilization and memory statistics for the AP7131 version 5.8.6.9-003R. However, I am enable to get any information so far.
I was wondering if someone has done worked on it. Can someone post the oids for getting this information over SNMP calls?

I was trying this way, 
snmpwalk -v2c -c public 10.0.2.101 1.3.6.1.4.1.1916.1.32.1.2

I am not too sure about the community string, I am using public string but if there is any other/private string please let me know.
1 REPLY 1

Angelo_Cargnel
New Contributor III

By default SNMP is disabled in the management policy.

To enable SNMPv2 in the cli please follow the step below:

1. SSH into the AP or controller
2. enable
3. configure terminal
4. management policy default   (assuming the management policy in use is default)
5. snmp-server manager v2
6. commit write

With the above commands SNMP v2 is enabled.

You can check the ro community with the additional command:

show context

You will see the content of the management policy.
There should be the command:

snmp-server community 0 public ro

Where the statement between 0 and ro is your ro community.


Best regards,
Angelo

GTM-P2G8KFN