Router Cisco 2801 MAC Access List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2013 02:18 AM - edited 03-04-2019 07:32 PM
Hello !
I want to block access of some clients from the vlan1 to acces internet blocking their MAC address. How can i do this?
I have tring this way:
access-list 700 deny mac address 0000.0000.0000
access-list 700 permit 0000.0000.0000 ffff.ffff.ffff
int fa00
bridge-group 1 {input-address-list 700 output-address-list 700}
but it's not working .
Thanks.
- Labels:
-
Other Routers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2013 04:30 AM
Would it not be better to have the permit statement first , as it would seem that your deny is taking in everything
Also not sure of the number you are using for the access list itself.
---
Posted by WebUser John Rodgers from Cisco Support Community App
