cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2504
Views
1
Helpful
3
Replies

Streaming Telemetry on eWLC

comenyi1
Frequent Visitor
Frequent Visitor

Hello, has anyone tried enabling telemetry on eWLCs? I have 5 9120s in my home and i am trying to get this up and running as i am starting to play with grafana, influx, and telegraf. I have been successful in getting my 9300 switch to stream to my collector but this AP for some reason does not establish a connection at all. I havent been able to find any relevant debugs to get an idea what is going on either. 

Appreciate any feedback!

From AP:

OCE-eWLC#show telemetry ietf subscription summary
Subscription Summary
====================
Maximum supported: 128

Subscription Total Valid Invalid
-----------------------------------------------
All                    1      1          0
Dynamic           0     0          0
Configured       1     1        0
Permanent        0    0        0

OCE-eWLC#show telemetry ietf subscription 1 receiver
Telemetry subscription receivers detail:

Subscription ID: 1
Name: grpc-tcp://192.168.254.252:57000
Connection: 65535
State: Disconnected
Explanation: Receiver invalid

OCE-eWLC#show telemetry ietf subscription 1 detail
Telemetry subscription detail:

Subscription ID: 1
Type: Configured
State: Valid
Stream: yang-push
Filter:
Filter type: xpath
XPath: /wireless-client-oper:client-oper-data
Update policy:
Update Trigger: periodic
Period: 500
Encoding: encode-kvgpb
Source VRF:
Source Address: 192.168.252.2
Notes: Subscription validated

Named Receivers:
Name Last State Change State Explanation
-------------------------------------------------------------------------------------------------------------------------------------------------------
grpc-tcp://192.168.254.252:57000 02/19/24 19:54:37 Disconnected Receiver invalid


OCE-eWLC#sh run | sec tele
telemetry ietf subscription 1
encoding encode-kvgpb
filter xpath /wireless-client-oper:client-oper-data
source-address 192.168.252.2
stream yang-push
update-policy periodic 500
receiver ip address 192.168.254.252 57000 protocol grpc-tcp

From 9300 Switch

OCEHomeSw# show telemetry ietf subscription 1 receiver
Telemetry subscription receivers detail:

Subscription ID: 1
Name: grpc-tcp://192.168.254.252:57000
Connection: 2200
State: Connected
Explanation:

OCEHomeSw# show telemetry ietf subscription 1 detail
Telemetry subscription detail:

Subscription ID: 1
Type: Configured
State: Valid
Stream: yang-push
Filter:
Filter type: xpath
XPath: /process-cpu-ios-xe-oper:cpu-usage/cpu-utilization/five-seconds
Update policy:
Update Trigger: periodic
Period: 500
Encoding: encode-kvgpb
Source VRF:
Source Address: 192.168.254.2
Notes: Subscription validated

Named Receivers:
Name Last State Change State Explanation
-------------------------------------------------------------------------------------------------------------------------------------------------------
grpc-tcp://192.168.254.252:57000 02/19/24 21:28:04 Connected

OCEHomeSw#sh run | sec tele
telemetry ietf subscription 1
encoding encode-kvgpb
filter xpath /process-cpu-ios-xe-oper:cpu-usage/cpu-utilization/five-seconds
source-address 192.168.254.2
stream yang-push
update-policy periodic 500
receiver ip address 192.168.254.252 57000 protocol grpc-tcp

 

1 Accepted Solution

Accepted Solutions

Rich R
VIP
VIP

I don't think it's possible to do that.
See https://www.cisco.com/c/en/us/td/docs/wireless/controller/ewc/17-9/config-guide/ewc_cg_17_9/m_ewc_network_monitoring.html

The only network monitoring supported on the Embedded Wireless Controller (EWC) is through Cisco Digital Network Architecture (DNA) Center. This is done through NETCONF using a propietary protocol for push and pull of configuration or status information.

RichR_0-1708535148874.gif

 

Note


Although you can run telemetry commands on EWC, monitoring is only supported through DNA, which is done through NETCONF.

------------------------------
Please click Helpful if this post helped you and Accept as Solution if this answered your query.
------------------------------
TAC recommended codes for AireOS WLC's   and   TAC recommended codes for 9800 WLC's
Best Practices for AireOS WLC's,   Best Practices for 9800 WLC's   and   Cisco Wireless compatibility matrix
Check your 9800 WLC config with Wireless Config Analyzer using "show tech wireless" output or "config paging disable" then "show run-config" output on AireOS and use Wireless Debug Analyzer to analyze your WLC client debugs
Field Notice: FN63942 APs and WLCs Fail to Create CAPWAP Connections Due to Certificate Expiration
Field Notice: FN72424 Later Versions of WiFi 6 APs Fail to Join WLC - Software Upgrade Required
Field Notice: FN72524 IOS APs stuck in downloading state after 4 Dec 2022 due to Certificate Expired
- Fixed in 8.10.196.0, latest 9800 releases, 8.5.182.12 (8.5.182.13 for 3504) and 8.5.182.109 (IRCM, 8.5.182.111 for 3504)
Field Notice: FN70479 AP Fails to Join or Joins with 1 Radio due to Country Mismatch, RMA needed
Field Notice: FN74383 APs Running 17.12.4/5/6/6a May Run Out of Flash Space Preventing Upgrades
How to avoid boot loop due to corrupted image on Wave 2 and Catalyst 11ax Access Points (CSCvx32806)
Field Notice: FN74035 - Wave2 APs DFS May Not Detect Radar After Channel Availability Check Time
Leo's list of bugs affecting 2800/3800/4800/1560 APs
Default AP console baud rate from 17.12.x is 115200 - introduced by CSCwe88390

View solution in original post

3 Replies 3

Mark Elsen
Hall of Fame
Hall of Fame

 

 - A full list of telemetry debugging command is available below ; also go for advisory release on the eWLC if not yet done (17.9.4a)
            show telemetry ietf subscription all (DNA related)
             show telemetry ietf subscription 23 detail
             show telemetry internal subscription all stats
             show telemetry internal connection <0-4294967294> detail
             show telemetry ietf subscription configured
             show iox detail

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

Rich R
VIP
VIP

I don't think it's possible to do that.
See https://www.cisco.com/c/en/us/td/docs/wireless/controller/ewc/17-9/config-guide/ewc_cg_17_9/m_ewc_network_monitoring.html

The only network monitoring supported on the Embedded Wireless Controller (EWC) is through Cisco Digital Network Architecture (DNA) Center. This is done through NETCONF using a propietary protocol for push and pull of configuration or status information.

RichR_0-1708535148874.gif

 

Note


Although you can run telemetry commands on EWC, monitoring is only supported through DNA, which is done through NETCONF.

------------------------------
Please click Helpful if this post helped you and Accept as Solution if this answered your query.
------------------------------
TAC recommended codes for AireOS WLC's   and   TAC recommended codes for 9800 WLC's
Best Practices for AireOS WLC's,   Best Practices for 9800 WLC's   and   Cisco Wireless compatibility matrix
Check your 9800 WLC config with Wireless Config Analyzer using "show tech wireless" output or "config paging disable" then "show run-config" output on AireOS and use Wireless Debug Analyzer to analyze your WLC client debugs
Field Notice: FN63942 APs and WLCs Fail to Create CAPWAP Connections Due to Certificate Expiration
Field Notice: FN72424 Later Versions of WiFi 6 APs Fail to Join WLC - Software Upgrade Required
Field Notice: FN72524 IOS APs stuck in downloading state after 4 Dec 2022 due to Certificate Expired
- Fixed in 8.10.196.0, latest 9800 releases, 8.5.182.12 (8.5.182.13 for 3504) and 8.5.182.109 (IRCM, 8.5.182.111 for 3504)
Field Notice: FN70479 AP Fails to Join or Joins with 1 Radio due to Country Mismatch, RMA needed
Field Notice: FN74383 APs Running 17.12.4/5/6/6a May Run Out of Flash Space Preventing Upgrades
How to avoid boot loop due to corrupted image on Wave 2 and Catalyst 11ax Access Points (CSCvx32806)
Field Notice: FN74035 - Wave2 APs DFS May Not Detect Radar After Channel Availability Check Time
Leo's list of bugs affecting 2800/3800/4800/1560 APs
Default AP console baud rate from 17.12.x is 115200 - introduced by CSCwe88390

comenyi1
Frequent Visitor
Frequent Visitor

Wow thank you for the reference. Man this is a blow. I went from a 9800cl to the EWC, looks like I need to get the CL back up and running again. 

Review Cisco Networking for a $25 gift card