Community discussions

MikroTik App
 
PaRaN0iD
newbie
Topic Author
Posts: 28
Joined: Sun Jan 08, 2012 7:46 pm

Bridge Filter Script (Bug!)

Wed Jul 04, 2012 1:59 pm

Hii Guys

I'm Trying to filter some Mac's on using bridge filter I can do it manually and it's working
when I tried to script the process I got errors

My script :
/interface bridge filter add chain=forward src-mac-address=$Evilmac/FF:FF:FF:FF:FF:FF action=drop;
The error occurred in Colored Bold section above "Src Mac Masking"

Any ideas why this happen
 
jandafields
Forum Guru
Forum Guru
Posts: 1515
Joined: Mon Sep 19, 2005 6:12 pm

Re: Bridge Filter Script (Bug!)

Sun Jul 08, 2012 7:36 pm

Hii Guys

I'm Trying to filter some Mac's on using bridge filter I can do it manually and it's working
when I tried to script the process I got errors

My script :
/interface bridge filter add chain=forward src-mac-address=$Evilmac/FF:FF:FF:FF:FF:FF action=drop;
The error occurred in Colored Bold section above "Src Mac Masking"

Any ideas why this happen
If you are sure you are typing it correctly, please send this bug to support@mikrotik.com so they can get it fixed in the next release.
 
PeterDoBrasil
Member Candidate
Member Candidate
Posts: 134
Joined: Sun Aug 23, 2015 6:55 pm

Mon Sep 28, 2015 1:15 am

:lol:
Last edited by PeterDoBrasil on Sat Oct 17, 2015 11:18 pm, edited 1 time in total.
 
User avatar
9939781
Member Candidate
Member Candidate
Posts: 103
Joined: Tue Jun 14, 2011 6:42 am

Re: Bridge Filter Script (Bug!)

Mon Sep 28, 2015 4:05 am

Hii Guys

I'm Trying to filter some Mac's on using bridge filter I can do it manually and it's working
when I tried to script the process I got errors

My script :
/interface bridge filter add chain=forward src-mac-address=$Evilmac/FF:FF:FF:FF:FF:FF action=drop;
The error occurred in Colored Bold section above "Src Mac Masking"

Any ideas why this happen
/interface bridge filter add chain=forward src-mac-address=($Evilmac . "/FF:FF:FF:FF:FF:FF") action=drop