cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2744
Views
0
Helpful
21
Replies

ISE Guest re authentication

Hello Community,

 

I have a customer that wants guest users expire be blocked for some time (one day) after that time they get authorize to reauthenticate again through the captive portal.

 

It’s possible?

 

Thanks a lot

21 Replies 21

x minutes/hours after its last login.

 

Thanks

I know there is something called ELAPSEDdays for the MAC address in the ISE Endpoint DB. Not sure if there is something called ElapsedHours, let me check

 

UPDATE: Only the first one. What if you try something like an AUTHZ policy that says:

 

If Endpoint ElapsedDays equal or greater to 1 day, then CWA

 

Let's see why you are getting disconnected.

Yes the only thing possible is in terms of days and not hours.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

So you think is possible to block a MAC/User within a day?

If yes can you please explain me how?

 

Thanks.

Nope, I was answering regarding Elapsed time expressed only in days and not hours.

For your issue, does a user has to sign a AUP? If so, you can maybe play with the condition EndPoints·LastAUPAcceptanceHours and block the user. Usually this is used to force a user re-sign AUP but in your case, you can use it to deny access with the following example:
rule 1: if EndPoints·LastAUPAcceptanceHours is less than 240 accept
rule 2: if EndPoints·LastAUPAcceptanceHours is less than 120 deny

I mean you can play with it and test if it can make working what you're trying to achieve.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

I think that's the way, let me check.

 

Thank you very much

I was checking and I got the same as Francesco, via Last AUP Acceptance. The ElapsedDays is only for the Purge Endpoints part.

 

pic5.png