Question: ACL Implementation (10 points) Reference the above diagram. A web server has been implemented at 192.122.237.7 accepting both http (tcp port 80) and https (tcp
ACL Implementation (10 points)
Reference the above diagram. A web server has been implemented at 192.122.237.7 accepting both http (tcp port 80) and https (tcp port 443) traffic.
The commands listed below have been implemented to associate an ACL to Gi 0/0. Below those commands, write down the necessary global configuration mode commands to allow http and https traffic to reach the web server and prevent all other traffic. Be sure to only allow http and https traffic to the web server and nothing else. Log the denied traffic.
Router# conf t
Router (config)# int gi 0/0
Router(config-if)# ip access-group 101 in
Router(config-if)# exit
Now create an ACL on Gi 0/1 that allows responses to any incoming requests and denies anything else. Log the denied traffic.
Router# conf t
Router (config)# int gi 0/1
Router(config-if)# ip access-group 102 in
Router(config-if)# exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
