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.
Background:I am setting up mesh wireless on a 9800.I am going to import several mesh APs from a 5520 controller and add some new ones. I am using a converted configuration.The converted config only has username, macaddress, mac. No WLAN specified.Con...
I am trying to develop a role that will turn off the 2.4 and 5 ghz radios and set the desired country codes then turn them back on.role logic:- name: Turn off 2.4 and 5 Ghz radios cisco.ios.ios_config: lines: - "ap dot11 24ghz shutdown" ...
What automation platform do you use on 5520 and 9800 WLCs? We have a mixed environment. We are also beginning our journey to convert a lot of manual tasks into code. So far we have looked at and worked with CatCenter (DNAC), Python, NETCONF/YANG and ...
I am very new to both Ansible and ISE APIs. I have read through the Cisco Dev site and utilized the playbooks to view and list the groups. However, I am getting an "Unexpected failure during module execution: Unknown API version, known versions are 3...
I imported a 5520 configuration file into a 9800-CL controller migration tool. This was done to simply cross reference some configuration. What I did not realize is there does not appear to be an easy way to clear the configuration file and remove an...
Appreciate the replies. I was using the 9800 mesh documentation that is called out.I guess I did not make the connection between the mac list being used for multiple purposes.I am not sure why then the GUI makes you add a WLAN vs the CLI not requirin...
Update. I did get the ansible.netcommon.netconf-config module to work. I never could get the cisco.ios.ios_config module to work. When it comes to configuring the 9800 wireless side it will take some creative thinking. Or at least that is the way it ...
@bigevilbeard that may be. I am not sure how I would go about determining if that is the case. Up the verbosity on the playbook would be my first inclination.That playbook was my first attempt. I have done some further research and it appears the the...
Thank you for the reply.The ISE instance is on patch 3.1 patch 7 and I have tried othername as suggested, but the play still fails, it is saying othername is not a valid parameter.The full traceback is:NoneType: Nonefatal: [localhost]: FAILED! => {"c...