Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all,
I am currently trying to get the Ethernet link speeds of all APs connected to a C98k Controller via REST API call.My issue is that the link speeds which get returned always show a value of 0.
I am accessing the following module:module: Cisco-...
Hi all,
Has anyone else encountered the issue of disappearing repositories from the running config of Prime Infrastructure? I can configure repos via CLI but they don't show up in the running config.There is no repository in the running config at all...
Hi all
I'm trying to add Tags through netconf to an Access Point on a WLC98k (17.3.1).
Here is the code:
from ncclient import manager
insert_ap_cfg_data = '''
<ap-cfg-data xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-wireless-ap-cfg">
<ap-tags>
...
Thanks @Mark Elsen
It indeed seems to be a bug.I found a way to move an AP to a 9800-CL with version 17.13 and test another call. With this version the link speed is shown correctly (1000).
Hi pengus,We just had the exact same issue happen a few days after upgrading to 17.9.4 (AP Service Packs not yet installed) and your workaround has helped.How did it go for you after the workaround? Did the issue reoccur or was it a permanent fix?Did...
We were able to fix the issue with the help of Cisco TAC.It seems like the repo password was too long (15 characters is max).A reboot was still necessary, the configuration thread was stuck and would not configure any repos even when using a shorter ...
Hi Georg,
Thanks for the suggestion!All the repos have enough space, there is 250 GB available on the local disk and our backups are usually about 50 GB.The external repo is hosted on a dedicated backup server and it currently has 1 TB of free space.
Thanks for very helpful link!I changed the following RPC:<ap-cfg-data xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-wireless-ap-cfg">
<ap-tags>
<ap-tag>
<ap-mac>10:10:10:10:10:10</ap-mac>
<policy-tag>policy-tag</policy-tag>
<si...