cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
0
Helpful
1
Replies

ACL on basis of MAC address(Cisco Router)

ifhope
Level 1
Level 1

hi

i have Cisco Router (2500 series), i create access-list of MAC addresses but how to apply that access-list on particular interface of router... i don't know that command to active MAC access-list on an interface, i tried

ip access-group (but it's only for IP access-lists)

kindly help me in this regard

1 Reply 1

johansens
Level 4
Level 4

Hi there,

The MAC address access-lists are for filtering of bridged packets. Basically you can't do apply a MAC-address access-list on a ordinary routed interface as you would with an IP-based access-list.

See this link for an example of the use of MAC-based access-lists in a bridging solution:

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a00800ca767.html#wp1004898

Did it help?