Tech Support > Computer Hardware > Routers > Restricting access on network through MAC filtering?
Restricting access on network through MAC filtering?
Posted by Douglas McIver on May 26th, 2005


Is there a way in a cisco 2950 to restrict access to the network by creating
a list of permitted MAC addresses? Can the same be done on a PIX 506 or 501
to restrict VPN access by MAC address?

Thank you very much,
-Douglas


Posted by harish on May 26th, 2005


Yes douglas,
You can filter traffic by Mac id based. for that u simply do the
following steaps.

config t
mac access-list extended <ur_access_list_name>
permit host xxxx.xxxx.xxxx any
permit host xxxx.xxxx.xxxx any

ctrl+z
write

config t
int fas0/0 or ser0/0 where u want to put it
mac access-group <ur maclistname> in
ctrl+z

write

thats all

harish

Posted by Douglas on May 26th, 2005


Thank you Harish!

-Douglas
"harish" <bhatkoti@gmail.com> wrote in message
news:1117120715.066250.166390@z14g2000cwz.googlegr oups.com...



Similar Posts