remove connection type unreplied

Good companions seek collaboration days creating some script that aydue me with my problem the problem is that my mikrotik when I lose the connection Connection unreplied is, if a and a way to remove this doe so atuomatica since no one raises and touch me enter manually delete

Sorry, is incomprensible…

Seems he wants to remove unreplied connections from conntrack automatically by script.

Status “unreplied” directly do not exist, the only checkabe status are:

close
established
last-ack
none
syn-sent
close-wait
fin-wait
listen
syn-recv
time-wait

and can be removed with this command:

/ip firewall connection remove [find where tcp-state=> time-wait> ]

time-wait can be one of previous list.

Default “unreplied” colosure are 5 seconds, is not logic to use one script to continuosly close automatically closed connections.

What exactly connections you mean? May I guess - ICMP unreplied? If so, you should know - it’s impossible to delete freezed unreplied ICMP-sessions till now.