CISCO CCNA EXAM 200-120 (803) LAB Simulation #2
|In my earlier post where i had shared 1st lab Cisco Lab #1 in which we solved Access List scenario.
So here is the 2nd Lab which will helpĀ you in practice as well as in exam to solve the exam simulation
Corp1#conf t
Corp1(config)# access-list 128 permit tcp host 192.168.240.3 host 172.22.141.26 eq www
Corp1(config)# access-list 128 deny tcp any host 172.22.141.26 eq www
Corp1(config)# access-list 128 permit ip any any
Corp1(config)#int fa0/1
Corp1(config-if)#ip access-group 128 out
Corp1(config-if)#end
Corp1#copy run startup-config