Skip to content

A python script that automates setting up an Access Point without the need for a controller. For my Cisco CCNP class at school.

Notifications You must be signed in to change notification settings

nchhaj189/Access-Point-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Access-Point-Automation

A python script that automates setting up an access point without the need for a controller. For my Cisco CCNP class at school.

To run this script you must:

  1. Install the dependencies, which can be done with the following command (remember to navigate to the folder:
pip install -r requirements.txt
  1. Must have the specified OS file to install, or have your own and replace it in the code.

  2. Set the ip address of you computer to 172.28.128.7 with subnet mask 255.255.255.0.

  3. Install tftpd32 software and navigate in the file system to your specified OS file to be installed on the access point.

  4. Plug in the access point and boot in ROM mode.

  5. Find the process id for putty, which can be done by looking in task manager.

  6. Run the script using the following command

python accesspoint.py
  1. Let the program do the rest of the work!

About

A python script that automates setting up an Access Point without the need for a controller. For my Cisco CCNP class at school.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages