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

authentication timer restart command in CPL configuration

SMD28316
Level 1
Level 1

How can I configure the command "authentication timer restart" in a CPL config policy? 

 

Would the below config be the same in CPL ?

 

policy-map type control subscriber PMAP_DefaultWiredDot1xClosedAuth_1X_MAB

event session-started match-all

10 class always do-until-failure

10 authenticate using dot1x retries 2 retry-time 0 priority 10

 

If I increased retry-time, would it be the same command affect?

1 Accepted Solution

Accepted Solutions

Mike.Cifelli
VIP Alumni
VIP Alumni

You should be able to accomplish a reauth restart via something like this:

class DOT1X_NO_RESP do-until-failure

10 terminate dot1x

20 authentication-restart 60

 

The above essentially says, if no response from dot1x clients then terminate dot1x and issue restart authentication after 60 seconds.

View solution in original post

1 Reply 1

Mike.Cifelli
VIP Alumni
VIP Alumni

You should be able to accomplish a reauth restart via something like this:

class DOT1X_NO_RESP do-until-failure

10 terminate dot1x

20 authentication-restart 60

 

The above essentially says, if no response from dot1x clients then terminate dot1x and issue restart authentication after 60 seconds.