09-08-2014 02:36 PM - edited 03-11-2019 09:43 PM
Hi,
i have a C1921 router and i would like to have ACL that dines some IPs and some MACs on internal interface. Is that possible to do? I know that you can have only 1 ACL per interface and that probably you can't combine MAC and Ip addresses in one ACL so just wanted to confirm that is not possible.
Maybe some other way to do what i want?
Solved! Go to Solution.
09-09-2014 12:19 PM
Hi damir2405
If you want to block a MAC address on a Cisco router please follow the next procedure:
class-map MACBLOCKED
match source-address mac xxxx.xxxx.xxxx
policy-map MACDENIED
class MACBLOCKED
drop
interface x/x
service-policy input MACDENIED
Please rate helpful post.
Hope this helps
-Randy -
09-09-2014 12:19 PM
Hi damir2405
If you want to block a MAC address on a Cisco router please follow the next procedure:
class-map MACBLOCKED
match source-address mac xxxx.xxxx.xxxx
policy-map MACDENIED
class MACBLOCKED
drop
interface x/x
service-policy input MACDENIED
Please rate helpful post.
Hope this helps
-Randy -
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