cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
396
Views
5
Helpful
1
Replies

ISE Wired Web Redirection Problem

kamlenegi
Level 1
Level 1

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

1 Reply 1

Gagandeep Singh
Cisco Employee
Cisco Employee

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