CCNA • Practice Test 18
Free CCNA practice test — 15 questions with explanations. Set 18. No signup required.
You are connected to R1 via the console. R1 is a router that connects to the internet via GigabitEthernet0/0 (198.51.100.1/30) and to the internal network via GigabitEthernet0/1 (10.1.1.1/24). You need to implement a security policy that permits HTTP traffic (port 80) from the internal network to a web server at 10.1.1.100, and denies all other traffic from internal hosts to the internet. The ACL should be named 'INTERNET-FILTER' and applied inbound on GigabitEthernet0/1.
hostname R1 ! interface GigabitEthernet0/0 ip address 198.51.100.1 255.255.255.252 no shutdown ! interface GigabitEthernet0/1 ip address 10.1.1.1 255.255.255.0 no shutdown !