swos-css326 permit specific mac to port

Hello,

i would like to implement the following to an css326 swos switch:
permit specific device, based on mac address, to specific port and deny all others.

could you please provide an example

thank you in advance

Look at ACL rules. I’ve never used them so I can’t give you examples, but MAC filtering is in the options.

I want to do same think, limit access on port by specified mac. Solution is simple:
In acl you need create two rule:
1: From: select port where is conected device, where you want filter

Mac src: mac address of that device
Redirect to: select port for redirect data paket( if you have vlan, select only trunk port

Rule 2:
Port: select port like preview rule
Mac src: leave empty
redirect to: select only redirect wichout specified port (if redirect to ia enable but port is not specified means “drop”)

In this case if first rule ia true (if mac address of conected device in specified port is same as src. Mac) data packet pass if not will be applyed last rule, where ia drop.

Sorry for bad english