Hi,
We recently upgraded to 2023.4.2 earlier this week, and I am just now noticing that my SWQL/reports that had previously utilized CDP no longer seems to work. Previously, I was able to use the remotedevice within NCM.ciscocdp and it would pull back the name of any WAPs learned via CDP. That doesn't seem to be the case any longer, as it just shows NULL.
For anyone else on 2023.4.2, can you please run the following SWQL query and let me know if you have any luck pulling back any info that isn't NULL?
select c.RemoteDevice, c.RemotePlatform, c.RemotePort
from orion.nodes i LEFT JOIN ncm.ciscocdp c on c.node.CoreNodeID = i.NodeID
where i.UnManaged='False'
Thanks