ISE Wired Web Redirection Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2016 11:30 PM - edited 03-11-2019 12:09 AM
Hi All,
Please help me to fine tune Web redirection ACL, I am not able to do web redirection for guest sponsor portal in ISE 2.1.
I have configured Policy and Redirect ACL in switch.
ip access-list extended GUEST_WEBAUTH_REDIRECT
10 deny ip any host ISE-IP
20 deny udp any any eq domain
30 permit tcp any any eq www
40 permit tcp any any eq 443
50 permit tcp any any eq 8443
Thanks
Kamlesh
- Labels:
-
AAA

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2016 02:54 AM
Redirect ACL configured on switch shouldn't contain "50 permit tcp any any eq 8443"
This the portal port. It has nothing to do with http and https redirection.
ip access-list extended redirect
deny ip any host <ISE ip address>
permit TCP any any eq www
permit TCP any any eq 443
http://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/113362-config-web-auth-ise-00.html
You can keep this above link.
Regards
Gagan
