ā09-16-2010 12:43 PM - edited ā03-06-2019 01:01 PM
hi,
I want to create mac base ACl for all users and laptop . So that I can restrict unauthorized user or laptop. MY current scenario is like :---
wireless user/Laptop ------> Access point------->Poe switch (L2)-------> WLC (wireless LAN controller )-------->Radius server ------------>AD------------> LAN
In above scenario unauthorized user can access Internet or can get some access through static IP. So i am planning to implement following because i have Cisco 2800 and Cisco 1800 router and also due lack of budget.
wireless user/Laptop ------> Access point------->PoE switch (L2)------->Cisco router (with MAC base ACL)--------> WLC-------->Radius server ------------>AD------------> LAN
Please suggest me to resolve this issue.
Thanks & Regards,
Sujeet
ā09-22-2010 01:31 PM
A MAC access list on the router as described in this link may work:
http://www.cisco.com/en/US/partner/docs/ios/bridging/command/reference/br_a1.html#wp1010986
The downstream switch is a better place for MAC filtering. Find the specific manual for the switch hardware/software you have in order to filter there.
Chris
ā09-25-2010 11:34 AM
Hi,
Sorry for late reply.
I am not able to access link , which is send by you.
Please send me another link.
ā09-25-2010 01:40 PM
To establish a MAC address access list, use the access-list command in global configuration mode. To remove access list, use the no form of this command.
access-list access-list-number {permit | deny} address mask
no access-list access-list-number
No MAC address access lists are established.
Global configuration
Configuring bridging access lists of type 700 may cause a momentary interruption of traffic flow.
The following example assumes that you want to disallow the bridging of Ethernet packets of all Sun workstations on Ethernet interface 1. Software assumes that all such hosts have Ethernet addresses with the vendor code 0800.2000.0000. The first line of the access list denies access to all Sun workstations, and the second line permits everything else. You then assign the access list to the input side of Ethernet interface 1.
access-list 700 deny 0800.2000.0000 0000.00FF.FFFF
access-list 700 permit 0000.0000.0000 FFFF.FFFF.FFFF
!
interface ethernet 1
bridge-group 1 input-address-list 700
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