cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
497
Views
0
Helpful
2
Replies

access control - IP address and MAC

winanjaya
Level 1
Level 1

Hi All,

I have list of Mac addresses and also have range of IP addresses.. how to deny users with condition below:

Range of IP addresses: 172.16.2.241 to 172.16.2.250

List of MAC Addresses: (stored in a file named maclist)

01:02:03:04:05:0c

01:02:03:04:05:0d

01:02:03:04:05:0e

01:02:03:04:05:0f

01:02:03:04:05:4a

When Incoming package from the ranged IP address (172.16.2.241 to 172.16.2.250) then the mac address must be checked from the list of MAC Address, if the MAC Address matched then it allowed otherwise it will be rejected or dropped..

please advise

thanks a lot in advance

Regards

Winanjaya

2 Replies 2

smalkeric
Level 6
Level 6

MAC address filters allow or disallow the forwarding of unicast and multicast packets either sent from or addressed to specific MAC addresses. You can create a filter that passes traffic to all MAC addresses except those you specify, or you can create a filter that blocks traffic to all MAC addresses except those you specify. You can apply the filters you create to either or both the Ethernet and radio ports and to either or both incoming and outgoing packets.For further information look at rhe following url:

http://www.cisco.com/en/US/products/hw/wireless/ps4570/products_installation_and_configuration_guide_chapter09186a008017281f.html

jackko
Level 7
Level 7

just wondering what sort of device you would like to apply these rules on.