Wireless Access

 View Only
  • 1.  SNMP for APs

    Posted May 04, 2018 03:51 AM

    Hello,

     

    Is there away to push out SNMP settings for APs managed by a 7205 controller?

     

    I cant seem to find the place where to configure this :(

     

    Best regards,



  • 2.  RE: SNMP for APs

    Posted May 04, 2018 05:47 AM

    What traps are you trying to see, the traps will be sent from the controller there is no traps from the AP. You can configure SNMP within:

     

    Configuration > Management > SNMP

    You can see which traps are disabled/enabled with the following CLI command:

    #show snmp trap-list

    ...and enable/disable accordingly

    (config) #snmp-server trap <enable/disable> <trap name>

     



  • 3.  RE: SNMP for APs

    Posted May 04, 2018 06:05 AM

    I just wanted to be able to full information from the APs from our IMC, hostname, uptime, version, models etc 



  • 4.  RE: SNMP for APs

    Posted May 10, 2018 09:11 AM

    @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