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

Modify policy-map

rwesel
Level 1
Level 1

I have a policy-map (type control subscriber) and bound it to an interface.

policy-map type control subscriber DOT1X_MAB_FAIL10
...
event authentication-failure match-first
...
50 class always do-until-failure
...
30 authentication-restart 60
interface GigabitEthernet7/14
...
service-policy type control subscriber DOT1X_MAB_FAIL10

 

Now I want to change the authentication-restart timer and I did

policy-map type control subscriber DOT1X_MAB_FAIL10
...
event authentication-failure match-first
...
50 class always do-until-failure
...
no 30
30 authentication-restart 180

It seems the changes doesn't become active with just changing the policy. Of course I could default the interface and reconfigure it, but I wonder if there is a way with the least (better no) impact to the connected clients.

 

Any ideas?

Thanks

Stefan

 

1 Accepted Solution

Accepted Solutions

rwesel
Level 1
Level 1

Sorry, I was wrong. Apparently, the changes to the policy-map will take effect immediately.

View solution in original post

1 Reply 1

rwesel
Level 1
Level 1

Sorry, I was wrong. Apparently, the changes to the policy-map will take effect immediately.

Review Cisco Networking for a $25 gift card