Hello 
i would like to enable access list using mac address of certain PC 
i am asking because i used the same code of access list using only ip address 
i used this code
entry AllowManagementIP {     if match any {                                        ethernet-source-address F8:A7:BC:E0:D1:AE;         }        then {            permit;        }    }    and it didnt work still eny pc can login using ssh   i did refresh policy cammand still the same problem