- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 06:34 AM
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
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 02:40 AM
Sorry, I was wrong. Apparently, the changes to the policy-map will take effect immediately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 02:40 AM
Sorry, I was wrong. Apparently, the changes to the policy-map will take effect immediately.
