06-22-2020 07:31 PM - edited 06-22-2020 07:40 PM
Hi, all.
I am finding a NETCONF <get> Request to get the list of Wireless Clients connected to the device with NETCONF-YANG.
I referred to a guide documentation (https://www.cisco.com/c/en/us/td/docs/wireless/controller/9800/programmability-guide/b_c9800_programmability_cg/cisco-catalyst-9800-series-wireless-controller-programmability-guide.html),
but I do not know what the correct format of the filter (or data) is when requesting NETCONF <get> to find Wireless Clients.
I tried inserting some filter formats like under, but failed.
<filter>
<wireless-client-data xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-wireless-client-oper">
<dot11-stats/>
</wireless-client-data>
</filter>
I am waiting your solutions. Thank you.
Solved! Go to Solution.
06-22-2020 09:28 PM
Finally I got the answer!
Link: https://grafana.com/grafana/dashboards/12468
(example subtree format filter):
<filter>
<client-oper-data xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-wireless-client-oper">
<traffic-stats />
</client-oper-data>
</filter>
06-22-2020 09:28 PM
Finally I got the answer!
Link: https://grafana.com/grafana/dashboards/12468
(example subtree format filter):
<filter>
<client-oper-data xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-wireless-client-oper">
<traffic-stats />
</client-oper-data>
</filter>
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