Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAC Filtering

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a Cisco 1700 series with 2 ethernet interface (e0 & e1). Im planning to allow only specific MAC address to pass thru the router and deny others. But it doesnt seems to work. The router is running bridging.

Int e0
bridge-group 1
bridge-group 1 input-address-list 710
bridge-group 1 output-address-list 710
bridge-group 1 spanning-disabled


access-list 710 permit 0010.a4a4.ac34 0000.0000.0000
access-list 710 deny ffff.ffff.ffff 0000.0000.0000
bridge 1 protocol ieee


based on the above config, it should only allowed one MAC but it allows everything to pass thru.


Any comments ?


Please help.


Thank you.
 
Try a entering this at the end of the access-list entries.

access-list 710 deny all

The only access will be granted to 0010.a4a4.ac34

Post back if that doesn't get you any closer. Regards,

Don
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top