4.5.9 Check Your Understanding – Configure Standard ACLs

Use this network topology diagram to answer the three scenarios.
4.5.9 Check Your Understanding - Configure Standard ACLs 5

Scenario 1:
Refer to the network topology diagram as needed to complete this scenario. Select the commands in the drop-down lists that are provided. Configure the router to acheive the ACL goal by putting the commands in the correct order to control entry into the 192.168.1.0 LAN. The 192.168.3.77 host should not be able to access this LAN but all other hosts on the 192.168.3.0 network, and then the 192.168.4.0 network should be permitted access. Click the Scenario 2 button to continue this activity.

R1 Configuration Commands (Answers)

access-list 44 deny 192.168.3.77 0.0.0.0
access-list 44 permit 192.168.4.0 0.0.0.255
access-list 44 permit 192.168.3.0 0.0.0.255
interface g0/0
ip access-group 44 out

4.5.9 Check Your Understanding - Configure Standard ACLs 6

Scenario 2:
Refer to the network topology diagram as needed to complete this scenario. Select the commands in the drop-down lists that are provided. Configure the router to acheive the ACL goal by putting the commands in the correct order to control access to host 192.168.4.12. Both the 192.168.1.66 host and all hosts in the 192.168.2.0 LAN should be permitted access to this host. All other networks should not be able to access the 192.168.4.12 host. Click the Scenario 3 button to continue this activity.

R2 Configuration Commands (Answers)

access-list 66 permit 192.168.1.66 0.0.0.0
access-list 66 permit 192.168.2.0 0.0.0.255
interface g0/1
ip access-group 66 out

4.5.9 Check Your Understanding - Configure Standard ACLs 7

Scenario 3:
Refer to the network topology diagram as needed to complete this scenario. Select the commands in the drop-down lists that are provided. Configure the router to acheive the ACL goal by putting the commands in the correct order to control access to both the 192.168.3.0 and 192.168.4.0 LANs. All hosts in the 192.168.1.0 LAN should be permitted access to these two networks. The 192.168.2.0 network should not have access to these networks.

R3 Configuration Commands (Answers)

access-list 88 permit 192.168.1.0 0.0.0.255
interface s0/0/0
ip access-group 88 in

4.5.9 Check Your Understanding - Configure Standard ACLs 8

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments