05-04-2021 11:19 PM
Hello all
I´m using a Cisco ISR 4321 with version 15.5(3)S4b, I need to block all traffic from one specific mac address. So far I have found that I have to run this commands
mac access-list extended DENYMAC
deny host aaaa.bbbb.ffff any
class-map type inspect match-any CLASS-DENYMAC
match access-group name DENYMAC
policy-map type inspect POLICY-DENYMAC
class type inspect CLASS-DENYMAC
drop
Do you know if this is everything I need to configure for it to work?
Thanks a lot for your support
05-05-2021 03:22 AM
mac access-list extended DENYMAC
deny host aaaa.bbbb.ffff any
permit any any
apply in interface :
interface gi x/x
mac access-group DENYMAC in
05-05-2021 04:08 PM
Hello Balaji
Thank you for your comments, I am trying to apply this configuration on my ISR4321 but, at the moment to apply the ACL in interface the command mac access-group it´s not recognized.
GW1(config)#interface GigabitEthernet0/0/2
GW1(config-if)#mac ?
% Unrecognized command
Do you know if a special license or version is needed?
Thanks
05-06-2021 02:26 AM
Is this switch module interface.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide