Today I’d like to implement L2 firewall on cisco router using CBAC. A few months ago I did similar lab but today I’d like to add a new requirement: allowing on DHCP packets across the L2 firewall. fa1 / 0 / 11 fa1 / 0 / 13 /---- \ \ ----------------------- / / ---- \ | R2 |----------| SW |----------| R3 | \- ---/ \ ----------------------- / \- ---/ gig0 / 0 / \ /---- \ / \ fa0 / 0 10.0 . 0.1 fa1 / 0 / 9 - | R1 |- fa1 / 0 / 10 dhcp client dhcp server / \- ---/ \ gig0 / 0 | gig0 / 1 | VLAN 10 L2 FW VLAN 20 --------------------------->|<---------------------------- At the beginning, to test connectivity and CBAC, the interface fa0/0 will...