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.
Hello, I'm Unable to perform config changes via Python Script to WLC 9800 on 17.x.x code. However, this works correctly when WLC is on 16.x.x code. Is there a known issue with this and possible fix in place? Thanks
Hello,I'm wondering if anyone has had any success using APIC-EM to configure say, a 3650 switch via a broadband modem and a Meraki MX64 appliance? Also, what is the correct syntax in creating a DHCP option 43 profile on the Meraki MX64 appliance dash...
Understood. The correct YANG model is updated to the WLC. The problem here seems to be a communication issue from the ncclient to the WLC on 17.x.x code when executing a python script. from ncclient import manager Found the following message board ...
I can confirm i am having the same issue as mentioned above. I can run a python script to my WLC on 16.12.x code. However, I'm unable to perform the same function with my WLC on 17.x.x code. it still looks like an issue between ncclient and the WLC o...
I activated netconf GUI and pulled down XML data. I then took that XML data and wrapped it in a Python script. The script is below. When I run the python script (venv or not) to a 9800 WLC on 17.4.x or 17.6.x code I get errors (listed on my previous ...
These are the errors I'm getting: Scripts are good since it works for 16.3.5 code but does not work on any code on 17.4.x or 17.6.x Traceback (most recent call last):File "c:\Python\WT-Cisco\create-wlan-profile.py", line 31, in <module>result = m.edi...
Appreciate the help on this. We have successfully resolved this concern. I had a ticket open with Meraki but as always, tried to be proactive while waiting to hear back. Tested a few steps in my lab and found that adding option 15 in tandem with opti...