You are on page 1of 2

Challenge Lab 2.

Static Routes
and ACLs

Lab Objective:
The objective of this lab exercise is for you to configure static routes
and ACLs on Cisco routers.

Lab Purpose:
These are classic exam subjects you should be very familiar with.
Rather than watch a video solution, I have provided show runs and
test commands where appropriate.

Lab Topology:
Please use the following topology to complete this lab exercise:

Task 1:
Configure the topology above. You should be able to ping across the
Serial interface only because there are no routes from the Loopback
networks.

Task 2:
Configure static routes with an exit interface on RouterA so it can
reach the networks on the Loopbacks for RouterB. On RouterB,
configure a default route so all traffic for any networks are sent out of
the Serial interface. Ping all networks to check connectivity.

Task 3:
Add an extended ACL on RouterB to deny all Telnet, HTTP, and
DNS traffic incoming. Ensure that you enable Telnet on the router for
the VTY lines for testing. Test your ACL on RouterB by telnetting to
RouterB from RouterA. Testing the HTTP and DNS will be a little
harder without hosts, so just compare your configuration to mine.

Task 4:
Add a named ACL on Router A so that only hosts on network
172.16.1.0 can telnet to hosts on network 192.168.1.0. Ensure that
you enable Telnet on the router.

Test your ACL on RouterA by trying to telnet from both Loopbacks on


RouterB.

You might also like