Acl Mac

You might also like

You are on page 1of 1

Switch(config)# mac access-list extended allowed-list

Switch(config-ext-macl)# permit host aaa.bbb.ccc.ddd any


Switch(config-ext-macl)# permit host eee.fff.ggg.hhh any
Switch(config-ext-macl)# deny any any aarp
Switch(config-ext-macl)# exit
Switch(config)# interface GE0/12
Switch(config-if)# mac access-group allowed-list in
Switch(config-if)# end
Switch#

You might also like