cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
876
Views
0
Helpful
1
Replies

How to get Wireless Clients connected to C9800 installed NETCONF-YANG?

NamgyuKim
Level 1
Level 1

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.

캡처.PNG

 

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.

 

 

1 Accepted Solution

Accepted Solutions

NamgyuKim
Level 1
Level 1

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>

View solution in original post

1 Reply 1

NamgyuKim
Level 1
Level 1

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>