07-24-2023 06:35 AM
We are using a time based ACL and have run into an issue. While the time based ACL will prevent new connections, it does not break the existing connections. Is there a way to automate clearing of existing connections at the same time the ACL takes effect?
Solved! Go to Solution.
07-24-2023 07:16 AM
Yes this exactly what I talking about,
using EEM to clear conn make host build new conn which effect by timebased ACL.
MHM
07-24-2023 06:41 AM
Flexconfig using EEM timer' clear conn.
This only solution I know
07-24-2023 06:56 AM
This is not possible. ASA EEM doesn't support tcl, hence cannot be programmed to take time-ranges from ACLs and run "clear conn" at specified time.
07-24-2023 06:59 AM
Asa support eem but not support all eem feature' but I will consider your point and check in my lab.
07-24-2023 07:03 AM
I am looking at using the following commands from here - ASA Embedded Event Manager Configuration Example - Cisco
event manager applet reset_connections
description "Clear connections to vendor"
event timer absolute time 22:30:00
action 1 cli command "clear conn all address <ip address1>"
action 2 cli command "clear conn all address <ip address2>"
07-24-2023 07:16 AM
Yes this exactly what I talking about,
using EEM to clear conn make host build new conn which effect by timebased ACL.
MHM
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