Monitoring AP's via SNMP through WiSM

Hi, I am trying to find the best way of monitoring AP's (UP/DOWN/Environment) through WiSM.  In the past I have always relied on a controller  (4400 etc) to send SNMP traps to our monitoring system whenever there was an issue with an AP (ex. disassociated).  Is there away of accomplishing the same monitoring technique for WiSM's.  Currently there is a WCS but would liek to accomplish this so it's more automated and not having to look at multiple screens.  Thanks

If I understand you correctly you want to send SNMP traps regarding AP status to a 3rd party NMS from a WiSM instead of a 4400 WLC, right?
If so, the WiSM is effectively two 4400 WLCs in module format. It shares the same configuration options, though there are some small differences.
In regards to SNMP they have the same options. You can define the UP/DOWN/ASSOC/DISASSOC states among other things. Mind you however that at least since 7.0.116.0 there is a discrepancy between the ASSOC and DISASSOC trap as they are in different MIBs, of which the one with the ASSOC trap is not up to date.
The WCS itself is nothing more than another trap destination for a WLC next to 3rd party NMS.

Similar Messages

  • N5K - monitor vPC status via SNMP

    Can I monitor a vPC via SNMP?
    I'm interested in "Peer status", "vPC keep-alive status", "Configuration consistency status" and "vPC role".
    N5K1(config-if)# show vpc
    Legend:
    (*) - local vPC is down, forwarding via vPC peer-link
    vPC domain id                   : 1
    Peer status                     : peer adjacency formed ok
    vPC keep-alive status           : peer is alive
    Configuration consistency status: success
    vPC role                        : primary

    Good question, I also want to know how we can do that.
    Sent from Cisco Technical Support iPad App

  • Monitor the # of registered AP's on a 2504 via SNMP?

    Does anyone know the OID to determine the number of registered AP's on a WLC (specifically the AIR-CT2504).
    I've got both of the Airespace MIBs and have browsed through them but I can't seem to find the correct location.  I can find a list of all of the AP's registered but our monitoring software doesn't have the ability to 'count' that index.  As such, I'm looking for a count/summation of the total number of registered AP's via SNMP.
    Thanks!
    Brian

    It's an old post, but I had the same question. After some research I found a simple answer...
    Use this OID: .1.3.6.1.4.1.9.9.618.1.8.4.0
    If you want to also get the total number of Clients, use: .1.3.6.1.4.1.9.9.618.1.8.12.0
    It does not work on 7.0 - it does on 7.6 and 8.0.
    Best regards
    Christoph

  • Monitor the OSPF neighbors via snmp

    Hello,
    I monitor the OSPF neighbors via snmp. On the 3750 it works correctly.
    http://www.cisco.com/en/US/tech/tk869/tk769/technologies_white_paper09186a00801177ff.shtml
    On 3750X via snmp I do not see that OSPF neighbors in the VRF. How to see through snmp??
    I use the IOS C3750E-UNIVERSALK9-M 15.0(2)SE on 3750X
    best regard

    The solution is to update to 12.2(55)SE5

  • MIBS to Monitor Etherchannel and trunks via SNMP

    I would like to monitor the status of etherchannel and trunk configurations in 6500 Catalyst switches running both CATOS and IOS. I would like to understand the specific mibs/OIDS that should be monitored for etherchannels and trunks. I am trying to get a better handle on tracking the etherchannels and trunk dynamically and then understanding when the ports are having issues (up/down and errors). I need to understand how to differentiate these type of ports from regular access ports.
    Thanks,
    Tim

    Hi Tim,
    what exactly do you want to query via SNMP?
    For an (PAgP) Etherchannel, the member-interfaces might be interesting:
    https://supportforums.cisco.com/message/3957914#3957914
    For a trunk, you could start with the operational mode, depending on the platform you can use:
    vlanTrunkPortDynamicStatus (CISCO-VTP-MIB):
    vlanTrunkPortDynamicStatus.49 = notTrunking
    vlanTrunkPortDynamicStatus.50 = trunking
    vlanPortIslOperStatus (CISCO-STACK-MIB):
    vlanPortIslOperStatus.13.43 = notTrunking
    vlanPortIslOperStatus.13.44 = trunking
    Hope that helps
    Rolf

  • Monitor pki certificate status via snmp

    I recently discovered that a number of our remote sites could not connect to each other via dmvpn due to various certificate problems.
    They could all connect to our hubs due to pre shared keys, so the problem was never discovered before a colleague discovered MM_KEY_EXCH states on some of the routers.
    I therefore want to monitor the state of the certificates, preferably via snmp.
    I found a nice looking mib,CISCO-PKI-PARTICIPATION-MIB, on http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.9.505
    but none of our routers seem to support it, and when you click on "view supporting images", it also specifies: "There is no supporting images available for
    CISCO-PKI-PARTICIPATION-MIB"
    Do you have any experience on how to monitor certificate status on your Cisco routers?

    No real solution. I found that they all needed to connect to one specific router, so I fire off "show crypto isakmp sa | inc MM_KEY_EXCH" on that specific router via our management platform, and receive a mail with the output on a daily basis.

  • Monitor SA520 via SNMP

    Hi
    I have a SA520 configured in load balancing. It is possible to monitor the WAN status via SNMP?
    Thanks
    Marco

    I noticed that Staffan gave a good answer over at Stackoverflow. I'm making a copy of it here if somebody else is searching the forum and would like to know.
    "The details are on [this webpage|http://java.sun.com/j2se/1.5.0/docs/guide/management/SNMP.html]. In short, what you have to do is:
    * Start with -Dcom.sun.management.snmp.port=portNum
    * Copy the ACL template file in JRE_HOME/lib/management/snmp.acl.template to JRE_HOME/lib/management/snmp.acl, and make it readable and writeable by only the owner."

  • Monitor JRockit via SNMP

    I would like to monitor my Java application (running in JRockit) via SNMP protocol. I only need some basic informations. Is there any startup parameter that I can add to my app to enable SNMP?

    I noticed that Staffan gave a good answer over at Stackoverflow. I'm making a copy of it here if somebody else is searching the forum and would like to know.
    "The details are on [this webpage|http://java.sun.com/j2se/1.5.0/docs/guide/management/SNMP.html]. In short, what you have to do is:
    * Start with -Dcom.sun.management.snmp.port=portNum
    * Copy the ACL template file in JRE_HOME/lib/management/snmp.acl.template to JRE_HOME/lib/management/snmp.acl, and make it readable and writeable by only the owner."

  • Monitor OSPFv3 via SNMP not working - Is OSPFv3 MIB supported?

    I need to be able to query the OSPFv3-MIB via SNMP to track the status of OSPFv3.
    I have setup a 3945 router in a test lab network and I have configured it in an Ipv6 network with OSPFv3.  The router has an active OSPFv3 neighbor and I can use that neighbor to send/receive data (the routing is working fine).  However, when I walk the SNMP MIBs I don't get a response for the OSPFv3-MIB.  According to the Cisco SNMP Object Navigator this MIB should be located at 1.3.6.1.3.102.*.  Below is an example trying to query a particular OID from the OSPFv3 MIB.
    C:\>snmpwalk -v 2c -c public 197.16.18.1 1.3.6.1.3.102.1.5.1.8
    SNMPv2-SMI::experimental.102.1.5.1.8 = No Such Object available on this agent at  this OID
    I can walk other parts of the MIB (For example the OSPFv2 MIB) and get responses, so I know the router has SNMP turned on.
    Looking at the Cisco IOS Mib Locator tool (http://tools.cisco.com/ITDIT/MIBS/MainServlet?IMAGE_NAME=c3900-universalk9-mz.SPA.152-4.M3.bin) for the current software version I am running (c3900-universalk9-mz.SPA.152-4.M3.bin) on a 3945 router it claims that the OSPFv3 MIB is supported in this image.  
    Maybe I need to configure something else?  Maybe my SW doesn't really support this MIB?  Could it be that I have to query the router over Ipv6 to get the OSPFv3-MIB (I have only been trying Ipv4)?

    Hi ,
    As Vinod suggested , you need to configure the "SNMP CONTEXT"
    Configure:
    ==========
    Basic configuration consists of 4 steps:
    Configure mapping between VRF name and SNMP context :
    snmp-server vrf <vrf_1> context <context_1>
    Create community string corresponding to the VRF :
    snmp-server community <vrf_1> RW
    Define context string
    snmp-server context <context_1>
    Configure mapping between context and community:
    snmp-server community-map <vrf_1> context <context_1>
    (optional) Configure snmp server traps for this VRF community
    snmp-server host <IP> traps version 2c <vrf_1>
    For e.g:
    snmp-server vrf miki
    context miki_bgp
    snmp-server community miki RW
    snmp-server context miki_bgp
    snmp-server community-map miki context miki_bgp
    Hope it will help
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ***

  • GSS monitor via snmp

    Hello,
    Is it possible to get the dns stat's of the GSS via snmp?
    On this moment we have found OID's of same basic stuf like memory; cpu load; interface stats
    memAvailReal 1.3.6.1.4.1.2021.4.6
    ssCpuRawIdle 1.3.6.1.4.1.2021.11.53
    ifInOctets 1.3.6.1.2.1.2.2.1.10
    Kind Regards,
    Gerrit Frans van pelt

    Good question. I would like this info too.

  • Can we Monitor third party Windows servers through Cisco Prime

    Hi Team,
    We are  using  Cisco Prime assurance and  are currently monitoring Cisco UCCE Components through it.
    Meanwhile we have   few third party  windows servers , which we would like to monitor it through Cisco Prime , just to maintain a single monitoring tool.
    If yes, please share the steps or link.Also highlight the limitations in that.
    Regards,
    krishna

    Seems Cisco Prime Assurance Manager is now obsolete and end of life already.
    It is replaced by Cisco Prime Infrastructure. CPI supports third party/vendor devices to some minimum extent with limited management details collected via SNMP Templates.
    -Thanks
    Vinod
    **Encourage Contributors. RATE Them.**

  • How do I get the Username of an AnyConnect VPN session via SNMP?

    I would like to monitor the usernames of my AnyConnect sessions via SNMP.  This will allow me to monitor, graph, report, and alert using Solarwinds Orion (or any other SNMP software).
    I would like to monitor this on my ASA 5520. I have run the show snmp-server oidlist command and I can see all of the OID's that I can poll. However, the OID I would like to poll crasUsername (1.3.6.1.4.1.9.9.392.1.3.21.1.1) is not working.
    Does anyone know how I can monitor the username of a AnyConnect session via SNMP?
    Below is a link to a great MIB reference for ASA Remote Access Monitor OID list.
    http://www.mibdepot.com/cgi-bin/getmib3.cgi?i=1&n=CISCO-REMOTE-ACCESS-MONITOR-MIB&r=cisco&f=CISCO-REMOTE-ACCESS-MONITOR-MIB.my&v=v2&t=tree

    Hello PDX,
    Welcome to the HP Support Forums!
    To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at Commercial Forums.
    Regards,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • How to check current input/output rate on router subintenterface via SNMP?

    How to check current input/output rate on router (2821, etc..) subintenterface via SNMP, like cacti monitoring system.
    I cant find OID to make this with snmpwalk.
    Or there is no way to check current load by this way? Only polling?
    P.S. Ethernet subinterface, of course.
    With great respect, S.A.

    Hi,
    Try to use:
    1.3.6.1.4.1.9.2.2.1.1.6 - InBitRate
    1.3.6.1.4.1.9.2.2.1.1.8 - OutBitRate
    1.3.6.1.4.1.9.2.2.1.1.28 - ifDescription

  • TCL or EEM scripts to do TDR testing via SNMP?

    Does anyone know of any EEM or TCL scripts to do TDR testing via SNMP?  Is it even possible?

    I do not, and I didn't see anything obvious on Cisco Beyond.  There is a CISCO-CABLE-DIAG-MIB which could be used to start tests, and get their results.  This MIB is supported on a few different device types, and could be used in conjunction with EEM to start and monitor TDR tests.

  • MDS9216 & MDS9124 Fabric Switches interface stats. via SNMP

    Dear All,
    I am interested in monitoring the interface statistics (In/Out bytes) of MDS9216 & MDS9124 Fabric Switches via SNMP and have been researching on what OID (MIB) values shall i poll? Would anyone be able to help me please? I have looked at many places but the closest I could get is the IF-MIB MIB Interface which has ifTable giving ifInOctets and ifOutOctest per port !  I am not sure if this is what i am suppose to poll as the ifInOctets gives 'the total number of octets recieved on the interface' and not the traffic ? What i am interested in is knowing the traffic (rx / tx) on the port at the time of polling so i can poll them say every 5 min. and plot them via something like cacti.
    Please let me know if any one has got any suggestion as I am not getting anywhere on this.
    Thanks in advance.

    ifSpeed I see listed here :-
    http://www.cisco.com/en/US/docs/storage/san_switches/mds9000/sw/rel_2_x/fabricware/mibs/reference/guide/mibiiobj.html#wp1044690
    not sure if that will give you what you need.  We use solarwinds to monitor our MDS's.

Maybe you are looking for

  • Load Images

    Hello Could you please assist me with such issue I am using a Canvas object like a container for images (Image class). My application loads 500-1000 images (tiles) dynamically and then displays them. Everything works fine but the memory grows up to 3

  • Ore.neural throws ORA-29913: error in executing ODCITABLESTART callout

    Hi, We are using ORE 1.3 and server version 11.2.0.3.0 on an Oracle Linux box. I was trying to do simple neural network from ORE and received the below error: OREtrain2 <- ore.push(train2) dt.mod <- ore.neural(ACTION ~ ., data = OREtrain2)Error in .o

  • Acrobat DC - export all images

    In the previous version you could export all images in a pdf-document through the menu: Tools > Document Processing > Export All Images Adobe Acrobat X Pro * Export images to another format Is it still possible to do in Acrobat DC ? Thank you for any

  • Organizing subfolders or playlists to see in iPod

    I have multiple Pimsleur language lessons that I want to organize in my iTunes and listen to on my iPod. When I get them all on, I will have lessons for Chinese, Spanish, German, and Arabic. I wanted to organize them. Right now, I've got a folder nam

  • Twitter still will not load. Please I need help

    I did the hard shut of and twitter still will not load, I need help please