andreirapuru / wlc_acl_redirect

Scritp to create Posture and WebAuth Redirect ACLs to Cisco WLC running AirOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WLC ACL Redirect

Script to create ACLs (Local Mode) Posture and WebAuth Redirect to Cisco WLC running AirOS. We need these ACLs when integration with ISE and using Posture and WebAuth (Guest Portal).

Requires:

  • Python (tested on Python 3.8.6 for Windows)

Usage:

  1. Download this repository or copy all of the content from wlc_acl_ise.py file into a python file
  2. Run wlc_acl_ise.py
  3. Inform how many PSN you have (ex: 2)
  4. Inform how many remediation servers you have (ex: 1)
  5. Inform IP address of each PSN and Remediation Server (Ex: 10.1.1.1)
  6. A .txt file will be generated with the ACLs
  7. Copy the ACLs to the WLC (CLI)

Output

Use case:

  • Create acls (local mode) to be applied on Cisco WLC running AirOS, when deploying ISE and using Posture and WebAuth (Guest Portal).

Getting Help:

  • If you are having trouble or need help, create an issue here

published

About

Scritp to create Posture and WebAuth Redirect ACLs to Cisco WLC running AirOS

License:MIT License


Languages

Language:Python 100.0%