Diable IP if interface goes down

Hello,

is there a funktion in routeros included, to schedule actions on a special event?

In my case i’d like to disable an IP-Adresse if the status of the Interface goes down.
I don’t want to check the status every few seconds.
I want to run a script when the interface goes up or down.

Thanks for any hint.

Dominik

Yes, see this: http://wiki.mikrotik.com/wiki/Manual:Tools/Netwatch

But i think its a little bit difficult, if a disable an IP-Adress depending on Netwatch. :slight_smile:
How should it get enabled again.

IF goes down → Script disables IP
IF goes up again → IP stays disabled, no ping possible

then you need to run some script every few seconds which checks interface status

there’s still no events, but… why do you need to disable IP at all?..