This tool searches the Cisco DNA Center for AccessPoints and changes their height to a defined value.
This tool uses Python3.9
Install the environment with pipenv install
and activate it with pipenv shell
- Add DNAC URL, username and password to
./input_files/device_credentials.py
- Configure required height in ft with the parameter
floor_height
in./input_files/list_floors.py
- To use the tool on specific floors only, add floor ids to the parameter
floor_inputs
in./input_files/list_floors.py
, to use on all floors, do not changefloor_inputs
#!/usr/bin/env python
#to run scripts add dna center hostname and device credentials
device = {
"hostname": "my_host",
"user": "my_user",
"pass": "my_password"
}
#!/usr/bin/env python
floor_height = "10"
floor_inputs = [
]
Execute with python DNAC_change_AP_height.py
--
Please use the issue-page of the repository for any requests or bug reports.
This project was written and is maintained by the following individuals:
- Team DevNet @ Anyweb AG