A standard ACL permits or denies traffic according to source address only.
device# configure terminal
device(config)# mac access-list standard test_01 device(conf-macl-std)#
device(conf-macl-std)# seq 100 deny host 0011.2222.3333 count device(conf-macl-std)# seq 110 permit host 0022.1111.2222 ffff.ffff.00ff count device(conf-macl-std)# deny host 0022.3333.4444 count device(conf-macl-std)# permit host 0022.5555.3333 count