A python script that automates setting up an access point without the need for a controller. For my Cisco CCNP class at school.
- Install the dependencies, which can be done with the following command (remember to navigate to the folder:
pip install -r requirements.txt
-
Must have the specified OS file to install, or have your own and replace it in the code.
-
Set the ip address of you computer to
172.28.128.7
with subnet mask255.255.255.0
. -
Install tftpd32 software and navigate in the file system to your specified OS file to be installed on the access point.
-
Plug in the access point and boot in ROM mode.
-
Find the process id for putty, which can be done by looking in task manager.
-
Run the script using the following command
python accesspoint.py
- Let the program do the rest of the work!