@Gubienwrote:
I just wanted to be able to full information from the APs from our IMC, hostname, uptime, version, models etc
there is no snmp agent on the APs, for what you want, query the wlsxWlanAPTable (aruba-wlan.my) on the controller, it has name, uptime, model, serial etc.
e.g. check the available fields using this or in the mib
snmpwalk -v2c -c public123 -O0X -mALL -M/home/mibs/6.5.4.3 192.168.1.123 wlsxWlanAPTable
or
snmptable -v2c -c public123 -O0X -mALL -M/home/mibs/6.5.4.3 192.168.1.123 wlsxWlanAPTable