Most security effort points outward at the perimeter, but the access layer is where an attacker is already inside the broadcast domain. From a single unsecured switch port you can exhaust the CAM table, hand out DHCP leases pointing at yourself, or poison ARP so traffic between two other hosts flows through your laptop first. None of these need a sophisticated tool, and none of them are visible from the router.
These labs make those attacks concrete and then shut them down on real Cisco IOS. You'll configure port security with maximum MAC counts, sticky learning and violation actions, build a DHCP snooping trust boundary so only the real server's offers survive, and layer dynamic ARP inspection on top of the snooping binding table so ARP replies have to agree with a lease that was actually issued. The order matters and the labs teach it in that order, because DAI depends on the binding table snooping builds. Verification uses show port-security, show ip dhcp snooping binding and show ip arp inspection, and grading checks the trust boundary is drawn in the right place — trusting the wrong port is the classic mistake and it silently disables the entire protection.