Recently a "seasoned" "Level2" network engineer, who will remain nameless, was tasked with creating a routable vlan. The nodes apart of this vlan should have IP addresses statically set within the 192.168.25.0/24 network. These nodes should only be able to reach public addressing, they should not be able to access private addresses as defined in RFC1918.
Below was an ACL applied inward on the VLAN's SVI. As I find this to be foundational knowledge, I ask those studying for CCENT/CCNA what you think this ACL is blocking?
Extended IP access list 125
10 deny ip any 0.0.0.0 255.0.0.0
20 deny ip any 0.0.0.0 255.255.0.0
30 permit ip any any (6657989 matches)