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).
- Python (tested on Python 3.8.6 for Windows)
- Download this repository or copy all of the content from wlc_acl_ise.py file into a python file
- Run wlc_acl_ise.py
- Inform how many PSN you have (ex: 2)
- Inform how many remediation servers you have (ex: 1)
- Inform IP address of each PSN and Remediation Server (Ex: 10.1.1.1)
- A .txt file will be generated with the ACLs
- Copy the ACLs to the WLC (CLI)
- Create acls (local mode) to be applied on Cisco WLC running AirOS, when deploying ISE and using Posture and WebAuth (Guest Portal).
- If you are having trouble or need help, create an issue here