Community discussions

MikroTik App
 
sioux
newbie
Topic Author
Posts: 47
Joined: Thu May 25, 2006 10:35 pm
Location: Poland/Tarnów

what am I doing wrong (src-mac-addr in bridge filter) a bug?

Wed Dec 20, 2006 9:07 am

Hi
command
[admin@MikroTik] > int bridge filter add src-mac-address=11:22:33:44:55:66 action=drop
gives me this
invalid value for argument src-mac-address

then I think: I must setup a bridge interface.
but it says the same

tested on 2.9.34, 2.9.38
 
User avatar
raivis-v
Frequent Visitor
Frequent Visitor
Posts: 55
Joined: Thu Jul 14, 2005 10:21 am
Location: Latvia, Riga

Re: what am I doing wrong (src-mac-addr in bridge filter) a

Wed Dec 20, 2006 9:20 am

you have to specify mac-address mask
e.g.

11:22:33:44:55:66/FF:FF:FF:FF:FF:FF
 
sioux
newbie
Topic Author
Posts: 47
Joined: Thu May 25, 2006 10:35 pm
Location: Poland/Tarnów

Wed Dec 20, 2006 9:36 am

thx! it works

but i don't know when i try to do this by HyperTerminal i says: invalide value, and when i put this by putty it's ok

anyway. THX
 
User avatar
raivis-v
Frequent Visitor
Frequent Visitor
Posts: 55
Joined: Thu Jul 14, 2005 10:21 am
Location: Latvia, Riga

Wed Dec 20, 2006 9:40 am

I've already suggested to put default mask /48 if none specified by user, as it is in winbox.