Community discussions

MikroTik App
 
David1234
Forum Guru
Forum Guru
Topic Author
Posts: 1424
Joined: Sun Sep 18, 2011 7:00 pm

How to block mac for limit time?

Tue Dec 13, 2016 11:20 am

Hello ,
I want to be able to block mac address for 24 hours , how can i do this ?
this is how I block the MAC
/ip firewall filter
add chain=forward src-mac-address=aa:bb:cc:dd:ee:ff action=drop

but where do I give it counter of 24 hours?

Thanks,
 
asghari
Trainer
Trainer
Posts: 41
Joined: Thu Feb 07, 2013 4:49 pm
Contact:

Re: How to block mac for limit time?

Tue Dec 13, 2016 4:00 pm

you can use bridge facility with scheduler and scrip tools.
 
David1234
Forum Guru
Forum Guru
Topic Author
Posts: 1424
Joined: Sun Sep 18, 2011 7:00 pm

Re: How to block mac for limit time?

Tue Dec 13, 2016 6:02 pm

can you xplain to me ?

Thanks ,