karenm wrote:
I like to also see the AP collecting the data and which WLAN is in use and the ciscoLwappDot11ClientSessionTrap mib includes all this data, but the IP Address is not formatted correctly.
The AP collecting the data is probably the same one logging, in this case, your 20:4C:9E:EA:4F:B0 device. This trap is not logging client MAC or WLAN that I can tell. You might get more data by using Syslog instead of SNMP and turning the logs on info, but then discarding the millions of logs that you don't want.
Parsing out "cldcClientByIpAddress.0=<010><010><010><023>" and inserting 10.10.10.23 as the IP Address format would not be hard, but I'm not sure why your devices are sometimes logging things like "cldcClientByIpAddress.0=ª<030><001>z".
Unfortunately I don't know the Cisco MIBs enough to even tell you whether or not that is normal and how to parse it.