AP7131 CPU Utilization SNMP OIDS/Mibs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-02-2021 10:39 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-03-2021 07:13 AM
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