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.
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.