10-31-2024 06:44 AM
Dear community,
I'm configuring the Posture with client provisioning. when the user tries to connect to the network, he is successfully authenticated, but he is not being redirected to redirect URL. when i try to manually enter the URL on different browsers i get the portal to download the anyconnect ressources. here is the DACL that use for the authorization profile :
# permit udp any eq bootpc any eq bootps
# permit udp any any eq domain
# permit icmp any any
# permit tcp any host < ISE_Node> eq 8443
# permit tcp any host < ISE_Node> eq 8905
# permit udp any host < ISE_Node> eq 8905
For the Redirect ACL on the switch Catalyst 2960X-15.2.7 :
# deny udp any eq bootps any
# deny udp any any eq bootpc
# deny udp any eq bootpc any
# deny udp any any eq domain
# deny udp any host <ISE_Node> eq 9805
# deny tcp any host <ISE_Node> eq 9805
# deny udp any host <ISE_Node> eq 8443
# permit tcp any any eq www
# permit tcp any any eq 443
on the switch , i can see that is applying the DACL and ACL and giving the URL redirect
10-31-2024 07:27 AM
Can I see the output of "show license" ?
10-31-2024 07:32 AM
i'm actually using an evaluation license
10-31-2024 07:36 AM
Keep in mind that LAN Lite model does not support features like CoA or DACLs
10-31-2024 07:44 AM
it's a Catalyst switch 2960X so i suppose its LAN Base model. Can you please give the link to refer to
10-31-2024 08:05 AM
You can check a similar thread with Cisco reply
11-01-2024 07:25 AM
its WS-C2960X-48FPS-L , its LAN Base model so i think it support DACL and redirection
11-01-2024 07:31 AM
are the ACL and Dacl correct !
11-01-2024 07:36 AM
Try to deny the port 443 only for ISE
# deny tcp any <ISE> eq 443
Keep the the permit for everything else
permit tcp any any eq 443
11-01-2024 09:41 AM
"deny udp any host <ISE_Node> eq 8443" this line is wrong and it has to be replaced with "deny tcp any host <ISE_Node> eq 8443", ISE portal runs on port 8443 in TCP not UDP. Try to change that and see if it fixes the issue.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide