12-09-2004 02:47 PM - edited 07-04-2021 10:15 AM
Traps sent from WLSE are not populated with index information. Example - A reboot of an AP does intiate the trap but cannot determine the nature of the trap from trap info. I am using SilverCreek as my notification recepient. All pertinent dependant mibs are loaded. What are my next troubleshooting steps.
In a related note: My assumption is that the AP's should not have a trap recepient (snmp-server host xxx.xxx.xxx.xxx) configured in order to strictly utilize the WLSE as the only trap generator for the environment.
12-16-2004 07:09 AM
The CiscoWorks WLSE currently monitors the WLAN infrastructure using SNMP polling, not using traps.
http://www.cisco.com/en/US/products/sw/cscowork/ps3915/products_qanda_item09186a008018496c.shtml
12-16-2004 01:12 PM
Hello,
Remember, Traps from APs don't get sent to WLSE but directly to your Trap Receiver. WLSE does poll devices using SNMP for various parameters and can send a north bound SNMP Trap to your Trap Receive when it sees a problem (i.e. fault). The format of the trap is defined in CISCO-DEVICE-EXCEPTION-REPORTING-MIB.
I have also found it quite anoying that the MIB does not differentiate the different kinds of traps that WLSE can send. The MIB only has 7 fields. Each field means something different (check the MIB for details). One of which contains the Trap details:
-----------------------
cderExcepData OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..1024))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"More information about the exception that
the reporting service(s) want to convey to
the NMS.
The receiving NMS should understand the
meaning of this object value in order to
use it."
::= { cderExceptionEntry 7 }
------------------------------
A typical trap would look like:
-----------------------------
13 ipv4 10.100.1.10 P1 479610994 FaultId 13DeviceId 227DeviceIP 10.100.1.10DeviceName 10.100.1.10MO RF Port Dot11Radio0Change Broadcast SSID is enabledChangeSeverity P1StateChange BroadcastSSID is ViolatingPolicyAlarmState ActiveOverallSeverity P1DeviceType IOSAccessPoint FaultNotifier@LabWLSE.blah.net
-----------------------------
If you find the 7th field you can tell that this Trap was sent to advise that the Broadcast SSID has been enabled.
What sucks is if you want your Trap Receiver to act on a specific fault within this MIB, it has to be smart enough to parse the different fields and find text relevant to the Trap. We use HPOV as our Trap Receiver and from what I can tell this means a custom script. How I wish they had coded each WLSE Fault with it's own OID then this wouldn't be necessary!!
Serge
12-16-2004 02:35 PM
Serge you have hit the nail on the head. I have progressed to this point already and just going on from there. Thanks for the reply.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide