This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Cisco WLC polling

Hi All,

I've tried to add Cisco WLC 4402 to NPM but it can't show iOS ver. on there.

also when i tried with UnDP it said 'not support' as below image.

may i have suggestion to show an iOS ver. on this controller please.

pb1.jpgpb2.jpg

  • If you walk the controller, you might see some of the other ones that might work for you. You might stumble across SNMPv2-SMI::mib-2.47.1.1.1.1.10.1 (1.3.6.1.2.1.47.1.1.1.1.10.1). This will return the IOS version you are currently running on the WLC.

    [dhanson@s-tx-nettools ~]$ snmpwalk -v 3 -u snmp_user -l AuthPriv -a SHA -A <hidden> -x AES -X <hidden> <hostname> 1.3.6.1.2.1.47.1.1.1.1.10.1

    SNMPv2-SMI::mib-2.47.1.1.1.1.10.1 = STRING: "7.0.251.2"

    This same MIB should also work with a V2 community if you're using that.

    Also, when you set this up, just make sure you go to "Advanced Options" on the UnDP create page and select SNMP Get Type "GET".

    Hope this helps!