I want to block my LAN interface from having other devices plugged into it.
Meaning, I only want 3 devices (1 firewall, 2 backup ciscos) to ever work in that port. This is a router ethernet interface, a 2821.
Would the config below work?
/
config terminal
bridge irb
bridge 1 protocol ieee
bridge 1 route ip
int GigabitEthernet0/1
no ip address
bridge-group 1 {input-address-list 700 | output-address-list 700}
exit
int bvi1
10.10.3.1
exit

:
access-list 700 deny 0000.0000.0000 ffff.ffff.ffff
access-list 700 permit c0ea.e418.7cca 0000.0000.0000
access-list 700 permit 0015.63c2.e7b1 0000.0000.0000
access-list 700 permit 0015.63c2.e7b0 0000.0000.0000