Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
rob42 wrote: » Tell me, if you would, how did you manage to get your CCNA if you don't understand the basics of ACLs?
Create the ACL: PHX-RTR-1(config)#ip access-list extended PHX-LAN-1 1. Allow the IP range for the LAN: PHX-RTR-1(config-ext-nacl)#permit ip 172.25.65.128 0.0.0.63 any 2. Allow BOOTPS: PHX-RTR-1(config-ext-nacl)#permit udp host 0.0.0.0 host 255.255.255.255 eq bootps 3. Deny all other traffic: PHX-RTR-1(config-ext-nacl)#deny ip any any PHX-RTR-1(config-ext-nacl)#do show access-lists Extended IP access list PHX-LAN-1 10 permit ip 172.25.65.128 0.0.0.63 any (24 matches) 20 permit udp host 0.0.0.0 host 255.255.255.255 eq bootps (6 matches) 30 deny ip any any (12 matches)
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.